@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 Page Layout
// @description Overall site section layout.
// @group layouts
// @file src/sass/_partials/4-layout/_layout.page.scss
// ========================================================================== */
.l-factsheet {
  -webkit-print-color-adjust: exact !important;
  /* Chrome, Safari 6 – 15.3, Edge */
  color-adjust: exact !important;
  /* Firefox 48 – 96 */
  print-color-adjust: exact !important;
  /* Firefox 97+, Safari 15.4+ */
}

.l-factsheet .l-page__header {
  background-image: url("/themes/custom/boem/assets/images/backgrounds/wavebackground1500x320.jpg");
  background-position: center;
  background-size: cover;
}

.l-factsheet .l-page__header .factsheet-logo {
  height: 4rem;
  max-width: 81.25em;
  margin-right: auto;
  margin-left: auto;
}

.l-factsheet .l-page__content #block-boem-breadcrumbs {
  display: none;
}

.l-factsheet .l-page__content h1 {
  font-weight: bold;
  font-size: 2.5em;
  color: #003a66;
  text-align: center;
  margin-bottom: .2em;
  margin-top: 1em;
}

.l-factsheet .l-page__content div.factsheet-subtitle {
  background-color: #003a66;
  color: #fff;
  text-align: center;
  padding: .5em 0 .5em 0;
  font-size: 1.4em;
  font-weight: bold;
}

.l-factsheet .l-page__content div.factsheet-subtitle p {
  margin: 0;
}

.l-factsheet .l-page__content div.factsheet-page-2col {
  -webkit-column-width: 30em;
          column-width: 30em;
  -webkit-column-gap: 2em;
          column-gap: 2em;
  -webkit-column-rule: 1px solid #ccc;
          column-rule: 1px solid #ccc;
}

.l-factsheet .l-page__content div.factsheet-page {
  margin: 0 auto;
  clear: both;
  margin-bottom: 5em;
  padding: 2em;
}

.l-factsheet .l-page__content div.factsheet-page h2, .l-factsheet .l-page__content div.factsheet-page h3, .l-factsheet .l-page__content div.factsheet-page h4 {
  color: #003a66;
  position: relative;
  line-height: 2;
}

.l-factsheet .l-page__content div.factsheet-page h2 > span {
  border-bottom: 4px solid #f5bf48;
}

.l-factsheet .l-page__content div.factsheet-page .factsheet-section {
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
}

.l-factsheet .l-page__content div.factsheet-page p {
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
}

.l-factsheet .l-page__content div.factsheet-page figure {
  margin: 1rem 0;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
}

.l-factsheet .l-page__content div.factsheet-page figure p {
  margin: 0;
}

.l-factsheet .l-page__content div.factsheet-page figure img {
  border-radius: 15px;
}

.l-factsheet .l-page__content div.factsheet-page blockquote {
  margin: 2em 0;
  padding: 1em;
  border-right: 5px solid #f5bf48;
  border-left: 5px solid #f5bf48;
  font-size: 1.5rem;
  border-radius: 15px;
}

.l-factsheet .l-page__content div.factsheet-page blockquote p {
  margin: 0;
  line-height: 1;
  text-align: center;
  color: #003a66;
}

.l-factsheet .l-page__content div.factsheet-page blockquote strong {
  font-size: 2.2rem;
}

@media (min-width: 50.01em) {
  .l-factsheet .l-page__content div.factsheet-page blockquote {
    font-size: 2rem;
  }
  .l-factsheet .l-page__content div.factsheet-page blockquote strong {
    font-size: 2.7rem;
  }
}

.l-factsheet .l-page__footer {
  padding: 1.5rem 0;
}

@media print {
  .l-page-header-banner {
    display: none;
  }
  .l-factsheet {
    width: 511.2pt;
  }
  .l-factsheet h1 {
    font-size: 2.3em;
  }
  .l-factsheet div.factsheet-subtitle {
    border: 4px solid #003a66;
    color: #003a66;
    padding: .5em 0 .5em 0;
    font-size: 1.4em;
  }
  .l-factsheet h2 {
    font-size: 1.2rem;
  }
  .l-factsheet .l-page__content div.factsheet-page-2col {
    -webkit-column-width: 16em;
            column-width: 16em;
    -webkit-column-gap: 2em;
            column-gap: 2em;
    -webkit-column-rule: 1px solid #ccc;
            column-rule: 1px solid #ccc;
  }
  .l-factsheet .l-page__content div.factsheet-page-1col-printonly {
    -webkit-column-width: 32em;
            column-width: 32em;
  }
}

.l-page__primary {
  margin-bottom: 1.5rem;
}

.l-container {
  clear: both;
  max-width: 81.25em;
  margin-right: auto;
  margin-left: auto;
}

.l-container .l-container {
  padding-right: 0;
  padding-left: 0;
}

.l-small-container {
  max-width: 940px;
  margin: 0 auto;
}

/* =============================================================================
// @name Form Group Layout
// @description Objects for form items and their enclosed elements.
// @group layouts
// @file src/sass/_partials/4-layout/_layout.form-group.scss
// ========================================================================== */
/* =============================================================================
// @name Grid Layout
// @description Extra grid classes/layouts for special cases where the default
                layout grid isn't enough.
// @group layouts
// @file src/sass/_partials/4-layout/_layout.grid.scss
// ========================================================================== */
.paragraph--type--grid-row .l-grid {
  margin-right: 0;
  margin-left: 0;
}

.l-page .l-grid__cell--paragraph {
  padding: 0 0.75rem;
}

.l-page .l-grid__cell--paragraph:first-of-type {
  padding-left: 0;
}

.l-page .l-grid__cell--paragraph:last-of-type {
  padding-right: 0;
}

.l-landing-page .l-grid__cell--paragraph .l-container {
  padding-right: 0;
  padding-left: 0;
}

.l-landing-page .l-grid__cell--paragraph .l-container .l-grid {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.l-landing-page .l-grid__cell--paragraph .block {
  padding: 2.25rem 1.5rem;
}

@media (min-width: 50.01em) {
  .l-landing-page .l-grid__cell--paragraph .block {
    padding: 4.5rem 1.5rem;
  }
  .l-landing-page .l-grid__cell--paragraph:first-of-type > .paragraph {
    margin-right: 0;
    margin-left: auto;
  }
  .l-landing-page .l-grid__cell--paragraph:last-of-type > .paragraph {
    margin-right: auto;
    margin-left: 0;
  }
}

@media (min-width: 81.26em) {
  .l-landing-page .l-grid__cell--paragraph:first-of-type.l-grid__cell--6-md-no-gutters {
    padding-right: 3rem;
  }
  .l-landing-page .l-grid__cell--paragraph:last-of-type.l-grid__cell--6-md-no-gutters {
    padding-left: 3rem;
  }
  .l-landing-page .l-grid__cell--paragraph.l-grid__cell--9-md-no-gutters {
    -webkit-flex-basis: calc(((100vw - 81.25em) / 2) + 60.9375em);
            flex-basis: calc(((100vw - 81.25em) / 2) + 60.9375em);
    max-width: calc(((100vw - 81.25em) / 2) + 60.9375em);
  }
  .l-landing-page .l-grid__cell--paragraph.l-grid__cell--9-md-no-gutters > .paragraph {
    max-width: 60.9375em;
  }
  .l-landing-page .l-grid__cell--paragraph.l-grid__cell--8-md-no-gutters {
    -webkit-flex-basis: calc(((100vw - 81.25em) / 2) + 54.1666666667em);
            flex-basis: calc(((100vw - 81.25em) / 2) + 54.1666666667em);
    max-width: calc(((100vw - 81.25em) / 2) + 54.1666666667em);
  }
  .l-landing-page .l-grid__cell--paragraph.l-grid__cell--8-md-no-gutters > .paragraph {
    max-width: 54.1666666667em;
  }
  .l-landing-page .l-grid__cell--paragraph.l-grid__cell--6-md-no-gutters {
    -webkit-flex-basis: calc(((100vw - 81.25em) / 2) + 40.625em);
            flex-basis: calc(((100vw - 81.25em) / 2) + 40.625em);
    max-width: calc(((100vw - 81.25em) / 2) + 40.625em);
  }
  .l-landing-page .l-grid__cell--paragraph.l-grid__cell--6-md-no-gutters > .paragraph {
    max-width: 40.625em;
  }
  .l-landing-page .l-grid__cell--paragraph.l-grid__cell--4-md-no-gutters {
    -webkit-flex-basis: calc(((100vw - 81.25em) / 2) + 27.0833333333em);
            flex-basis: calc(((100vw - 81.25em) / 2) + 27.0833333333em);
    max-width: calc(((100vw - 81.25em) / 2) + 27.0833333333em);
  }
  .l-landing-page .l-grid__cell--paragraph.l-grid__cell--4-md-no-gutters > .paragraph {
    max-width: 27.0833333333em;
  }
  .l-landing-page .l-grid__cell--paragraph.l-grid__cell--3-md-no-gutters {
    -webkit-flex-basis: calc(((100vw - 81.25em) / 2) + 20.3125em);
            flex-basis: calc(((100vw - 81.25em) / 2) + 20.3125em);
    max-width: calc(((100vw - 81.25em) / 2) + 20.3125em);
  }
  .l-landing-page .l-grid__cell--paragraph.l-grid__cell--3-md-no-gutters > .paragraph {
    max-width: 20.3125em;
  }
  .l-landing-page .l-grid__cell--paragraph.w-auto {
    -webkit-flex-basis: auto;
            flex-basis: auto;
    max-width: none;
  }
}

@media (min-width: 81.26em) {
  .l-grid--no-wrap-xl {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

/* =============================================================================
// @name Media Layout
// @description Standard media object layout.
// @group layouts
// @file src/sass/_partials/4-layout/_layout.media.scss
// ========================================================================== */
/* =============================================================================
// @name Nav Layout
// @description Objects for main site navigation.
// @group layouts
// @file src/sass/_partials/4-layout/_layout.nav.scss
// ========================================================================== */
.l-page__navigation {
  color: #fff;
  background-color: #0f273b;
}

@media (max-width: 49.99em) {
  .l-page__navigation .l-page__inner {
    padding: 0;
  }
}

.l-page__navigation input {
  color: #000;
}

.nav--menu ul li {
  padding: 10px;
}

.nav--menu ul.menu--footer li a:first-child {
  border-right: none;
}

.nav--menu ul.menu--footer li a {
  padding-left: 5px;
  color: #000;
  border-right: 2px solid;
}

/* =============================================================================
// @name Page Layout
// @description Overall site section layout.
// @group layouts
// @file src/sass/_partials/4-layout/_layout.page.scss
// ========================================================================== */
.l-page .l-page__footer {
  padding: 1.5rem 0;
}

.l-page .l-page-header-top {
  height: 65px;
  background-color: #f9f9f9;
}

.l-page .l-page-header-top .block--top-header-left p {
  padding-top: 20px;
  text-align: center;
}

@media (min-width: 37.5em) {
  .l-page .l-page-header-top .block--top-header-left p {
    text-align: left;
  }
}

.l-page .l-page-header-top form#search-block-form .form-item--search {
  float: left;
}

.l-page .l-page-header-top form#search-block-form .form-item--search input {
  height: 10px;
}

.l-page .l-page-header-top button#edit-submit {
  margin-top: 15px;
  margin-left: 24px;
  padding: 5px;
}

.l-page .l-page__navigation {
  position: relative;
}

.l-page .block--top-header-left {
  text-transform: uppercase;
}

.l-page__primary {
  margin-bottom: 1.5rem;
}

.page-node-type-landing-page .l-page__primary {
  margin-bottom: 0;
}

.l-container {
  clear: both;
  max-width: 81.25em;
  margin-right: auto;
  margin-left: auto;
}

.l-container .l-container {
  padding-right: 0;
  padding-left: 0;
}

.l-small-container {
  max-width: 940px;
  margin: 0 auto;
}

header .l-row:nth-child(2) {
  padding: 20px 0;
}

body:not(.path-frontpage) .field--name-field-content-area .paragraph {
  margin-bottom: 1.5rem;
}

.l-thumbnail-grid .l-thumbnail-grid__cell {
  margin-right: 1.5rem;
  margin-bottom: 3rem;
  margin-left: 1.5rem;
}

@media (min-width: 37.51em) {
  .l-thumbnail-grid .l-thumbnail-grid__cell {
    -webkit-flex-basis: calc(50% - 3rem);
            flex-basis: calc(50% - 3rem);
    max-width: calc(50% - 3rem);
  }
}

@media (min-width: 68.135em) {
  .l-thumbnail-grid .l-thumbnail-grid__cell {
    -webkit-flex-basis: calc(33.3333333333% - 3rem);
            flex-basis: calc(33.3333333333% - 3rem);
    max-width: calc(33.3333333333% - 3rem);
  }
}

/* =============================================================================
// @name Accordion Component
// @description Styling for a show/hide accordion component.
// @group components
// @file src/sass/_partials/5-components/_component.accordion.scss
// ========================================================================== */
.ui-widget-header,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active,
.ui-widget-content,
.ui-widget.ui-widget-content {
  border: none;
  background: transparent;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 0;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height: 1.3;
}

.ui-widget-content {
  color: #333;
  background: #fff;
}

.ui-widget-content a {
  color: #0065b3;
}

.ui-accordion .ui-accordion-header {
  margin: 0;
  padding: 1.5rem 0;
  background-color: transparent;
  border: 0;
  border-top: 1px solid #d7d7d7;
  color: #121212;
  cursor: pointer;
}

.ui-accordion .ui-accordion-header .accordion-title {
  position: relative;
  margin-bottom: 0;
  padding: 0;
}

.accordion-title__text {
  display: inline-block;
  width: calc(100% - 3rem);
}

.ui-accordion .ui-icon {
  display: none;
}

.ui-accordion .ui-accordion-header:focus {
  outline: none;
}

.ui-accordion .ui-accordion-content {
  overflow: visible;
  margin-bottom: 1.5rem;
  padding: 0;
}

.ui-accordion .ui-accordion-header .accordion-title__circle {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ui-accordion .ui-accordion-header .accordion-title__circle::after {
  display: inline-block;
  font: normal normal normal 14px/1 'FontAwesome', serif;
  speak: none;
  text-decoration: none;
  content: '\f055';
  color: #6d6d6d;
  font-size: 1.5rem;
}

.ui-accordion .ui-accordion-header-active .accordion-title__circle::after {
  content: '\f056';
}

.ui-accordion .l-grid__cell {
  -webkit-flex-shrink: 1;
          flex-shrink: 1;
}

@media (min-width: 50.01em) {
  .ui-accordion .ui-accordion-content {
    max-width: calc(100% - 100px);
  }
}

/* =============================================================================
// @name Alert Component
// @description Styling for Drupal alert messages.
// @group components
// @file src/sass/_partials/5-components/_component.alert.scss
// @template misc/status-messages.html.twig
// ========================================================================== */
.alert {
  position: relative;
  display: block;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  color: #fff;
  border-radius: 5px;
}

.alert a {
  text-decoration: underline;
  color: inherit;
  font-weight: 600;
}

.alert::before {
  position: absolute;
  left: 1.5rem;
  content: '';
}

.alert--status {
  background-color: green;
}

.alert--warning {
  color: #000;
  background-color: #cf741b;
}

.alert--error {
  background-color: #c11f1f;
}

.alert--info {
  background-color: #0065b3;
}

.alert__list {
  padding: 0;
  list-style: none;
}

.l-page__sitewide-alert {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  display: none;
  width: 100%;
  padding: 1.5rem 0;
  background-color: #f5bf48;
}

.l-page__sitewide-alert.show {
  display: block;
}

.l-page__sitewide-alert .views-element-container {
  display: inline-block;
  width: calc(100% - 1.5rem);
}

.l-page__sitewide-alert p {
  margin: 0;
  padding-right: 1.5rem;
  font-size: 1.5rem;
}

.l-page__sitewide-alert a {
  text-decoration: underline;
  color: #121212;
}

.l-page__sitewide-alert a:hover {
  text-decoration: none;
}

.js-close-alert {
  float: right;
  cursor: pointer;
}

/* =============================================================================
// @name Avatar Component
// @description Styling a user avatar photo.
// @group components
// @file src/sass/_partials/5-components/_component.avatar.scss
// ========================================================================== */
/* =============================================================================
// @name Badge Component
// @description Styling for a badge marker to emphasise a number or state.
// @group components
// @file src/sass/_partials/5-components/_component.badge.scss
// ========================================================================== */
.block--block-content .block__title {
  font-size: 1.75rem;
}

.block--block-content.block--with-background .background-wrapper {
  top: 4.5rem;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.block--block-content.block--with-background .background-wrapper > .l-container {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.75);
}

.block--boem-stories {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.block--latest-news--quicklinks .l-grid__cell--paragraph:first-of-type {
  background-color: #CCEBFB;
}

.l-page--homepage .slick-slider {
  background-color: #0f273b;
}

.l-page--homepage .slick-slider .button {
  margin-left: 0;
}

.l-page--homepage .block--latest-news--quicklinks .l-grid__cell--paragraph:first-of-type {
  color: #fff;
  background-color: #000;
}

.l-page--homepage .block--latest-news--quicklinks .l-grid__cell--paragraph:first-of-type a {
  color: #CCEBFB;
  text-decoration: none;
}

.l-page--homepage .block--latest-news--quicklinks .l-grid__cell--paragraph:first-of-type a:hover {
  text-decoration: underline;
}

.l-page--homepage .block--latest-news--quicklinks .l-grid__cell--paragraph:last-of-type {
  background-color: #ccebfb;
  width: 100%;
}

.l-page--homepage .l-grid__cell--6-md-no-gutters:nth-of-type(2) {
  background-color: #ffca0a;
}

.l-page--homepage .l-grid__cell--6-md-no-gutters:nth-of-type(2) a {
  text-decoration: underline;
  color: #003a66;
}

.block--join-the-team h2 {
  border-bottom: 2px solid #138abb;
}

.l-homepage .node--type-quicklinks .node__title.tagline-title {
  margin-bottom: 2.2rem;
}

.l-homepage .block--boem-highlights {
  padding: 4.5rem 0;
}

.l-homepage .block--boem-ocean-science .background-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.l-homepage .block--boem-ocean-science .background-wrapper > div.l-container {
  padding-bottom: 3rem;
}

.l-homepage .block--boem-ocean-science .block__header img {
  width: 100%;
  max-width: 36rem;
}

.l-homepage .block--boem-ocean-science .l-grid__cell--paragraph.l-grid__cell--4-md-no-gutters {
  border: none;
}

/* =============================================================================
// @name Box Component
// @description Styling for rectagular styled block of content with an
//              optional header.
// @group components
// @file src/sass/_partials/5-components/_component.box.scss
// ========================================================================== */
/* =============================================================================
// @name Branding Component
// @description Styling for a sites branding logo and slogan.
// @group components
// @file src/sass/_partials/5-components/_component.branding.scss
// ========================================================================== */
/* =============================================================================
// @name Breadcrumb Component
// @description Nav component to display a list of breadcrumb links.
// @group components
// @file src/sass/_partials/5-components/_component.breadcrumb.scss
// ========================================================================== */
.block--breadcrumbs {
  position: relative;
  -webkit-flex-basis: calc(100% - 150px);
          flex-basis: calc(100% - 150px);
  max-width: calc(100% - 150px);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.block--breadcrumbs::before {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  display: block;
  width: 50px;
  content: '';
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.breadcrumb {
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-align-items: center;
          align-items: center;
}

.breadcrumb__item:not(:first-of-type) {
  margin-left: 0.375rem;
  text-transform: uppercase;
}

.breadcrumb__item:not(:first-of-type)::before {
  margin-right: 0.375rem;
  content: '\007C';
  color: #6d6d6d;
  font-weight: 700;
}

.breadcrumb__link {
  color: #6d6d6d;
  background-color: transparent;
}

.breadcrumb__link:link, .breadcrumb__link:visited, .breadcrumb__link:hover, .breadcrumb__link:focus, .breadcrumb__link:active {
  color: #6d6d6d;
  background-color: transparent;
}

.breadcrumb__text {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
}

.breadcrumb__text--last {
  color: #00192d;
}

/* =============================================================================
// @name Button Component
// @description Form and link button component.
// @group components
// @file src/sass/_partials/5-components/_component.button.scss
// ========================================================================== */
.button {
  display: inline-block;
  padding: 0.75rem 1.875rem;
  color: #000;
  border-radius: 5px;
  background-color: #e97c21;
  font-weight: 600;
  transition: all .5s ease-out;
}

.button.button--blue {
  color: #fff;
  background-color: #0065b3;
}

.button.button--blue:focus, .button.button--blue:hover {
  background-color: #0f273b;
  transition: all .5s ease-out;
  text-decoration: none;
}

.button:focus, .button:hover {
  background-color: #ffca0a;
  transition: all .5s ease-out;
  text-decoration: none;
}

.buttons .button {
  margin-bottom: 1.5rem;
}

@media (max-width: 37.5em) {
  .buttons .button {
    margin-right: 0;
    margin-left: 0;
  }
}

/* =============================================================================
// @name Calendar Component
// @description Styling for a calendar table.
// @group components
// @file src/sass/_partials/5-components/_component.calendar.scss
// ========================================================================== */
.fc-head-container table {
  margin-bottom: 0;
}

.fc-event-container a {
  color: #fff;
}

.event-calendar-row {
  margin-top: 3rem;
}

.events-collection {
  list-style: none;
  padding: 0;
}

.events-collection li.event-collection__item {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1rem;
  padding: 2rem 2rem 1rem;
  border: 1px solid #bbbbbb;
}

.events-collection li.event-collection__item .event-collection__calendar-date {
  width: 90px;
  /* your fixed width */
  display: inline-block;
}

.events-collection li.event-collection__item .event-collection__calendar-date time {
  margin-right: 1rem;
  width: 70px;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.events-collection li.event-collection__item .event-collection__calendar-date time span {
  font-size: 1.13rem;
  display: block;
  font-weight: 700;
}

.events-collection li.event-collection__item .event--collection__body {
  display: inline-block;
  -webkit-flex-grow: 1;
          flex-grow: 1;
}

.events-collection li.event-collection__item .event--collection__body h3.event-collection__heading {
  max-width: 43.75rem;
}

.events-collection li.event-collection__item .event--collection__body .event-desc {
  border-top: 1px solid #bbbbbb;
  padding-top: 2rem;
}

.events-collection li.event-collection__item .event--collection__body .event-desc:empty {
  display: none;
}

.events-collection .event-collection__calendar-date-day,
.events-collection .event-collection__calendar-date-month {
  padding: .5rem;
}

.events-collection .event-collection__calendar-date-month {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #005ea2;
  color: #fff;
}

.events-collection .event-collection__calendar-date-day {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border: 1px solid #005ea2;
  color: #005ea2;
}

.calendar-view-pager .pager__current,
.calendar-view-pager__reset {
  display: none;
}

.ui-datepicker table {
  background: #fff;
}

/* =============================================================================
// @name Card Component
// @description Styling for a card component.
// @group components
// @file src/sass/_partials/5-components/_component.card.scss
// ========================================================================== */
/* =============================================================================
// @name Carousel Nav Component
// @description Styling for a carousel navigation/pager control group.
// @group components
// @file src/sass/_partials/5-components/_component.carousel-nav.scss
// ========================================================================== */
/* =============================================================================
// @name Carousel Component
// @description Styling for a photo or content slider that cycles through each
//              content item.
// @group components
// @file src/sass/_partials/5-components/_component.carousel.scss
// ========================================================================== */
/* =============================================================================
// @name Checkbox Component
// @description Styling for a standard checkbox input.
// @group components
// @file src/sass/_partials/5-components/_component.checkbox.scss
// ========================================================================== */
/* =============================================================================
// @name Choropleth Component
// @description Styling for a choropleth map.
// @group components
// @file src/sass/_partials/5-components/_component.choropleth.scss
// ========================================================================== */
.choropleth--tooltip {
  position: absolute;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: #0f273b;
  opacity: 0.85;
}

.choropleth--tooltip.choropleth--tooltip-selector {
  color: #000;
  background-color: #e9ebed;
  position: relative;
  font-size: 1rem;
  box-shadow: none;
}

.choropleth--tooltip .tooltip--title {
  text-decoration: underline;
}

@media (min-width: 50.01em) {
  .choropleth--state-selector {
    display: none;
  }
}

.choropleth {
  position: relative;
  margin-bottom: 2em;
}

.choropleth .choropleth--map path.states--value {
  cursor: pointer;
}

.choropleth .choropleth--legend {
  font-size: 0.875rem;
}

.choropleth .choropleth--legend dt {
  width: 1.5em;
  height: 1.5em;
}

@media (max-width: 37.5em) {
  .choropleth .choropleth--legend {
    display: block;
  }
  .choropleth .choropleth--legend dt {
    width: 1em;
    height: 1em;
    float: left;
    margin-bottom: 0.5em;
  }
  .choropleth .choropleth--legend dd {
    margin: 0 0 0.5em 1.5em;
    line-height: 1em;
  }
  .choropleth .choropleth--legend dd::before, .choropleth .choropleth--legend dd::after {
    display: table;
    content: "";
  }
  .choropleth .choropleth--legend dd::after {
    clear: both;
  }
}

@media (max-width: 50em) {
  .choropleth .choropleth--legend {
    margin: 0 10%;
  }
}

@media (min-width: 50.01em) {
  .choropleth {
    padding-right: 150px;
  }
  .choropleth .choropleth--legend {
    position: absolute;
    display: block;
    top: 60%;
    right: 0;
    width: 250px;
  }
  .choropleth .choropleth--legend dt {
    float: left;
    margin-bottom: 0.5em;
  }
  .choropleth .choropleth--legend dd {
    margin: 0 0 0.5em 2em;
    line-height: 1.5em;
  }
  .choropleth .choropleth--legend dd::before, .choropleth .choropleth--legend dd::after {
    display: table;
    content: "";
  }
  .choropleth .choropleth--legend dd::after {
    clear: both;
  }
}

@media (min-width: 68.135em) {
  .choropleth {
    padding-right: 100px;
  }
}

@media (max-width: 50em) {
  .choropleth--table-responsive {
    border: 1px solid #abb2b9;
  }
  .choropleth--table-responsive table, .choropleth--table-responsive thead, .choropleth--table-responsive tbody, .choropleth--table-responsive th, .choropleth--table-responsive td, .choropleth--table-responsive tr {
    display: block;
  }
  .choropleth--table-responsive thead tr, .choropleth--table-responsive tfoot tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .choropleth--table-responsive td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  .choropleth--table-responsive td:before {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .choropleth--table-responsive td:nth-of-type(1):before {
    content: "Lease Number";
  }
  .choropleth--table-responsive td:nth-of-type(2):before {
    content: "Year";
  }
  .choropleth--table-responsive td:nth-of-type(3):before {
    content: "Company";
  }
  .choropleth--table-responsive td:nth-of-type(4):before {
    content: "Acres";
  }
  .choropleth--table-responsive td:nth-of-type(5):before {
    content: "State";
  }
  .choropleth--table-responsive td:nth-of-type(6):before {
    content: "Status";
  }
}

.choropleth--table-responsive {
  border: 1px solid #abb2b9;
}

.choropleth--table-responsive thead tr, .choropleth--table-responsive tfoot tr {
  color: white;
  background-color: #305192;
}

.choropleth--table-responsive tbody td {
  border-color: #abb2b9;
  border-width: 0 0 1px 0;
}

.choropleth--table-responsive tr:nth-child(even) {
  background: #d5d8dc;
}

/* =============================================================================
// @name Comment Component
// @description Content comment styling component.
// @group components
// @file src/sass/_partials/5-components/_component.comment.scss
// ========================================================================== */
.ui-datepicker {
  border: 1px solid #929292;
  background-color: #fff;
}

.ui-datepicker .ui-icon {
  width: 16px;
  height: 16px;
  background-image: url("/themes/custom/boem/assets/images/icons/ui-icons_444444_256x240.png");
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* =============================================================================
// @name Dropdown Component
// @description Styling for a dropdown button.
// @group components
// @file src/sass/_partials/5-components/_component.dropdown.scss
// ========================================================================== */
/* =============================================================================
// @name Field Component
// @description Basic styling for a Drupal field.
// @group components
// @file src/sass/_partials/5-components/_component.field.scss
// ========================================================================== */
/* =============================================================================
// @name Figure Component
// @description Styling for in-page figure images/captions.
// @group components
// @file src/sass/_partials/5-components/_component.figure.scss
// ========================================================================== */
.font-toggle {
  margin-left: 1.5rem;
  font-size: 0;
}

.font-toggle--dyslexia {
  width: 24px;
  height: 24px;
  margin-top: 2px; background-image: url(../../assets/images/sprites/icons.png); background-position: -47px 0;
}

.font-toggle--size {
  width: 27px;
  height: 24px; background-image: url(../../assets/images/sprites/icons.png); background-position: 0 0;
}

/* =============================================================================
// @name Footer Links
// @description Styling for required Government links at the bottom of
every page.
// @group components
// @file src/sass/_partials/5-components/_component.footer-links.scss
// ========================================================================== */
/* =============================================================================
// @name Footer Menu Component
// @description Styling for the site's footer menu.
// @group components
// @file src/sass/_partials/5-components/_component.footer-menu.scss
// ========================================================================== */
/* =============================================================================
// @name Footer Component
// @description Styling for the site's main footer bar.
// @group components
// @file src/sass/_partials/5-components/_component.footer.scss
// ========================================================================== */
.footer-social {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  background-color: #343333;
}

.footer-social > div {
  width: 50%;
  padding: 1.5rem 3rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.footer-social > div:first-child {
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}

.footer-social > div:last-child {
  background-color: #138abb;
  font-weight: 600;
}

.footer-social .social-links li {
  padding-bottom: 0;
  margin-left: 1rem;
}

.footer-social__link {
  display: block;
  width: 3rem;
  height: 3rem;
  margin-left: 0.375rem;
  background-color: #f5bf48;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 14.7rem;
          mask-size: 14.7rem;
  -webkit-mask-image: url(../images/sprites/boem_icons.svg);
          mask-image: url(../images/sprites/boem_icons.svg);
}

.footer-social__link:focus, .footer-social__link:hover {
  background-color: #138abb;
}

.footer-social__link--facebook {
  -webkit-mask-position: 0% 0%;
          mask-position: 0% 0%;
}

.footer-social__link--flickr {
  -webkit-mask-position: 50% 0%;
          mask-position: 50% 0%;
}

.footer-social__link--linkedin {
  -webkit-mask-position: 75% 0%;
          mask-position: 75% 0%;
}

.footer-social__link--rss {
  -webkit-mask-position: 0% 100%;
          mask-position: 0% 100%;
}

.footer-social__link--twitter {
  -webkit-mask-position: 25% 0%;
          mask-position: 25% 0%;
}

.footer-social__link--youtube {
  -webkit-mask-position: 100% 0%;
          mask-position: 100% 0%;
}

footer ul {
  padding-left: 0;
  list-style: none;
}

footer ul li {
  padding-bottom: 6px;
}

footer .block__header {
  position: relative;
  margin-bottom: 40px;
  padding-right: 0;
  padding-left: 0;
  text-align: left;
}

footer .block__header .block__title {
  padding-top: 0;
  font-size: 22px;
  font-weight: bold;
}

footer .block__header::before {
  position: absolute;
  z-index: 9;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  background: #4d4d4d;
}

footer .block__header::after {
  position: relative;
  z-index: 10;
  display: block;
  width: 50px;
  height: 1px;
  margin: 20px 0 0;
  content: '';
  background: #d74b4a;
}

footer .block-middle {
  line-height: 26px;
}

footer .block-middle img {
  margin-top: 15%;
  margin-bottom: 15%;
}

footer .block-middle .l-page__inner .part-left > div > div {
  padding: 45px 45px 45px 0;
}

footer .block-middle .l-page__inner .part-right {
  background-color: #343434;
}

footer .block-middle .l-page__inner .part-right > div {
  height: 100%;
}

footer .l-region--footer-fourth {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

footer .l-region--footer-fourth p {
  margin: 0;
  padding: 0;
}

footer .l-region--footer-fourth img {
  width: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0;
}

.footer-middle {
  padding: 3rem 0;
}

.footer-middle .part-right {
  -webkit-align-self: center;
          align-self: center;
}

.footer-middle .part-right .footer-logo {
  width: 100%;
  max-width: 21rem;
  margin: auto;
  display: block;
}

.l-region--footer-bottom {
  padding: 1.5rem 0;
}

.footer-bottom .menu--footer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0;
}

.footer-bottom .menu--footer .menu__item {
  position: relative;
  -webkit-flex: 1 1 50%;
          flex: 1 1 50%;
  margin-bottom: 0.375rem;
  padding: 0 1.125rem;
}

.footer-bottom .menu--footer .menu__link {
  padding: 0;
}

@media (min-width: 50em) {
  .footer-bottom .menu--footer {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .footer-bottom .menu--footer .menu__item {
    -webkit-flex: 1 1 25%;
            flex: 1 1 25%;
    text-align: left;
  }
  .footer-bottom .menu--footer .menu__item:last-child::after {
    display: none;
  }
  .footer-bottom .menu--footer .menu__item:last-child {
    padding-right: 0 !important;
    border-right: 0;
  }
}

/* =============================================================================
// @name Form Chosen Component
// @description Styling for the Chosen form plugin that renders select boxes
//              differently to allow easier multi-selection.
// @group components
// @file src/sass/_partials/5-components/_component.form-chosen.scss
// ========================================================================== */
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  width: 100% !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}

.chosen-container * {
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  z-index: 1010;
  top: 100%;
  clip: rect(0, 0, 0, 0);
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 42px 5px rgba(0, 0, 0, 0.15);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  overflow: hidden;
  margin-right: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999;
  font-weight: normal;
}

.chosen-container .search-choice .group-name::after,
.chosen-container .chosen-single .group-name::after {
  padding-left: 2px;
  content: ':';
  vertical-align: top;
}

/* @end */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  height: 2.3625rem;
  padding: 0 0 0 8px;
  white-space: nowrap;
  text-decoration: none;
  color: #444;
  border: 1px solid #aaa;
  border-radius: 3px;
  background: #fff;
  background-clip: padding-box;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-top: 0.3625rem;
  margin-right: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/themes/custom/boem/assets/images/icons/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type='text'] {
  width: 100%;
  min-width: auto;
  height: auto;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  border: 1px solid #aaa;
  border-radius: 0;
  outline: 0;
  background: url("/themes/custom/boem/assets/images/icons/chosen-sprite.png") no-repeat 100% -20px;
  font-family: sans-serif;
  font-size: 1em;
  line-height: normal;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}

/* @end */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 240px;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  color: #444;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  word-wrap: break-word;
  line-height: 15px;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  cursor: default;
  color: #ccc;
}

.chosen-container .chosen-results li.highlighted {
  color: #fff;
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
}

.chosen-container .chosen-results li.no-results {
  display: list-item;
  color: #777;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  cursor: default;
  font-weight: bold;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  text-decoration: underline;
  font-style: normal;
}

/* @end */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 5px;
  cursor: text;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  width: 25px;
  height: 25px;
  margin: 1px 0;
  padding: 0;
  color: #999;
  border: 0 !important;
  border-radius: 0;
  outline: 0;
  background: transparent !important;
  box-shadow: none;
  font-family: sans-serif;
  font-size: 100%;
  line-height: normal;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  max-width: 100%;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  cursor: default;
  color: #333;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #eee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-repeat: repeat-x;
  background-clip: padding-box;
  background-size: 100% 19px;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  line-height: 13px;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/themes/custom/boem/assets/images/icons/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  color: #666;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  cursor: default;
  color: #ccc;
}

/* @end */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type='text'] {
  color: #222 !important;
}

/* @end */
.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type='text'] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type='text'] {
  padding: 4px 5px 4px 20px;
  background: url("/themes/custom/boem/assets/images/icons/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

/* =============================================================================
// @name Form Control Component
// @description Styling for form control elements such as inputs, selects, and
//              radios, and checkboxes.
// @group components
// @file src/sass/_partials/5-components/_component.form-control.scss
// ========================================================================== */
/* =============================================================================
// @name Form Group Component
// @description Styling for a group of form elements or fieldset.
// @group components
// @file src/sass/_partials/5-components/_component.form-group.scss
// ========================================================================== */
.views-exposed__wrapper {
  margin-bottom: 1.5rem;
  padding: 0.75rem 0;
  background-color: #f4f7f9;
}

@media (min-width: 50em) {
  .views-exposed__wrapper .form-item {
    float: left;
    width: 25%;
    padding-right: 1.5rem;
  }
  .views-exposed__wrapper .form-item.form-item--date-picker {
    width: 12.5%;
  }
  .views-exposed__wrapper .form-item.form-item--date-picker .form-item__control--text {
    min-width: auto;
  }
  .views-exposed__wrapper .form-item.form-item--actions {
    float: none;
    width: 100%;
    margin: 0;
  }
  .views-exposed__wrapper .form-item.form-item--actions .js-hide + .button--submit {
    margin-left: 0;
  }
}

/* =============================================================================
// @name Form Item Component
// @description Form item container component for form elements.
// @group components
// @file src/sass/_partials/5-components/_component.form-item.scss
// ========================================================================== */
.form-item--date-picker .form-item__icon--before {
  display: inline-block;
  font: normal normal normal 14px/1 'FontAwesome', serif;
  speak: none;
  text-decoration: none;
  position: absolute;
  padding: 0 0.75rem;
}

.form-item--date-picker .form-item__icon--before::before {
  content: '\f073';
  line-height: 2.625rem;
}

.form-item--date-picker .form-text {
  padding-left: 2.25rem;
}

.block--views-exposed-filter-blocksite-search-site-search-results .form--inline .form-item {
  margin-right: 0;
}

.block--views-exposed-filter-blocksite-search-site-search-results .form--inline .form-actions {
  clear: none;
}

/* =============================================================================
// @name Forum Component
// @description Styling for forum posts.
// @group components
// @file src/sass/_partials/5-components/_component.forum.scss
// ========================================================================== */
/* =============================================================================
// @name Header Links Component
// @description Styling for the featured header links displayed above the
                site searchbar.
// @group components
// @file src/sass/_partials/5-components/_component.header-links.scss
// ========================================================================== */
.l-region--header-right {
  text-align: right;
}

.l-region--header-right div.block--block-content {
  padding: 0.75rem;
  padding-right: 0;
}

.block--boem-operating-status-link {
  display: inline-block;
  padding-right: 0;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}

@media (min-width: 50em) {
  .block--boem-operating-status-link {
    width: auto;
  }
}

.block--boem-operating-status-link a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.375rem;
}

.block--header-links {
  display: inline-block;
  vertical-align: middle;
}

.header-links {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-links li {
  float: left;
}

.header-links li a {
  display: block;
  padding: 0.375rem 1.125rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #0f273b;
  font-size: .9rem;
  font-weight: bold;
}

.header-links li a:hover, .header-links li a:focus {
  text-decoration: underline;
}

.footer-top ul.social-links li a {
  color: #fff;
}

/* =============================================================================
// @name Header Component
// @description Styling for the site's main header bar.
// @group components
// @file src/sass/_partials/5-components/_component.header.scss
// ========================================================================== */
.l-page-header-bottom {
  padding: 0.75rem 0;
}

.l-page-header-bottom .l-grid__cell--3-md {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}

a.brand__link.site-branding__logo img {
  margin: auto;
  display: block;
}

@media (min-width: 37.5em) {
  a.brand__link.site-branding__logo img {
    margin-left: 0;
  }
}

/* =============================================================================
// @name Hero Component
// @description Large hero object styling.
// @group components
// @file src/sass/_partials/5-components/_component.hero.scss
// ========================================================================== */
.hero {
  background-repeat: no-repeat;
  background-size: cover;
}

.hero__overlay {
  top: 4.5rem;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.hero__overlay-inner {
  max-width: 800px;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.75);
}

.hero__overlay-inner .tagline {
  padding-top: 0;
  padding-bottom: 1.5rem;
  border-top: 0;
  border-bottom: 2px solid #138abb;
}

.hero__overlay-inner .tagline-title {
  padding-top: 1.5rem;
}

.l-page__hero {
  position: relative;
}

.l-page__hero .img.picture {
  background: #f2f2f2;
  display: block;
  text-align: center;
}

.l-page__hero-caption {
  position: absolute;
  top: 50%;
  padding: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(17, 40, 60, 0.8);
}

.l-page__hero-caption .page-title__text {
  margin-bottom: 0;
  color: #fff;
}

.l-page__hero-caption .block--page-title + .tagline {
  margin-top: 0.75rem;
  padding-bottom: 0;
  color: #fff;
}

/* =============================================================================
// @name Icon Component
// @description Styling for any icons.
// @group components
// @file src/sass/_partials/5-components/_component.icon.scss
// @see _core/_functions/icon.scss
// ========================================================================== */
/* =============================================================================
// @name Jumbotron Component
// @description Jumbotron content panel styling.
// @group components
// @file src/sass/_partials/5-components/_component.jumbotron.scss
// ========================================================================== */
/* =============================================================================
// @name Lightbox Component
// @description Styling for a photo lightbox component.
// @group components
// @file src/sass/_partials/5-components/_component.lightbox.scss
// ========================================================================== */
/* =============================================================================
// @name Link Component
// @description Styling for links.
// @group components
// @file src/sass/_partials/5-components/_component.link.scss
// ========================================================================== */
.quicklink a {
  position: relative;
  display: inline-block;
  padding-left: 1.5rem;
  color: #000;
  font-weight: 700;
}

.quicklink a {
  display: grid;
  grid-template-columns: 3rem 1fr;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: .5rem;
  background: white;
  padding: 0.375rem 1.125rem;
  border-radius: 5px;
  width: 100%;
}

.quicklink a::before {
  display: inline-block;
  position: relative;
  content: " ";
  height: 1rem;
  width: 1rem;
  background-color: #0f273b;
  -webkit-mask-image: url(../images/sprites/boem_icons.svg);
          mask-image: url(../images/sprites/boem_icons.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 5rem;
          mask-size: 5rem;
  -webkit-mask-position: 75% 100%;
          mask-position: 75% 100%;
  margin-left: 1rem;
  margin-right: 1rem;
  top: .125rem;
  transition: .125s;
}

.quicklink a:focus::before, .quicklink a:hover::before {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  transition: .25s;
}

.node--type-quicklinks.node--embed-view {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  border-radius: 5px;
}

.node--type-quicklinks.node--embed-view .quicklink a {
  padding-left: 0;
}

/* =============================================================================
// @name List Component
// @description Styling for Drupal's default generated lists.
// @group components
// @file src/sass/_partials/5-components/_component.list.scss
// ========================================================================== */
.block--views-blocknews-items-news-items-block .views__row,
.mm-research-block-ctx .views__row {
  margin-bottom: 1.5rem;
}

.block--views-blocknews-items-news-items-block .views__title,
.mm-research-block-ctx .views__title {
  padding: 0.375rem 0;
  border-top: 1px solid #929292;
  border-bottom: 1px solid #929292;
}

.block--views-blocknews-items-news-items-block .views-field-field-external-link a,
.mm-research-block-ctx .views-field-field-external-link a {
  font-weight: 700;
}

.block--views-blocknews-items-news-items-block .view--no-results,
.mm-research-block-ctx .view--no-results {
  height: 3em;
}

.block--views-blockgrid-content-block-media-gallery-grid .views-infinite-scroll-content-wrapper,
.block--views-blockgrid-content-block-video-grid .views-infinite-scroll-content-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -0.75rem;
}

.block--views-blockbiographies-block-past-directors .views__row:nth-of-type(2n) .views-field-field-bio-photo {
  float: right;
  margin-bottom: 0.375rem;
  margin-left: 0.75rem;
}

.block--views-blockbiographies-block-past-directors .views__row:nth-of-type(2n + 1) .views-field-field-bio-photo {
  float: left;
  margin-right: 0.75rem;
  margin-bottom: 0.375rem;
}

/* =============================================================================
// @name Main Menu Component
// @description Main off canvas menu styling.
// @group components
// @file src/sass/_partials/5-components/_component.main-menu.scss
// ========================================================================== */
.block--main-navigation {
  position: static;
  overflow: hidden;
  max-height: 0;
  transition: max-height ease-in-out 0.25s;
}

.block--main-navigation.block--main-navigation--is-open {
  max-height: 1000px;
  transition: max-height ease-in-out 0.25s;
}

.block--main-navigation .menu__item {
  padding: 0;
}

.block--main-navigation .menu__link {
  display: block;
  padding: 0.75rem;
  color: #fff;
}

.block--main-navigation .menu__link.is-active {
  color: #ee9c58;
}

.block--main-navigation .menu--main {
  margin-left: 0;
}

.block--main-navigation .menu__item--level-1 {
  border-top: 1px solid #818d98;
}

.block--main-navigation .menu__link--level-1 {
  text-transform: uppercase;
  font-weight: 600;
}

.block--main-navigation .menu__link--level-2 {
  font-weight: 600;
}

.block--main-navigation .menu__item--has-visible-children .menu__link--level-1::after {
  display: inline-block;
  float: right;
  width: 15px;
  height: 10px;
  margin: 0.375rem 0;
  content: ''; background-image: url(../../assets/images/sprites/icon.png); background-position: -35px 0;
}

.block--main-navigation .menu__item--has-visible-children .menu--level-2 {
  overflow: hidden;
  max-height: 0;
  padding-bottom: 0;
  transition: all ease-in-out 0.25s;
}

.block--main-navigation .menu__item--has-visible-children .menu--level-2.menu--is-open {
  max-height: 1000px;
  transition: max-height ease-in-out 0.25s;
}

.block--main-navigation .menu__item--has-visible-children.menu__item--is-open .menu__link--level-1 {
  color: #ee9c58;
}

.block--main-navigation .menu__item--has-visible-children.menu__item--is-open .menu__link--level-1::after {
  width: 15px;
  height: 11px; background-image: url(../../assets/images/sprites/icon.png); background-position: 0 0;
}

.block--main-navigation .menu__item--in-active-trail .menu__link--level-1,
.block--main-navigation .menu__item--in-active-trail a.is-active {
  color: #ee9c58;
}

@media (min-width: 68.135em) {
  .block--main-navigation {
    max-height: none;
    margin: 0;
  }
  .block--main-navigation .menu--main {
    display: -webkit-flex;
    display: flex;
  }
  .block--main-navigation .menu__item--level-1 {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 2.25rem 0;
  }
  .block--main-navigation .menu__item--level-1:first-child .menu__link--level-1 {
    padding-left: 0;
  }
  .block--main-navigation .menu__item--level-1:last-child .menu__link--level {
    padding-right: 0;
    border-right: 0;
  }
  .block--main-navigation .menu__item--level-1.menu__item--is-hovered .menu__link--level-1 {
    text-decoration: none;
    color: #ee9c58;
  }
  .block--main-navigation .menu__item--level-1.menu__item--is-hovered .menu__link--level-1 :after {
    display: inline-block;
    content: ' ';
    height: .6rem;
    width: .75rem;
    margin-left: 0.375rem;
    background-color: #cf741b;
    -webkit-mask-image: url("../images/sprites/boem_icons.svg");
            mask-image: url("../images/sprites/boem_icons.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 3.7rem;
            mask-size: 3.7rem;
    transition: all .5s ease-out;
    -webkit-transform: rotate(0.5turn);
            transform: rotate(0.5turn);
  }
  .block--main-navigation .menu__item--level-1.menu__item--is-hovered .menu--level-2 {
    max-height: 1000px;
    padding-bottom: 1.5rem;
    transition: all ease-in-out 0.25s;
  }
  .block--main-navigation .menu__item--has-visible-children .menu__link--level-1::after {
    content: none;
  }
  .block--main-navigation .menu__link--level-1 {
    z-index: 105;
    display: inline-block;
    padding: 0 0.375rem;
    transition: background 0.1s ease;
  }
  .block--main-navigation .menu__link--level-1 :after {
    display: inline-block;
    content: ' ';
    height: .6rem;
    width: .75rem;
    margin-left: 0.375rem;
    background-color: white;
    -webkit-mask-image: url("../images/sprites/boem_icons.svg");
            mask-image: url("../images/sprites/boem_icons.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 3.7rem;
            mask-size: 3.7rem;
    -webkit-mask-position: 50% 50%;
            mask-position: 50% 50%;
    transition: all .5s ease-out;
  }
  .block--main-navigation .menu--level-2 {
    position: absolute;
    z-index: 100;
    top: 6rem;
    left: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0 1.5rem;
    padding-right: 13%;
    padding-left: 13%;
    transition: display 0.1s ease;
    background-color: #0f273b;
  }
  .block--main-navigation .menu--level-2 .menu__item--level-2 {
    float: left;
    width: 33%;
  }
  .block--main-navigation .menu--level-3 .menu__item--level-3 {
    font-weight: normal;
  }
}

@media (min-width: 81.26em) {
  .block--main-navigation .menu__link--level-1 {
    padding: 0 1rem;
  }
}

/* =============================================================================
// @name Menu Toggle Component
// @description Styling for the main menu toggle button.
// @group components
// @file src/sass/_partials/5-components/_component.menu-toggle.scss
// ========================================================================== */
.l-page__navigation--top-bar {
  padding: 0.75rem 0;
}

@media (min-width: 68.135em) {
  .l-page__navigation--top-bar {
    display: none;
  }
}

.menu-toggle {
  float: right;
  width: 32px;
  height: 32px;
  margin-right: 0.375rem;
  padding: 0.1875rem;
  background: #0f273b;
  border: none;
  margin-top: 0.1875rem;
}

.menu-toggle__bar {
  float: left;
  width: 100%;
  height: 3px;
  background-color: #fff;
}

.menu-toggle__bar + .menu-toggle__bar {
  margin-top: 6px;
}

.inline-menu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}

.inline-menu .menu__item {
  margin: 1.5rem 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
}

.inline-menu .menu__item + .menu__item {
  border-left: 1px solid #121212;
}

/* =============================================================================
// @name Modal Component
// @description Modal styling using the Drupal Colorbox module.
// @group components
// @file src/sass/_partials/5-components/_component.modal.scss
// ========================================================================== */
.ui-dialog {
  min-width: 300px;
  max-width: 80%;
}

.ui-dialog .ui-dialog-content,
.ui-dialog .ui-widget-header {
  background-color: #fff;
}

.ui-dialog .ui-widget-header {
  border-radius: 0;
}

.ui-dialog .ui-dialog-buttonpane {
  margin-top: 0;
}

.ui-widget-overlay {
  opacity: .5;
}

.custom-modal-class .ui-dialog {
  min-width: 300px;
  /* Adjust as needed */
  max-width: 80%;
  /* This should match the width you set in JS, ensuring consistency */
}

.content-moderation-entity-moderation-form .button {
  margin-bottom: 1em;
  border: none;
  line-height: 1;
}

/* =============================================================================
// @name Node components
// @description Styling for node pages.
// @group components
// @file src/sass/_partials/5-components/_component.node.scss
// ========================================================================== */
.page-node-type-boem-gov-biography .field--name-field-bio-photo {
  float: left;
  padding-right: 0.75rem;
  padding-bottom: 0.75rem;
}

.node--type-quicklinks .tagline {
  border-top: 1px solid #f5bf48;
}

.node--type-page .field--name-field-media-image {
  margin-bottom: 1.5rem;
}

.node--type-page .block--views-exposed-filter-blocksite-search-site-search-results, .node--type-page .block--views-exposed-filter-blockacquia-search-page {
  margin-bottom: 1.5rem;
}

.node--unpublished {
  background-color: #fddddd;
}

.op-status--open,
.op-status--alert,
.op-status--closed {
  padding: 0.375rem 1.125rem;
  border-radius: 5px;
}

.op-status--open::before,
.op-status--alert::before,
.op-status--closed::before {
  display: inline-block;
  margin-right: 0.375rem;
  font: normal normal normal 16px/1 'FontAwesome', serif;
  font-size: inherit;
}

.op-status--open.table__cell,
.op-status--alert.table__cell,
.op-status--closed.table__cell {
  border-bottom: 2px solid #fff;
}

.op-status--open {
  color: #fff;
  background-color: #488222;
}

.op-status--open::before {
  content: '\f058';
}

.op-status--alert {
  color: #000;
  background-color: #f5bf48;
}

.op-status--alert::before {
  content: '\f071';
}

.op-status--closed {
  color: #fff;
  background-color: #bc2a2a;
}

.op-status--closed::before {
  content: '\f057';
}

.field--name-field-operating-symbol {
  margin-bottom: 1.5rem;
  text-align: center;
}

/* =============================================================================
// @name Overlay Component
// @description Component to style a screen overlay commonly used with
//              lightboxes and modal components.
// @group components
// @file src/sass/_partials/5-components/_component.overlay.scss
// ========================================================================== */
/* =============================================================================
// @name Page Title Component
// @description Styling for a site's page title.
// @group components
// @file src/sass/_partials/5-components/_component.page-title.scss
// ========================================================================== */
/* =============================================================================
// @name Pager Component
// @description Styling for site pagination.
// @group components
// @file src/sass/_partials/5-components/_component.pager.scss
// ========================================================================== */
.pager {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 1.5rem;
}

/* =============================================================================
// @name Paragraph Component
// @description Styling a drupal paragraph entity.
// @group components
// @file src/sass/_partials/5-components/_component.paragraph.scss
// ========================================================================== */
.paragraph--type--rich-text .field--name-field-content-title {
  color: #d69300;
  font-size: 1.3125rem;
  font-weight: bold;
}

.paragraph--type--block .block--views-exposed-filter-blocksite-search-site-search-results .block__content, .paragraph--type--block .block--views-exposed-filter-blockacquia-search-page .block__content {
  text-align: center;
}

.paragraph--type--block .block--views-exposed-filter-blocksite-search-site-search-results .block__content [class*='form--views-exposed-form-site-search-site-search-results'], .paragraph--type--block .block--views-exposed-filter-blocksite-search-site-search-results .block__content [class*='form--views-exposed-form-acquia-search-page'], .paragraph--type--block .block--views-exposed-filter-blockacquia-search-page .block__content [class*='form--views-exposed-form-site-search-site-search-results'], .paragraph--type--block .block--views-exposed-filter-blockacquia-search-page .block__content [class*='form--views-exposed-form-acquia-search-page'] {
  display: inline-block;
  float: none;
}

/* =============================================================================
// @name Popup Component
// @description Styling and layout for popup.
// @group components
// @file src/sass/_partials/5-components/_component.popup.scss
// ========================================================================== */
/* =============================================================================
// @name Progress Bar Component
// @description Styling for progress element.
// @group components
// @file src/sass/_partials/5-components/_component.progress-bar.scss
// ========================================================================== */
/* =============================================================================
// @name Radio Component
// @description Styling for a radio input element.
// @group components
// @file src/sass/_partials/5-components/_component.radio.scss
// ========================================================================== */
/* =============================================================================
// @name Range Component
// @description Styling for the range form input.
// @group components
// @file src/sass/_partials/5-components/_component.range.scss
// ========================================================================== */
/* =============================================================================
// @name Research content type Search block Component
// @description Styling for drupal search tools on the research content type.
// @group components
// @file src/sass/_partials/5-components/_component.research-search.scss
// ========================================================================== */
.block--views-blockboem-research-studies-resource-evals .block__title,
.block--views-blockboem-research-studies-enviro-studies .block__title {
  color: #d69300;
}

.research-search .form {
  background-color: #eee;
  padding: 1rem;
  border-radius: 5px;
}

.research-search input[type="text"] {
  display: inline;
  border-radius: 5px;
}

.research-search h3 {
  margin: 0;
}

.research-search h3:after {
  content: "";
  background: #eee;
  display: block;
  height: 1px;
  width: 75%;
}

.research-search .research-row {
  margin: 0 0 3rem 0;
}

.research-search .research-row .views-field-title .field-content {
  margin: .5rem 0;
  font-weight: 400;
}

.research-search .research-row .views-field-field-mms-research-et-al .field-content,
.research-search .research-row .views-field-field-mms-author .field-content {
  font-style: italic;
  font-size: 1rem;
  line-height: 1.5;
}

.research-search .research-row .views-field-field-mms-region,
.research-search .research-row views-field-field-mms-research-type {
  margin: 0 .25rem 0 1rem;
}

/* =============================================================================
// @name Search Result Component
// @description Styling for list of search result teasers.
// @group components
// @file src/sass/_partials/5-components/_component.search-result.scss
// ========================================================================== */
/* =============================================================================
// @name Select Component
// @description Styling a select option form element.
// @group components
// @file src/sass/_partials/5-components/_component.select.scss
// ========================================================================== */
/* =============================================================================
// @name Share Component
// @description Social media buttons used for shareing page content.
// @group components
// @file src/sass/_partials/5-components/_component.share.scss
// ========================================================================== */
/* =============================================================================
// @name Sidebar Menu Component
// @description Styling for the contextual side menu.
// @group components
// @file src/sass/_partials/5-components/_component.sidebar-menu.scss
// ========================================================================== */
.sitemap-menu {
  padding-left: 0;
}

.sitemap-menu li {
  float: left;
  width: 50%;
  margin-bottom: 1.5rem;
  list-style-type: none;
  line-height: 1.5;
}

.sitemap-menu a {
  margin-bottom: 0.75rem;
  text-decoration: underline;
  font-size: 1.5rem;
}

.sitemap-menu .sitemap-menu li {
  float: none;
  margin-bottom: 0;
  list-style-type: disc;
}

.sitemap-menu .sitemap-menu a {
  margin-bottom: 0;
  text-decoration: none;
  font-size: 1rem;
}

.sitemap-menu .sitemap-menu .sitemap-menu li {
  list-style-type: circle;
}

.slick .slick__arrow {
  top: 20%;
}

.slick .slick-arrow {
  width: 3.75rem;
  height: 3.75rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}

.slick .slick-arrow::before {
  display: block;
  content: '';
}

.slick .slick-prev {
  margin-left: 0.75rem;
}

.slick .slick-prev::before {
  height: 1.9rem;
  width: 1.9rem;
  margin: auto;
  background-color: #6d6d6d;
  -webkit-mask-image: url(../images/sprites/boem_icons.svg);
          mask-image: url(../images/sprites/boem_icons.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 9.5rem;
          mask-size: 9.5rem;
  -webkit-mask-position: 100% 50%;
          mask-position: 100% 50%;
  transition: all .5s ease-out;
}

.slick .slick-prev:focus::before, .slick .slick-prev:hover::before {
  background-color: #0f273b;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out, -webkit-transform .5s ease-out;
}

.slick .slick-next {
  margin-right: 0.75rem;
}

.slick .slick-next::before {
  height: 1.9rem;
  width: 1.9rem;
  margin: auto;
  background-color: #6d6d6d;
  -webkit-mask-image: url(../images/sprites/boem_icons.svg);
          mask-image: url(../images/sprites/boem_icons.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 9.5rem;
          mask-size: 9.5rem;
  -webkit-mask-position: 100% 100%;
          mask-position: 100% 100%;
  transition: all .5s ease-out;
}

.slick .slick-next:focus::before, .slick .slick-next:hover::before {
  background-color: #0f273b;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out, -webkit-transform .5s ease-out;
}

.slick .slick-play-pause {
  position: absolute;
  bottom: 0.75rem;
  right: 0;
  cursor: pointer;
  border: 0;
  margin-right: 0.75rem;
  width: 3.75rem;
  height: 1.875rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  margin-right: 0.75rem;
}

.slick .slick-play-pause span {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 3.75rem;
  margin: 0 -6px;
  height: 1.875rem;
  color: #6d6d6d;
}

.slick .slick-play-pause span.play::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0;
  height: 20px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid;
  top: 4px;
  left: 42%;
}

.slick .slick-play-pause span.paused::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0.9375rem;
  height: 0.9375rem;
  left: 20px;
  top: 6px;
  border-left: 5px solid;
  border-right: 5px solid;
}

.slick .slick-play-pause:hover span {
  color: #0f273b;
}

.slick .slick-play-pause:hover span::before {
  transition: .1s ease-out;
}

@media (min-width: 50.01em) {
  .slick .slick__arrow {
    top: 30%;
  }
}

@media (min-width: 68.135em) {
  .slick .slick__arrow {
    top: 50%;
  }
  .slick .slick-arrow {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.slick__slide {
  position: relative;
}

.slick__slide .img {
  display: inline;
  width: 100%;
}

.slide__caption {
  padding: 0;
}

.slide__caption-inner {
  padding: 1.5rem;
  background: rgba(17, 40, 60, 0.8);
}

.js-slick__caption-navigation-bars {
  padding: 0;
  list-style-type: none;
}

.js-slick__caption-navigation-bars li {
  display: inline-block;
}

.js-slick__caption-navigation-bars li.slick-active button {
  background-color: #e97c21;
}

.js-slick__caption-navigation-bars button {
  width: 50px;
  height: 3px;
  margin-right: 2px;
  padding: 0;
  color: #000;
  border: none;
  border-radius: 0;
  background-color: #fff;
  font-size: 0;
}

.slide__caption-title,
.slide__caption-body {
  color: #fff;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

@media (min-width: 68.135em) {
  .slide__caption {
    position: absolute;
    top: 6rem;
    right: 0;
    left: 0;
    padding: 1.5rem 6rem;
  }
  .slide__caption-inner {
    max-width: 55.625em;
  }
  .js-slick-caption-navigation-bars button {
    width: 100px;
  }
}

.social-links {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.header-social__link {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 1rem;
  background-color: #6d6d6d;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 7.5rem;
          mask-size: 7.5rem;
  -webkit-mask-image: url(../images/sprites/boem_icons.svg);
          mask-image: url(../images/sprites/boem_icons.svg);
}

.header-social__link:focus, .header-social__link:hover {
  background-color: #0f273b;
}

.header-social__link--print {
  -webkit-mask-position: 25% 50%;
          mask-position: 25% 50%;
}

.header-social__link--facebook {
  -webkit-mask-position: 0% 0%;
          mask-position: 0% 0%;
}

.header-social__link--flickr {
  -webkit-mask-position: 50% 0%;
          mask-position: 50% 0%;
}

.header-social__link--linkedin {
  -webkit-mask-position: 75% 0%;
          mask-position: 75% 0%;
}

.header-social__link--twitter {
  -webkit-mask-position: 25% 0%;
          mask-position: 25% 0%;
}

.header-social__link--youtube {
  -webkit-mask-position: 100% 0%;
          mask-position: 100% 0%;
}

/* =============================================================================
// @name Steps Component
// @description Styling for step pager for showing where a user is in a process.
// @group components
// @file src/sass/_partials/5-components/_component.steps.scss
// ========================================================================== */
/* =============================================================================
// @name Table Component
// @description Styling for tabular data component.
// @group components
// @file src/sass/_partials/5-components/_component.table.scss
// ========================================================================== */
table,
.table {
  margin-bottom: 1.5rem;
  border: 1px solid #000;
}

td {
  border: 1px solid #ddd;
}

thead.table__header {
  background-color: #ccebfb;
}

thead.table__header tr th {
  border: solid 1px #eee;
}

/* =============================================================================
// @name Tabs Component
// @description Drupal tab styling.
// @group components
// @file src/sass/_partials/5-components/_component.tabs.scss
// ========================================================================== */
/* stylelint-disable selector-max-type */
.ui-tabs {
  position: relative;
  margin-top: 1rem;
}

@media (min-width: 68.125em) {
  .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 3.2px 3.2px 0;
    border-style: none;
  }
}

.ui-tabs .ui-tabs-nav li {
  float: none;
  width: 100%;
  margin-bottom: 1rem;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 1rem;
}

@media (min-width: 68.125em) {
  .ui-tabs .ui-tabs-nav li {
    position: relative;
    width: auto;
    top: 0;
    float: left;
    margin-bottom: 0;
    margin: 1px 3.2px 0 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    border-bottom-width: 0;
  }
  .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
  }
}

.ui-tabs .ui-tabs-nav li a {
  color: #757575;
  font-weight: bold;
}

.ui-tabs .ui-tabs-nav li a:focus {
  outline: none;
}

@media (min-width: 68.125em) {
  .ui-tabs .ui-tabs-nav li.ui-state-active a,
  .ui-tabs .ui-tabs-nav li a:hover {
    border-radius: 10px 10px 0 0;
    color: #fff;
    border-bottom: none;
    background-color: #0089ba;
    font-weight: bold;
  }
}

.ui-tabs .ui-tabs-nav li:first-child.ui-state-active a {
  border-radius: 5px 10px 0 0;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: none;
  padding-left: 0;
}

@media (min-width: 68.125em) {
  .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5rem .75rem;
    text-decoration: none;
  }
}

.ui-tabs .ui-tabs-panel {
  display: block;
  margin-left: 3px;
  background: none;
  padding-left: 0;
}

@media (min-width: 68.135em) {
  .ui-tabs .ui-tabs-panel {
    padding: 2rem 3rem;
    border: 3px solid #0089ba;
    border-width: 3px;
  }
}

.ui-widget {
  margin-bottom: 10px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.block--local-tasks-block ul.tabs.tabs--primary {
  border-radius: 5px;
  background: orange;
  padding: .5rem;
  margin: 1rem 0 1rem;
}

.block--local-tasks-block .tabs > li {
  margin: .5rem;
}

.block--local-tasks-block .tabs a {
  background: white;
  border-radius: 5px;
  font-weight: bold;
}

.block--local-tasks-block .tabs a:focus,
.block--local-tasks-block .tabs a:hover {
  text-decoration: underline;
  background: white;
}

.block--local-tasks-block a.is-active {
  font-weight: bold;
  color: black;
  background: orange;
}

.block--local-tasks-block a.is-active:focus, .block--local-tasks-block a.is-active:hover {
  text-decoration: none;
  color: black;
  background: orange;
}

/* =============================================================================
// @name Tag Component
// @description Styling for status and taxonomy tags.
// @group components
// @file src/sass/_partials/5-components/_component.tag.scss
// ========================================================================== */
.tagline {
  display: inline-block;
  padding-top: 0.375rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: 700;
}

.tagline-title {
  margin-bottom: 0.75rem;
  font-size: 1.75rem;
}

.tagline-border {
  border-bottom: 2px solid #138abb;
}

.block--boem-stories .tagline {
  padding-top: 1.125rem;
  padding-bottom: 0.375rem;
  border-top: none;
  border-bottom: 1px solid #138abb;
}

.block--boem-stories .block__title {
  float: left;
  margin-right: 1.5rem;
}

/* =============================================================================
// @name Textfield Component
// @description Styling for form textfield.
// @group components
// @file src/sass/_partials/5-components/_component.textfield.scss
// ========================================================================== */
/* =============================================================================
// @name Thumbnail Component
// @description Image thumbnail with optional caption styling.
                NOTE: this component makes no assumptions as to the position or
                placement of images on a page. For complicated layouts it
                should be place within a grid structure.
// @group components
// @file src/sass/_partials/5-components/_component.thumbnail.scss
// ========================================================================== */
.thumbnail {
  position: relative;
}

.thumbnail:hover .thumbnail__overlay-link-title {
  text-decoration: underline;
}

.thumbnail__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.75rem 1.5rem;
  background-color: rgba(17, 40, 60, 0.8);
  transition: .125s;
}

.thumbnail__overlay:hover, .thumbnail__overlay:focus {
  padding-bottom: 2rem;
  transition: .5s;
}

.thumbnail__overlay-title {
  margin-bottom: 0.375rem;
  padding-right: 0.75rem;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #fff;
}

.thumbnail__overlay-link {
  display: block;
  color: #fff;
}

/* =============================================================================
// @name Toggle Component
// @description Styling for a checkbox/radio varient with display's the element
//              as an iOS style toggle switch.
// @group components
// @file src/sass/_partials/5-components/_component.toggle.scss
// ========================================================================== */
/* =============================================================================
// @name Toolbar Component
// @description Styling for site or admin toolbar.
// @group components
// @file src/sass/_partials/5-components/_component.toolbar.scss
// ========================================================================== */
/* =============================================================================
// @name Tooltip Component
// @description Styling for a popup tooltip.
// @group components
// @file src/sass/_partials/5-components/_component.tooltip.scss
// ========================================================================== */
.tooltip.ui-tooltip {
  padding: 0;
  border: none;
}

.tooltip .ui-tooltip-content {
  font-size: small;
}

.qtip-bootstrap .qtip-titlebar {
  border-bottom: none;
  background: transparent;
}

.qtip-bootstrap .qtip-titlebar a {
  display: inline-block;
  padding-bottom: 0.375rem;
  color: #121212;
  border-bottom: 1px solid #138abb;
  font-weight: 600;
}

.tooltiptext {
  position: absolute;
  z-index: 1;
  visibility: hidden;
  margin-top: -5px;
  margin-left: 0;
  padding: 5px;
  text-align: left;
  color: #fff;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
}

/* =============================================================================
// @name Tree Component
// @description Styling for a hierarchical tree list with collapsable sections.
// @group components
// @file src/sass/_partials/5-components/_component.tree.scss
// ========================================================================== */
.block--boem-tweets h2 {
  border-bottom: 2px solid #138abb;
}

.block--views-blocklatest-tweets-latest-tweets .block__title {
  font-size: 3.375rem;
}

.twitter-entity {
  margin-right: 1.5rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #138abb;
}

.twitter-entity::after {
  display: table;
  clear: both;
  content: '';
}

.timeline-tweet {
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 498px;
}

.timeline-tweet .timeline-tweet-brand {
  float: right;
  font-size: 15.4px;
}

.timeline-tweet .timeline-tweet-author {
  position: relative;
  margin-bottom: 0.75rem;
}

.timeline-tweet .tweet-author-logo {
  float: left;
  margin-right: 0.375rem;
}

.timeline-tweet .tweet-author-name {
  display: block;
}

.timeline-tweet .tweet-author-screenname {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
}

.timeline-tweet .tweet-text {
  margin-bottom: 0.75rem;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.timeline-tweet .tweet-timestamp {
  float: right;
  color: #677885;
  font-size: 12px;
  line-height: 18px;
}

.timeline-tweet .icon-twitter {
  width: 1.25em;
  height: 1.25em;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Cpath fill='none' d='M0 0h72v72H0z'/%3E%3Cpath class='icon' fill='%23e1e8ed' d='M68.812 15.14a26.189 26.189 0 0 1-7.52 2.06 13.125 13.125 0 0 0 5.757-7.243 26.133 26.133 0 0 1-8.314 3.176A13.066 13.066 0 0 0 49.182 9c-7.23 0-13.092 5.86-13.092 13.093 0 1.026.118 2.02.338 2.98C25.543 24.527 15.9 19.318 9.44 11.396a13.057 13.057 0 0 0-1.77 6.58c0 4.543 2.312 8.552 5.824 10.9a13.05 13.05 0 0 1-5.93-1.64c-.002.056-.002.11-.002.163 0 6.345 4.513 11.638 10.504 12.84-1.1.298-2.256.457-3.45.457-.845 0-1.666-.078-2.464-.23 1.667 5.2 6.5 8.985 12.23 9.09a26.29 26.29 0 0 1-16.26 5.605c-1.055 0-2.096-.06-3.122-.184a37.036 37.036 0 0 0 20.067 5.882c24.083 0 37.25-19.95 37.25-37.25 0-.565-.013-1.133-.038-1.693a26.61 26.61 0 0 0 6.532-6.774z'/%3E%3C/svg%3E");
}

.timeline-tweet .icon-verified {
  display: inline-block;
  width: 1.11111em;
  height: 1.25em;
  vertical-align: text-top;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 72'%3E%3Cpath fill='none' d='M0 0h64v72H0z'/%3E%3Cpath fill='%231da1f2' d='M3 37.315c0 4.125 2.162 7.726 5.363 9.624-.056.467-.09.937-.09 1.42 0 6.103 4.72 11.045 10.546 11.045 1.295 0 2.542-.234 3.687-.686C24.22 62.4 27.827 64.93 32 64.93c4.174 0 7.782-2.53 9.49-6.213 1.148.45 2.39.685 3.69.685 5.826 0 10.546-4.94 10.546-11.045 0-.483-.037-.953-.093-1.42C58.83 45.04 61 41.44 61 37.314c0-4.37-2.42-8.15-5.933-9.946.427-1.203.658-2.5.658-3.865 0-6.104-4.72-11.045-10.545-11.045a9.94 9.94 0 0 0-3.69.688C39.783 9.461 36.175 6.93 32 6.93c-4.173 0-7.778 2.53-9.492 6.216a9.973 9.973 0 0 0-3.688-.688c-5.827 0-10.545 4.94-10.545 11.045 0 1.364.23 2.662.656 3.864C5.42 29.163 3 32.944 3 37.314z'/%3E%3Cpath fill='%23FFF' d='M17.87 39.08l7.015 6.978a2.99 2.99 0 0 0 2.116.873 2.99 2.99 0 0 0 2.127-.883c.344-.346 15.98-15.974 15.98-15.974a3 3 0 1 0-4.242-4.243l-13.87 13.863-4.892-4.868a3 3 0 0 0-4.232 4.254z'/%3E%3C/svg%3E");
}

.timeline-tweet .icon-heart {
  display: inline-block;
  width: 0.98611em;
  height: 1.25em;
  margin-right: 0.375rem;
  vertical-align: text-bottom;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath class='icon' fill='%23e1e8ed' d='M12 21.638h-.014C9.403 21.59 1.95 14.856 1.95 8.478c0-3.064 2.525-5.754 5.403-5.754 2.29 0 3.83 1.58 4.646 2.73.813-1.148 2.353-2.73 4.644-2.73 2.88 0 5.404 2.69 5.404 5.755 0 6.375-7.454 13.11-10.037 13.156H12zM7.354 4.225c-2.08 0-3.903 1.988-3.903 4.255 0 5.74 7.035 11.596 8.55 11.658 1.52-.062 8.55-5.917 8.55-11.658 0-2.267-1.822-4.255-3.902-4.255-2.528 0-3.94 2.936-3.952 2.965-.23.562-1.156.562-1.387 0-.015-.03-1.426-2.965-3.955-2.965z'/%3E%3C/svg%3E");
  background-size: contain;
}

.timeline-tweet .icon-share {
  display: inline-block;
  width: 0.98611em;
  height: 1.25em;
  vertical-align: text-bottom;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath class='icon' fill='%23e1e8ed' d='M21.78 11.47l-5.14-5.14a.75.75 0 0 0-1.06 1.062l3.858 3.858H8.918a.75.75 0 1 0 0 1.5h10.52l-3.857 3.858a.75.75 0 1 0 1.06 1.06l5.14-5.138a.747.747 0 0 0 0-1.06z'/%3E%3Cpath class='icon' fill='%23e1e8ed' d='M9.944 20.5H4.292a.793.793 0 0 1-.792-.792V4.292c0-.437.355-.792.792-.792h5.652a.75.75 0 0 0 0-1.5H4.292A2.294 2.294 0 0 0 2 4.292v15.416A2.294 2.294 0 0 0 4.292 22h5.652a.75.75 0 0 0 0-1.5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.timeline-tweet .tweet-links {
  float: left;
}

.timeline-tweet .tweet-links a {
  display: inline-block;
  margin-right: 0.75rem;
  vertical-align: middle;
}

.timeline-tweet:hover .icon-twitter {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Cpath fill='none' d='M0 0h72v72H0z'/%3E%3Cpath class='icon' fill='%2355acee' d='M68.812 15.14a26.189 26.189 0 0 1-7.52 2.06 13.125 13.125 0 0 0 5.757-7.243 26.133 26.133 0 0 1-8.314 3.176A13.066 13.066 0 0 0 49.182 9c-7.23 0-13.092 5.86-13.092 13.093 0 1.026.118 2.02.338 2.98C25.543 24.527 15.9 19.318 9.44 11.396a13.057 13.057 0 0 0-1.77 6.58c0 4.543 2.312 8.552 5.824 10.9a13.05 13.05 0 0 1-5.93-1.64c-.002.056-.002.11-.002.163 0 6.345 4.513 11.638 10.504 12.84-1.1.298-2.256.457-3.45.457-.845 0-1.666-.078-2.464-.23 1.667 5.2 6.5 8.985 12.23 9.09a26.29 26.29 0 0 1-16.26 5.605c-1.055 0-2.096-.06-3.122-.184a37.036 37.036 0 0 0 20.067 5.882c24.083 0 37.25-19.95 37.25-37.25 0-.565-.013-1.133-.038-1.693a26.61 26.61 0 0 0 6.532-6.774z'/%3E%3C/svg%3E");
}

.timeline-tweet:hover .icon-heart {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath class='icon' fill='%23667580' d='M12 21.638h-.014C9.403 21.59 1.95 14.856 1.95 8.478c0-3.064 2.525-5.754 5.403-5.754 2.29 0 3.83 1.58 4.646 2.73.813-1.148 2.353-2.73 4.644-2.73 2.88 0 5.404 2.69 5.404 5.755 0 6.375-7.454 13.11-10.037 13.156H12zM7.354 4.225c-2.08 0-3.903 1.988-3.903 4.255 0 5.74 7.035 11.596 8.55 11.658 1.52-.062 8.55-5.917 8.55-11.658 0-2.267-1.822-4.255-3.902-4.255-2.528 0-3.94 2.936-3.952 2.965-.23.562-1.156.562-1.387 0-.015-.03-1.426-2.965-3.955-2.965z'/%3E%3C/svg%3E");
}

.timeline-tweet:hover .icon-share {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath class='icon' fill='%23667580' d='M21.78 11.47l-5.14-5.14a.75.75 0 0 0-1.06 1.062l3.858 3.858H8.918a.75.75 0 1 0 0 1.5h10.52l-3.857 3.858a.75.75 0 1 0 1.06 1.06l5.14-5.138a.747.747 0 0 0 0-1.06z'/%3E%3Cpath class='icon' fill='%23667580' d='M9.944 20.5H4.292a.793.793 0 0 1-.792-.792V4.292c0-.437.355-.792.792-.792h5.652a.75.75 0 0 0 0-1.5H4.292A2.294 2.294 0 0 0 2 4.292v15.416A2.294 2.294 0 0 0 4.292 22h5.652a.75.75 0 0 0 0-1.5z'/%3E%3C/svg%3E");
}

/* =============================================================================
// @name USA Search Component
// @description Styling for usa search at top of entire site. Fixing generic overrides to the USWDS
// @group components
// @file src/sass/_partials/5-components/_component.usa-search.scss
// ========================================================================== */
.mobile-boem-search-form {
  float: right;
}

.boem-site-search input[type="search"] {
  height: 2em;
  border-radius: 5px 0 0 5px;
}

.boem-site-search .form-item__control {
  float: left;
  width: 200px;
  height: 34px;
  padding-right: 34px;
  border-radius: 0;
}

.boem-site-search .button {
  width: 34px;
  height: 34px;
  padding: 0;
  color: #fff;
  border: 1px solid #1278c6;
  border-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #1278c6;
  font: normal normal normal 14px/1 'FontAwesome', serif;
  font-size: 0;
}

.boem-site-search .button::after {
  content: '\f002';
  color: #fff;
  font-size: 14px;
}

@media (min-width: 37.5em) {
  .boem-site-search .search_form {
    width: 200px;
  }
}

@media (min-width: 50em) {
  .boem-site-search .search_form {
    width: 300px;
  }
}

@media (min-width: 81.25em) {
  .boem-site-search .search_form {
    width: 500px;
  }
}

.l-page-header-top .boem-site-search {
  float: right;
}

.l-page__navigation-mobile-search {
  display: inline-block;
}

.l-page__navigation-mobile-search .search-toggle {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  border: none;
  background-color: #0f273b;
}

.l-page__navigation-mobile-search .boem-site-search {
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: all ease-in-out 0.5s;
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
  vertical-align: middle;
}

.l-page__navigation-mobile-search .boem-site-search.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-page__navigation-mobile-search .form-item {
  margin: 0;
}

table .video-container {
  position: relative;
  padding: 0 0 56.25%;
}

table .video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.videos-grid h5 {
  height: 3.5rem;
  margin-top: .5rem;
}

.boem-esp-studies {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #fafafa;
  border-radius: 5px;
  padding: 1rem;
}

.boem-esp-studies form .form-actions {
  clear: none;
}

.boem-esp-studies form .form-actions .button:first-child {
  margin: 1em;
}

.boem-esp-studies form .form-actions #edit-actions {
  margin: 0;
}

.boem-esp-studies .views-row {
  padding: 1.85em 0;
  border-bottom: 1px solid #6d6d6d;
  display: block;
}

.boem-esp-studies .views-row .views-field-field-last-updated,
.boem-esp-studies .views-row .views-field-field-study-region,
.boem-esp-studies .views-row .views-field-field-objectid {
  font-size: .9em;
}

.boem-esp-studies .views-row .views-field-field-studytitle {
  font-size: 1.1em;
  margin: .5em 0;
}

.boem-esp-studies .views-row:last-of-type {
  border-bottom: none;
}

.boem-esp-studies .row-content > *:last-child {
  margin-bottom: 0;
}

/* =============================================================================
// @name BOEM meeting resources pages
// @description styling for the public meeting resoruces that are often attached to the activities pages
// @group components
// @file src/sass/_partials/5-components/_component.view.boem-meeting-resources.scss
// ========================================================================== */
.boem-meeting-events hr {
  width: 60%;
  margin: 1rem auto;
}

.boem-meeting-documents {
  background-color: #fafafa;
  border-radius: 5px;
  padding: 1rem;
}

.boem-meeting-documents h4 {
  border-bottom: 2px solid #818d98;
  text-align: right;
  width: 50%;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-right: 0;
  margin-left: auto;
}

.flex-container {
  display: -webkit-flex;
  display: flex;
  gap: 1rem;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex-container .flex-item {
  -webkit-flex-grow: 1;
          flex-grow: 1;
  -webkit-flex-basis: 17%;
          flex-basis: 17%;
  max-width: 150px;
  text-align: center;
}

.flex-container .embedded-entity {
  background-color: #ccebfb;
  border-radius: 50%;
  padding: 0.2rem;
  margin: auto;
}

.flex-container img {
  height: 100px;
  aspect-ratio: 1;
  border-radius: 50%;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.flex-container img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.view-boem-science {
  margin-top: 0;
  margin-bottom: 0;
}

.view-boem-science .views-row {
  padding: 1.85em 0;
  border-bottom: 1px solid #6d6d6d;
}

.view-boem-science .views-row:last-of-type {
  border-bottom: none;
}

.view-boem-science .row-image {
  margin: 0 0 1.5em;
}

.view-boem-science .row-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
}

.view-boem-science .row-content h2 {
  font-size: 1.25em;
  color: #0065b3;
}

.view-boem-science .row-content > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 37.5em) {
  .view-boem-science .views-row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
            align-items: stretch;
  }
  .view-boem-science .row-image {
    float: left;
    width: 30%;
    margin-right: 1.5em;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
  }
}

@media (min-width: 50em) {
  .view-boem-science .row-image {
    margin-right: 2em;
    margin-bottom: 0;
  }
}

@media (min-width: 68.125em) {
  .view-boem-science .row-image {
    width: 400px;
    margin-right: 3em;
  }
}

.view-boem-science div.more-link {
  text-align: left;
}

.view-boem-science div.more-link a {
  display: inline-block;
  padding: 0.75rem 1.875rem;
  color: #fff;
  border-radius: 5px;
  background-color: #0065b3;
  font-weight: 600;
  transition: all .5s ease-out;
}

.view-boem-science div.more-link a:focus, .view-boem-science div.more-link a:hover {
  background-color: #0f273b;
  transition: all .5s ease-out;
  text-decoration: none;
}

.path-frontpage #block-boemoceanscience > div.background-wrapper > div.l-container {
  padding: 2.35em 1em;
}

.path-frontpage #block-boemoceanscience .block__header {
  margin-top: 1em;
}

.path-frontpage #block-boemoceanscience .block__header h2 {
  text-align: center;
  margin-bottom: 0;
}

.path-frontpage #block-boemoceanscience .block__header .tagline {
  padding-top: 0.5em;
  text-align: center;
  display: block;
  font-weight: normal;
  font-size: 1.35em;
  border-top: none;
  margin-bottom: 1.6em;
}

.path-frontpage #block-boemoceanscience .block__header .block-image--wrapper {
  margin-bottom: 3rem;
}

.path-frontpage #block-boemoceanscience .block__header .block-image--wrapper > img {
  display: block;
  margin: 0 auto;
}

.path-frontpage #block-boemoceanscience .block__header .block-image--wrapper.align-left {
  margin-right: 1.5rem;
}

.path-frontpage #block-boemoceanscience .block__header .block-image--wrapper.align-right {
  margin-left: 1.5rem;
}

.path-frontpage #block-boemoceanscience .block--views {
  padding: 0;
}

.path-frontpage #block-boemoceanscience .block--views .block__header {
  margin-top: 0;
}

.path-frontpage #block-boemoceanscience .block--views h2.block__title {
  padding-bottom: 1rem;
  margin-bottom: 0;
  border-bottom: 2px solid #3d97d2;
  text-transform: uppercase;
  font-size: 1.4rem;
  text-align: left;
}

.path-frontpage #block-boemoceanscience .view-boem-science {
  margin-bottom: 2em;
}

.path-frontpage #block-boemoceanscience .view-boem-science .views-row {
  border: none;
}

.path-frontpage #block-boemoceanscience .view-boem-science .views-row:last-of-type {
  margin-bottom: 0;
}

.path-frontpage #block-boemoceanscience .view-boem-science .row-image {
  float: none;
  margin-right: 0;
  margin-bottom: 1.5em;
}

.path-frontpage #block-boemoceanscience .view-boem-science .row-content h2 {
  margin-bottom: 1rem;
  color: #003a66;
}

@media (min-width: 37.5em) {
  .path-frontpage #block-boemoceanscience .view-boem-science .views-row {
    display: block;
  }
  .path-frontpage #block-boemoceanscience .view-boem-science .row-image {
    float: none;
    width: 100%;
  }
}

@media (min-width: 50em) {
  .path-frontpage #block-boemoceanscience .view-boem-science {
    margin-bottom: 0;
  }
  .path-frontpage #block-boemoceanscience .view-boem-science .views-row {
    display: block;
  }
}

@media (min-width: 68.125em) {
  .path-frontpage #block-boemoceanscience .view-boem-science .views-row {
    display: -webkit-flex;
    display: flex;
  }
  .path-frontpage #block-boemoceanscience .view-boem-science .row-image {
    float: left;
    width: 28%;
    margin-right: 2em;
    margin-bottom: 0;
  }
}

.path-frontpage #block-boemoceanscience .view-display-id-ocean_science_magazine .views-row {
  display: block;
}

.path-frontpage #block-boemoceanscience .view-display-id-ocean_science_magazine .views-row:last-of-type {
  padding-bottom: 0;
}

.path-frontpage #block-boemoceanscience .view-display-id-ocean_science_magazine .row-image {
  float: none !important;
  width: 100% !important;
}

.path-frontpage #block-boemoceanscience .view-display-id-ocean_science_magazine .views-field {
  margin: 1em 0;
}

.path-frontpage #block-boemoceanscience .view-display-id-ocean_science_magazine .views-field:first-child {
  margin-top: 0;
}

.path-frontpage #block-boemoceanscience .view-display-id-ocean_science_magazine .views-field-field-media-image img {
  min-width: 100%;
}

@media (min-width: 50em) {
  .path-frontpage #block-boemoceanscience .view-display-id-ocean_science_latest_news div.more-link {
    text-align: right;
  }
}

.path-frontpage #block-boemoceanscience .l-grid__cell--paragraph {
  padding: 0 1em;
}

@media (min-width: 50.01em) {
  .path-frontpage #block-boemoceanscience .l-grid__cell--paragraph {
    padding: 0 2em;
  }
  .path-frontpage #block-boemoceanscience .l-grid__cell--paragraph.l-grid__cell--4-md-no-gutters {
    padding-left: 1em;
    -webkit-flex-basis: 35%;
            flex-basis: 35%;
    max-width: 35%;
  }
  .path-frontpage #block-boemoceanscience .l-grid__cell--paragraph.l-grid__cell--8-md-no-gutters {
    padding-right: 1em;
    -webkit-flex-basis: 65%;
            flex-basis: 65%;
    max-width: 65%;
  }
}

@media (min-width: 81.26em) {
  .path-frontpage #block-boemoceanscience .l-grid__cell--paragraph.l-grid__cell--4-md-no-gutters {
    -webkit-flex-basis: calc(((100vw - 81.25em) / 2) + 20.3125em);
            flex-basis: calc(((100vw - 81.25em) / 2) + 20.3125em);
    max-width: calc(((100vw - 81.25em) / 2) + 20.3125em);
  }
  .path-frontpage #block-boemoceanscience .l-grid__cell--paragraph.l-grid__cell--8-md-no-gutters {
    -webkit-flex-basis: calc(((100vw - 81.25em) / 2) + 60.9375em);
            flex-basis: calc(((100vw - 81.25em) / 2) + 60.9375em);
    max-width: calc(((100vw - 81.25em) / 2) + 60.9375em);
  }
}

#views-exposed-form-mm-research-mm-research-block-ctx .fields--wrapper .form-item input, #views-exposed-form-mm-research-mm-research-block-ctx .fields--wrapper .form-item select {
  min-width: unset;
}

#views-exposed-form-mm-research-mm-research-block-ctx .actions--wrapper:before::before, #views-exposed-form-mm-research-mm-research-block-ctx .actions--wrapper:before::after {
  display: table;
  content: "";
}

#views-exposed-form-mm-research-mm-research-block-ctx .actions--wrapper:before::after {
  clear: both;
}

#views-exposed-form-mm-research-mm-research-block-ctx .chosen-container-multi .chosen-choices {
  border: 1px solid #6d6d6d;
  border-radius: 3px;
  padding: 0.275rem 0.675rem;
  background-image: none;
}

#views-exposed-form-mm-research-mm-research-block-ctx .chosen-container-multi .chosen-choices li {
  float: none;
}

#views-exposed-form-mm-research-mm-research-block-ctx .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  width: 25px;
  min-width: auto;
}

@media (min-width: 50em) {
  #views-exposed-form-mm-research-mm-research-block-ctx .chosen-container-multi .chosen-choices li {
    float: left;
  }
  #views-exposed-form-mm-research-mm-research-block-ctx .fields--wrapper .form-item:first-child {
    width: 100%;
  }
}

@media (min-width: 68.125em) {
  #views-exposed-form-mm-research-mm-research-block-ctx .fields--wrapper .form-item,
  #views-exposed-form-mm-research-mm-research-block-ctx .fields--wrapper .form-item:first-child {
    width: 20%;
  }
}

/* =============================================================================
// @name Regional Newsroom
// @description For the feed blocks that are on the regional landing pages.
// @group components
// @file src/sass/_partials/5-components/_component.view.region-newsroom.scsss
// ========================================================================== */
.l-grid__cell--paragraph div.boem-view-block {
  margin: 0;
}

.l-grid__cell--paragraph div.boem-view-block .block--views-blockboem-regional-feed-items-boem-regional-news {
  margin: 0;
  padding: 0;
}

.l-grid__cell--paragraph div.boem-view-block .block--views-blockboem-regional-feed-items-boem-regional-news h2.block__title {
  color: #d69300;
  margin-bottom: 0.3em;
}

.l-grid__cell--paragraph div.boem-view-block .boem-regional-news .views-field-field-news-type {
  font-style: italic;
  color: #343333;
  font-size: .9rem;
}

.l-grid__cell--paragraph div.boem-view-block .boem-regional-news .boem-news-item-story a {
  font-weight: bold;
  line-height: 1.6em;
}

.l-grid__cell--paragraph div.boem-view-block .boem-regional-news .boem-news-item {
  display: -webkit-flex;
  display: flex;
}

/* =============================================================================
// @name Virtual Museum  Component
// @description Styling for sFeatured Shipwrecks.
// @group components
// @file src/sass/_partials/5-components/_component.view.virtual-museum.scss
// ========================================================================== */
h2#feature {
  padding: 16px 0 16px 0;
  background-image: linear-gradient(to right, #fff, #ccebfb, #fff);
  font-size: 2.953125rem;
  text-align: center;
}

.posts {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: center;
          justify-content: center;
  gap: 1em;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: stretch;
          align-items: stretch;
}

.poststyle {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75), #ccebfb);
  width: 400px;
  padding: 1em;
  margin-top: 1em;
  display: grid;
}

.poststyle img {
  width: 360px;
  height: 300px;
}

.postsubtitle {
  display: block;
  text-align: center;
  color: rgba(17, 40, 60, 0.8);
}

.vam-buttonbar {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 1em;
          column-gap: 1em;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-self: end;
          align-self: end;
}

.vam-button {
  background-image: linear-gradient(to bottom, #fff, #ccebfb, #fff);
  font-weight: bold;
  width: 100px;
  text-align: center;
}

.player-container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 10rem;
  padding: 4em;
  background: #000;
}

#player {
  position: relative;
}

.VideoTransition {
  overflow-y: scroll;
  display: none;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0px;
  z-index: 1000;
  position: fixed;
  background-color: #000;
  transition-property: opacity;
  transition-duration: 3s;
}

.video-container span {
  position: absolute;
  width: 2rem;
  height: 2rem;
  right: 1rem;
  top: 11rem;
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
}

.boem-wreck {
  width: 100%;
  height: auto;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75), #ccebfb);
  clear: both;
  margin-top: 32px;
  margin-bottom: 32px;
  color: #fff;
  /* Then style the iframe to fit in the container div with full height and width */
}

.boem-wreck .boem-wreck-stage {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.boem-wreck .boem-wreck-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.boem-wreck .boem-wreck-panel {
  background-color: rgba(17, 40, 60, 0.8);
}

.boem-wreck p.boem-wreck-description {
  padding: 1em;
  max-width: 100%;
}

.boem-wreck .boem-wreck-description a {
  color: #fff;
}

.boem-wreck .boem-wreck-gallery {
  background-image: linear-gradient(to right, rgba(17, 40, 60, 0.8), transparent);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  gap: 1em;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 1em;
}

.boem-wreck .boem-wreck-gallery-card {
  -webkit-flex-grow: 1.2;
          flex-grow: 1.2;
}

.boem-wreck .boem-wreck-gallery-id {
  display: inline-block;
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  font-size: 1.3125rem;
  line-height: 1.5;
  /* set to same size as width, height */
  width: 2rem;
  height: 2rem;
  text-align: center;
}

.boem-wreck .boem-wreck-gallery-title {
  font-size: 1.5rem;
  display: inline;
  margin-left: .5em;
}

.boem-wreck .boem-wreck-gallery-description {
  padding: 1em;
  min-width: 15em;
}

.boem-wreck img.boem-wreck-gallery-img {
  display: inline;
  max-width: 13em;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.boem-wreck img.boem-wreck-gallery-img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.BACKTOTOP {
  width: 100%;
  height: auto;
  padding: 8px 0 8px 0;
  clear: both;
}

div.BACKTOTOP p.backtotopstyle {
  text-align: center;
  color: #3d97d2;
  font-weight: bold;
  clear: both;
  max-width: 100%;
}

/* =============================================================================
// @name Color Utilities
// @description Utility colors classes.
// @group utilities
// @file src/sass/_partials/6-utilities/_utilities.color.scss
// ========================================================================== */
.u-text-black {
  color: #000 !important;
}

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

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

.u-text-secondary {
  color: green !important;
}

.u-text-tertiary {
  color: #cf741b !important;
}

.u-text-muted {
  color: #6d6d6d !important;
}

.u-text-orange {
  color: #cf741b;
}

.u-bg-black {
  color: #fff;
  background-color: #000;
}

.u-bg-black a {
  color: #fff;
}

.u-bg-gray {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #eee;
}

/* =============================================================================
// @name Grid Utilities
// @description Utility grid classes.
// @group utilities
// @file src/sass/_partials/6-utilities/_utilities.grid.scss
// ========================================================================== */
.u-clearfix::before, .u-clearfix::after,
.clearfix::before,
.clearfix::after {
  display: table;
  content: "";
}

.u-clearfix::after,
.clearfix::after {
  clear: both;
}

/* =============================================================================
// @name Image Utilities
// @description Utility classes for styling images.
// @group utilities
// @file src/sass/_partials/6-utilities/_utilities.image.scss
// ========================================================================== */
/* stylelint-disable selector-max-type */
.u-img {
  display: block;
}

.u-img-left,
img[data-align='left'] {
  float: left;
  margin-right: 0.75rem;
  margin-bottom: 0.375rem;
}

.u-img-right,
img[data-align='right'] {
  float: right;
  margin-bottom: 0.375rem;
  margin-left: 0.75rem;
}

.u-img-center,
img[data-align='center'] {
  display: block;
  margin: 0 auto;
}

/* =============================================================================
// @name List Utilities
// @description Utility classes for styling lists.
// @group utilities
// @file src/sass/_partials/6-utilities/_utilities.list.scss
// ========================================================================== */
.u-list-border-bottom {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #6d6d6d;
}

.u-list-border-bottom:last-of-type {
  border-bottom: none;
}

/* =============================================================================
// @name Position Utilities
// @description Utility position classes.
// @group utilities
// @file src/sass/_partials/6-utilities/_utilities.position.scss
// ========================================================================== */
.u-align-left {
  float: left !important;
}

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

.u-align-center {
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.u-relative {
  position: relative !important;
}

/* =============================================================================
// @name Text Size Utility Classes
// @description Helper classes for styling text sizes.
// @group utilities
// @file src/sass/_partials/6-utilities/_utilities.text-size.scss
// ========================================================================== */
.u-text-size--xxxl {
  font-size: 3.375rem !important;
}

.u-text-size--xxl {
  font-size: 2.953125rem !important;
}

.u-text-size--xl {
  font-size: 2.25rem !important;
}

.u-text-size--lg {
  font-size: 1.5rem !important;
}

.u-text-size--md {
  font-size: 1.3125rem !important;
}

.u-text-size--sm {
  font-size: 1rem !important;
}

.u-text-size--xs {
  font-size: 0.875rem !important;
}

/* =============================================================================
// @name Typography Utilities
// @description Utility typography classes.
// @group utilities
// @file src/sass/_partials/6-utilities/_utilities.typography.scss
// ========================================================================== */
.u-text-left {
  text-align: left !important;
}

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

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

.u-text-justify {
  text-align: justify !important;
}

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

.u-text-normal {
  font-weight: 400 !important;
}

.u-text-medium {
  font-weight: 500 !important;
}

.u-text-semibold {
  font-weight: 600 !important;
}

.u-text-bold {
  font-weight: 700 !important;
}

.u-text-italic {
  font-style: italic !important;
}

.u-text-uppercase {
  text-transform: uppercase !important;
}

.u-text-lowercase {
  text-transform: lowercase !important;
}

.u-text-capitalize {
  text-transform: capitalize !important;
}

.u-text-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}

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

.u-text-underline a,
a.u-text-underline {
  text-decoration: underline;
}

.u-text-underline a:hover,
a.u-text-underline:hover {
  text-decoration: none;
}

.u-leader {
  margin-top: 1.5rem !important;
}

.u-half-leader {
  margin-top: 0.75rem !important;
}

.u-quarter-leader {
  margin-top: 0.375rem !important;
}

.u-eighth-leader {
  margin-top: 0.1875rem !important;
}

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

.u-trailer {
  margin-bottom: 1.5rem !important;
}

.u-half-trailer {
  margin-bottom: 0.75rem !important;
}

.u-quarter-trailer {
  margin-bottom: 0.375rem !important;
}

.u-eighth-trailer {
  margin-bottom: 0.1875rem !important;
}

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

.u-no-textwrap {
  white-space: nowrap !important;
}

.u-padding-left {
  padding-left: 1.5rem !important;
}

.u-half-padding-left {
  padding-left: 0.75rem !important;
}

.u-quarter-padding-left {
  padding-left: 0.375rem !important;
}

.u-paddind-left-none {
  padding-left: 0 !important;
}

.u-padding-right {
  padding-right: 1.5rem !important;
}

.u-half-padding-right {
  padding-right: 0.75rem !important;
}

.u-quarter-padding-right {
  padding-right: 0.375rem !important;
}

.u-padding-right-none {
  padding-right: 0 !important;
}

/* =============================================================================
// @name Visiblity Utilities
// @description Utility visiblity classes.
// @group utilities
// @file src/sass/_partials/6-utilities/_utilities.visibility.scss
// ========================================================================== */
.u-sr-only {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
}

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

@media (min-width: 22.5em) {
  .u-hidden--xxs {
    display: none !important;
  }
}

@media (max-width: 22.49em) {
  .u-hidden--xxs-down {
    display: none !important;
  }
}

@media (min-width: 25em) {
  .u-hidden--xs {
    display: none !important;
  }
}

@media (max-width: 24.99em) {
  .u-hidden--xs-down {
    display: none !important;
  }
}

@media (min-width: 37.5em) {
  .u-hidden--sm {
    display: none !important;
  }
}

@media (max-width: 37.49em) {
  .u-hidden--sm-down {
    display: none !important;
  }
}

@media (min-width: 50em) {
  .u-hidden--md {
    display: none !important;
  }
}

@media (max-width: 49.99em) {
  .u-hidden--md-down {
    display: none !important;
  }
}

@media (min-width: 68.125em) {
  .u-hidden--lg {
    display: none !important;
  }
}

@media (max-width: 68.115em) {
  .u-hidden--lg-down {
    display: none !important;
  }
}

@media (min-width: 81.25em) {
  .u-hidden--xl {
    display: none !important;
  }
}

@media (max-width: 81.24em) {
  .u-hidden--xl-down {
    display: none !important;
  }
}

.u-inline {
  display: inline !important;
}

.u-inline-block {
  display: inline-block !important;
}

.u-block {
  display: block !important;
}

.u-inline-flex {
  display: -webkit-inline-flex !important;
  display: inline-flex !important;
}

.u-flex {
  display: -webkit-flex !important;
  display: flex !important;
}

@media (max-width: 22.49em) {
  .u-visible--inline-xxs-down {
    display: inline !important;
  }
  .u-visible--inline-block-xxs-down {
    display: inline-block !important;
  }
  .u-visible--block-xxs-down {
    display: block !important;
  }
  .u-visible--table-xxs-down {
    display: table !important;
  }
  .u-visible--flex-xxs-down {
    display: -webkit-flex !important;
    display: flex !important;
  }
  .u-visible--inline-flex-xxs-down {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media (min-width: 22.5em) {
  .u-visible--inline-xxs {
    display: inline !important;
  }
  .u-visible--inline-block-xxs {
    display: inline-block !important;
  }
  .u-visible--block-xxs {
    display: block !important;
  }
  .u-visible--table-xxs {
    display: table !important;
  }
  .u-visible--flex-xxs {
    display: -webkit-flex !important;
    display: flex !important;
  }
  .u-visible--inline-flex-xxs {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media (max-width: 24.99em) {
  .u-visible--inline-xs-down {
    display: inline !important;
  }
  .u-visible--inline-block-xs-down {
    display: inline-block !important;
  }
  .u-visible--block-xs-down {
    display: block !important;
  }
  .u-visible--table-xs-down {
    display: table !important;
  }
  .u-visible--flex-xs-down {
    display: -webkit-flex !important;
    display: flex !important;
  }
  .u-visible--inline-flex-xs-down {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media (min-width: 25em) {
  .u-visible--inline-xs {
    display: inline !important;
  }
  .u-visible--inline-block-xs {
    display: inline-block !important;
  }
  .u-visible--block-xs {
    display: block !important;
  }
  .u-visible--table-xs {
    display: table !important;
  }
  .u-visible--flex-xs {
    display: -webkit-flex !important;
    display: flex !important;
  }
  .u-visible--inline-flex-xs {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media (max-width: 37.49em) {
  .u-visible--inline-sm-down {
    display: inline !important;
  }
  .u-visible--inline-block-sm-down {
    display: inline-block !important;
  }
  .u-visible--block-sm-down {
    display: block !important;
  }
  .u-visible--table-sm-down {
    display: table !important;
  }
  .u-visible--flex-sm-down {
    display: -webkit-flex !important;
    display: flex !important;
  }
  .u-visible--inline-flex-sm-down {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media (min-width: 37.5em) {
  .u-visible--inline-sm {
    display: inline !important;
  }
  .u-visible--inline-block-sm {
    display: inline-block !important;
  }
  .u-visible--block-sm {
    display: block !important;
  }
  .u-visible--table-sm {
    display: table !important;
  }
  .u-visible--flex-sm {
    display: -webkit-flex !important;
    display: flex !important;
  }
  .u-visible--inline-flex-sm {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media (max-width: 49.99em) {
  .u-visible--inline-md-down {
    display: inline !important;
  }
  .u-visible--inline-block-md-down {
    display: inline-block !important;
  }
  .u-visible--block-md-down {
    display: block !important;
  }
  .u-visible--table-md-down {
    display: table !important;
  }
  .u-visible--flex-md-down {
    display: -webkit-flex !important;
    display: flex !important;
  }
  .u-visible--inline-flex-md-down {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media (min-width: 50em) {
  .u-visible--inline-md {
    display: inline !important;
  }
  .u-visible--inline-block-md {
    display: inline-block !important;
  }
  .u-visible--block-md {
    display: block !important;
  }
  .u-visible--table-md {
    display: table !important;
  }
  .u-visible--flex-md {
    display: -webkit-flex !important;
    display: flex !important;
  }
  .u-visible--inline-flex-md {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media (max-width: 68.115em) {
  .u-visible--inline-lg-down {
    display: inline !important;
  }
  .u-visible--inline-block-lg-down {
    display: inline-block !important;
  }
  .u-visible--block-lg-down {
    display: block !important;
  }
  .u-visible--table-lg-down {
    display: table !important;
  }
  .u-visible--flex-lg-down {
    display: -webkit-flex !important;
    display: flex !important;
  }
  .u-visible--inline-flex-lg-down {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media (min-width: 68.125em) {
  .u-visible--inline-lg {
    display: inline !important;
  }
  .u-visible--inline-block-lg {
    display: inline-block !important;
  }
  .u-visible--block-lg {
    display: block !important;
  }
  .u-visible--table-lg {
    display: table !important;
  }
  .u-visible--flex-lg {
    display: -webkit-flex !important;
    display: flex !important;
  }
  .u-visible--inline-flex-lg {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media (max-width: 81.24em) {
  .u-visible--inline-xl-down {
    display: inline !important;
  }
  .u-visible--inline-block-xl-down {
    display: inline-block !important;
  }
  .u-visible--block-xl-down {
    display: block !important;
  }
  .u-visible--table-xl-down {
    display: table !important;
  }
  .u-visible--flex-xl-down {
    display: -webkit-flex !important;
    display: flex !important;
  }
  .u-visible--inline-flex-xl-down {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media print {
  .u-visible-print--block {
    display: block !important;
  }
  .u-visible-print--inline {
    display: inline !important;
  }
  .u-visible-print--inline-block {
    display: inline-block !important;
  }
  .u-visible-print--table {
    display: table !important;
  }
  .u-visible-print--flex {
    display: -webkit-flex !important;
    display: flex !important;
  }
  .u-visible-print--inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media screen {
  .u-hidden--print {
    display: none !important;
  }
}

/* =============================================================================
// @name Hotfixes
// @description Junk Sass file for hotfixes to be later cleaned up.
// @group hotfix
// @file src/sass/_partials/_7-hotfix.scss
// ========================================================================== */
.page-node-type-boem-gov-video .field--field-video-transcript .field__label {
  margin-top: 0.75em;
  margin-top: 1em;
  margin-bottom: 0.75em;
  padding-top: 1em;
  color: #000;
  border-top: 1px solid #dcdcdc;
  font-family: 'Open Sans', 'Helvetica Light', sans-serif;
  font-size: 1.5em;
  font-weight: 100;
  line-height: 1.5em;
}

.block__content .field--field-paragraph + .field--name-field-block-image-header.field--label-hidden {
  display: none;
}

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