@charset "UTF-8";
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #f5f4f0;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #545555;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #545555;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type='search'] {
  box-sizing: border-box;
}

:-ms-input-placeholder {
  color: #cacaca;
}

::placeholder {
  color: #cacaca;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-align: center;
      align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2884, 85, 85%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: 1px solid #545555;
  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: #f9ecea;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}

.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: 700;
  color: #cc4b37;
}

.form-error.is-visible {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: 700;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Amiri", serif;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 2.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 4.375rem;
  }
  h2, .h2 {
    font-size: 3.125rem;
  }
  h3, .h3 {
    font-size: 2rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: #eaa003;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #c98a03;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 90rem;
  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, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
}

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: #545555;
}

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: 400;
  line-height: 1.4;
  color: #545555;
}

.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: #545555;
  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: 400;
  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: 400;
  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: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    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 #545555;
    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;
  }
}

.grid-container, .default-page-title .page-title, .paragraph--type--filtered-list .views-element-container {
  padding-right: 0.78125rem;
  padding-left: 0.78125rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container, .default-page-title .page-title, .paragraph--type--filtered-list .views-element-container {
    padding-right: 0.78125rem;
    padding-left: 0.78125rem;
  }
}

.grid-container.fluid, .default-page-title .fluid.page-title, .paragraph--type--filtered-list .fluid.views-element-container {
  padding-right: 0.78125rem;
  padding-left: 0.78125rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container.fluid, .default-page-title .fluid.page-title, .paragraph--type--filtered-list .fluid.views-element-container {
    padding-right: 0.78125rem;
    padding-left: 0.78125rem;
  }
}

.grid-container.full, .default-page-title .full.page-title, .paragraph--type--filtered-list .full.views-element-container {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x, .default-page-title .page-title__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.cell, .default-page-title .page-title__column {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto, .default-page-title .auto.page-title__column {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
}

.cell.shrink, .default-page-title .shrink.page-title__column {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.grid-x > .auto, .default-page-title .page-title__row > .auto {
  width: auto;
}

.grid-x > .shrink, .default-page-title .page-title__row > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .default-page-title .page-title__row > .small-shrink, .grid-x > .small-full, .default-page-title .page-title__row > .small-full, .grid-x > .small-1, .default-page-title .page-title__row > .small-1, .grid-x > .small-2, .default-page-title .page-title__row > .small-2, .grid-x > .small-3, .default-page-title .page-title__row > .small-3, .grid-x > .small-4, .default-page-title .page-title__row > .small-4, .grid-x > .small-5, .default-page-title .page-title__row > .small-5, .grid-x > .small-6, .default-page-title .page-title__row > .small-6, .grid-x > .small-7, .default-page-title .page-title__row > .small-7, .grid-x > .small-8, .default-page-title .page-title__row > .small-8, .grid-x > .small-9, .default-page-title .page-title__row > .small-9, .grid-x > .small-10, .default-page-title .page-title__row > .small-10, .grid-x > .small-11, .default-page-title .page-title__row > .small-11, .grid-x > .small-12, .default-page-title .page-title__row > .small-12, .default-page-title .grid-x > .page-title__column, .default-page-title .page-title__row > .page-title__column {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .default-page-title .page-title__row > .medium-shrink, .grid-x > .medium-full, .default-page-title .page-title__row > .medium-full, .grid-x > .medium-1, .default-page-title .page-title__row > .medium-1, .grid-x > .medium-2, .default-page-title .page-title__row > .medium-2, .grid-x > .medium-3, .default-page-title .page-title__row > .medium-3, .grid-x > .medium-4, .default-page-title .page-title__row > .medium-4, .grid-x > .medium-5, .default-page-title .page-title__row > .medium-5, .grid-x > .medium-6, .default-page-title .page-title__row > .medium-6, .grid-x > .medium-7, .default-page-title .page-title__row > .medium-7, .grid-x > .medium-8, .default-page-title .page-title__row > .medium-8, .grid-x > .medium-9, .default-page-title .page-title__row > .medium-9, .grid-x > .medium-10, .default-page-title .page-title__row > .medium-10, .grid-x > .medium-11, .default-page-title .page-title__row > .medium-11, .grid-x > .medium-12, .default-page-title .page-title__row > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .default-page-title .page-title__row > .large-shrink, .grid-x > .large-full, .default-page-title .page-title__row > .large-full, .grid-x > .large-1, .default-page-title .page-title__row > .large-1, .grid-x > .large-2, .default-page-title .page-title__row > .large-2, .grid-x > .large-3, .default-page-title .page-title__row > .large-3, .grid-x > .large-4, .default-page-title .page-title__row > .large-4, .grid-x > .large-5, .default-page-title .page-title__row > .large-5, .grid-x > .large-6, .default-page-title .page-title__row > .large-6, .grid-x > .large-7, .default-page-title .page-title__row > .large-7, .grid-x > .large-8, .default-page-title .page-title__row > .large-8, .grid-x > .large-9, .default-page-title .page-title__row > .large-9, .default-page-title .grid-x > .page-title__column, .default-page-title .page-title__row > .page-title__column, .grid-x > .large-10, .default-page-title .page-title__row > .large-10, .grid-x > .large-11, .default-page-title .page-title__row > .large-11, .grid-x > .large-12, .default-page-title .page-title__row > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.grid-x > .small-1, .default-page-title .page-title__row > .small-1, .grid-x > .small-2, .default-page-title .page-title__row > .small-2, .grid-x > .small-3, .default-page-title .page-title__row > .small-3, .grid-x > .small-4, .default-page-title .page-title__row > .small-4, .grid-x > .small-5, .default-page-title .page-title__row > .small-5, .grid-x > .small-6, .default-page-title .page-title__row > .small-6, .grid-x > .small-7, .default-page-title .page-title__row > .small-7, .grid-x > .small-8, .default-page-title .page-title__row > .small-8, .grid-x > .small-9, .default-page-title .page-title__row > .small-9, .grid-x > .small-10, .default-page-title .page-title__row > .small-10, .grid-x > .small-11, .default-page-title .page-title__row > .small-11, .grid-x > .small-12, .default-page-title .page-title__row > .small-12, .default-page-title .grid-x > .page-title__column, .default-page-title .page-title__row > .page-title__column {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.grid-x > .small-1, .default-page-title .page-title__row > .small-1 {
  width: 8.33333%;
}

.grid-x > .small-2, .default-page-title .page-title__row > .small-2 {
  width: 16.66667%;
}

.grid-x > .small-3, .default-page-title .page-title__row > .small-3 {
  width: 25%;
}

.grid-x > .small-4, .default-page-title .page-title__row > .small-4 {
  width: 33.33333%;
}

.grid-x > .small-5, .default-page-title .page-title__row > .small-5 {
  width: 41.66667%;
}

.grid-x > .small-6, .default-page-title .page-title__row > .small-6 {
  width: 50%;
}

.grid-x > .small-7, .default-page-title .page-title__row > .small-7 {
  width: 58.33333%;
}

.grid-x > .small-8, .default-page-title .page-title__row > .small-8 {
  width: 66.66667%;
}

.grid-x > .small-9, .default-page-title .page-title__row > .small-9 {
  width: 75%;
}

.grid-x > .small-10, .default-page-title .page-title__row > .small-10 {
  width: 83.33333%;
}

.grid-x > .small-11, .default-page-title .page-title__row > .small-11 {
  width: 91.66667%;
}

.grid-x > .small-12, .default-page-title .page-title__row > .small-12, .default-page-title .grid-x > .page-title__column, .default-page-title .page-title__row > .page-title__column {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto, .default-page-title .page-title__row > .medium-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink, .default-page-title .page-title__row > .medium-shrink, .grid-x > .medium-1, .default-page-title .page-title__row > .medium-1, .grid-x > .medium-2, .default-page-title .page-title__row > .medium-2, .grid-x > .medium-3, .default-page-title .page-title__row > .medium-3, .grid-x > .medium-4, .default-page-title .page-title__row > .medium-4, .grid-x > .medium-5, .default-page-title .page-title__row > .medium-5, .grid-x > .medium-6, .default-page-title .page-title__row > .medium-6, .grid-x > .medium-7, .default-page-title .page-title__row > .medium-7, .grid-x > .medium-8, .default-page-title .page-title__row > .medium-8, .grid-x > .medium-9, .default-page-title .page-title__row > .medium-9, .grid-x > .medium-10, .default-page-title .page-title__row > .medium-10, .grid-x > .medium-11, .default-page-title .page-title__row > .medium-11, .grid-x > .medium-12, .default-page-title .page-title__row > .medium-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .grid-x > .medium-shrink, .default-page-title .page-title__row > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1, .default-page-title .page-title__row > .medium-1 {
    width: 8.33333%;
  }
  .grid-x > .medium-2, .default-page-title .page-title__row > .medium-2 {
    width: 16.66667%;
  }
  .grid-x > .medium-3, .default-page-title .page-title__row > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4, .default-page-title .page-title__row > .medium-4 {
    width: 33.33333%;
  }
  .grid-x > .medium-5, .default-page-title .page-title__row > .medium-5 {
    width: 41.66667%;
  }
  .grid-x > .medium-6, .default-page-title .page-title__row > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7, .default-page-title .page-title__row > .medium-7 {
    width: 58.33333%;
  }
  .grid-x > .medium-8, .default-page-title .page-title__row > .medium-8 {
    width: 66.66667%;
  }
  .grid-x > .medium-9, .default-page-title .page-title__row > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10, .default-page-title .page-title__row > .medium-10 {
    width: 83.33333%;
  }
  .grid-x > .medium-11, .default-page-title .page-title__row > .medium-11 {
    width: 91.66667%;
  }
  .grid-x > .medium-12, .default-page-title .page-title__row > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto, .default-page-title .page-title__row > .large-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink, .default-page-title .page-title__row > .large-shrink, .grid-x > .large-1, .default-page-title .page-title__row > .large-1, .grid-x > .large-2, .default-page-title .page-title__row > .large-2, .grid-x > .large-3, .default-page-title .page-title__row > .large-3, .grid-x > .large-4, .default-page-title .page-title__row > .large-4, .grid-x > .large-5, .default-page-title .page-title__row > .large-5, .grid-x > .large-6, .default-page-title .page-title__row > .large-6, .grid-x > .large-7, .default-page-title .page-title__row > .large-7, .grid-x > .large-8, .default-page-title .page-title__row > .large-8, .grid-x > .large-9, .default-page-title .page-title__row > .large-9, .default-page-title .grid-x > .page-title__column, .default-page-title .page-title__row > .page-title__column, .grid-x > .large-10, .default-page-title .page-title__row > .large-10, .grid-x > .large-11, .default-page-title .page-title__row > .large-11, .grid-x > .large-12, .default-page-title .page-title__row > .large-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .grid-x > .large-shrink, .default-page-title .page-title__row > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1, .default-page-title .page-title__row > .large-1 {
    width: 8.33333%;
  }
  .grid-x > .large-2, .default-page-title .page-title__row > .large-2 {
    width: 16.66667%;
  }
  .grid-x > .large-3, .default-page-title .page-title__row > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4, .default-page-title .page-title__row > .large-4 {
    width: 33.33333%;
  }
  .grid-x > .large-5, .default-page-title .page-title__row > .large-5 {
    width: 41.66667%;
  }
  .grid-x > .large-6, .default-page-title .page-title__row > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7, .default-page-title .page-title__row > .large-7 {
    width: 58.33333%;
  }
  .grid-x > .large-8, .default-page-title .page-title__row > .large-8 {
    width: 66.66667%;
  }
  .grid-x > .large-9, .default-page-title .page-title__row > .large-9, .default-page-title .grid-x > .page-title__column, .default-page-title .page-title__row > .page-title__column {
    width: 75%;
  }
  .grid-x > .large-10, .default-page-title .page-title__row > .large-10 {
    width: 83.33333%;
  }
  .grid-x > .large-11, .default-page-title .page-title__row > .large-11 {
    width: 91.66667%;
  }
  .grid-x > .large-12, .default-page-title .page-title__row > .large-12 {
    width: 100%;
  }
}

.grid-margin-x:not(.grid-x) > .cell, .default-page-title .grid-margin-x:not(.grid-x) > .page-title__column {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell, .default-page-title .grid-margin-y:not(.grid-y) > .page-title__column {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.78125rem;
  margin-right: -0.78125rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.78125rem;
    margin-right: -0.78125rem;
  }
}

.grid-margin-x > .cell, .default-page-title .grid-margin-x > .page-title__column {
  width: calc(100% - 1.5625rem);
  margin-left: 0.78125rem;
  margin-right: 0.78125rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell, .default-page-title .grid-margin-x > .page-title__column {
    width: calc(100% - 1.5625rem);
    margin-left: 0.78125rem;
    margin-right: 0.78125rem;
  }
}

.grid-margin-x > .auto {
  width: auto;
}

.grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.5625rem);
}

.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.5625rem);
}

.grid-margin-x > .small-3 {
  width: calc(25% - 1.5625rem);
}

.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.5625rem);
}

.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.5625rem);
}

.grid-margin-x > .small-6 {
  width: calc(50% - 1.5625rem);
}

.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.5625rem);
}

.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.5625rem);
}

.grid-margin-x > .small-9 {
  width: calc(75% - 1.5625rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.5625rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.5625rem);
}

.grid-margin-x > .small-12, .default-page-title .grid-margin-x > .page-title__column {
  width: calc(100% - 1.5625rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.5625rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.5625rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.5625rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.5625rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.5625rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.5625rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.5625rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.5625rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.5625rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.5625rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.5625rem);
  }
  .grid-margin-x > .small-12, .default-page-title .grid-margin-x > .page-title__column {
    width: calc(100% - 1.5625rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.5625rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.5625rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.5625rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.5625rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.5625rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.5625rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.5625rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.5625rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.5625rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.5625rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.5625rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.5625rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.5625rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.5625rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.5625rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.5625rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.5625rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.5625rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.5625rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.5625rem);
  }
  .grid-margin-x > .large-9, .default-page-title .grid-margin-x > .page-title__column {
    width: calc(75% - 1.5625rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.5625rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.5625rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.5625rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.78125rem;
  margin-left: -0.78125rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.78125rem;
    margin-left: -0.78125rem;
  }
}

.grid-container:not(.full) > .grid-padding-x, .default-page-title .page-title:not(.full) > .grid-padding-x, .paragraph--type--filtered-list .views-element-container:not(.full) > .grid-padding-x {
  margin-right: -0.78125rem;
  margin-left: -0.78125rem;
}

@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x, .default-page-title .page-title:not(.full) > .grid-padding-x, .paragraph--type--filtered-list .views-element-container:not(.full) > .grid-padding-x {
    margin-right: -0.78125rem;
    margin-left: -0.78125rem;
  }
}

.grid-padding-x > .cell, .default-page-title .grid-padding-x > .page-title__column {
  padding-right: 0.78125rem;
  padding-left: 0.78125rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell, .default-page-title .grid-padding-x > .page-title__column {
    padding-right: 0.78125rem;
    padding-left: 0.78125rem;
  }
}

.small-up-1 > .cell, .default-page-title .small-up-1 > .page-title__column {
  width: 100%;
}

.small-up-2 > .cell, .default-page-title .small-up-2 > .page-title__column {
  width: 50%;
}

.small-up-3 > .cell, .default-page-title .small-up-3 > .page-title__column {
  width: 33.33333%;
}

.small-up-4 > .cell, .default-page-title .small-up-4 > .page-title__column {
  width: 25%;
}

.small-up-5 > .cell, .default-page-title .small-up-5 > .page-title__column {
  width: 20%;
}

.small-up-6 > .cell, .default-page-title .small-up-6 > .page-title__column {
  width: 16.66667%;
}

.small-up-7 > .cell, .default-page-title .small-up-7 > .page-title__column {
  width: 14.28571%;
}

.small-up-8 > .cell, .default-page-title .small-up-8 > .page-title__column {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell, .default-page-title .medium-up-1 > .page-title__column {
    width: 100%;
  }
  .medium-up-2 > .cell, .default-page-title .medium-up-2 > .page-title__column {
    width: 50%;
  }
  .medium-up-3 > .cell, .default-page-title .medium-up-3 > .page-title__column {
    width: 33.33333%;
  }
  .medium-up-4 > .cell, .default-page-title .medium-up-4 > .page-title__column {
    width: 25%;
  }
  .medium-up-5 > .cell, .default-page-title .medium-up-5 > .page-title__column {
    width: 20%;
  }
  .medium-up-6 > .cell, .default-page-title .medium-up-6 > .page-title__column {
    width: 16.66667%;
  }
  .medium-up-7 > .cell, .default-page-title .medium-up-7 > .page-title__column {
    width: 14.28571%;
  }
  .medium-up-8 > .cell, .default-page-title .medium-up-8 > .page-title__column {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell, .default-page-title .large-up-1 > .page-title__column {
    width: 100%;
  }
  .large-up-2 > .cell, .default-page-title .large-up-2 > .page-title__column {
    width: 50%;
  }
  .large-up-3 > .cell, .default-page-title .large-up-3 > .page-title__column {
    width: 33.33333%;
  }
  .large-up-4 > .cell, .default-page-title .large-up-4 > .page-title__column {
    width: 25%;
  }
  .large-up-5 > .cell, .default-page-title .large-up-5 > .page-title__column {
    width: 20%;
  }
  .large-up-6 > .cell, .default-page-title .large-up-6 > .page-title__column {
    width: 16.66667%;
  }
  .large-up-7 > .cell, .default-page-title .large-up-7 > .page-title__column {
    width: 14.28571%;
  }
  .large-up-8 > .cell, .default-page-title .large-up-8 > .page-title__column {
    width: 12.5%;
  }
}

.grid-margin-x.small-up-1 > .cell, .default-page-title .grid-margin-x.small-up-1 > .page-title__column {
  width: calc(100% - 1.5625rem);
}

.grid-margin-x.small-up-2 > .cell, .default-page-title .grid-margin-x.small-up-2 > .page-title__column {
  width: calc(50% - 1.5625rem);
}

.grid-margin-x.small-up-3 > .cell, .default-page-title .grid-margin-x.small-up-3 > .page-title__column {
  width: calc(33.33333% - 1.5625rem);
}

.grid-margin-x.small-up-4 > .cell, .default-page-title .grid-margin-x.small-up-4 > .page-title__column {
  width: calc(25% - 1.5625rem);
}

.grid-margin-x.small-up-5 > .cell, .default-page-title .grid-margin-x.small-up-5 > .page-title__column {
  width: calc(20% - 1.5625rem);
}

.grid-margin-x.small-up-6 > .cell, .default-page-title .grid-margin-x.small-up-6 > .page-title__column {
  width: calc(16.66667% - 1.5625rem);
}

.grid-margin-x.small-up-7 > .cell, .default-page-title .grid-margin-x.small-up-7 > .page-title__column {
  width: calc(14.28571% - 1.5625rem);
}

.grid-margin-x.small-up-8 > .cell, .default-page-title .grid-margin-x.small-up-8 > .page-title__column {
  width: calc(12.5% - 1.5625rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell, .default-page-title .grid-margin-x.small-up-1 > .page-title__column {
    width: calc(100% - 1.5625rem);
  }
  .grid-margin-x.small-up-2 > .cell, .default-page-title .grid-margin-x.small-up-2 > .page-title__column {
    width: calc(50% - 1.5625rem);
  }
  .grid-margin-x.small-up-3 > .cell, .default-page-title .grid-margin-x.small-up-3 > .page-title__column {
    width: calc(33.33333% - 1.5625rem);
  }
  .grid-margin-x.small-up-4 > .cell, .default-page-title .grid-margin-x.small-up-4 > .page-title__column {
    width: calc(25% - 1.5625rem);
  }
  .grid-margin-x.small-up-5 > .cell, .default-page-title .grid-margin-x.small-up-5 > .page-title__column {
    width: calc(20% - 1.5625rem);
  }
  .grid-margin-x.small-up-6 > .cell, .default-page-title .grid-margin-x.small-up-6 > .page-title__column {
    width: calc(16.66667% - 1.5625rem);
  }
  .grid-margin-x.small-up-7 > .cell, .default-page-title .grid-margin-x.small-up-7 > .page-title__column {
    width: calc(14.28571% - 1.5625rem);
  }
  .grid-margin-x.small-up-8 > .cell, .default-page-title .grid-margin-x.small-up-8 > .page-title__column {
    width: calc(12.5% - 1.5625rem);
  }
  .grid-margin-x.medium-up-1 > .cell, .default-page-title .grid-margin-x.medium-up-1 > .page-title__column {
    width: calc(100% - 1.5625rem);
  }
  .grid-margin-x.medium-up-2 > .cell, .default-page-title .grid-margin-x.medium-up-2 > .page-title__column {
    width: calc(50% - 1.5625rem);
  }
  .grid-margin-x.medium-up-3 > .cell, .default-page-title .grid-margin-x.medium-up-3 > .page-title__column {
    width: calc(33.33333% - 1.5625rem);
  }
  .grid-margin-x.medium-up-4 > .cell, .default-page-title .grid-margin-x.medium-up-4 > .page-title__column {
    width: calc(25% - 1.5625rem);
  }
  .grid-margin-x.medium-up-5 > .cell, .default-page-title .grid-margin-x.medium-up-5 > .page-title__column {
    width: calc(20% - 1.5625rem);
  }
  .grid-margin-x.medium-up-6 > .cell, .default-page-title .grid-margin-x.medium-up-6 > .page-title__column {
    width: calc(16.66667% - 1.5625rem);
  }
  .grid-margin-x.medium-up-7 > .cell, .default-page-title .grid-margin-x.medium-up-7 > .page-title__column {
    width: calc(14.28571% - 1.5625rem);
  }
  .grid-margin-x.medium-up-8 > .cell, .default-page-title .grid-margin-x.medium-up-8 > .page-title__column {
    width: calc(12.5% - 1.5625rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell, .default-page-title .grid-margin-x.large-up-1 > .page-title__column {
    width: calc(100% - 1.5625rem);
  }
  .grid-margin-x.large-up-2 > .cell, .default-page-title .grid-margin-x.large-up-2 > .page-title__column {
    width: calc(50% - 1.5625rem);
  }
  .grid-margin-x.large-up-3 > .cell, .default-page-title .grid-margin-x.large-up-3 > .page-title__column {
    width: calc(33.33333% - 1.5625rem);
  }
  .grid-margin-x.large-up-4 > .cell, .default-page-title .grid-margin-x.large-up-4 > .page-title__column {
    width: calc(25% - 1.5625rem);
  }
  .grid-margin-x.large-up-5 > .cell, .default-page-title .grid-margin-x.large-up-5 > .page-title__column {
    width: calc(20% - 1.5625rem);
  }
  .grid-margin-x.large-up-6 > .cell, .default-page-title .grid-margin-x.large-up-6 > .page-title__column {
    width: calc(16.66667% - 1.5625rem);
  }
  .grid-margin-x.large-up-7 > .cell, .default-page-title .grid-margin-x.large-up-7 > .page-title__column {
    width: calc(14.28571% - 1.5625rem);
  }
  .grid-margin-x.large-up-8 > .cell, .default-page-title .grid-margin-x.large-up-8 > .page-title__column {
    width: calc(12.5% - 1.5625rem);
  }
}

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .cell, .default-page-title .small-margin-collapse > .page-title__column {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .small-1 {
  width: 8.33333%;
}

.small-margin-collapse > .small-2 {
  width: 16.66667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.33333%;
}

.small-margin-collapse > .small-5 {
  width: 41.66667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.33333%;
}

.small-margin-collapse > .small-8 {
  width: 66.66667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.33333%;
}

.small-margin-collapse > .small-11 {
  width: 91.66667%;
}

.small-margin-collapse > .small-12, .default-page-title .small-margin-collapse > .page-title__column {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .large-9, .default-page-title .small-margin-collapse > .page-title__column {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-padding-collapse > .cell, .default-page-title .small-padding-collapse > .page-title__column {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell, .default-page-title .medium-margin-collapse > .page-title__column {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .small-12, .default-page-title .medium-margin-collapse > .page-title__column {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .large-9, .default-page-title .medium-margin-collapse > .page-title__column {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell, .default-page-title .medium-padding-collapse > .page-title__column {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell, .default-page-title .large-margin-collapse > .page-title__column {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .small-12, .default-page-title .large-margin-collapse > .page-title__column {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .large-9, .default-page-title .large-margin-collapse > .page-title__column {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell, .default-page-title .large-padding-collapse > .page-title__column {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.78125rem);
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.78125rem);
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.78125rem);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.78125rem);
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.78125rem);
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.78125rem);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.78125rem);
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.78125rem);
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.78125rem);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.78125rem);
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.78125rem);
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.78125rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.78125rem);
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.78125rem);
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.78125rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.78125rem);
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.78125rem);
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.78125rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.78125rem);
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.78125rem);
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.78125rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.78125rem);
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.78125rem);
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.78125rem);
  }
}

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.78125rem);
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.78125rem);
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.78125rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.78125rem);
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.78125rem);
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.78125rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.78125rem);
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.78125rem);
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.78125rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.78125rem);
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.78125rem);
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.78125rem);
  }
}

.grid-y {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}

.grid-y > .cell, .default-page-title .grid-y > .page-title__column {
  height: auto;
  max-height: none;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12, .default-page-title .grid-y > .page-title__column {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .default-page-title .grid-y > .page-title__column, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12, .default-page-title .grid-y > .page-title__column {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.grid-y > .small-1 {
  height: 8.33333%;
}

.grid-y > .small-2 {
  height: 16.66667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.33333%;
}

.grid-y > .small-5 {
  height: 41.66667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.33333%;
}

.grid-y > .small-8 {
  height: 66.66667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.33333%;
}

.grid-y > .small-11 {
  height: 91.66667%;
}

.grid-y > .small-12, .default-page-title .grid-y > .page-title__column {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.33333%;
  }
  .grid-y > .medium-2 {
    height: 16.66667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.33333%;
  }
  .grid-y > .medium-5 {
    height: 41.66667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.33333%;
  }
  .grid-y > .medium-8 {
    height: 66.66667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.33333%;
  }
  .grid-y > .medium-11 {
    height: 91.66667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .default-page-title .grid-y > .page-title__column, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.33333%;
  }
  .grid-y > .large-2 {
    height: 16.66667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.33333%;
  }
  .grid-y > .large-5 {
    height: 41.66667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.33333%;
  }
  .grid-y > .large-8 {
    height: 66.66667%;
  }
  .grid-y > .large-9, .default-page-title .grid-y > .page-title__column {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.33333%;
  }
  .grid-y > .large-11 {
    height: 91.66667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.78125rem;
  margin-bottom: -0.78125rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.78125rem;
    margin-bottom: -0.78125rem;
  }
}

.grid-padding-y > .cell, .default-page-title .grid-padding-y > .page-title__column {
  padding-top: 0.78125rem;
  padding-bottom: 0.78125rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell, .default-page-title .grid-padding-y > .page-title__column {
    padding-top: 0.78125rem;
    padding-bottom: 0.78125rem;
  }
}

.grid-margin-y {
  margin-top: -0.78125rem;
  margin-bottom: -0.78125rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.78125rem;
    margin-bottom: -0.78125rem;
  }
}

.grid-margin-y > .cell, .default-page-title .grid-margin-y > .page-title__column {
  height: calc(100% - 1.5625rem);
  margin-top: 0.78125rem;
  margin-bottom: 0.78125rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell, .default-page-title .grid-margin-y > .page-title__column {
    height: calc(100% - 1.5625rem);
    margin-top: 0.78125rem;
    margin-bottom: 0.78125rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.5625rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.5625rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.5625rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.5625rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.5625rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.5625rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.5625rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.5625rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.5625rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.5625rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.5625rem);
}

.grid-margin-y > .small-12, .default-page-title .grid-margin-y > .page-title__column {
  height: calc(100% - 1.5625rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.5625rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.5625rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.5625rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.5625rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.5625rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.5625rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.5625rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.5625rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.5625rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.5625rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.5625rem);
  }
  .grid-margin-y > .small-12, .default-page-title .grid-margin-y > .page-title__column {
    height: calc(100% - 1.5625rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.5625rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.5625rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.5625rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.5625rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.5625rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.5625rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.5625rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.5625rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.5625rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.5625rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.5625rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.5625rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.5625rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.5625rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.5625rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.5625rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.5625rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.5625rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.5625rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.5625rem);
  }
  .grid-margin-y > .large-9, .default-page-title .grid-margin-y > .page-title__column {
    height: calc(75% - 1.5625rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.5625rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.5625rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.5625rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100vw;
}

.cell .grid-frame, .default-page-title .page-title__column .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-height: 100%;
}

.cell-block-container > .grid-x, .default-page-title .cell-block-container > .page-title__row {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame, .default-page-title .page-title__column .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x, .default-page-title .medium-cell-block-container > .page-title__row {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame, .default-page-title .page-title__column .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x, .default-page-title .large-cell-block-container > .page-title__row {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame, .default-page-title .page-title__column .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame, .default-page-title .page-title__column .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame, .default-page-title .page-title__column .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.78125rem;
  margin-bottom: -0.78125rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.78125rem;
    margin-bottom: -0.78125rem;
  }
}

.grid-margin-y > .cell, .default-page-title .grid-margin-y > .page-title__column {
  height: calc(100% - 1.5625rem);
  margin-top: 0.78125rem;
  margin-bottom: 0.78125rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell, .default-page-title .grid-margin-y > .page-title__column {
    height: calc(100% - 1.5625rem);
    margin-top: 0.78125rem;
    margin-bottom: 0.78125rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.5625rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.5625rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.5625rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.5625rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.5625rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.5625rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.5625rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.5625rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.5625rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.5625rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.5625rem);
}

.grid-margin-y > .small-12, .default-page-title .grid-margin-y > .page-title__column {
  height: calc(100% - 1.5625rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.5625rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.5625rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.5625rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.5625rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.5625rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.5625rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.5625rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.5625rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.5625rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.5625rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.5625rem);
  }
  .grid-margin-y > .small-12, .default-page-title .grid-margin-y > .page-title__column {
    height: calc(100% - 1.5625rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.5625rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.5625rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.5625rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.5625rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.5625rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.5625rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.5625rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.5625rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.5625rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.5625rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.5625rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.5625rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.5625rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.5625rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.5625rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.5625rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.5625rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.5625rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.5625rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.5625rem);
  }
  .grid-margin-y > .large-9, .default-page-title .grid-margin-y > .page-title__column {
    height: calc(75% - 1.5625rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.5625rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.5625rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.5625rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.5625rem);
}

@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5625rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5625rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.5625rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.5625rem);
  }
}

.button, .views-element-container .sights-sounds .more-link a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 10px 34px;
  border: 1px solid transparent;
  border-radius: 6px;
  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;
}

[data-whatinput='mouse'] .button, [data-whatinput='mouse'] .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link [data-whatinput='mouse'] a {
  outline: 0;
}

.button.tiny, .views-element-container .sights-sounds .more-link a.tiny {
  font-size: 0.6rem;
}

.button.small, .views-element-container .sights-sounds .more-link a.small {
  font-size: 0.75rem;
}

.button.large, .views-element-container .sights-sounds .more-link a.large {
  font-size: 1.25rem;
}

.button.expanded, .views-element-container .sights-sounds .more-link a.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button, .views-element-container .sights-sounds .more-link a, .button.disabled, .views-element-container .sights-sounds .more-link a.disabled, .button[disabled], .views-element-container .sights-sounds .more-link a[disabled], .button.disabled:hover, .views-element-container .sights-sounds .more-link a.disabled:hover, .button[disabled]:hover, .views-element-container .sights-sounds .more-link a[disabled]:hover, .button.disabled:focus, .views-element-container .sights-sounds .more-link a.disabled:focus, .button[disabled]:focus, .views-element-container .sights-sounds .more-link a[disabled]:focus {
  background-color: #eaa003;
  color: #1e3b1f;
}

.button:hover, .views-element-container .sights-sounds .more-link a:hover, .button:focus, .views-element-container .sights-sounds .more-link a:focus {
  background-color: #c78803;
  color: #1e3b1f;
}

.button.primary, .views-element-container .sights-sounds .more-link a.primary, .button.primary.disabled, .views-element-container .sights-sounds .more-link a.primary.disabled, .button.primary[disabled], .views-element-container .sights-sounds .more-link a.primary[disabled], .button.primary.disabled:hover, .views-element-container .sights-sounds .more-link a.primary.disabled:hover, .button.primary[disabled]:hover, .views-element-container .sights-sounds .more-link a.primary[disabled]:hover, .button.primary.disabled:focus, .views-element-container .sights-sounds .more-link a.primary.disabled:focus, .button.primary[disabled]:focus, .views-element-container .sights-sounds .more-link a.primary[disabled]:focus {
  background-color: #eaa003;
  color: #0a0a0a;
}

.button.primary:hover, .views-element-container .sights-sounds .more-link a.primary:hover, .button.primary:focus, .views-element-container .sights-sounds .more-link a.primary:focus {
  background-color: #bb8002;
  color: #0a0a0a;
}

.button.secondary, .views-element-container .sights-sounds .more-link a.secondary, .button.secondary.disabled, .views-element-container .sights-sounds .more-link a.secondary.disabled, .button.secondary[disabled], .views-element-container .sights-sounds .more-link a.secondary[disabled], .button.secondary.disabled:hover, .views-element-container .sights-sounds .more-link a.secondary.disabled:hover, .button.secondary[disabled]:hover, .views-element-container .sights-sounds .more-link a.secondary[disabled]:hover, .button.secondary.disabled:focus, .views-element-container .sights-sounds .more-link a.secondary.disabled:focus, .button.secondary[disabled]:focus, .views-element-container .sights-sounds .more-link a.secondary[disabled]:focus {
  background-color: #76b5a3;
  color: #0a0a0a;
}

.button.secondary:hover, .views-element-container .sights-sounds .more-link a.secondary:hover, .button.secondary:focus, .views-element-container .sights-sounds .more-link a.secondary:focus {
  background-color: #549b87;
  color: #0a0a0a;
}

.button.success, .views-element-container .sights-sounds .more-link a.success, .button.success.disabled, .views-element-container .sights-sounds .more-link a.success.disabled, .button.success[disabled], .views-element-container .sights-sounds .more-link a.success[disabled], .button.success.disabled:hover, .views-element-container .sights-sounds .more-link a.success.disabled:hover, .button.success[disabled]:hover, .views-element-container .sights-sounds .more-link a.success[disabled]:hover, .button.success.disabled:focus, .views-element-container .sights-sounds .more-link a.success.disabled:focus, .button.success[disabled]:focus, .views-element-container .sights-sounds .more-link a.success[disabled]:focus {
  background-color: #b9ddbe;
  color: #0a0a0a;
}

.button.success:hover, .views-element-container .sights-sounds .more-link a.success:hover, .button.success:focus, .views-element-container .sights-sounds .more-link a.success:focus {
  background-color: #82c28b;
  color: #0a0a0a;
}

.button.warning, .views-element-container .sights-sounds .more-link a.warning, .button.warning.disabled, .views-element-container .sights-sounds .more-link a.warning.disabled, .button.warning[disabled], .views-element-container .sights-sounds .more-link a.warning[disabled], .button.warning.disabled:hover, .views-element-container .sights-sounds .more-link a.warning.disabled:hover, .button.warning[disabled]:hover, .views-element-container .sights-sounds .more-link a.warning[disabled]:hover, .button.warning.disabled:focus, .views-element-container .sights-sounds .more-link a.warning.disabled:focus, .button.warning[disabled]:focus, .views-element-container .sights-sounds .more-link a.warning[disabled]:focus {
  background-color: #eaa003;
  color: #0a0a0a;
}

.button.warning:hover, .views-element-container .sights-sounds .more-link a.warning:hover, .button.warning:focus, .views-element-container .sights-sounds .more-link a.warning:focus {
  background-color: #bb8002;
  color: #0a0a0a;
}

.button.alert, .views-element-container .sights-sounds .more-link a.alert, .button.alert.disabled, .views-element-container .sights-sounds .more-link a.alert.disabled, .button.alert[disabled], .views-element-container .sights-sounds .more-link a.alert[disabled], .button.alert.disabled:hover, .views-element-container .sights-sounds .more-link a.alert.disabled:hover, .button.alert[disabled]:hover, .views-element-container .sights-sounds .more-link a.alert[disabled]:hover, .button.alert.disabled:focus, .views-element-container .sights-sounds .more-link a.alert.disabled:focus, .button.alert[disabled]:focus, .views-element-container .sights-sounds .more-link a.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #0a0a0a;
}

.button.alert:hover, .views-element-container .sights-sounds .more-link a.alert:hover, .button.alert:focus, .views-element-container .sights-sounds .more-link a.alert:focus {
  background-color: #a53b2a;
  color: #0a0a0a;
}

.button.hollow, .views-element-container .sights-sounds .more-link a.hollow, .button.hollow:hover, .views-element-container .sights-sounds .more-link a.hollow:hover, .button.hollow:focus, .views-element-container .sights-sounds .more-link a.hollow:focus, .button.hollow.disabled, .views-element-container .sights-sounds .more-link a.hollow.disabled, .button.hollow.disabled:hover, .views-element-container .sights-sounds .more-link a.hollow.disabled:hover, .button.hollow.disabled:focus, .views-element-container .sights-sounds .more-link a.hollow.disabled:focus, .button.hollow[disabled], .views-element-container .sights-sounds .more-link a.hollow[disabled], .button.hollow[disabled]:hover, .views-element-container .sights-sounds .more-link a.hollow[disabled]:hover, .button.hollow[disabled]:focus, .views-element-container .sights-sounds .more-link a.hollow[disabled]:focus {
  background-color: transparent;
}

.button.hollow, .views-element-container .sights-sounds .more-link a.hollow, .button.hollow.disabled, .views-element-container .sights-sounds .more-link a.hollow.disabled, .button.hollow[disabled], .views-element-container .sights-sounds .more-link a.hollow[disabled], .button.hollow.disabled:hover, .views-element-container .sights-sounds .more-link a.hollow.disabled:hover, .button.hollow[disabled]:hover, .views-element-container .sights-sounds .more-link a.hollow[disabled]:hover, .button.hollow.disabled:focus, .views-element-container .sights-sounds .more-link a.hollow.disabled:focus, .button.hollow[disabled]:focus, .views-element-container .sights-sounds .more-link a.hollow[disabled]:focus {
  border: 1px solid #eaa003;
  color: #eaa003;
}

.button.hollow:hover, .views-element-container .sights-sounds .more-link a.hollow:hover, .button.hollow:focus, .views-element-container .sights-sounds .more-link a.hollow:focus {
  border-color: #755002;
  color: #755002;
}

.button.hollow.primary, .views-element-container .sights-sounds .more-link a.hollow.primary, .button.hollow.primary.disabled, .views-element-container .sights-sounds .more-link a.hollow.primary.disabled, .button.hollow.primary[disabled], .views-element-container .sights-sounds .more-link a.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .views-element-container .sights-sounds .more-link a.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .views-element-container .sights-sounds .more-link a.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .views-element-container .sights-sounds .more-link a.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus, .views-element-container .sights-sounds .more-link a.hollow.primary[disabled]:focus {
  border: 1px solid #eaa003;
  color: #eaa003;
}

.button.hollow.primary:hover, .views-element-container .sights-sounds .more-link a.hollow.primary:hover, .button.hollow.primary:focus, .views-element-container .sights-sounds .more-link a.hollow.primary:focus {
  border-color: #755002;
  color: #755002;
}

.button.hollow.secondary, .views-element-container .sights-sounds .more-link a.hollow.secondary, .button.hollow.secondary.disabled, .views-element-container .sights-sounds .more-link a.hollow.secondary.disabled, .button.hollow.secondary[disabled], .views-element-container .sights-sounds .more-link a.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .views-element-container .sights-sounds .more-link a.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .views-element-container .sights-sounds .more-link a.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .views-element-container .sights-sounds .more-link a.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus, .views-element-container .sights-sounds .more-link a.hollow.secondary[disabled]:focus {
  border: 1px solid #76b5a3;
  color: #76b5a3;
}

.button.hollow.secondary:hover, .views-element-container .sights-sounds .more-link a.hollow.secondary:hover, .button.hollow.secondary:focus, .views-element-container .sights-sounds .more-link a.hollow.secondary:focus {
  border-color: #346154;
  color: #346154;
}

.button.hollow.success, .views-element-container .sights-sounds .more-link a.hollow.success, .button.hollow.success.disabled, .views-element-container .sights-sounds .more-link a.hollow.success.disabled, .button.hollow.success[disabled], .views-element-container .sights-sounds .more-link a.hollow.success[disabled], .button.hollow.success.disabled:hover, .views-element-container .sights-sounds .more-link a.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .views-element-container .sights-sounds .more-link a.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .views-element-container .sights-sounds .more-link a.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus, .views-element-container .sights-sounds .more-link a.hollow.success[disabled]:focus {
  border: 1px solid #b9ddbe;
  color: #b9ddbe;
}

.button.hollow.success:hover, .views-element-container .sights-sounds .more-link a.hollow.success:hover, .button.hollow.success:focus, .views-element-container .sights-sounds .more-link a.hollow.success:focus {
  border-color: #42894c;
  color: #42894c;
}

.button.hollow.warning, .views-element-container .sights-sounds .more-link a.hollow.warning, .button.hollow.warning.disabled, .views-element-container .sights-sounds .more-link a.hollow.warning.disabled, .button.hollow.warning[disabled], .views-element-container .sights-sounds .more-link a.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .views-element-container .sights-sounds .more-link a.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .views-element-container .sights-sounds .more-link a.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .views-element-container .sights-sounds .more-link a.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus, .views-element-container .sights-sounds .more-link a.hollow.warning[disabled]:focus {
  border: 1px solid #eaa003;
  color: #eaa003;
}

.button.hollow.warning:hover, .views-element-container .sights-sounds .more-link a.hollow.warning:hover, .button.hollow.warning:focus, .views-element-container .sights-sounds .more-link a.hollow.warning:focus {
  border-color: #755002;
  color: #755002;
}

.button.hollow.alert, .views-element-container .sights-sounds .more-link a.hollow.alert, .button.hollow.alert.disabled, .views-element-container .sights-sounds .more-link a.hollow.alert.disabled, .button.hollow.alert[disabled], .views-element-container .sights-sounds .more-link a.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .views-element-container .sights-sounds .more-link a.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .views-element-container .sights-sounds .more-link a.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .views-element-container .sights-sounds .more-link a.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus, .views-element-container .sights-sounds .more-link a.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.hollow.alert:hover, .views-element-container .sights-sounds .more-link a.hollow.alert:hover, .button.hollow.alert:focus, .views-element-container .sights-sounds .more-link a.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.clear, .views-element-container .sights-sounds .more-link a.clear, .button.clear:hover, .views-element-container .sights-sounds .more-link a.clear:hover, .button.clear:focus, .views-element-container .sights-sounds .more-link a.clear:focus, .button.clear.disabled, .views-element-container .sights-sounds .more-link a.clear.disabled, .button.clear.disabled:hover, .views-element-container .sights-sounds .more-link a.clear.disabled:hover, .button.clear.disabled:focus, .views-element-container .sights-sounds .more-link a.clear.disabled:focus, .button.clear[disabled], .views-element-container .sights-sounds .more-link a.clear[disabled], .button.clear[disabled]:hover, .views-element-container .sights-sounds .more-link a.clear[disabled]:hover, .button.clear[disabled]:focus, .views-element-container .sights-sounds .more-link a.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}

.button.clear, .views-element-container .sights-sounds .more-link a.clear, .button.clear.disabled, .views-element-container .sights-sounds .more-link a.clear.disabled, .button.clear[disabled], .views-element-container .sights-sounds .more-link a.clear[disabled], .button.clear.disabled:hover, .views-element-container .sights-sounds .more-link a.clear.disabled:hover, .button.clear[disabled]:hover, .views-element-container .sights-sounds .more-link a.clear[disabled]:hover, .button.clear.disabled:focus, .views-element-container .sights-sounds .more-link a.clear.disabled:focus, .button.clear[disabled]:focus, .views-element-container .sights-sounds .more-link a.clear[disabled]:focus {
  color: #eaa003;
}

.button.clear:hover, .views-element-container .sights-sounds .more-link a.clear:hover, .button.clear:focus, .views-element-container .sights-sounds .more-link a.clear:focus {
  color: #755002;
}

.button.clear.primary, .views-element-container .sights-sounds .more-link a.clear.primary, .button.clear.primary.disabled, .views-element-container .sights-sounds .more-link a.clear.primary.disabled, .button.clear.primary[disabled], .views-element-container .sights-sounds .more-link a.clear.primary[disabled], .button.clear.primary.disabled:hover, .views-element-container .sights-sounds .more-link a.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .views-element-container .sights-sounds .more-link a.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .views-element-container .sights-sounds .more-link a.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus, .views-element-container .sights-sounds .more-link a.clear.primary[disabled]:focus {
  color: #eaa003;
}

.button.clear.primary:hover, .views-element-container .sights-sounds .more-link a.clear.primary:hover, .button.clear.primary:focus, .views-element-container .sights-sounds .more-link a.clear.primary:focus {
  color: #755002;
}

.button.clear.secondary, .views-element-container .sights-sounds .more-link a.clear.secondary, .button.clear.secondary.disabled, .views-element-container .sights-sounds .more-link a.clear.secondary.disabled, .button.clear.secondary[disabled], .views-element-container .sights-sounds .more-link a.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .views-element-container .sights-sounds .more-link a.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .views-element-container .sights-sounds .more-link a.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .views-element-container .sights-sounds .more-link a.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus, .views-element-container .sights-sounds .more-link a.clear.secondary[disabled]:focus {
  color: #76b5a3;
}

.button.clear.secondary:hover, .views-element-container .sights-sounds .more-link a.clear.secondary:hover, .button.clear.secondary:focus, .views-element-container .sights-sounds .more-link a.clear.secondary:focus {
  color: #346154;
}

.button.clear.success, .views-element-container .sights-sounds .more-link a.clear.success, .button.clear.success.disabled, .views-element-container .sights-sounds .more-link a.clear.success.disabled, .button.clear.success[disabled], .views-element-container .sights-sounds .more-link a.clear.success[disabled], .button.clear.success.disabled:hover, .views-element-container .sights-sounds .more-link a.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .views-element-container .sights-sounds .more-link a.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .views-element-container .sights-sounds .more-link a.clear.success.disabled:focus, .button.clear.success[disabled]:focus, .views-element-container .sights-sounds .more-link a.clear.success[disabled]:focus {
  color: #b9ddbe;
}

.button.clear.success:hover, .views-element-container .sights-sounds .more-link a.clear.success:hover, .button.clear.success:focus, .views-element-container .sights-sounds .more-link a.clear.success:focus {
  color: #42894c;
}

.button.clear.warning, .views-element-container .sights-sounds .more-link a.clear.warning, .button.clear.warning.disabled, .views-element-container .sights-sounds .more-link a.clear.warning.disabled, .button.clear.warning[disabled], .views-element-container .sights-sounds .more-link a.clear.warning[disabled], .button.clear.warning.disabled:hover, .views-element-container .sights-sounds .more-link a.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .views-element-container .sights-sounds .more-link a.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .views-element-container .sights-sounds .more-link a.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus, .views-element-container .sights-sounds .more-link a.clear.warning[disabled]:focus {
  color: #eaa003;
}

.button.clear.warning:hover, .views-element-container .sights-sounds .more-link a.clear.warning:hover, .button.clear.warning:focus, .views-element-container .sights-sounds .more-link a.clear.warning:focus {
  color: #755002;
}

.button.clear.alert, .views-element-container .sights-sounds .more-link a.clear.alert, .button.clear.alert.disabled, .views-element-container .sights-sounds .more-link a.clear.alert.disabled, .button.clear.alert[disabled], .views-element-container .sights-sounds .more-link a.clear.alert[disabled], .button.clear.alert.disabled:hover, .views-element-container .sights-sounds .more-link a.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .views-element-container .sights-sounds .more-link a.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .views-element-container .sights-sounds .more-link a.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus, .views-element-container .sights-sounds .more-link a.clear.alert[disabled]:focus {
  color: #cc4b37;
}

.button.clear.alert:hover, .views-element-container .sights-sounds .more-link a.clear.alert:hover, .button.clear.alert:focus, .views-element-container .sights-sounds .more-link a.clear.alert:focus {
  color: #67251a;
}

.button.disabled, .views-element-container .sights-sounds .more-link a.disabled, .button[disabled], .views-element-container .sights-sounds .more-link a[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.dropdown::after, .views-element-container .sights-sounds .more-link a.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 34px;
}

.button.dropdown.hollow::after, .views-element-container .sights-sounds .more-link a.dropdown.hollow::after, .button.dropdown.clear::after, .views-element-container .sights-sounds .more-link a.dropdown.clear::after {
  border-top-color: #eaa003;
}

.button.dropdown.hollow.primary::after, .views-element-container .sights-sounds .more-link a.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after, .views-element-container .sights-sounds .more-link a.dropdown.clear.primary::after {
  border-top-color: #eaa003;
}

.button.dropdown.hollow.secondary::after, .views-element-container .sights-sounds .more-link a.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after, .views-element-container .sights-sounds .more-link a.dropdown.clear.secondary::after {
  border-top-color: #76b5a3;
}

.button.dropdown.hollow.success::after, .views-element-container .sights-sounds .more-link a.dropdown.hollow.success::after, .button.dropdown.clear.success::after, .views-element-container .sights-sounds .more-link a.dropdown.clear.success::after {
  border-top-color: #b9ddbe;
}

.button.dropdown.hollow.warning::after, .views-element-container .sights-sounds .more-link a.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after, .views-element-container .sights-sounds .more-link a.dropdown.clear.warning::after {
  border-top-color: #eaa003;
}

.button.dropdown.hollow.alert::after, .views-element-container .sights-sounds .more-link a.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after, .views-element-container .sights-sounds .more-link a.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}

.button.arrow-only::after, .views-element-container .sights-sounds .more-link a.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, .views-element-container .sights-sounds .more-link a:hover, a.button:focus, .views-element-container .sights-sounds .more-link a:focus {
  text-decoration: none;
}

.button-group {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.button-group::before, .button-group::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}

.button-group::after {
  clear: both;
}

.button-group .button, .button-group .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .button-group a {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.button-group .button:last-child, .button-group .views-element-container .sights-sounds .more-link a:last-child, .views-element-container .sights-sounds .more-link .button-group a:last-child {
  margin-right: 0;
}

.button-group.tiny .button, .button-group.tiny .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .button-group.tiny a {
  font-size: 0.6rem;
}

.button-group.small .button, .button-group.small .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .button-group.small a {
  font-size: 0.75rem;
}

.button-group.large .button, .button-group.large .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .button-group.large a {
  font-size: 1.25rem;
}

.button-group.expanded .button, .button-group.expanded .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .button-group.expanded a {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
}

.button-group.primary .button, .button-group.primary .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .button-group.primary a, .button-group.primary .button.disabled, .button-group.primary .views-element-container .sights-sounds .more-link a.disabled, .views-element-container .sights-sounds .more-link .button-group.primary a.disabled, .button-group.primary .button[disabled], .button-group.primary .views-element-container .sights-sounds .more-link a[disabled], .views-element-container .sights-sounds .more-link .button-group.primary a[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .views-element-container .sights-sounds .more-link a.disabled:hover, .views-element-container .sights-sounds .more-link .button-group.primary a.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .views-element-container .sights-sounds .more-link a[disabled]:hover, .views-element-container .sights-sounds .more-link .button-group.primary a[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .views-element-container .sights-sounds .more-link a.disabled:focus, .views-element-container .sights-sounds .more-link .button-group.primary a.disabled:focus, .button-group.primary .button[disabled]:focus, .button-group.primary .views-element-container .sights-sounds .more-link a[disabled]:focus, .views-element-container .sights-sounds .more-link .button-group.primary a[disabled]:focus {
  background-color: #eaa003;
  color: #0a0a0a;
}

.button-group.primary .button:hover, .button-group.primary .views-element-container .sights-sounds .more-link a:hover, .views-element-container .sights-sounds .more-link .button-group.primary a:hover, .button-group.primary .button:focus, .button-group.primary .views-element-container .sights-sounds .more-link a:focus, .views-element-container .sights-sounds .more-link .button-group.primary a:focus {
  background-color: #bb8002;
  color: #0a0a0a;
}

.button-group.secondary .button, .button-group.secondary .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .button-group.secondary a, .button-group.secondary .button.disabled, .button-group.secondary .views-element-container .sights-sounds .more-link a.disabled, .views-element-container .sights-sounds .more-link .button-group.secondary a.disabled, .button-group.secondary .button[disabled], .button-group.secondary .views-element-container .sights-sounds .more-link a[disabled], .views-element-container .sights-sounds .more-link .button-group.secondary a[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .views-element-container .sights-sounds .more-link a.disabled:hover, .views-element-container .sights-sounds .more-link .button-group.secondary a.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .views-element-container .sights-sounds .more-link a[disabled]:hover, .views-element-container .sights-sounds .more-link .button-group.secondary a[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .views-element-container .sights-sounds .more-link a.disabled:focus, .views-element-container .sights-sounds .more-link .button-group.secondary a.disabled:focus, .button-group.secondary .button[disabled]:focus, .button-group.secondary .views-element-container .sights-sounds .more-link a[disabled]:focus, .views-element-container .sights-sounds .more-link .button-group.secondary a[disabled]:focus {
  background-color: #76b5a3;
  color: #0a0a0a;
}

.button-group.secondary .button:hover, .button-group.secondary .views-element-container .sights-sounds .more-link a:hover, .views-element-container .sights-sounds .more-link .button-group.secondary a:hover, .button-group.secondary .button:focus, .button-group.secondary .views-element-container .sights-sounds .more-link a:focus, .views-element-container .sights-sounds .more-link .button-group.secondary a:focus {
  background-color: #549b87;
  color: #0a0a0a;
}

.button-group.success .button, .button-group.success .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .button-group.success a, .button-group.success .button.disabled, .button-group.success .views-element-container .sights-sounds .more-link a.disabled, .views-element-container .sights-sounds .more-link .button-group.success a.disabled, .button-group.success .button[disabled], .button-group.success .views-element-container .sights-sounds .more-link a[disabled], .views-element-container .sights-sounds .more-link .button-group.success a[disabled], .button-group.success .button.disabled:hover, .button-group.success .views-element-container .sights-sounds .more-link a.disabled:hover, .views-element-container .sights-sounds .more-link .button-group.success a.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .views-element-container .sights-sounds .more-link a[disabled]:hover, .views-element-container .sights-sounds .more-link .button-group.success a[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .views-element-container .sights-sounds .more-link a.disabled:focus, .views-element-container .sights-sounds .more-link .button-group.success a.disabled:focus, .button-group.success .button[disabled]:focus, .button-group.success .views-element-container .sights-sounds .more-link a[disabled]:focus, .views-element-container .sights-sounds .more-link .button-group.success a[disabled]:focus {
  background-color: #b9ddbe;
  color: #0a0a0a;
}

.button-group.success .button:hover, .button-group.success .views-element-container .sights-sounds .more-link a:hover, .views-element-container .sights-sounds .more-link .button-group.success a:hover, .button-group.success .button:focus, .button-group.success .views-element-container .sights-sounds .more-link a:focus, .views-element-container .sights-sounds .more-link .button-group.success a:focus {
  background-color: #82c28b;
  color: #0a0a0a;
}

.button-group.warning .button, .button-group.warning .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .button-group.warning a, .button-group.warning .button.disabled, .button-group.warning .views-element-container .sights-sounds .more-link a.disabled, .views-element-container .sights-sounds .more-link .button-group.warning a.disabled, .button-group.warning .button[disabled], .button-group.warning .views-element-container .sights-sounds .more-link a[disabled], .views-element-container .sights-sounds .more-link .button-group.warning a[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .views-element-container .sights-sounds .more-link a.disabled:hover, .views-element-container .sights-sounds .more-link .button-group.warning a.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .views-element-container .sights-sounds .more-link a[disabled]:hover, .views-element-container .sights-sounds .more-link .button-group.warning a[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .views-element-container .sights-sounds .more-link a.disabled:focus, .views-element-container .sights-sounds .more-link .button-group.warning a.disabled:focus, .button-group.warning .button[disabled]:focus, .button-group.warning .views-element-container .sights-sounds .more-link a[disabled]:focus, .views-element-container .sights-sounds .more-link .button-group.warning a[disabled]:focus {
  background-color: #eaa003;
  color: #0a0a0a;
}

.button-group.warning .button:hover, .button-group.warning .views-element-container .sights-sounds .more-link a:hover, .views-element-container .sights-sounds .more-link .button-group.warning a:hover, .button-group.warning .button:focus, .button-group.warning .views-element-container .sights-sounds .more-link a:focus, .views-element-container .sights-sounds .more-link .button-group.warning a:focus {
  background-color: #bb8002;
  color: #0a0a0a;
}

.button-group.alert .button, .button-group.alert .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .button-group.alert a, .button-group.alert .button.disabled, .button-group.alert .views-element-container .sights-sounds .more-link a.disabled, .views-element-container .sights-sounds .more-link .button-group.alert a.disabled, .button-group.alert .button[disabled], .button-group.alert .views-element-container .sights-sounds .more-link a[disabled], .views-element-container .sights-sounds .more-link .button-group.alert a[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .views-element-container .sights-sounds .more-link a.disabled:hover, .views-element-container .sights-sounds .more-link .button-group.alert a.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .views-element-container .sights-sounds .more-link a[disabled]:hover, .views-element-container .sights-sounds .more-link .button-group.alert a[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .views-element-container .sights-sounds .more-link a.disabled:focus, .views-element-container .sights-sounds .more-link .button-group.alert a.disabled:focus, .button-group.alert .button[disabled]:focus, .button-group.alert .views-element-container .sights-sounds .more-link a[disabled]:focus, .views-element-container .sights-sounds .more-link .button-group.alert a[disabled]:focus {
  background-color: #cc4b37;
  color: #0a0a0a;
}

.button-group.alert .button:hover, .button-group.alert .views-element-container .sights-sounds .more-link a:hover, .views-element-container .sights-sounds .more-link .button-group.alert a:hover, .button-group.alert .button:focus, .button-group.alert .views-element-container .sights-sounds .more-link a:focus, .views-element-container .sights-sounds .more-link .button-group.alert a:focus {
  background-color: #a53b2a;
  color: #0a0a0a;
}

.button-group.hollow .button, .button-group.hollow .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .button-group.hollow a, .button-group.hollow .button:hover, .button-group.hollow .views-element-container .sights-sounds .more-link a:hover, .views-element-container .sights-sounds .more-link .button-group.hollow a:hover, .button-group.hollow .button:focus, .button-group.hollow .views-element-container .sights-sounds .more-link a:focus, .views-element-container .sights-sounds .more-link .button-group.hollow a:focus, .button-group.hollow .button.disabled, .button-group.hollow .views-element-container .sights-sounds .more-link a.disabled, .views-element-container .sights-sounds .more-link .button-group.hollow a.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .views-element-container .sights-sounds .more-link a.disabled:hover, .views-element-container .sights-sounds .more-link .button-group.hollow a.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .views-element-container .sights-sounds .more-link a.disabled:focus, .views-element-container .sights-sounds .more-link .button-group.hollow a.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .views-element-container .sights-sounds .more-link a[disabled], .views-element-container .sights-sounds .more-link .button-group.hollow a[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .views-element-container .sights-sounds .more-link a[disabled]:hover, .views-element-container .sights-sounds .more-link .button-group.hollow a[disabled]:hover, .button-group.hollow .button[disabled]:focus, .button-group.hollow .views-element-container .sights-sounds .more-link a[disabled]:focus, .views-element-container .sights-sounds .more-link .button-group.hollow a[disabled]:focus {
  background-color: transparent;
}

.button-group.hollow .button, .button-group.hollow .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .button-group.hollow a, .button-group.hollow .button.disabled, .button-group.hollow .views-element-container .sights-sounds .more-link a.disabled, .views-element-container .sights-sounds .more-link .button-group.hollow a.disabled, .button-group.hollow .button[disabled], .button-group.hollow .views-element-container .sights-sounds .more-link a[disabled], .views-element-container .sights-sounds .more-link .button-group.hollow a[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .views-element-container .sights-sounds .more-link a.disabled:hover, .views-element-container .sights-sounds .more-link .button-group.hollow a.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .views-element-container .sights-sounds .more-link a[disabled]:hover, .views-element-container .sights-sounds .more-link .button-group.hollow a[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .views-element-container .sights-sounds .more-link a.disabled:focus, .views-element-container .sights-sounds .more-link .button-group.hollow a.disabled:focus, .button-group.hollow .button[disabled]:focus, .button-group.hollow .views-element-container .sights-sounds .more-link a[disabled]:focus, .views-element-container .sights-sounds .more-link .button-group.hollow a[disabled]:focus {
  border: 1px solid #eaa003;
  color: #eaa003;
}

.button-group.hollow .button:hover, .button-group.hollow .views-element-container .sights-sounds .more-link a:hover, .views-element-container .sights-sounds .more-link .button-group.hollow a:hover, .button-group.hollow .button:focus, .button-group.hollow .views-element-container .sights-sounds .more-link a:focus, .views-element-container .sights-sounds .more-link .button-group.hollow a:focus {
  border-color: #755002;
  color: #755002;
}

.button-group.hollow.primary .button, .button-group.hollow.primary .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .button-group.hollow.primary a, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .views-element-container .sights-sounds .more-link a.disabled, .views-element-container .sights-sounds .more-link .button-group.hollow.primary a.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .views-element-container .sights-sounds .more-link a[disabled], .views-element-container .sights-sounds .more-link .button-group.hollow.primary a[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .views-element-container .sights-sounds .more-link a.disabled:hover, .views-element-container .sights-sounds .more-link .button-group.hollow.primary a.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .views-element-container .sights-sounds .more-link a[disabled]:hover, .views-element-container .sights-sounds .more-link .button-group.hollow.primary a[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .views-element-container .sights-sounds .more-link a.disabled:focus, .views-element-container .sights-sounds .more-link .button-group.hollow.primary a.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow.primary .views-element-container .sights-sounds .more-link a[disabled]:focus, .views-element-container .sights-sounds .more-link .button-group.hollow.primary a[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .views-element-container .sights-sounds .more-link a.primary, .views-element-container .sights-sounds .more-link .button-group.hollow a.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .views-element-container .sights-sounds .more-link a.primary.disabled, .views-element-container .sights-sounds .more-link .button-group.hollow a.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .views-element-container .sights-sounds .more-link a.primary[disabled], .views-element-container .sights-sounds .more-link .button-group.hollow a.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .views-element-container .sights-sounds .more-link a.primary.disabled:hover, .views-element-container .sights-sounds .more-link .button-group.hollow a.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .views-element-container .sights-sounds .more-link a.primary[disabled]:hover, .views-element-container .sights-sounds .more-link .button-group.hollow a.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .views-element-container .sights-sounds .more-link a.primary.disabled:focus, .views-element-container .sights-sounds .more-link .button-group.hollow a.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus, .button-group.hollow .views-element-container .sights-sounds .more-link a.primary[disabled]:focus, .views-element-container .sights-sounds .more-link .button-group.hollow a.primary[disabled]:focus {
  border: 1px solid #eaa003;
  color: #eaa003;
}

.button-group.hollow.primary .button:hover, .button-group.hollow.primary .views-element-container .sights-sounds .more-link a:hover, .views-element-container .sights-sounds .more-link .button-group.hollow.primary a:hover, .button-group.hollow.primary .button:focus, .button-group.hollow.primary .views-element-container .sights-sounds .more-link a:focus, .views-element-container .sights-sounds .more-link .button-group.hollow.primary a:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .views-element-container .sights-sounds .more-link a.primary:hover, .views-element-container .sights-sounds .more-link .button-group.hollow a.primary:hover, .button-group.hollow .button.primary:focus, .button-group.hollow .views-element-container .sights-sounds .more-link a.primary:focus, .views-element-container .sights-sounds .more-link .button-group.hollow a.primary:focus {
  border-color: #755002;
  color: #755002;
}

.button-group.hollow.secondary .button, .button-group.hollow.secondary .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .button-group.hollow.secondary a, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .views-element-container .sights-sounds .more-link a.disabled, .views-element-container .sights-sounds .more-link .button-group.hollow.secondary a.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .views-element-container .sights-sounds .more-link a[disabled], .views-element-container .sights-sounds .more-link .button-group.hollow.secondary a[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .views-element-container .sights-sounds .more-link a.disabled:hover, .views-element-container .sights-sounds .more-link .button-group.hollow.secondary a.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .views-element-container .sights-sounds .more-link a[disabled]:hover, .views-element-container .sights-sounds .more-link .button-group.hollow.secondary a[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .views-element-container .sights-sounds .more-link a.disabled:focus, .views-element-container .sights-sounds .more-link .button-group.hollow.secondary a.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow.secondary .views-element-container .sights-sounds .more-link a[disabled]:focus, .views-element-container .sights-sounds .more-link .button-group.hollow.secondary a[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .views-element-container .sights-sounds .more-link a.secondary, .views-element-container .sights-sounds .more-link .button-group.hollow a.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .views-element-container .sights-sounds .more-link a.secondary.disabled, .views-element-container .sights-sounds .more-link .button-group.hollow a.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .views-element-container .sights-sounds .more-link a.secondary[disabled], .views-element-container .sights-sounds .more-link .button-group.hollow a.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .views-element-container .sights-sounds .more-link a.secondary.disabled:hover, .views-element-container .sights-sounds .more-link .button-group.hollow a.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .views-element-container .sights-sounds .more-link a.secondary[disabled]:hover, .views-element-container .sights-sounds .more-link .button-group.hollow a.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .views-element-container .sights-sounds .more-link a.secondary.disabled:focus, .views-element-container .sights-sounds .more-link .button-group.hollow a.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus, .button-group.hollow .views-element-container .sights-sounds .more-link a.secondary[disabled]:focus, .views-element-container .sights-sounds .more-link .button-group.hollow a.secondary[disabled]:focus {
  border: 1px solid #76b5a3;
  color: #76b5a3;
}

.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .views-element-container .sights-sounds .more-link a:hover, .views-element-container .sights-sounds .more-link .button-group.hollow.secondary a:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow.secondary .views-element-container .sights-sounds .more-link a:focus, .views-element-container .sights-sounds .more-link .button-group.hollow.secondary a:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .views-element-container .sights-sounds .more-link a.secondary:hover, .views-element-container .sights-sounds .more-link .button-group.hollow a.secondary:hover, .button-group.hollow .button.secondary:focus, .button-group.hollow .views-element-container .sights-sounds .more-link a.secondary:focus, .views-element-container .sights-sounds .more-link .button-group.hollow a.secondary:focus {
  border-color: #346154;
  color: #346154;
}

.button-group.hollow.success .button, .button-group.hollow.success .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .button-group.hollow.success a, .button-group.hollow.success .button.disabled, .button-group.hollow.success .views-element-container .sights-sounds .more-link a.disabled, .views-element-container .sights-sounds .more-link .button-group.hollow.success a.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .views-element-container .sights-sounds .more-link a[disabled], .views-element-container .sights-sounds .more-link .button-group.hollow.success a[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .views-element-container .sights-sounds .more-link a.disabled:hover, .views-element-container .sights-sounds .more-link .button-group.hollow.success a.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .views-element-container .sights-sounds .more-link a[disabled]:hover, .views-element-container .sights-sounds .more-link .button-group.hollow.success a[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .views-element-container .sights-sounds .more-link a.disabled:focus, .views-element-container .sights-sounds .more-link .button-group.hollow.success a.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow.success .views-element-container .sights-sounds .more-link a[disabled]:focus, .views-element-container .sights-sounds .more-link .button-group.hollow.success a[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .views-element-container .sights-sounds .more-link a.success, .views-element-container .sights-sounds .more-link .button-group.hollow a.success, .button-group.hollow .button.success.disabled, .button-group.hollow .views-element-container .sights-sounds .more-link a.success.disabled, .views-element-container .sights-sounds .more-link .button-group.hollow a.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .views-element-container .sights-sounds .more-link a.success[disabled], .views-element-container .sights-sounds .more-link .button-group.hollow a.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .views-element-container .sights-sounds .more-link a.success.disabled:hover, .views-element-container .sights-sounds .more-link .button-group.hollow a.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .views-element-container .sights-sounds .more-link a.success[disabled]:hover, .views-element-container .sights-sounds .more-link .button-group.hollow a.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .views-element-container .sights-sounds .more-link a.success.disabled:focus, .views-element-container .sights-sounds .more-link .button-group.hollow a.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus, .button-group.hollow .views-element-container .sights-sounds .more-link a.success[disabled]:focus, .views-element-container .sights-sounds .more-link .button-group.hollow a.success[disabled]:focus {
  border: 1px solid #b9ddbe;
  color: #b9ddbe;
}

.button-group.hollow.success .button:hover, .button-group.hollow.success .views-element-container .sights-sounds .more-link a:hover, .views-element-container .sights-sounds .more-link .button-group.hollow.success a:hover, .button-group.hollow.success .button:focus, .button-group.hollow.success .views-element-container .sights-sounds .more-link a:focus, .views-element-container .sights-sounds .more-link .button-group.hollow.success a:focus, .button-group.hollow .button.success:hover, .button-group.hollow .views-element-container .sights-sounds .more-link a.success:hover, .views-element-container .sights-sounds .more-link .button-group.hollow a.success:hover, .button-group.hollow .button.success:focus, .button-group.hollow .views-element-container .sights-sounds .more-link a.success:focus, .views-element-container .sights-sounds .more-link .button-group.hollow a.success:focus {
  border-color: #42894c;
  color: #42894c;
}

.button-group.hollow.warning .button, .button-group.hollow.warning .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .button-group.hollow.warning a, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .views-element-container .sights-sounds .more-link a.disabled, .views-element-container .sights-sounds .more-link .button-group.hollow.warning a.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .views-element-container .sights-sounds .more-link a[disabled], .views-element-container .sights-sounds .more-link .button-group.hollow.warning a[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .views-element-container .sights-sounds .more-link a.disabled:hover, .views-element-container .sights-sounds .more-link .button-group.hollow.warning a.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .views-element-container .sights-sounds .more-link a[disabled]:hover, .views-element-container .sights-sounds .more-link .button-group.hollow.warning a[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .views-element-container .sights-sounds .more-link a.disabled:focus, .views-element-container .sights-sounds .more-link .button-group.hollow.warning a.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow.warning .views-element-container .sights-sounds .more-link a[disabled]:focus, .views-element-container .sights-sounds .more-link .button-group.hollow.warning a[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .views-element-container .sights-sounds .more-link a.warning, .views-element-container .sights-sounds .more-link .button-group.hollow a.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .views-element-container .sights-sounds .more-link a.warning.disabled, .views-element-container .sights-sounds .more-link .button-group.hollow a.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .views-element-container .sights-sounds .more-link a.warning[disabled], .views-element-container .sights-sounds .more-link .button-group.hollow a.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .views-element-container .sights-sounds .more-link a.warning.disabled:hover, .views-element-container .sights-sounds .more-link .button-group.hollow a.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .views-element-container .sights-sounds .more-link a.warning[disabled]:hover, .views-element-container .sights-sounds .more-link .button-group.hollow a.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .views-element-container .sights-sounds .more-link a.warning.disabled:focus, .views-element-container .sights-sounds .more-link .button-group.hollow a.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus, .button-group.hollow .views-element-container .sights-sounds .more-link a.warning[disabled]:focus, .views-element-container .sights-sounds .more-link .button-group.hollow a.warning[disabled]:focus {
  border: 1px solid #eaa003;
  color: #eaa003;
}

.button-group.hollow.warning .button:hover, .button-group.hollow.warning .views-element-container .sights-sounds .more-link a:hover, .views-element-container .sights-sounds .more-link .button-group.hollow.warning a:hover, .button-group.hollow.warning .button:focus, .button-group.hollow.warning .views-element-container .sights-sounds .more-link a:focus, .views-element-container .sights-sounds .more-link .button-group.hollow.warning a:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .views-element-container .sights-sounds .more-link a.warning:hover, .views-element-container .sights-sounds .more-link .button-group.hollow a.warning:hover, .button-group.hollow .button.warning:focus, .button-group.hollow .views-element-container .sights-sounds .more-link a.warning:focus, .views-element-container .sights-sounds .more-link .button-group.hollow a.warning:focus {
  border-color: #755002;
  color: #755002;
}

.button-group.hollow.alert .button, .button-group.hollow.alert .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .button-group.hollow.alert a, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .views-element-container .sights-sounds .more-link a.disabled, .views-element-container .sights-sounds .more-link .button-group.hollow.alert a.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .views-element-container .sights-sounds .more-link a[disabled], .views-element-container .sights-sounds .more-link .button-group.hollow.alert a[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .views-element-container .sights-sounds .more-link a.disabled:hover, .views-element-container .sights-sounds .more-link .button-group.hollow.alert a.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .views-element-container .sights-sounds .more-link a[disabled]:hover, .views-element-container .sights-sounds .more-link .button-group.hollow.alert a[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .views-element-container .sights-sounds .more-link a.disabled:focus, .views-element-container .sights-sounds .more-link .button-group.hollow.alert a.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow.alert .views-element-container .sights-sounds .more-link a[disabled]:focus, .views-element-container .sights-sounds .more-link .button-group.hollow.alert a[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .views-element-container .sights-sounds .more-link a.alert, .views-element-container .sights-sounds .more-link .button-group.hollow a.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .views-element-container .sights-sounds .more-link a.alert.disabled, .views-element-container .sights-sounds .more-link .button-group.hollow a.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .views-element-container .sights-sounds .more-link a.alert[disabled], .views-element-container .sights-sounds .more-link .button-group.hollow a.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .views-element-container .sights-sounds .more-link a.alert.disabled:hover, .views-element-container .sights-sounds .more-link .button-group.hollow a.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .views-element-container .sights-sounds .more-link a.alert[disabled]:hover, .views-element-container .sights-sounds .more-link .button-group.hollow a.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .views-element-container .sights-sounds .more-link a.alert.disabled:focus, .views-element-container .sights-sounds .more-link .button-group.hollow a.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus, .button-group.hollow .views-element-container .sights-sounds .more-link a.alert[disabled]:focus, .views-element-container .sights-sounds .more-link .button-group.hollow a.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button-group.hollow.alert .button:hover, .button-group.hollow.alert .views-element-container .sights-sounds .more-link a:hover, .views-element-container .sights-sounds .more-link .button-group.hollow.alert a:hover, .button-group.hollow.alert .button:focus, .button-group.hollow.alert .views-element-container .sights-sounds .more-link a:focus, .views-element-container .sights-sounds .more-link .button-group.hollow.alert a:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .views-element-container .sights-sounds .more-link a.alert:hover, .views-element-container .sights-sounds .more-link .button-group.hollow a.alert:hover, .button-group.hollow .button.alert:focus, .button-group.hollow .views-element-container .sights-sounds .more-link a.alert:focus, .views-element-container .sights-sounds .more-link .button-group.hollow a.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button-group.clear .button, .button-group.clear .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .button-group.clear a, .button-group.clear .button:hover, .button-group.clear .views-element-container .sights-sounds .more-link a:hover, .views-element-container .sights-sounds .more-link .button-group.clear a:hover, .button-group.clear .button:focus, .button-group.clear .views-element-container .sights-sounds .more-link a:focus, .views-element-container .sights-sounds .more-link .button-group.clear a:focus, .button-group.clear .button.disabled, .button-group.clear .views-element-container .sights-sounds .more-link a.disabled, .views-element-container .sights-sounds .more-link .button-group.clear a.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .views-element-container .sights-sounds .more-link a.disabled:hover, .views-element-container .sights-sounds .more-link .button-group.clear a.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .views-element-container .sights-sounds .more-link a.disabled:focus, .views-element-container .sights-sounds .more-link .button-group.clear a.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .views-element-container .sights-sounds .more-link a[disabled], .views-element-container .sights-sounds .more-link .button-group.clear a[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .views-element-container .sights-sounds .more-link a[disabled]:hover, .views-element-container .sights-sounds .more-link .button-group.clear a[disabled]:hover, .button-group.clear .button[disabled]:focus, .button-group.clear .views-element-container .sights-sounds .more-link a[disabled]:focus, .views-element-container .sights-sounds .more-link .button-group.clear a[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}

.button-group.clear .button, .button-group.clear .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .button-group.clear a, .button-group.clear .button.disabled, .button-group.clear .views-element-container .sights-sounds .more-link a.disabled, .views-element-container .sights-sounds .more-link .button-group.clear a.disabled, .button-group.clear .button[disabled], .button-group.clear .views-element-container .sights-sounds .more-link a[disabled], .views-element-container .sights-sounds .more-link .button-group.clear a[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .views-element-container .sights-sounds .more-link a.disabled:hover, .views-element-container .sights-sounds .more-link .button-group.clear a.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .views-element-container .sights-sounds .more-link a[disabled]:hover, .views-element-container .sights-sounds .more-link .button-group.clear a[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .views-element-container .sights-sounds .more-link a.disabled:focus, .views-element-container .sights-sounds .more-link .button-group.clear a.disabled:focus, .button-group.clear .button[disabled]:focus, .button-group.clear .views-element-container .sights-sounds .more-link a[disabled]:focus, .views-element-container .sights-sounds .more-link .button-group.clear a[disabled]:focus {
  color: #eaa003;
}

.button-group.clear .button:hover, .button-group.clear .views-element-container .sights-sounds .more-link a:hover, .views-element-container .sights-sounds .more-link .button-group.clear a:hover, .button-group.clear .button:focus, .button-group.clear .views-element-container .sights-sounds .more-link a:focus, .views-element-container .sights-sounds .more-link .button-group.clear a:focus {
  color: #755002;
}

.button-group.clear.primary .button, .button-group.clear.primary .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .button-group.clear.primary a, .button-group.clear.primary .button.disabled, .button-group.clear.primary .views-element-container .sights-sounds .more-link a.disabled, .views-element-container .sights-sounds .more-link .button-group.clear.primary a.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .views-element-container .sights-sounds .more-link a[disabled], .views-element-container .sights-sounds .more-link .button-group.clear.primary a[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .views-element-container .sights-sounds .more-link a.disabled:hover, .views-element-container .sights-sounds .more-link .button-group.clear.primary a.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .views-element-container .sights-sounds .more-link a[disabled]:hover, .views-element-container .sights-sounds .more-link .button-group.clear.primary a[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .views-element-container .sights-sounds .more-link a.disabled:focus, .views-element-container .sights-sounds .more-link .button-group.clear.primary a.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear.primary .views-element-container .sights-sounds .more-link a[disabled]:focus, .views-element-container .sights-sounds .more-link .button-group.clear.primary a[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .views-element-container .sights-sounds .more-link a.primary, .views-element-container .sights-sounds .more-link .button-group.clear a.primary, .button-group.clear .button.primary.disabled, .button-group.clear .views-element-container .sights-sounds .more-link a.primary.disabled, .views-element-container .sights-sounds .more-link .button-group.clear a.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .views-element-container .sights-sounds .more-link a.primary[disabled], .views-element-container .sights-sounds .more-link .button-group.clear a.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .views-element-container .sights-sounds .more-link a.primary.disabled:hover, .views-element-container .sights-sounds .more-link .button-group.clear a.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .views-element-container .sights-sounds .more-link a.primary[disabled]:hover, .views-element-container .sights-sounds .more-link .button-group.clear a.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .views-element-container .sights-sounds .more-link a.primary.disabled:focus, .views-element-container .sights-sounds .more-link .button-group.clear a.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus, .button-group.clear .views-element-container .sights-sounds .more-link a.primary[disabled]:focus, .views-element-container .sights-sounds .more-link .button-group.clear a.primary[disabled]:focus {
  color: #eaa003;
}

.button-group.clear.primary .button:hover, .button-group.clear.primary .views-element-container .sights-sounds .more-link a:hover, .views-element-container .sights-sounds .more-link .button-group.clear.primary a:hover, .button-group.clear.primary .button:focus, .button-group.clear.primary .views-element-container .sights-sounds .more-link a:focus, .views-element-container .sights-sounds .more-link .button-group.clear.primary a:focus, .button-group.clear .button.primary:hover, .button-group.clear .views-element-container .sights-sounds .more-link a.primary:hover, .views-element-container .sights-sounds .more-link .button-group.clear a.primary:hover, .button-group.clear .button.primary:focus, .button-group.clear .views-element-container .sights-sounds .more-link a.primary:focus, .views-element-container .sights-sounds .more-link .button-group.clear a.primary:focus {
  color: #755002;
}

.button-group.clear.secondary .button, .button-group.clear.secondary .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .button-group.clear.secondary a, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .views-element-container .sights-sounds .more-link a.disabled, .views-element-container .sights-sounds .more-link .button-group.clear.secondary a.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .views-element-container .sights-sounds .more-link a[disabled], .views-element-container .sights-sounds .more-link .button-group.clear.secondary a[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .views-element-container .sights-sounds .more-link a.disabled:hover, .views-element-container .sights-sounds .more-link .button-group.clear.secondary a.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .views-element-container .sights-sounds .more-link a[disabled]:hover, .views-element-container .sights-sounds .more-link .button-group.clear.secondary a[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .views-element-container .sights-sounds .more-link a.disabled:focus, .views-element-container .sights-sounds .more-link .button-group.clear.secondary a.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear.secondary .views-element-container .sights-sounds .more-link a[disabled]:focus, .views-element-container .sights-sounds .more-link .button-group.clear.secondary a[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .views-element-container .sights-sounds .more-link a.secondary, .views-element-container .sights-sounds .more-link .button-group.clear a.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .views-element-container .sights-sounds .more-link a.secondary.disabled, .views-element-container .sights-sounds .more-link .button-group.clear a.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .views-element-container .sights-sounds .more-link a.secondary[disabled], .views-element-container .sights-sounds .more-link .button-group.clear a.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .views-element-container .sights-sounds .more-link a.secondary.disabled:hover, .views-element-container .sights-sounds .more-link .button-group.clear a.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .views-element-container .sights-sounds .more-link a.secondary[disabled]:hover, .views-element-container .sights-sounds .more-link .button-group.clear a.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .views-element-container .sights-sounds .more-link a.secondary.disabled:focus, .views-element-container .sights-sounds .more-link .button-group.clear a.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus, .button-group.clear .views-element-container .sights-sounds .more-link a.secondary[disabled]:focus, .views-element-container .sights-sounds .more-link .button-group.clear a.secondary[disabled]:focus {
  color: #76b5a3;
}

.button-group.clear.secondary .button:hover, .button-group.clear.secondary .views-element-container .sights-sounds .more-link a:hover, .views-element-container .sights-sounds .more-link .button-group.clear.secondary a:hover, .button-group.clear.secondary .button:focus, .button-group.clear.secondary .views-element-container .sights-sounds .more-link a:focus, .views-element-container .sights-sounds .more-link .button-group.clear.secondary a:focus, .button-group.clear .button.secondary:hover, .button-group.clear .views-element-container .sights-sounds .more-link a.secondary:hover, .views-element-container .sights-sounds .more-link .button-group.clear a.secondary:hover, .button-group.clear .button.secondary:focus, .button-group.clear .views-element-container .sights-sounds .more-link a.secondary:focus, .views-element-container .sights-sounds .more-link .button-group.clear a.secondary:focus {
  color: #346154;
}

.button-group.clear.success .button, .button-group.clear.success .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .button-group.clear.success a, .button-group.clear.success .button.disabled, .button-group.clear.success .views-element-container .sights-sounds .more-link a.disabled, .views-element-container .sights-sounds .more-link .button-group.clear.success a.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .views-element-container .sights-sounds .more-link a[disabled], .views-element-container .sights-sounds .more-link .button-group.clear.success a[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .views-element-container .sights-sounds .more-link a.disabled:hover, .views-element-container .sights-sounds .more-link .button-group.clear.success a.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .views-element-container .sights-sounds .more-link a[disabled]:hover, .views-element-container .sights-sounds .more-link .button-group.clear.success a[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .views-element-container .sights-sounds .more-link a.disabled:focus, .views-element-container .sights-sounds .more-link .button-group.clear.success a.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear.success .views-element-container .sights-sounds .more-link a[disabled]:focus, .views-element-container .sights-sounds .more-link .button-group.clear.success a[disabled]:focus, .button-group.clear .button.success, .button-group.clear .views-element-container .sights-sounds .more-link a.success, .views-element-container .sights-sounds .more-link .button-group.clear a.success, .button-group.clear .button.success.disabled, .button-group.clear .views-element-container .sights-sounds .more-link a.success.disabled, .views-element-container .sights-sounds .more-link .button-group.clear a.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .views-element-container .sights-sounds .more-link a.success[disabled], .views-element-container .sights-sounds .more-link .button-group.clear a.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .views-element-container .sights-sounds .more-link a.success.disabled:hover, .views-element-container .sights-sounds .more-link .button-group.clear a.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .views-element-container .sights-sounds .more-link a.success[disabled]:hover, .views-element-container .sights-sounds .more-link .button-group.clear a.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .views-element-container .sights-sounds .more-link a.success.disabled:focus, .views-element-container .sights-sounds .more-link .button-group.clear a.success.disabled:focus, .button-group.clear .button.success[disabled]:focus, .button-group.clear .views-element-container .sights-sounds .more-link a.success[disabled]:focus, .views-element-container .sights-sounds .more-link .button-group.clear a.success[disabled]:focus {
  color: #b9ddbe;
}

.button-group.clear.success .button:hover, .button-group.clear.success .views-element-container .sights-sounds .more-link a:hover, .views-element-container .sights-sounds .more-link .button-group.clear.success a:hover, .button-group.clear.success .button:focus, .button-group.clear.success .views-element-container .sights-sounds .more-link a:focus, .views-element-container .sights-sounds .more-link .button-group.clear.success a:focus, .button-group.clear .button.success:hover, .button-group.clear .views-element-container .sights-sounds .more-link a.success:hover, .views-element-container .sights-sounds .more-link .button-group.clear a.success:hover, .button-group.clear .button.success:focus, .button-group.clear .views-element-container .sights-sounds .more-link a.success:focus, .views-element-container .sights-sounds .more-link .button-group.clear a.success:focus {
  color: #42894c;
}

.button-group.clear.warning .button, .button-group.clear.warning .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .button-group.clear.warning a, .button-group.clear.warning .button.disabled, .button-group.clear.warning .views-element-container .sights-sounds .more-link a.disabled, .views-element-container .sights-sounds .more-link .button-group.clear.warning a.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .views-element-container .sights-sounds .more-link a[disabled], .views-element-container .sights-sounds .more-link .button-group.clear.warning a[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .views-element-container .sights-sounds .more-link a.disabled:hover, .views-element-container .sights-sounds .more-link .button-group.clear.warning a.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .views-element-container .sights-sounds .more-link a[disabled]:hover, .views-element-container .sights-sounds .more-link .button-group.clear.warning a[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .views-element-container .sights-sounds .more-link a.disabled:focus, .views-element-container .sights-sounds .more-link .button-group.clear.warning a.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear.warning .views-element-container .sights-sounds .more-link a[disabled]:focus, .views-element-container .sights-sounds .more-link .button-group.clear.warning a[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .views-element-container .sights-sounds .more-link a.warning, .views-element-container .sights-sounds .more-link .button-group.clear a.warning, .button-group.clear .button.warning.disabled, .button-group.clear .views-element-container .sights-sounds .more-link a.warning.disabled, .views-element-container .sights-sounds .more-link .button-group.clear a.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .views-element-container .sights-sounds .more-link a.warning[disabled], .views-element-container .sights-sounds .more-link .button-group.clear a.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .views-element-container .sights-sounds .more-link a.warning.disabled:hover, .views-element-container .sights-sounds .more-link .button-group.clear a.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .views-element-container .sights-sounds .more-link a.warning[disabled]:hover, .views-element-container .sights-sounds .more-link .button-group.clear a.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .views-element-container .sights-sounds .more-link a.warning.disabled:focus, .views-element-container .sights-sounds .more-link .button-group.clear a.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus, .button-group.clear .views-element-container .sights-sounds .more-link a.warning[disabled]:focus, .views-element-container .sights-sounds .more-link .button-group.clear a.warning[disabled]:focus {
  color: #eaa003;
}

.button-group.clear.warning .button:hover, .button-group.clear.warning .views-element-container .sights-sounds .more-link a:hover, .views-element-container .sights-sounds .more-link .button-group.clear.warning a:hover, .button-group.clear.warning .button:focus, .button-group.clear.warning .views-element-container .sights-sounds .more-link a:focus, .views-element-container .sights-sounds .more-link .button-group.clear.warning a:focus, .button-group.clear .button.warning:hover, .button-group.clear .views-element-container .sights-sounds .more-link a.warning:hover, .views-element-container .sights-sounds .more-link .button-group.clear a.warning:hover, .button-group.clear .button.warning:focus, .button-group.clear .views-element-container .sights-sounds .more-link a.warning:focus, .views-element-container .sights-sounds .more-link .button-group.clear a.warning:focus {
  color: #755002;
}

.button-group.clear.alert .button, .button-group.clear.alert .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .button-group.clear.alert a, .button-group.clear.alert .button.disabled, .button-group.clear.alert .views-element-container .sights-sounds .more-link a.disabled, .views-element-container .sights-sounds .more-link .button-group.clear.alert a.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .views-element-container .sights-sounds .more-link a[disabled], .views-element-container .sights-sounds .more-link .button-group.clear.alert a[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .views-element-container .sights-sounds .more-link a.disabled:hover, .views-element-container .sights-sounds .more-link .button-group.clear.alert a.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .views-element-container .sights-sounds .more-link a[disabled]:hover, .views-element-container .sights-sounds .more-link .button-group.clear.alert a[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .views-element-container .sights-sounds .more-link a.disabled:focus, .views-element-container .sights-sounds .more-link .button-group.clear.alert a.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear.alert .views-element-container .sights-sounds .more-link a[disabled]:focus, .views-element-container .sights-sounds .more-link .button-group.clear.alert a[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .views-element-container .sights-sounds .more-link a.alert, .views-element-container .sights-sounds .more-link .button-group.clear a.alert, .button-group.clear .button.alert.disabled, .button-group.clear .views-element-container .sights-sounds .more-link a.alert.disabled, .views-element-container .sights-sounds .more-link .button-group.clear a.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .views-element-container .sights-sounds .more-link a.alert[disabled], .views-element-container .sights-sounds .more-link .button-group.clear a.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .views-element-container .sights-sounds .more-link a.alert.disabled:hover, .views-element-container .sights-sounds .more-link .button-group.clear a.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .views-element-container .sights-sounds .more-link a.alert[disabled]:hover, .views-element-container .sights-sounds .more-link .button-group.clear a.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .views-element-container .sights-sounds .more-link a.alert.disabled:focus, .views-element-container .sights-sounds .more-link .button-group.clear a.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus, .button-group.clear .views-element-container .sights-sounds .more-link a.alert[disabled]:focus, .views-element-container .sights-sounds .more-link .button-group.clear a.alert[disabled]:focus {
  color: #cc4b37;
}

.button-group.clear.alert .button:hover, .button-group.clear.alert .views-element-container .sights-sounds .more-link a:hover, .views-element-container .sights-sounds .more-link .button-group.clear.alert a:hover, .button-group.clear.alert .button:focus, .button-group.clear.alert .views-element-container .sights-sounds .more-link a:focus, .views-element-container .sights-sounds .more-link .button-group.clear.alert a:focus, .button-group.clear .button.alert:hover, .button-group.clear .views-element-container .sights-sounds .more-link a.alert:hover, .views-element-container .sights-sounds .more-link .button-group.clear a.alert:hover, .button-group.clear .button.alert:focus, .button-group.clear .views-element-container .sights-sounds .more-link a.alert:focus, .views-element-container .sights-sounds .more-link .button-group.clear a.alert:focus {
  color: #67251a;
}

.button-group.no-gaps .button, .button-group.no-gaps .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .button-group.no-gaps a {
  margin-right: -0.0625rem;
}

.button-group.no-gaps .button + .button, .button-group.no-gaps .views-element-container .sights-sounds .more-link a + .button, .views-element-container .sights-sounds .more-link .button-group.no-gaps a + .button, .button-group.no-gaps .views-element-container .sights-sounds .more-link .button + a, .views-element-container .sights-sounds .more-link .button-group.no-gaps .button + a, .button-group.no-gaps .views-element-container .sights-sounds .more-link a + a, .views-element-container .sights-sounds .more-link .button-group.no-gaps a + a {
  border-left-color: transparent;
}

.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.button-group.stacked .button, .button-group.stacked .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .button-group.stacked a, .button-group.stacked-for-small .button, .button-group.stacked-for-small .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .button-group.stacked-for-small a, .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .button-group.stacked-for-medium a {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}

.button-group.stacked .button:last-child, .button-group.stacked .views-element-container .sights-sounds .more-link a:last-child, .views-element-container .sights-sounds .more-link .button-group.stacked a:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-small .views-element-container .sights-sounds .more-link a:last-child, .views-element-container .sights-sounds .more-link .button-group.stacked-for-small a:last-child, .button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-medium .views-element-container .sights-sounds .more-link a:last-child, .views-element-container .sights-sounds .more-link .button-group.stacked-for-medium a:last-child {
  margin-bottom: 0;
}

.button-group.stacked.expanded .button, .button-group.stacked.expanded .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .button-group.stacked.expanded a, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-small.expanded .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .button-group.stacked-for-small.expanded a, .button-group.stacked-for-medium.expanded .button, .button-group.stacked-for-medium.expanded .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .button-group.stacked-for-medium.expanded a {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
}

@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button, .button-group.stacked-for-small .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .button-group.stacked-for-small a {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .button-group.stacked-for-medium a {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-bottom: 0;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-small.expanded .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .button-group.stacked-for-small.expanded a {
    display: block;
    margin-right: 0;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button, .button-group.stacked-for-medium.expanded .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .button-group.stacked-for-medium.expanded a {
    display: block;
    margin-right: 0;
  }
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #545555;
  cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #eaa003;
  color: #fefefe;
}

.label.primary {
  background: #eaa003;
  color: #0a0a0a;
}

.label.secondary {
  background: #76b5a3;
  color: #0a0a0a;
}

.label.success {
  background: #b9ddbe;
  color: #0a0a0a;
}

.label.warning {
  background: #eaa003;
  color: #0a0a0a;
}

.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}

.progress.primary .progress-meter {
  background-color: #eaa003;
}

.progress.secondary .progress-meter {
  background-color: #76b5a3;
}

.progress.success .progress-meter {
  background-color: #b9ddbe;
}

.progress.warning .progress-meter {
  background-color: #eaa003;
}

.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #eaa003;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #eaa003;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #c78803;
}

.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: '';
}

input:checked ~ .switch-paddle {
  background: #eaa003;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
}

thead {
  background: #f8f8f8;
  color: #545555;
}

tfoot {
  background: #f1f1f1;
  color: #545555;
}

thead tr,
tfoot tr {
  background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
  background-color: #ececec;
}

table.hover tbody tr:hover {
  background-color: #f9f9f9;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #eaa003;
  color: #fefefe;
}

.badge.primary {
  background: #eaa003;
  color: #0a0a0a;
}

.badge.secondary {
  background: #76b5a3;
  color: #0a0a0a;
}

.badge.success {
  background: #b9ddbe;
  color: #0a0a0a;
}

.badge.warning {
  background: #eaa003;
  color: #0a0a0a;
}

.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}

.breadcrumbs a {
  color: #eaa003;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #545555;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #fef2d7;
  color: #545555;
}

.callout.secondary {
  background-color: #eaf4f1;
  color: #545555;
}

.callout.success {
  background-color: #f5faf5;
  color: #545555;
}

.callout.warning {
  background-color: #fef2d7;
  color: #545555;
}

.callout.alert {
  background-color: #f7e4e1;
  color: #545555;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #545555;
}

.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  padding: 25px;
  background: #e6e6e6;
}

.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  padding: 25px;
}

.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #f5f4f0;
  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: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}

.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #eaa003;
  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: '\2026';
  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 #545555;
  font-weight: 700;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}

.tooltip::before {
  position: absolute;
}

.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}

.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  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: #eaa003;
}

: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: #545555;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.media-object {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media print, screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.media-object-section {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

.media-object-section:first-child {
  padding-right: 25px;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 25px;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 25px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section.main-section {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
  outline: 0;
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}

.orbit-bullets button:hover {
  background-color: #545555;
}

.orbit-bullets button.is-active {
  background-color: #545555;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}

.tabs::before, .tabs::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #eaa003;
}

.tabs.primary > li > a {
  color: #0a0a0a;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #de9803;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #eaa003;
}

[data-whatinput='mouse'] .tabs-title > a {
  outline: 0;
}

.tabs-title > a:hover {
  background: #fefefe;
  color: #c98a03;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
  color: #eaa003;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #545555;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}

a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(234, 160, 3, 0.5);
}

a.thumbnail image {
  box-shadow: none;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

[data-whatinput='mouse'] .menu li {
  outline: 0;
}

.menu a,
.menu .button,
.menu .views-element-container .sights-sounds .more-link a,
.views-element-container .sights-sounds .more-link .menu a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu, .menu.horizontal {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
}

.menu.vertical {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-direction: column;
      flex-direction: column;
}

.menu.expanded li {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
}

.menu.simple {
  -ms-flex-align: center;
      align-items: center;
}

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .menu.medium-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .menu.medium-expanded li {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }
  .menu.medium-simple li {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .menu.large-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .menu.large-expanded li {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }
  .menu.large-simple li {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }
}

.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.icons a {
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-left li a {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a {
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a {
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu .is-active > a {
  background: #eaa003;
  color: #0a0a0a;
}

.menu .active > a {
  background: #eaa003;
  color: #0a0a0a;
}

.menu.align-left {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.menu.align-right li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.menu.align-right li .submenu li {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

.menu.align-center li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.menu.align-center li .submenu li {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  -ms-flex-pack: center;
      justify-content: center;
}

.menu-centered > .menu li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.menu-centered > .menu li .submenu li {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: '';
}

.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: '';
}

.menu-icon.dark:hover::after {
  background: #545555;
  box-shadow: 0 7px 0 #545555, 0 14px 0 #545555;
}

.accordion-menu li {
  width: 100%;
}

.accordion-menu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #eaa003 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #eaa003 transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded='true']::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}

.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}

.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #eaa003;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #eaa003;
  right: 1rem;
  left: auto;
}

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #eaa003 transparent transparent;
  right: auto;
  left: 1rem;
}

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #eaa003 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: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #eaa003 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

.dropdown.menu > li > a {
  background: #fefefe;
  padding: 0.7rem 1rem;
}

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #eaa003;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #eaa003 transparent transparent;
  right: auto;
  left: 5px;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #eaa003;
}

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #eaa003 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #eaa003 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #eaa003;
  }
}

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #eaa003 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #eaa003 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #eaa003;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}

.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #eaa003 transparent transparent;
  right: auto;
  left: 5px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #eaa003;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-push {
  z-index: 12;
}

.off-canvas.is-closed {
  visibility: hidden;
}

.off-canvas.is-transition-overlap {
  z-index: 13;
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-push {
  z-index: 12;
}

.off-canvas-absolute.is-closed {
  visibility: hidden;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  transform: none;
  -webkit-backface-visibility: hidden;
          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: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}

html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}

html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 25px;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 90rem;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 90rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 90rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 90rem;
  }
}

.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: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.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 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    margin-left: auto;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}

@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}

.clearfix::after {
  clear: both;
}

.align-left {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.align-right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.align-center {
  -ms-flex-pack: center;
      justify-content: center;
}

.align-justify {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -ms-flex-pack: center;
      justify-content: center;
}

.align-top {
  -ms-flex-align: start;
      align-items: flex-start;
}

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-bottom {
  -ms-flex-align: end;
      align-items: flex-end;
}

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-middle {
  -ms-flex-align: center;
      align-items: center;
}

.align-self-middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.align-stretch {
  -ms-flex-align: stretch;
      align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.align-center-middle {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.small-order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.small-order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.small-order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.small-order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.small-order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.small-order-6 {
  -ms-flex-order: 6;
      order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .large-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .large-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .large-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .large-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .large-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
}

.flex-container {
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.flex-child-grow {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}

.flex-child-shrink {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

.flex-dir-row {
  -ms-flex-direction: row;
      flex-direction: row;
}

.flex-dir-row-reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.flex-dir-column {
  -ms-flex-direction: column;
      flex-direction: column;
}

.flex-dir-column-reverse {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media 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;
  }
}

.text-hide {
  font: 0/0 a !important;
  color: transparent !important;
  text-shadow: none !important;
  background-color: transparent !important;
  border: 0 !important;
}

.text-truncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-wrap {
  word-wrap: break-word !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-overline {
  text-decoration: overline !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-line-through {
  text-decoration: line-through !important;
}

.font-wide {
  letter-spacing: 0.25rem;
}

.font-normal {
  font-weight: 400;
}

.font-bold {
  font-weight: 700;
}

.font-italic {
  font-style: italic !important;
}

ul.list-disc {
  list-style-type: disc !important;
}

ul.list-circle {
  list-style-type: circle !important;
}

ul.list-square {
  list-style-type: square !important;
}

ol.list-decimal {
  list-style-type: decimal !important;
}

ol.list-lower-alpha {
  list-style-type: lower-alpha !important;
}

ol.list-lower-latin {
  list-style-type: lower-latin !important;
}

ol.list-lower-roman {
  list-style-type: lower-roman !important;
}

ol.list-upper-alpha {
  list-style-type: upper-alpha !important;
}

ol.list-upper-latin {
  list-style-type: upper-latin !important;
}

ol.list-upper-roman {
  list-style-type: upper-roman !important;
}

.rounded {
  border-radius: 5000px !important;
}

.rounded .switch-paddle {
  border-radius: 5000px !important;
}

.rounded .switch-paddle:after {
  border-radius: 50%;
}

.radius {
  border-radius: 0.1875rem;
}

.bordered {
  border: 0.0625rem solid #cacaca;
}

.shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.arrow-down {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
}

.arrow-up {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
}

.arrow-right {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
}

.arrow-left {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
}

.separator-center {
  text-align: center !important;
}

.separator-center::before, .separator-center::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}

.separator-center::after {
  clear: both;
}

.separator-center::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #eaa003;
  margin: 1rem auto 0;
}

.separator-left {
  text-align: left !important;
}

.separator-left::before, .separator-left::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}

.separator-left::after {
  clear: both;
}

.separator-left::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #eaa003;
  margin: 1rem auto 0;
  margin-left: 0 !important;
}

.separator-right {
  text-align: right !important;
}

.separator-right::before, .separator-right::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}

.separator-right::after {
  clear: both;
}

.separator-right::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #eaa003;
  margin: 1rem auto 0;
  margin-right: 0 !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.display-inline {
  display: inline !important;
}

.display-inline-block {
  display: inline-block !important;
}

.display-block {
  display: block !important;
}

.display-table {
  display: table !important;
}

.display-table-cell {
  display: table-cell !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-fixed-top {
  position: fixed !important;
  top: 0rem !important;
  right: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

.position-fixed-bottom {
  position: fixed !important;
  right: 0rem !important;
  bottom: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

.border-box {
  box-sizing: border-box !important;
}

.border-none {
  border: none !important;
}

.width-25 {
  width: 25% !important;
}

.width-50 {
  width: 50% !important;
}

.width-75 {
  width: 75% !important;
}

.width-100 {
  width: 100% !important;
}

.height-25 {
  height: 25% !important;
}

.height-50 {
  height: 50% !important;
}

.height-75 {
  height: 75% !important;
}

.height-100 {
  height: 100% !important;
}

.max-width-100 {
  max-width: 100% !important;
}

.max-height-100 {
  max-height: 100% !important;
}

.margin-0 {
  margin: 0rem !important;
}

.margin-top-0 {
  margin-top: 0rem !important;
}

.margin-right-0 {
  margin-right: 0rem !important;
}

.margin-bottom-0 {
  margin-bottom: 0rem !important;
}

.margin-left-0 {
  margin-left: 0rem !important;
}

.margin-horizontal-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.margin-vertical-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-0 {
  padding: 0px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-right-0 {
  padding-right: 0px !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-horizontal-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.padding-vertical-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.margin-1 {
  margin: 1rem !important;
}

.margin-top-1 {
  margin-top: 1rem !important;
}

.margin-right-1 {
  margin-right: 1rem !important;
}

.margin-bottom-1 {
  margin-bottom: 1rem !important;
}

.margin-left-1 {
  margin-left: 1rem !important;
}

.margin-horizontal-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.margin-vertical-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.padding-1 {
  padding: 25px !important;
}

.padding-top-1 {
  padding-top: 25px !important;
}

.padding-right-1 {
  padding-right: 25px !important;
}

.padding-bottom-1 {
  padding-bottom: 25px !important;
}

.padding-left-1 {
  padding-left: 25px !important;
}

.padding-horizontal-1 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.padding-vertical-1 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.margin-2 {
  margin: 2rem !important;
}

.margin-top-2 {
  margin-top: 2rem !important;
}

.margin-right-2 {
  margin-right: 2rem !important;
}

.margin-bottom-2 {
  margin-bottom: 2rem !important;
}

.margin-left-2 {
  margin-left: 2rem !important;
}

.margin-horizontal-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.margin-vertical-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.padding-2 {
  padding: 50px !important;
}

.padding-top-2 {
  padding-top: 50px !important;
}

.padding-right-2 {
  padding-right: 50px !important;
}

.padding-bottom-2 {
  padding-bottom: 50px !important;
}

.padding-left-2 {
  padding-left: 50px !important;
}

.padding-horizontal-2 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.padding-vertical-2 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.margin-3 {
  margin: 3rem !important;
}

.margin-top-3 {
  margin-top: 3rem !important;
}

.margin-right-3 {
  margin-right: 3rem !important;
}

.margin-bottom-3 {
  margin-bottom: 3rem !important;
}

.margin-left-3 {
  margin-left: 3rem !important;
}

.margin-horizontal-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.margin-vertical-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.padding-3 {
  padding: 75px !important;
}

.padding-top-3 {
  padding-top: 75px !important;
}

.padding-right-3 {
  padding-right: 75px !important;
}

.padding-bottom-3 {
  padding-bottom: 75px !important;
}

.padding-left-3 {
  padding-left: 75px !important;
}

.padding-horizontal-3 {
  padding-right: 75px !important;
  padding-left: 75px !important;
}

.padding-vertical-3 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

h1, .h1 {
  line-height: 4.0625rem;
  color: #1e3b1f;
  margin-bottom: 1.25rem;
}

@media print, screen and (max-width: 39.99875em) {
  h1, .h1 {
    line-height: 3.125rem;
  }
}

h2, .h2 {
  line-height: 3.75rem;
  color: #1e3b1f;
  margin-bottom: 0.3125rem;
}

@media print, screen and (max-width: 39.99875em) {
  h2, .h2 {
    line-height: 2.5rem;
  }
}

h3, .h3 {
  line-height: 2.5rem;
  color: #1e3b1f;
  margin-bottom: 0.3125rem;
}

@media print, screen and (max-width: 39.99875em) {
  h3, .h3 {
    line-height: 1.875rem;
  }
}

h4, .h4 {
  line-height: 1.875rem;
  color: #0a0a0a;
  margin-bottom: 0.3125rem;
}

@media print, screen and (max-width: 39.99875em) {
  h4, .h4 {
    line-height: 1.75rem;
  }
}

h5, .h5 {
  font-family: "Noto Sans", sans-serif;
  line-height: 1.75rem;
  font-weight: 700;
  color: #687662;
  margin-bottom: 1.25rem;
  line-height: 1.625rem;
}

h6, .h6 {
  font-family: "Noto Sans", sans-serif;
  line-height: 1.75rem;
  color: #0a0a0a;
  margin-bottom: 1.25rem;
  line-height: 1.625rem;
}

p {
  font-size: 1rem;
  line-height: 1.75rem;
}

.lead-paragraph {
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #111111;
}

.green-italics,
time {
  color: #667460;
  font-family: "Amiri", serif;
  font-weight: bold;
  font-style: italic;
  line-height: 1.11;
  font-size: 1.125rem;
  letter-spacing: normal;
}

time {
  display: block;
  margin-bottom: 0.875rem;
}

.align-left {
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
}

@media print, screen and (max-width: 63.99875em) {
  .align-left {
    display: block;
    text-align: center;
    margin-right: 0;
    width: 100%;
  }
}

.align-right {
  margin-left: 1.25rem;
  margin-bottom: 1.25rem;
}

@media print, screen and (max-width: 63.99875em) {
  .align-right {
    display: block;
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
}

.align-center {
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 1.25rem;
}

blockquote {
  padding: 3.1875rem 1.25rem;
  margin-top: 3.125rem;
  border: 2px solid #1e3b1f;
  position: relative;
}

blockquote:before {
  background: url("/themes/custom/birdnote_theme/css/../images/icons/icon-quote-up.svg") no-repeat;
  height: 42px;
  width: 50px;
  content: '';
  display: block;
  position: absolute;
  top: -21px;
  left: 20px;
}

blockquote:after {
  background: url("/themes/custom/birdnote_theme/css/../images/icons/icon-quote-down.svg") no-repeat;
  height: 42px;
  width: 50px;
  content: '';
  display: block;
  position: absolute;
  bottom: -21px;
  right: 20px;
}

blockquote p {
  font-size: 2rem;
  font-family: "Amiri", serif;
  line-height: 1.25;
  color: #667460;
}

blockquote p:last-child {
  margin-bottom: 0;
}

.lead {
  color: #1e3b1f;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.3px;
  margin-bottom: 1.5rem;
}

.field__label {
  font-weight: bold;
  display: block;
}

ul, ol {
  line-height: 1.69;
  color: #545555;
  font-size: 1rem;
  padding-left: 1rem;
}

/* General Page Layouts */
.main-content__row {
  padding: 0;
}

@media print, screen and (max-width: 63.99875em) {
  .narrow--container, .spb-popup-main-wrapper h2 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .narrow--container.main-content__row, .spb-popup-main-wrapper h2.main-content__row {
    padding-top: 60px;
  }
}

.header-container,
.page-title__row,
.medium--container {
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
}

.front .header-container,
.front .page-title__row {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.large--container {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

article a:not(.button) {
  text-decoration: underline;
}

article a:not(.button), article a:not(.button).disabled, article a:not(.button)[disabled], article a:not(.button).disabled:hover, article a:not(.button)[disabled]:hover, article a:not(.button).disabled:focus, article a:not(.button)[disabled]:focus {
  color: #1e3b1f;
}

article a:not(.button):hover, article a:not(.button):focus {
  color: #0f1e10;
}

article a:not(.button):hover {
  font-weight: bold;
}

@supports (text-shadow: 0 0 0 #000) {
  article a:not(.button):hover {
    font-weight: normal;
    text-shadow: 0 0 0 #1e3b1f;
  }
}

article strong a:not(.button):hover {
  font-weight: bold;
  text-shadow: 0 0 0 #1e3b1f;
}

.button, .views-element-container .sights-sounds .more-link a {
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.69;
  text-transform: uppercase;
  text-decoration: none;
}

.button.normal, .views-element-container .sights-sounds .more-link a.normal {
  text-transform: capitalize;
}

nav.pager {
  margin-top: 2.5rem;
}

/* Narrow Container Layouts */
.path--user .main-content__row {
  max-width: 43.75rem;
}

.toolbar-tray a {
  font-size: 0.8125rem;
}

a.ad img {
  display: block;
  margin: 0 auto;
}

.paragraph--type--advertisement {
  text-align: center;
}

.show--full .paragraph--type--advertisement {
  margin-top: 2.5rem;
}

header a {
  color: #fefefe;
}

header a:hover, header a:active, header a.active {
  color: #fefefe;
}

header a img {
  height: 60px;
  width: auto;
}

.page-header {
  position: relative;
  background-color: #19838c;
  padding: 0.75rem 0 1.125rem;
}

.page-header__row {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media print, screen and (max-width: 63.99875em) {
  .page-header__row .mobile-toggle {
    width: 34px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    right: 20px;
    top: 30px;
    position: absolute;
  }
  .page-header__row .mobile-toggle .menu-icon {
    width: 34px;
  }
  .page-header__row .mobile-toggle .menu-icon:after {
    height: 3px;
    background-color: #ffffff;
    box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
  }
  .page-header__row .mobile-toggle .menu-icon:hover:after {
    opacity: .75;
  }
  .page-header__row .region--header-right {
    width: 100%;
  }
}

.page-navigation__row {
  padding-top: 0;
  padding-bottom: 0;
}

@media print, screen and (min-width: 64em) {
  .page-navigation__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media print, screen and (min-width: 64em) {
  .region--highlight {
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media print, screen and (min-width: 64em) {
  .region--highlight .secondary-menu {
    margin-right: 1.0625rem;
  }
}

.region--highlight .secondary-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.region--highlight .secondary-menu a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
  margin-bottom: 0;
}

.region--highlight .secondary-menu a.button, .region--highlight .secondary-menu .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .region--highlight .secondary-menu a {
  padding-top: 9px;
  padding-bottom: 8px;
  height: 47px;
}

.region--highlight .secondary-menu a.button, .region--highlight .secondary-menu .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .region--highlight .secondary-menu a, .region--highlight .secondary-menu a.button.disabled, .region--highlight .secondary-menu .views-element-container .sights-sounds .more-link a.disabled, .views-element-container .sights-sounds .more-link .region--highlight .secondary-menu a.disabled, .region--highlight .secondary-menu a.button[disabled], .region--highlight .secondary-menu .views-element-container .sights-sounds .more-link a[disabled], .views-element-container .sights-sounds .more-link .region--highlight .secondary-menu a[disabled], .region--highlight .secondary-menu a.button.disabled:hover, .region--highlight .secondary-menu .views-element-container .sights-sounds .more-link a.disabled:hover, .views-element-container .sights-sounds .more-link .region--highlight .secondary-menu a.disabled:hover, .region--highlight .secondary-menu a.button[disabled]:hover, .region--highlight .secondary-menu .views-element-container .sights-sounds .more-link a[disabled]:hover, .views-element-container .sights-sounds .more-link .region--highlight .secondary-menu a[disabled]:hover, .region--highlight .secondary-menu a.button.disabled:focus, .region--highlight .secondary-menu .views-element-container .sights-sounds .more-link a.disabled:focus, .views-element-container .sights-sounds .more-link .region--highlight .secondary-menu a.disabled:focus, .region--highlight .secondary-menu a.button[disabled]:focus, .region--highlight .secondary-menu .views-element-container .sights-sounds .more-link a[disabled]:focus, .views-element-container .sights-sounds .more-link .region--highlight .secondary-menu a[disabled]:focus {
  background-color: #b9ddbe;
  color: #1e3b1f;
}

.region--highlight .secondary-menu a.button:hover, .region--highlight .secondary-menu .views-element-container .sights-sounds .more-link a:hover, .views-element-container .sights-sounds .more-link .region--highlight .secondary-menu a:hover, .region--highlight .secondary-menu a.button:focus, .region--highlight .secondary-menu .views-element-container .sights-sounds .more-link a:focus, .views-element-container .sights-sounds .more-link .region--highlight .secondary-menu a:focus {
  background-color: #82c28b;
  color: #1e3b1f;
}

@media print, screen and (max-width: 63.99875em) {
  .region--highlight .secondary-menu a.button, .region--highlight .secondary-menu .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .region--highlight .secondary-menu a {
    display: block;
    border-radius: 0;
    padding: 1.5rem;
    height: auto;
    font-size: 1.125rem;
    line-height: 1.4375rem;
    letter-spacing: 1.29px;
  }
}

.hero-banner {
  background-color: #d7e4db;
  background-size: contain;
  background-position: top center;
  background-repeat: repeat-y;
  position: relative;
  margin-bottom: 3.125rem;
  overflow: hidden;
}

.hero-banner .media-player {
  width: 100%;
}

@media print, screen and (max-width: 63.99875em) {
  .hero-banner .media-player {
    width: auto;
    margin: 0 auto;
  }
}

.banner--show .hero-banner {
  background-image: url("/themes/custom/birdnote_theme/css/../images/bgs/bg-show.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner--show .hero-banner--container {
  max-width: 67.5rem;
  padding-bottom: 0;
  padding-top: 0;
}

.banner--show .col.image-col {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-bottom: 0 !important;
}

.banner--show .col.default-image {
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  margin-top: 4.0625rem;
}

@media print, screen and (max-width: 63.99875em) {
  .banner--show .col.default-image {
    margin-top: 0;
  }
  .banner--show .col.default-image img {
    width: auto;
    height: auto;
  }
  .banner--show .col.default-image .image-wrapper {
    text-align: center;
  }
}

.banner--show .col.default-image .image--credit {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-top: 0;
}

@media print, screen and (max-width: 63.99875em) {
  .banner--show .col.default-image .image--credit {
    margin-left: 0;
    margin-right: 0;
  }
}

.banner--show .col .show-date, .banner--show .col .show-date time {
  font-family: "Amiri", serif;
  font-style: italic;
  font-size: 1.4rem;
}

.banner--show .col .buttons-row {
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

@media print, screen and (max-width: 39.99875em) {
  .banner--show .col .buttons-row {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.banner--show .col .play-icon a {
  text-decoration: none;
}

.banner--show .col .play-icon .listen-icon {
  display: inline-block;
  text-align: center;
  border: 1px solid #eaa003;
  border-radius: 50%;
  width: 63px;
  height: 63px;
  padding-top: 15px;
  padding-left: 4px;
}

.banner--show .col .play-icon .listen-icon:hover, .banner--show .col .play-icon .listen-icon:focus {
  background-color: #bb8002;
}

.banner--show .col .play-icon .listen-icon img {
  width: 0.875rem;
  height: 1rem;
}

.banner--show .col .play-icon .listen-text {
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 5px;
}

.no-webp .banner--default .hero-banner {
  background-image: url("/themes/custom/birdnote_theme/css/../images/bgs/bg-default.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.webp .banner--default .hero-banner {
  background-image: url("/themes/custom/birdnote_theme/css/../images/bgs/bg-default.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner--default .col {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.banner--default .col.with-image {
  max-width: 700px;
}

.banner--default .col.image-col {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.banner--default .hero-banner--container {
  max-width: 67.5rem;
}

.hero-banner--container {
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 63.99875em) {
  .hero-banner--container {
    -ms-flex-direction: column;
        flex-direction: column;
    padding-top: 1.875rem;
    padding-bottom: 1.5rem;
  }
  .hero-banner--container .hero--buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.hero-banner--container .hero--buttons {
  display: -ms-flexbox;
  display: flex;
}

.hero-banner--container .hero--buttons > div {
  margin-right: 1.5rem;
}

@media print, screen and (max-width: 63.99875em) {
  .hero-banner--container .hero--buttons > div {
    margin-right: 0;
  }
}

.hero-banner--container .hero--buttons > div:last-child {
  margin-right: 0;
}

@media print, screen and (max-width: 63.99875em) {
  .hero-banner--container .hero--buttons {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-right: 0;
  }
}

.hero-banner--container .button, .hero-banner--container .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .hero-banner--container a {
  margin-bottom: 0;
  padding: 0.625rem 1.5rem;
  font-size: 1rem;
  text-transform: none;
}

.hero-banner--container .button:last-child, .hero-banner--container .views-element-container .sights-sounds .more-link a:last-child, .views-element-container .sights-sounds .more-link .hero-banner--container a:last-child {
  margin-right: 0;
}

@media print, screen and (max-width: 63.99875em) {
  .hero-banner--container .button, .hero-banner--container .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .hero-banner--container a {
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 1.25rem;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .hero-banner--container .col {
    padding-top: 1.875rem;
  }
}

.hero-banner--container .col:first-child {
  padding: 0;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(54.63% - 1.5625rem);
  margin-left: 0.78125rem;
  margin-right: 0.78125rem;
  padding: 2.8125rem 0;
}

@media print, screen and (max-width: 63.99875em) {
  .hero-banner--container .col:first-child {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 1.5625rem);
    margin-left: 0.78125rem;
    margin-right: 0.78125rem;
    text-align: center;
    min-height: unset;
  }
}

@media print, screen and (min-width: 64em) {
  .hero-banner--container .col:first-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.hero-banner--container .col:last-child {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  width: auto;
  margin-left: 0.78125rem;
  margin-right: 0.78125rem;
  margin-left: 0;
  margin-right: 0;
  -ms-flex: unset;
      flex: unset;
}

@media print, screen and (max-width: 63.99875em) {
  .hero-banner--container .col:last-child {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }
}

.hero-banner--container .social-links {
  margin-top: 2.25rem;
}

@media print, screen and (max-width: 63.99875em) {
  .hero-banner--container .social-links ul {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hero-banner--container .social-links li:first-child {
    display: block;
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  .hero-banner--container .social-links li:first-child h5 {
    font-size: 1.25rem;
  }
}

.image-wrapper {
  position: relative;
}

.image-wrapper img {
  object-fit: cover;
  height: 100%;
}

@media print, screen and (max-width: 63.99875em) {
  .image-wrapper img {
    height: auto;
    width: 100%;
  }
}

.image--lightbox-link {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  height: 40px;
  width: 40px;
  background-color: rgba(30, 59, 31, 0.3);
  text-indent: -9999px;
}

.image--lightbox-link::before, .image--lightbox-link::after {
  border: 1px solid #0a0a0a;
  display: block;
  position: absolute;
  background-color: #fefefe;
  content: '';
}

.image--lightbox-link::before {
  right: 14px;
  top: 15px;
  height: 8px;
  width: 10px;
}

.image--lightbox-link::after {
  bottom: 15px;
  left: 14px;
  height: 5px;
  width: 7px;
}

footer {
  color: #fefefe;
}

footer .paragraph {
  margin-bottom: 0;
}

@media print, screen and (max-width: 63.99875em) {
  footer .grid-container, footer .default-page-title .page-title, .default-page-title footer .page-title, footer .paragraph--type--filtered-list .views-element-container, .paragraph--type--filtered-list footer .views-element-container {
    padding: 0;
  }
  footer .narrow--container, footer .spb-popup-main-wrapper h2, .spb-popup-main-wrapper footer h2 {
    padding-left: 0;
  }
}

footer .page-footer-cols {
  background-color: #19838c;
  color: #fefefe;
  font-size: 0.875rem;
  overflow: hidden;
}

@media print, screen and (max-width: 63.99875em) {
  footer .page-footer-cols {
    position: relative;
  }
  footer .page-footer-cols__row {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 1.8125rem 1.5625rem;
  }
}

@media print, screen and (max-width: 63.99875em) {
  footer .page-footer-cols {
    position: relative;
  }
}

footer .page-footer-cols__row {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media print, screen and (max-width: 63.99875em) {
  footer .page-footer-cols__row {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 1.8125rem 1.5625rem;
  }
}

footer .page-footer-cols a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
}

footer .page-footer-cols .region--footer-one {
  max-width: 420px;
}

@media print, screen and (min-width: 64em) {
  footer .page-footer-cols .region--footer-one {
    padding: 3.125rem 0 0;
    margin-right: 1.875rem;
    position: relative;
  }
}

footer .page-footer-cols .region--footer-one:before {
  background-image: url(/themes/custom/birdnote_theme/css/../images/bgs/bg-birds.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 520px;
  height: 296px;
  position: absolute;
  left: -20px;
  top: 0;
  content: '';
  display: block;
}

@media print, screen and (max-width: 63.99875em) {
  footer .page-footer-cols .region--footer-one:before {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
    left: 0;
  }
}

footer .page-footer-cols .region--footer-one .paragraph {
  position: relative;
  z-index: 200;
}

footer .page-footer-cols .region--footer-one p {
  font-size: 0.875rem;
  line-height: 1.375rem;
}

footer .page-footer-cols .region--footer-two {
  max-width: 320px;
  position: relative;
  z-index: 200;
}

@media print, screen and (min-width: 64em) {
  footer .page-footer-cols .region--footer-two {
    padding: 5.9375rem 0 0;
  }
}

footer .page-footer-cols .region--footer-two ul:not(.contextual-links) {
  margin: 0;
  padding-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media print, screen and (max-width: 63.99875em) {
  footer .page-footer-cols .region--footer-two ul:not(.contextual-links) {
    padding-left: 0;
  }
}

footer .page-footer-cols .region--footer-two ul:not(.contextual-links) li {
  list-style-type: none;
  margin-bottom: 1.25rem;
}

footer .page-footer-cols .region--footer-two ul:not(.contextual-links) li:nth-child(odd) {
  width: 47%;
}

footer .page-footer-cols .region--footer-two ul:not(.contextual-links) li:nth-child(even) {
  width: 50%;
}

footer .page-footer-cols .region--footer-two a {
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.5px;
}

footer .page-footer-cols .region--footer-two a:hover {
  text-decoration: underline;
}

footer .page-footer-cols .region--footer-three {
  position: relative;
  z-index: 200;
}

@media print, screen and (min-width: 64em) {
  footer .page-footer-cols .region--footer-three {
    padding: 5.9375rem 0 0;
  }
}

@media print, screen and (max-width: 63.99875em) {
  footer .page-footer-cols .region--footer-three {
    background-color: #d7e4db;
    position: relative;
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: -30px;
  }
}

footer .page-footer-cols .footer-birdnote {
  background-image: url(/themes/custom/birdnote_theme/css/../logo.svg);
  background-repeat: no-repeat;
  background-size: auto 30px;
  padding-top: 44px;
  position: relative;
  z-index: 10;
}

footer .page-copyright {
  background-color: #fefefe;
  padding: 1.125rem 0;
  color: #545555;
  font-size: 0.875rem;
}

footer .page-copyright a {
  color: #545555;
}

footer .page-copyright ul {
  list-style-type: none;
  margin-bottom: 0;
  text-align: right;
  margin-left: 0;
  padding-left: 0;
}

@media print, screen and (max-width: 63.99875em) {
  footer .page-copyright ul {
    text-align: center;
  }
}

footer .page-copyright li {
  display: inline-block;
  font-size: 14px;
}

footer .page-copyright li:after {
  content: ' | ';
}

footer .page-copyright li:last-child::after {
  display: none;
}

footer .page-copyright__row {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media print, screen and (max-width: 63.99875em) {
  footer .page-copyright__row {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
  }
}

footer .region--copyright-left p {
  margin-bottom: 0;
  font-size: 14px;
}

@media print, screen and (max-width: 63.99875em) {
  footer .region--copyright-left .paragraph {
    margin-bottom: 10px !important;
  }
}

.webp footer .page-footer-cols .region--footer-one:before {
  background-image: url(/themes/custom/birdnote_theme/css/../images/bgs/bg-birds.webp);
}

.form-item {
  margin-bottom: 3em;
}

.form-item label {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1em;
}

#search-block-form {
  display: -ms-flexbox;
  display: flex;
}

#search-block-form .form-item {
  margin-bottom: 0;
}

#search-block-form .form-item input {
  border-color: #697662;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 22px 20px;
  margin-bottom: 0;
  height: 47px;
  min-width: 259px;
}

#search-block-form .form-item input:-ms-input-placeholder {
  color: #545555;
  opacity: 1;
}

#search-block-form .form-item input::placeholder {
  color: #545555;
  opacity: 1;
}

#search-block-form .form-actions input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-weight: 700;
  background-image: url(/themes/custom/birdnote_theme/css/../images/icons/icon-search.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  height: 47px;
  background-position: center;
  text-indent: -500px;
  padding: 10px 20px;
  margin-bottom: 0;
}

@media print, screen and (max-width: 63.99875em) {
  #block-birdnote-theme-search {
    position: absolute;
    width: 100%;
    top: 19px;
  }
  #block-birdnote-theme-search #search-block-form {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }
  #block-birdnote-theme-search #search-block-form .form-item {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
}

.views-exposed-form {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 67.5rem;
}

.views-exposed-form span {
  margin-right: 0.625rem;
}

@media print, screen and (max-width: 39.99875em) {
  .views-exposed-form span {
    display: block;
    text-align: center;
    margin-bottom: 0.625rem;
  }
}

.views-exposed-form .form--inline {
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  letter-spacing: 0.71px;
  color: #667460;
  font-weight: bold;
}

@media print, screen and (max-width: 39.99875em) {
  .views-exposed-form .form--inline {
    text-align: center;
  }
}

.views-exposed-form .form--inline .form-item,
.views-exposed-form .form--inline .form-actions {
  display: inline-block;
  height: 2.9375rem;
  margin: 0 0 1.875rem;
}

@media print, screen and (max-width: 39.99875em) {
  .views-exposed-form .form--inline .form-item,
  .views-exposed-form .form--inline .form-actions {
    margin-bottom: 0;
  }
}

.views-exposed-form .form--inline .form-item-keys,
.views-exposed-form .form--inline .form-item-field-topics-target-id,
.views-exposed-form .form--inline .form-item-field-related-bird-target-id,
.views-exposed-form .form--inline .form-item-title {
  margin-right: 0.3125rem;
}

.views-exposed-form .form--inline .form-item-keys input,
.views-exposed-form .form--inline .form-item-keys select,
.views-exposed-form .form--inline .form-item-field-topics-target-id input,
.views-exposed-form .form--inline .form-item-field-topics-target-id select,
.views-exposed-form .form--inline .form-item-field-related-bird-target-id input,
.views-exposed-form .form--inline .form-item-field-related-bird-target-id select,
.views-exposed-form .form--inline .form-item-title input,
.views-exposed-form .form--inline .form-item-title select {
  border-radius: 6px;
  border: solid 2px #667460;
  background-color: #fefefe;
  font-weight: normal;
  height: 2.9375rem;
  color: #545555;
}

.views-exposed-form .form--inline .form-item-keys input:-ms-input-placeholder,
.views-exposed-form .form--inline .form-item-keys select:-ms-input-placeholder,
.views-exposed-form .form--inline .form-item-field-topics-target-id input:-ms-input-placeholder,
.views-exposed-form .form--inline .form-item-field-topics-target-id select:-ms-input-placeholder,
.views-exposed-form .form--inline .form-item-field-related-bird-target-id input:-ms-input-placeholder,
.views-exposed-form .form--inline .form-item-field-related-bird-target-id select:-ms-input-placeholder,
.views-exposed-form .form--inline .form-item-title input:-ms-input-placeholder,
.views-exposed-form .form--inline .form-item-title select:-ms-input-placeholder {
  color: #545555;
  opacity: 1;
}

.views-exposed-form .form--inline .form-item-keys input::placeholder,
.views-exposed-form .form--inline .form-item-keys select::placeholder,
.views-exposed-form .form--inline .form-item-field-topics-target-id input::placeholder,
.views-exposed-form .form--inline .form-item-field-topics-target-id select::placeholder,
.views-exposed-form .form--inline .form-item-field-related-bird-target-id input::placeholder,
.views-exposed-form .form--inline .form-item-field-related-bird-target-id select::placeholder,
.views-exposed-form .form--inline .form-item-title input::placeholder,
.views-exposed-form .form--inline .form-item-title select::placeholder {
  color: #545555;
  opacity: 1;
}

@media print, screen and (max-width: 39.99875em) {
  .views-exposed-form .form--inline .form-item-keys input,
  .views-exposed-form .form--inline .form-item-keys select,
  .views-exposed-form .form--inline .form-item-field-topics-target-id input,
  .views-exposed-form .form--inline .form-item-field-topics-target-id select,
  .views-exposed-form .form--inline .form-item-field-related-bird-target-id input,
  .views-exposed-form .form--inline .form-item-field-related-bird-target-id select,
  .views-exposed-form .form--inline .form-item-title input,
  .views-exposed-form .form--inline .form-item-title select {
    width: 100%;
  }
}

.views-exposed-form .form--inline .form-title {
  margin: 0 0.75rem 0 0;
}

.views-exposed-form .form--inline .form-item-keys {
  width: 15.625rem;
}

.views-exposed-form .form--inline .form-item-field-topics-target-id {
  width: 12.5rem;
}

.views-exposed-form .form--inline .form-item-title,
.views-exposed-form .form--inline .form-item-field-related-bird-target-id {
  width: 12.5rem;
}

@media print, screen and (max-width: 39.99875em) {
  .views-exposed-form .form--inline .form-actions {
    margin-top: 10px;
    margin-bottom: 1.875rem;
  }
}

.views-exposed-form .form--inline .form-actions .button, .views-exposed-form .form--inline .form-actions .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .views-exposed-form .form--inline .form-actions a {
  vertical-align: initial;
  border-width: 4px;
  line-height: normal;
  margin: 0;
  padding: 0.625rem;
  width: 6.875rem;
}

.views-exposed-form .form--inline .form-actions #edit-submit-taxonomy-term {
  border-color: #eaa003;
}

.views-exposed-form .form--inline .form-actions #edit-reset {
  background-color: #dddddd;
}

.views-exposed-form {
  padding-bottom: 1.875rem;
}

.views-exposed-form .form--inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media print, screen and (max-width: 63.99875em) {
  .views-exposed-form .form--inline {
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
  }
  .views-exposed-form .form--inline .form-item {
    margin-bottom: 0.625rem;
  }
}

.views-exposed-form .form--inline .form-item {
  height: unset;
  margin: 0;
}

.views-exposed-form .form--inline input, .views-exposed-form .form--inline select, .views-exposed-form .form--inline .button, .views-exposed-form .form--inline .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .views-exposed-form .form--inline a {
  margin-bottom: 0;
}

.views-exposed-form .form--inline .form-actions {
  height: unset;
  margin: 0 0 0 0.625rem;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (max-width: 63.99875em) {
  .views-exposed-form .form--inline .form-actions {
    margin-top: 0.625rem;
  }
}

.views-exposed-form .form--inline input[data-drupal-selector="edit-reset"] {
  background-color: #dddddd;
  margin-left: 0.625rem !important;
}

.views-exposed-form .form--inline span {
  margin-left: 0.3125rem;
}

.ajax-links-api-loading {
  display: none;
}

.gallery--container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.gallery--container .gallery--item {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(25% - 1.5625rem);
  margin-left: 0.78125rem;
  margin-right: 0.78125rem;
  margin-bottom: 1.5rem;
}

@media print, screen and (max-width: 63.99875em) {
  .gallery--container .gallery--item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(50% - 1.5625rem);
    margin-left: 0.78125rem;
    margin-right: 0.78125rem;
  }
  .gallery--container .gallery--item img {
    width: 100%;
    height: auto;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .image-wrapper,
  .image-container,
  .gallery--container {
    margin-left: -0.78125rem;
    margin-right: -0.78125rem;
  }
}

.image--credit {
  background-color: #1e3b1f;
  color: #ffffff;
  font-family: "Amiri", serif;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 0.625rem 1.875rem;
  margin-top: -41px;
  position: relative;
}

@media print, screen and (max-width: 63.99875em) {
  .image--credit {
    margin-left: -0.78125rem;
    margin-right: -0.78125rem;
  }
}

.image--credit a {
  color: #ffffff !important;
  text-decoration: none;
}

.image--credit a:hover {
  text-decoration: underline;
}

p.image--credit {
  margin-top: -1rem;
}

@media print, screen and (min-width: 64em) {
  #block-birdnote-theme-main-menu {
    float: right;
  }
}

#block-birdnote-theme-main-menu .menu > li {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.5px;
  text-align: center;
  color: #1e3b1f;
  position: relative;
}

#block-birdnote-theme-main-menu .menu > li li.is-active {
  background-color: #19838c;
}

#block-birdnote-theme-main-menu .menu > li li.is-active a {
  background-color: rgba(0, 0, 0, 0.45);
}

#block-birdnote-theme-main-menu .menu > li > a {
  border: 3px solid transparent;
  color: #1e3b1f;
  padding: 24px 20px;
}

@media print, screen and (min-width: 64em) {
  #block-birdnote-theme-main-menu .menu > li > a:after {
    display: none;
  }
}

#block-birdnote-theme-main-menu .menu > li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #19838c;
}

@media print, screen and (min-width: 64em) {
  #block-birdnote-theme-main-menu .menu > li > a.is-active {
    color: #19838c;
  }
  #block-birdnote-theme-main-menu .menu > li > a.is-active:after {
    width: 100%;
    background: transparent;
    content: '';
    height: 5px;
    background-color: #19838c;
    position: absolute;
    bottom: 0;
    border: 0;
    top: unset;
    left: 0;
    display: block;
  }
}

#block-birdnote-theme-main-menu .menu > li.is-active {
  color: #ffffff;
  background-color: #19838c;
}

#block-birdnote-theme-main-menu .menu > li.is-active a {
  color: #ffffff;
}

#block-birdnote-theme-main-menu .menu > li.is-active ul {
  background-color: #19838c;
  border: 0;
  margin: 0;
}

#block-birdnote-theme-main-menu .menu > li.is-active ul li {
  text-align: left;
}

#block-birdnote-theme-main-menu .menu > li.is-active ul li a {
  line-height: 1.64;
  letter-spacing: 0.5px;
  font-size: 0.875rem;
  padding-top: 0.5rem;
  padding-bottom: 0.625rem;
}

#block-birdnote-theme-main-menu .menu > li.is-active ul li a:hover {
  background-color: rgba(0, 0, 0, 0.45);
}

#block-birdnote-theme-main-menu .menu > li.active {
  color: #19838c;
  text-decoration: none;
  opacity: 1;
}

#block-birdnote-theme-main-menu .menu > li.active:after {
  width: 100%;
}

#block-birdnote-theme-main-menu .menu > li.active a {
  color: #19838c;
}

#block-birdnote-theme-main-menu .menu > li .cta-loop {
  border: 3px solid #fefefe;
  border-radius: 42px;
}

#block-birdnote-theme-main-menu .menu > li ul {
  border-top: 3px solid #fefefe;
}

.responsive-menu-button-wrap span {
  color: white;
  font-weight: 700;
  font-size: 24px;
  position: relative;
  top: -6px;
}

.responsive-menu-button-wrap .menu-icon {
  vertical-align: top;
}

/* Mobile Main Menu */
#mobile-menu {
  background-color: #fefefe;
}

@media print, screen and (max-width: 63.99875em) {
  #mobile-menu {
    background-color: #f5f4f0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    padding-top: 5.3125rem;
  }
  #mobile-menu .grid-container, #mobile-menu .default-page-title .page-title, .default-page-title #mobile-menu .page-title, #mobile-menu .paragraph--type--filtered-list .views-element-container, .paragraph--type--filtered-list #mobile-menu .views-element-container {
    padding-left: 0;
    padding-right: 0;
  }
  #mobile-menu #block-birdnote-theme-main-menu .menu li {
    text-align: left;
  }
  #mobile-menu #block-birdnote-theme-main-menu .menu li[aria-expanded="true"] a {
    background-color: #19838c;
    color: #ffffff;
  }
  #mobile-menu #block-birdnote-theme-main-menu .menu li[aria-expanded="true"] a:after {
    border-color: #ffffff transparent transparent;
  }
  #mobile-menu #block-birdnote-theme-main-menu .menu li a {
    font-size: 0.875rem;
    padding: 0.875rem 1.375rem;
    color: #1e3b1f;
  }
  #mobile-menu #block-birdnote-theme-main-menu .menu li a:after {
    border-color: #1e3b1f transparent transparent;
  }
  #mobile-menu #block-birdnote-theme-main-menu .menu li a:hover {
    color: #ffffff;
  }
  #mobile-menu #block-birdnote-theme-main-menu .menu li a:hover:after {
    border-color: #ffffff transparent transparent;
  }
  #mobile-menu #block-birdnote-theme-main-menu .menu li ul {
    margin: 0;
    padding: 0;
    border-top: 0;
  }
  #mobile-menu #block-birdnote-theme-main-menu .menu li ul.is-accordion-submenu.is-active {
    background-color: #19838c;
  }
  #mobile-menu #block-birdnote-theme-main-menu .menu li ul.is-accordion-submenu.is-active a {
    padding-left: 2.9375rem;
    background-color: #19838c;
    color: #ffffff;
  }
  #mobile-menu #block-birdnote-theme-main-menu .menu li ul.is-accordion-submenu.is-active a:hover {
    text-decoration: underline;
  }
}

.no-webp .paragraph--background--1 {
  background-image: url("/themes/custom/birdnote_theme/css/../images/bgs/background-option1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.no-webp .paragraph--background--2 {
  background-image: url("/themes/custom/birdnote_theme/css/../images/bgs/background-option2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.no-webp .paragraph--background--3 {
  background-image: url("/themes/custom/birdnote_theme/css/../images/bgs/background-option3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.no-webp .paragraph--background--4 {
  background-image: url("/themes/custom/birdnote_theme/css/../images/bgs/background-option4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.no-webp .paragraph--background--5 {
  background-image: url("/themes/custom/birdnote_theme/css/../images/bgs/background-option5.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.no-webp .paragraph--background--6 {
  background-image: url("/themes/custom/birdnote_theme/css/../images/bgs/background-option6.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.no-webp .paragraph--background--7 {
  background-image: url("/themes/custom/birdnote_theme/css/../images/bgs/background-option7.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.no-webp .paragraph--background--8 {
  background-image: url("/themes/custom/birdnote_theme/css/../images/bgs/background-option8.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.no-webp .paragraph--background--9 {
  background-image: url("/themes/custom/birdnote_theme/css/../images/bgs/background-option9.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.webp .paragraph--background--1 {
  background-image: url("/themes/custom/birdnote_theme/css/../images/bgs/background-option1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.webp .paragraph--background--2 {
  background-image: url("/themes/custom/birdnote_theme/css/../images/bgs/background-option2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.webp .paragraph--background--3 {
  background-image: url("/themes/custom/birdnote_theme/css/../images/bgs/background-option3.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.webp .paragraph--background--4 {
  background-image: url("/themes/custom/birdnote_theme/css/../images/bgs/background-option4.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.webp .paragraph--background--5 {
  background-image: url("/themes/custom/birdnote_theme/css/../images/bgs/background-option5.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.webp .paragraph--background--6 {
  background-image: url("/themes/custom/birdnote_theme/css/../images/bgs/background-option6.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.webp .paragraph--background--7 {
  background-image: url("/themes/custom/birdnote_theme/css/../images/bgs/background-option7.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.webp .paragraph--background--8 {
  background-image: url("/themes/custom/birdnote_theme/css/../images/bgs/background-option8.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.webp .paragraph--background--9 {
  background-image: url("/themes/custom/birdnote_theme/css/../images/bgs/background-option9.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.paragraph--background--0 {
  background-color: transparent;
}

.paragraph--background--10 {
  background-color: #d7e4db;
}

.paragraph--background--11 {
  background-color: #fefefe;
}

.paragraph--background--9, .paragraph--background--8, .paragraph--background--7 {
  padding: 0.75rem !important;
  margin-bottom: 0 !important;
}

@media print, screen and (max-width: 63.99875em) {
  .paragraph--background--9, .paragraph--background--8, .paragraph--background--7 {
    margin-bottom: 1.25rem !important;
  }
}

@media print, screen and (min-width: 40em) {
  .paragraph--background--9, .paragraph--background--8, .paragraph--background--7 {
    min-height: 234px;
  }
}

.paragraph--background--9 p, .paragraph--background--8 p, .paragraph--background--7 p {
  padding: 0;
  margin-bottom: 0;
  height: 100%;
}

.paragraph--background--9 .block-container, .paragraph--background--8 .block-container, .paragraph--background--7 .block-container {
  height: 100%;
}

.paragraph--background--9 a, .paragraph--background--8 a, .paragraph--background--7 a {
  display: block;
  border: 2px solid #1e3b1f;
  padding: 1.5rem;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 2.25rem;
  line-height: 1.17;
  font-family: "Amiri", serif;
  text-decoration: none !important;
}

/* Wide Container Width 1440px */
.paragraph--width-wide .block-container {
  max-width: 90rem !important;
}

/* Featured Content remove padding */
.paragraph--background--0 .paragraph--type--featured-content {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Narrow Container */
.paragraph--width-narrow {
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
}

.paragraph--type--text .block-container {
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
}

.paragraph--type--text .block-container p:last-child {
  margin-bottom: 0;
}

.paragraph--type--block .block-container {
  max-width: 754px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.paragraph--type--block .block-container h2 {
  margin-bottom: 1.25rem;
}

@media print, screen and (max-width: 63.99875em) {
  .paragraph--type--block .block-container h2 {
    margin-bottom: 1.875rem;
    text-align: center;
  }
}

.paragraph--type--block .block-container .paragraph--type--text .block-container {
  max-width: 100%;
  margin-bottom: 3.125rem;
}

.paragraph--type--block .block-container .paragraph--background--9.paragraph--type--text .block-container, .paragraph--type--block .block-container .paragraph--background--8.paragraph--type--text .block-container, .paragraph--type--block .block-container .paragraph--background--7.paragraph--type--text .block-container {
  margin-bottom: 0;
  height: 100%;
}

.paragraph--type--block .block-container .paragraph--background--9.paragraph--type--text .block-container p, .paragraph--type--block .block-container .paragraph--background--8.paragraph--type--text .block-container p, .paragraph--type--block .block-container .paragraph--background--7.paragraph--type--text .block-container p {
  height: 100%;
}

@media print, screen and (max-width: 63.99875em) {
  .paragraph--type--block .block-container .paragraph--background--9, .paragraph--type--block .block-container .paragraph--background--8, .paragraph--type--block .block-container .paragraph--background--7 {
    margin-bottom: 1.5rem !important;
  }
}

.paragraph--type--videos .block-container {
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
}

.paragraph--type--videos .block-container article {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.paragraph--type--videos .block-container article iframe,
.paragraph--type--videos .block-container article object,
.paragraph--type--videos .block-container article embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.paragraph--type--videos .block-container .node--thumbnail:after {
  display: none;
}

.paragraph--type--videos .block-container .image--credit {
  margin-top: -6px;
}

.paragraph--type--filtered-list .block-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 67.5rem;
}

.paragraph--type--multimedia .block-container {
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 69.375em) {
  .paragraph--type--multimedia .block-container .gallery--container {
    margin-left: -0.78125rem;
    margin-right: -0.78125rem;
  }
}

/* Columns */
.paragraph--type--columns .block-container {
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40em) {
  .paragraph--type--columns .paragraph--type--text {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media print, screen and (min-width: 40em) {
  .paragraph--type--columns:not(.paragraph--column-style-equal) .paragraph--type--text + .paragraph--type--multimedia {
    padding-left: 1.875rem;
  }
}

@media print, screen and (min-width: 40em) {
  .paragraph--type--columns:not(.paragraph--column-style-equal) .paragraph--type--multimedia + .paragraph--type--text {
    padding-left: 1.875rem;
  }
}

.paragraph--type--columns .paragraph--type--multimedia {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 0;
}

.paragraph--type--columns img {
  width: 100%;
}

.paragraph--type--columns h2 {
  text-align: center;
}

.paragraph--type--columns .main-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

@media print, screen and (max-width: 63.99875em) {
  .paragraph--type--columns .main-col {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 0;
    padding-bottom: 0;
  }
  .paragraph--type--columns .main-col .paragraph--type--multimedia {
    -ms-flex-order: -1;
        order: -1;
  }
  .paragraph--type--columns .main-col .paragraph--type--text.paragraph--background--0 {
    padding-bottom: 0;
    margin-top: 1.5rem;
  }
  .paragraph--type--columns .main-col .paragraph--type--filtered-list.paragraph--background--0 {
    padding-bottom: 1.5rem;
  }
}

.paragraph--type--columns.paragraph--column-style-equal.paragraph--columns-3 .main-col > div {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(33.33333% - 1.5625rem);
  margin-left: 0.78125rem;
  margin-right: 0.78125rem;
}

@media print, screen and (max-width: 63.99875em) {
  .paragraph--type--columns.paragraph--column-style-equal.paragraph--columns-3 .main-col > div {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 1.5625rem);
    margin-left: 0.78125rem;
    margin-right: 0.78125rem;
  }
}

.paragraph--type--columns.paragraph--column-style-equal.paragraph--columns-2 .main-col > div {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(50% - 1.5625rem);
  margin-left: 0.78125rem;
  margin-right: 0.78125rem;
}

@media print, screen and (max-width: 63.99875em) {
  .paragraph--type--columns.paragraph--column-style-equal.paragraph--columns-2 .main-col > div {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 1.5625rem);
    margin-left: 0.78125rem;
    margin-right: 0.78125rem;
  }
}

.paragraph--type--columns.paragraph--column-style-offset .main-col {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.paragraph--type--columns.paragraph--column-style-offset.style--offset--66-34 .main-col > div:nth-child(odd) {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(50% - 1.5625rem);
  margin-left: 0.78125rem;
  margin-right: 0.78125rem;
}

@media print, screen and (max-width: 63.99875em) {
  .paragraph--type--columns.paragraph--column-style-offset.style--offset--66-34 .main-col > div:nth-child(odd) {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 1.5625rem);
    margin-left: 0.78125rem;
    margin-right: 0.78125rem;
  }
}

.paragraph--type--columns.paragraph--column-style-offset.style--offset--66-34 .main-col > div:nth-child(even) {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  width: auto;
  margin-left: 0.78125rem;
  margin-right: 0.78125rem;
}

@media print, screen and (max-width: 63.99875em) {
  .paragraph--type--columns.paragraph--column-style-offset.style--offset--66-34 .main-col > div:nth-child(even) {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 1.5625rem);
    margin-left: 0.78125rem;
    margin-right: 0.78125rem;
  }
}

.paragraph--type--columns.paragraph--column-style-offset.style--offset--34-66 .main-col > div:nth-child(odd) {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(47.91667% - 1.5625rem);
  margin-left: 0.78125rem;
  margin-right: 0.78125rem;
}

@media print, screen and (max-width: 63.99875em) {
  .paragraph--type--columns.paragraph--column-style-offset.style--offset--34-66 .main-col > div:nth-child(odd) {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 1.5625rem);
    margin-left: 0.78125rem;
    margin-right: 0.78125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .paragraph--type--columns.paragraph--column-style-offset.style--offset--34-66 .main-col > div:nth-child(odd) {
    margin-right: 0;
  }
}

.paragraph--type--columns.paragraph--column-style-offset.style--offset--34-66 .main-col > div:nth-child(even) {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  width: auto;
  margin-left: 0.78125rem;
  margin-right: 0.78125rem;
}

@media print, screen and (max-width: 63.99875em) {
  .paragraph--type--columns.paragraph--column-style-offset.style--offset--34-66 .main-col > div:nth-child(even) {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 1.5625rem);
    margin-left: 0.78125rem;
    margin-right: 0.78125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .paragraph--type--columns.paragraph--column-style-offset.style--offset--34-66 .main-col > div:nth-child(even) {
    margin-left: 0;
  }
}

.paragraph--type--columns.paragraph--column-style-offset.style--offset--25-75 .main-col > div:nth-child(odd) {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(33.33333% - 1.5625rem);
  margin-left: 0.78125rem;
  margin-right: 0.78125rem;
}

@media print, screen and (max-width: 63.99875em) {
  .paragraph--type--columns.paragraph--column-style-offset.style--offset--25-75 .main-col > div:nth-child(odd) {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 1.5625rem);
    margin-left: 0.78125rem;
    margin-right: 0.78125rem;
  }
}

.paragraph--type--columns.paragraph--column-style-offset.style--offset--25-75 .main-col > div:nth-child(even) {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(66.66667% - 1.5625rem);
  margin-left: 0.78125rem;
  margin-right: 0.78125rem;
}

@media print, screen and (max-width: 63.99875em) {
  .paragraph--type--columns.paragraph--column-style-offset.style--offset--25-75 .main-col > div:nth-child(even) {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 1.5625rem);
    margin-left: 0.78125rem;
    margin-right: 0.78125rem;
  }
}

.paragraph--type--columns.paragraph--column-style-offset.style--offset--75-25 .main-col > div:nth-child(odd) {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(66.66667% - 1.5625rem);
  margin-left: 0.78125rem;
  margin-right: 0.78125rem;
}

@media print, screen and (max-width: 63.99875em) {
  .paragraph--type--columns.paragraph--column-style-offset.style--offset--75-25 .main-col > div:nth-child(odd) {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 1.5625rem);
    margin-left: 0.78125rem;
    margin-right: 0.78125rem;
  }
}

.paragraph--type--columns.paragraph--column-style-offset.style--offset--75-25 .main-col > div:nth-child(even) {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(33.33333% - 1.5625rem);
  margin-left: 0.78125rem;
  margin-right: 0.78125rem;
}

@media print, screen and (max-width: 63.99875em) {
  .paragraph--type--columns.paragraph--column-style-offset.style--offset--75-25 .main-col > div:nth-child(even) {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 1.5625rem);
    margin-left: 0.78125rem;
    margin-right: 0.78125rem;
  }
}

.paragraph--type--columns.valign--top .block-container > .main-col > .paragraph {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

/* Paragraphs Type Text  */
.paragraph {
  margin-bottom: 3.125rem;
}

.paragraph:not(.paragraph--background--0):not(.paragraph--type--advertisement):not(.paragraph--type--subscribe-links) {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  margin-bottom: 1.5rem;
}

.paragraph:not(.paragraph--background--0):not(.paragraph--type--advertisement):not(.paragraph--type--subscribe-links):last-child {
  margin-bottom: 0;
}

.paragraph .paragraph:not(.paragraph--background--0) {
  padding: 1.5rem;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.paragraph .paragraph {
  margin-bottom: 0;
}

.paragraph--type--text h2 {
  text-align: left;
}

.paragraph--type--text h2.text-align-center {
  text-align: center;
}

.paragraph--type--text h2.text-align-right {
  text-align: right;
}

.paragraph--type--text .button + .button, .paragraph--type--text .views-element-container .sights-sounds .more-link a + .button, .views-element-container .sights-sounds .more-link .paragraph--type--text a + .button, .paragraph--type--text .views-element-container .sights-sounds .more-link .button + a, .views-element-container .sights-sounds .more-link .paragraph--type--text .button + a, .paragraph--type--text .views-element-container .sights-sounds .more-link a + a, .views-element-container .sights-sounds .more-link .paragraph--type--text a + a {
  margin-left: 1.5rem;
}

@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--text .button, .paragraph--type--text .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .paragraph--type--text a {
    display: block;
    margin-left: 0;
  }
  .paragraph--type--text .button + .button, .paragraph--type--text .views-element-container .sights-sounds .more-link a + .button, .views-element-container .sights-sounds .more-link .paragraph--type--text a + .button, .paragraph--type--text .views-element-container .sights-sounds .more-link .button + a, .views-element-container .sights-sounds .more-link .paragraph--type--text .button + a, .paragraph--type--text .views-element-container .sights-sounds .more-link a + a, .views-element-container .sights-sounds .more-link .paragraph--type--text a + a {
    margin-left: 0;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .paragraph--type--text {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* Paragraph Type: Multimedia */
@media print, screen and (max-width: 63.99875em) {
  .paragraph--type--multimedia {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}

/* Paragraph Type: Filtered List */
@media print, screen and (max-width: 63.99875em) {
  .paragraph--type--filtered-list {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* Paragraph Type: Contributor */
.paragraph--type--contributor {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.paragraph--type--contributor a {
  text-decoration: none !important;
}

.paragraph--type--contributor h5 {
  margin-bottom: 0;
}

.paragraph--type--contributor .related-contributors-wrapper > div {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.paragraph--type--contributor:last-child {
  margin-bottom: 0 !important;
}

.social-links ul:not(.contextual-links) {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
}

.social-links li {
  list-style-type: none;
  display: block;
  margin-right: 1.875rem;
}

.social-links li:last-child {
  margin-right: 0;
}

.social-links li h5 {
  margin-bottom: 0;
}

.social-links a {
  text-indent: -900px;
  width: 35px;
  height: 35px;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.25s ease-out;
  background-position: center;
}

.social-links a:hover {
  opacity: .5;
}

.social-links .icon--facebook {
  width: 20px;
  background-image: url(/themes/custom/birdnote_theme/css/../images/icons/icon-facebook.svg);
}

.social-links .icon--twitter {
  width: 40px;
  background-image: url(/themes/custom/birdnote_theme/css/../images/icons/icon-twitter.svg);
}

.social-links .icon--instagram {
  background-image: url(/themes/custom/birdnote_theme/css/../images/icons/icon-instagram.svg);
}

.social-links .icon--mail {
  background-image: url(/themes/custom/birdnote_theme/css/../images/icons/icon-mail.svg);
}

.social-links .icon--youtube {
  background-image: url(/themes/custom/birdnote_theme/css/../images/icons/icon-youtube.svg);
}

.social-links .icon--tiktok {
  background-image: url(/themes/custom/birdnote_theme/css/../images/icons/icon-tiktok.svg);
}

.social-links .icon--linkedin {
  background-image: url(/themes/custom/birdnote_theme/css/../images/icons/icon-linkedin.svg);
}

.social-links.dark .icon--facebook {
  background-image: url(/themes/custom/birdnote_theme/css/../images/icons/icon-facebook-green.svg);
  width: 15px;
}

.social-links.dark .icon--twitter {
  background-image: url(/themes/custom/birdnote_theme/css/../images/icons/icon-twitter-green.svg);
  width: 29px;
}

.social-links.dark .icon--instagram {
  background-image: url(/themes/custom/birdnote_theme/css/../images/icons/icon-instagram-green.svg);
  width: 26px;
}

.social-links.dark .icon--mail {
  background-image: url(/themes/custom/birdnote_theme/css/../images/icons/icon-mail-green.svg);
}

.social-links.dark .icon--youtube {
  background-image: url(/themes/custom/birdnote_theme/css/../images/icons/icon-youtube-green.svg);
}

.social-links.dark .icon--tiktok {
  background-image: url(/themes/custom/birdnote_theme/css/../images/icons/icon-tiktok-green.svg);
}

.social-links.dark .icon--linkedin {
  background-image: url(/themes/custom/birdnote_theme/css/../images/icons/icon-linkedin-green.svg);
}

@media print, screen and (max-width: 63.99875em) {
  footer .social-links ul {
    -ms-flex-pack: center;
        justify-content: center;
  }
  footer .social-links a {
    height: 43px;
    background-position: center;
  }
  footer .social-links .icon--facebook {
    background-image: url(/themes/custom/birdnote_theme/css/../images/icons/icon-facebook-green.svg);
    width: 25px;
  }
  footer .social-links .icon--twitter {
    background-image: url(/themes/custom/birdnote_theme/css/../images/icons/icon-twitter-green.svg);
    width: 50px;
  }
  footer .social-links .icon--instagram {
    background-image: url(/themes/custom/birdnote_theme/css/../images/icons/icon-instagram-green.svg);
    width: 44px;
  }

  footer .social-links .icon--youtube {
    background-image: url(/themes/custom/birdnote_theme/css/../images/icons/icon-youtube-green.svg);
  }

  footer .social-links .icon--tiktok {
    background-image: url(/themes/custom/birdnote_theme/css/../images/icons/icon-tiktok-green.svg);
  }

  footer .social-links .icon--linkedin {
    background-image: url(/themes/custom/birdnote_theme/css/../images/icons/icon-linkedin-green.svg);
  }
}

/* Local Tasks Menu Styles */
.tabs.menu {
  margin-top: 40px;
  margin-bottom: 15px;
  background-color: transparent;
  border: unset;
  border-bottom: 5px solid #76b5a3;
}

@media print, screen and (max-width: 63.99875em) {
  .tabs.menu {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
}

.tabs.menu li {
  background-color: transparent;
}

.tabs.menu li a {
  font-size: 1rem;
  line-height: 1.69;
  letter-spacing: 1px;
  text-decoration: none;
  text-shadow: 1px 0 0 #1e3b1f;
  font-weight: normal;
}

.tabs.menu li a, .tabs.menu li a.disabled, .tabs.menu li a[disabled], .tabs.menu li a.disabled:hover, .tabs.menu li a[disabled]:hover, .tabs.menu li a.disabled:focus, .tabs.menu li a[disabled]:focus {
  background-color: #b9ddbe;
  color: #1e3b1f;
}

.tabs.menu li a:hover, .tabs.menu li a:focus {
  background-color: #82c28b;
  color: #1e3b1f;
}

.tabs.menu li.is-active > a {
  background-color: #76b5a3;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  font-size: 1rem;
  line-height: 1.69;
  letter-spacing: 1px;
  text-decoration: none;
}

.tabs a {
  padding: 1rem 1.5625rem;
  font-weight: bold;
  line-height: 1.69;
  letter-spacing: 1px;
}

.tabs-content {
  border: 0;
  padding: 1.875rem;
  margin-top: -15px;
  border-bottom: 5px solid #76b5a3;
  margin-bottom: 3.125rem;
  background-color: #ffffff;
}

@media print, screen and (max-width: 63.99875em) {
  .tabs-content {
    margin: 0 0 1.25rem;
    padding: 1.25rem 0.625rem;
  }
}

.tabs-content .tabs-panel {
  padding: 0;
}

.show--body .tabs-content {
  padding: 0 !important;
  border-bottom: 0 !important;
}

.show--body .tabs-content .tabs-panel {
  padding: 1.875rem;
  border-bottom: 5px solid #76b5a3;
}

@media print, screen and (max-width: 63.99875em) {
  .show--body .tabs-content .tabs-panel {
    padding: 1.25rem 0.625rem;
  }
}

.show--body .tabs.menu a {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-right: 15px;
}

.media-player {
  max-width: 36.875rem;
}

.hero--buttons {
  margin-top: 1.6875rem;
}

.media-oembed-content {
  width: 100%;
}

.mejs__container {
  background-color: #fefefe;
  color: #0a0a0a;
  height: 3.25rem !important;
  width: 100% !important;
}

.mejs__container .mejs__controls {
  margin-bottom: 0.375rem;
  margin-top: 0.375rem;
}

.mejs__container .mejs__controls:not([style*="display: none"]) {
  background: transparent;
}

.mejs__container .mejs__controls .mejs__button,
.mejs__container .mejs__controls .mejs__time,
.mejs__container .mejs__controls .mejs__time-rail {
  color: #0a0a0a;
}

.mejs__container .mejs__controls .mejs__horizontal-volume-total {
  background: #0a0a0a;
}

.mejs__container .mejs__controls .mejs__time-total {
  background: black;
}

.mejs__container .mejs__controls .mejs__time-loaded {
  background: black;
}

.mejs__container .mejs__button > button {
  background-image: url(/themes/custom/birdnote_theme/css/../images/icons/mejs-controls.svg);
}

.block-sight-sounds-photos,
.block-sight-sounds-videos {
  margin-top: 50px;
}

.block-sight-sounds-photos .views-row,
.block-sight-sounds-videos .views-row {
  margin-top: 20px;
}

.block-sight-sounds-photos .views-field-title,
.block-sight-sounds-videos .views-field-title {
  display: none;
}

.no-webp .default-page-title .page-title {
  background-image: url("/themes/custom/birdnote_theme/css/../images/bgs/bg-default.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.webp .default-page-title .page-title {
  background-image: url("/themes/custom/birdnote_theme/css/../images/bgs/bg-default.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.default-page-title {
  background-color: #d7e4db;
  margin-bottom: 3.125rem;
}

.default-page-title .page-title {
  background-position: center bottom;
}

@media print, screen and (min-width: 40em) {
  .default-page-title .page-title {
    padding-top: 6.8125rem;
  }
}

.no-webp .default-page-title .page-title {
  background-image: url("/themes/custom/birdnote_theme/css/../images/bgs/bg-default.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.webp .default-page-title .page-title {
  background-image: url("/themes/custom/birdnote_theme/css/../images/bgs/bg-default.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.default-page-title {
  background-color: #d7e4db;
  margin-bottom: 3.125rem;
}

.default-page-title .page-title {
  background-position: center bottom;
}

@media print, screen and (min-width: 40em) {
  .default-page-title .page-title {
    padding-top: 6.8125rem;
  }
}

.no-webp .hero-banner-landing {
  background-image: url("/themes/custom/birdnote_theme/css/../images/bgs/bg-default.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.webp .hero-banner-landing {
  background-image: url("/themes/custom/birdnote_theme/css/../images/bgs/bg-default.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-banner-landing {
  background-color: #d7e4db;
  background-size: contain;
  background-position: top center;
  background-repeat: repeat-y;
  position: relative;
  margin-bottom: 3.125rem;
  background-size: cover;
}

.hero-banner-landing .banner-link {
  margin-top: 1.875rem;
}

.hero-banner-landing .col {
  padding-bottom: 3.125rem !important;
}

@media screen and (max-width: 71.1875em) {
  .hero-banner-landing .col:not(.with-image) {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.hero-banner-landing .col.with-image {
  -ms-flex-pack: center;
      justify-content: center;
}

.hero-banner-landing .col.with-image .inside {
  max-width: 530px;
}

@media print, screen and (max-width: 63.99875em) {
  .hero-banner-landing .col.with-image .inside {
    margin-left: auto;
    margin-right: auto;
    max-width: unset;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .hero-banner-landing .col .inside {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.hero-banner-landing .hero-banner-container {
  padding-top: 6.8125rem;
  padding-bottom: 3.125rem;
}

@media print, screen and (max-width: 63.99875em) {
  .hero-banner-landing .hero-banner-container {
    padding-top: 3.125rem;
  }
}

.hero-banner-landing .hero-banner-container.with-image {
  padding-top: 0;
  padding-bottom: 0;
}

.hero-banner-landing .hero-banner-container.with-image .col-text {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}

@media print, screen and (max-width: 63.99875em) {
  .hero-banner-landing .hero-banner-container.with-image .col-text {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}

.hero-banner-landing .hero-banner-container.with-image .col-image {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media print, screen and (max-width: 63.99875em) {
  .hero-banner-landing .hero-banner-container.with-image .hero-image-wrapper {
    margin-left: -0.78125rem;
    margin-right: -0.78125rem;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .hero-banner-landing .hero-banner-container {
    text-align: center;
  }
}

.hero-banner-landing .hero-banner-container .hero-image-wrapper img {
  width: 100%;
}

.hero-banner-landing .hero-banner-container .hero-image-wrapper .hero-image-credit {
  background-color: #1e3b1f;
  color: #ffffff;
  font-family: "Amiri", serif;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 0.625rem;
}

.hero-banner-landing .hero-banner-container .intro-paragraph {
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #111111;
}

.hero-banner-landing .hero-banner-container .intro-paragraph,
.hero-banner-landing .hero-banner-container .banner-link {
  margin-top: 1.875rem;
}

.latest-show {
  margin-top: 0.625rem;
}

@media print, screen and (min-width: 64em) {
  .latest-show .views-field-field-show-large {
    display: none;
  }
}

.latest-show .views-field-title {
  font-family: "Amiri", serif;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: right;
  color: #ffffff;
  margin-right: 1.25rem;
}

.latest-show .views-field-title .views-label-title {
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.latest-show .button, .latest-show .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .latest-show a {
  margin-bottom: 0;
}

@media print, screen and (max-width: 63.99875em) {
  .region--header-right .latest-show {
    text-align: center;
    padding-top: 2.5rem;
  }
  .region--header-right .latest-show img {
    max-width: 310px;
    width: 100%;
    height: auto;
    margin-bottom: 1.25rem;
  }
  .region--header-right .latest-show .views-field-title {
    margin-right: 0;
    padding-bottom: 0.625rem;
    display: block;
    text-align: center;
  }
  .region--header-right .latest-show .views-field-title .views-label-title {
    display: block;
    text-align: center;
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 64em) {
  .region--header-right {
    display: block !important;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body:not(.front) .region--header-right .latest-show {
    display: none !important;
  }
  #mobile-menu .latest-show {
    display: block;
    padding-top: 0;
  }
  #mobile-menu .latest-show .menu li {
    width: 100%;
  }
  #mobile-menu .latest-show .menu li a {
    font-size: 0.875rem;
    padding: 0.875rem 1.375rem;
    color: #1e3b1f;
    font-weight: bold;
    text-align: left;
  }
  #mobile-menu .latest-show .menu li a:after {
    border-color: #1e3b1f transparent transparent;
  }
  #mobile-menu .latest-show .menu li a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #19838c;
  }
  #mobile-menu .latest-show .menu li a:hover:after {
    border-color: #ffffff transparent transparent;
  }
}

.paragraph--type--filtered-list .block-container > h2 {
  text-align: center;
  margin-bottom: 1.25rem;
}

.birdnote-signup-form .block--title {
  color: #1e3b1f;
  font-family: "Amiri", serif;
  font-size: 24px;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 64em) {
  .birdnote-signup-form .block--title {
    color: #fefefe;
  }
}

.birdnote-signup-form form {
  display: -ms-flexbox;
  display: flex;
}

.birdnote-signup-form form .form-item-signup-email {
  width: calc(100% - 111px);
  margin-bottom: 10px;
}

@media print, screen and (min-width: 64em) {
  .birdnote-signup-form form .form-item-signup-email {
    width: calc(100% - 99px);
  }
}

.birdnote-signup-form form .form-item-signup-email input {
  width: 100%;
  height: 49px;
  border-radius: 10px 0 0 10px;
  background-color: #fefefe;
}

.birdnote-signup-form form .form-actions {
  width: 111px;
}

@media print, screen and (min-width: 64em) {
  .birdnote-signup-form form .form-actions {
    width: 99px;
  }
}

.birdnote-signup-form form .form-actions input {
  width: 100%;
  height: 49px;
  border-radius: 0px 10px 10px 0px;
  padding: 10px;
  text-transform: capitalize;
  font-size: 16px;
}

.spb-popup-main-wrapper {
  max-width: 85%;
  border-radius: 1rem;
  border: 0;
  padding: 3rem;
  top: 0;
}

.spb-popup-main-wrapper .spb-controls {
  right: 2rem;
}

.spb-popup-main-wrapper .spb-controls .spb_close {
  background: transparent;
  border: 0;
  font-size: 2.5rem;
  margin-top: -3rem;
}

div[id^="block-popup-"] {
  display: none;
}

.paragraph--type--newsletter-signup {
  display: block;
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 25px;
}

.paragraph--type--newsletter-signup p:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .paragraph--type--newsletter-signup.paragraph--hide-on-desktop--1 {
    display: none;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .paragraph--type--newsletter-signup.paragraph--hide-on-mobile--1 {
    display: none;
  }
}

.paragraph--type--newsletter-signup .birdnote-signup-form .block--title {
  display: none;
}

.paragraph--type--newsletter-signup .birdnote-signup-form form .form-item-signup-email input:-ms-input-placeholder {
  color: #697461;
}

.paragraph--type--newsletter-signup .birdnote-signup-form form .form-item-signup-email input::placeholder {
  color: #697461;
}

/* Search Styles */
.path-search .main-content__row h2 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.path-search .main-content__row ol li article h2 {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
}

.path-search .main-content__row ol li article a {
  color: #eaa003;
  font-weight: 700;
  text-shadow: none;
}

.path-search .main-content__row ol li article a:hover, .path-search .main-content__row ol li article a:focus {
  text-decoration: none;
  font-weight: 700;
}

.path-search .main-content__row ol li article div.more-link {
  display: inline-block;
  margin-left: 5px;
}

.path-search .main-content__row ol li .narrow--container, .path-search .main-content__row ol li .spb-popup-main-wrapper h2, .spb-popup-main-wrapper .path-search .main-content__row ol li h2 {
  max-width: 100%;
}

.path-search .main-content__row #search-form #edit-basic {
  position: relative;
}

.path-search .main-content__row #search-form #edit-basic .form-item .form-search {
  height: 47px;
  width: calc(100%-125px);
  display: block;
}

.path-search .main-content__row #search-form #edit-basic .button, .path-search .main-content__row #search-form #edit-basic .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .path-search .main-content__row #search-form #edit-basic a {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  height: 47px;
}

.narrow--container, .spb-popup-main-wrapper h2 {
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
}

.contributor--full {
  margin-bottom: 3.125rem;
}

@media print, screen and (max-width: 63.99875em) {
  .contributor--full .image-wrapper {
    text-align: center;
  }
}

.contributor--full .websites a {
  display: block;
}

.contributor--card {
  margin-bottom: 1.25rem;
}

.contributor--card h3 {
  margin-left: 1.25rem;
  text-decoration: underline;
}

.node--teaser .paragraph {
  padding: 0;
  margin: 0;
  max-width: unset;
}

.node--teaser .field--inline {
  margin-bottom: 0.625rem;
}

.node--teaser .field--inline .field__label,
.node--teaser .field--inline .field__items {
  display: inline;
}

@media print, screen and (max-width: 39.99875em) {
  .node--teaser h3 {
    margin-top: 1.5rem;
  }
  .node--teaser .node--teaser_image {
    text-align: center;
  }
}

.node--teaser a {
  text-decoration: none !important;
}

.node--teaser .col {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.page-type--photo .image-container {
  margin-bottom: 1.5rem;
}

.photo--teaser,
.show--teaser {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}

.related-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.25rem;
  margin-bottom: 5.625rem;
}

.related-items .node--thumbnail {
  -ms-flex: 0 0 33%;
      flex: 0 0 33%;
  margin-bottom: 0.8125rem;
}

.node--card {
  background-color: #fefefe;
  max-width: 26.25rem;
  margin-bottom: 1.25rem;
}

.node--card .card--content {
  padding: 1.6875rem;
}

.node--card .card--content h3 {
  margin-bottom: 1.25rem;
}

.node--card .card--content a {
  margin-top: 1.875rem;
}

.node--mini-teaser {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-bottom: 0.625rem;
  max-width: 26.25rem;
}

.node--mini-teaser > * {
  -ms-flex: 1 100%;
      flex: 1 100%;
}

.node--mini-teaser img {
  -ms-flex: 0;
      flex: 0;
  margin-right: 20px;
  max-height: 6.875rem;
  max-width: 6.875rem;
}

.node--mini-teaser .teaser--header {
  -ms-flex: 2;
      flex: 2;
}

.node--mini-teaser .teaser--content {
  margin-top: 20px;
}

.node--mini-teaser time {
  font-family: "Amiri", serif;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  line-height: 1.11;
  margin-top: 0.5rem;
}

.node--mini-teaser a.button, .node--mini-teaser .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .node--mini-teaser a {
  margin-top: 0.375rem;
}

@media print, screen and (max-width: 39.99875em) {
  .node--mini-teaser {
    margin-bottom: 1.25rem;
  }
  .node--mini-teaser a.button, .node--mini-teaser .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .node--mini-teaser a {
    display: none;
  }
  .node--mini-teaser h3 {
    text-decoration: underline;
  }
}

.field-notes--teaser {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 1.875rem;
  padding-bottom: 1.25rem;
}

.field-notes--teaser .node--teaser_image {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.field-notes--teaser .node--teaser_text {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.node--teaser-alternate h3 a {
  text-decoration: none;
}

.node--teaser-alternate .teaser--image {
  margin-right: 1.25rem;
}

.node--card {
  position: relative;
}

.node--card a:not(.button) {
  text-decoration: none;
}

.paragraph--columns-3 .paragraph--background--0.paragraph--type--text {
  padding-right: 0.78125rem;
  padding-left: 0.78125rem;
}

@media print, screen and (max-width: 63.99875em) {
  .paragraph--columns-3 .paragraph--background--0.paragraph--type--text {
    padding-left: 0;
    padding-right: 0;
  }
}

.contributor--full .show-description .bio-photo img {
  float: left;
  margin-right: 1.5rem;
}

@media print, screen and (max-width: 63.99875em) {
  .contributor--full .show-description .bio-photo img {
    padding-left: 24px;
  }
}

.show--body,
.bird--body {
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
}

article.show--full {
  background-color: #f5f4f0;
}

.page-type--show .links {
  padding: 3.125rem 0 0;
}

@media print, screen and (min-width: 40em) {
  .page-type--show .links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}

.page-type--show .buttons-row {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media print, screen and (min-width: 64em) {
  .page-type--show .buttons-row {
    -ms-flex-pack: start;
        justify-content: start;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .page-type--show .buttons-row > div:not(:last-child) {
    margin-right: 20px;
  }
}

.page-type--show .show-image {
  text-align: center;
}

.page-type--show .show-description {
  padding-top: 3.75rem;
}

.page-type--show .related-resoures {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .page-type--show .related-resoures {
    margin-right: 0.625rem;
  }
}

.page-type--show .related-resoures h3 {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}

.page-type--show .related-resoures a {
  display: block;
  margin-bottom: 1.875rem;
  font-size: 1.125rem;
  text-decoration: underline;
}

@media print, screen and (min-width: 40em) {
  .page-type--show .related-birds {
    margin-left: 0.625rem;
  }
}

.page-type--show .related-birds h3 {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}

.page-type--show .related-birds h4 {
  text-decoration: underline;
}

.page-type--show .related-resoures,
.page-type--show .related-birds {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (min-width: 40em) {
  .page-type--show .related-resoures,
  .page-type--show .related-birds {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.page-type--show #credits.hide_photos .contributor-photo {
  display: none;
}

.show-related-field-notes {
  margin-top: 0;
}

.show-related-field-notes h3 {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e6e6e6;
}

.show-related-field-notes .field-note-content {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.show-related-field-notes .field-note-content > * {
  -ms-flex: 1 100%;
      flex: 1 100%;
}

.show-related-field-notes .field-note-content img {
  margin-right: 20px;
  max-height: 6.25rem;
  max-width: 6.25rem;
}

.show-related-field-notes .field-note-content .field-notes-submission {
  -ms-flex: 2;
      flex: 2;
}

.show-related-field-notes .field-note-content time {
  font-family: "Amiri", serif;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  line-height: 1.11;
  margin-top: 0.5rem;
}

.show-related-field-notes .field-note-content .field-note-body {
  margin-top: 0.625rem;
}

.shows--related-content {
  margin-bottom: 1.875rem;
}

.shows--related-content .node--teaser_image {
  margin-right: 1.25rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.shows--related-content .node--teaser_text {
  -ms-flex-preferred-size: calc(100% - 120px);
      flex-basis: calc(100% - 120px);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.shows--sights-sounds {
  border-top: 1px solid #dddddd;
  padding-top: 3.125rem;
}

.shows--field-notes {
  padding-top: 3.125rem;
  background-color: #ffffff;
  padding-bottom: 3.125rem;
}

.shows--field-notes .narrow--container, .shows--field-notes .spb-popup-main-wrapper h2, .spb-popup-main-wrapper .shows--field-notes h2 {
  border-bottom: 1px solid #dddddd;
}

.shows--field-notes .views-row {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.shows--episodes {
  padding: 40px 0;
}

.shows--episodes h3 {
  padding-bottom: 20px;
}

@media print, screen and (min-width: 40em) {
  .shows--episodes .node--teaser_image.small-12.medium-3, .shows--episodes .default-page-title .node--teaser_image.medium-3.page-title__column, .default-page-title .shows--episodes .node--teaser_image.medium-3.page-title__column {
    width: 350px;
  }
  .shows--episodes .episodes-button {
    text-align: center;
  }
}

.show--teaser .play-icon {
  margin-top: 0.9375rem;
}

.show--teaser .play-icon a .listen-icon {
  display: inline-block;
  text-align: center;
  border: 1px solid #eaa003;
  border-radius: 50%;
  width: 63px;
  height: 63px;
  padding-top: 15px;
  padding-left: 4px;
}

.show--teaser .play-icon a .listen-icon img {
  width: 0.875rem;
  height: 1rem;
}

.show--teaser .play-icon a .listen-text {
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 14px;
}

.show--teaser .play-icon a:hover .listen-icon, .show--teaser .play-icon a:focus .listen-icon {
  background-color: #bb8002;
}

.block-bird-related-photos,
.block-bird-related-videos {
  margin-top: 3.125rem;
}

.block-bird-related-photos h2,
.block-bird-related-videos h2 {
  text-align: center;
  margin-bottom: 1.25rem;
}

.block-bird-related-photos .views-row,
.block-bird-related-videos .views-row {
  margin-bottom: 1.25rem;
}

.block-bird-related-photos .photo-wrapper,
.block-bird-related-photos .video-wrapper,
.block-bird-related-videos .photo-wrapper,
.block-bird-related-videos .video-wrapper {
  max-width: 16.125rem;
}

.block-bird-related-photos .photo-wrapper .photo--credit,
.block-bird-related-photos .photo-wrapper .video--credit,
.block-bird-related-photos .video-wrapper .photo--credit,
.block-bird-related-photos .video-wrapper .video--credit,
.block-bird-related-videos .photo-wrapper .photo--credit,
.block-bird-related-videos .photo-wrapper .video--credit,
.block-bird-related-videos .video-wrapper .photo--credit,
.block-bird-related-videos .video-wrapper .video--credit {
  background-color: #1e3b1f;
  color: #ffffff;
  font-family: "Amiri", serif;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 0.625rem;
}

.bird--full .related-content {
  margin: 0 auto;
}

.bird--full .related-content h3 a:not(.button) {
  text-decoration: none;
}

.bird--full .sights-sounds .block-container {
  padding-right: 0.78125rem;
  padding-left: 0.78125rem;
}

.bird--full .sights-sounds .related-items .node--thumbnail {
  -ms-flex: 0 0 calc(25% - 60px);
      flex: 0 0 calc(25% - 60px);
  margin-right: 1.25rem;
}

.bird--full .sights-sounds .related-items .node--thumbnail img {
  width: 100%;
}

@media print, screen and (max-width: 63.99875em) {
  .bird--full .sights-sounds .related-items .node--thumbnail {
    -ms-flex: 0 0 calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
    margin-bottom: 1.25rem;
  }
  .bird--full .sights-sounds .related-items .node--thumbnail:nth-child(odd) {
    margin-right: 1.25rem;
  }
}

.page-type--video .video--wrapper {
  margin-bottom: 1.875rem;
}

.page-type--video .video--wrapper .video--credit {
  background-color: #1e3b1f;
  color: #ffffff;
  font-family: "Amiri", serif;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 0.625rem 1.875rem;
  margin-top: -6px;
  position: relative;
  max-width: 100%;
}

.views-element-container .sights-sounds .views-infinite-scroll-content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.views-element-container .sights-sounds .views-infinite-scroll-content-wrapper + ul {
  margin-top: 50px;
}

.views-element-container .sights-sounds .views-infinite-scroll-content-wrapper + ul,
.views-element-container .sights-sounds .views-infinite-scroll-content-wrapper + ul li {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.views-element-container .sights-sounds .card--content {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.views-element-container .sights-sounds .card--content .content-inside {
  padding-left: 1.6875rem;
  padding-right: 1.6875rem;
  padding-top: 1.6875rem;
}

.views-element-container .sights-sounds .card--content .button, .views-element-container .sights-sounds .card--content .more-link a, .views-element-container .sights-sounds .more-link .card--content a {
  left: 1.6875rem !important;
}

.views-element-container .sights-sounds .node--card {
  max-width: 462px;
}

.views-element-container .sights-sounds .views-view-grid .views-col {
  padding: 0.625rem;
}

.views-element-container .sights-sounds .more-link {
  text-align: center;
  padding: 3.125rem 0 0;
  display: block;
  width: 100%;
}

.podcasts {
  padding-bottom: 2rem;
}

@media print, screen and (max-width: 39.99875em) {
  .podcasts {
    padding: 0 1.25rem;
  }
}

.podcasts .views-view-grid .views-row {
  border-bottom: 1px solid #DBDBDA;
  padding: 2rem 0;
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
}

.podcasts .views-view-grid .views-row:last-child {
  border-bottom: none;
}

@media print, screen and (max-width: 39.99875em) {
  .podcasts .views-view-grid .views-row .views-col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100% !important;
  }
}

.podcasts .views-view-grid .views-row .views-col article {
  margin: 0 10px;
}

.podcasts .views-view-grid .views-row .views-col:first-child article {
  margin-left: 0;
}

.podcasts .views-view-grid .views-row .views-col:last-child article {
  margin-right: 0;
}

.podcasts .views-view-grid .views-row article {
  height: 100%;
  max-width: 315px;
}

.podcasts .views-view-grid .views-row .node--teaser_text {
  padding-top: 0.9375rem;
}

.podcasts .views-view-grid .views-row .node--teaser_text h3 {
  font-size: 2rem;
  line-height: 2.375rem;
}

.podcasts .views-view-grid .views-row .node--teaser_text .teaser {
  font-size: 1rem;
  line-height: 1.5625rem;
}

.podcasts .views-view-grid .views-row .latest-shows .subscribe-button {
  margin: 15px auto 0;
}

.podcasts .views-view-grid .views-row .latest-shows .subscribe-button a:focus {
  background-color: #eaa003;
}

.podcasts .views-view-grid .views-row .latest-shows h4 {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.4rem;
  margin: 1rem 0 0;
}

.podcasts .views-view-grid .views-row .latest-shows .latest-view {
  height: 220px;
}

.podcasts .views-view-grid .views-row .latest-shows .latest-view .views-element-container {
  padding: 0;
}

.podcasts .views-view-grid .views-row .latest-shows .latest-view .views-element-container .views-row {
  border-bottom: 1px solid #DBDBDA;
  padding-top: 1.25rem;
  padding-bottom: 1rem;
}

.podcasts .views-view-grid .views-row .latest-shows .latest-view .views-element-container .views-row:last-child {
  border-bottom: none;
}

.podcasts .views-view-grid .views-row .latest-shows .latest-view .views-element-container .views-row .field-content {
  display: -ms-flexbox;
  display: flex;
}

.podcasts .views-view-grid .views-row .latest-shows .latest-view .views-element-container .views-row .play-icon {
  margin-right: 0.9375rem;
}

.podcasts .views-view-grid .views-row .latest-shows .latest-view .views-element-container .views-row .play-icon a {
  display: block;
  text-align: center;
  border: 1px solid #eaa003;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding-top: 3px;
  padding-left: 4px;
}

.podcasts .views-view-grid .views-row .latest-shows .latest-view .views-element-container .views-row .play-icon a:hover {
  background-color: #bb8002;
}

.podcasts .views-view-grid .views-row .latest-shows .latest-view .views-element-container .views-row .play-icon a img {
  width: 0.4375rem;
  height: 0.5rem;
}

.podcasts .views-view-grid .views-row .latest-shows .latest-view .views-element-container .views-row h5 {
  margin-bottom: 0;
}

.podcasts .views-view-grid .views-row .latest-shows .latest-view .views-element-container .views-row h5 a {
  font-family: "Amiri", serif;
  font-size: 1.25rem;
  font-weight: normal;
}

.podcasts .views-view-grid .views-row .latest-shows .episodes-button {
  margin: 20px auto 0;
}

.subscribe-link a {
  text-transform: uppercase !important;
}

.subscribe-link a:after {
  content: '';
  background-image: url(/themes/custom/birdnote_theme/images/icons/icon-subscribe.png);
  background-repeat: no-repeat;
  background-size: 28px 30px;
  width: 28px;
  height: 30px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

@media print, screen and (min-width: 40em) {
  .page-type--podcast .shows .node--teaser_image.small-12.medium-3, .page-type--podcast .shows .default-page-title .node--teaser_image.medium-3.page-title__column, .default-page-title .page-type--podcast .shows .node--teaser_image.medium-3.page-title__column {
    width: 350px;
  }
}

.page-type--podcast .subscribe-link {
  margin-bottom: 20px;
}

.page-type--podcast .hero-banner--container .podcast_type {
  font-size: 16px;
  font-weight: normal;
  color: #687662;
  padding-bottom: 20px;
}

.page-type--podcast .hero-banner--container .buttons-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media print, screen and (min-width: 64em) {
  .page-type--podcast .hero-banner--container .buttons-row {
    -ms-flex-pack: start;
        justify-content: start;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .page-type--podcast .hero-banner--container .buttons-row > div:not(:last-child) {
    margin-right: 20px;
  }
}

.page-type--podcast .hero-banner--container .play-icon a {
  text-decoration: none;
}

.page-type--podcast .hero-banner--container .play-icon .listen-icon {
  display: inline-block;
  text-align: center;
  border: 1px solid #eaa003;
  border-radius: 50%;
  width: 63px;
  height: 63px;
  padding-top: 15px;
  padding-left: 4px;
}

.page-type--podcast .hero-banner--container .play-icon .listen-icon:hover, .page-type--podcast .hero-banner--container .play-icon .listen-icon:focus {
  background-color: #bb8002;
}

.page-type--podcast .hero-banner--container .play-icon .listen-icon img {
  width: 0.875rem;
  height: 1rem;
}

.page-type--podcast .hero-banner--container .play-icon .listen-text {
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 5px;
}

#block-persistentaudioplayer {
  display: none;
  position: fixed;
  background-color: #F3F2EE;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 140px;
  z-index: 9999;
  border: none;
  border-radius: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

@media print, screen and (min-width: 40em) {
  #block-persistentaudioplayer {
    height: 80px;
  }
}

#block-persistentaudioplayer .narrow--container, #block-persistentaudioplayer .spb-popup-main-wrapper h2, .spb-popup-main-wrapper #block-persistentaudioplayer h2 {
  max-width: 67.5rem;
  margin: 12px auto;
}

#block-persistentaudioplayer .close-btn {
  position: absolute;
  right: 10px;
  cursor: pointer;
}

#block-persistentaudioplayer .close-btn img {
  width: 20px;
  height: 20px;
}

#block-persistentaudioplayer .views-row {
  margin: 0 auto;
}

@media print, screen and (min-width: 40em) {
  #block-persistentaudioplayer .views-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    max-width: 90rem;
  }
}

#block-persistentaudioplayer .views-field-field-image,
#block-persistentaudioplayer .views-field-field-show-large {
  float: left;
  margin-right: 15px;
}

@media print, screen and (min-width: 40em) {
  #block-persistentaudioplayer .views-field-field-image,
  #block-persistentaudioplayer .views-field-field-show-large {
    float: none;
  }
}

#block-persistentaudioplayer .views-field-nothing {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}

@media print, screen and (min-width: 40em) {
  #block-persistentaudioplayer .views-field-nothing {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

#block-persistentaudioplayer .views-field-nothing .field-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media print, screen and (min-width: 40em) {
  #block-persistentaudioplayer .views-field-nothing .field-content {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

#block-persistentaudioplayer .views-field-nothing .field-content .show-date, #block-persistentaudioplayer .views-field-nothing .field-content time {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: normal;
  color: #545555;
}

#block-persistentaudioplayer .views-field-nothing .field-content time {
  display: inline;
}

@media print, screen and (min-width: 40em) {
  #block-persistentaudioplayer .views-field-nothing .field-content > div {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
  }
  #block-persistentaudioplayer .views-field-nothing .field-content > div:nth-child(2) {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    margin: 5px 10px 5px 0;
  }
}

#block-persistentaudioplayer .views-field-nothing .field-content .show-title {
  font-family: "Amiri", serif;
  font-size: 1.375rem;
  color: #1E3B1F;
}

#block-persistentaudioplayer .views-field-nothing .field-content .button, #block-persistentaudioplayer .views-field-nothing .field-content .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link #block-persistentaudioplayer .views-field-nothing .field-content a {
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem;
}

#block-persistentaudioplayer .hero--buttons {
  display: none;
}

#block-persistentaudioplayer .subscribe-link {
  display: none;
}

@media print, screen and (min-width: 64em) {
  #block-persistentaudioplayer .subscribe-link {
    display: block;
  }
}

#block-persistentaudioplayer .views-field-field-simplecast, #block-persistentaudioplayer .views-field-field-mp3 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media print, screen and (min-width: 40em) {
  #block-persistentaudioplayer .views-field-field-simplecast, #block-persistentaudioplayer .views-field-field-mp3 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    border-left: 1px solid #DBDBDA;
    padding-left: 30px;
  }
}

.podcast--full .views-row:last-child article {
  border-bottom: none;
}

.podcast--full .paragraph .subscribe-link {
  margin: 0 auto;
  text-align: center;
}

.podcast--full .paragraph .subscribe-link a {
  width: 100%;
  display: block;
}

@media print, screen and (max-width: 39.99875em) {
  .ui-dialog {
    width: 90% !important;
    z-index: 999;
  }
}

.ui-dialog-titlebar, .ui-dialog-titlebar-close {
  background: none;
  border: none;
}

.ui-dialog-title {
  display: none;
}

.podcast-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.podcast-links header {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.podcast-links .views-row {
  text-align: center;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  margin: 15px;
}

.podcast-links .views-row img:hover, .podcast-links .views-row img:focus {
  filter: brightness(93%);
}

.podcast-links .views-row a {
  font-family: "Noto Sans", sans-serif;
  color: #1e3b1f;
}

.podcast-links .views-row a:hover, .podcast-links .views-row a:focus {
  color: #1e3b1f;
  text-shadow: 0 0 0 #1e3b1f;
}

.ajax-progress {
  display: none;
}

.page-type--field-notes .narrow--container, .page-type--field-notes .spb-popup-main-wrapper h2, .spb-popup-main-wrapper .page-type--field-notes h2 {
  width: 100%;
}

.page-type--field-notes time {
  margin-bottom: 1.25rem;
  display: block;
}

.page-type--field-notes .links {
  padding: 3.125rem 0 1.875rem;
}

@media print, screen and (min-width: 40em) {
  .page-type--field-notes .links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}

.page-type--field-notes .related-resoures {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .page-type--field-notes .related-resoures {
    margin-right: 0.625rem;
  }
}

.page-type--field-notes .related-resoures h3 {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}

.page-type--field-notes .related-resoures a {
  display: block;
  margin-bottom: 1.875rem;
  font-size: 1.125rem;
  text-decoration: underline;
}

@media print, screen and (min-width: 40em) {
  .page-type--field-notes .related-birds {
    margin-left: 0.625rem;
  }
}

.page-type--field-notes .related-birds h3 {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}

.page-type--field-notes .related-birds h4 {
  text-decoration: underline;
}

.page-type--field-notes .related-birds span.__related-bird {
  display: block;
  margin-bottom: 0.625rem;
}

.page-type--field-notes .related-birds span.__related-bird:last-child {
  margin-bottom: 0;
}

.page-type--field-notes .related-resoures,
.page-type--field-notes .related-birds {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (min-width: 40em) {
  .page-type--field-notes .related-resoures,
  .page-type--field-notes .related-birds {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.pager {
  margin-bottom: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 67.5rem;
}

.pagination .current {
  padding: unset;
}

.path-contributed .main-content {
  padding-top: 5.625rem;
}

@media print, screen and (max-width: 63.99875em) {
  .path-contributed .main-content {
    padding-top: 1.5rem;
  }
}

.path-contributed .main-content h2 {
  margin-bottom: 3.125rem;
}

.path-contributed .views-row {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 1.25rem;
  margin-bottom: 2.8125rem;
}

.path-contributed .views-row .show--teaser {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media print, screen and (max-width: 63.99875em) {
  .path-contributed .views-row .show--teaser .node--teaser_image {
    text-align: left;
  }
}

.views-infinite-scroll-content-wrapper + ul, .views-infinite-scroll-content-wrapper + ul li {
  list-style: none;
  margin-left: 0;
}

.view-result-summary {
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.71px;
  color: #667460;
  margin-bottom: 20px;
  padding: 0 10px;
}

.show-sights-sounds {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}

.show-sights-sounds .node--thumbnail {
  -ms-flex: 0 0 33%;
      flex: 0 0 33%;
  margin-bottom: 0.8125rem;
}

.views-infinite-scroll-content-wrapper + ul, .views-infinite-scroll-content-wrapper + ul li {
  list-style: none;
  margin-left: 0;
}

.view-result-summary {
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.71px;
  color: #667460;
  margin-bottom: 20px;
  padding: 0 10px;
}

.views-element-container .tags {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 1.25rem;
}

@media print, screen and (max-width: 63.99875em) {
  .views-element-container .tags {
    margin-top: 1.875rem;
  }
}

.views-element-container .tags .views-label {
  text-transform: uppercase;
  margin-right: 0.5rem;
}

@media print, screen and (max-width: 63.99875em) {
  .views-element-container .tags .views-label {
    display: block;
    margin-bottom: 0.625rem;
  }
}

.views-element-container .tags .button, .views-element-container .tags .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .tags a {
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
}

.views-element-container .tags .tag-link {
  font-weight: bold;
  text-transform: uppercase;
}

.field-notes .pager {
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .field-notes .form--inline {
    display: -ms-flexbox;
    display: flex;
  }
}

.field-notes .form--inline input[data-drupal-selector="edit-reset"] {
  background-color: #d5d9d3;
}

@media print, screen and (max-width: 63.99875em) {
  .paragraph--type--columns .paragraph--type--filtered-list {
    padding-left: 0;
    padding-right: 0;
  }
  .paragraph--type--columns .paragraph--type--filtered-list .views-element-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.recent-shows {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-left: -0.78125rem;
  margin-right: -0.78125rem;
}

@media screen and (min-width: 67.5em) {
  .recent-shows {
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }
}

.recent-shows .shows--item {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(33.33333% - 1.5625rem);
  margin-left: 0.78125rem;
  margin-right: 0.78125rem;
  margin-bottom: 1.5rem;
}

@media print, screen and (max-width: 63.99875em) {
  .recent-shows .shows--item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(100% - 1.5625rem);
    margin-left: 0.78125rem;
    margin-right: 0.78125rem;
    text-align: center;
  }
}

.recent-shows .shows--item .node--card {
  margin-bottom: 0;
  height: 100%;
}

@media print, screen and (min-width: 64em) {
  .recent-shows .shows--item .node--card {
    padding-bottom: 70px;
  }
  .recent-shows .shows--item .node--card .button, .recent-shows .shows--item .node--card .views-element-container .sights-sounds .more-link a, .views-element-container .sights-sounds .more-link .recent-shows .shows--item .node--card a {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 78px);
  }
}

@media print, screen and (max-width: 63.99875em) {
  .recent-shows .shows--item .node--card {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 29.375em) {
  .recent-shows .shows--item .node--card {
    margin-left: -25px;
    margin-right: -25px;
  }
}

.taxonomy_term .default-page-title .page-title {
  padding-bottom: 3.125rem;
}

.taxonomy_term .default-page-title .lead-paragraph {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.25rem;
  color: #111111;
}

.webform-submission-contact-add-form {
    margin-bottom: 3.125rem;
}
.webform-submission-contact-add-form .form-item {
    margin-bottom: 2em;
}
.webform-submission-contact-add-form .form-item label,
.webform-submission-contact-add-form .webform-actions input.webform-button--submit {
  margin-bottom: 0.195rem;
  font-size: 0.895rem;
  text-transform: capitalize;
  color: #545555;
}
.webform-submission-contact-add-form .name-wrap { 
  display: flex;
}
.webform-submission-contact-add-form .name-wrap .form-item-name {
  margin-right:1em;
}

.birdnote-status-messages {
  margin: 1em 2.5em;
}

.form-required::after{
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
  content: "";
  vertical-align: super;
  background-image: url(/core/themes/seven/css/classy/components/../../../../../misc/icons/ee0000/required.svg);
  background-repeat: no-repeat;
  background-size: 6px 6px;
}

