@charset "UTF-8";
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
.bg-night-rider {
  color: #fff;
  background-color: #343333;
}

.bg-night-rider a {
  color: #fff;
}

.bg-woodsmoke {
  color: #fff;
  background-color: #1c1d1d;
}

.bg-woodsmoke a {
  color: #fff;
}

.bg-shakespeare {
  color: #000;
  background-color: #3d97d2;
}

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* stylelint-disable selector-max-type */
/**
 * 1. Change the default font family in all browsers (opinionated).
  * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* 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 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/**
 * 1. Remove the bottom border in 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/* =============================================================================
// @name Globals
// @description Set global attributes used site-white by default.
// @group base
// @file src/sass/_partials/3-base/_base.globals.scss
// ========================================================================== */
/* stylelint-disable selector-max-type */
html {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

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

address {
  font-style: normal;
}

/* =============================================================================
// @name Shared
// @description Set attributes which are shared among different elements.
// @group base
// @file src/sass/_partials/3-base/_base.shared.scss
// ========================================================================== */
/* stylelint-disable selector-max-type */
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
blockquote,
p,
address,
hr,
table,
fieldset,
figure,
pre {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

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

/* =============================================================================
// @name Form Elements
// @description Base CSS for form related tags.
// @group base
// @file src/sass/_partials/3-base/_base.form.scss
// ========================================================================== */
/* stylelint-disable selector-max-type */
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  display: block;
  width: 100%;
  min-width: 200px;
  height: 2.625rem;
  padding: 0.75rem;
  border: 1px solid #6d6d6d;
  border-radius: 5px;
  background-color: #fff;
  line-height: 100%;
}

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover {
  border: 1px solid #000;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  display: inline-block;
  cursor: pointer;
}

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  min-width: 200px;
  height: 2.625rem;
  padding: 0.75rem;
  border: 1px solid #6d6d6d;
  border-radius: 5px;
  outline: none;
  background-color: #fff;
  background-image: url("/themes/custom/boem/assets/images/icons/angle-down-solid.png");
  background-position: calc(100% - 0.75rem) 50%;
  line-height: 100%;
}

select:focus {
  outline: -webkit-focus-ring-color auto 5px;
}

label {
  cursor: pointer;
}

/* =============================================================================
// @name Header Elements
// @description Base CSS for header tags.
// @group base
// @file src/sass/_partials/3-base/_base.header.scss
// ========================================================================== */
/* stylelint-disable selector-max-type */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 400;
}

h1 {
  font-size: 1.96875rem;
  font-weight: 700;
}

h2 {
  font-size: 1.5rem;
  font-weight: 700;
}

h3 {
  font-size: 1.3125rem;
  font-weight: 700;
}

h4 {
  font-size: 1.3125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

/* =============================================================================
// @name Image Elements
// @description Base CSS for images and image related elements.
// @group base
// @file src/sass/_partials/3-base/_base.image.scss
// ========================================================================== */
/* stylelint-disable selector-max-type */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

figure,
.embedded-entity {
  display: table;
}

figure > div,
.embedded-entity > div {
  display: table-row;
}

figure.align-left,
.embedded-entity.align-left {
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}

figure.align-center,
.embedded-entity.align-center {
  margin-bottom: 0.75rem;
}

figure.align-right,
.embedded-entity.align-right {
  margin-bottom: 0.75rem;
  margin-left: 0.75rem;
}

figure figcaption,
.embedded-entity figcaption {
  display: table-caption;
  caption-side: bottom;
}

figure + figcaption,
.embedded-entity + figcaption {
  text-align: center;
  font-style: italic;
}

figure img,
.embedded-entity img {
  width: 100%;
}

figcaption {
  text-align: center;
}

.field--name-field-media-image .field__item {
  margin-bottom: 1.5rem;
}

/* =============================================================================
// @name Link Elements
// @description Base CSS for link styling.
// @group base
// @file src/sass/_partials/3-base/_base.link.scss
// ========================================================================== */
/* stylelint-disable selector-max-type */
a {
  transition: color 0.1s ease-in-out;
  text-decoration: none;
  color: #0065b3;
}

a:hover {
  text-decoration: underline;
}

/* =============================================================================
// @name List Elements
// @description Base CSS for list tags.
// @group base
// @file src/sass/_partials/3-base/_base.list.scss
// ========================================================================== */
/* stylelint-disable selector-max-type */
ul,
ol {
  padding-left: 1.5rem;
  list-style-position: outside;
}

li {
  margin: 0;
}

li > ul,
li ol {
  margin-bottom: 0.75rem;
}

nav ul,
nav ol,
nav li {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

dl {
  margin: 0 0 1.5rem 0;
}

/* =============================================================================
// @name Page Elements
// @description Base CSS for root html and body tags.
// @group base
// @file src/sass/_partials/3-base/_base.page.scss
// ========================================================================== */
/* stylelint-disable selector-max-type */
/* stylelint-disable at-rule-no-vendor-prefix */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
  min-height: 100%;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  -webkit-overflow-scrolling: touch;
}

body {
  color: #121212;
  background-color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
}

/* =============================================================================
// @name Table Elements
// @description Base CSS for table related tags.
// @group base
// @file src/sass/_partials/3-base/_base.table.scss
// ========================================================================== */
/* stylelint-disable selector-max-type */
table {
  width: 100%;
  border-spacing: 0;
}

th,
td {
  padding: 0.75rem;
}

th {
  text-align: left;
}

/* =============================================================================
// @name Typography Elements
// @description Base CSS for header and other typography tags.
// @group base
// @file src/sass/_partials/3-base/_base.typography.scss
// ========================================================================== */
/* stylelint-disable selector-max-type */
@font-face {
  font-family: "OpenDyslexic";
  src: local("☺"), url("../fonts/OpenDyslexic/OpenDyslexic-Regular.woff2") format("woff2"), url("../fonts/OpenDyslexic/OpenDyslexic-Regular.woff") format("woff"), url("../fonts/OpenDyslexic/OpenDyslexic-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}

code {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  display: block;
  padding: 0.75rem;
  color: #121212;
  font-family: "Bitstream Vera Sans Mono", "Consolas", "Courier", monospace;
}

figure {
  margin: 0;
}

figcaption {
  font-size: 0.875rem;
  font-style: italic;
}

hr {
  height: 1px;
  margin: 1.5rem 0;
  border: none;
  background-color: #ddd;
}

strong,
b {
  font-weight: 600;
}

.l-page__main.large-font {
  font-size: 20px !important;
}

h1,
h2,
h3,
h4 {
  line-height: 1.2;
}

.paragraph p,
.width-by-character p {
  max-width: 100%;
}

.paragraph .reset-p-width p,
.width-by-character .reset-p-width p {
  max-width: 100%;
}

/* =============================================================================
// @name Print Page Base Overrides
// @description Print overrides for root html and body tags.
// @group print
// @file src/sass/_print/3-base/_print.base.page.scss
// ========================================================================== */
/* stylelint-disable selector-max-type */
/* stylelint-disable at-rule-no-vendor-prefix */
html {
  overflow-x: visible;
  overflow-y: auto;
}

body {
  color: #000 !important;
  font-size: 1rem;
}

.u-text-white {
  color: #000 !important;
}

/* =============================================================================
// @name Print Page Layout Overrides
// @description Print overrides for overall site section layout.
// @group print
// @file src/sass/_print/3-layout/_page.layout.page.scss
// ========================================================================== */
.toolbar-oriented, .toolbar-tray {
  display: none !important;
}

.l-page .l-page__header, .l-page .l-page__navigation, .l-page .l-page__sidebar {
  display: none !important;
}

.l-page .l-page__header--first, .l-page .l-page__header--second, .l-page .l-page__navigation--first, .l-page .l-page__navigation--second, .l-page .l-page__sidebar--first, .l-page .l-page__sidebar--second {
  display: none !important;
}

.l-page .l-page__main {
  padding: 1.5rem;
}

.l-page__primary {
  background-color: #fff;
}

footer {
  display: none !important;
}

/* =============================================================================
// @name Print Table Component
// @description Print override styling for tabular data component.
// @group print
// @file src/sass/_print/4-components/_print.component.table.scss
// ========================================================================== */
/* =============================================================================
// @name Print Tree Component
// @description Print overrides for the Tree component.
// @group print
// @file src/sass/_print/4-components/_print.component.tree.scss
// ========================================================================== */

/*# sourceMappingURL=_sourcemaps/boem-print.styles.css.map */
