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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Libre Franklin";
  src: url("../fonts/LibreFranklin-Regular.ttf") format("truetype"), url("../fonts/LibreFranklin-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Libre Franklin";
  src: url("../fonts/LibreFranklin-MediumItalic.ttf") format("truetype"), url("../fonts/LibreFranklin-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Libre Franklin";
  src: url("../fonts/LibreFranklin-ExtraBold.ttf") format("truetype"), url("../fonts/LibreFranklin-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
.color-gray {
  color: #655e53;
}

.color-blue {
  color: #010813;
}

.color-white {
  color: #fff;
}

html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}

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

body {
  font-size: 1rem;
  font-family: "Libre Franklin", sans-serif;
  line-height: 1.4;
  color: #fff;
  background-color: #132036;
}
@media (min-width: 64em) {
  body {
    /* width >= large */
    font-size: 1rem;
  }
}

main {
  color: #132036;
  background-color: #fff;
  padding-bottom: 2.5rem;
}
main a {
  color: #010813;
}
main.has-custom-panels {
  padding-bottom: 0;
}
main.has-custom-panels .panels {
  margin-top: 2.5rem;
}
body.page-template-tmpl-missions .panels {
  margin-top: 0;
}

a.is-external-link::after {
  background-image: url("../img/external-link.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  content: "";
  display: inline-flex;
  height: 12px;
  margin-left: 5px;
  margin-right: 2px;
  position: relative;
  right: 0;
  top: 0;
  transition: all 0.18s ease-in-out;
  width: 12px;
}

a.is-external-link:hover::after,
a.is-external-link:focus::after {
  background-image: url("../img/external-link-black.svg");
}

h1, h2 {
  color: #010813;
}

h2:first-of-type {
  margin-top: 0;
}

h3 {
  color: #655e53;
}

ul.plain, ul.plain li, ol.plain, ol.plain li {
  margin-left: 0;
  padding-left: 0;
}
ul.plain li, ol.plain li {
  list-style-type: none;
  margin-bottom: 0.625rem;
}

.alignright, .alignleft {
  margin-bottom: 1.25rem;
}

.alignright {
  float: right;
  margin-left: 1.25rem;
}

.alignleft {
  float: left;
  margin-right: 1.25rem;
}

.wp-caption-text {
  font-weight: 500;
  font-size: 87.5%;
  padding: 0.625rem 0;
  font-style: italic;
}

img {
  display: block;
  max-width: 100%;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  top: auto;
  white-space: nowrap;
}

.horiz-list {
  display: flex;
  flex-wrap: wrap;
}
.horiz-list, .horiz-list li {
  padding-left: 0;
  margin-left: 0;
}
.horiz-list li {
  list-style-type: none;
}

.date {
  font-size: 87.5%;
}

.responsive-embed {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 75%;
}

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

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

.container {
  max-width: 40em;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.container-wide {
  max-width: 1024px;
}

.container-wider {
  max-width: 1400px;
}

.btn-primary, .download-form__wrap input.wpcf7-submit, .hero-rotator .slick-slide a,
input[type=submit] {
  display: inline-block;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 0.625rem 1.875rem;
  cursor: pointer;
  color: #fdba12;
  border: 2px solid #fdba12;
  transition: all 0.18s ease-in-out;
  background-color: transparent;
}
.btn-primary:hover, .download-form__wrap input.wpcf7-submit:hover, .hero-rotator .slick-slide a:hover,
input[type=submit]:hover {
  background-color: rgba(253, 186, 18, 0.11);
}
.btn-primary.-blue, .download-form__wrap input.-blue.wpcf7-submit, .hero-rotator .slick-slide a.-blue,
input[type=submit].-blue {
  background-color: #132036;
  color: #fff;
  outline: none;
}
.btn-primary.-blue:hover, .download-form__wrap input.-blue.wpcf7-submit:hover, .hero-rotator .slick-slide a.-blue:hover,
input[type=submit].-blue:hover {
  background-color: #010813;
}
.btn-primary.-small, .download-form__wrap input.-small.wpcf7-submit, .hero-rotator .slick-slide a.-small,
input[type=submit].-small {
  font-size: 0.875rem;
  padding: 0.3125rem 0.9375rem;
}

.responsive-video {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 56.25%;
}
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

dialog {
  padding: 3.5rem;
  border-radius: 5px;
  border: 0;
}
dialog::-webkit-backdrop {
  background: rgba(0, 0, 0, 0.4);
}
dialog::backdrop {
  background: rgba(0, 0, 0, 0.4);
}
dialog::-webkit-backdrop {
  -webkit-animation: show 500ms ease;
          animation: show 500ms ease;
}
dialog[open], dialog::backdrop {
  -webkit-animation: show 500ms ease;
          animation: show 500ms ease;
}

#skip-link {
  position: relative;
  z-index: 1000;
}
#skip-link a {
  position: absolute;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  top: auto;
  white-space: nowrap;
}
#skip-link a:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  position: static;
  padding: 1rem;
  color: #010813;
  background-color: #fff;
}

html {
  padding-top: 6.375rem;
}

header.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  min-height: 6.375rem;
  width: 100%;
  background-color: #132036;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.admin-bar header.header {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar header.header {
    top: 32px;
  }
}
header.header .logo {
  padding-bottom: 0;
  margin-right: 1.25rem;
  width: 13.75rem;
}
@media (min-width: 43.75em) {
  header.header {
    /* width > medium */
  }
  header.header > .container {
    display: flex;
    justify-content: space-between;
  }
}
header.header, header.header a {
  color: #fff;
}
@media (max-width: 43.6875em) {
  header.header {
    /* width <= medium */
  }
  header.header.is-active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1200;
    overflow: scroll;
    background-color: #010813;
  }
}
header.header .main-nav-container .header-phone {
  width: 100%;
  text-align: center;
  font-weight: bold;
  display: none;
}
.header.is-active .header-phone {
  display: block !important;
}

header.header .main-nav-container .header-phone a {
  text-decoration: none;
}
@media (min-width: 43.75em) {
  header.header .main-nav-container .header-phone {
    /* width > medium */
    width: auto;
    padding: 0.5rem 0 0.5rem 0.625rem;
    margin-left: 4rem;
    display: block;
  }
}
header.header .main-nav-container .nav-button {
  display: none;
}
.js header.header .main-nav-container .nav-button {
  display: block;
  width: 2.75rem;
  height: 3.4375rem;
  border-radius: 0;
  background: url("../img/hamburger.svg?9") no-repeat center 1.625rem;
  background-size: 1.5rem;
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  border: none;
  cursor: pointer;
}
@media (min-width: 43.75em) {
  header.header .main-nav-container {
    /* width > medium */
    display: flex;
    align-items: flex-end;
  }
  header.header .main-nav-container .nav-button, .js header.header .main-nav-container .nav-button {
    display: none;
  }
}
.js header.header nav {
  display: none;
}
@media (min-width: 43.75em) {
  .js header.header nav {
    /* width > medium */
    display: flex;
  }
}
@media (max-width: 43.6875em) {
  .js header.header nav {
    /* width <= medium */
  }
  .js header.header nav.is-active {
    display: flex;
  }
}
header.header nav ul.main-navigation {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
header.header nav ul.main-navigation, header.header nav ul.main-navigation li {
  padding-left: 0;
  margin-left: 0;
}
header.header nav ul.main-navigation li {
  list-style-type: none;
}
header.header nav ul.main-navigation > li:hover > a,
header.header nav ul.main-navigation > li:active > a,
header.header nav ul.main-navigation > li.current-menu-item > a {
  color: #fdba12;
}
header.header nav ul.main-navigation a {
  display: block;
  padding: 0.5rem 0.625rem;
  font-weight: bold;
  text-decoration: none;
  transition: color, 200ms;
}
header.header nav ul.main-navigation a:hover, header.header nav ul.main-navigation a:focus {
  color: #fdba12;
}
header.header nav ul.main-navigation li.menu-item-has-children {
  position: relative;
}
header.header nav ul.main-navigation li.menu-item-has-children > a:after {
  content: "▼";
  font-size: 60%;
  margin-left: 0.25rem;
  position: relative;
  top: -0.0625rem;
}
header.header nav ul.main-navigation li.menu-item-has-children ul.sub-menu {
  position: absolute;
  left: -9999px;
  width: 12.5rem;
  background-color: #fff;
  border: 1px solid rgba(1, 8, 19, 0.5);
  padding: 0.5rem 0.625rem 0.25rem 0;
}
header.header nav ul.main-navigation li.menu-item-has-children ul.sub-menu li {
  width: 100%;
}
header.header nav ul.main-navigation li.menu-item-has-children ul.sub-menu a {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.7rem;
  display: block;
  color: #010813;
  padding-top: 0.25rem;
}
header.header nav ul.main-navigation li.menu-item-has-children ul.sub-menu a:hover, header.header nav ul.main-navigation li.menu-item-has-children ul.sub-menu a:focus {
  text-decoration: underline;
}
header.header nav ul.main-navigation li.menu-item-has-children:hover ul.sub-menu, header.header nav ul.main-navigation li.menu-item-has-children[aria-expanded=true] ul.sub-menu {
  left: 0;
  top: 100%;
}
@media (max-width: 43.6875em) {
  .js header.header nav.is-active {
    /* width <= medium */
  }
  .js header.header nav.is-active ul.main-navigation {
    display: block;
    margin: 1.25rem auto;
    width: 80%;
  }
  .js header.header nav.is-active ul.main-navigation li {
    text-align: center;
  }
  .js header.header nav.is-active ul.main-navigation li a {
    font-size: 150%;
  }
  .js header.header nav.is-active ul.main-navigation > li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .js header.header nav.is-active ul.main-navigation li.menu-item-has-children {
    position: static;
  }
  .js header.header nav.is-active ul.main-navigation li.menu-item-has-children > a:after {
    content: "";
  }
  .js header.header nav.is-active ul.main-navigation li.menu-item-has-children ul.sub-menu {
    position: static;
    width: auto;
    border: none;
    margin-top: 0;
    margin-bottom: 0.375rem;
    background-color: transparent;
    padding-top: 0;
    padding-right: 0;
  }
  .js header.header nav.is-active ul.main-navigation li.menu-item-has-children ul.sub-menu a {
    font-size: inherit;
    color: #fff;
  }
}

@media (max-width: 43.6875em) {
  /* width <= medium */
  .prevent-scroll .overflow-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .js .prevent-scroll .overflow-wrapper header.header .main-nav-container .nav-button {
    background-position: center -1.875rem;
  }
}
footer.footer {
  padding-bottom: 3.75rem;
}
footer.footer > .container {
  clear: both;
  padding-top: 1.25rem;
}
@media (min-width: 40em) {
  footer.footer > .container {
    /* width > small */
    display: flex;
    justify-content: space-between;
  }
}
footer.footer nav, footer.footer p {
  font-size: 90%;
}
footer.footer nav ul {
  display: flex;
  flex-wrap: wrap;
}
footer.footer nav ul, footer.footer nav ul li {
  padding-left: 0;
  margin-left: 0;
}
footer.footer nav ul li {
  list-style-type: none;
}
footer.footer nav ul a {
  display: block;
  padding: 0.25rem;
}
footer.footer {
  color: #fff;
}
footer.footer a {
  color: #fdba12;
  text-decoration: none;
}
footer.footer a:hover, footer.footer a:focus {
  text-decoration: underline;
}
footer.footer .address span {
  display: block;
  padding-top: 0.5rem;
}
footer.footer #menu-footer-menu {
  flex-direction: column;
}
footer.footer .menu-social-nav-container li:first-child a {
  background-position: 0.0625rem center;
}
footer.footer .menu-social-nav-container li:nth-child(2) a {
  background-image: url("../img/x.png?9");
  background-size: 22px 22px;
  background-position: 0.5px 4px;
  margin-left: 10px;
  -webkit-filter: none;
          filter: none;
}
footer.footer .menu-social-nav-container li:nth-child(3) a {
  background-position: -3.1875rem center;
}
footer.footer .menu-social-nav-container li:nth-child(4) a {
  background-image: url("../img/icon-insta.png?9");
  background-size: 23px 23px;
  background-position: 0 2.5px;
  margin-left: 17px;
}
footer.footer .menu-social-nav-container a {
  text-indent: 110%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  width: 1.875rem;
  height: 1.875rem;
  background-size: 5.125rem 1.3125rem;
  background-image: url("../img/social-media-sprite.png?9");
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
footer.footer .menu-social-nav-container a:hover {
  text-decoration: none;
}

form label {
  font-weight: 700;
}
form fieldset {
  border: 1px solid rgba(134, 134, 134, 0.5);
}
form fieldset legend {
  font-weight: 700;
}
form fieldset label {
  font-weight: 400;
}
form fieldset span.wpcf7-list-item {
  display: block;
}
form span.required {
  color: #f00;
}
form span.wpcf7-list-item {
  margin-left: 0;
}
form fieldset {
  border: none;
  padding: 0;
}
form fieldset legend + p {
  margin-top: 0;
}
form fieldset.cols > p {
  float: left;
  margin-top: 0;
  margin-left: 0.625rem;
}
form fieldset.cols > p:first-of-type {
  margin-left: 0;
}
form input[type=text], form input[type=email], form input[type=tel], form textarea {
  font-weight: 400;
  border: 1px solid rgba(134, 134, 134, 0.5);
  transition: background-color, 200ms;
  padding: 0.5rem;
  color: #132036;
  font-size: 90%;
  margin-top: 0.25rem;
}
form input[type=text]:focus, form input[type=email]:focus, form input[type=tel]:focus, form textarea:focus {
  background-color: rgba(1, 8, 19, 0.1);
}

table {
  border-collapse: collapse;
  width: 100%;
  border: none;
}
table th, table td {
  padding: 0.125rem 1.25rem;
  border: 1px solid #010813;
}
table tr:nth-child(odd) td {
  background-color: rgba(134, 134, 134, 0.1);
}
table caption {
  text-align: left;
  color: #010813;
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
}
table th {
  background-color: #132036;
  color: #fff;
  border-color: white;
}
table thead tr:first-child th {
  border-top-color: #010813;
}
table thead tr:first-child th:first-child {
  border-left-color: #010813;
}
table thead tr:first-child th:last-child {
  border-right-color: #010813;
}
table thead tr:first-child th[rowspan] {
  border-bottom-color: #010813;
}
table thead tr:last-child th {
  border-bottom-color: #010813;
}
table thead tr:last-child th:first-child {
  border-left-color: #010813;
}
table thead tr:last-child th:last-child {
  border-right-color: #010813;
}

.table-container {
  overflow: auto;
  margin-bottom: 1.25rem;
}

.home main.main {
  padding-top: 0;
  padding-bottom: 0;
}
.home .home-hero {
  margin-bottom: 2.5rem;
}
.home .home-heading {
  padding-left: 10%;
  padding-right: 10%;
}
.home h1 {
  text-align: center;
}
@media (min-width: 40em) {
  .home h1 {
    /* width > small */
    font-size: 187.5%;
  }
}
@media (min-width: 43.75em) {
  .home h1 {
    /* width > medium */
    font-size: 250%;
  }
}
.home .home-videos video {
  width: 100%;
}
.home .home-videos .home-video {
  position: relative;
  display: none;
  text-align: center;
}
.home .home-videos .home-video__visible {
  display: block;
}
.home .home-videos a {
  margin-top: 1.25rem;
}
@media (min-width: 40em) {
  .home .home-videos {
    /* width > small */
  }
  .home .home-videos a {
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.page-template-tmpl-about .hero {
  margin-bottom: 2.5rem;
}

.page-template-tmpl-careers a {
  text-decoration: none;
}
.page-template-tmpl-careers .career__wrap ul {
  list-style-type: none;
  padding-left: 1.25rem;
}
.page-template-tmpl-careers .career__wrap ul a h3 {
  margin-bottom: 0.25rem;
  color: #010813;
}
.page-template-tmpl-careers .career__wrap ul p {
  margin-top: 0;
}
.page-template-tmpl-careers .career__wrap ul li > *:not(h3) {
  margin-left: 2rem;
}
.page-template-tmpl-careers .career__wrap ul li + li {
  margin-top: 2rem;
  border-top: 1px solid #e7e7e7;
}
.page-template-tmpl-careers .career__wrap {
  padding: 3rem 0;
}
.page-template-tmpl-careers .career__heading {
  text-align: center;
  margin-bottom: 2.7rem;
}
.page-template-tmpl-careers .career__heading a.is-external-link:after {
  background-repeat: no-repeat;
  background-size: 15px 15px;
  height: 15px;
  margin-left: 5px;
  margin-right: 2px;
  right: 0;
  top: 0;
  width: 15px;
}

.page-template-tmpl-specs-table .legend dl dt, .page-template-tmpl-specs-table .legend dl dd {
  margin-left: 0;
}
.page-template-tmpl-specs-table .legend dl dt {
  font-weight: 800;
}
.page-template-tmpl-specs-table .legend dl dd {
  margin-bottom: 0.625rem;
}
.page-template-tmpl-specs-table .legend dl pre {
  font-family: inherit;
  margin: inherit;
}
@media (min-width: 40em) {
  .page-template-tmpl-specs-table .legend dl {
    /* width > small */
    border-top: 1px solid #010813;
  }
  .page-template-tmpl-specs-table .legend dl:before, .page-template-tmpl-specs-table .legend dl:after {
    content: " ";
    display: table;
  }
  .page-template-tmpl-specs-table .legend dl:after {
    clear: both;
  }
  .page-template-tmpl-specs-table .legend dl dt, .page-template-tmpl-specs-table .legend dl dd {
    float: left;
    border-bottom: 1px solid #010813;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .page-template-tmpl-specs-table .legend dl dt {
    width: 16%;
    padding-right: 2%;
    clear: both;
    text-align: right;
  }
  .page-template-tmpl-specs-table .legend dl dd {
    width: 82%;
    margin-bottom: 0;
  }
}

.page-template-tmpl-facility .slider-nav {
  border-bottom: 1px solid #010813;
  padding-bottom: 0.625rem;
}

.page-template-tmpl-product-landing .title-banner {
  margin-bottom: 0;
}
.page-template-tmpl-product-landing .panels {
  margin-top: 0 !important;
  border-top: none;
}

.single .content-main {
  min-height: 40vh;
  padding-bottom: 2.5rem;
}
.single img.featured {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
}

.post-column-wrap {
  display: grid;
  gap: 2rem;
}
@media (min-width: 40em) {
  .post-column-wrap {
    /* width > small */
    grid-template-columns: 1fr 1fr;
  }
}
.post-column-wrap .post-left-col img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.post-column-wrap .post-right-col p:first-of-type {
  margin-top: 0 !important;
}

@media (min-width: 40em) {
  .single-career .columns {
    /* width > small */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.5rem;
  }
  .single-career .columns .col-2 form {
    float: right;
  }
}

.single-product .ebd_link {
  display: block;
  border: 2px solid #010813;
  padding: 0.2em 1em;
  font-weight: bold;
  margin-top: 0.4em;
}
.single-product .wpcf7-response-output {
  margin: 0;
}
.single-product .wpcf7-not-valid-tip {
  position: absolute;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  top: auto;
  white-space: nowrap;
}
.single-product .product-videos {
  margin-top: 1.25rem;
}
.single-product .product-videos ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.single-product .product-videos ul, .single-product .product-videos ul li {
  padding-left: 0;
  margin-left: 0;
}
.single-product .product-videos ul li {
  list-style-type: none;
}
@media (min-width: 40em) {
  .single-product .product-videos ul {
    /* width > small */
    justify-content: space-between;
  }
}
.single-product .product-videos ul li {
  margin-bottom: 1.25rem;
}
.single-product .slider-nav {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.single-product .slider-nav img {
  max-height: 96px;
}
.single-product .slider-nav ul.slick-dots {
  bottom: 0;
  border-bottom: 1px solid #010813;
  padding-bottom: 0.625rem;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../lib/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../lib/slick/fonts/slick.eot");
  src: url("../lib/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../lib/slick/fonts/slick.woff") format("woff"), url("../lib/slick/fonts/slick.ttf") format("truetype"), url("../lib/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: black;
  transition: opacity 0.5s ease;
}

.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}

.slick-lightbox .slick-prev {
  left: 15px;
}

.slick-lightbox .slick-next {
  right: 15px;
}

.slick-lightbox-hide {
  opacity: 0;
}

.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}

.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}

.slick-lightbox-slick-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: white;
}

.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
}

.slick-lightbox-close:focus {
  outline: none;
}

.slick-lightbox-close:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "×";
} /*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../img/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 0.3s ease;
  content: " ";
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

.post-grid, .post-grid li {
  padding-left: 0;
  margin-left: 0;
}
.post-grid li {
  list-style-type: none;
}
@media (min-width: 40em) {
  .post-grid {
    /* width > small */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 43.75em) {
  .post-grid {
    /* width > medium */
    grid-template-columns: repeat(5, 1fr);
  }
}
.post-grid li {
  padding-bottom: 0.875rem;
}
.post-grid li img {
  margin-bottom: 0.375rem;
}
.post-grid li a {
  text-decoration: none;
}
.post-grid li span {
  display: block;
  font-size: 87.5%;
}
.post-grid li .name {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #010813;
  font-weight: bold;
}
.post-grid li .title {
  color: #655e53;
}

.product-post-grid li {
  padding-bottom: 0;
  text-align: center;
  margin: 1.25rem;
}
.product-post-grid li a {
  border: 1px solid rgba(1, 8, 19, 0.4);
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  display: block;
  transition: background-color, 700ms;
}
.product-post-grid li a:hover, .product-post-grid li a:focus {
  background-color: rgba(1, 8, 19, 0.2);
}
.product-post-grid li img {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 43.75em) {
  .product-post-grid {
    /* width > medium */
    grid-template-columns: repeat(3, 1fr);
  }
}

.service-post-grid li {
  margin-bottom: 3.75rem;
}
@media (min-width: 43.75em) {
  .service-post-grid li {
    /* width > medium */
    margin-bottom: 1.25rem;
  }
}
.service-post-grid li img {
  margin-bottom: 0.875rem;
}
.service-post-grid li .name {
  font-size: 112.5%;
}
.service-post-grid li p {
  margin-top: 0.375rem;
  font-size: 100%;
}
@media (min-width: 43.75em) {
  .service-post-grid {
    /* width > medium */
    grid-template-columns: repeat(4, 1fr);
  }
}

.rotator-row .slick-slide {
  position: relative;
  min-height: 11.875rem;
  padding: 1.25rem;
}
.rotator-row .slick-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hero-rotator .slick-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 2.5rem;
}
.hero-rotator .slick-slide {
  color: #fff;
}
.hero-rotator .slick-slide p {
  font-size: 375%;
  position: relative;
  z-index: 900;
  font-weight: bold;
}
@media (min-width: 40em) {
  .hero-rotator .slick-slide p {
    /* width > small */
    font-size: 500%;
  }
}
.hero-rotator .slick-slide a {
  font-size: 25%;
}
.hero-rotator .slick-slide:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
}

.slick-prev, .slick-next {
  z-index: 900;
  width: 2.5rem;
  height: 2.5rem;
}
.slick-prev:before, .slick-next:before {
  font-size: 2.5rem;
}

.slick-prev {
  left: 2.5rem;
}

.slick-next {
  right: 2.5rem;
}

.container-slider {
  max-width: none;
}
.container-slider header h2 {
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 64em) {
  .container-slider {
    /* width >= large */
    padding: 0 6.25rem;
  }
}

.product-image-rotator__title {
  text-transform: uppercase;
  margin-bottom: 0;
}
.product-image-rotator .slick-prev:before, .product-image-rotator .slick-next:before {
  color: #655e53;
}
.product-image-rotator .slick-prev {
  left: -60px;
}
.product-image-rotator .slick-next {
  right: -60px;
}
.product-image-rotator__content {
  display: flex;
  flex-direction: column;
}
.product-image-rotator__content > figure {
  display: flex;
  justify-content: center;
  flex: 0 0 60%;
}
.product-image-rotator__content > figure img {
  width: auto;
  max-height: 40vh;
}
.product-image-rotator__content > div {
  flex: 1 1 auto;
}
.product-image-rotator__content h3 {
  font-size: 1.75rem;
  color: #010813;
  margin: 0;
}
.product-image-rotator__content .btn-primary, .product-image-rotator__content .download-form__wrap input.wpcf7-submit, .download-form__wrap .product-image-rotator__content input.wpcf7-submit, .product-image-rotator__content .hero-rotator .slick-slide a, .hero-rotator .slick-slide .product-image-rotator__content a {
  margin-top: 2.5rem;
}
@media (min-width: 64em) {
  .product-image-rotator__content {
    /* width >= large */
    flex-direction: row;
  }
  .product-image-rotator__content > figure {
    flex: 0 0 60%;
  }
  .product-image-rotator__content > figure img {
    max-height: 37.5rem;
  }
  .product-image-rotator__content > div {
    flex: 1 1 auto;
  }
}

.panel-carousel-rotator .slick-prev:before, .panel-carousel-rotator .slick-next:before {
  color: #655e53;
}
.panel-carousel-rotator .slick-prev {
  left: -60px;
}
.panel-carousel-rotator .slick-next {
  right: -60px;
}
.panel-carousel-rotator__content {
  display: flex;
  flex-direction: column;
}
.panel-carousel-rotator__content > figure {
  display: flex;
  justify-content: center;
  flex: 0 0 60%;
}
.panel-carousel-rotator__content > figure img {
  width: auto;
  max-height: 40vh;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.panel-carousel-rotator__content > div {
  flex: 1 1 auto;
}
.panel-carousel-rotator__content h3 {
  font-size: 1.75rem;
  color: #010813;
  margin: 0;
  line-height: 1.2;
  text-align: center;
}
.panel-carousel-rotator__content .panel-carousel-rotator__text {
  text-align: left;
}
.panel-carousel-rotator__content .panel-carousel-rotator__text ol {
  margin-left: 0;
  padding-left: 0;
  list-style-position: inside !important;
}
.panel-carousel-rotator__content .panel-carousel-rotator__text ul li {
  list-style: disc !important;
  list-style-position: inside !important;
}
.panel-carousel-rotator__content .btn-primary, .panel-carousel-rotator__content .download-form__wrap input.wpcf7-submit, .download-form__wrap .panel-carousel-rotator__content input.wpcf7-submit, .panel-carousel-rotator__content .hero-rotator .slick-slide a, .hero-rotator .slick-slide .panel-carousel-rotator__content a {
  margin-top: 2.5rem;
}
@media (min-width: 64em) {
  .panel-carousel-rotator__content {
    /* width >= large */
    flex-direction: row;
  }
  .panel-carousel-rotator__content > figure {
    flex: 0 0 60%;
  }
  .panel-carousel-rotator__content > figure img {
    max-height: 37.5rem;
  }
  .panel-carousel-rotator__content > div {
    flex: 1 1 auto;
  }
}

.page-template-tmpl-news .columns {
  display: grid;
  gap: 0.8rem;
}
@media (min-width: 768px) {
  .page-template-tmpl-news .columns {
    grid-template-columns: 0.33333fr 1fr;
    gap: 1.2rem;
  }
}
.page-template-tmpl-news .blog-posts {
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .page-template-tmpl-news .blog-posts {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.5rem;
  }
}

.blog-posts-wrapper h2 {
  margin-bottom: 0;
}

.blog-posts {
  margin-top: 0;
}
.blog-posts, .blog-posts li {
  padding-left: 0;
  margin-left: 0;
}
.blog-posts li {
  list-style-type: none;
}
@media (min-width: 40em) {
  .blog-posts {
    /* width > small */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2.5rem;
  }
}
.blog-posts li,
.blog-posts li article {
  height: 100%;
}
.blog-posts a {
  text-decoration: none;
  display: block;
  height: 100%;
  padding: 0.7rem;
  border-radius: 3px;
  border: 2px solid transparent;
}
.blog-posts a:hover, .blog-posts a:focus {
  background: rgba(253, 186, 18, 0.1);
  border-color: rgba(253, 186, 18, 0.2);
}
.blog-posts a:hover > *, .blog-posts a:focus > * {
  color: #cf980e !important;
}
.blog-posts p, .blog-posts h3 {
  margin: 0.625rem 0;
  color: black;
}
.blog-posts .blog-thumbnail {
  position: relative;
  height: 0;
  padding-top: 100%;
  margin: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.press-release-sidebar {
  color: #010813;
  background: #fafafa;
  border: 1px solid #eaeaea;
  padding: 1.8rem 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .press-release-sidebar {
    margin: 0.8rem 0 0 0;
  }
}
.press-release-sidebar h3 {
  margin-top: 0;
  margin-bottom: 0;
  color: #010813;
  text-transform: uppercase;
}
.press-release-sidebar dl {
  margin-top: 0;
  margin-bottom: 2rem;
  padding-left: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: 21px 1fr;
}
.press-release-sidebar dl dt {
  display: inline;
  margin-top: 1rem;
}
.press-release-sidebar dl dd {
  margin-left: 0;
  margin-top: 1rem;
}
.press-release-sidebar dl dd a {
  color: #010813;
  text-decoration: none;
  display: block;
  border-radius: 3px;
  border: 2px solid transparent;
  line-height: 1.3;
  font-size: 0.5rem;
}
.press-release-sidebar dl dd a:hover, .press-release-sidebar dl dd a:focus {
  color: #868686;
}
.press-release-sidebar dl dd a span:nth-child(1) {
  font-size: 1rem;
}
.press-release-sidebar dl dd a span:nth-child(2) {
  font-size: 0.8rem;
  display: block;
  font-style: italic;
  opacity: 0.3;
}
.press-release-sidebar .pdf-icon {
  width: 18px;
  height: 18px;
  margin-top: 4px;
}
.press-release-sidebar .btn-primary, .press-release-sidebar .download-form__wrap input.wpcf7-submit, .download-form__wrap .press-release-sidebar input.wpcf7-submit, .press-release-sidebar .hero-rotator .slick-slide a, .hero-rotator .slick-slide .press-release-sidebar a {
  background-color: transparent;
  color: #010813;
  border: 2px solid #010813;
  outline: none;
}
.press-release-sidebar .btn-primary:hover, .press-release-sidebar .download-form__wrap input.wpcf7-submit:hover, .download-form__wrap .press-release-sidebar input.wpcf7-submit:hover, .press-release-sidebar .hero-rotator .slick-slide a:hover, .hero-rotator .slick-slide .press-release-sidebar a:hover {
  background-color: #010813;
  color: #fff;
}
@media (min-width: 40em) {
  .press-release-sidebar {
    /* width > small */
  }
}

.page-template-tmpl-press-releases .press-release {
  display: block;
  font-size: 1.2rem;
  text-decoration: none;
  font-weight: bold;
  color: #333;
}
.page-template-tmpl-press-releases .press-release:hover {
  color: #868686;
}
.page-template-tmpl-press-releases .press-release + .press-release {
  margin-top: 1.5rem;
}
.page-template-tmpl-press-releases .press-release .pdf-icon {
  margin-bottom: -2px;
  margin-right: 5px;
  height: 20px;
  width: 20px;
  display: inline-block;
}
.page-template-tmpl-press-releases .press-release span {
  display: block;
  opacity: 0.3;
  font-size: 0.8rem;
  font-style: italic;
}

.title-banner {
  padding: 2.5rem 0;
  margin-bottom: 2.5rem;
  text-align: center;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #010813;
  position: relative;
}
body.page-template-tmpl-missions .title-banner {
  margin-bottom: 0;
}

.title-banner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(1, 8, 19, 0.6);
  z-index: 100;
}
.title-banner h1 {
  color: #fff;
  position: relative;
  z-index: 200;
}

.pagination-back-next-nav {
  margin: 2.5rem 0;
  border-top: 1px solid #010813;
  border-bottom: 1px solid #010813;
}
.pagination-back-next-nav .pagination-list {
  display: flex;
  flex-flow: row wrap;
}
.pagination-back-next-nav .pagination-list, .pagination-back-next-nav .pagination-list li {
  margin: 0;
  padding: 0;
}
.pagination-back-next-nav .pagination-list li {
  list-style-type: none;
}
.pagination-back-next-nav .pagination-list a, .pagination-back-next-nav .pagination-list span.current {
  display: block;
  padding: 1.25rem;
}
.pagination-back-next-nav .pagination-list a {
  color: #010813;
  text-decoration: none;
}
.pagination-back-next-nav .pagination-list a:hover, .pagination-back-next-nav .pagination-list a:focus {
  text-decoration: underline;
}
.pagination-back-next-nav .pagination-list .current {
  font-weight: 700;
}
.pagination-back-next-nav .pagination-list .prev:before, .pagination-back-next-nav .pagination-list .next:after {
  display: inline-block;
}
.pagination-back-next-nav .pagination-list .prev:before {
  content: "←";
  margin-right: 0.375rem;
}
.pagination-back-next-nav .pagination-list .next:after {
  content: "→";
  margin-left: 0.375rem;
}

.single-back-next-nav {
  padding-bottom: 1.25rem;
  display: flex;
  justify-content: space-between;
}
.single-back-next-nav span {
  font-size: 125%;
}
.single-back-next-nav a {
  color: #010813;
  text-decoration: none;
}
.single-back-next-nav a:hover, .single-back-next-nav a:focus {
  color: #000;
}
.single-back-next-nav span:not(:empty) a:before, .single-back-next-nav span:not(:empty) a:after {
  display: inline-block;
  font-size: 140%;
  position: relative;
  top: 0.25rem;
}
.single-back-next-nav span:not(:empty) a:before {
  margin-right: 0.375rem;
}
.single-back-next-nav span:not(:empty) a:after {
  margin-left: 0.375rem;
}
.single-back-next-nav .prev:not(:empty) a:before {
  content: "←";
}
.single-back-next-nav .next:not(:empty) a:after {
  content: "→";
}

.gallery, .gallery li {
  padding-left: 0;
  margin-left: 0;
}
.gallery li {
  list-style-type: none;
}
@media (min-width: 40em) {
  .gallery {
    /* width > small */
    float: right;
    grid-gap: 2.5rem;
  }
}
@media (min-width: 43.75em) {
  .gallery {
    /* width > medium */
    grid-template-columns: repeat(3, 1fr);
  }
}

.slick-lightbox-slick-caption {
  display: block;
  padding-top: 0.625rem;
  font-weight: 700;
}

.slider-nav {
  margin-bottom: 0.625rem;
}
.slider-nav .slick-slide {
  margin-left: 0.625rem;
}
.slider-nav .slick-slide:first-child {
  margin-left: 0;
}

@media (min-width: 40em) {
  .gallery-columns {
    /* width > small */
  }
  .gallery-columns .col-1 {
    float: right;
  }
  .gallery-columns .col-2 {
    float: left;
  }
  .gallery-columns .col-1, .gallery-columns .col-2 {
    width: 50%;
    padding: 0 5%;
  }
  .gallery-columns:before, .gallery-columns:after {
    content: " ";
    display: table;
  }
  .gallery-columns:after {
    clear: both;
  }
}

body.logged-in section::before {
  content: attr(id) "↓";
  background: white;
  color: rgba(0, 0, 0, 0.3);
  font-weight: bold;
  position: absolute;
  font-size: 11px;
  display: flex;
  padding: 0 3px;
  z-index: 999;
}

.panels {
  clear: both;
}
.panels .panel {
  padding: 1.875rem 0 1.25rem;
  text-align: center;
}
.panels .panel ul, .panels .panel ul li {
  padding-left: 0;
  margin-left: 0;
}
.panels .panel ul li {
  list-style-type: none;
}
.panels .contact-panel {
  padding-top: 4.375rem;
  padding-bottom: 5rem;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #010813;
  position: relative;
}
.panels .contact-panel:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(1, 8, 19, 0.6);
  z-index: 100;
}
.panels .contact-panel.left {
  text-align: left;
}
.panels .contact-panel.right {
  text-align: right;
}
.panels .contact-panel article {
  position: relative;
  z-index: 200;
}
.panels .contact-panel, .panels .contact-panel h2, .panels .contact-panel p {
  color: #fff;
}
.panels .contact-panel h2 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.375rem;
}
.panels .contact-panel p {
  margin-top: 0;
}
body.home .panels .awards-panel {
  padding: 0;
}

.panels .awards-panel .slick-prev {
  left: 1rem;
}
.panels .awards-panel .slick-next {
  right: 1rem;
}
.panels .awards-panel .slick-prev:before, .panels .awards-panel .slick-next:before {
  color: #655e53;
}
.panels .awards-panel .rotator-row .slick-slide {
  padding-left: 0;
  padding-right: 0;
}
body.home .panels .awards-panel .rotator-row .slick-slide {
  padding-top: 0;
  padding-bottom: 0;
}

.panels .awards-panel .rotator-row .slick-slide .accolade-post {
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center center;
  min-height: 50vh;
}
.panels .awards-panel .rotator-row .slick-slide .accolade-post.has-background h3,
.panels .awards-panel .rotator-row .slick-slide .accolade-post.has-background p {
  text-shadow: 0.0625rem 0.0625rem 0.0625rem #655e53;
}
.panels .awards-panel .rotator-row .slick-slide .accolade-post > .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding: 1.25rem;
}
.panels .awards-panel .rotator-row .slick-slide .accolade-post > .container h3 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.panels .awards-panel .rotator-row .slick-slide .accolade-post > .container p {
  margin-bottom: 2.5rem;
}
@media (min-width: 40em) {
  .panels .awards-panel .rotator-row .slick-slide .accolade-post > .container {
    /* width > small */
    text-align: left;
    flex-direction: row;
    padding: 2.5rem;
  }
  .panels .awards-panel .rotator-row .slick-slide .accolade-post > .container h3 {
    text-transform: uppercase;
    font-size: 2rem;
  }
  .panels .awards-panel .rotator-row .slick-slide .accolade-post > .container p {
    font-size: 1.125rem;
  }
}
@media (min-width: 43.75em) {
  .panels .awards-panel .rotator-row .slick-slide .accolade-post > .container {
    /* width > medium */
    padding-top: 0;
    padding-bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 30rem;
  }
}
.panels .awards-panel .rotator-row .slick-slide img {
  position: static;
  -webkit-transform: none;
          transform: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.625rem;
}
@media (min-width: 40em) {
  .panels .awards-panel .rotator-row .slick-slide img {
    /* width > small */
    margin-left: 0;
    margin-right: 1.25rem;
    margin-bottom: 0;
  }
}
.panels .blog-posts-panel {
  text-align: left;
  padding-bottom: 1.5rem;
}
.panels .blog-posts-panel h2 {
  text-align: center;
}
.panels .blog-posts-panel li {
  padding-top: 0.25rem;
  padding-bottom: 1.25rem;
}
.panels .blog-posts-panel li:first-child {
  border-top: none;
}
@media (min-width: 40em) {
  .panels .blog-posts-panel li {
    /* width > small */
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.panels .next-step-nav-panel img {
  margin-left: auto;
  margin-right: auto;
}
.panels .next-step-nav-panel a span {
  display: none;
}
.panels .next-step-nav-panel.hover-enabled a {
  display: block;
  position: relative;
}
.panels .next-step-nav-panel.hover-enabled a img, .panels .next-step-nav-panel.hover-enabled a span {
  transition: opacity, 200ms;
}
.panels .next-step-nav-panel.hover-enabled a span {
  line-height: 1;
  text-align: center;
  padding: 0.625rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 120%;
  font-weight: bold;
  opacity: 0;
}
.panels .next-step-nav-panel.hover-enabled a:hover img, .panels .next-step-nav-panel.hover-enabled a:focus img {
  opacity: 0.2;
}
.panels .next-step-nav-panel.hover-enabled a:hover span, .panels .next-step-nav-panel.hover-enabled a:focus span {
  opacity: 1;
}
.panels .simple-panel {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #010813;
  position: relative;
}
.panels .simple-panel.-has-bg-img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(1, 8, 19, 0.6);
  z-index: 100;
}
.panels .simple-panel, .panels .simple-panel * {
  z-index: 200;
}
.panels .simple-panel__content {
  position: relative;
  min-height: 25vh;
  grid-area: content;
  margin-bottom: 2rem;
}
@media (min-width: 40em) {
  .panels .simple-panel__content {
    /* width >= medium */
    margin-bottom: 0;
  }
}
.panels .simple-panel__content h2, .panels .simple-panel__content p {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}
.panels .simple-panel .simple-panel__content-image {
  grid-area: image;
  margin: 0 auto;
}
@media (min-width: 40em) {
  .panels .simple-panel {
    /* width > small */
  }
  .panels .simple-panel__container {
    display: grid;
    grid-template-columns: 0.4fr auto 0.5fr;
    grid-template-areas: "content . image";
    grid-column-gap: 1rem;
  }
  .panels .simple-panel__container.simple-panel__align-right {
    grid-template-columns: 0.5fr auto 0.4fr;
    grid-template-areas: "image . content";
  }
  .panels .simple-panel__content {
    text-align: left;
    min-height: 21.875rem;
  }
}
.panels .alt-bg {
  background-color: rgba(134, 134, 134, 0.1);
}
@media (min-width: 40em) {
  .panels .panel .panel-columns {
    /* width >= medium */
    display: flex;
    justify-content: center;
    align-content: space-between;
  }
}
.panels .panel .panel-columns li {
  margin: 0.625rem;
}
@media (min-width: 40em) {
  .panels .panel .panel-columns li.grid-thumb-container {
    /* width >= medium */
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 40em) {
  .panels {
    /* width > small */
  }
}

.text-scroll {
  font-size: 1.625rem;
  padding: 1.8rem 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  background-color: black;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.text-scroll * {
  line-height: 1;
  z-index: 10;
  position: relative;
}
@media (min-width: 43.75em) {
  .text-scroll * {
    /* width >= xmedium */
    line-height: 1.5;
  }
}
.text-scroll:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
@media (min-width: 43.75em) {
  .text-scroll {
    /* width >= xmedium */
    font-size: 2.1rem;
  }
}
@media (min-width: 64em) {
  .text-scroll {
    /* width >= large */
    font-size: 2.3rem;
  }
}
@media (min-width: 75em) {
  .text-scroll {
    /* width >= xlarge */
    font-size: 2.5rem;
  }
}
.text-scroll__wrap {
  text-align: center;
  text-decoration: none;
  color: white;
  display: block;
}
@media (min-width: 43.75em) {
  .text-scroll__wrap {
    /* width >= xmedium */
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
  }
}
.text-scroll p {
  margin: 0;
  padding: 0 0 0.5rem 0;
}
.text-scroll p span {
  font-weight: 700;
}
@media (min-width: 43.75em) {
  .text-scroll p {
    /* width >= xmedium */
    text-align: right;
    padding-right: 0.5rem;
    padding-bottom: 0;
  }
}
.text-scroll__items {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(0.1, rgba(0, 0, 0, 0.15)), color-stop(0.35, #000), color-stop(0.65, #000), color-stop(0.9, rgba(0, 0, 0, 0.15)), color-stop(1, transparent));
  height: 100px;
}
@media (min-width: 43.75em) {
  .text-scroll__items {
    /* width >= xmedium */
    height: auto;
    text-align: left;
  }
}

.single-video {
  padding: 1.5rem 0;
  display: flex;
}
@media (min-width: 40em) {
  .single-video {
    /* width >= medium */
    padding: 2rem 0;
  }
}
@media (min-width: 43.75em) {
  .single-video {
    /* width >= xmedium */
    padding: 2.5rem 0;
  }
}
.single-video__container {
  width: 50vw;
  margin: 0 auto;
  max-width: 620px;
  min-width: 450px;
}
.single-video .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.single-video .embed-container iframe,
.single-video .embed-container object,
.single-video .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.download-form h2 {
  color: inherit;
}
@media (min-width: 43.75em) {
  .download-form__wrap {
    /* width > medium */
    padding-bottom: 1.5rem;
  }
}
.download-form__wrap .wpcf7-not-valid-tip {
  display: none;
}
.download-form__wrap .wpcf7-spinner {
  position: relative;
}
@media (min-width: 43.75em) {
  .download-form__wrap .wpcf7-spinner {
    /* width > medium */
    margin-left: -24px;
    top: 7px;
  }
}
.download-form__wrap form p {
  margin: 0;
  padding: 0;
}
@media (min-width: 43.75em) {
  .download-form__wrap form p label {
    /* width > medium */
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.download-form__wrap input {
  width: 100%;
  margin-top: 0;
  height: 48px;
}
.download-form__wrap input[type=email] {
  margin-top: 0;
  border: none;
}
@media (min-width: 43.75em) {
  .download-form__wrap input {
    /* width > medium */
    width: auto;
  }
}
.download-form__wrap input.wpcf7-email {
  background-color: #fff !important;
}
.download-form__wrap input.wpcf7-submit {
  height: 48px;
  line-height: 1;
  margin-top: 0.8rem;
  font-size: 1rem;
}
@media (min-width: 43.75em) {
  .download-form__wrap input.wpcf7-submit {
    /* width > medium */
    margin-left: 0.5rem;
    margin-top: 0;
    display: inline;
    width: auto;
  }
}

.specs-table {
  text-align: center;
}
.specs-table th[scope=row] {
  white-space: nowrap;
}
.legend .specs-table td {
  text-align: left;
  vertical-align: top;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.timeline ul {
  margin-top: 0;
  margin-bottom: 1.25rem;
}
.timeline ul, .timeline ul li {
  padding-left: 0;
  margin-left: 0;
}
.timeline ul li {
  list-style-type: none;
}
.timeline li {
  padding: 0 0 1.25rem 0;
}
@media (min-width: 40em) {
  .timeline li {
    /* width > small */
    display: flex;
    justify-content: flex-start;
  }
}
.timeline .year-block {
  text-align: center;
}
@media (min-width: 40em) {
  .timeline .year-block {
    /* width > small */
    display: flex;
    justify-content: flex-start;
    text-align: left;
  }
}
@media (min-width: 40em) {
  .timeline .item-thumb {
    /* width > small */
    min-width: 11.25rem;
    margin-left: 2.5rem;
  }
}
.timeline h2, .timeline h3 {
  margin: 0;
}
.timeline h2 span {
  background-color: #fff;
  display: block;
  border-top: 1px solid #010813;
  font-size: 112.5%;
  margin-bottom: 0.625rem;
}
@media (min-width: 40em) {
  .timeline h2 span {
    /* width > small */
    font-size: 87.5%;
    padding: 0.875rem;
    border: 1px solid #010813;
    border-radius: 50%;
    margin-bottom: 0;
  }
}
@media (min-width: 40em) {
  .timeline h2 {
    /* width > small */
    background: url("../img/line.png?9") repeat-y center top;
    margin-right: 2.5rem;
  }
}
.timeline .item-date {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  color: #010813;
}
.timeline img {
  margin: 0 auto 1.25rem;
}
@media (min-width: 40em) {
  .timeline img {
    /* width > small */
    margin: 0;
  }
}

#wpgmza_map {
  border-top: 1px solid rgba(1, 8, 19, 0.4);
  margin-top: 2.5rem;
}

.hero__wrap.-img {
  height: 40vw;
  width: 100%;
}
@media (min-width: 43.75em) {
  .hero__wrap.-img {
    /* width > medium */
    height: 35vw;
  }
}
@media (min-width: 75em) {
  .hero__wrap.-img {
    /* width > large */
    height: 480px;
  }
}

.hero__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.timeline-carousel {
  padding: 4rem 3rem;
  position: relative;
  overflow: hidden;
}
.timeline-carousel .slick-list {
  overflow: visible;
}
.timeline-carousel h1 {
  color: rgb(255, 255, 255);
  font-size: 46px;
  margin-bottom: 40px;
  font-weight: 900;
}
.timeline-carousel__image {
  padding-right: 30px;
}
.timeline-carousel__item {
  cursor: pointer;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.timeline-carousel__item .media-wrapper {
  opacity: 0.4;
  padding-bottom: 71.4%;
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
  width: calc(100% - 30px);
}
.timeline-carousel__item-inner {
  position: relative;
  padding-top: 45px;
}
.timeline-carousel__item-inner:after {
  position: absolute;
  width: 100%;
  top: 45px;
  left: 0;
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.timeline-carousel__item-inner .year {
  font-size: clamp(2rem, 3vw, 2.3rem);
  line-height: 36px;
  color: rgb(255, 255, 255);
  display: table;
  letter-spacing: -1px;
  padding-right: 10px;
  background-color: inherit;
  z-index: 1;
  position: relative;
  margin: -16px 0 20px;
  font-weight: 900;
}
.timeline-carousel__item-inner .year:after {
  content: "";
  position: absolute;
  display: block;
  left: -10px;
  top: 0;
  height: 100%;
  width: 10px;
  background-color: inherit;
  z-index: 3;
}
.timeline-carousel__item-inner .title {
  font-size: clamp(1rem, 3vw, 1.3rem);
  text-transform: uppercase;
  color: #fdba12;
  display: block;
  margin-bottom: 10px;
  font-weight: 900;
}
.timeline-carousel__item-inner .content {
  font-size: clamp(0.9rem, 2vw, 1rem);
  line-height: 18px;
  color: rgb(255, 255, 255);
  width: 70%;
}
.timeline-carousel__item-inner .pointer {
  height: 29px;
  position: relative;
  z-index: 1;
  margin: -4px 0 16px;
}
.timeline-carousel__item-inner .pointer:after, .timeline-carousel__item-inner .pointer:before {
  position: absolute;
  content: "";
}
.timeline-carousel__item-inner .pointer:after {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  top: 0;
  left: 0;
  background-color: #fdba12;
}
.timeline-carousel__item-inner .pointer:before {
  width: 1px;
  height: 100%;
  top: 0;
  left: 4px;
  background-color: #fdba12;
}
.timeline-carousel .slick-active .media-wrapper {
  opacity: 1 !important;
}
.timeline-carousel .slick-prev {
  left: 0;
  top: 40%;
}
.timeline-carousel .slick-prev:before {
  color: #fdba12;
}
.timeline-carousel .slick-next {
  right: max(-2rem, -3vw);
  top: 40%;
}
.timeline-carousel .slick-next:before {
  color: #fdba12;
}
.timeline-carousel .slick-dots {
  list-style-type: none;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 2;
}
.timeline-carousel .slick-dots li {
  cursor: pointer;
  display: inline-block;
  margin: 0 6px;
  position: relative;
  width: 10px;
  height: 10px;
  list-style-type: none;
}
.timeline-carousel .slick-dots li:last-child {
  margin-right: 0;
}
.timeline-carousel .slick-dots li.slick-active button:before {
  color: #fdba12;
  font-size: 1rem;
  opacity: 1;
}
.timeline-carousel .slick-dots li button {
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel .slick-dots li button:before {
  color: #fdba12;
  font-size: 1rem;
}

/* Buttonize Radio & Checkbox Fields */
.gform_wrapper .gfield.buttonized .gfield_radio {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.gform_wrapper .gfield.buttonized .gfield_radio .gchoice,
.gform_wrapper .gfield.buttonized .gfield_checkbox .gchoice {
  position: relative;
  text-align: center;
  color: white;
}

.gform_wrapper .gfield.buttonized input[type=radio],
.gform_wrapper .gfield.buttonized input[type=checkbox] {
  position: absolute;
  left: -9999px;
}

.gform_wrapper .gfield.buttonized .gfield_radio label,
.gform_wrapper .gfield.buttonized .gfield_checkbox label {
  display: block !important;
  position: relative;
  max-width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  background-color: #f0f0f0;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: #000;
}

.gform_wrapper .gfield.buttonized input[type=radio]:checked + label,
.gform_wrapper .gfield.buttonized input[type=checkbox]:checked + label {
  background-color: #063174;
  overflow: hidden;
  color: #fdc945;
  box-shadow: none;
}

.gform_wrapper .gfield.buttonized input[type=radio]:checked + label::before,
.gform_wrapper .gfield.buttonized input[type=checkbox]:checked + label::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.75em;
  right: -0.75em;
  left: auto;
  width: 1.5em;
  height: 1.5em;
  background-color: #fdc945;
  border-radius: 0;
  border: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.gform_wrapper .gfield.buttonized .gfield_radio label::before,
.gform_wrapper .gfield.buttonized .gfield_checkbox label::before {
  display: none;
}

html.-visitor {
  padding-top: 0;
}

body.page-template-tmpl-visitor-log .main {
  background-color: #f3f3f3 !important;
}
body.page-template-tmpl-visitor-log .nav-menu,
body.page-template-tmpl-visitor-log .menu-footer-menu-container,
body.page-template-tmpl-visitor-log .menu {
  display: none !important;
}
body.page-template-tmpl-visitor-log .logo {
  width: 10rem;
}
body.page-template-tmpl-visitor-log .header {
  min-height: 5rem;
  display: block;
  position: relative;
}
body.page-template-tmpl-visitor-log .header-phone {
  display: none !important;
}
body.page-template-tmpl-visitor-log .footer__phone,
body.page-template-tmpl-visitor-log .header-phone,
body.page-template-tmpl-visitor-log .footer .address,
body.page-template-tmpl-visitor-log .footer__copy {
  display: none !important;
}
body.page-template-tmpl-visitor-log header.header > .container {
  justify-content: center;
}

.visitor-log h1,
.visitor-log h2 {
  margin-top: 0;
  color: #010813;
  margin-bottom: 1rem;
}
.visitor-log__wrap {
  top: 1rem;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 4.5rem;
  padding: 2rem;
}
.visitor-log__actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  justify-content: center;
  justify-items: center;
}
.visitor-log__actions.-signout {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.visitor-log__actions a:not(.btn-primary) {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 1px;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 100%;
  height: 30vw;
  border-radius: 5px;
  padding: 0 1rem;
  text-align: center;
  color: #132036;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.visitor-log__actions a:not(.btn-primary).-signout {
  height: 200px;
  width: 200px;
}
.visitor-log__actions a:not(.btn-primary):active {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.visitor-log__actions a:not(.btn-primary) img {
  width: 4rem;
  height: 4rem;
  display: block;
}
.visitor-log__form {
  background-color: #fff;
  padding: 2rem;
  border-radius: 5px;
}
.visitor-log__cancel {
  text-decoration: none;
  display: block;
  padding: 1rem 0;
  color: #868686;
}
.visitor-log dialog {
  text-align: center;
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.visitor-log dialog h2 {
  margin-top: 0;
}
.visitor-log dialog a + a {
  margin-left: 1rem;
}
.visitor-log dialog .dialog__actions {
  margin-bottom: 1rem;
}
.visitor-log__success {
  background-color: #fff;
  padding: 9rem 2rem;
  text-align: center;
}
.visitor-log__success h2 {
  margin: 0;
}
.visitor-log .visitor-log__loader {
  position: absolute;
  margin: 0 auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(var(--sk-size) * 1);
  height: calc(var(--sk-size) * 1);
  visibility: hidden;
}

/* Config */
:root {
  --sk-size: 40px;
  --sk-color: #333;
}

/* Utility class for centering */
.sk-center {
  margin: auto;
}

/*  Plane

      <div class="sk-plane"></div>
 */
.sk-plane {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  -webkit-animation: sk-plane 1.2s infinite ease-in-out;
          animation: sk-plane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-plane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes sk-plane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/*  Chase

      <div class="sk-chase">
        <div class="sk-chase-dot"></div>
        <div class="sk-chase-dot"></div>
        <div class="sk-chase-dot"></div>
        <div class="sk-chase-dot"></div>
        <div class="sk-chase-dot"></div>
        <div class="sk-chase-dot"></div>
      </div>
 */
.sk-chase {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  -webkit-animation: sk-chase 2.5s infinite linear both;
          animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: sk-chase-dot 2s infinite ease-in-out both;
          animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 100%;
  -webkit-animation: sk-chase-dot-before 2s infinite ease-in-out both;
          animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

@-webkit-keyframes sk-chase {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes sk-chase {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-chase-dot {
  80%, 100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%, 100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-chase-dot-before {
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  100%, 0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  100%, 0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*  Bounce

      <div class="sk-bounce">
        <div class="sk-bounce-dot"></div>
        <div class="sk-bounce-dot"></div>
      </div>
  */
.sk-bounce {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-bounce-dot {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--sk-color);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: sk-bounce 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.sk-bounce-dot:nth-child(2) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  45%, 55% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  45%, 55% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*  Wave

      <div class="sk-wave">
        <div class="sk-wave-rect"></div>
        <div class="sk-wave-rect"></div>
        <div class="sk-wave-rect"></div>
        <div class="sk-wave-rect"></div>
        <div class="sk-wave-rect"></div>
      </div>
 */
.sk-wave {
  width: var(--sk-size);
  height: var(--sk-size);
  display: flex;
  justify-content: space-between;
}

.sk-wave-rect {
  background-color: var(--sk-color);
  height: 100%;
  width: 15%;
  -webkit-animation: sk-wave 1.2s infinite ease-in-out;
          animation: sk-wave 1.2s infinite ease-in-out;
}

.sk-wave-rect:nth-child(1) {
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}

.sk-wave-rect:nth-child(2) {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.sk-wave-rect:nth-child(3) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.sk-wave-rect:nth-child(4) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.sk-wave-rect:nth-child(5) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

@-webkit-keyframes sk-wave {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes sk-wave {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
/*  Pulse

      <div class="sk-pulse"></div>
 */
.sk-pulse {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  border-radius: 100%;
  -webkit-animation: sk-pulse 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: sk-pulse 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@-webkit-keyframes sk-pulse {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-pulse {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
/*  Flow

      <div class="sk-flow">
        <div class="sk-flow-dot"></div>
        <div class="sk-flow-dot"></div>
        <div class="sk-flow-dot"></div>
      </div>
 */
.sk-flow {
  width: calc(var(--sk-size) * 1.3);
  height: calc(var(--sk-size) * 1.3);
  display: flex;
  justify-content: space-between;
}

.sk-flow-dot {
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 50%;
  -webkit-animation: sk-flow 1.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite both;
          animation: sk-flow 1.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite both;
}

.sk-flow-dot:nth-child(1) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.sk-flow-dot:nth-child(2) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes sk-flow {
  0%, 80%, 100% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-flow {
  0%, 80%, 100% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*  Swing

      <div class="sk-swing">
        <div class="sk-swing-dot"></div>
        <div class="sk-swing-dot"></div>
      </div>
 */
.sk-swing {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  -webkit-animation: sk-swing 1.8s infinite linear;
          animation: sk-swing 1.8s infinite linear;
}

.sk-swing-dot {
  width: 45%;
  height: 45%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--sk-color);
  border-radius: 100%;
  -webkit-animation: sk-swing-dot 2s infinite ease-in-out;
          animation: sk-swing-dot 2s infinite ease-in-out;
}

.sk-swing-dot:nth-child(2) {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes sk-swing {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes sk-swing {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-swing-dot {
  0%, 100% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes sk-swing-dot {
  0%, 100% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*  Circle

      <div class="sk-circle">
        <div class="sk-circle-dot"></div>
        <div class="sk-circle-dot"></div>
        <div class="sk-circle-dot"></div>
        <div class="sk-circle-dot"></div>
        <div class="sk-circle-dot"></div>
        <div class="sk-circle-dot"></div>
        <div class="sk-circle-dot"></div>
        <div class="sk-circle-dot"></div>
        <div class="sk-circle-dot"></div>
        <div class="sk-circle-dot"></div>
        <div class="sk-circle-dot"></div>
        <div class="sk-circle-dot"></div>
      </div>
 */
.sk-circle {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-circle-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  -webkit-animation: sk-circle 1.2s infinite ease-in-out both;
          animation: sk-circle 1.2s infinite ease-in-out both;
}

.sk-circle-dot:nth-child(1) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.sk-circle-dot:nth-child(2) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.sk-circle-dot:nth-child(3) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sk-circle-dot:nth-child(4) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}

.sk-circle-dot:nth-child(5) {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}

.sk-circle-dot:nth-child(6) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sk-circle-dot:nth-child(7) {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
}

.sk-circle-dot:nth-child(8) {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}

.sk-circle-dot:nth-child(9) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.sk-circle-dot:nth-child(10) {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
}

.sk-circle-dot:nth-child(11) {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
}

.sk-circle-dot:nth-child(1):before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.sk-circle-dot:nth-child(2):before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.sk-circle-dot:nth-child(3):before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.sk-circle-dot:nth-child(4):before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.sk-circle-dot:nth-child(5):before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.sk-circle-dot:nth-child(6):before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.sk-circle-dot:nth-child(7):before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.sk-circle-dot:nth-child(8):before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.sk-circle-dot:nth-child(9):before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.sk-circle-dot:nth-child(10):before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.sk-circle-dot:nth-child(11):before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circle {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circle {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*  Circle Fade

      <div class="sk-circle-fade">
        <div class="sk-circle-fade-dot"></div>
        <div class="sk-circle-fade-dot"></div>
        <div class="sk-circle-fade-dot"></div>
        <div class="sk-circle-fade-dot"></div>
        <div class="sk-circle-fade-dot"></div>
        <div class="sk-circle-fade-dot"></div>
        <div class="sk-circle-fade-dot"></div>
        <div class="sk-circle-fade-dot"></div>
        <div class="sk-circle-fade-dot"></div>
        <div class="sk-circle-fade-dot"></div>
        <div class="sk-circle-fade-dot"></div>
        <div class="sk-circle-fade-dot"></div>
      </div>
 */
.sk-circle-fade {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-circle-fade-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle-fade-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  -webkit-animation: sk-circle-fade 1.2s infinite ease-in-out both;
          animation: sk-circle-fade 1.2s infinite ease-in-out both;
}

.sk-circle-fade-dot:nth-child(1) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.sk-circle-fade-dot:nth-child(2) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.sk-circle-fade-dot:nth-child(3) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sk-circle-fade-dot:nth-child(4) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}

.sk-circle-fade-dot:nth-child(5) {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}

.sk-circle-fade-dot:nth-child(6) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sk-circle-fade-dot:nth-child(7) {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
}

.sk-circle-fade-dot:nth-child(8) {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}

.sk-circle-fade-dot:nth-child(9) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.sk-circle-fade-dot:nth-child(10) {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
}

.sk-circle-fade-dot:nth-child(11) {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
}

.sk-circle-fade-dot:nth-child(1):before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.sk-circle-fade-dot:nth-child(2):before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.sk-circle-fade-dot:nth-child(3):before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.sk-circle-fade-dot:nth-child(4):before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.sk-circle-fade-dot:nth-child(5):before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.sk-circle-fade-dot:nth-child(6):before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.sk-circle-fade-dot:nth-child(7):before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.sk-circle-fade-dot:nth-child(8):before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.sk-circle-fade-dot:nth-child(9):before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.sk-circle-fade-dot:nth-child(10):before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.sk-circle-fade-dot:nth-child(11):before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circle-fade {
  0%, 39%, 100% {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circle-fade {
  0%, 39%, 100% {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*  Grid

    <div class="sk-grid">
      <div class="sk-grid-cube"></div>
      <div class="sk-grid-cube"></div>
      <div class="sk-grid-cube"></div>
      <div class="sk-grid-cube"></div>
      <div class="sk-grid-cube"></div>
      <div class="sk-grid-cube"></div>
      <div class="sk-grid-cube"></div>
      <div class="sk-grid-cube"></div>
      <div class="sk-grid-cube"></div>
    </div>
 */
.sk-grid {
  width: var(--sk-size);
  height: var(--sk-size);
  /* Cube positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */
}

.sk-grid-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: var(--sk-color);
  float: left;
  -webkit-animation: sk-grid 1.3s infinite ease-in-out;
          animation: sk-grid 1.3s infinite ease-in-out;
}

.sk-grid-cube:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.sk-grid-cube:nth-child(4) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(5) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(7) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.sk-grid-cube:nth-child(8) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(9) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes sk-grid {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-grid {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}
/*  Fold

      <div class="sk-fold">
        <div class="sk-fold-cube"></div>
        <div class="sk-fold-cube"></div>
        <div class="sk-fold-cube"></div>
        <div class="sk-fold-cube"></div>
      </div>
 */
.sk-fold {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-fold-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.sk-fold-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sk-color);
  -webkit-animation: sk-fold 2.4s infinite linear both;
          animation: sk-fold 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.sk-fold-cube:nth-child(2) {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}

.sk-fold-cube:nth-child(4) {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}

.sk-fold-cube:nth-child(3) {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}

.sk-fold-cube:nth-child(2):before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.sk-fold-cube:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.sk-fold-cube:nth-child(3):before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

@-webkit-keyframes sk-fold {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-fold {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
/*  Wander

      <div class="sk-wander">
        <div class="sk-wander-cube"></div>
        <div class="sk-wander-cube"></div>
        <div class="sk-wander-cube"></div>
        <div class="sk-wander-cube"></div>
      </div>
 */
.sk-wander {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-wander-cube {
  background-color: var(--sk-color);
  width: 20%;
  height: 20%;
  position: absolute;
  top: 0;
  left: 0;
  --sk-wander-distance: calc(var(--sk-size) * 0.75);
  -webkit-animation: sk-wander 2s ease-in-out -2s infinite both;
          animation: sk-wander 2s ease-in-out -2s infinite both;
}

.sk-wander-cube:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.sk-wander-cube:nth-child(3) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes sk-wander {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: translateX(var(--sk-wander-distance)) rotate(-90deg) scale(0.6);
            transform: translateX(var(--sk-wander-distance)) rotate(-90deg) scale(0.6);
  }
  50% { /* Make FF rotate in the right direction */
    -webkit-transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg);
            transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg);
            transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(0.6);
            transform: translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes sk-wander {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: translateX(var(--sk-wander-distance)) rotate(-90deg) scale(0.6);
            transform: translateX(var(--sk-wander-distance)) rotate(-90deg) scale(0.6);
  }
  50% { /* Make FF rotate in the right direction */
    -webkit-transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg);
            transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg);
            transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(0.6);
            transform: translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

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