/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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 size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 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 in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

html {
  font-family: "Lato", sans-serif;
}

h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 1.75em;
  margin: 0.5em 0 1.5em;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.25em;
    margin: 0.5em 0 1em;
  }
}

h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 2em;
  line-height: 1.25;
  margin: 0.5em 0;
}

h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  margin: 0.25em 0;
}

p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
}

nav {
  padding: 10px 20px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  font-family: "Raleway", sans-serif;
  position: fixed;
  z-index: 2;
  width: 100%;
}
@media (min-width: 996px) {
  nav {
    padding: 10px 60px;
  }
}
nav .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: unset;
}
nav .logo {
  z-index: 3;
}
nav .logo a img {
  width: 230px;
}
nav .hamburger {
  display: block;
  z-index: 3;
}
@media (min-width: 996px) {
  nav .hamburger {
    display: none;
  }
}
nav .hamburger .hamburger-box .hamburger-inner {
  background-color: white;
}
nav .hamburger .hamburger-box .hamburger-inner:before, nav .hamburger .hamburger-box .hamburger-inner:after {
  background-color: white;
}
nav .mobile-nav {
  width: 100%;
  height: 100vh;
  position: absolute;
  background-color: #1e1b19;
  right: -100vw;
  top: 0;
  transition: all 0.3s ease;
  z-index: 2;
  padding: 100px 40px 0;
  text-align: right;
  font-size: 3vh;
  line-height: 2;
  text-transform: uppercase;
}
@media (min-width: 996px) {
  nav .mobile-nav {
    display: none;
  }
}
nav .mobile-nav.is-active {
  right: 0;
}
nav .mobile-nav .subnav {
  font-size: 14px;
}
nav .mobile-nav .subnav a {
  display: block;
}
nav .mobile-nav ul {
  list-style-type: none;
}
nav .nav-links {
  display: none;
}
@media (min-width: 996px) {
  nav .nav-links {
    display: block;
  }
}
nav .nav-links ul {
  display: flex;
  list-style: none;
}
nav .nav-links ul li {
  padding: 5px;
  text-transform: uppercase;
  color: white;
  transition: color 0.3s ease;
  position: relative;
  margin-bottom: unset;
}
@media (min-width: 996px) {
  nav .nav-links ul li {
    font-size: 1.25vw;
  }
}
@media (min-width: 1100px) {
  nav .nav-links ul li {
    padding: 10px;
    font-size: 14px;
  }
}
nav .nav-links ul li a {
  color: white;
}
nav .nav-links ul li:hover, nav .nav-links ul li.active {
  color: #B12C13;
}
nav .nav-links ul li:hover a, nav .nav-links ul li.active a {
  color: #B12C13;
}
nav .nav-links ul li:hover .subnav {
  opacity: 1;
  height: unset;
}
nav .nav-links ul li.nav-button ::before {
  content: "|";
  padding-right: 20px;
  color: white !important;
}
nav .nav-links ul li ul.subnav {
  background-color: black;
  flex-wrap: wrap;
  position: absolute;
  margin-top: 13px;
  margin-left: -20px;
  height: 0;
  opacity: 0;
  transition: all 0.3s ease;
  width: 200px;
}
nav .nav-links ul li ul.subnav a {
  width: 100%;
  transition: all 0.3s ease;
  color: white;
}
@media (min-width: 996px) {
  nav .nav-links ul li ul.subnav a {
    margin: 0;
    padding: 5px 20px;
  }
}
nav .nav-links ul li ul.subnav a:hover {
  background-color: #B12C13;
  color: white;
}
nav .nav-links ul li ul.subnav a li {
  color: white;
}
nav .social-links {
  font-size: 1vw;
  display: none;
  text-align: center;
}
@media (min-width: 996px) {
  nav .social-links {
    display: block;
  }
}
@media (min-width: 1160px) {
  nav .social-links {
    font-size: 12px;
  }
}
nav .social-links .button-above-socials {
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 7px 15px;
  background-color: #B12C13;
  border-radius: 4px;
}
@media (min-width: 996px) {
  nav .social-links .no-select {
    font-size: 10px;
  }
}
@media (min-width: 1160px) {
  nav .social-links .no-select {
    font-size: 10px;
  }
}
nav .social-links .socials {
  display: flex;
  justify-content: space-evenly;
  margin-top: 5px;
}
nav .social-links .socials img {
  height: 20px;
  transition: all 0.3s ease;
}
nav .social-links .socials img:hover {
  transform: scale(1.2);
}

.slideshow .swiper {
  margin-bottom: -15px;
}
.slideshow .swiper .swiper-wrapper {
  height: 600px;
}
@media (min-width: 768px) {
  .slideshow .swiper .swiper-wrapper {
    height: 800px;
  }
}
.slideshow .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  background-size: cover;
  background-position: bottom center;
}
.slideshow .swiper .swiper-wrapper .swiper-slide .overlay {
  opacity: 0.2;
  background-color: black;
  position: absolute;
  height: 100%;
  width: 100%;
}
.slideshow .swiper .swiper-wrapper .swiper-slide .content {
  text-align: center;
  color: white;
  z-index: 1;
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
}
.slideshow .swiper .swiper-wrapper .swiper-slide .content .caption {
  max-width: 600px;
  margin: 0 auto;
}
.slideshow .swiper .swiper-pagination {
  position: relative;
  bottom: 60px;
  z-index: 1;
}
.slideshow .swiper .swiper-pagination-bullet {
  background: white;
  opacity: 1;
}
.slideshow .swiper .swiper-pagination-bullet-active {
  background: #B12C13;
}
.slideshow .swiper .swiper-button-next,
.slideshow .swiper .swiper-button-prev {
  color: #B12C13;
  transition: all 0.3s ease;
}
.slideshow .swiper .swiper-button-next:hover,
.slideshow .swiper .swiper-button-prev:hover {
  transform: scale(1.1);
}
.slideshow .swiper .swiper-button-disabled {
  opacity: 0;
}

section.text-image-link {
  background-color: #f5f3f0;
  padding: 40px 0;
}
section.text-image-link .content {
  max-width: 900px;
}
section.text-image-link .content .text {
  color: #6E6A67;
  font-size: 14px;
  margin: 40px auto;
}
section.text-image-link .content .text p {
  margin: 20px 0;
}
section.text-image-link .content .bottom {
  display: flex;
  flex-wrap: wrap;
}
section.text-image-link .content .bottom .left {
  width: 100%;
}
@media (min-width: 768px) {
  section.text-image-link .content .bottom .left {
    width: 50%;
  }
}
section.text-image-link .content .bottom .left .text {
  color: #38312B;
}
section.text-image-link .content .bottom .left a {
  color: #B12C13;
  transition: all 0.3s ease;
}
section.text-image-link .content .bottom .left a:visited {
  color: #B12C13;
}
section.text-image-link .content .bottom .left a:hover {
  color: #6E6A67;
}
section.text-image-link .content .bottom .right {
  width: 100%;
}
@media (min-width: 768px) {
  section.text-image-link .content .bottom .right {
    width: 50%;
  }
}
section.text-image-link .content .bottom .right .right-image {
  width: 100%;
}

section.video {
  text-align: center;
  padding: 20px 0 10px;
}
section.video.light-gray {
  background-color: #f5f3f0;
}
section.video .video-title {
  margin: 40px auto 60px;
  max-width: 80%;
  color: #38312B;
}
section.video iframe {
  height: auto;
  width: 90%;
  max-width: 800px;
  aspect-ratio: 16/9;
}
section.video .button-link {
  margin: 40px auto 60px;
}

.rich-text {
  color: #6E6A67;
}
.rich-text.gray-bg {
  background-color: #f5f3f0;
  padding: 1px 0;
}
.rich-text .content {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0 10px;
}
@media (min-width: 768px) {
  .rich-text .content {
    margin: 60px auto;
    padding: unset;
  }
}
.rich-text h1 {
  color: #38312B;
}
.rich-text p {
  margin: 20px auto;
}
.rich-text a {
  color: #B12C13;
  transition: all 0.3s ease;
}
.rich-text a:visited {
  color: #B12C13;
}
.rich-text a:hover {
  color: #6E6A67;
}
.rich-text .button-wrapper {
  text-align: center;
}
.rich-text .button-link {
  display: inline-block;
}
.rich-text .text-under-button {
  max-width: 600px;
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
}
.rich-text .text-under-button p {
  font-size: inherit;
  margin: 0 auto;
}

section.quote {
  max-width: 600px;
  margin: 40px auto 0;
  padding: 40px 60px 35px;
  color: #38312B;
  background-color: #f5f3f0;
  position: relative;
}
@media (min-width: 768px) {
  section.quote {
    margin: 40px auto;
  }
}
section.quote .content .large-quote-mark {
  color: #B12C13;
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 6em;
  font-style: italic;
}
section.quote .content p {
  line-height: 1.25;
  font-size: 20px;
}
@media (min-width: 768px) {
  section.quote .content p {
    line-height: 1;
  }
}
section.quote .content .attribution {
  text-align: right;
  margin: 20px 0 0;
}

section.image {
  margin: 40px auto;
}
@media (min-width: 768px) {
  section.image {
    margin: 60px auto;
  }
}
section.image .content {
  max-width: 900px;
}
section.image .content img {
  width: 100%;
}

section.apparatus {
  color: #6E6A67;
  margin: 0;
}
@media (min-width: 768px) {
  section.apparatus {
    margin: 40px 0 0;
  }
}
section.apparatus.light-gray {
  background-color: #f5f3f0;
  margin-top: 0;
}
@media (min-width: 768px) {
  section.apparatus.light-gray .content {
    padding: 80px 0 60px;
  }
}
section.apparatus .content {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 0 20px;
}
@media (min-width: 768px) {
  section.apparatus .content {
    padding: 60px 0;
  }
}
section.apparatus .content .top {
  display: flex;
  flex-wrap: wrap;
}
section.apparatus .content .top .left {
  width: 100%;
}
@media (min-width: 768px) {
  section.apparatus .content .top .left {
    width: 60%;
  }
}
section.apparatus .content .top .left img {
  width: 100%;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  section.apparatus .content .top .left img {
    width: 80%;
    margin: 0 20% 0 0;
  }
}
section.apparatus .content .top .right {
  width: 100%;
}
@media (min-width: 768px) {
  section.apparatus .content .top .right {
    width: 40%;
  }
}
section.apparatus .content .top .right .apparatus-name {
  margin: 0 auto 20px 0;
  color: #38312B;
}
section.apparatus .content .top .right .specifications .specification {
  line-height: 1.5;
  font-size: 18px;
}
section.apparatus .content .bottom {
  margin-top: 40px;
}
section.apparatus .content .bottom p {
  margin: 20px 0;
}

section.image-with-caption {
  margin: 60px 0;
}
section.image-with-caption .content {
  max-width: 900px;
  display: flex;
  position: relative;
}
section.image-with-caption .content img {
  width: 66%;
}
section.image-with-caption .content .caption {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 45%;
  background-color: #f5f3f0;
  padding: 3% 3%;
  font-weight: 700;
  color: #38312B;
}
section.image-with-caption .content .caption h1 {
  font-size: 0.75em;
}
@media (min-width: 768px) {
  section.image-with-caption .content .caption h1 {
    font-size: 1.75em;
  }
}
section.image-with-caption .content .caption h1 strong {
  font-weight: 700 !important;
  line-height: 1.2;
}

section.list-with-image.light-gray {
  background-color: #f5f3f0;
}
section.list-with-image .content {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 0;
}
section.list-with-image .content .left {
  width: 100%;
}
@media (min-width: 768px) {
  section.list-with-image .content .left {
    width: 60%;
  }
}
section.list-with-image .content .left .list-title {
  text-align: center;
  color: #38312B;
  margin-bottom: 40px;
}
section.list-with-image .content .left .list-items {
  color: #6E6A67;
  list-style-type: disc;
}
section.list-with-image .content .left .list-items li {
  margin: 20px 10px;
  line-height: 1.25;
}
section.list-with-image .content .right {
  width: 100%;
}
@media (min-width: 768px) {
  section.list-with-image .content .right {
    width: 40%;
  }
}
section.list-with-image .content .right img {
  width: 100%;
}

section.events-block .header-title {
  padding: 60px 0;
  text-align: center;
  color: #38312B;
}
section.events-block .news-feed .content {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}
section.events-block .news-feed .content .news-entry {
  width: 100%;
  margin: 0 0 80px;
}
@media (min-width: 768px) {
  section.events-block .news-feed .content .news-entry {
    width: 30%;
    margin: 0 1.6% 80px;
  }
}
@media (min-width: 768px) {
  section.events-block .news-feed .content .news-entry a:hover .thumbnail img {
    transform: scale(1.025);
  }
  section.events-block .news-feed .content .news-entry a:hover .title {
    color: #B12C13;
  }
  section.events-block .news-feed .content .news-entry a:hover .description {
    color: #B12C13;
  }
}
section.events-block .news-feed .content .news-entry .date {
  margin-bottom: 10px;
  color: #B12C13;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
section.events-block .news-feed .content .news-entry .thumbnail {
  margin-bottom: 30px;
}
section.events-block .news-feed .content .news-entry .thumbnail img {
  width: 100%;
  transition: all 0.3s ease;
}
section.events-block .news-feed .content .news-entry .title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #38312B;
  font-size: 18px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
section.events-block .news-feed .content .news-entry .description {
  color: #6E6A67;
  transition: all 0.3s ease;
}
section.events-block .news-feed .content .news-entry .description p {
  font-size: 14px;
}
section.events-block .news-feed .content .news-entry .description a {
  color: #B12C13;
}
section.events-block .news-feed .content .news-entry .description a:hover {
  color: #6E6A67;
}

section.gallery-block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
section.gallery-block.desktop {
  display: none;
}
@media (min-width: 768px) {
  section.gallery-block.desktop {
    display: flex;
  }
}
section.gallery-block.mobile {
  display: flex;
}
@media (min-width: 768px) {
  section.gallery-block.mobile {
    display: none;
  }
}
section.gallery-block.mobile .slide {
  width: 33.33%;
}
section.gallery-block.mobile .slide .overlay {
  opacity: 0;
  display: block;
}
section.gallery-block .slide {
  width: 25%;
  height: 15vw;
  background-size: cover;
  background-position: center;
  position: relative;
}
section.gallery-block .slide:hover .overlay {
  opacity: 0.5;
}
section.gallery-block .slide:hover .caption {
  opacity: 1;
}
section.gallery-block .slide .overlay,
section.gallery-block .slide .caption {
  display: none;
}
@media (min-width: 768px) {
  section.gallery-block .slide .overlay,
  section.gallery-block .slide .caption {
    display: block;
  }
}
section.gallery-block .slide .overlay {
  width: 100%;
  height: 100%;
  background-color: #B12C13;
  opacity: 0;
  transition: all 0.3s ease;
}
section.gallery-block .slide .caption {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.form .content form {
  width: 100%;
  font-family: "Lato", sans-serif;
}
@media (min-width: 768px) {
  .form .content form {
    width: 40%;
    margin: 0 auto 10px;
  }
}
.form .content form select,
.form .content form input,
.form .content form textarea {
  width: 100%;
  width: calc(100% - 10px);
  height: 28px;
  padding-left: 10px;
  color: #6E6A67;
  font-size: 12px;
  border: 1px solid #6E6A67;
  border-radius: 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.form .content form input[type=radio] {
  width: unset;
  height: unset;
  margin: 0 5px 0 0;
}
.form .content form #fields-email-field {
  opacity: 0;
  height: 0;
}
.form .content form #fields-email-field .heading,
.form .content form #fields-email-field .input {
  opacity: 0;
  height: 0;
}
.form .content form #fields-email-field .heading label,
.form .content form #fields-email-field .input label {
  opacity: 0;
  height: 0;
  margin: 0;
}
.form .content form .heading {
  margin-top: 20px;
}
.form .content form select {
  width: calc(100% + 3px);
  height: 34px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  background-image: url(/img/down_arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 5px);
  background-size: 30px;
  background-color: white;
}
.form .content form textarea {
  height: unset;
  line-height: 1.5;
  padding: 10px;
  width: calc(100% - 20px);
}
.form .content form .instructions {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  margin: 10px 0;
}
.form .content form .instructions a {
  text-decoration: underline;
  color: #B12C13;
}
.form .content form .instructions a:hover {
  color: #6E6A67;
}
.form .content form .errors {
  color: #b12c13;
}
.form .content form label {
  display: block;
  margin: 20px 0 10px;
  font-weight: 700;
  font-size: 14px;
}
.form .content form .dropdown {
  width: calc(100% - 10px);
}
.form .content form .dropdown label {
  font-size: 18px;
  font-weight: 400;
  margin: 20px 0 10px;
  display: block;
}
.form .content form fieldset {
  padding: 0;
  margin: 10px 0;
}
.form .content form .google-recaptcha-container {
  margin-top: 20px;
}
.form .content form .submit {
  display: block;
  text-align: center;
}
.form .content form .submit button {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  border-radius: 4px;
  color: white;
  background-color: #B12C13;
  padding: 17px 50px;
  display: inline-block;
  font-size: 10px;
  margin: 20px auto;
  transition: all 0.3s ease;
  height: 44px;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
}
.form .content form .submit button:hover {
  transform: scale(1.05);
}

.form.formie .content form {
  width: 90%;
  max-width: 500px;
  color: #6E6A67;
}
.form.formie .content form label {
  color: #6E6A67;
  text-transform: uppercase;
  letter-spacing: unset;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
.form.formie .content form textarea {
  width: calc(100% - 8px);
}
.form.formie .content form select {
  width: calc(100% - 8px);
}
.form.formie .content form fieldset {
  margin: 40px 0;
  color: #6E6A67;
  text-transform: uppercase;
  letter-spacing: unset;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
.form.formie .content form fieldset legend {
  margin-bottom: 0;
  color: #6E6A67;
}
.form.formie .content form .fui-row {
  margin: 10px 0;
}
.form.formie .content form .fui-field {
  padding: 0;
}
.form.formie .content form .fui-field:not(.fui-type-hidden-field) {
  margin-bottom: 0;
}
.form.formie .content form .fui-instructions p {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  margin: 10px 0;
  color: #6E6A67;
}
.form.formie .content form .fui-btn-container {
  display: block;
  text-align: center;
}
.form.formie .content form .fui-btn-container .fui-submit {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  border-radius: 4px;
  color: white;
  background-color: #B12C13;
  padding: 15px 50px;
  display: inline-block;
  font-size: 10px;
  margin: 20px auto;
  transition: all 0.3s ease;
  height: 44px;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
}
.form.formie .content form .fui-btn-container .fui-submit:hover {
  transform: scale(1.05);
}

section.faq {
  color: #6E6A67;
  text-align: center;
}
section.faq .content.bottom-margin {
  margin-bottom: 80px;
}
section.faq .content .title {
  margin: 40px auto 60px;
  max-width: 80%;
  color: #38312B;
}
section.faq .content .qAs {
  max-width: 800px;
  margin: 0 auto;
}
section.faq .content .qAs .qA {
  margin: 20px 0;
  cursor: pointer;
  padding: 20px 0;
  border-bottom: 1px solid #6E6A67;
  margin: 0;
}
@media (min-width: 768px) {
  section.faq .content .qAs .qA {
    padding: 40px 0;
  }
}
section.faq .content .qAs .qA a {
  color: #B12C13;
  transition: all 0.3s ease;
}
section.faq .content .qAs .qA a:visited {
  color: #B12C13;
}
section.faq .content .qAs .qA a:hover {
  color: #6E6A67;
}
section.faq .content .qAs .qA:first-of-type {
  border-top: 1px solid #6E6A67;
}
section.faq .content .qAs .qA.open .answer {
  height: auto;
  padding: 40px 0 5px;
}
section.faq .content .qAs .qA.open .caret {
  transform: scaleY(-1);
  color: #6E6A67;
}
section.faq .content .qAs .qA .question {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
}
section.faq .content .qAs .qA .question {
  text-align: center;
  margin-bottom: 20px;
}
section.faq .content .qAs .qA .answer {
  text-align: center;
  transition: all 0.3s ease;
  height: 0;
  overflow: hidden;
  padding: 0;
}
section.faq .content .qAs .qA .caret {
  text-align: center;
  font-size: 12px;
  margin-top: 40px;
  transition: all 0.3s ease;
  color: #D3D3D3;
}

.three-column-text {
  color: #6E6A67;
}
.three-column-text.gray-bg {
  background-color: #f5f3f0;
  padding: 1px 0;
}
.three-column-text .content {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0 10px;
}
@media (min-width: 768px) {
  .three-column-text .content {
    margin: 60px auto;
    padding: unset;
  }
}
.three-column-text h1 {
  color: #38312B;
}
.three-column-text p {
  margin: 20px auto;
}
.three-column-text a {
  color: #B12C13;
  transition: all 0.3s ease;
}
.three-column-text a:visited {
  color: #B12C13;
}
.three-column-text a:hover {
  color: #6E6A67;
}
.three-column-text .title {
  text-align: center;
  margin-bottom: 40px;
}
.three-column-text .column {
  width: 100%;
  margin: 20px auto;
}
@media only screen and (min-width: 768px) {
  .three-column-text .column {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin: 20px 1.5%;
  }
}

section.multi-purpose .header-image {
  background-size: cover;
  background-position: bottom center;
  height: 360px;
}
@media (min-width: 768px) {
  section.multi-purpose .header-image {
    height: 550px;
  }
}
section.multi-purpose .header-image.no-header-image {
  height: 180px;
}
@media (min-width: 768px) {
  section.multi-purpose .header-image.no-header-image {
    height: 180px;
  }
}
section.multi-purpose .header-title {
  position: fixed;
  z-index: 1;
  top: 107px;
  width: 100%;
  padding: 15px 20px;
  color: white;
  background-color: rgba(190, 50, 39, 0.85);
  display: block;
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  section.multi-purpose .header-title {
    top: 107px;
    font-size: 16px;
    padding: 15px 60px;
  }
}
section.multi-purpose .header-title .content {
  width: unset;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

section.events-landing {
  margin: 139px 0 0;
}
section.events-landing .header-title {
  position: fixed;
  z-index: 1;
  top: 107px;
  width: 100%;
  padding: 15px 20px;
  color: white;
  background-color: rgba(190, 50, 39, 0.85);
  display: block;
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  section.events-landing .header-title {
    top: 107px;
    font-size: 16px;
    padding: 15px 60px;
  }
}
section.events-landing .header-title .content {
  width: unset;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
section.events-landing .page-title {
  padding: 20px 0;
  text-align: center;
  color: #38312B;
}
@media (min-width: 768px) {
  section.events-landing .page-title {
    padding: 60px 0;
  }
}
section.events-landing .news-feed .content {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}
section.events-landing .news-feed .content .news-entry {
  width: 100%;
  margin: 0 0 60px;
}
@media (min-width: 768px) {
  section.events-landing .news-feed .content .news-entry {
    width: 30%;
    margin: 0 1.6% 80px;
  }
}
@media (min-width: 768px) {
  section.events-landing .news-feed .content .news-entry a:hover .thumbnail img {
    transform: scale(1.025);
  }
  section.events-landing .news-feed .content .news-entry a:hover .title {
    color: #B12C13;
  }
  section.events-landing .news-feed .content .news-entry a:hover .description {
    color: #B12C13;
  }
}
section.events-landing .news-feed .content .news-entry .date {
  margin-bottom: 10px;
  color: #B12C13;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 12px;
}
section.events-landing .news-feed .content .news-entry .thumbnail {
  margin-bottom: 30px;
}
section.events-landing .news-feed .content .news-entry .thumbnail img {
  width: 100%;
  transition: all 0.3s ease;
}
section.events-landing .news-feed .content .news-entry .title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #38312B;
  font-size: 18px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
section.events-landing .news-feed .content .news-entry .description {
  color: #6E6A67;
  transition: all 0.3s ease;
}
section.events-landing .news-feed .content .news-entry .description p {
  font-size: 14px;
}
section.events-landing .news-feed .content .news-entry .description a {
  color: #B12C13;
}
section.events-landing .news-feed .content .news-entry .description a:hover {
  color: #6E6A67;
}

section.events-entry {
  margin: 104px 0 80px;
}
section.events-entry .header-image {
  background-size: cover;
  background-position: center top;
  height: 300px;
}
@media (min-width: 768px) {
  section.events-entry .header-image {
    height: 550px;
  }
}
section.events-entry .header-image.contain {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #272320;
  height: unset;
}
@media (min-width: 768px) {
  section.events-entry .header-image.contain {
    height: 700px;
  }
}
section.events-entry .header-image.contain .mobile {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  section.events-entry .header-image.contain .mobile {
    display: none;
  }
}
section.events-entry .header-title {
  position: fixed;
  z-index: 1;
  top: 107px;
  width: 100%;
  padding: 15px 20px;
  color: white;
  background-color: rgba(190, 50, 39, 0.85);
  display: block;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  section.events-entry .header-title {
    top: 107px;
    font-size: 16px;
    padding: 15px 60px;
  }
}
section.events-entry .header-title .content {
  width: unset;
}
section.events-entry .body-title {
  text-align: center;
  color: #38312B;
  margin-bottom: -40px;
}
@media (min-width: 768px) {
  section.events-entry .body-title {
    margin-bottom: -100px;
  }
}
section.events-entry .body-title .content {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0 10px;
}
section.events-entry .intro {
  color: #6E6A67;
  margin-bottom: -10px;
}
@media (min-width: 768px) {
  section.events-entry .intro {
    margin-bottom: -70px;
  }
}
section.events-entry .intro .content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
}
section.events-entry .content-blocks .rich-text .content {
  padding-top: 10px;
}

section.gallery {
  margin: 139px 0 0;
  min-height: 65vh;
}
section.gallery .header-title {
  position: fixed;
  z-index: 1;
  top: 107px;
  width: 100%;
  padding: 15px 20px;
  color: white;
  background-color: rgba(190, 50, 39, 0.85);
  display: block;
  text-transform: uppercase;
  font-size: 12px;
}
@media (min-width: 768px) {
  section.gallery .header-title {
    top: 107px;
    font-size: 16px;
    padding: 15px 60px;
  }
}
section.gallery .header-title .content {
  width: unset;
  font-size: 12px;
  line-height: 1.5;
  max-width: unset;
}
@media (min-width: 1160px) {
  section.gallery .header-title .content {
    font-size: 16px;
  }
}
section.gallery .content {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  max-width: 900px;
  margin: 0 auto;
  /* Create four equal columns that floats next to eachother */
  /* The Modal (background) */
  /* Modal Content */
  /* The Close Button */
  /* Hide the slides by default */
  /* Next & previous buttons */
  /* Position the "next button" to the right */
  /* On hover, add a black background color with a little bit see-through */
  /* Number text (1/3 etc) */
  /* Caption text */
}
section.gallery .content .sections {
  padding: 70px 0 50px;
  display: flex;
  flex-wrap: wrap;
  font-weight: 800;
  max-width: 900px;
  margin: 0 auto;
  justify-content: center;
}
@media (min-width: 768px) {
  section.gallery .content .sections {
    justify-content: flex-start;
  }
}
section.gallery .content .sections .section-button {
  margin-right: 5px;
  padding: 10px 40px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  flex-basis: 100%;
  max-width: 300px;
}
@media (min-width: 768px) {
  section.gallery .content .sections .section-button {
    width: unset;
    flex-basis: unset;
  }
}
section.gallery .content .sections .section-button.active {
  background-color: #B12C13;
  color: white;
}
section.gallery .content .sections .section-button:hover {
  transform: scale(1.025);
}
section.gallery .content .sections .section-button.hidden {
  display: none;
}
section.gallery .content .gallery-slides {
  display: flex;
  flex-wrap: wrap;
}
section.gallery .content .gallery-slides.hidden {
  display: none;
}
section.gallery .content .gallery-slides .gallery-slide {
  width: 100%;
  margin: 0 0 60px;
  cursor: pointer;
}
@media (min-width: 768px) {
  section.gallery .content .gallery-slides .gallery-slide {
    width: 31%;
    margin: 0 1% 80px;
  }
  section.gallery .content .gallery-slides .gallery-slide:hover .thumbnail img {
    transform: translate(-50%, -50%) scale(1.025);
  }
  section.gallery .content .gallery-slides .gallery-slide:hover .title {
    color: #B12C13;
  }
  section.gallery .content .gallery-slides .gallery-slide:hover .description {
    color: #B12C13;
  }
}
section.gallery .content .gallery-slides .gallery-slide .thumbnail {
  margin-bottom: 20px;
  height: 160px;
  overflow: hidden;
  position: relative;
}
section.gallery .content .gallery-slides .gallery-slide .thumbnail img {
  width: 100%;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.gallery .content .gallery-slides .gallery-slide .image-title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #38312B;
  font-size: 16px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
section.gallery .content .gallery-slides .gallery-slide .date {
  margin-bottom: 10px;
  color: #B12C13;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 12px;
}
section.gallery .content .row > .column {
  padding: 0 8px;
}
section.gallery .content .row:after {
  content: "";
  display: table;
  clear: both;
}
section.gallery .content .column {
  float: left;
  width: 25%;
}
section.gallery .content .modal {
  display: none;
  position: fixed;
  z-index: 2;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}
section.gallery .content .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}
section.gallery .content .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 55px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
section.gallery .content .close:hover,
section.gallery .content .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
section.gallery .content .slides {
  display: none;
  background-color: black;
  text-align: center;
}
section.gallery .content .slides img {
  width: unset !important;
  max-width: 100%;
  max-height: 80vh;
}
section.gallery .content .prev,
section.gallery .content .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
section.gallery .content .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
section.gallery .content .prev:hover,
section.gallery .content .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
section.gallery .content .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
section.gallery .content .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
  display: none;
}
section.gallery .content img.demo {
  opacity: 0.6;
}
section.gallery .content .active,
section.gallery .content .demo:hover {
  opacity: 1;
}
section.gallery .content img.hover-shadow {
  transition: 0.3s;
}
section.gallery .content .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

section.contact {
  margin: 139px 0 0;
  min-height: 65vh;
}
section.contact .header-title {
  position: fixed;
  z-index: 1;
  top: 107px;
  width: 100%;
  padding: 15px 20px;
  color: white;
  background-color: rgba(190, 50, 39, 0.85);
  display: block;
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  section.contact .header-title {
    top: 107px;
    font-size: 16px;
    padding: 15px 60px;
  }
}
section.contact .header-title .content {
  width: unset;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
section.contact .contact-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 70px 0 60px;
  max-width: 900px;
  color: #6E6A67;
}
section.contact .contact-info h3 {
  color: #38312B;
}
section.contact .contact-info .station-info {
  width: 100%;
  margin-bottom: 40px;
  order: 2;
}
@media (min-width: 768px) {
  section.contact .contact-info .station-info {
    width: 35%;
    order: unset;
  }
}
section.contact .contact-info .station-info p {
  margin-bottom: 10px;
}
section.contact .contact-info .station-info figure {
  transition: all 0.3s ease;
}
section.contact .contact-info .station-info figure:hover {
  transform: scale(1.025);
}
section.contact .contact-info .station-info figure:hover figcaption a {
  color: #B12C13;
}
section.contact .contact-info .station-info figure figcaption {
  margin-top: 10px;
  text-align: center;
}
section.contact .contact-info .station-info figure figcaption a {
  text-decoration: underline;
  color: #38312B;
}
section.contact .contact-info .station-info a {
  transition: all 0.3s ease;
}
section.contact .contact-info .station-info a:hover {
  color: #B12C13;
}
section.contact .contact-info .station-info img {
  width: 100%;
  height: unset;
}
section.contact .contact-info .contact-form {
  width: 100%;
  font-family: "Lato", sans-serif;
  color: #6E6A67;
}
@media (min-width: 768px) {
  section.contact .contact-info .contact-form {
    width: 40%;
  }
}
section.contact .contact-info .contact-form form#contactNewMember-form,
section.contact .contact-info .contact-form form#contactGeorgetownFireDistrict-form,
section.contact .contact-info .contact-form form#contactRecordsAndBilling-form {
  display: none;
}
section.contact .contact-info .contact-form select,
section.contact .contact-info .contact-form input,
section.contact .contact-info .contact-form textarea {
  width: 100%;
  max-width: 330px;
  height: 32px;
  padding-left: 10px;
  color: #6E6A67;
  font-size: 12px;
  border: 1px solid #6E6A67;
  border-radius: 0;
}
section.contact .contact-info .contact-form fieldset {
  margin: 40px 0;
}
section.contact .contact-info .contact-form fieldset legend {
  margin-bottom: 0;
}
section.contact .contact-info .contact-form .fui-field:not(.fui-type-hidden-field) {
  margin: 0;
}
section.contact .contact-info .contact-form #fields-email-field {
  opacity: 0;
  height: 0;
}
section.contact .contact-info .contact-form #fields-email-field .heading,
section.contact .contact-info .contact-form #fields-email-field .input {
  opacity: 0;
  height: 0;
}
section.contact .contact-info .contact-form #fields-email-field .heading label,
section.contact .contact-info .contact-form #fields-email-field .input label {
  opacity: 0;
  height: 0;
  margin: 0;
}
section.contact .contact-info .contact-form select {
  width: 105%;
  max-width: 346px;
  height: 34px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  background-image: url(/img/down_arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 5px);
  background-size: 30px;
  background-color: white;
}
section.contact .contact-info .contact-form textarea {
  height: unset;
  line-height: 1.5;
  padding: 10px;
  max-width: 324px;
}
section.contact .contact-info .contact-form .instructions {
  font-weight: 700;
  font-size: 18px;
  margin: 40px 0 20px;
  line-height: 1.5;
  max-width: 350px;
  width: 100%;
  font-family: "Lato", sans-serif;
  color: #6E6A67;
}
section.contact .contact-info .contact-form .instructions a {
  text-decoration: underline;
  color: #B12C13;
}
section.contact .contact-info .contact-form .instructions a:hover {
  color: #6E6A67;
}
section.contact .contact-info .contact-form label {
  display: block;
  margin: 20px 0 10px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: unset;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #6E6A67;
}
section.contact .contact-info .contact-form .dropdown label {
  font-size: 18px;
  font-weight: 400;
  margin: 20px 0 10px;
  display: block;
}
section.contact .contact-info .contact-form .google-recaptcha-container {
  margin-top: 20px;
}
section.contact .contact-info .contact-form .submit {
  display: block;
  text-align: center;
  margin-right: 20px;
  width: 346px;
}
section.contact .contact-info .contact-form .submit button {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  border-radius: 4px;
  color: white;
  background-color: #B12C13;
  padding: 17px 50px;
  display: inline-block;
  font-size: 10px;
  margin: 20px auto;
  transition: all 0.3s ease;
  height: 44px;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
}
section.contact .contact-info .contact-form .submit button:hover {
  transform: scale(1.05);
}
section.contact .contact-info .contact-form .fui-btn-container {
  display: block;
  text-align: center;
}
section.contact .contact-info .contact-form .fui-btn-container .fui-submit {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  border-radius: 4px;
  color: white;
  background-color: #B12C13;
  padding: 15px 50px;
  display: inline-block;
  font-size: 10px;
  margin: 20px auto;
  transition: all 0.3s ease;
  height: 44px;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
}
section.contact .contact-info .contact-form .fui-btn-container .fui-submit:hover {
  transform: scale(1.05);
}

section.member {
  margin: 139px 0 0;
  min-height: 65vh;
}
section.member .header-title {
  position: fixed;
  z-index: 1;
  top: 107px;
  width: 100%;
  padding: 15px 20px;
  color: white;
  background-color: rgba(190, 50, 39, 0.85);
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  section.member .header-title {
    top: 107px;
    font-size: 16px;
    padding: 15px 60px;
  }
}
section.member .header-title .content {
  width: unset;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
section.member .content {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
section.member .content .sections {
  padding: 70px 0 50px;
  display: flex;
  flex-wrap: wrap;
  font-weight: 800;
  max-width: 900px;
  margin: 0 auto;
  justify-content: center;
}
@media (min-width: 768px) {
  section.member .content .sections {
    justify-content: flex-start;
  }
}
section.member .content .sections .section-button {
  margin-right: 5px;
  padding: 10px 40px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  flex-basis: 100%;
  max-width: 300px;
}
@media (min-width: 768px) {
  section.member .content .sections .section-button {
    width: unset;
    flex-basis: unset;
  }
}
section.member .content .sections .section-button.active {
  background-color: #B12C13;
  color: white;
}
section.member .content .sections .section-button:hover {
  transform: scale(1.025);
}
section.member .content .section-content {
  color: #6E6A67;
  display: none;
  max-width: 900px;
  margin: 0 auto 60px;
}
section.member .content .section-content.active {
  display: block;
}
section.member .content .section-content.training-calendar {
  max-width: unset;
}
section.member .content .section-content.training-calendar iframe {
  height: 1800px;
}
section.member .content .section-content h1 {
  color: #38312B;
}
section.member .content .section-content a {
  transition: all 0.3s ease;
}
section.member .content .section-content a:hover {
  color: #B12C13;
}
section.member .content .section-content iframe {
  width: 100%;
  height: 1000px;
  border: none;
}

section.thanks {
  margin: 139px 0 0;
  min-height: 65vh;
}
section.thanks .content {
  margin: 0 auto;
  max-width: 900px;
}
section.thanks .content h1 {
  color: #38312B;
  text-align: center;
}
section.thanks .content p {
  color: #6E6A67;
  text-align: center;
}
section.thanks .content a.button-link .button {
  cursor: pointer;
}

footer {
  color: white;
  background-color: #272320;
}
footer .footer-logo {
  width: 230px;
  padding: 20px 0 0 0;
  margin: 0 auto;
}
footer .footer-logo a img {
  width: 230px;
}
footer .footer-links {
  margin: 20px auto;
}
footer .footer-links ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
}
footer .footer-links ul li {
  margin: 10px;
  text-transform: uppercase;
  font-size: 12px;
  transition: all 0.3s ease;
}
footer .footer-links ul li:hover {
  color: #B12C13;
}
footer .footer-links ul li.nav-button ::before {
  content: "|";
  margin-right: 20px;
  color: white !important;
}
footer .footer-links ul li.footer-button {
  text-transform: uppercase;
  margin: 10px 0 0;
  padding: 7px 15px;
  background-color: #B12C13;
  border-radius: 4px;
  font-family: "Raleway", sans-serif;
}
footer .footer-links ul li.footer-button:active {
  color: white;
}
footer .footer-message {
  text-align: center;
  font-size: 12px;
  margin: 20px auto;
  max-width: 90%;
}
footer .footer-message p {
  font-size: 12px;
  line-height: 2.5;
}
@media (min-width: 768px) {
  footer .footer-message p {
    line-height: 1.5;
  }
}
footer .footer-message a {
  transition: all 0.3s ease;
  color: white;
}
footer .footer-message a:hover {
  color: #B12C13;
}
footer .footer-copyright {
  padding: 30px;
  margin: 0 auto;
  color: #D3D3D3;
  background-color: #1e1b19;
  text-align: center;
  font-size: 10px;
}

html,
body {
  overflow-x: hidden;
}

.content {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: unset;
}
a:visited {
  color: inherit;
}

.button {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  border-radius: 4px;
  color: white;
  background-color: #B12C13;
  padding: 17px 50px;
  display: inline-block;
  font-size: 10px;
  margin: 20px auto;
  transition: all 0.3s ease;
}
.button:hover {
  transform: scale(1.05);
}

.button-link {
  display: block;
  text-align: center;
}

.no-select {
  user-select: none;
}

ul {
  list-style: disc;
  margin: 20px 0 20px 35px;
}
ul li {
  margin-bottom: 10px;
  font-size: 18px;
}

ol {
  list-style: decimal;
  margin: 20px 0 20px 35px;
}
ol li {
  margin-bottom: 10px;
  font-size: 18px;
}

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