/* Set this if needed: it's output as an em/rem value */
/*
==========================================================================
Common mixins and classes
*/
/* ==========================================================================
   @font-face includes
   ========================================================================== */
/*
@mixin font-secondary-bold {
}
*/
/*
@mixin font-sans {
}

@mixin font-sans-secondary {
}

@mixin font-icon {
}
*/
/* Set this if needed: it's output as an em/rem value */
/*

  #1: 'Automagic' Columns

  Define these vars for when it's 'normally' acceptable to break content into these column widths.
  When using grid-x-cols they will 'advance' as content will 'normally' fit into these columns, eg.

  grid-6-cols will:

  - break to halves at the 'half' breakpoint
  - break to thirds at the 'third' breakpoint
  - break to quarters at the 'quart' breakpoint
  - break to sixths at the 'sixth' breakpoint

*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html, body, figure, fieldset, menu, nav ul, nav ul li, footer li {
  margin: 0px;
  padding: 0px;
}

nav ul, ul.social {
  padding: 0px;
}

li {
  margin: 0em;
  padding: 0.4em;
}

ul.list-inline li {
  margin: 0em;
  padding: 0em;
}

menu ul li, nav ul li, .social li, .header-site ul, .header-site li {
  list-style-type: none;
}

b {
  font-weight: normal;
}

i {
  font-style: normal;
}

a {
  color: #366c85;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-skip: ink;
}

a:hover {
  text-decoration: underline;
  color: #233f4c;
}

a img {
  border: 0px;
}

a[href^=mailto], .url {
  word-break: break-word;
}

iframe {
  display: block;
  max-width: 100%;
  margin: 1em auto;
  margin: 1rem auto;
}

fieldset {
  border: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  max-width: 100%;
  margin: 0;
}

address {
  font-style: normal;
  font-size: 0.9em;
}

address span {
  display: block;
}

hr {
  clear: both;
  height: 0px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: 2em 0;
  margin: 5rem 0;
}

strong {
  font-weight: 700;
}

sup, sub {
  line-height: normal;
}

::selection {
  background: rgba(200, 204, 105, 0.25);
}

html {
  position: relative;
  font-size: 95%;
  text-decoration-skip: ink;
}
@media (min-width: 0.01em) {
  html {
    font-size: 60%;
  }
}
@media (min-width: 15em) {
  html {
    font-size: 65%;
  }
}
@media (min-width: 35em) {
  html {
    font-size: 67.5%;
  }
}
@media (min-width: 60em) and (min-height: 30em) {
  html {
    font-size: 70%;
  }
}
@media (min-width: 75em) and (min-height: 40em) {
  html {
    font-size: 75%;
  }
}
@media (min-width: 90em) and (min-height: 50em) {
  html {
    font-size: 80%;
  }
}
@media (min-width: 100em) and (min-height: 65em) {
  html {
    font-size: 90%;
  }
}
html.touch {
  -webkit-text-size-adjust: none;
}

/*

  This is used to set a few base styles for: 
  - browsers that can't understand media queries
  - and/or aren't [gt IE 8]

*/
body {
  background: #fff;
  max-width: 50em;
  margin: 1em auto;
}

.toggle-nav-site,
.toggle-search-site,
.overlay-search-site {
  display: none;
}

img {
  width: auto;
  height: auto;
  max-height: 10em;
  max-width: 50%;
}

.masthead,
.footer-site {
  text-align: center;
  padding: 1em;
}

.branding-floating {
  display: none;
}

.header-banner blockquote {
  display: none;
}

.debug * {
  box-shadow: 0 0 3px #f00;
}

form {
  margin: 1em 0;
}
form small {
  display: block;
}

label {
  margin-top: 1em;
}

input,
textarea,
select {
  vertical-align: middle;
  white-space: normal;
  line-height: normal !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}

input[type=text],
input[type=number],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
textarea {
  display: block;
  padding: 0.35em;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input:-webkit-autofill {
  background-color: none !important;
  -webkit-box-shadow: 0 0 0px 500px rgba(150, 154, 53, 0.05) inset, 0 0 0px 500px white inset;
}

textarea {
  width: 100%;
  max-width: 25em;
  height: 6em;
}

input[type=search] {
  -webkit-appearance: textfield;
  appearance: textfield;
}

*[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
}

form label,
form .label {
  display: block;
  font-weight: normal;
  clear: both;
  margin-top: 1em;
}

input[type=radio] {
  display: inline-block;
}
input[type=radio] + label {
  margin: 0 2em 0 0;
  display: inline-block;
}

select {
  /* height: 2.35em; LEGACY - allow full height selects for BirdTrends species jumplists */
  width: 17.5em;
  max-width: 90%;
  background: #fefefe;
  border-color: rgba(0, 0, 0, 0.25);
}
@media (-webkit-min-device-pixel-ratio: 0) {
  select {
    font-size: 16px !important;
    -webkit-text-size-adjust: 100% !important;
  }
}

input[type=checkbox],
input[type=radio] {
  position: relative;
  display: inline-block;
  z-index: 2;
  margin-left: 0.625em;
  margin-top: 1.1em;
  cursor: pointer;
  vertical-align: top;
}
input[type=checkbox] + label,
input[type=radio] + label {
  cursor: pointer;
  position: relative;
  margin: 0.5em 0.75em 0.25em -1.5em;
  display: inline-block;
  vertical-align: middle;
  background: #f4f4f4;
  font-weight: normal;
  font-size: 0.9em;
  padding: 0.5em 1em 0.5em 2em;
  border-radius: 2px;
  z-index: 1;
  max-width: calc(100% - 2.5em);
  box-sizing: border-box;
}
input[type=checkbox] + label .sub,
input[type=radio] + label .sub {
  margin: 0.25em 0;
  font-weight: normal;
}
input[type=checkbox]:hover + label,
input[type=checkbox] + label:hover, input[type=checkbox]:focus + label,
input[type=checkbox] + label:focus,
input[type=radio]:hover + label,
input[type=radio] + label:hover,
input[type=radio]:focus + label,
input[type=radio] + label:focus {
  cursor: pointer;
}
input[type=checkbox]:checked + label,
input[type=radio]:checked + label {
  background: #ddd;
  font-weight: bold;
  letter-spacing: 1px;
}
label input[type=checkbox],
label input[type=radio] {
  margin: 0.5em 0.5em 0.5em 0;
}

.wrap {
  margin: 0 auto;
  max-width: 105rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 1rem;
}
@media (min-width: 40em) {
  .wrap {
    padding: 0 2rem;
  }
}
@media (min-width: 47.5em) {
  .wrap {
    padding: 0 2rem;
  }
}
@media (min-width: 57.5em) {
  .wrap {
    padding: 0 5%;
  }
}

main {
  position: relative;
  z-index: 1;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.visually-hidden:focus {
  position: static;
  clip: none;
}

body {
  font-family: "Work Sans", "Arial", sans-serif;
  font-size: 1.3em;
  color: #444;
  font-weight: 400;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(150, 154, 53, 0.25);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Formata", "Tahoma", "Arial", sans-serif;
  letter-spacing: 0.004em;
  font-weight: 400;
  color: #222;
  line-height: 1.25;
  margin: 0 0 1rem;
  transition: font-size 250ms linear, opacity 250ms linear;
}
h1 a, a h1, .h1 a, a .h1, h2 a, a h2, .h2 a, a .h2, h3 a, a h3, .h3 a, a .h3, h4 a, a h4, .h4 a, a .h4, h5 a, a h5, .h5 a, a .h5, h6 a, a h6, .h6 a, a .h6 {
  color: #222;
  text-decoration: none;
}
h1 a:hover, a:hover h1, .h1 a:hover, a:hover .h1, h2 a:hover, a:hover h2, .h2 a:hover, a:hover .h2, h3 a:hover, a:hover h3, .h3 a:hover, a:hover .h3, h4 a:hover, a:hover h4, .h4 a:hover, a:hover .h4, h5 a:hover, a:hover h5, .h5 a:hover, a:hover .h5, h6 a:hover, a:hover h6, .h6 a:hover, a:hover .h6 {
  text-decoration: underline;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
  display: block;
  font-size: 0.7em;
}
h1 .block, .h1 .block, h2 .block, .h2 .block, h3 .block, .h3 .block, h4 .block, .h4 .block, h5 .block, .h5 .block, h6 .block, .h6 .block {
  display: block;
}

p {
  margin: 0 0 2rem;
}
p:empty {
  margin: 0;
}

main p, main ul, main ol {
  max-width: 60em;
}

h1, .h1 {
  font-size: 1.85em;
}
@media (min-width: 45em) {
  h1, .h1 {
    font-size: 2.2em;
  }
}
@media (min-width: 55em) {
  h1, .h1 {
    font-size: 2.5em;
  }
}
@media (min-width: 80em) {
  h1, .h1 {
    font-size: 3.25em;
  }
}

h2, .h2 {
  font-size: 1.35em;
}
@media (min-width: 55em) {
  h2, .h2 {
    font-size: 1.65em;
  }
}
@media (min-width: 80em) {
  h2, .h2 {
    font-size: 2.25em;
  }
}

h3, .h3 {
  font-size: 1.2em;
}
@media (min-width: 55em) {
  h3, .h3 {
    font-size: 1.35em;
  }
}
@media (min-width: 80em) {
  h3, .h3 {
    font-size: 1.5em;
  }
}

h4, .h4 {
  font-size: 1.1em;
}
@media (min-width: 55em) {
  h4, .h4 {
    font-size: 1.2em;
  }
}
@media (min-width: 80em) {
  h4, .h4 {
    font-size: 1.3em;
  }
}

h5, .h5 {
  font-size: 1em;
}

h6, .h6 {
  font-size: 0.9em;
  line-height: 1.25;
}

.myBTOAppHeader {
  height: 3.5em;
}

acronym, abbr {
  border-bottom: 1px dotted #333;
}

strong,
.strong {
  font-weight: 500;
}

em {
  font-style: italic;
}

ul {
  margin: 0 0 2rem;
  padding-left: 1.5em;
  list-style-type: square;
}
ul ul {
  list-style-type: revert;
}

ol {
  margin: 0 0 2rem;
}

dl {
  margin: 0 0 2rem;
}

dt {
  font-family: "Formata", "Tahoma", "Arial", sans-serif;
  color: #000;
  font-size: 1.1em;
  font-weight: normal;
  margin-bottom: 0.25em;
}

dd {
  margin: 0 0 2rem;
}

hr {
  margin: 2rem auto;
}
@media (min-height: 45em) {
  hr {
    margin: 4rem auto;
  }
}
hr.compact {
  margin: 2rem auto;
}

blockquote {
  position: relative;
  color: #000;
  padding: 1em 1.5em;
  margin: 0 0 2rem;
  font-size: 1.25em;
  background: #fff;
}
blockquote:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 45em) {
  blockquote {
    font-size: 1.5em;
  }
}
blockquote p {
  margin: 0 0 0.5em;
}
blockquote p:only-child {
  margin-bottom: 0;
}
blockquote cite,
blockquote .cite {
  color: #969a35;
  display: block;
  margin: 0.5em 0 0;
  font-size: 0.75em;
}
blockquote.size-big {
  font-size: 1.5em;
}
@media (min-width: 45em) {
  blockquote.size-big {
    font-size: 1.85em;
  }
}

pre {
  clear: both;
  font-size: 0.8em;
  margin: 1rem 0 2rem;
  padding: 1em;
  tab-size: 2;
  background: rgba(117, 118, 89, 0.75);
  color: #fff;
  max-width: 100%;
  overflow: auto;
}

.caps {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.big {
  font-size: 1.1em;
}

.intro {
  font-size: 1.2em;
}
@media (min-width: 40em) {
  .intro {
    font-size: 1.35em;
  }
}

.intro-super {
  font-size: 1.2em;
}
@media (min-width: 40em) {
  .intro-super {
    font-size: 1.35em;
  }
}
@media (min-width: 60em) {
  .intro-super {
    font-size: 1.5em;
  }
}

.sub,
.small,
small {
  font-size: 0.9em;
}
@media (min-width: 40em) {
  .sub,
.small,
small {
    font-size: 0.85em;
  }
}

.sub-super {
  font-size: 0.85em;
}
@media (min-width: 40em) {
  .sub-super {
    font-size: 0.65em;
  }
}

time,
.time,
.date {
  color: #969a35;
}

time {
  display: block;
}

.list-inline {
  margin-left: 0;
  padding-left: 0;
}
.list-inline li {
  list-style-type: none;
  display: inline-block;
  margin-right: 1em;
  /*margin-bottom: 2em;*/
}

.list-inline-social {
  margin-left: 0;
  padding-left: 0;
  line-height: 3em;
}
.list-inline-social li {
  list-style-type: none;
  display: inline-block;
  margin-right: 1em;
  height: 4em;
  float: left;
}

.list-unbulleted {
  padding-left: 0;
}
.list-unbulleted li {
  list-style-type: none;
  margin: 0.5em 0;
  padding-left: 0;
}
.list-unbulleted.grid {
  margin-top: 2em;
}

.list-links a {
  text-decoration: none;
}

.debug * {
  box-shadow: 0 0 0.5em rgba(255, 0, 0, 0.75), inset 0 0 0.5em rgba(0, 255, 0, 0.75) !important;
}

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

.relative-wrapper {
  position: relative;
}

.font-primary {
  font-family: "Work Sans", "Arial", sans-serif;
}

.font-secondary {
  font-family: "Formata", "Tahoma", "Arial", sans-serif;
}

.font-light {
  font-weight: 300 !important;
}

.rounded {
  border-radius: 100%;
}

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

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

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

.color-base {
  color: #969a35 !important;
}

.color-navy {
  color: #1b3698 !important;
}

.color-red {
  color: #a80021 !important;
}

.color-orange {
  color: #df7a1c !important;
}

.color-green {
  color: #5c8727 !important;
}

.color-black {
  color: #000 !important;
}

.color-trans-light {
  color: rgba(255, 255, 255, 0.75) !important;
}

.color-trans-dark {
  color: rgba(0, 0, 0, 0.75) !important;
}

.bg-trans-light {
  background-color: rgba(255, 255, 255, 0.25) !important;
}

.bg-trans-dark {
  background-color: rgba(0, 0, 0, 0.25) !important;
}

.bg-green {
  background-color: #969a35 !important;
}

.bg-purple-pink {
  background-color: #a50041 !important;
}

.bg-yellow {
  background-color: #f3cb30 !important;
}

.bg-orange {
  background-color: #df7a1c !important;
}

.bg-red {
  background-color: #a80021 !important;
}

.bg-orange-red {
  background-color: #dc4f16 !important;
}

.bg-orange-red-dark {
  background-color: #7f2e0d !important;
}

.bg-blue {
  background-color: #568ebd !important;
}

.bg-blue-med {
  background-color: #3f74a1 !important;
}

.bg-blue-med-dark {
  background-color: #315a7c !important;
}

.bg-navy {
  background-color: #1b3698 !important;
}

.bg-grey-lighter {
  background-color: #eaeaea !important;
}

.bg-beige {
  background-color: #dfdfd8 !important;
}

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

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

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

.margin-compact {
  margin: 1rem 0 !important;
}

.margin-regular {
  margin: 2rem 0 !important;
}

.module-spaced {
  margin: 2rem 0 !important;
}

.module-spaced-more,
.section-spaced {
  margin: 4rem 0 !important;
}

.overflow-x {
  max-width: 100%;
  overflow: auto;
}

.mobile-hide {
  display: none !important;
}
@media (min-width: 35em) and (min-height: 35em) {
  .mobile-hide {
    display: block !important;
  }
}

@media (min-width: 35em) and (min-height: 35em) {
  .mobile-only-display {
    display: none !important;
  }
}

.to-sticky {
  display: flex;
}
@media (min-width: 1130px) {
  .to-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 3em;
  }
}

.xxs-hide {
  display: none !important;
}
@media (min-width: 25.5em) {
  .xxs-hide {
    display: block !important;
  }
}

@media (min-width: 25.5em) {
  .xxs-only-display {
    display: none !important;
  }
}

.element-invisible {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
}
.element-invisible.element-focusable:focus, .element-invisible.element-focusable:active {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
  width: auto;
}

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