@charset "UTF-8";
/*!
Theme Name: cbbt
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cbbt
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

cbbt is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  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
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/**
 * 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;
  font-size: 1em;
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * 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;
  font-size: 1em;
}
/**
 * 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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;
  padding: 0;
}
/**
 * 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;
  outline-offset: -2px;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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;
  font: inherit;
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*, *::before, *::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body, button, input, select, optgroup, textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/* Elements
--------------------------------------------- */
body {
  background: #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/* Forms
--------------------------------------------- */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}
.post, .page {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}
/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
/* Custom
--------------------------------------------- */
/*----------------------------------------------------------------------------------------
VARIABLES
----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------
UTILITY
----------------------------------------------------------------------------------------*/
.no-space {
  margin: 0;
  padding: 0;
}
.flex-horizontal {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 600px) {
  .flex-horizontal {
    flex-direction: row;
  }
}
.list-group {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
.list-group ul {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
a, a:link, a:hover, a:visited {
  outline: 0;
}
body {
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
}
.post, .page {
  margin: 0;
}
#page {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.site-main {
  flex: 1;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}
hr {
  background: #808080;
  max-width: 784px;
  width: 100%;
}
br {
  display: none;
}
@media only screen and (min-width: 600px) {
  br {
    display: inline;
  }
}
/*----------------------------------------------------------------------------------------
HEADER
----------------------------------------------------------------------------------------*/
.dash-bar {
  background: #1a1a1a;
  display: flex;
  height: 40px;
  width: 100%;
  justify-content: space-between;
}
.dash-bar p {
  margin: 0;
}
.dash-bar img {
  max-width: none;
}
.dash-left {
  display: flex;
  color: #fff;
  align-items: center;
  font-size: 16px;
  height: 40px;
}
.dash-right {
  display: flex;
  align-items: center;
}
.custom-search-button {
  display: block;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: 0.5s;
}
.custom-search-button img {
  width: 18px;
}
.custom-search-button:hover {
  background: #333;
}
@media only screen and (min-width: 600px) {
  .custom-search-button {
    display: block;
  }
}
.lane-status {
  display: flex;
  align-items: center;
  font-weight: 400;
  height: 100%;
  justify-content: center;
  padding: 0 0.5rem;
}
@media only screen and (min-width: 600px) {
  .lane-status {
    padding: 0 2rem 0 1.5rem;
  }
}
.lane-status span {
  display: none;
}
@media only screen and (min-width: 600px) {
  .lane-status span {
    display: inline-block;
    margin-left: 10px;
  }
}
.lane-status.open {
  background: #2e9987;
}
.lane-status.caution {
  background: #eda80b;
}
.lane-status.closed {
  background: #dc3545;
}
.caution-symbols {
  height: 21px;
  width: 21px;
}
.twitter-status {
  color: #fff;
  display: flex;
  font-weight: 400;
  max-width: 40vw;
  padding: 0 1rem;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}
.twitter-status:visited {
  color: #fff;
}
.twitter-status:hover {
  color: #1da1f2;
}
.twitter-status span {
  overflow-x: hidden;
  white-space: nowrap;
}
.twitter-status span:after {
  background: linear-gradient(90deg, rgba(26, 26, 26, 0) 50%, #1a1a1a 100%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 600px) {
  .twitter-status {
    max-width: 50vw;
  }
  .twitter-status span:after {
    display: none;
  }
}
.twitter-dash-icon {
  height: 18px;
  width: 18px;
  margin-top: 2px;
  margin-right: 0.5rem;
}
.site-header {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3vw;
  z-index: 100;
}
.header-logo {
  display: block;
  width: 88px;
}
.main-navigation {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  align-items: center;
  width: auto;
}
.main-navigation a {
  background-color: #fff;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 2rem 1.5rem;
  transition: 0.5s;
}
.main-navigation a:hover {
  background-color: #006ed9;
  color: #fff;
}
.main-navigation ul ul a {
  background-color: #0f5499;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  transition: 0.5s;
}
.main-navigation ul ul a:hover {
  background-color: #006ed9;
}
.sub-menu {
  display: flex;
  flex-direction: column;
}
.menu-menu-1-container {
  display: none;
}
@media screen and (min-width: 880px) {
  .menu-menu-1-container {
    display: block;
  }
}
.menu-toggle {
  display: block;
  height: 88px;
  max-width: none;
  width: 88px;
}
@media screen and (min-width: 880px) {
  .menu-toggle {
    display: none;
  }
}
.main-navigation.toggled ul {
  display: flex;
}
/* Slim navigation stuff */
#slim-masthead {
  display: none;
  align-items: stretch;
  background: #fff;
  left: 0;
  opacity: 0;
  position: fixed;
  top: -10px;
  width: 100%;
  z-index: 10;
  animation-name: slimHeaderAnimate;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}
#slim-masthead .main-navigation {
  align-items: stretch;
}
#slim-masthead .menu-menu-1-container {
  display: none;
}
#slim-masthead #slim-primary-menu {
  display: flex;
}
#slim-masthead #slim-primary-menu > li {
  display: flex;
  align-items: stretch;
}
#slim-masthead #slim-primary-menu > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
}
#slim-masthead .menu-toggle {
  height: 57px;
  width: 57px;
}
@keyframes slimHeaderAnimate {
  0% {
    opacity: 0;
    top: -10px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@media only screen and (min-width: 880px) {
  #slim-masthead .menu-menu-1-container {
    display: flex;
  }
}
/*----------------------------------------------------------------------------------------
Full Screen Overlay Nav
----------------------------------------------------------------------------------------*/
/* The Overlay (background) */
.overlay-menu {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  display: flex;
  align-items: center;
  background-color: #0a0a0a;
  /* Black w/opacity */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  left: 0;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  position: fixed;
  /* Stay in place */
  top: 0;
  width: 0;
  z-index: 100;
  /* Sit on top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}
/* Position the content inside the overlay */
.overlay-menu-content {
  width: 80vw;
  /* 100% width */
  text-align: center;
  /* Centered text/links */
  margin-top: 30px;
  /* 30px top margin to avoid conflict with the close button on smaller screens */
}
/* The navigation links inside the overlay */
.overlay-menu a {
  padding: 8px;
  text-decoration: none;
  font-size: 30px;
  color: #fff;
  display: inline-block;
  transition: 0.3s;
  /* Transition effects on hover (color) */
}
/* When you mouse over the navigation links, change their color */
.overlay-menu a:hover, .overlay a:focus {
  color: #0094ef;
}
/* Position the close button (top right corner) */
.overlay-menu .menuclosebtn {
  position: absolute;
  right: 2rem;
  top: 2rem;
  font-size: 60px;
}
/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay-menu a {
    font-size: 20px;
  }
  .overlay-menu .menuclosebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
.menu-menu-mobile-container {
  display: block;
}
.menu-menu-mobile-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-menu-mobile-container .sub-menu {
  background: #1a1a1a;
  border-radius: 10px;
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.menu-menu-mobile-container .sub-menu a {
  font-size: 24px;
}
.sidenav {
  display: flex;
  flex-direction: column;
}
.sidenav > li {
  margin-bottom: 0.25rem;
}
.dropdown-btn {
  display: inline-block;
  height: 20px;
  left: 20px;
  position: relative;
  width: 20px;
}
/*----------------------------------------------------------------------------------------
FOOTER
----------------------------------------------------------------------------------------*/
.site-footer {
  background-color: #1a1a1a;
  color: #fff;
  font-size: 1.25rem;
  padding: 4rem 2.5rem 1rem;
}
@media only screen and (min-width: 600px) {
  .site-footer {
    font-size: 1rem;
  }
}
.site-info {
  text-align: center;
}
.footer-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 600px) {
  .footer-inner {
    flex-direction: row;
  }
}
.footer-inner .left, .footer-inner .right {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 600px) {
  .footer-inner .left, .footer-inner .right {
    flex-direction: row;
    align-items: flex-start;
  }
}
.footer-inner .left {
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .footer-inner .left {
    align-items: flex-start;
    text-align: left;
  }
}
.footer-logo {
  display: block;
  margin-bottom: 1rem;
  max-width: none;
  width: 78px;
}
.address-block {
  padding: 0 1rem;
}
.address-block h4 {
  margin: 0 0 0.5rem;
}
.follow, .quick-links {
  border-left: none;
  padding: 0;
}
.follow h4, .quick-links h4 {
  font-weight: 700;
  color: #006ed9;
  text-align: center;
}
.follow ul, .quick-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.follow a:link, .follow a:visited, .follow a:hover, .quick-links a:link, .quick-links a:visited, .quick-links a:hover {
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 600px) {
  .follow, .quick-links {
    border-left: solid 2px #006ed9;
    padding: 0 2rem;
  }
  .follow h4, .quick-links h4 {
    margin: 0;
    text-align: left;
  }
  .follow ul, .quick-links ul {
    margin-right: 2rem;
  }
}
.follow {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 600px) {
  .follow {
    align-items: flex-start;
  }
}
.follow-icons {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 2rem;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .follow-icons {
    gap: 0;
    grid-template-columns: 1fr 1fr;
  }
}
.footer-social-icon {
  margin: 0.5rem 0;
}
.footer-social-icon img {
  height: 1rem;
}
/*----------------------------------------------------------------------------------------
HOME SECTIONS
----------------------------------------------------------------------------------------*/
.vimeo-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  padding: 14rem 2rem;
}
.vimeo-overlay {
  z-index: 5;
  background-color: rgba(20, 10, 10, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
}
.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section {
  padding: 12vw 2rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.section .section-inner {
  max-width: 700px;
}
.section p {
  margin-bottom: 3rem;
}
.history {
  padding-bottom: 17vw;
  padding-top: 17vw;
}
.headline-block {
  margin-bottom: 2rem;
  max-width: 700px;
  width: 100%;
  text-align: center;
  padding: 0 3rem;
}
.headline-block a:link, .headline-block a:visited {
  color: #0f5499;
  transition: 0.3s;
}
.headline-block a:hover {
  color: #0094ef;
}
.headline-block-wide {
  margin-bottom: 2rem;
  max-width: 820px;
  padding: 0 3rem;
  width: 100%;
  text-align: center;
}
.headline-block-wide a:link, .headline-block-wide a:visited {
  color: #0f5499;
  text-decoration: none;
  transition: 0.3s;
}
.headline-block-wide a:hover {
  color: #0094ef;
}
.headline-block-narrow {
  margin-bottom: 2rem;
  max-width: 510px;
  padding: 0 3rem;
  width: 100%;
  text-align: center;
}
.headline-block-narrow a:link, .headline-block-narrow a:visited {
  color: #0f5499;
  text-decoration: none;
  transition: 0.3s;
}
.headline-block-narrow a:hover {
  color: #0094ef;
}
.headline {
  font-size: 30px;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 2rem;
  max-width: 860px;
}
.headline span {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 50px;
  letter-spacing: normal;
  text-transform: lowercase;
}
@media only screen and (min-width: 600px) {
  .headline {
    letter-spacing: 9px;
  }
}
.headline-straggler {
  margin-bottom: 0;
}
.button {
  display: inline-block;
  background-color: #0f5499;
  color: #fff;
  letter-spacing: 4px;
  padding: 1rem 8vw;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
}
.button:hover {
  background-color: #0094ef;
  color: #fff !important;
}
.button:visited {
  color: #fff !important;
}
@media only screen and (min-width: 600px) {
  .button {
    padding: 1rem 4rem;
  }
}
.button-round {
  display: inline-block;
  background: transparent;
  border: solid 1px #0f5499;
  border-radius: 50px;
  color: #0f5499;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 4px;
  padding: 1rem 4rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
}
.button-round:visited {
  color: #0f5499;
}
.button-round:hover {
  background-color: #0094ef;
  border: solid 1px #0094ef;
  color: #fff;
}
.light-text {
  color: #fff;
}
.hero {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.25);
}
.hero br {
  display: none;
}
.hero .section-inner {
  z-index: 10;
}
.hero .headline {
  font-size: 30px;
}
@media only screen and (min-width: 600px) {
  .hero br {
    display: inline;
  }
  .hero .headline {
    font-size: 36px;
  }
}
.history {
  background-position: center top;
}
.cards-top {
  display: flex;
  justify-content: center;
  padding: 8rem 2.5rem 0;
}
.cards-top .headline {
  max-width: 400px;
  text-align: center;
}
.cards-bottom {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 0 2.5rem 8rem;
}
@media only screen and (min-width: 600px) {
  .cards-bottom {
    flex-direction: row;
  }
}
.card {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 4rem;
  max-width: 340px;
}
.card .img-container {
  display: inline-block;
  height: 450px;
  width: 340px;
  background-color: #fafafa;
}
.card img {
  object-fit: cover;
}
@media only screen and (min-width: 600px) {
  .card:not(:last-child) {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 600px) {
  .card-2 {
    margin-top: 100px;
  }
}
.slim-cards {
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  letter-spacing: 4px;
  text-transform: uppercase;
}
@media only screen and (min-width: 600px) {
  .slim-cards {
    flex-direction: row;
  }
}
.slim-single {
  display: flex;
  background-size: auto 100%;
  color: #fff;
  justify-content: center;
  align-items: center;
  flex: 1;
  font-weight: 500;
  padding: 7rem 2.5rem;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
  transition: 0.7s;
}
.slim-single:visited {
  color: #fff;
}
.slim-single:hover {
  background-size: auto 110%;
  color: #fff;
}
@media only screen and (orientation: landscape) {
  .slim-single {
    background-size: 100% auto;
  }
  .slim-single:hover {
    background-size: 110% auto;
    color: #fff;
  }
}
/*----------------------------------------------------------------------------------------
Single Posts
----------------------------------------------------------------------------------------*/
.entry-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.entry-header h1 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 100;
}
@media only screen and (min-width: 600px) {
  .entry-header h1 {
    font-size: 2.5rem;
  }
}
.entry-footer {
  display: none;
}
.page-title {
  max-width: 840px;
  text-align: center;
}
.page-title h1 {
  color: #1a1a1a;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 48px;
  text-transform: none;
  letter-spacing: normal;
}
.post-banner {
  height: 380px;
  width: 100%;
  background-color: #fafafa;
  background-position: center;
  background-size: 105% auto;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 2rem;
  padding: 2rem;
  position: relative;
  animation-name: postshrinkvertical;
  animation-delay: 0.25s;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
}
@media only screen and (orientation: landscape) {
  .post-banner {
    animation-name: postshrinkhorizontal;
  }
}
@keyframes postshrinkhorizontal {
  from {
    background-size: 105% auto;
  }
  to {
    background-size: 100% auto;
  }
}
@keyframes postshrinkvertical {
  from {
    background-size: auto 105%;
  }
  to {
    background-size: auto 100%;
  }
}
.entry-header .wpbdmv-animation {
  bottom: -1px;
  display: flex;
  height: auto;
  position: absolute;
  width: 170px;
}
.entry-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 3rem 0 0;
  padding-bottom: 3rem;
}
.entry-content li > ul {
  margin-top: 1rem;
}
/* -------------------------------------------------------------------
FLEXIBLE LAYOUT WRAPPERS
------------------------------------------------------------------- */
.append-info-wrapper {
  border-top: solid 1px #ddd;
  max-width: 810px;
  padding: 0 3rem;
  width: 100%;
}
.append-info-wrapper a:link, .append-info-wrapper a:visited {
  color: #0f5499;
  text-decoration: none;
  transition: 0.3s;
}
.append-info-wrapper a:hover {
  color: #0094ef;
}
.append-info-wrapper h1, .append-info-wrapper h2, .append-info-wrapper h3, .append-info-wrapper h4, .append-info-wrapper h5, .append-info-wrapper h6 {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 0;
}
.wrap-text-block {
  width: calc(100% - 4rem);
  max-width: 40rem;
}
.wrap-text-block h2, .wrap-text-block h3, .wrap-text-block h4, .wrap-text-block h5, .wrap-text-block h6 {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.wrap-text-block h2, .wrap-text-block h3 {
  font-size: 30px;
}
.wrap-text-block h4, .wrap-text-block h5, .wrap-text-block h6 {
  font-size: 24px;
}
.wrap-text-block ul {
  margin: 0;
}
.wrap-text-block a:link, .wrap-text-block a:visited {
  color: #0f5499;
  text-decoration: none;
  transition: 0.3s;
}
.wrap-text-block a:hover {
  color: #0094ef;
}
.wrap-text-block a.button:link, .wrap-text-block a.button:hover, .wrap-text-block a.button:visited {
  color: #fff;
}
.wrap-side-pad {
  width: 100%;
  max-width: 784px;
  margin-left: 2rem;
  margin-right: 2rem;
}
.wrap-side-pad h2, .wrap-side-pad h3, .wrap-side-pad h4, .wrap-side-pad h5, .wrap-side-pad h6 {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.wrap-side-pad h2, .wrap-side-pad h3 {
  font-size: 30px;
}
.wrap-side-pad h4, .wrap-side-pad h5, .wrap-side-pad h6 {
  font-size: 24px;
}
.wrap-ordered-list {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0;
  width: calc(100% - 3rem);
  line-height: 1.6;
  max-width: 784px;
  padding: 2rem 18px;
  border-top: solid 2px #1a1a1a;
}
.wrap-ordered-list li {
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.wrap-unordered-list {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0;
  width: calc(100% - 3rem);
  line-height: 1.6;
  max-width: 784px;
  padding: 2rem 18px;
  border-top: solid 2px #1a1a1a;
}
.wrap-unordered-list li {
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.wrap-button {
  margin-bottom: 3rem;
}
.image-basic {
  margin: 2rem;
}
.image-wide {
  width: 100%;
  margin: 2rem 0;
}
.image-wide-caption {
  font-size: 16px;
  font-weight: 400;
  max-width: 460px;
  padding: 20px 50px;
  background: #fff;
  margin-top: -70px;
  align-self: flex-start;
  margin-left: 10vw;
}
.vimeo-layout {
  margin: 2rem 0 6rem;
  max-width: 930px;
  width: 100%;
}
.nav-links {
  display: flex;
  gap: 1px;
}
.post-navigation .nav-previous, .post-navigation .nav-next {
  flex: unset;
  width: 100%;
}
.nav-previous, .nav-next {
  display: flex;
  background-color: #1a1a1a;
  align-items: center;
  justify-content: center;
}
.nav-previous a:link, .nav-previous a:hover, .nav-previous a:visited, .nav-next a:link, .nav-next a:hover, .nav-next a:visited {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 34px;
  height: 280px;
  justify-content: center;
  text-decoration: none;
  width: 100%;
}
.nav-title, .nav.subtitle {
  display: block;
}
.nav-subtitle {
  font-size: 16px;
  text-transform: uppercase;
  font-family: futura-pt, sans-serif;
}
/*----------------------------------------------------------------------------------------
News Archive
----------------------------------------------------------------------------------------*/
.feed-block {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 5rem 0;
  max-width: 700px;
  width: 100%;
}
.news-card {
  display: flex;
  background-color: #1a1a1a;
  border-radius: 5px;
  width: calc(100% - 20px);
  max-width: 700px;
  background-size: cover;
  background-position: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 3rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  text-decoration: none;
  color: #fff;
  transition: 0.7s;
}
.news-card:visited, .news-card:active, .news-card:focus {
  color: #fff;
}
.news-card:hover {
  color: #fff;
  background-size: 100%, 110%;
}
.news-card:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (min-width: 600px) {
  .news-card {
    background-size: 100%, 100%;
    padding: 7.5rem;
    height: 280px;
  }
}
.news-card-more {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: futura-pt, sans-serif;
}
/*----------------------------------------------------------------------------------------
News Post
----------------------------------------------------------------------------------------*/
.news .entry-content {
  margin-top: 0;
}
/*----------------------------------------------------------------------------------------
Careers Archive
----------------------------------------------------------------------------------------*/
.openings-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 2rem;
}
.openings-block h2 {
  color: #1a1a1a;
  font-size: 26px;
  font-weight: 300;
}
.openings-header {
  color: #1a1a1a;
  border-bottom: solid 1px #006ed9;
  width: 100%;
  max-width: 930px;
  margin-bottom: 2rem;
  text-align: center;
  padding-bottom: 1rem;
}
.position-label {
  color: #808080;
}
.position-label .number-highlight {
  color: #1a1a1a;
}
.career-card {
  display: flex;
  align-items: stretch;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  flex-direction: column;
  justify-content: space-between;
  margin: 10px 0;
  max-width: 930px;
  position: relative;
  text-align: center;
  text-decoration: none;
  top: 0;
  transition: 0.3s;
  width: 100%;
}
.career-card:hover {
  top: -5px;
  box-shadow: 0 0 7px 0 rgba(0, 110, 217, 0.9);
}
@media only screen and (min-width: 600px) {
  .career-card {
    flex-direction: row;
  }
}
.career-card-left, .career-card-right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 3rem;
}
.career-card-right {
  background-color: #f2f2f2;
  border-radius: 0 10px 10px 0;
}
.career-card-right-inner {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.close-date-label {
  color: #808080;
  font-family: georgia;
  font-style: italic;
}
/*----------------------------------------------------------------------------------------
Careers Posts
----------------------------------------------------------------------------------------*/
.single-careers .entry-content {
  padding-bottom: 3rem;
}
.single-careers h1 {
  margin-bottom: 0.5rem;
}
.single-careers .wrap-text-block {
  margin: 2rem 2rem 0;
}
.single-careers .wrap-unordered-list {
  font-family: futura-pt, sans-serif;
  margin: 0;
  width: 100%;
  line-height: 1.75;
  max-width: 784px;
  padding: 2rem 2rem 0;
  border-top: unset;
}
.single-careers a.button {
  color: #fff !important;
}
.single-careers a.button:visited {
  color: #fff !important;
}
.position-details {
  font-weight: 500;
}
.careers-label {
  text-transform: uppercase;
}
/*----------------------------------------------------------------------------------------
FAQs
----------------------------------------------------------------------------------------*/
.accordion-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 2rem;
}
.anchors-block {
  color: #1a1a1a;
  border-bottom: solid 1px #006ed9;
  width: calc(100% - 3rem);
  max-width: 930px;
  margin-bottom: 2rem;
  text-align: center;
  padding: 0 10px 1rem;
}
.anchors-block ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 600px) {
  .anchors-block ul {
    flex-direction: row;
  }
}
.anchors-block a:link {
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 400;
  transition: 0.3s;
}
.anchors-block a:visited {
  color: #1a1a1a;
}
.anchors-block a:hover {
  color: #006ed9;
}
.group-anchor:not(:last-child):after {
  content: "   |   ";
  display: none;
}
@media only screen and (min-width: 600px) {
  .group-anchor:not(:last-child):after {
    display: inline;
  }
}
.accordion-set {
  margin-bottom: 1rem;
}
.accordion {
  background-color: #f7f7f7;
  color: #444;
  cursor: pointer;
  padding: 2rem;
  width: 100%;
  text-align: left;
  border: none;
  border-radius: 10px 10px 0 0;
  line-height: 1.5;
  outline: none;
  transition: 0.4s;
}
.accordion-heading {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 0.5rem;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #006ed9;
  color: #fff;
}
/* Style the accordion panel. Note: hidden by default */
.accordion-panel {
  padding: 0 18px;
  background-color: #fff;
  border: solid 1px #006ed9;
  border-radius: 0 0 10px 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-panel p {
  padding: 0.5rem 0;
}
.accordion-group {
  width: 100%;
  max-width: 930px;
}
.files-accordion.accordion-set {
  width: calc(100% - 20px);
  max-width: 930px;
}
.files-accordion.accordion-set .accordion-panel {
  display: flex;
  flex-direction: column;
}
.files-accordion.accordion-set .accordion-panel .minutes-container {
  transform: translate(0);
}
.files-accordion.accordion-set .accordion-panel .minutes-container:first-child {
  margin-top: 10px;
}
/*----------------------------------------------------------------------------------------
Contact Us
----------------------------------------------------------------------------------------*/
.contact-form-container {
  max-width: 740px;
  padding: 0 10px;
  width: 100%;
}
.contact-form-container input, .contact-form-container select, .contact-form-container textarea {
  background: #f7f7f7;
  border: 0;
  font-family: futura-pt, sans-serif;
  padding: 1rem;
}
.contact-form-container input, .contact-form-container select {
  width: 100%;
}
.contact-form-container textarea {
  max-width: 100%;
}
.contact-form-container input[type="submit"] {
  background-color: #0f5499;
  color: #fff;
  cursor: pointer;
  letter-spacing: 5px;
  padding: 1rem;
  text-transform: uppercase;
  transition: 0.3s;
}
.contact-form-container input[type="submit"]:hover {
  background-color: #0094ef;
}
.info-cards-container {
  display: flex;
  flex-direction: column;
  max-width: 950px;
  padding: 0 10px;
  width: 100%;
}
.info-cards-container-header {
  border-bottom: 2px solid #006ed9;
  font-weight: 400;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  text-align: center;
}
.info-card-row {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 600px) {
  .info-card-row {
    flex-direction: row;
  }
}
.info-card {
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  padding: 2rem;
  width: 100%;
}
.info-card:not(:last-child) {
  margin-right: 20px;
}
.info-card-header {
  color: #0f5499;
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}
.icon-team {
  height: 124px;
  margin-bottom: 20px;
}
.social-links a:link, .social-links a:visited, .extra-links a:link, .extra-links a:visited {
  color: #1a1a1a;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  transition: 0.3s;
}
.social-links a:hover, .extra-links a:hover {
  color: #0094ef;
}
.icon-link-combo {
  margin-bottom: 1rem;
}
.icon-ig, .icon-fb, .icon-tw {
  margin-right: 0.75rem;
  position: relative;
  top: 3px;
}
.icon-ig {
  height: 16px;
}
.icon-fb {
  height: 18px;
}
.icon-tw {
  height: 15px;
}
.extra-links li {
  margin-bottom: 0.5rem;
}
/*----------------------------------------------------------------------------------------
Gallery
----------------------------------------------------------------------------------------*/
.grid-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 3rem 0 5rem;
  max-width: 790px;
  padding: 0 10px;
  width: 100%;
}
.gallery-tile {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  width: 250px;
  position: relative;
  top: 0;
  transition: 0.7s;
}
.gallery-tile:before {
  content: url("https://cbbtdev.wpengine.com/wp-content/uploads/2022/05/gallery-ig-icon.svg");
  position: absolute;
  right: 10px;
  top: 10px;
  width: 14px;
  z-index: 100;
}
.gallery-tile:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.gallery-tile:hover {
  top: -10px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}
.gallery-tile img {
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*----------------------------------------------------------------------------------------
History
----------------------------------------------------------------------------------------*/
.timeline-wrapper {
  background-image: url("https://cbbtdev.wpengine.com/wp-content/uploads/2022/05/timeline-background.svg");
  background-position: center;
  background-repeat: repeat-y;
  background-size: 4px 100px;
  margin-bottom: 15rem;
  margin-top: 3rem;
  padding: 0 10px;
}
.timeline-connection {
  display: flex;
  max-width: 133px;
  position: relative;
  width: 100%;
  justify-content: center;
}
.timeline-circle {
  border-radius: 50%;
  height: 25px;
  width: 25px;
  background: #006ed9;
  position: absolute;
  top: -13px;
}
.timeline-entry {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 630px;
  margin-bottom: 8.75rem;
  position: relative;
  text-align: center;
  width: 100%;
}
.timeline-entry h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 70px;
  margin: 0;
}
.timeline-entry img {
  border-color: #efefef;
  border-style: solid;
  border-width: 20px;
  box-shadow: 0 10px 10px rgba(10, 10, 10, 0.2);
  cursor: pointer;
  transition: 0.7s;
}
.timeline-entry img:hover {
  transform: scale(1.01);
  border-color: #006ed9;
}
.timeline-entry .timeline-extender {
  display: none;
}
.timeline-entry:last-child {
  margin-bottom: -8.75rem;
}
@media only screen and (min-width: 780px) {
  .timeline-entry .timeline-extender {
    display: block;
    background: #efefef;
    height: 4px;
    max-width: 133px;
    position: relative;
    width: 100%;
  }
  .timeline-entry:nth-child(odd) {
    right: 130px;
  }
  .timeline-entry:nth-child(odd) .timeline-connection {
    justify-content: unset;
    left: 65px;
  }
  .timeline-entry:nth-child(even) {
    left: 130px;
  }
  .timeline-entry:nth-child(even) .timeline-connection {
    justify-content: unset;
    right: 65px;
  }
  .timeline-entry:nth-child(even) .timeline-circle {
    right: 0;
  }
}
.timeline-blurb {
  padding: 0 2rem;
}
.vimeo-pair {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 5rem;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .vimeo-pair {
    flex-direction: row;
  }
}
.vimeo-single {
  margin-bottom: 4rem;
  max-width: 500px;
  padding: 0 10px;
  width: 100%;
}
.vimeo-single h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .vimeo-single:not(:last-child) {
    margin-right: 50px;
  }
}
/*----------------------------------------------------------------------------------------
Weather
----------------------------------------------------------------------------------------*/
.weather-intro {
  text-align: center;
  border-top: solid 1px #006ed9;
}
.table-container {
  max-width: 1100px;
  overflow-x: scroll;
  padding-bottom: 5rem;
  width: 100%;
}
.table-container table {
  border-collapse: collapse;
  min-width: 600px;
}
.table-container th, .table-container td {
  padding: 20px;
}
.table-container th {
  background: #006ed9;
  border: 1px solid #006ed9;
  color: #fff;
}
.table-container td {
  border: 1px solid #eee;
}
.table-container tr:nth-child(even) {
  background-color: #eee;
}
.weather-accordion {
  text-align: center;
}
.weather-panel-inner {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 600px) {
  .weather-panel-inner {
    flex-direction: row;
  }
}
.weather-accordion-data {
  padding: 1rem;
}
@media only screen and (min-width: 600px) {
  .weather-accordion-data:first-child {
    width: 25%;
  }
  .weather-accordion-data:last-child {
    width: 75%;
  }
}
.weather-data-label {
  font-weight: 500;
}
/*----------------------------------------------------------------------------------------
Tolls
----------------------------------------------------------------------------------------*/
.tolls-accordion {
  margin-bottom: 4rem;
  max-width: 1060px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.tolls-accordion h4 {
  text-transform: uppercase;
}
.tolls-accordion .price {
  font-size: 1.25rem;
  font-weight: 600;
}
.toll-class-label {
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 600px) {
  .toll-class-label {
    margin-bottom: 0;
  }
}
.toll-image-container {
  display: flex;
  margin-bottom: 1rem;
  max-width: 50vw;
}
@media only screen and (min-width: 600px) {
  .toll-image-container {
    margin-bottom: 0;
    max-width: 240px;
    padding-right: 2rem;
  }
}
.toll-class-icon {
  align-self: center;
}
.toll-class-description {
  width: 100%;
}
.toll-calc-rows {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.toll-calc-data {
  flex-direction: column;
}
@media only screen and (min-width: 600px) {
  .toll-calc-data {
    flex-direction: row;
  }
}
.toll-row-description {
  font-weight: 500;
}
.toll-row-description span {
  font-weight: unset;
}
.toll-cell {
  padding: 1rem;
  width: 100%;
}
.text-small {
  font-size: 0.9rem;
}
.text-italic {
  font-style: italic;
}
.accordion-panel .toll-calc-rows:not(:last-child) {
  border-bottom: solid 1px #ccc;
}
.toll-calc-header {
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 600px) {
  .toll-calc-header {
    flex-direction: row;
    align-items: flex-start;
  }
}
.ezpass-header, .toll-programs-header {
  font-family: georgia;
  font-size: 32px;
  justify-content: center;
  line-height: 1.25;
  padding: 0 2rem;
  text-align: center;
  width: 100%;
}
.ezpass-header span, .toll-programs-header span {
  font-style: italic;
}
.ezpass-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
  max-width: 1040px;
  width: calc(100% - 2rem);
}
.ezpass-wrapper h1, .ezpass-wrapper h2, .ezpass-wrapper h3, .ezpass-wrapper h4, .ezpass-wrapper h5, .ezpass-wrapper h6 {
  font-size: 1.5rem;
}
.ezpass-wrapper a:link, .ezpass-wrapper a:visited {
  color: #4169e1;
  text-decoration: none;
}
.ezpass-wrapper a:hover {
  color: #0094ef;
}
.ezpass-wrapper a.button {
  color: #fff;
}
.ezpass-wrapper a.button:hover {
  color: #fff;
}
@media only screen and (min-width: 600px) {
  .ezpass-wrapper {
    flex-direction: row;
  }
}
.ezpass-left, .ezpass-right {
  padding: 0 1rem;
}
@media only screen and (min-width: 600px) {
  .ezpass-left, .ezpass-right {
    padding: 2rem;
    width: 50%;
  }
}
@media only screen and (min-width: 600px) {
  .ezpass-left {
    border-right: solid 1px #333;
  }
}
/*----------------------------------------------------------------------------------------
Travel
----------------------------------------------------------------------------------------*/
.travel-grid {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0;
  display: flex;
  flex-direction: column;
  margin: 3rem 0 5rem;
  max-width: 1068px;
  width: 100%;
}
.travel-grid h2 {
  text-align: center;
}
.travel-grid .image-tile {
  position: relative;
}
.travel-grid .text-tile {
  padding: 3rem;
}
@media only screen and (min-width: 600px) {
  .travel-grid {
    background-size: 50%;
  }
}
.travel-grid img {
  object-fit: cover;
  object-position: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.travel-grid img:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media only screen and (min-width: 600px) {
  .travel-grid img {
    position: absolute;
  }
}
.travel-row {
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 600px) {
  .travel-row {
    flex-direction: row;
  }
}
.travel-row:nth-child(even) {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 600px) {
  .travel-row:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.travel-grid-tile {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .travel-grid-tile {
    width: 50%;
  }
}
.vimeo-popup-button {
  display: contents;
  cursor: pointer;
}
.map-embed-wrapper {
  margin-bottom: 2rem;
  max-width: 1068px;
  width: 100%;
}
.directions-accordion {
  display: flex;
  flex-direction: column;
  margin-bottom: 4.125rem;
  max-width: 1068px;
}
.directions-accordion ul {
  margin: 0;
  padding: 2rem;
}
.directions-accordion .accordion-set {
  margin-bottom: 0;
}
.directions-accordion .accordion {
  border-radius: 0;
  text-align: center;
}
.directions-accordion .accordion-panel {
  border: 0;
  border-radius: 0;
}
@media only screen and (min-width: 600px) {
  .directions-accordion {
    flex-direction: row;
  }
}
@media only screen and (min-width: 600px) {
  .directions-accordion {
    border-bottom: dashed 1px #006ed9;
  }
  .directions-accordion .accordion-set:not(:last-child) {
    border-right: dashed 1px #006ed9;
  }
}
.section-more-info {
  margin-bottom: 7.25rem;
}
.section-more-info a:link, .section-more-info a:visited {
  color: #fff;
  transition: 0.3s;
}
.section-more-info a:hover {
  color: #0094ef;
}
/*----------------------------------------------------------------------------------------
Effects
----------------------------------------------------------------------------------------*/
.fade-tile {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s;
  -webkit-transition: 0.75s;
  -o-transition: 0.75s;
  transition: 0.75s;
  opacity: 0;
}
.inView {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
/*----------------------------------------------------------------------------------------
Organization
----------------------------------------------------------------------------------------*/
.mission-header, .structure-header, .commission-header, .staff-header {
  display: flex;
  font-family: georgia;
  font-size: 32px;
  font-style: italic;
  justify-content: center;
  line-height: 1.25;
  padding: 0 2rem;
  text-align: center;
  width: 100%;
}
.mission-header h1, .mission-header h2, .mission-header h3, .mission-header h4, .mission-header h5, .mission-header h6 {
  margin-bottom: 0;
}
.organization-grid {
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 1fr;
  max-width: 1060px;
  width: calc(100% - 10px);
}
@media only screen and (min-width: 600px) {
  .organization-grid {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.organization-member {
  margin: 0 0 2rem;
  max-width: 230px;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .organization-member {
    margin: 0 30px 3.75rem;
  }
}
.member-photo-wrapper {
  margin-bottom: 1rem;
}
.member-name, .member-title {
  margin: 0;
}
.member-name {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.125rem;
}
.member-title {
  color: #0f5499;
  font-size: 1rem;
  font-weight: 400;
}
.organization-structure {
  display: flex;
  background-image: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%), url("https://cbbtdev.wpengine.com/wp-content/uploads/2022/05/org-structure-background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: center;
  margin-bottom: 3rem;
  padding: 0 1rem 6rem;
  width: 100%;
}
.structure-grid {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1082px;
  width: 100%;
}
.structure-grid .interactions {
  cursor: pointer;
  position: relative;
  top: 0;
  transition: 0.3s;
}
.structure-grid .interactions:hover {
  top: -10px;
}
@media only screen and (min-width: 600px) {
  .structure-grid {
    background-image: url("https://cbbtdev.wpengine.com/wp-content/themes/cbbt/images/structure-branches.svg");
    background-position: center;
    background-size: contain;
    grid-template-columns: 9% 9% 13% 6% 4% 4% 6% 8% 6% 13% 8% 14%;
    grid-template-rows: 25% 25% 25% 25%;
  }
}
.organization-division {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  border-top: solid 6px #006ed9;
  box-shadow: 0 10px 10px rgba(10, 10, 10, 0.2);
  font-weight: 500;
  height: 106px;
  justify-content: center;
  margin: 20px 5px;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .structure-1 {
    grid-column-start: 4;
    grid-column-end: 10;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
@media only screen and (min-width: 600px) {
  .structure-2 {
    grid-column-start: 4;
    grid-column-end: 10;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media only screen and (min-width: 600px) {
  .structure-3 {
    grid-column-start: 2;
    grid-column-end: 7;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}
@media only screen and (min-width: 600px) {
  .structure-4 {
    grid-column-start: 8;
    grid-column-end: 12;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}
@media only screen and (min-width: 600px) {
  .structure-5 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
  }
}
@media only screen and (min-width: 600px) {
  .structure-6 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 4;
    grid-row-end: 5;
  }
}
@media only screen and (min-width: 600px) {
  .structure-7 {
    grid-column-start: 6;
    grid-column-end: 9;
    grid-row-start: 4;
    grid-row-end: 5;
  }
}
@media only screen and (min-width: 600px) {
  .structure-8 {
    grid-column-start: 9;
    grid-column-end: 11;
    grid-row-start: 4;
    grid-row-end: 5;
  }
}
@media only screen and (min-width: 600px) {
  .structure-9 {
    grid-column-start: 11;
    grid-column-end: 13;
    grid-row-start: 4;
    grid-row-end: 5;
  }
}
.page-template-organization .modal-content {
  border-radius: 10px;
  font-size: 1.125rem;
  max-width: 655px;
  width: 100%;
}
.page-template-organization .modal-header {
  padding: 0 2rem 0.75rem;
  background-color: #006ed9;
  border-radius: 10px 10px 0 0;
  color: #fff;
}
.page-template-organization .modal-body {
  color: #1a1a1a;
  padding: 2rem;
  text-align: left;
  background: #fff;
}
/*----------------------------------------------------------------------------------------
Explore
----------------------------------------------------------------------------------------*/
.trivia-section {
  display: flex;
  align-items: center;
  background: #f6f6f6;
  justify-content: center;
  flex-direction: column;
  padding: 7rem 2rem;
  width: 100%;
}
.facts-container {
  margin-top: 4rem;
  max-width: 830px;
  width: 100%;
}
.facts {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  font-size: 1rem;
  margin-bottom: 40px;
  padding: 2rem 5vw 0.5rem;
  position: relative;
  width: 100%;
}
.facts h2, .facts h3, .facts h4, .facts h5, .facts h6 {
  font-family: georgia;
  font-size: 1.125rem;
  margin: 0.5rem 0;
}
.facts p {
  margin: 0 0 1.25rem;
}
.trivia-label {
  background-color: goldenrod;
  border-radius: 10px 0 10px 0;
  color: #fff;
  display: inline-block;
  top: 0;
  left: 0;
  padding: 0.25rem 1rem;
  position: absolute;
}
.vimeo-modal {
  display: none;
  /* Hidden by default */
  align-items: center;
  background-color: rgba(5, 28, 51, 0.8);
  /* Black w/ opacity */
  height: 100%;
  /* Full height */
  justify-content: center;
  left: 0;
  padding: 0 10px;
  position: fixed;
  /* Stay in place */
  top: 0;
  width: 100%;
  /* Full width */
  z-index: 10000;
  /* Sit on top */
}
.vimeo-modal-content {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .vimeo-modal-content {
    width: 80%;
  }
}
.vimeo-close {
  color: #fff;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: -30px;
}
/*----------------------------------------------------------------------------------------
Interactive Map
----------------------------------------------------------------------------------------*/
.responsive-wrapper {
  width: 100%;
  max-width: 740px;
  margin-bottom: 7rem;
}
.interactive-map-container {
  background-size: cover;
  padding-top: 162%;
  width: 100%;
}
.interactive-grid {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: 10.5% 2% 4.8% 2% 24.5% 2% 17.4% 2% 13.1% 2% 2% 2% 5.6% 2% 5.1%;
  grid-template-rows: 7.6% 1.25% 2.5% 1.25% 3.75% 1.25% 3% 1.25% 11.8% 1.25% 31.25% 1.25% 2.2% 1.25% 15.6% 1.25% 12.3%;
  position: absolute;
  right: 0;
  top: 0;
}
button.marker {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  padding: 0;
  transition: 0.7s;
}
button.marker:hover {
  opacity: 1;
}
.marker-1 {
  grid-column-start: 10;
  grid-column-end: 11;
  grid-row-start: 2;
}
.marker-2 {
  grid-column-start: 12;
  grid-row-start: 2;
}
.marker-3 {
  grid-column-start: 10;
  grid-row-start: 4;
}
.marker-4 {
  grid-column-start: 11;
  grid-row-start: 6;
}
.marker-5 {
  grid-column-start: 8;
  grid-row-start: 8;
}
.marker-6 {
  grid-column-start: 14;
  grid-row-start: 8;
}
.marker-7 {
  grid-column-start: 6;
  grid-row-start: 10;
}
.marker-8 {
  grid-column-start: 2;
  grid-row-start: 12;
}
.marker-9 {
  grid-column-start: 4;
  grid-row-start: 14;
}
.marker-10 {
  grid-column-start: 2;
  grid-row-start: 16;
}
.marker-button-image {
  left: -50%;
  max-width: unset;
  position: relative;
  top: -230%;
  width: 230%;
}
/*----------------------------------------------------------------------------------------
Meeting Notice
----------------------------------------------------------------------------------------*/
.notice-container-wrapper {
  max-width: 915px;
  padding: 0 10px;
  width: 100%;
}
.notice-container {
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 3.75rem;
  padding: 4.4vw;
  width: 100%;
}
.notice-container h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.notice-container ul {
  font-weight: 400;
  margin: 0;
}
.notice-container li {
  margin-bottom: 1rem;
}
.notice-time {
  color: #006ed9;
  font-size: 1.25rem;
  font-weight: 500;
}
.notice-time span {
  color: #1a1a1a;
}
.minutes-container {
  border-radius: 10px;
  background: #ecf0f1;
  color: #333;
  font-weight: 500;
  margin-bottom: 10px;
  max-width: 895px;
  padding: 2rem;
  text-decoration: none;
  width: 100%;
  transition: 0.3s;
}
.minutes-container:visited {
  color: #333;
}
.minutes-container:hover {
  background-color: #0094ef;
  color: #fff;
}
.minutes-container::after {
  content: url("https://cbbtdev.wpengine.com/wp-content/themes/cbbt/images/icon-new-tab.svg");
  position: absolute;
  height: 21px;
  right: 36px;
  top: 36px;
  width: 21px;
}
.minutes-title {
  margin-left: 45px;
  position: relative;
}
.minutes-title::before {
  content: url("https://cbbtdev.wpengine.com/wp-content/themes/cbbt/images/icon-pdf.svg");
  position: absolute;
  height: 45px;
  left: -50px;
  top: -6px;
  width: 34px;
}
/*----------------------------------------------------------------------------------------
Hazmat Grid
----------------------------------------------------------------------------------------*/
.hazmat-container {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin: 2rem;
  max-width: 804px;
  padding: 0 10px;
  width: 100%;
}
.hazmat-container a:link, .hazmat-container a:visited {
  color: #1a1a1a;
}
.hazmat-container a:hover {
  color: #006ed9;
}
@media only screen and (min-width: 600px) {
  .hazmat-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.hazmat-item {
  display: flex;
  align-items: center;
  flex: 1;
  flex-direction: column;
  text-decoration: none;
}
.hazmat-description {
  background: #efefef;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 400;
  margin: 2rem 0 0px;
  padding: 0.5rem 1rem;
  width: 100%;
  text-align: center;
  transition: 0.3s;
}
.reference-table {
  border-collapse: collapse;
  font-size: 1rem;
  max-width: 784px;
  width: 100%;
}
.reference-table td, .reference-table th {
  border: 1px solid #ddd;
  text-align: left;
  padding: 8px;
}
.reference-table tr:nth-child(even) {
  background-color: #ddd;
}
/*----------------------------------------------------------------------------------------
Travel Advisory
----------------------------------------------------------------------------------------*/
.status-box {
  display: flex;
  align-items: center;
  background: #f7f7f7;
  border-radius: 10px;
  flex-direction: column;
  text-align: center;
  margin-bottom: 3rem;
  max-width: 784px;
  width: calc(100% - 20px);
}
.status-box .status-headline {
  background: #006ed9;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 4px;
  padding: 2rem 1rem;
  text-transform: uppercase;
  width: 100%;
}
.status-box .status-description {
  background: #1a1a1a;
  color: #fff;
  font-size: 1.25rem;
  padding: 1rem;
  width: 100%;
}
.status-box .status-info-1 {
  padding: 3rem 1rem;
  width: 100%;
}
.status-box .status-info-1 br {
  display: inline;
}
.status-box .status-info-2 {
  background: #006ed9;
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-weight: 400;
  padding: 1rem;
  width: 100%;
}
.status-added-info {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 784px;
  width: 100%;
}
.status-added-info a:link, .status-added-info a:visited {
  color: #0f5499;
}
.status-added-info a:hover {
  color: #0094ef;
}
.status-added-info-top {
  border-top: solid 1px #006ed9;
  padding: 1rem 1rem 0;
}
.status-added-info-bottom {
  display: flex;
  justify-content: center;
  padding: 1rem;
  text-align: center;
  width: 100%;
}
.tiled-buttons-block {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.tiled-buttons-block .headline {
  margin-bottom: 4rem;
  text-align: center;
}
.tiled-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tiled-buttons a:link, .tiled-buttons a:visited {
  color: #333;
}
.tiled-buttons a:hover {
  color: #006ed9;
}
@media only screen and (min-width: 600px) {
  .tiled-buttons {
    flex-direction: row;
  }
}
.tiled-button-group {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: "futura-pt";
  font-weight: 400;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
}
.tiled-button-group .tiled-button-image {
  background-position: center;
  background-size: 100% 100%;
  padding-top: 75%;
  width: 360px;
  transition: 0.5s;
}
.tiled-button-group:hover .tiled-button-image {
  background-size: 110% 110%;
}
.tiled-button-name {
  margin: 1rem 0;
}
/*----------------------------------------------------------------------------------------
File Submission
----------------------------------------------------------------------------------------*/
.form-and-submit {
  display: flex;
  flex-direction: column;
  max-width: 784px;
  padding: 0 3rem;
  width: 100%;
}
.form-and-submit form input {
  margin: 0.5rem 0 !important;
}
.form-and-submit form p {
  margin: 0 0 2rem !important;
}
/*----------------------------------------------------------------------------------------
PTSTP
----------------------------------------------------------------------------------------*/
.chessie {
  margin-bottom: 6rem;
}
/*----------------------------------------------------------------------------------------
Modal
----------------------------------------------------------------------------------------*/
/* The Modal (background) */
.modal {
  background-color: rgba(5, 28, 51, 0.8);
  /* Black w/ opacity */
  display: none;
  /* Hidden by default */
  height: 100%;
  /* Full height */
  left: 0;
  padding: 0 10px;
  position: fixed;
  /* Stay in place */
  top: 0;
  width: 100%;
  /* Full width */
  z-index: 10000;
  /* Sit on top */
}
/* Modal Header */
.modal-header {
  padding: 2px 16px;
  background-color: #0f5499;
  border-radius: 10px 10px 0 0;
  color: #fff;
  text-align: center;
}
.modal-header h2 {
  margin: 0 0 1rem;
}
/* Modal Body */
.modal-body {
  background: #1a1a1a;
  border-radius: 0 0 10px 10px;
  color: #fff;
  max-height: calc(90vh - 90px);
  overflow-y: scroll;
  padding: 1rem 3rem 3rem;
  text-align: left;
}
.modal-body .headline-block {
  max-width: none;
}
.modal-body .button {
  border-radius: 50px;
  display: block;
  margin-top: 2rem;
}
.modal-body ul {
  margin: 0;
}
.modal-body li {
  margin-bottom: 1rem;
}
.modal-body::-webkit-scrollbar {
  width: 2px;
}
.modal-body::-webkit-scrollbar-track {
  background: transparent;
}
.modal-body::-webkit-scrollbar-thumb {
  background: #0f5499;
}
.modal-body::-webkit-scrollbar-thumb:hover {
  background: #0f5499;
}
/* Modal Content */
.modal-content {
  position: relative;
  border-radius: 11px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-size: 1.125rem;
  margin: auto;
  max-width: 600px;
  padding: 0;
  width: 100%;
  animation-name: animateModal;
  animation-duration: 1.5s;
}
.modal-content .headline {
  font-size: 1.5rem;
  line-height: 40px;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.modal-content .button-round {
  background: transparent;
  border: solid 1px #0f5499;
  border-radius: 50px;
  color: #0f5499;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 4px;
  padding: 1rem 4rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
}
.modal-content .button-round:visited {
  color: #0f5499;
}
.modal-content .button-round:hover {
  background-color: #0094ef;
  border: solid 1px #0094ef;
  color: #fff;
}
/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 20px;
  font-weight: bold;
}
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* Add Animation */
@keyframes animateModal {
  from {
    top: 100px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.page-template-organization .modal-content {
  border-radius: 10px;
  font-size: 1rem;
  max-width: 655px;
  width: 100%;
}
.page-template-organization .modal-header {
  padding: 0 2rem 0.75rem;
  background-color: #006ed9;
  border-radius: 10px 10px 0 0;
  color: #fff;
}
.page-template-organization .modal-body {
  padding: 2rem;
  text-align: left;
}
/*-----
Search Modal
-----*/
/* The Search Modal (background) */
.search-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(10, 10, 10, 0.92);
  /* Fallback color */
  z-index: 1000;
  /* Sit on top */
  animation-name: modalFull;
  animation-duration: 0.3s;
}
/* Seach Modal Content/Box */
.search-modal-content {
  display: flex;
  align-items: center;
  background-color: transparent;
  flex-direction: column;
  justify-content: center;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  /* Could be more or less, depending on screen size */
}
.search-modal-content input[type="search"] {
  background: transparent;
  border: 0;
  border-bottom: solid 1px;
  border-radius: 0;
  color: #fff;
  font-size: 2rem;
}
.search-modal-content input[type="search"]:focus-visible {
  outline: none;
}
.search-modal-content input[type="search"]::placeholder {
  color: #fff;
}
.search-modal-content input[type="submit"] {
  border: 0;
  border-radius: 0;
  background: #0f5499;
  color: #fff;
  line-height: 1;
  padding: 0.6em 1em 0.6em;
  font-size: 1.25rem;
  transition: 0.3s;
}
.search-modal-content input[type="submit"]:hover {
  background: #0094ef;
}
/* Add Animation */
@keyframes modalFull {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* The Search Close Button */
.search-close {
  display: block;
  align-self: flex-end;
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  transition: 0.3s;
}
.search-close:hover, .search-close:focus {
  color: #0094ef;
  text-decoration: none;
  cursor: pointer;
}
/*----------------------------------------------------------------------------------------
Employees
----------------------------------------------------------------------------------------*/
.current-user-top {
  display: flex;
  width: calc(100% - 2rem);
  max-width: 930px;
}
.current-user-top a:link, .current-user-top a:visited, .current-user-top a:hover {
  font-style: italic;
  text-decoration: none;
}
/* Style the tab */
.tab {
  overflow: hidden;
  background-color: #f1f1f1;
  margin-bottom: 2rem;
}
/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  border: none;
  float: left;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}
/* Style the tab content */
.tabcontent {
  display: none;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
/*----------------------------------------------------------------------------------------
Search
----------------------------------------------------------------------------------------*/
.search-results .site-main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.search-results .site-main > .entry-header {
  width: 100%;
  margin-bottom: 5rem;
}
.search-results .post-thumbnail {
  display: block;
  margin-bottom: 2rem;
}
.search-results article {
  display: flex;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  flex-direction: column;
  margin-bottom: 5rem;
  max-width: 800px;
  padding: 1rem 2rem;
  width: 100%;
}
.search-results h2 a {
  color: #404040;
  letter-spacing: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 2rem;
  font-weight: 100;
  text-decoration: none;
  text-transform: uppercase;
}
.search-results h2 a:visited, .search-results h2 a:hover {
  color: #404040;
}
/*----------------------------------------------------------------------------------------
404
----------------------------------------------------------------------------------------*/
.error404 .page-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error404 .search-form {
  display: flex;
  margin-bottom: 4rem;
  max-width: calc(100% - 20px);
}
.error404 .search-field {
  border: 0;
  border-bottom: solid 1px #1a1a1a;
  border-radius: 0;
  font-size: 2rem;
  width: 100%;
}
.error404 .search-submit {
  border: 0;
  border-color: #006ed9;
  border-radius: 0;
  background: #006ed9;
  color: #fff;
  line-height: 1;
  padding: 0.75rem 2rem;
}
.form-wrapper-404 {
  display: flex;
  justify-content: center;
}
/*----------------------------------------------------------------------------------------
Back to Top button
----------------------------------------------------------------------------------------*/
#toTop {
  display: none;
  /* Hidden by default */
  align-items: center;
  position: fixed;
  bottom: 2vh;
  flex-direction: column;
  font-size: 1rem;
  right: 2vw;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #0f5499;
  color: #fff;
  cursor: pointer;
  padding: 1rem;
  border-radius: 10px;
  transition: 0.3s;
}
#toTop:hover {
  background-color: #0094ef;
  /* Add a dark-grey background on hover */
  bottom: 3vh;
}
.to-top-icon {
  margin-bottom: 0.5rem;
  width: 42px;
}
/*----------------------------------------------------------------------------------------
Cascade Trumps
----------------------------------------------------------------------------------------*/
br.never-hide {
  display: inline;
}
/*----------------------------------------------------------------------------------------
Post Navigation
----------------------------------------------------------------------------------------*/
.wpb-posts-nav {
  display: flex;
  align-items: center;
  flex-direction: column;
  grid-gap: 10px;
  justify-content: center;
  margin-bottom: 3rem;
  width: 100%;
}
.wpb-posts-nav a {
  display: flex;
  align-items: center;
  background-color: #1a1a1a;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
  flex-direction: column;
  font-family: Georgia, "Times New Roman", Times, serif;
  height: 280px;
  justify-content: center;
  line-height: 1.3;
  max-width: 700px;
  padding: 7.5rem;
  text-align: center;
  text-decoration: none;
  width: calc(100% - 20px);
  transition: 0.7s;
}
.wpb-posts-nav a:link, .wpb-posts-nav a:visited, .wpb-posts-nav a:hover, .wpb-posts-nav a:active {
  color: #fff;
}
@media only screen and (min-width: 600px) {
  .wpb-posts-nav {
    flex-direction: row;
  }
}
.posts-nav-link {
  flex: 1;
}
.entry-content .wpb-posts-nav {
  display: none;
}
/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
Interactive Experience
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/
#ie-fade {
  background-color: #fff;
  height: 100%;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
}
/*-- body class level --*/
.page-template-interactive {
  overflow: hidden;
}
.page-template-interactive #wpadminbar {
  display: none;
}
.page-template-interactive #page {
  overflow: hidden;
}
.page-template-interactive .grecaptcha-badge {
  display: none;
}
.page-template-interactive .overlay-menu {
  z-index: 10500;
}
.page-template-interactive #site-navigation {
  display: none;
}
.page-template-interactive .site-main {
  background-color: #6b666b;
  background-position: center;
  background-size: cover;
  margin: 0;
  min-height: 100vh;
  padding: 0;
  width: 100vw;
}
.page-template-interactive .entry-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding-bottom: 0;
  position: absolute;
  width: 100vw;
  height: calc(100vh - 56px);
}
.page-template-interactive canvas {
  position: fixed;
  height: 800px;
  left: 0;
  outline: none;
  top: 0;
  width: 400px;
}
.page-template-interactive .site-footer {
  display: none;
}
.page-template-interactive button {
  cursor: pointer;
  z-index: 900;
}
@media only screen and (min-width: 600px) {
  .page-template-interactive #site-navigation {
    display: flex;
  }
  .page-template-interactive .entry-content {
    height: 100vh;
  }
}
/*-- header specific --*/
.site-header-interactive {
  background-color: transparent;
  box-shadow: none;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 8000;
}
.site-header-interactive .menu-toggle {
  display: block;
}
.site-header-interactive .menu-menu-1-container {
  display: none;
}
.site-header-interactive .header-logo, .site-header-interactive .main-navigation {
  pointer-events: auto;
}
/*-- modals for interactive --*/
.ie-modal {
  background-color: rgba(0, 0, 0, 0.5);
  /* Black w/ opacity */
  display: none;
  /* Hidden by default */
  height: 100vh;
  /* Full height */
  left: 0;
  padding: 0 20px;
  position: fixed;
  /* Stay in place */
  top: 0;
  width: 100vw;
  /* Full width */
  z-index: 9000;
  /* Sit on top */
}
/* Modal Header */
.ie-modal-header {
  background-color: transparent;
  color: #fff;
}
.ie-modal-header h2 {
  margin: 0 0 1rem;
}
/* Modal Body */
.ie-modal-body {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: #333;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  max-height: calc(90vh - 30px);
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 2rem;
  text-align: left;
}
.ie-modal-body .headline-block {
  max-width: none;
}
.ie-modal-body .button {
  border-radius: 50px;
  display: block;
  margin: 2rem 0;
}
.ie-modal-body .inner-image {
  margin: 4rem 0;
  max-width: 80%;
}
.ie-modal-body ul {
  margin: 0;
}
.ie-modal-body li {
  margin-bottom: 1rem;
}
.ie-modal-body::-webkit-scrollbar {
  width: 2px;
}
.ie-modal-body::-webkit-scrollbar-track {
  background: transparent;
}
.ie-modal-body::-webkit-scrollbar-thumb {
  background: #0f5499;
}
.ie-modal-body::-webkit-scrollbar-thumb:hover {
  background: #0f5499;
}
/* Modal Content */
.ie-modal-content {
  position: relative;
  border-radius: 11px;
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  margin: auto;
  max-width: 688px;
  padding: 0;
  width: 100%;
  animation-name: animateModal;
  animation-duration: 1.5s;
}
.ie-modal-content p {
  line-height: 1.75;
  max-width: 80%;
}
.ie-modal-content .headline {
  font-size: 1.5rem;
  line-height: 40px;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.ie-modal-content .button-round {
  background: transparent;
  border: solid 1px #0f5499;
  border-radius: 50px;
  color: #0f5499;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 4px;
  padding: 1rem 4rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
}
.ie-modal-content .button-round:visited {
  color: #0f5499;
}
.ie-modal-content .button-round:hover {
  background-color: #0094ef;
  border: solid 1px #0094ef;
  color: #fff;
}
.ie-modal-topper {
  margin-bottom: 1rem;
  width: 100%;
}
.ie-modal-banner-image {
  display: inline-block;
  height: 14rem;
  object-fit: cover;
  width: 100%;
}
.ie-modal-heading {
  max-width: 80%;
}
.ie-modal-heading h2 {
  font-size: 6vw;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 9px;
  margin-bottom: 2rem;
}
.ie-modal-heading h2 span {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 32px;
  letter-spacing: normal;
  text-transform: none;
}
@media only screen and (min-width: 600px) {
  .ie-modal-heading h2 {
    font-size: 32px;
  }
}
/* The Close Button */
.ie-modal .close {
  color: #aaa;
  font-size: 20px;
  font-weight: bold;
}
.ie-modal .close:hover, .ie-modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* Points styling */
.point {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  z-index: 100;
  transition: opacity 1s;
}
.point.visible .label, .point.visible .world-label, .point.visible .big-label {
  transform: scale(1, 1);
}
.label:hover, .world-label .big-label:hover {
  box-shadow: 0 0 10px 10px #66c4ff;
}
.point:hover .text {
  opacity: 1;
}
.point .label {
  display: flex;
  align-items: center;
  background: #0094ef;
  border: 2px solid #66c4ff;
  border-radius: 50%;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  height: 28px;
  justify-content: center;
  left: -16px;
  position: absolute;
  text-align: center;
  top: -14px;
  width: 28px;
  cursor: help;
  transform: scale(0, 0);
  transition: 0.5s;
}
.point .world-label {
  display: flex;
  align-items: center;
  background: #0094ef;
  border: 2px solid #66c4ff;
  border-radius: 50%;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  height: 28px;
  justify-content: center;
  left: -16px;
  position: absolute;
  text-align: center;
  top: -14px;
  width: 28px;
  cursor: pointer;
  transform: scale(0, 0);
  transition: 0.5s;
}
.point-00-01 .world-label-text::after {
  content: "Administration Building";
  position: absolute;
  font-size: 14px;
  right: 40px;
}
.point-00-02 .world-label-text::after {
  content: "Welcome Center";
  position: absolute;
  font-size: 14px;
  left: 40px;
}
.point-00-03 .world-label-text::after {
  content: "North Toll Plaza";
  position: absolute;
  font-size: 14px;
  right: 40px;
}
.point-00-04 .world-label-text::after {
  content: "South Toll Plaza";
  position: absolute;
  font-size: 14px;
  left: 30px;
  top: -30px;
}
.point-00-05 .world-label-text::after {
  content: "North Channel Bridge";
  position: absolute;
  font-size: 14px;
  right: 40px;
}
.point-00-06 .world-label-text::after {
  content: "Scenic Overlook";
  position: absolute;
  font-size: 14px;
  right: 40px;
}
.point-00-07 .world-label-text::after {
  content: "Island One";
  position: absolute;
  font-size: 14px;
  left: 40px;
}
.point-00-08 .world-label-text::after {
  content: "Island Two";
  position: absolute;
  font-size: 14px;
  left: 40px;
}
.point-00-09 .world-label-text::after {
  content: "Island Three";
  position: absolute;
  font-size: 14px;
  left: 40px;
}
.point-00-10 .world-label-text::after {
  content: "Island Four";
  position: absolute;
  font-size: 14px;
  left: 40px;
}
.point .big-label {
  display: flex;
  align-items: center;
  background: #0094ef;
  border: 2px solid #66c4ff;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  height: 64px;
  justify-content: center;
  left: -32px;
  position: absolute;
  text-align: center;
  top: -32px;
  width: 64px;
  transform: scale(0, 0);
  transition: 0.5s;
  z-index: 200;
}
.point .big-label .ie-icon_big-label {
  height: 18px;
  margin-left: 1px;
  margin-top: 4px;
  width: auto;
}
.point .text {
  background: #0094ef;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  left: -120px;
  opacity: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
  bottom: 29px;
  transition: 1s;
  width: 240px;
  pointer-events: none;
  z-index: 300;
}
/* Linear Navigation */
.linear-nav-group {
  display: none;
  bottom: 10vh;
  cursor: pointer;
  height: 50px;
  position: absolute;
  width: auto;
  z-index: 8500;
}
@media only screen and (min-width: 600px) {
  .linear-nav-group {
    height: 67px;
    bottom: 7vh;
    right: 3vw;
  }
}
/* Welcome modal styling */
.welcome-modal-background {
  display: flex;
  align-items: center;
  background: rgba(5, 28, 51, 0.8);
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 0 10px;
  position: fixed;
  top: 0;
  width: 100%;
  transition: 0.5s;
  z-index: 9000;
}
.welcome-modal-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  border-radius: 11px;
  margin: auto;
  max-height: 90vh;
  width: 100%;
}
.welcome-modal-exit {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
  max-width: 780px;
  cursor: pointer;
  width: 100%;
}
.welcome-modal-container {
  background-color: #fff;
  border-radius: 10px;
  font-size: 1.25rem;
  max-height: 90vh;
  max-width: 780px;
  position: relative;
  width: 100%;
  animation-name: animateModal;
  animation-duration: 1.5s;
}
.welcome-modal-header {
  background: #006ed9;
  border-radius: 10px 10px 0 0;
  color: #fff;
  padding: 2rem 3rem;
  text-align: center;
}
.welcome-modal-header h1, .welcome-modal-header h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 2rem;
  font-weight: 100;
  margin: 0;
}
.welcome-modal-lower {
  border-radius: 0 0 11px 11px;
  max-height: calc(90vh - 220px);
  overflow-y: scroll;
}
.welcome-modal-lower::-webkit-scrollbar {
  width: 2px;
}
.welcome-modal-lower::-webkit-scrollbar-track {
  background: transparent;
}
.welcome-modal-lower::-webkit-scrollbar-thumb {
  background: #0f5499;
}
.welcome-modal-lower::-webkit-scrollbar-thumb:hover {
  background: #0f5499;
}
.welcome-modal-body {
  padding: 2rem 3vw;
  text-align: center;
}
@media only screen and (min-width: 780px) {
  .welcome-modal-body {
    padding: 2rem 3rem;
  }
}
.welcome-modal-inner-grid {
  display: grid;
  color: #666666;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  margin: 2rem 0 0;
}
.welcome-modal-box {
  padding: 0.5rem 1rem;
}
.welcome-modal-footer {
  background: #cecece;
  font-size: 1.125rem;
  font-style: italic;
  padding: 1rem 3rem;
  text-align: center;
}
