/*!
 * custom-wp-by-bullseye-creative v1.0.0
 * A custom WordPress theme by Bullseye Creative
 * (c) 2023 
 * ISC License
 * http://link-to-your-git-repo.com
 */

@font-face {
  font-family: 'Socicon';
  src: url("../../assets/fonts/Socicon.eot");
  src: url("../../assets/fonts/Socicon.eot#iefix") format("embedded-opentype"), url("../../assets/fonts/Socicon.woff2") format("woff2"), url("../../assets/fonts/Socicon.ttf") format("truetype"), url("../../assets/fonts/Socicon.woff") format("woff"), url("../../assets/fonts/Socicon.svg#Socicon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.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 iOS.
 */
/* line 14, assets/sass/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 26, assets/sass/_normalize.scss */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements with `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 35, assets/sass/_normalize.scss */
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.
 */
/* line 48, assets/sass/_normalize.scss */
hr {
  -webkit-box-sizing: content-box;
          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.
 */
/* line 59, assets/sass/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 71, assets/sass/_normalize.scss */
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.
 */
/* line 80, assets/sass/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 90, assets/sass/_normalize.scss */
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.
 */
/* line 100, assets/sass/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 111, assets/sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 128, assets/sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 132, assets/sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 143, assets/sass/_normalize.scss */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 155, assets/sass/_normalize.scss */
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.
 */
/* line 171, assets/sass/_normalize.scss */
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.
 */
/* line 181, assets/sass/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 201, assets/sass/_normalize.scss */
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.
 */
/* line 213, assets/sass/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 224, assets/sass/_normalize.scss */
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.
 */
/* line 235, assets/sass/_normalize.scss */
legend {
  -webkit-box-sizing: border-box;
          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.
 */
/* line 248, assets/sass/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 256, assets/sass/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 265, assets/sass/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 275, assets/sass/_normalize.scss */
[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.
 */
/* line 285, assets/sass/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 294, assets/sass/_normalize.scss */
[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.
 */
/* line 303, assets/sass/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 315, assets/sass/_normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 323, assets/sass/_normalize.scss */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 334, assets/sass/_normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 342, assets/sass/_normalize.scss */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
In this file:
# Typography
# Forms
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* line 11, assets/sass/_global.scss */
body, aside, div, section, h1, h2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 15, assets/sass/_global.scss */
body,
button,
input,
select,
optgroup,
textarea {
  font-family: 'Catamaran', sans-serif;
  font-size: calc( 15px + 4 * (100vw / 1500));
  line-height: 1.5;
  background: #333333;
}

/* line 27, assets/sass/_global.scss */
h1, h2 {
  font-weight: 900;
}

/* line 30, assets/sass/_global.scss */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  text-shadow: none;
}

/* line 36, assets/sass/_global.scss */
p {
  margin-top: 0;
  margin-bottom: 1em;
}

/* line 41, assets/sass/_global.scss */
dfn, cite, em, i {
  font-style: italic;
}

/* line 45, assets/sass/_global.scss */
blockquote {
  margin: 0 1.5em;
}

/* line 49, assets/sass/_global.scss */
address {
  margin: 0 0 1.5em;
}

/* line 53, assets/sass/_global.scss */
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

/* line 65, assets/sass/_global.scss */
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 71, assets/sass/_global.scss */
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

/* line 76, assets/sass/_global.scss */
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

/* line 81, assets/sass/_global.scss */
big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* line 89, assets/sass/_global.scss */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 93, assets/sass/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 99, assets/sass/_global.scss */
body, .body {
  background: #c1c1c1;
}

/* line 103, assets/sass/_global.scss */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
}

/* line 109, assets/sass/_global.scss */
ul {
  list-style: disc;
}

/* line 113, assets/sass/_global.scss */
ol {
  list-style: decimal;
}

/* line 117, assets/sass/_global.scss */
li > ul,
li > ol {
  margin-bottom: 0;
}

/* line 122, assets/sass/_global.scss */
dt {
  font-weight: bold;
}

/* line 126, assets/sass/_global.scss */
dd {
  margin: 0 1.5em 1.5em;
}

/* line 130, assets/sass/_global.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 135, assets/sass/_global.scss */
figure {
  margin: 1em 0;
}

/* line 139, assets/sass/_global.scss */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* line 147, assets/sass/_global.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

/* line 162, assets/sass/_global.scss */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

/* line 169, assets/sass/_global.scss */
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

/* line 179, assets/sass/_global.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

@media only screen and (max-width: 800px) {
  /* line 179, assets/sass/_global.scss */
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"],
  textarea {
    margin-bottom: 1rem;
  }
}

/* line 205, assets/sass/_global.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

/* line 224, assets/sass/_global.scss */
select {
  border: 1px solid #ccc;
}

/* line 228, assets/sass/_global.scss */
textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
/* line 235, assets/sass/_global.scss */
a {
  color: #040402;
  text-decoration: none;
  border-bottom: 0.2em solid transparent;
}

/* line 242, assets/sass/_global.scss */
a#bc-back-link {
  padding: .3em .6em;
}

/* line 246, assets/sass/_global.scss */
a:visited {
  color: #040402;
}

/* line 250, assets/sass/_global.scss */
a:hover, a:focus, a:active {
  border-bottom-style: solid;
  border-bottom-color: inherit;
}

/* line 255, assets/sass/_global.scss */
a:focus {
  outline: thin dotted;
}

/* line 259, assets/sass/_global.scss */
a:hover, a:active {
  outline: 0;
}

/* line 263, assets/sass/_global.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* line 273, assets/sass/_global.scss */
.--fade {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}

/* line 278, assets/sass/_global.scss */
.--fade-left {
  position: relative;
  left: -50px;
}

/* line 283, assets/sass/_global.scss */
.--fade-right {
  position: relative;
  right: -50px;
}

/* line 288, assets/sass/_global.scss */
[class^="socicon-"], [class*=" socicon-"] {
  font-family: 'Socicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 304, assets/sass/_global.scss */
.homePage-block-buttonLink:hover {
  border: 1px solid #B81C29;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/* line 5, assets/sass/_accessibility.scss */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

/* line 18, assets/sass/_accessibility.scss */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
/* line 41, assets/sass/_accessibility.scss */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* line 1, assets/sass/modules/_header.scss */
header#masthead {
  position: relative;
  top: 0;
  width: 100%;
  display: block;
  padding: 1.5rem 1em;
  background: black;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 10, assets/sass/modules/_header.scss */
.masthead-inner {
  max-width: 69em;
  margin: auto;
  display: block;
}

/* line 16, assets/sass/modules/_header.scss */
header#masthead {
  z-index: 2;
  background: transparent;
  position: fixed;
  top: 0;
}

/* line 21, assets/sass/modules/_header.scss */
header#masthead.light {
  background: white;
}

/* line 25, assets/sass/modules/_header.scss */
.logged-in header#masthead {
  top: 30px;
}

/* line 31, assets/sass/modules/_header.scss */
header#masthead h1, header#masthead p {
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}

/* line 39, assets/sass/modules/_header.scss */
header#masthead a {
  border-bottom: none;
}

/* line 44, assets/sass/modules/_header.scss */
.logo, .logo-dark {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  position: absolute;
  display: inline-block;
}

/* line 48, assets/sass/modules/_header.scss */
.logo .custom-logo-link, .logo-dark .custom-logo-link {
  position: relative;
  display: inline-block;
  max-height: 40px;
}

/* line 52, assets/sass/modules/_header.scss */
.logo .custom-logo-link img, .logo-dark .custom-logo-link img {
  max-height: 40px;
  width: auto;
  display: inline-block;
}

/* line 60, assets/sass/modules/_header.scss */
.logo-dark {
  opacity: 0;
}

/* line 64, assets/sass/modules/_header.scss */
.home .logo .custom-logo-link {
  top: 0;
}

/* line 68, assets/sass/modules/_header.scss */
a.mobileNav-link {
  float: right;
  text-align: right;
  color: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: bold;
  margin-top: .5rem;
  border: 1px dotted white !important;
  padding: .125rem .5rem;
}

@media only screen and (min-width: 1000px) {
  /* line 68, assets/sass/modules/_header.scss */
  a.mobileNav-link {
    display: none;
  }
}

/* line 83, assets/sass/modules/_header.scss */
.header-navigation {
  display: none;
  float: right;
  text-align: right;
}

@media only screen and (min-width: 1000px) {
  /* line 83, assets/sass/modules/_header.scss */
  .header-navigation {
    display: inline-block;
    padding-left: 0;
    margin-left: 150px;
  }
  /* line 91, assets/sass/modules/_header.scss */
  .header-navigation ul {
    margin: 0.6rem 0;
  }
  /* line 93, assets/sass/modules/_header.scss */
  .header-navigation ul li {
    display: inline-block;
  }
  /* line 95, assets/sass/modules/_header.scss */
  .header-navigation ul li a {
    background: none;
    position: relative;
    color: white;
    padding: 0 1rem;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
  /* line 101, assets/sass/modules/_header.scss */
  .header-navigation ul li a:last-child {
    padding-right: 0.5rem;
  }
  /* line 104, assets/sass/modules/_header.scss */
  .header-navigation ul li a:hover {
    color: #b81c29;
  }
  /* line 106, assets/sass/modules/_header.scss */
  .header-navigation ul li a:hover:before {
    content: '';
    background: #b81c29;
    -webkit-animation: pulse 1.3s infinite;
    position: absolute;
    left: 3px;
    top: 10px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
  }
  /* line 121, assets/sass/modules/_header.scss */
  .header-navigation .menu-item-has-children {
    position: relative;
  }
  /* line 124, assets/sass/modules/_header.scss */
  .header-navigation .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  /* line 128, assets/sass/modules/_header.scss */
  .header-navigation .menu-item-has-children:hover > a {
    color: #b81c29;
  }
  /* line 134, assets/sass/modules/_header.scss */
  .header-navigation .sub-menu {
    margin: 0;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 10;
    top: 100%;
    min-width: 220px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    padding: 10px;
    text-align: left;
    -webkit-transition-property: opacity, visibility, background;
    transition-property: opacity, visibility, background;
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 9px rgba(0, 0, 0, 0.1);
  }
  /* line 152, assets/sass/modules/_header.scss */
  .light .header-navigation .sub-menu {
    background: rgba(255, 255, 255, 0.9);
  }
  /* line 156, assets/sass/modules/_header.scss */
  .header-navigation .sub-menu a {
    margin: 0;
    padding: 0 !important;
  }
  /* line 159, assets/sass/modules/_header.scss */
  .header-navigation .sub-menu a:before {
    display: none;
  }
  /* line 163, assets/sass/modules/_header.scss */
  .header-navigation .sub-menu li {
    display: block;
    padding: 0;
    margin: 0 0 10px;
  }
  /* line 167, assets/sass/modules/_header.scss */
  .header-navigation .sub-menu li:last-child {
    margin: 0;
  }
}

/* line 176, assets/sass/modules/_header.scss */
body:not(.home) .current_page_item > a,
body:not(.home) .current-menu-item > a,
body:not(.home) .current-page-ancestor > a,
body:not(.home) .current-menu-ancestor > a {
  color: #b81c29 !important;
  font-weight: bold;
}

/* line 187, assets/sass/modules/_header.scss */
.light .header-navigation a {
  color: #333333;
}

/* line 192, assets/sass/modules/_header.scss */
.light .mobileNav-link {
  color: #b81c29;
  border-color: #b81c29 !important;
}

/* line 196, assets/sass/modules/_header.scss */
.light .logo {
  opacity: 0;
}

/* line 199, assets/sass/modules/_header.scss */
.light .logo-dark {
  opacity: 1 !important;
}

/* line 204, assets/sass/modules/_header.scss */
.menu-page #masthead {
  background: #b81c29;
  position: static;
  padding-bottom: 2.5rem;
  height: 85px;
  margin: 0;
}

/* line 212, assets/sass/modules/_header.scss */
.main-navigation-list-wrap {
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 2rem;
  padding-right: 2rem;
}

/* line 217, assets/sass/modules/_header.scss */
.main-navigation-list-wrap ul {
  list-style: none;
  padding: 0;
}

/* line 221, assets/sass/modules/_header.scss */
.main-navigation-list-wrap a {
  background: none;
  border: none;
}

/* line 224, assets/sass/modules/_header.scss */
.main-navigation-list-wrap a:hover, .main-navigation-list-wrap a:focus, .main-navigation-list-wrap a:active {
  color: #b81c29;
}

@-webkit-keyframes pulse {
  0% {
    background-color: #FD7F5B;
  }
  50% {
    background-color: #b81c29;
  }
  100% {
    background-color: #FD7F5B;
  }
}

/* line 239, assets/sass/modules/_header.scss */
a.mobileNav-link {
  float: right;
  text-align: right;
  color: white;
  margin-top: .5rem;
  border: none !important;
  padding: .125rem .5rem;
}

/* line 246, assets/sass/modules/_header.scss */
a.mobileNav-link .bar1, a.mobileNav-link .bar2, a.mobileNav-link .bar3 {
  width: 25px;
  height: 2px;
  background-color: white;
  margin: 5px 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

/* line 255, assets/sass/modules/_header.scss */
a.mobileNav-link:hover .bar1, a.mobileNav-link:hover .bar2, a.mobileNav-link:hover .bar3 {
  background-color: #b81c29;
}

@media only screen and (min-width: 1000px) {
  /* line 239, assets/sass/modules/_header.scss */
  a.mobileNav-link {
    display: none;
  }
}

/* line 265, assets/sass/modules/_header.scss */
.light a.mobileNav-link {
  color: #b81c29;
}

/* line 267, assets/sass/modules/_header.scss */
.light a.mobileNav-link .bar1, .light a.mobileNav-link .bar2, .light a.mobileNav-link .bar3 {
  background-color: #b81c29;
}

/* line 271, assets/sass/modules/_header.scss */
.light a.mobileNav-link:hover .bar1, .light a.mobileNav-link:hover .bar2, .light a.mobileNav-link:hover .bar3 {
  background-color: #bd4d0a;
}

/* line 1, assets/sass/modules/_footer.scss */
.contact-callout-wrap {
  background: #b81c29;
  color: white;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 7, assets/sass/modules/_footer.scss */
.contact-callout-wrap a.contact-callout-link {
  display: inline-block;
  margin: 0 .5rem;
  margin-bottom: 2rem;
  color: white;
  border: 1px solid white;
  padding: .25rem 1rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 15, assets/sass/modules/_footer.scss */
.contact-callout-wrap a.contact-callout-link:hover, .contact-callout-wrap a.contact-callout-link:focus {
  background: white;
  color: #b81c29;
}

/* line 23, assets/sass/modules/_footer.scss */
footer#colophon {
  font-size: .75em;
  padding-bottom: 1rem;
}

/* line 28, assets/sass/modules/_footer.scss */
.footer-socials-wrapper, .footer-copyright-wrapper {
  display: block;
  padding: .25rem 0;
}

@media only screen and (min-width: 500px) {
  /* line 34, assets/sass/modules/_footer.scss */
  .footer-socials-wrapper, .footer-copyright-wrapper {
    display: inline-table;
    width: auto;
  }
}

/* line 40, assets/sass/modules/_footer.scss */
.footer-socials-wrapper {
  margin-top: 1.5rem;
}

/* line 42, assets/sass/modules/_footer.scss */
.footer-socials-wrapper a {
  display: inline-block;
}

/* line 44, assets/sass/modules/_footer.scss */
.footer-socials-wrapper a:hover, .footer-socials-wrapper a:focus, .footer-socials-wrapper a:active {
  text-decoration: none;
  border: none;
}

/* line 49, assets/sass/modules/_footer.scss */
.footer-socials-wrapper i {
  font-size: 17px;
  width: 25px;
  text-align: center;
  position: relative;
  top: 7px;
  color: white;
}

/* line 57, assets/sass/modules/_footer.scss */
.footer-socials-wrapper .footer-socials-icon-wrapper {
  position: relative;
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  background: #333333;
  margin-right: 10px;
  border-radius: 50%;
  bottom: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 68, assets/sass/modules/_footer.scss */
.footer-socials-wrapper .footer-socials-icon-wrapper:hover {
  background: #b81c29;
}

/* line 74, assets/sass/modules/_footer.scss */
.footer-content-wrap {
  background: #ebebeb;
}

/* line 78, assets/sass/modules/_footer.scss */
.footer-columns-wrap {
  display: block;
  max-width: 69rem;
  margin: auto;
  margin-bottom: 1rem;
  padding: 3rem 1rem;
  overflow: auto;
}

/* line 79, assets/sass/modules/_footer.scss */
.footer-columns-wrap a:not(.footer-buttonLink) {
  font-weight: bold;
  border: none;
}

/* line 82, assets/sass/modules/_footer.scss */
.footer-columns-wrap a:not(.footer-buttonLink):hover, .footer-columns-wrap a:not(.footer-buttonLink):focus, .footer-columns-wrap a:not(.footer-buttonLink):active {
  border: none;
  text-decoration: underline;
}

/* line 93, assets/sass/modules/_footer.scss */
.footer-columns-wrap .footer-column {
  padding-bottom: 2rem;
  text-align: center;
  max-width: 350px;
  margin: auto;
}

@media only screen and (min-width: 800px) {
  /* line 100, assets/sass/modules/_footer.scss */
  .footer-columns-wrap .footer-column {
    text-align: left;
    max-width: 500px;
    padding-bottom: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 33.3333%;
    display: inline-block;
    float: left;
  }
  /* line 109, assets/sass/modules/_footer.scss */
  .footer-columns-wrap .footer-column:last-child {
    padding-right: 0;
  }
  /* line 112, assets/sass/modules/_footer.scss */
  .footer-columns-wrap .footer-column:first-child {
    padding-left: 0;
  }
}

/* line 119, assets/sass/modules/_footer.scss */
a.footer-buttonLink {
  display: inline-block;
  padding: 0.25rem 1rem;
  border: 2px solid #333;
  font-weight: 300;
  line-height: 1.5;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: transparent;
  color: #333;
  font-weight: 700;
}

/* line 130, assets/sass/modules/_footer.scss */
a.footer-buttonLink:hover, a.footer-buttonLink:focus {
  background: #333;
  color: white;
}

@media only screen and (max-width: 499px) {
  /* line 119, assets/sass/modules/_footer.scss */
  a.footer-buttonLink {
    text-align: center;
  }
}

/* line 139, assets/sass/modules/_footer.scss */
.footer-parterLogos {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 142, assets/sass/modules/_footer.scss */
.footer-parterLogos .footer-parterLogo-wrap {
  width: 50%;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

/* line 148, assets/sass/modules/_footer.scss */
.footer-parterLogos .footer-parterLogo-wrap a {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 154, assets/sass/modules/_footer.scss */
.footer-parterLogos a:hover, .footer-parterLogos a:focus, .footer-parterLogos a:active {
  opacity: .7;
  border-bottom: 0;
}

/* line 160, assets/sass/modules/_footer.scss */
input.footer-input {
  width: 100%;
  margin-bottom: .5rem;
  background: white;
  padding: 0.375rem .5rem;
  font-size: .9rem;
  border-radius: 0;
  display: block;
  line-height: 1.5;
}

/* line 171, assets/sass/modules/_footer.scss */
.footer-copyright-content-wrap {
  display: block;
  max-width: 69rem;
  margin: auto;
  padding: 0 1rem;
  overflow: auto;
  padding-bottom: 1rem;
  color: black;
}

/* line 179, assets/sass/modules/_footer.scss */
.footer-copyright-content-wrap a {
  font-weight: bold;
  border: none;
}

/* line 182, assets/sass/modules/_footer.scss */
.footer-copyright-content-wrap a:hover, .footer-copyright-content-wrap a:focus, .footer-copyright-content-wrap a:active {
  border: none;
  text-decoration: underline;
}

/* line 189, assets/sass/modules/_footer.scss */
.ctct-form-container .ctct-form-defaults {
  background-color: transparent !important;
  padding: 0 !important;
  font-family: 'Catamaran', sans-serif !important;
}

/* line 193, assets/sass/modules/_footer.scss */
.ctct-form-container .ctct-form-defaults input {
  padding: .25rem !important;
  border-radius: 0px !important;
  height: 36px !important;
}

/* line 200, assets/sass/modules/_footer.scss */
button.ctct-form-button {
  display: inline-block;
  width: auto !important;
  margin-bottom: 2rem;
  background-color: transparent !important;
  color: #333 !important;
  border: 2px solid #333 !important;
  padding: .25rem 1rem !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  font-size: 14px !important;
  border-radius: 0px !important;
  font-weight: 700;
}

/* line 214, assets/sass/modules/_footer.scss */
button.ctct-form-button:hover, button.ctct-form-button:focus {
  background-color: #333 !important;
  color: white !important;
}

/* line 220, assets/sass/modules/_footer.scss */
p.ctct-form-footer {
  text-align: left !important;
}

/* line 224, assets/sass/modules/_footer.scss */
#gdpr_text {
  display: none !important;
}

/* line 228, assets/sass/modules/_footer.scss */
.ctct-form-footer-img {
  display: none !important;
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
/* line 4, assets/sass/modules/_content.scss */
main {
  position: relative;
}

/* line 8, assets/sass/modules/_content.scss */
main.page-main {
  padding-top: 5rem;
  background: white;
}

/* line 14, assets/sass/modules/_content.scss */
#content {
  min-height: 60vh;
  background: white;
}

/* line 19, assets/sass/modules/_content.scss */
.inset-content {
  max-width: 50em;
  margin: 0 auto;
  position: relative;
  display: block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  overflow-x: hidden;
}

/* line 30, assets/sass/modules/_content.scss */
.page-content a, .post-content a {
  border: none;
  color: #b81c29;
  font-weight: 600;
}

/* line 34, assets/sass/modules/_content.scss */
.page-content a:hover, .page-content a:focus, .page-content a:active, .post-content a:hover, .post-content a:focus, .post-content a:active {
  color: #b81c29;
  text-decoration: underline;
  border: none;
}

/* line 42, assets/sass/modules/_content.scss */
article a, nav a {
  background: #fcf8f3 none repeat scroll 0% 0%;
  border-bottom: 0.1em dotted;
  line-height: 1.6em;
}

/* line 48, assets/sass/modules/_content.scss */
article > header > h1, article > header > h2 {
  font-size: 2.4em;
  line-height: 1em;
  margin: 0 0 .4em 0;
}

/* line 54, assets/sass/modules/_content.scss */
#LocateMeButton {
  border: none;
}

/* line 56, assets/sass/modules/_content.scss */
#LocateMeButton:hover, #LocateMeButton:active {
  border: none;
}

/* line 61, assets/sass/modules/_content.scss */
.MicrosoftMap .Infobox {
  width: 250px !important;
  top: -10px !important;
}

/* line 65, assets/sass/modules/_content.scss */
.MicrosoftMap .Infobox h2 {
  margin: 0;
}

/* line 70, assets/sass/modules/_content.scss */
.MicrosoftMap .NavBar_Container .NavBar_Button {
  display: inline !important;
  width: 36px;
  height: 36px;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* line 79, assets/sass/modules/_content.scss */
.grecaptcha-badge {
  bottom: 50px !important;
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
/* line 4, assets/sass/modules/_hero.scss */
.page-hero {
  z-index: 1;
  text-align: center;
  background: black;
  background-image: url("https://oneredmonddev.wpengine.com/wp-content/uploads/2019/02/Redmond_aerial.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  overflow: auto;
  height: 70vh;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 19, assets/sass/modules/_hero.scss */
.page-hero:before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
}

/* line 31, assets/sass/modules/_hero.scss */
.page-hero-headline {
  font-weight: 900;
  color: white;
  font-size: 38px;
  line-height: 1.125;
  margin: 0;
  padding-top: 3rem;
}

@media only screen and (min-width: 500px) {
  /* line 41, assets/sass/modules/_hero.scss */
  .page-hero-headline {
    font-size: 40px;
  }
}

@media only screen and (min-width: 800px) {
  /* line 47, assets/sass/modules/_hero.scss */
  .page-hero-headline {
    font-size: 56px;
    line-height: 1;
  }
}

/* line 53, assets/sass/modules/_hero.scss */
.page-hero-inner {
  padding: 2rem .5rem;
  color: white;
}

@media screen and (min-width: 400px) {
  /* line 58, assets/sass/modules/_hero.scss */
  .page-hero-content {
    font-size: 1.5rem;
  }
}

/* line 67, assets/sass/modules/_hero.scss */
.hero-slider {
  z-index: 1;
}

/* line 70, assets/sass/modules/_hero.scss */
.hero-slider .slick-track {
  height: 90vh;
  min-height: 450px;
}

/* line 74, assets/sass/modules/_hero.scss */
.hero-slider .slick-track aside .button .postContent-buttonLink, .hero-slider .slick-track aside .button a.homePage-block-buttonLink {
  background: #fff;
  border-color: #fff;
}

/* line 78, assets/sass/modules/_hero.scss */
.hero-slider .slick-track aside .button .postContent-buttonLink:hover, .hero-slider .slick-track aside .button a.homePage-block-buttonLink:hover {
  background: #B81C29;
  border-color: #B81C29;
}

/* line 84, assets/sass/modules/_hero.scss */
.hero-slider .slick-track aside .homePage-hero-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 90, assets/sass/modules/_hero.scss */
.hero-slider .slick-track aside .homePage-hero-inner .homePage-hero-subHeadline {
  margin-bottom: 0;
}

/* line 123, assets/sass/modules/_hero.scss */
.hero-slider .homePage-hero-subHeadline {
  font-weight: 400;
  color: #fff;
  font-size: 5rem;
  line-height: 1;
  text-align: left;
  margin-top: 0px;
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  /* line 123, assets/sass/modules/_hero.scss */
  .hero-slider .homePage-hero-subHeadline {
    font-size: 3rem;
  }
}

@media screen and (max-width: 800px) {
  /* line 123, assets/sass/modules/_hero.scss */
  .hero-slider .homePage-hero-subHeadline {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 500px) {
  /* line 123, assets/sass/modules/_hero.scss */
  .hero-slider .homePage-hero-subHeadline {
    font-size: 2rem;
  }
}

@media screen and (max-width: 390px) {
  /* line 123, assets/sass/modules/_hero.scss */
  .hero-slider .homePage-hero-subHeadline {
    font-size: 2rem;
  }
}

/* line 150, assets/sass/modules/_hero.scss */
.hero-slider .slider-content {
  color: #fff;
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 100;
  line-height: 1.1;
  margin-top: 0;
  padding: 0 10px 0 0;
  margin-bottom: 0;
  max-width: 80%;
}

/* line 162, assets/sass/modules/_hero.scss */
.hero-slider .slider-content a {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

/* line 166, assets/sass/modules/_hero.scss */
.hero-slider .slider-content a:hover {
  text-decoration: none;
}

@media screen and (max-width: 500px) {
  /* line 150, assets/sass/modules/_hero.scss */
  .hero-slider .slider-content {
    font-size: 1.3rem;
  }
}

/* line 176, assets/sass/modules/_hero.scss */
.hero-slider .slick-dots {
  bottom: 20px;
}

/* line 180, assets/sass/modules/_hero.scss */
.hero-slider .slick-dots li {
  width: 20px;
  height: 20px;
}

/* line 185, assets/sass/modules/_hero.scss */
.hero-slider .slick-dots li button {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 500px) {
  /* line 176, assets/sass/modules/_hero.scss */
  .hero-slider .slick-dots {
    display: none !important;
  }
}

/* line 199, assets/sass/modules/_hero.scss */
.hero-slider .slick-dots li button:before {
  opacity: 1;
  color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  top: 2px;
  left: 2.3px;
}

/* line 210, assets/sass/modules/_hero.scss */
.hero-slider .slick-dots li.slick-active button:before {
  background-color: #fff;
  width: 20px;
  height: 20px;
  opacity: 1;
  color: #fff;
  top: 0;
  left: 0;
}

/* line 221, assets/sass/modules/_hero.scss */
img.winter-fest {
  width: 80%;
  margin-top: 30px;
}

/*--------------------------------------------------------------
In this file:
# Hero
# Home Post Content
# Home Content blocks
# Home Key Industries
--------------------------------------------------------------*/
/* line 9, assets/sass/modules/_home.scss */
.home #main {
  padding-left: .5rem;
  padding-right: .5rem;
}

/* line 13, assets/sass/modules/_home.scss */
.home #main p a {
  border: none;
  background: none;
  color: #b81c29;
  font-weight: 600;
}

/* line 18, assets/sass/modules/_home.scss */
.home #main p a:hover, .home #main p a:focus, .home #main p a:active {
  color: #b81c29;
  text-decoration: underline;
  border: none;
}

/* line 25, assets/sass/modules/_home.scss */
.home #main p a:not(.postContent-buttonLink):not(a.homePage-block-buttonLink) {
  border: none;
  background: none;
  color: #b81c29;
  font-weight: 600;
}

/* line 30, assets/sass/modules/_home.scss */
.home #main p a:not(.postContent-buttonLink):not(a.homePage-block-buttonLink):hover, .home #main p a:not(.postContent-buttonLink):not(a.homePage-block-buttonLink):focus, .home #main p a:not(.postContent-buttonLink):not(a.homePage-block-buttonLink):active {
  color: #b81c29;
  text-decoration: underline;
  border: none;
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
/* line 41, assets/sass/modules/_home.scss */
.homePage-hero {
  z-index: 1;
  text-align: center;
  background: black;
  background-image: url("http://oneredmonddev.wpengine.com/wp-content/uploads/2019/02/Redmond_aerial.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: auto;
  height: 90vh;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

/* line 56, assets/sass/modules/_home.scss */
.homePage-hero:before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

/* line 66, assets/sass/modules/_home.scss */
.homePage-hero video {
  z-index: -1;
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 82, assets/sass/modules/_home.scss */
.homePage-hero img {
  display: none;
}

/* line 85, assets/sass/modules/_home.scss */
.homePage-hero #wp-custom-header-video-button {
  display: none;
}

/* line 90, assets/sass/modules/_home.scss */
.homePage-hero-headline {
  font-weight: 900;
  color: white;
  font-size: 38px;
  line-height: 1.125;
  margin: 0;
}

@media only screen and (min-width: 500px) {
  /* line 99, assets/sass/modules/_home.scss */
  .homePage-hero-headline {
    font-size: 50px;
  }
}

@media only screen and (min-width: 800px) {
  /* line 105, assets/sass/modules/_home.scss */
  .homePage-hero-headline {
    font-size: 76px;
    line-height: 1;
  }
}

/* line 111, assets/sass/modules/_home.scss */
.homePage-hero-headline-line1 {
  font-weight: 300;
  font-size: 22px;
}

@media only screen and (min-width: 500px) {
  /* line 117, assets/sass/modules/_home.scss */
  .homePage-hero-headline-line1 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 800px) {
  /* line 123, assets/sass/modules/_home.scss */
  .homePage-hero-headline-line1 {
    font-size: 40px;
  }
}

/* line 128, assets/sass/modules/_home.scss */
.homePage-hero-subHeadline {
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  line-height: 1.2;
  margin-top: .75rem;
}

@media only screen and (min-width: 500px) {
  /* line 137, assets/sass/modules/_home.scss */
  .homePage-hero-subHeadline {
    font-size: 32px;
  }
}

/* line 142, assets/sass/modules/_home.scss */
.homePage-hero-inner {
  padding: 2rem .5rem;
}

/*--------------------------------------------------------------
# Home Post Content
--------------------------------------------------------------*/
/* line 151, assets/sass/modules/_home.scss */
.home .postContent-wrapper {
  margin: 4rem auto 5rem auto;
  text-align: center;
}

/* line 154, assets/sass/modules/_home.scss */
.home .postContent-wrapper header {
  color: #333333;
}

/* line 156, assets/sass/modules/_home.scss */
.home .postContent-wrapper header h1 {
  margin-bottom: 1rem;
  font-weight: 900;
}

/* line 161, assets/sass/modules/_home.scss */
.home .postContent-wrapper .postContent {
  color: #333333;
  margin: 0;
}

/* line 164, assets/sass/modules/_home.scss */
.home .postContent-wrapper .postContent p {
  margin: 0;
  margin-top: 0.25rem;
  font-size: 20px;
}

@media only screen and (max-width: 499px) {
  /* line 164, assets/sass/modules/_home.scss */
  .home .postContent-wrapper .postContent p {
    text-align: left;
  }
}

/* line 175, assets/sass/modules/_home.scss */
.homePage-dottedLine {
  display: none;
}

/* line 201, assets/sass/modules/_home.scss */
a.postContent-buttonLink, a.homePage-block-buttonLink {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.25rem 1rem;
  background: white;
  color: #b81c29;
  border: 2px solid #b81c29;
  font-weight: 600;
  line-height: 1.5;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 20px;
  margin-bottom: 0.5rem;
}

/* line 213, assets/sass/modules/_home.scss */
a.postContent-buttonLink:hover, a.homePage-block-buttonLink:hover, a.postContent-buttonLink:focus, a.homePage-block-buttonLink:focus {
  background: #b81c29;
  color: white;
  border: 2px solid #b81c29;
  text-decoration: none;
}

@media only screen and (max-width: 499px) {
  /* line 201, assets/sass/modules/_home.scss */
  a.postContent-buttonLink, a.homePage-block-buttonLink {
    text-align: center;
    display: block;
  }
}

/*--------------------------------------------------------------
# Home Content blocks
--------------------------------------------------------------*/
/* line 229, assets/sass/modules/_home.scss */
.homePage-block {
  display: block;
  max-width: 100%;
  padding-bottom: 6rem;
}

/* line 233, assets/sass/modules/_home.scss */
.homePage-block .homePage-block-header {
  line-height: 1;
}

@media only screen and (min-width: 700px) {
  /* line 229, assets/sass/modules/_home.scss */
  .homePage-block {
    display: inline-table;
  }
}

/* line 239, assets/sass/modules/_home.scss */
.homePage-block.--no-image {
  text-align: center;
}

/* line 244, assets/sass/modules/_home.scss */
.homePage-block-imageWrap {
  width: 100%;
  display: block;
  margin-bottom: 2rem;
}

/* line 249, assets/sass/modules/_home.scss */
.homePage-block-imageWrap .homePage-block-image--left {
  border-bottom-left-radius: 100px;
}

/* line 253, assets/sass/modules/_home.scss */
.homePage-block-imageWrap .homePage-block-image--right {
  border-top-right-radius: 100px;
}

/* line 257, assets/sass/modules/_home.scss */
.homePage-block-imageWrap img {
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
  display: block;
}

/* line 262, assets/sass/modules/_home.scss */
.homePage-block-imageWrap.--right {
  display: none;
}

/* line 264, assets/sass/modules/_home.scss */
.homePage-block-imageWrap.--right.--for-small {
  display: block;
}

@media only screen and (min-width: 700px) {
  /* line 244, assets/sass/modules/_home.scss */
  .homePage-block-imageWrap {
    width: 59%;
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
  }
  /* line 274, assets/sass/modules/_home.scss */
  .homePage-block-imageWrap.--left {
    padding-right: 3rem;
  }
  /* line 277, assets/sass/modules/_home.scss */
  .homePage-block-imageWrap.--right {
    display: table-cell;
    padding-left: 2rem;
  }
  /* line 280, assets/sass/modules/_home.scss */
  .homePage-block-imageWrap.--right.--for-small {
    display: none;
  }
}

/* line 287, assets/sass/modules/_home.scss */
.homePage-block-contentWrap {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
}

/* line 292, assets/sass/modules/_home.scss */
.homePage-block-header {
  margin: 0;
  color: #333333;
}

/* line 297, assets/sass/modules/_home.scss */
a.homePage-block-buttonLink {
  font-size: 18px;
  margin-top: 0;
  display: inline-block;
}

/*--------------------------------------------------------------
# Home Key Industries
--------------------------------------------------------------*/
/* line 307, assets/sass/modules/_home.scss */
.homePage-keyIndustries-wrapper {
  position: relative;
  background: #ebebeb;
  overflow-y: auto;
  overflow-x: hidden;
  margin-left: -.5rem;
  margin-right: -.5rem;
  padding-bottom: 4rem;
  padding-top: 2rem;
}

/* line 316, assets/sass/modules/_home.scss */
.homePage-keyIndustries-wrapper + .homePage-block-wrapper {
  padding-top: 4rem;
  background: white;
}

/* line 322, assets/sass/modules/_home.scss */
.homePage-keyIndustries-title {
  margin-left: .25rem;
  margin-right: .25rem;
  text-align: center;
  color: #333333;
}

/* line 329, assets/sass/modules/_home.scss */
.homePage-keyIndustries-content {
  text-align: center;
}

/* line 333, assets/sass/modules/_home.scss */
.homePage-keyIndustries-inner {
  display: block;
  overflow: auto;
  margin: 0;
}

@media only screen and (min-width: 600px) {
  /* line 333, assets/sass/modules/_home.scss */
  .homePage-keyIndustries-inner {
    margin-left: -.1rem;
    margin-right: -.1rem;
  }
}

@media only screen and (min-width: 900px) {
  /* line 333, assets/sass/modules/_home.scss */
  .homePage-keyIndustries-inner {
    margin-left: -.5rem;
    margin-right: -.5rem;
  }
}

/* line 347, assets/sass/modules/_home.scss */
.homePage-keyIndustry {
  width: auto;
  margin: auto;
  height: auto;
  display: block;
  position: relative;
  margin-bottom: .5rem;
  overflow: visible;
  border: none;
}

/* line 357, assets/sass/modules/_home.scss */
.homePage-keyIndustry img {
  height: auto;
  display: block;
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
}

@media only screen and (min-width: 600px) {
  /* line 347, assets/sass/modules/_home.scss */
  .homePage-keyIndustry {
    display: inline-block;
    width: 50%;
    float: left;
    height: auto;
    padding: 0.25rem .5rem;
  }
}

/* line 371, assets/sass/modules/_home.scss */
.homePage-keyIndustry:hover, .homePage-keyIndustry:focus, .homePage-keyIndustry:active {
  text-decoration: none;
  border: none;
}

/* line 374, assets/sass/modules/_home.scss */
.homePage-keyIndustry:hover .homePage-keyIndustry-overlay-title, .homePage-keyIndustry:focus .homePage-keyIndustry-overlay-title, .homePage-keyIndustry:active .homePage-keyIndustry-overlay-title {
  padding-left: 3rem;
}

/* line 377, assets/sass/modules/_home.scss */
.homePage-keyIndustry:hover .homePage-keyIndustry-overlay, .homePage-keyIndustry:focus .homePage-keyIndustry-overlay, .homePage-keyIndustry:active .homePage-keyIndustry-overlay {
  background: rgba(0, 0, 0, 0.5);
}

/* line 383, assets/sass/modules/_home.scss */
.homePage-keyIndustry-inner {
  position: relative;
}

/* line 387, assets/sass/modules/_home.scss */
.homePage-keyIndustry-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

/* line 396, assets/sass/modules/_home.scss */
.homePage-keyIndustry-overlay-title {
  -webkit-transition: padding 0.4s ease;
  transition: padding 0.4s ease;
  color: white;
  position: absolute;
  bottom: 0;
  padding: 0 2rem;
  line-height: 1;
}

@media only screen and (min-width: 400px) {
  /* line 396, assets/sass/modules/_home.scss */
  .homePage-keyIndustry-overlay-title {
    font-size: 36px;
  }
}

@media only screen and (min-width: 600px) {
  /* line 396, assets/sass/modules/_home.scss */
  .homePage-keyIndustry-overlay-title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 900px) {
  /* line 396, assets/sass/modules/_home.scss */
  .homePage-keyIndustry-overlay-title {
    font-size: 36px;
  }
}

/*--------------------------------------------------------------
# Map Graphic
--------------------------------------------------------------*/
/* line 5, assets/sass/modules/_discover-redmond.scss */
.redmond-map-graphic {
  height: auto;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: block;
  margin-top: -5rem;
}

/*--------------------------------------------------------------
# Facts and Figures
--------------------------------------------------------------*/
/* line 18, assets/sass/modules/_discover-redmond.scss */
.factsAndFigures-wrap {
  margin-top: 3rem;
}

/* line 28, assets/sass/modules/_discover-redmond.scss */
.factsAndFigures-introWrap {
  text-align: center;
  margin-bottom: 3rem;
}

/* line 31, assets/sass/modules/_discover-redmond.scss */
.factsAndFigures-introWrap h2 {
  margin-bottom: .5rem;
}

/*--------------------------------------------------------------
# Facts and Figures blocks
--------------------------------------------------------------*/
/* line 40, assets/sass/modules/_discover-redmond.scss */
.factsAndFigures-block {
  display: block;
  max-width: 100%;
  padding-bottom: 3rem;
}

/* line 44, assets/sass/modules/_discover-redmond.scss */
.factsAndFigures-block .factsAndFigures-block-header {
  line-height: 1.2;
}

@media only screen and (min-width: 700px) {
  /* line 40, assets/sass/modules/_discover-redmond.scss */
  .factsAndFigures-block {
    display: inline-table;
  }
}

/* line 50, assets/sass/modules/_discover-redmond.scss */
.factsAndFigures-block.--no-image {
  text-align: center;
}

/* line 57, assets/sass/modules/_discover-redmond.scss */
.factsAndFigures-block-statsWrap {
  width: 100%;
  display: block;
}

@media only screen and (min-width: 700px) {
  /* line 57, assets/sass/modules/_discover-redmond.scss */
  .factsAndFigures-block-statsWrap {
    margin-bottom: 2rem;
  }
}

/* line 63, assets/sass/modules/_discover-redmond.scss */
.factsAndFigures-block-statsWrap .factsAndFigures-block-stats {
  background: #b81c29;
  color: white;
  padding: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 150px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
}

/* line 72, assets/sass/modules/_discover-redmond.scss */
.factsAndFigures-block-statsWrap .factsAndFigures-block-stats .factsAndFigures-block-statsInner {
  min-height: 150px;
  display: inline-table;
  width: 100%;
}

/* line 77, assets/sass/modules/_discover-redmond.scss */
.factsAndFigures-block-statsWrap .factsAndFigures-block-stats .factsAndFigures-stat {
  min-width: 30%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: .5rem;
}

/* line 83, assets/sass/modules/_discover-redmond.scss */
.factsAndFigures-block-statsWrap .factsAndFigures-block-stats .factsAndFigures-stat .text {
  display: block;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2;
}

/* line 89, assets/sass/modules/_discover-redmond.scss */
.factsAndFigures-block-statsWrap .factsAndFigures-block-stats .factsAndFigures-stat .number {
  display: block;
  font-weight: 800;
  font-size: 45px;
  line-height: 1.2;
}

/* line 95, assets/sass/modules/_discover-redmond.scss */
.factsAndFigures-block-statsWrap .factsAndFigures-block-stats .factsAndFigures-stat:first-child {
  border-right: 2px solid white;
}

/* line 100, assets/sass/modules/_discover-redmond.scss */
.factsAndFigures-block-statsWrap.--right {
  display: none;
}

/* line 102, assets/sass/modules/_discover-redmond.scss */
.factsAndFigures-block-statsWrap.--right.--for-small {
  display: block;
}

@media only screen and (min-width: 700px) {
  /* line 57, assets/sass/modules/_discover-redmond.scss */
  .factsAndFigures-block-statsWrap {
    width: 59%;
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
  }
  /* line 111, assets/sass/modules/_discover-redmond.scss */
  .factsAndFigures-block-statsWrap.--left {
    padding-right: 2rem;
  }
  /* line 114, assets/sass/modules/_discover-redmond.scss */
  .factsAndFigures-block-statsWrap.--right {
    display: table-cell;
    padding-left: 2rem;
  }
  /* line 117, assets/sass/modules/_discover-redmond.scss */
  .factsAndFigures-block-statsWrap.--right.--for-small {
    display: none;
  }
}

/* line 124, assets/sass/modules/_discover-redmond.scss */
.factsAndFigures-block-contentWrap {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
}

/* line 129, assets/sass/modules/_discover-redmond.scss */
.factsAndFigures-block-header {
  margin: 0;
  color: #333333;
}

/* line 1, assets/sass/modules/_for-business.scss */
.workforceEducation-section {
  min-height: 200px;
  background: #b81c29;
}

/* line 6, assets/sass/modules/_for-business.scss */
.workforceEducation-columnsWrap {
  display: table;
  width: 100%;
}

/* line 9, assets/sass/modules/_for-business.scss */
.workforceEducation-columnsWrap .workforceEducation-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: white;
}

@media screen and (max-width: 799px) {
  /* line 9, assets/sass/modules/_for-business.scss */
  .workforceEducation-columnsWrap .workforceEducation-column {
    width: 100%;
    display: block;
  }
}

/* line 19, assets/sass/modules/_for-business.scss */
.workforceEducation-columnsWrap .workforceEducation-column img {
  -webkit-filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.5));
  max-height: 250px;
}

@media screen and (min-width: 800px) {
  /* line 23, assets/sass/modules/_for-business.scss */
  .workforceEducation-columnsWrap .workforceEducation-column:first-child {
    width: 45%;
    padding-right: 1rem;
    text-align: left;
  }
}

/* line 31, assets/sass/modules/_for-business.scss */
.workforceEducation-columnsWrap .workforceEducation-column:last-child {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media screen and (min-width: 800px) {
  /* line 31, assets/sass/modules/_for-business.scss */
  .workforceEducation-columnsWrap .workforceEducation-column:last-child {
    padding-top: auto;
    padding-bottom: auto;
    min-width: 200px;
    padding-left: 2rem;
    text-align: left;
  }
}

/* line 45, assets/sass/modules/_for-business.scss */
.graph-reference {
  margin-bottom: .5rem;
}

/* line 47, assets/sass/modules/_for-business.scss */
.graph-reference .color-box {
  height: 20px;
  width: 20px;
  position: relative;
  top: 3px;
  margin-right: 7px;
  background: white;
  display: inline-block;
}

/* line 55, assets/sass/modules/_for-business.scss */
.graph-reference .color-box.color-box-1 {
  background: #BFB1B3;
}

/* line 58, assets/sass/modules/_for-business.scss */
.graph-reference .color-box.color-box-2 {
  background: #D6B7AF;
}

/* line 61, assets/sass/modules/_for-business.scss */
.graph-reference .color-box.color-box-3 {
  background: #CB807A;
}

/* line 64, assets/sass/modules/_for-business.scss */
.graph-reference .color-box.color-box-5 {
  background: #9E1D29;
}

/* line 67, assets/sass/modules/_for-business.scss */
.graph-reference .color-box.color-box-6 {
  background: #712D39;
}

/* line 2, assets/sass/modules/_elementor.scss */
.elementor-image a {
  border-bottom: none;
}

/* line 4, assets/sass/modules/_elementor.scss */
.elementor-image a:hover, .elementor-image a:focus, .elementor-image a:active {
  text-decoration: none;
  border-bottom: none;
}

/* line 11, assets/sass/modules/_elementor.scss */
.elementor-element.featured-item {
  position: relative;
}

/* line 13, assets/sass/modules/_elementor.scss */
.elementor-element.featured-item:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

/* line 23, assets/sass/modules/_elementor.scss */
.elementor-element.featured-item .elementor-widget-container {
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  -webkit-transition: padding 0.4s ease;
  transition: padding 0.4s ease;
  height: 200px;
}

/* line 27, assets/sass/modules/_elementor.scss */
.elementor-element.featured-item .elementor-widget-container h2 {
  position: relative;
  z-index: 1;
  position: absolute;
  bottom: 1rem;
  padding-right: 1rem;
}

/* line 36, assets/sass/modules/_elementor.scss */
.elementor-element.featured-item.with-link h2 {
  position: absolute;
  display: table;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
}

/* line 43, assets/sass/modules/_elementor.scss */
.elementor-element.featured-item.with-link h2 a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 1rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 55, assets/sass/modules/_elementor.scss */
.elementor-element.featured-item.with-link:hover:before {
  background: rgba(0, 0, 0, 0.5);
}

/* line 58, assets/sass/modules/_elementor.scss */
.elementor-element.featured-item.with-link:hover a {
  padding-left: 2rem;
}

/* line 64, assets/sass/modules/_elementor.scss */
.elementor-element.featured-item.with-link .elementor-widget-container a:hover, .elementor-element.featured-item.with-link .elementor-widget-container a:focus, .elementor-element.featured-item.with-link .elementor-widget-container a:active {
  border: none;
  text-decoration: none;
}

/* line 73, assets/sass/modules/_elementor.scss */
.page-content {
  overflow: auto;
}

/* line 78, assets/sass/modules/_elementor.scss */
a.elementor-button-link:hover, a.elementor-button-link:active, a.elementor-button-link:focus {
  text-decoration: none;
}

/* line 83, assets/sass/modules/_elementor.scss */
.elementor-widget-wp-widget-pages h5 {
  font-size: 1.25em;
  margin-bottom: 1rem;
}

/* line 89, assets/sass/modules/_elementor.scss */
.page-id-54 a img:hover {
  opacity: .7;
}

/* line 96, assets/sass/modules/_elementor.scss */
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
  background: #ededed;
  border-radius: 0;
  padding: 8px;
  line-height: 1rem !important;
  max-width: 100%;
  width: 100%;
}

/* line 104, assets/sass/modules/_elementor.scss */
.wpcf7-form input[type="checkbox"], .wpcf7-form input[type="radio"] {
  max-width: 100%;
  width: auto;
}

/* line 108, assets/sass/modules/_elementor.scss */
.wpcf7-form input[type="submit"] {
  display: inline-block;
  margin-top: 0;
  padding: 0.25rem 1rem;
  background: white;
  color: #b81c29;
  border: 2px solid #b81c29;
  font-weight: 600;
  line-height: 1.5;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 18px;
  line-height: 1.5rem !important;
  width: auto;
}

/* line 121, assets/sass/modules/_elementor.scss */
.wpcf7-form input[type="submit"]:hover, .wpcf7-form input[type="submit"]:focus {
  background: #b81c29;
  color: white;
}

@media only screen and (max-width: 499px) {
  /* line 108, assets/sass/modules/_elementor.scss */
  .wpcf7-form input[type="submit"] {
    text-align: center;
    display: block;
  }
}

/* line 130, assets/sass/modules/_elementor.scss */
.wpcf7-form .wpcf7-list-item.first.last {
  margin-left: 0;
}

@media only screen and (min-width: 800px) {
  /* line 134, assets/sass/modules/_elementor.scss */
  .wpcf7-form .left, .wpcf7-form .right {
    float: left;
    display: inline-block;
    margin-bottom: 1rem;
    width: 50%;
    position: relative;
  }
  /* line 141, assets/sass/modules/_elementor.scss */
  .wpcf7-form .right {
    padding-left: .25rem;
  }
  /* line 144, assets/sass/modules/_elementor.scss */
  .wpcf7-form .left {
    padding-right: .25rem;
  }
}

/* line 154, assets/sass/modules/_elementor.scss */
.elementor-col-33 {
  min-height: 180px !important;
}

/* line 158, assets/sass/modules/_elementor.scss */
.padded-section {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 163, assets/sass/modules/_elementor.scss */
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  min-height: 120px !important;
}

/* line 167, assets/sass/modules/_elementor.scss */
.learn-more a {
  margin-top: -20px;
}

/* line 171, assets/sass/modules/_elementor.scss */
.elementor-widget:not(:last-child) {
  margin-bottom: 10px !important;
}

/* line 176, assets/sass/modules/_elementor.scss */
.azure-row .elementor-element-populated {
  padding: 0 !important;
}

/* line 180, assets/sass/modules/_elementor.scss */
.azure-row .elementor-col-33 {
  min-height: auto !important;
}

/* line 1, assets/sass/modules/_menu.scss */
.main-navigation-wrap {
  padding: 2rem 0;
  width: 100%;
  display: block;
}

/* line 5, assets/sass/modules/_menu.scss */
.main-navigation-wrap ul {
  list-style: none;
  padding: 0;
}

/* line 9, assets/sass/modules/_menu.scss */
.main-navigation-wrap li a {
  background: none;
  text-decoration: none;
  border: none;
}

/* line 16, assets/sass/modules/_menu.scss */
a.nav-back-link {
  float: right;
  color: white;
}

/* line 22, assets/sass/modules/_menu.scss */
#mobile-navigation {
  z-index: 10;
  position: fixed;
  display: none;
  padding: 2rem;
  height: 100vh;
  width: 80%;
  top: 0;
  right: 0;
  background-color: #B71C29;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 3rem;
  -webkit-box-shadow: -10px 0px 11px -1px rgba(0, 0, 0, 0.75);
          box-shadow: -10px 0px 11px -1px rgba(0, 0, 0, 0.75);
}

/* line 36, assets/sass/modules/_menu.scss */
#mobile-navigation a {
  background: none;
  border: none;
  color: white;
}

/* line 41, assets/sass/modules/_menu.scss */
#mobile-navigation header {
  overflow: auto;
  padding-bottom: 2rem;
}

/* line 45, assets/sass/modules/_menu.scss */
#mobile-navigation header .logo {
  width: 60%;
}

/* line 49, assets/sass/modules/_menu.scss */
#mobile-navigation .phone {
  font-size: 1.5em;
}

/* line 52, assets/sass/modules/_menu.scss */
#mobile-navigation .mobile-nav-button {
  background-color: white;
  color: #B71C29;
  line-height: 1.5em;
  padding-left: 1em;
  padding-right: 1em;
  font-weight: 500;
}

/* line 61, assets/sass/modules/_menu.scss */
#mobile-navigation #mobile-navigation-close {
  float: right;
  background: none;
  border: none;
  font-size: 2rem;
  padding: 0;
  cursor: pointer;
  color: white;
}

/* line 70, assets/sass/modules/_menu.scss */
#mobile-navigation .mobile-nav-underlay {
  background: rgba(0, 0, 0, 0.4);
  z-index: -10;
  position: fixed;
  padding: 2rem;
  height: 100vh;
  width: 20%;
  top: 0;
  left: 0;
}

/* line 80, assets/sass/modules/_menu.scss */
#mobile-navigation ul {
  list-style: none;
  padding: 0;
  padding-top: 2rem;
}

/* line 86, assets/sass/modules/_menu.scss */
#mobile-navigation li a {
  font-size: 1.25rem;
  background: none;
  text-decoration: none;
  border: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
}

/* line 93, assets/sass/modules/_menu.scss */
#mobile-navigation li a:hover, #mobile-navigation li a:active, #mobile-navigation li a:focus {
  color: rgba(255, 255, 255, 0.4);
}

/* line 97, assets/sass/modules/_menu.scss */
#mobile-navigation li ul.sub-menu {
  padding-left: 1rem;
  padding-top: 0;
  width: 100%;
}

/* line 103, assets/sass/modules/_menu.scss */
#mobile-navigation .sub-menu__opener {
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
  z-index: 1;
  color: #fff !important;
}

/* line 111, assets/sass/modules/_menu.scss */
#mobile-navigation .sub-menu__opener.active {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/* line 114, assets/sass/modules/_menu.scss */
#mobile-navigation .sub-menu__opener:after, #mobile-navigation .sub-menu__opener:before {
  content: '';
  width: 2px;
  height: 16px;
  position: absolute;
  top: 0px;
  left: 7px;
  background: currentColor;
}

/* line 124, assets/sass/modules/_menu.scss */
#mobile-navigation .sub-menu__opener:after {
  width: 16px;
  height: 2px;
  top: 7px;
  left: 0;
}

/* line 131, assets/sass/modules/_menu.scss */
#mobile-navigation li.menu-item-has-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 137, assets/sass/modules/_menu.scss */
#mobile-navigation li.current_page_item > a,
#mobile-navigation li.current-menu-item > a,
#mobile-navigation li.current_page_ancestor > a,
#mobile-navigation li.current-menu-ancestor > a {
  color: white !important;
}

/* line 143, assets/sass/modules/_menu.scss */
#mobile-navigation li.current_page_item,
#mobile-navigation li.current-menu-item,
#mobile-navigation li.current_page_ancestor,
#mobile-navigation li.current-menu-ancestor {
  list-style: disc inside;
  color: white;
}

/* line 150, assets/sass/modules/_menu.scss */
#mobile-navigation.visible {
  display: block;
}

/* line 155, assets/sass/modules/_menu.scss */
.nav-socials-wrapper {
  padding-top: 2rem;
}

/* line 157, assets/sass/modules/_menu.scss */
.nav-socials-wrapper a {
  color: white;
}

/* line 161, assets/sass/modules/_menu.scss */
.nav-socials-wrapper [class^="socicon-"], .nav-socials-wrapper [class*=" socicon-"] {
  font-size: 1.5rem;
  margin-right: 6px;
}

/* line 167, assets/sass/modules/_menu.scss */
.mobile-nav-divider {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  overflow: auto;
  padding-bottom: 1rem;
}

/* line 1, assets/sass/modules/_team.scss */
.team-members {
  position: relative;
  overflow: auto;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -.5rem;
  margin-right: -.5rem;
}

/* line 12, assets/sass/modules/_team.scss */
.team-member {
  position: relative;
  overflow: auto;
  display: inline-block;
  float: left;
  width: 100%;
  padding: .5rem;
}

@media screen and (min-width: 620px) {
  /* line 12, assets/sass/modules/_team.scss */
  .team-member {
    width: 33.33333%;
  }
}

/* line 22, assets/sass/modules/_team.scss */
.team-member .team-member-inner {
  position: relative;
}

/* line 25, assets/sass/modules/_team.scss */
.team-member img {
  display: block;
}

/* line 28, assets/sass/modules/_team.scss */
.team-member h4 {
  opacity: 1;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: .5rem 1rem;
  padding-top: 1rem;
  color: white;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* line 42, assets/sass/modules/_team.scss */
.team-member:hover h4, .team-member:focus h4 {
  opacity: 0;
}

/* line 48, assets/sass/modules/_team.scss */
.single-team .post-content {
  position: relative;
  display: block;
  padding-bottom: 2rem;
}

/* line 52, assets/sass/modules/_team.scss */
.single-team .post-content h2 {
  margin-top: 0;
}

/* line 56, assets/sass/modules/_team.scss */
.single-team .post-content-inner {
  width: 100%;
  display: inline-block;
  float: left;
}

@media screen and (min-width: 700px) {
  /* line 56, assets/sass/modules/_team.scss */
  .single-team .post-content-inner {
    padding-right: 1rem;
    width: 70%;
  }
}

/* line 65, assets/sass/modules/_team.scss */
.single-team .team-member-info {
  width: 100%;
  display: inline-block;
  float: left;
}

@media screen and (min-width: 700px) {
  /* line 65, assets/sass/modules/_team.scss */
  .single-team .team-member-info {
    padding-left: 1rem;
    width: 30%;
  }
}

@media screen and (min-width: 700px) {
  /* line 75, assets/sass/modules/_team.scss */
  .single-team .staff-photo-small-only {
    display: none;
  }
}

/* line 80, assets/sass/modules/_team.scss */
.single-team .staff-photo-large-only {
  display: none;
}

@media screen and (min-width: 700px) {
  /* line 80, assets/sass/modules/_team.scss */
  .single-team .staff-photo-large-only {
    display: block;
  }
}

/* line 2, assets/sass/modules/_events.scss */
.wpem-event-layout-action {
  display: none !important;
}

/* line 6, assets/sass/modules/_events.scss */
.wpem-event-listing-list-view .wpem-event-box-col:first-child .wpem-event-layout-wrapper {
  border-top: 0;
}

/* line 10, assets/sass/modules/_events.scss */
.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper:hover .event_listing {
  border-left-color: #B81C29;
}

/* line 14, assets/sass/modules/_events.scss */
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-action-url:hover .wpem-event-action-url.event-style-color {
  border: 0 !important;
  border-color: transparent !important;
}

/* line 19, assets/sass/modules/_events.scss */
.event_listing {
  background: transparent !important;
}

/* line 23, assets/sass/modules/_events.scss */
.wpem-event-date {
  display: none;
}

/* line 26, assets/sass/modules/_events.scss */
.wpem-event-details {
  padding-left: 20px !important;
}

/* line 30, assets/sass/modules/_events.scss */
.wpem-event-listing-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 37, assets/sass/modules/_events.scss */
.wpem-event-layout-wrapper .type-event_listing {
  width: 100% !important;
}

/* line 41, assets/sass/modules/_events.scss */
.wpem-event-listing-box-view .event_listing {
  width: 100% !important;
}

/* line 44, assets/sass/modules/_events.scss */
.wpem-event-listing-box-view .event_listing .wpem-event-banner, .wpem-event-listing-box-view .event_listing .wpem-event-banner .wpem-event-banner-img {
  width: 100% !important;
}

/* line 49, assets/sass/modules/_events.scss */
#event-listing-view {
  margin-left: 0 !important;
}

/* line 53, assets/sass/modules/_events.scss */
.wpem-event-banner {
  position: relative;
  padding-bottom: 50.25%;
}

/* line 58, assets/sass/modules/_events.scss */
.wpem-event-banner-img {
  border-radius: 0 !important;
  background-color: transparent !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
}

/* line 73, assets/sass/modules/_events.scss */
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner {
  background-color: transparent !important;
}

/* line 75, assets/sass/modules/_events.scss */
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img {
  -webkit-box-shadow: 0px 0px 0px transparent !important;
          box-shadow: 0px 0px 0px transparent !important;
  border-bottom-left-radius: 0px !important;
  background-size: contain !important;
  background-repeat: no-repeat;
}

/* line 84, assets/sass/modules/_events.scss */
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img {
  background-size: contain !important;
  background-repeat: no-repeat;
}

/* line 89, assets/sass/modules/_events.scss */
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-action-url {
  border-left: 0 !important;
}

/* line 97, assets/sass/modules/_events.scss */
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date {
  display: none !important;
}

/* line 101, assets/sass/modules/_events.scss */
.wpem-event-listings .wpem-event-layout-wrapper {
  border-bottom: 0 !important;
  border-right: 0 !important;
}

/* line 106, assets/sass/modules/_events.scss */
.row {
  width: 80%;
  margin: 0 auto;
  padding: 60px 0;
}

/* line 112, assets/sass/modules/_events.scss */
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-action-url {
  display: grid !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

/* line 117, assets/sass/modules/_events.scss */
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-action-url:hover {
  text-decoration: none !important;
}

/* line 122, assets/sass/modules/_events.scss */
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper {
  border: 0 !important;
}

/* line 126, assets/sass/modules/_events.scss */
.wpem-event-information {
  padding: 0 10px !important;
}

/* line 131, assets/sass/modules/_events.scss */
.wpem-event-listings-header .wpem-event-layout-action-wrapper .wpem-event-layout-action .wpem-event-layout-icon {
  background: #f7f7f7 !important;
  color: #B81C29 !important;
}

/* line 136, assets/sass/modules/_events.scss */
.wpem-event-listings-header .wpem-event-layout-action-wrapper .wpem-event-layout-action .wpem-event-layout-icon.wpem-active-layout {
  background: #B81C29 !important;
  color: #f7f7f7 !important;
}

/* line 143, assets/sass/modules/_events.scss */
i[class*="wpem-"] {
  line-height: 2 !important;
}

@media only screen and (max-width: 900px) {
  /* line 148, assets/sass/modules/_events.scss */
  .row {
    width: 90%;
    padding: 40px 0;
  }
}

@media only screen and (max-width: 706px) {
  /* line 157, assets/sass/modules/_events.scss */
  .row {
    padding: 40px 0;
  }
  /* line 165, assets/sass/modules/_events.scss */
  .wpem-event-listings-header .wpem-event-listing-header-title .wpem-heading-text {
    text-align: left !important;
  }
  /* line 169, assets/sass/modules/_events.scss */
  .wpem-event-listings.wpem-event-listing-list-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
    padding-top: 20px !important;
    padding-left: 0 !important;
  }
}

/* line 176, assets/sass/modules/_events.scss */
.wpem-event-banner-img {
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
}

/* line 184, assets/sass/modules/_events.scss */
.wpem-col-xs-12.wpem-col-sm-7.wpem-col-md-8.wpem-single-event-images {
  width: 100% !important;
  max-width: 100% !important;
  -webkit-box-flex: 100% !important;
      -ms-flex: 100% !important;
          flex: 100% !important;
}

/* line 190, assets/sass/modules/_events.scss */
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-event-single-image-wrapper .wpem-event-single-image img {
  width: 100%;
}

/* line 194, assets/sass/modules/_events.scss */
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-single-event-short-info {
  display: none !important;
}

/* line 198, assets/sass/modules/_events.scss */
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top {
  background: transparent !important;
}

/* line 206, assets/sass/modules/_events.scss */
.single_event_listing {
  padding-bottom: 60px;
}

@media screen and (max-width: 900px) {
  /* line 206, assets/sass/modules/_events.scss */
  .single_event_listing {
    padding-bottom: 40px;
  }
}

/* line 214, assets/sass/modules/_events.scss */
.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar input.wpem-theme-button {
  color: #B81C29 !important;
  border: 1px solid #B81C29 !important;
  background-color: transparent !important;
}

/* line 219, assets/sass/modules/_events.scss */
.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar input.wpem-theme-button:hover {
  color: #ffffff !important;
  background-color: #B81C29 !important;
  -webkit-transition: all .5s ease-in-out !important;
  transition: all .5s ease-in-out !important;
}

/* line 226, assets/sass/modules/_events.scss */
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-single-event-sidebar-info a {
  color: #B81C29 !important;
  font-weight: 100 !important;
  text-decoration: none !important;
}

/* line 233, assets/sass/modules/_events.scss */
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-single-event-sidebar-info a:hover {
  text-decoration: underline !important;
}

/* line 240, assets/sass/modules/_events.scss */
.wpem-email a {
  background: #B81C29 !important;
}

/* line 244, assets/sass/modules/_events.scss */
.wpem-email .fa-envelope {
  font-size: 20px !important;
  position: relative;
  left: 8px;
  top: 8px;
  color: #fff;
}

/* line 260, assets/sass/modules/_events.scss */
.wpem-email-org .fa-envelope {
  font-size: 17px !important;
  position: relative;
  left: 0px;
  top: 6px;
  color: #fff;
}

/* line 270, assets/sass/modules/_events.scss */
.past_event_listings {
  padding-top: 50px;
}

/* line 275, assets/sass/modules/_events.scss */
.wpem-single-event-body .wpem-row {
  max-width: 51em;
  margin: 0 auto;
}

/* line 280, assets/sass/modules/_events.scss */
.wpem-single-event-body .wpem-row .wpem-single-event-right-content .clearfix {
  display: none;
}

/* line 285, assets/sass/modules/_events.scss */
.wpem-single-event-body .wpem-row .wpem-single-event-right-content .wpem-single-event-sidebar-info .wpem-heading-text {
  margin: 20px 0 0;
  line-height: 1;
}

/* line 288, assets/sass/modules/_events.scss */
.wpem-single-event-body .wpem-row .wpem-single-event-right-content .wpem-single-event-sidebar-info .wpem-heading-text:nth-of-type(1) {
  margin-top: 0;
}

/* line 294, assets/sass/modules/_events.scss */
.wpem-single-event-body .wpem-row .wpem-single-event-right-content .wpem-heading-text {
  margin: 20px 0 0;
  line-height: 1;
}

/* line 302, assets/sass/modules/_events.scss */
.wpem-single-event-body .wpem-row .wpem-single-event-right-content .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon a {
  border-bottom: 0;
}

/* line 304, assets/sass/modules/_events.scss */
.wpem-single-event-body .wpem-row .wpem-single-event-right-content .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon a:hover {
  border-bottom: 0;
  text-decoration: underline;
}

/* line 312, assets/sass/modules/_events.scss */
.wpem-single-event-body .wpem-row .wpem-single-event-right-content .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-email a {
  color: #fff;
  padding: 0 8px;
  line-height: 1;
}

/* line 317, assets/sass/modules/_events.scss */
.wpem-single-event-body .wpem-row .wpem-single-event-right-content .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-email a .fa-envelope {
  top: 2px;
  left: 0;
  margin-right: 10px;
}

/* line 323, assets/sass/modules/_events.scss */
.wpem-single-event-body .wpem-row .wpem-single-event-right-content .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon.wpem-email a:hover {
  text-decoration: none;
  opacity: 0.9;
}

/* line 338, assets/sass/modules/_events.scss */
.wpem-single-event-footer {
  padding: 20px 0;
}

/* line 341, assets/sass/modules/_events.scss */
.wpem-organizer-profile-wrapper {
  margin: 10px 0;
}

/* line 344, assets/sass/modules/_events.scss */
.wpem-organizer-profile-wrapper .wpem-organizer-logo {
  max-width: 100px;
}

/* line 348, assets/sass/modules/_events.scss */
.wpem-organizer-profile-wrapper .wpem-organizer-profile {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 356, assets/sass/modules/_events.scss */
.wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-lists .wpem-social-icon {
  display: inline-block;
}

/* line 358, assets/sass/modules/_events.scss */
.wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-lists .wpem-social-icon a {
  padding: 0 5px;
  line-height: 1;
  border-bottom: 0;
}

/* line 363, assets/sass/modules/_events.scss */
.wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-lists .wpem-social-icon a:hover {
  opacity: 0.9;
}

/* line 373, assets/sass/modules/_events.scss */
.wpem-single-event-page .wpem-single-event-right-content .wpem-share-this-event .wpem-email .fa-envelope {
  top: 8px !important;
}

@media screen and (max-width: 420px) {
  /* line 1, assets/sass/modules/_link-block.scss */
  .link-block {
    padding: 40px 0;
  }
}

/* line 8, assets/sass/modules/_link-block.scss */
.link-block h2 {
  font-size: 3rem;
}

/* line 11, assets/sass/modules/_link-block.scss */
.link-block .links-detail {
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  overflow-wrap: break-word;
}

@media screen and (max-width: 1100px) {
  /* line 11, assets/sass/modules/_link-block.scss */
  .link-block .links-detail {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 700px) {
  /* line 11, assets/sass/modules/_link-block.scss */
  .link-block .links-detail {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 27, assets/sass/modules/_link-block.scss */
.link-block .links-detail .links-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  min-width: 100%;
}

/* line 33, assets/sass/modules/_link-block.scss */
.link-block .links-detail .links-content h4 {
  font-size: 2rem;
  color: black;
}

/* line 38, assets/sass/modules/_link-block.scss */
.link-block .links-detail .links-content .links {
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  list-style: none;
}

/* line 45, assets/sass/modules/_link-block.scss */
.link-block .links-detail .links-content .links li {
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
}

/* line 49, assets/sass/modules/_link-block.scss */
.link-block .links-detail .links-content .links li a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  -webkit-transition: color .3s ease-in;
  transition: color .3s ease-in;
}

/* line 55, assets/sass/modules/_link-block.scss */
.link-block .links-detail .links-content .links li a:hover {
  color: #B81C29;
}

/* line 4, assets/sass/modules/_full-width-banner-links.scss */
.banner .full-width-banner {
  position: relative;
  min-height: 550px;
  /* used by the link block */
}

/* line 8, assets/sass/modules/_full-width-banner-links.scss */
.banner .full-width-banner .row {
  overflow: hidden;
}

@media screen and (max-width: 1150px) {
  /* line 4, assets/sass/modules/_full-width-banner-links.scss */
  .banner .full-width-banner {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 450px) {
  /* line 4, assets/sass/modules/_full-width-banner-links.scss */
  .banner .full-width-banner {
    min-height: 650px;
    height: auto;
  }
}

/* line 22, assets/sass/modules/_full-width-banner-links.scss */
.banner .full-width-banner h2 {
  font-size: 4rem;
  color: #B81C29;
  position: relative;
  padding-bottom: 30px;
}

@media screen and (max-width: 450px) {
  /* line 22, assets/sass/modules/_full-width-banner-links.scss */
  .banner .full-width-banner h2 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 450px) {
  /* line 22, assets/sass/modules/_full-width-banner-links.scss */
  .banner .full-width-banner h2 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 379px) {
  /* line 22, assets/sass/modules/_full-width-banner-links.scss */
  .banner .full-width-banner h2 {
    font-size: 2rem;
  }
}

/* line 41, assets/sass/modules/_full-width-banner-links.scss */
.banner .full-width-banner .content {
  position: relative;
  margin: 50px 0;
}

/* line 50, assets/sass/modules/_full-width-banner-links.scss */
.banner .full-width-banner .inner-content {
  position: relative;
  text-align: left;
  margin: 0 auto;
}

/* line 58, assets/sass/modules/_full-width-banner-links.scss */
.banner .full-width-banner .inner-content .block-links ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  padding: 0;
}

@media screen and (max-width: 500px) {
  /* line 58, assets/sass/modules/_full-width-banner-links.scss */
  .banner .full-width-banner .inner-content .block-links ul {
    grid-template-columns: repeat(1, 1fr);
    padding: 20px 0;
    grid-column-gap: 20px;
  }
}

/* line 70, assets/sass/modules/_full-width-banner-links.scss */
.banner .full-width-banner .inner-content .block-links ul a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  opacity: 1;
  position: relative;
  height: 100%;
}

/* line 78, assets/sass/modules/_full-width-banner-links.scss */
.banner .full-width-banner .inner-content .block-links ul a:hover {
  text-decoration: none;
}

/* line 81, assets/sass/modules/_full-width-banner-links.scss */
.banner .full-width-banner .inner-content .block-links ul a:hover li {
  background: rgba(184, 28, 41, 0.808);
}

/* line 88, assets/sass/modules/_full-width-banner-links.scss */
.banner .full-width-banner .inner-content .block-links ul a li {
  background: rgba(184, 28, 41, 0.521);
  margin: 10px 0;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  height: 100%;
  width: 100%;
}

/* line 99, assets/sass/modules/_full-width-banner-links.scss */
.banner .full-width-banner .inner-content .block-links ul a li .plus {
  display: inline-block !important;
  width: 5%;
  margin-right: 20px;
}

@media screen and (max-width: 800px) {
  /* line 88, assets/sass/modules/_full-width-banner-links.scss */
  .banner .full-width-banner .inner-content .block-links ul a li {
    padding: 20px;
  }
  /* line 107, assets/sass/modules/_full-width-banner-links.scss */
  .banner .full-width-banner .inner-content .block-links ul a li .plus {
    width: 9%;
  }
}

@media screen and (max-width: 500px) {
  /* line 88, assets/sass/modules/_full-width-banner-links.scss */
  .banner .full-width-banner .inner-content .block-links ul a li {
    padding: 10px;
  }
  /* line 114, assets/sass/modules/_full-width-banner-links.scss */
  .banner .full-width-banner .inner-content .block-links ul a li .plus {
    width: 8%;
  }
}

/* line 131, assets/sass/modules/_full-width-banner-links.scss */
.banner .full-width-banner .banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* line 140, assets/sass/modules/_full-width-banner-links.scss */
.banner .full-width-banner .block-button {
  margin-top: 40px;
}

/* line 143, assets/sass/modules/_full-width-banner-links.scss */
.banner .full-width-banner .block-button a {
  margin-right: 10px;
}

@media screen and (max-width: 500px) {
  /* line 143, assets/sass/modules/_full-width-banner-links.scss */
  .banner .full-width-banner .block-button a {
    display: block;
    padding: 10px 0;
    text-align: center;
    width: 40%;
    margin-bottom: 10px;
  }
}

/* line 162, assets/sass/modules/_full-width-banner-links.scss */
.banner .full-width-banner.no-banner .content {
  margin-top: 20px;
}

/* line 166, assets/sass/modules/_full-width-banner-links.scss */
.banner .full-width-banner.no-banner .inner-content h2 {
  color: black;
  margin-top: 0;
}

/* line 173, assets/sass/modules/_full-width-banner-links.scss */
.banner .full-width-banner.no-banner .inner-content .block-links ul a:hover {
  text-decoration: none;
}

/* line 176, assets/sass/modules/_full-width-banner-links.scss */
.banner .full-width-banner.no-banner .inner-content .block-links ul a:hover li {
  background: #b81c29;
}

/* line 181, assets/sass/modules/_full-width-banner-links.scss */
.banner .full-width-banner.no-banner .inner-content .block-links ul a li {
  background: rgba(184, 28, 41, 0.85);
}

/* line 190, assets/sass/modules/_full-width-banner-links.scss */
.banner .block-hr {
  margin-bottom: 10px;
}

/* line 198, assets/sass/modules/_full-width-banner-links.scss */
.sub-header {
  position: relative;
  display: inline-block;
}

/* line 203, assets/sass/modules/_full-width-banner-links.scss */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* line 208, assets/sass/modules/_full-width-banner-links.scss */
.slick-dots > li {
  display: inline-block;
}

/* line 211, assets/sass/modules/_full-width-banner-links.scss */
.slick-dots > li:only-child {
  display: none;
}

@media screen and (max-width: 500px) {
  /* line 207, assets/sass/modules/_full-width-banner-links.scss */
  .slick-dots {
    display: none;
  }
}

@media screen and (min-width: 2000px) {
  /* line 2, assets/sass/modules/_full-width-banner-slider.scss */
  .banner {
    max-width: 95.25rem;
    margin: 0 auto;
  }
}

/* line 9, assets/sass/modules/_full-width-banner-slider.scss */
.banner .full-width-banner {
  position: relative;
  min-height: 550px;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: repeat(5, 1fr);
}

@media screen and (max-width: 1150px) {
  /* line 9, assets/sass/modules/_full-width-banner-slider.scss */
  .banner .full-width-banner {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 500px) {
  /* line 9, assets/sass/modules/_full-width-banner-slider.scss */
  .banner .full-width-banner {
    min-height: 520px;
    height: auto;
  }
}

/* line 29, assets/sass/modules/_full-width-banner-slider.scss */
.banner .full-width-banner.left .inner-content {
  grid-column: 1 / 4;
}

@media screen and (max-width: 1150px) {
  /* line 29, assets/sass/modules/_full-width-banner-slider.scss */
  .banner .full-width-banner.left .inner-content {
    grid-column: span 3;
  }
}

/* line 41, assets/sass/modules/_full-width-banner-slider.scss */
.banner .full-width-banner.right .inner-content {
  grid-column: 3 / 6;
}

@media screen and (max-width: 1150px) {
  /* line 41, assets/sass/modules/_full-width-banner-slider.scss */
  .banner .full-width-banner.right .inner-content {
    grid-column: span 2;
  }
}

/* line 50, assets/sass/modules/_full-width-banner-slider.scss */
.banner .full-width-banner .inner-content {
  position: relative;
  text-align: left;
  width: 80%;
  margin: 0 auto;
}

/* line 56, assets/sass/modules/_full-width-banner-slider.scss */
.banner .full-width-banner .inner-content.color {
  color: #fff;
}

/* line 60, assets/sass/modules/_full-width-banner-slider.scss */
.banner .full-width-banner .inner-content.white {
  color: #333;
}

/* line 64, assets/sass/modules/_full-width-banner-slider.scss */
.banner .full-width-banner .inner-content h2 {
  font-size: 4rem;
  color: white;
  margin-bottom: 1rem;
}

@media screen and (max-width: 500px) {
  /* line 64, assets/sass/modules/_full-width-banner-slider.scss */
  .banner .full-width-banner .inner-content h2 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 450px) {
  /* line 64, assets/sass/modules/_full-width-banner-slider.scss */
  .banner .full-width-banner .inner-content h2 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 379px) {
  /* line 64, assets/sass/modules/_full-width-banner-slider.scss */
  .banner .full-width-banner .inner-content h2 {
    font-size: 2rem;
  }
}

/* line 82, assets/sass/modules/_full-width-banner-slider.scss */
.banner .full-width-banner .inner-content p {
  line-height: 1.5;
  margin-top: 0;
}

/* line 87, assets/sass/modules/_full-width-banner-slider.scss */
.banner .full-width-banner .inner-content a {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

/* line 92, assets/sass/modules/_full-width-banner-slider.scss */
.banner .full-width-banner .inner-content a:hover {
  text-decoration: none;
}

/* line 97, assets/sass/modules/_full-width-banner-slider.scss */
.banner .full-width-banner .inner-content .block-button a {
  text-decoration: none;
  font-weight: 700;
}

/* line 103, assets/sass/modules/_full-width-banner-slider.scss */
.banner .full-width-banner .banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* line 112, assets/sass/modules/_full-width-banner-slider.scss */
.banner .full-width-banner .block-button {
  margin-top: 40px;
}

/* line 115, assets/sass/modules/_full-width-banner-slider.scss */
.banner .full-width-banner .block-button a {
  margin-right: 10px;
  border: 2px solid white;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* line 122, assets/sass/modules/_full-width-banner-slider.scss */
.banner .full-width-banner .block-button a:hover {
  background-color: white;
  color: black;
}

@media screen and (max-width: 500px) {
  /* line 115, assets/sass/modules/_full-width-banner-slider.scss */
  .banner .full-width-banner .block-button a {
    display: block;
    padding: 10px 0;
    text-align: center;
    width: 40%;
    margin-bottom: 10px;
  }
}

/* line 141, assets/sass/modules/_full-width-banner-slider.scss */
.banner .block-hr {
  margin-bottom: 10px;
}

/* line 149, assets/sass/modules/_full-width-banner-slider.scss */
.sub-header {
  position: relative;
  display: inline-block;
}

/* line 154, assets/sass/modules/_full-width-banner-slider.scss */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* line 159, assets/sass/modules/_full-width-banner-slider.scss */
.slick-dots > li {
  display: inline-block;
}

/* line 162, assets/sass/modules/_full-width-banner-slider.scss */
.slick-dots > li:only-child {
  display: none;
}

@media screen and (max-width: 500px) {
  /* line 158, assets/sass/modules/_full-width-banner-slider.scss */
  .slick-dots {
    display: none;
  }
}

/* line 1, assets/sass/modules/_gallery-block.scss */
.gallery-block {
  padding: 50px 0;
}

/* line 5, assets/sass/modules/_gallery-block.scss */
.gallery-block .ug-thumb-wrapper {
  background-color: none !important;
}

/* line 9, assets/sass/modules/_gallery-block.scss */
.gallery-block .ug-thumb-wrapper .ug-thumb-overlay {
  background-color: none !important;
  background: none !important;
  -webkit-transition: all .9s ease-in-out !important;
  transition: all .9s ease-in-out !important;
}

/* line 16, assets/sass/modules/_gallery-block.scss */
.gallery-block .ug-thumb-wrapper img {
  -webkit-transition: all .9s ease-in-out !important;
  transition: all .9s ease-in-out !important;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* line 24, assets/sass/modules/_gallery-block.scss */
.gallery-block .ug-thumb-wrapper:hover .ug-thumb-overlay {
  background-color: none !important;
  z-index: 0 !important;
  -webkit-transition: all .9s ease-in-out !important;
  transition: all .9s ease-in-out !important;
}

/* line 33, assets/sass/modules/_gallery-block.scss */
.gallery-block .ug-thumb-wrapper:hover img {
  -webkit-transition: all .9s ease-in-out !important;
  transition: all .9s ease-in-out !important;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* line 1, assets/sass/modules/_no-photo-block.scss */
.no-photo-block {
  padding-bottom: 30px;
}

/* line 5, assets/sass/modules/_no-photo-block.scss */
.no-photo-block h2 {
  font-weight: 900;
  font-size: 3rem;
  margin-top: 0;
}

@media screen and (max-width: 600px) {
  /* line 5, assets/sass/modules/_no-photo-block.scss */
  .no-photo-block h2 {
    font-size: 2.5rem;
  }
}

/* line 16, assets/sass/modules/_no-photo-block.scss */
.no-photo-block .content p {
  font-size: 1.2em;
}

/* line 23, assets/sass/modules/_no-photo-block.scss */
.no-photo-block + .accordion-video-block {
  padding-top: 10px;
}

/* line 1, assets/sass/modules/_sponsor-block.scss */
.sponsor-block {
  text-align: center;
}

/* line 6, assets/sass/modules/_sponsor-block.scss */
.sponsor-block .inner-content {
  padding-bottom: 40px;
}

/* line 10, assets/sass/modules/_sponsor-block.scss */
.sponsor-block .inner-content h2 {
  display: inline-block;
  position: relative;
  font-size: 4rem;
  margin-bottom: 15px;
  color: #B81C29;
}

@media screen and (max-width: 500px) {
  /* line 10, assets/sass/modules/_sponsor-block.scss */
  .sponsor-block .inner-content h2 {
    font-size: 3rem;
  }
}

/* line 22, assets/sass/modules/_sponsor-block.scss */
.sponsor-block .inner-content p {
  font-weight: 100;
}

/* line 26, assets/sass/modules/_sponsor-block.scss */
.sponsor-block .inner-content .block-button {
  padding-top: 15px;
}

/* line 31, assets/sass/modules/_sponsor-block.scss */
.sponsor-block .sponsors {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-template-rows: repeat(auto-fit, minmax(200px, 1fr));
  grid-row-gap: 40px;
  padding: 10px 0;
}

@media screen and (max-width: 500px) {
  /* line 31, assets/sass/modules/_sponsor-block.scss */
  .sponsor-block .sponsors {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 0;
    grid-gap: 20px;
  }
}

@media screen and (min-width: 501px) {
  /* line 31, assets/sass/modules/_sponsor-block.scss */
  .sponsor-block .sponsors {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  /* line 31, assets/sass/modules/_sponsor-block.scss */
  .sponsor-block .sponsors {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* line 53, assets/sass/modules/_sponsor-block.scss */
.sponsor-block .sponsors .sponsor {
  width: 70%;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  /* line 53, assets/sass/modules/_sponsor-block.scss */
  .sponsor-block .sponsors .sponsor {
    width: 100%;
    height: 100%;
  }
}

/* line 64, assets/sass/modules/_sponsor-block.scss */
.sponsor-block .sponsors .sponsor img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
}

@media screen and (max-width: 500px) {
  /* line 64, assets/sass/modules/_sponsor-block.scss */
  .sponsor-block .sponsors .sponsor img {
    width: 100%;
    height: 100%;
  }
}

/* line 1, assets/sass/modules/_accordion.scss */
.faq-block {
  padding: 100px 0 50px;
}

/* line 4, assets/sass/modules/_accordion.scss */
.faq-block .title {
  color: #B81C29;
  font-size: 4rem;
}

@media screen and (max-width: 500px) {
  /* line 4, assets/sass/modules/_accordion.scss */
  .faq-block .title {
    font-size: 2rem;
  }
}

/* line 15, assets/sass/modules/_accordion.scss */
.accordion {
  padding: 0;
  list-style: none;
  overflow: auto;
  text-align: left;
}

/* line 21, assets/sass/modules/_accordion.scss */
.accordion .chevron-item {
  margin: auto;
}

/* line 25, assets/sass/modules/_accordion.scss */
.accordion .accordion-item-question {
  margin: 0;
  padding: 20px 20px;
  color: #B81C29;
  background: #F4F4F4;
  font-weight: 600;
  font-size: 1.125em;
  text-transform: uppercase;
  display: grid;
  grid-template-columns: 90% 10%;
}

/* line 36, assets/sass/modules/_accordion.scss */
.accordion .accordion-item-question .question-title {
  margin-left: 20px;
}

@media screen and (max-width: 800px) {
  /* line 25, assets/sass/modules/_accordion.scss */
  .accordion .accordion-item-question {
    grid-template-columns: 80% 20%;
    padding: 10px;
  }
}

@media screen and (max-width: 500px) {
  /* line 25, assets/sass/modules/_accordion.scss */
  .accordion .accordion-item-question {
    grid-template-columns: 70% 30%;
    padding: 10px;
  }
}

/* line 50, assets/sass/modules/_accordion.scss */
.accordion .accordion-item-question:hover {
  cursor: pointer;
}

/* line 54, assets/sass/modules/_accordion.scss */
.accordion .accordion-item-question i {
  color: #B81C29;
  display: inline-block;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: right;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 67, assets/sass/modules/_accordion.scss */
.accordion ul {
  list-style-type: disc;
}

/* line 70, assets/sass/modules/_accordion.scss */
.accordion ul li {
  display: list-item !important;
  overflow: visible !important;
}

/* line 76, assets/sass/modules/_accordion.scss */
.accordion ol {
  list-style-type: decimal;
}

/* line 79, assets/sass/modules/_accordion.scss */
.accordion ol li {
  display: list-item !important;
  overflow: visible !important;
}

/* line 84, assets/sass/modules/_accordion.scss */
.accordion li {
  display: block;
  overflow: hidden;
}

/* line 88, assets/sass/modules/_accordion.scss */
.accordion li .accordion-item-answer {
  color: #787878;
  display: block;
  overflow: hidden;
  height: auto;
  max-height: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: #F4F4F4;
  padding: 0px 40px;
  margin-bottom: 20px;
}

/* line 102, assets/sass/modules/_accordion.scss */
.accordion li.accordion-item-active .accordion-item-answer {
  display: block;
  max-height: 100%;
  padding: 20px 40px;
  color: #333;
}

/* line 109, assets/sass/modules/_accordion.scss */
.accordion li.accordion-item-active .accordion-item-question {
  border-bottom: none;
  margin: 0;
}

/* line 115, assets/sass/modules/_accordion.scss */
.accordion li.accordion-item-active i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/* line 125, assets/sass/modules/_accordion.scss */
.faq-block .content {
  text-align: center;
  padding-bottom: 50px;
  font-weight: 200;
}

@media screen and (max-width: 500px) {
  /* line 125, assets/sass/modules/_accordion.scss */
  .faq-block .content {
    padding-bottom: 30px;
  }
}

/* line 1, assets/sass/modules/_accordion-video-block.scss */
.accordion-video-block {
  padding: 100px 0 50px;
}

@media screen and (max-width: 700px) {
  /* line 1, assets/sass/modules/_accordion-video-block.scss */
  .accordion-video-block {
    padding: 50px 0;
  }
}

/* line 8, assets/sass/modules/_accordion-video-block.scss */
.accordion-video-block .row {
  padding: 0;
}

/* line 13, assets/sass/modules/_accordion-video-block.scss */
.accordion-video-block .accordion-content {
  text-align: left;
}

/* line 16, assets/sass/modules/_accordion-video-block.scss */
.accordion-video-block .accordion-content h2 {
  color: #B81C29;
}

/* line 23, assets/sass/modules/_accordion-video-block.scss */
.accordion-video-block .accordion-item-question {
  grid-template-columns: 95% 5%;
}

@media screen and (max-width: 1000px) {
  /* line 23, assets/sass/modules/_accordion-video-block.scss */
  .accordion-video-block .accordion-item-question {
    grid-template-columns: 95% 5%;
  }
}

@media screen and (max-width: 600px) {
  /* line 23, assets/sass/modules/_accordion-video-block.scss */
  .accordion-video-block .accordion-item-question {
    grid-template-columns: 90% 10%;
  }
}

/* line 34, assets/sass/modules/_accordion-video-block.scss */
.accordion-video-block .accordion-item-question h2 {
  text-transform: none !important;
  font-size: 1.2rem;
  margin: 10px 0;
}

/* line 39, assets/sass/modules/_accordion-video-block.scss */
.accordion-video-block .accordion-item-question h2 .extended-question {
  visibility: hidden;
  width: 0;
  position: absolute;
  right: -1990px;
}

/* line 47, assets/sass/modules/_accordion-video-block.scss */
.accordion-video-block .accordion-item-question .fas {
  font-size: 1rem;
}

/* line 55, assets/sass/modules/_accordion-video-block.scss */
.accordion-video-block .accordion-item-active .accordion-item-question h2 .extended-question {
  position: relative;
  right: 0;
  visibility: visible;
  width: 100%;
}

/* line 65, assets/sass/modules/_accordion-video-block.scss */
.accordion-video-block .accordion-item-answer {
  padding: 0px !important;
}

/* line 69, assets/sass/modules/_accordion-video-block.scss */
.accordion-video-block .videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0px;
}

/* line 74, assets/sass/modules/_accordion-video-block.scss */
.accordion-video-block .videos .video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
  padding: 30px 40px;
}

@media screen and (max-width: 1200px) {
  /* line 74, assets/sass/modules/_accordion-video-block.scss */
  .accordion-video-block .videos .video {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* line 86, assets/sass/modules/_accordion-video-block.scss */
.accordion-video-block .videos .video .video-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(75% - 20px);
          flex: 0 0 calc(75% - 20px);
}

@media screen and (max-width: 1200px) {
  /* line 86, assets/sass/modules/_accordion-video-block.scss */
  .accordion-video-block .videos .video .video-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/* line 93, assets/sass/modules/_accordion-video-block.scss */
.accordion-video-block .videos .video .video-content .title {
  font-weight: 600;
  margin-bottom: 5px;
}

/* line 99, assets/sass/modules/_accordion-video-block.scss */
.accordion-video-block .videos .video .video-content .inner-content p {
  font-size: 18px;
}

/* line 105, assets/sass/modules/_accordion-video-block.scss */
.accordion-video-block .videos .video .video-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  position: relative;
  padding-bottom: 16.25%;
}

@media screen and (max-width: 1200px) {
  /* line 105, assets/sass/modules/_accordion-video-block.scss */
  .accordion-video-block .videos .video .video-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-bottom: 56.25%;
  }
}

/* line 115, assets/sass/modules/_accordion-video-block.scss */
.accordion-video-block .videos .video .video-wrapper iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 129, assets/sass/modules/_accordion-video-block.scss */
.accordion-video-block + .candidate-block {
  padding-top: 0;
}

/* line 1, assets/sass/modules/_candidate-block.scss */
.candidate-block {
  padding: 50px 0 100px;
}

@media screen and (max-width: 700px) {
  /* line 1, assets/sass/modules/_candidate-block.scss */
  .candidate-block {
    padding: 50px 0;
  }
}

/* line 8, assets/sass/modules/_candidate-block.scss */
.candidate-block .header {
  color: #B81C29;
}

/* line 12, assets/sass/modules/_candidate-block.scss */
.candidate-block .row {
  padding: 0;
}

/* line 17, assets/sass/modules/_candidate-block.scss */
.candidate-block .candidates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 24, assets/sass/modules/_candidate-block.scss */
.candidate-block .candidates .candidate {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33% - 10px);
          flex: 0 0 calc(33% - 10px);
  background: #f3f3f3;
  color: #333;
  padding: 20px;
}

@media screen and (max-width: 1250px) {
  /* line 24, assets/sass/modules/_candidate-block.scss */
  .candidate-block .candidates .candidate {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  }
}

@media screen and (max-width: 660px) {
  /* line 24, assets/sass/modules/_candidate-block.scss */
  .candidate-block .candidates .candidate {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/* line 38, assets/sass/modules/_candidate-block.scss */
.candidate-block .candidates .candidate a {
  color: #B81C29;
  text-decoration: none;
  font-weight: 300;
}

/* line 43, assets/sass/modules/_candidate-block.scss */
.candidate-block .candidates .candidate a:hover {
  text-decoration: underline;
}

/* line 48, assets/sass/modules/_candidate-block.scss */
.candidate-block .candidates .candidate .video {
  position: relative;
  padding-bottom: 56.25%;
}

/* line 52, assets/sass/modules/_candidate-block.scss */
.candidate-block .candidates .candidate .video iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 62, assets/sass/modules/_candidate-block.scss */
.candidate-block .candidates .candidate .candidate-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  margin: 20px 0 0;
  line-height: 1;
}

/* line 69, assets/sass/modules/_candidate-block.scss */
.candidate-block .candidates .candidate .candidate-content h2 {
  margin: 0;
  font-size: 1.3rem;
}

/* line 74, assets/sass/modules/_candidate-block.scss */
.candidate-block .candidates .candidate .candidate-content span {
  font-size: 1rem;
}

/* line 82, assets/sass/modules/_candidate-block.scss */
.candidate-block + .accordion-video-block {
  padding-top: 0;
}

/* line 1, assets/sass/modules/_main-table.scss */
.main-table {
  overflow: auto;
  border: 1px solid #333;
  margin: 0 0 1rem;
}

/* line 6, assets/sass/modules/_main-table.scss */
.main-table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 0;
  margin: 0;
  line-height: 1.25;
  min-width: 630px;
}

/* line 16, assets/sass/modules/_main-table.scss */
.main-table a {
  color: inherit;
}

/* line 22, assets/sass/modules/_main-table.scss */
.main-table tr th:first-child {
  width: 25%;
  text-align: left;
  border-left-width: 0;
}

/* line 27, assets/sass/modules/_main-table.scss */
.main-table tr th:last-child {
  border-right-width: 0;
}

/* line 36, assets/sass/modules/_main-table.scss */
.main-table tbody tr:last-child th,
.main-table tbody tr:last-child td {
  border-bottom-width: 0;
}

/* line 44, assets/sass/modules/_main-table.scss */
.main-table tbody td:last-child {
  border-right-width: 0;
}

/* line 51, assets/sass/modules/_main-table.scss */
.main-table thead th {
  border-top-width: 0;
  font-size: .9em;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  /* line 51, assets/sass/modules/_main-table.scss */
  .main-table thead th {
    font-size: .75em;
  }
}

/* line 59, assets/sass/modules/_main-table.scss */
.main-table thead th i {
  font-weight: normal;
}

/* line 63, assets/sass/modules/_main-table.scss */
.main-table thead th:first-child {
  font-size: 0.8em;
}

@media screen and (max-width: 800px) {
  /* line 63, assets/sass/modules/_main-table.scss */
  .main-table thead th:first-child {
    font-size: .6em;
  }
}

/* line 72, assets/sass/modules/_main-table.scss */
.main-table th,
.main-table td {
  font-size: 0.75em;
  font-weight: normal;
  text-align: center;
  border: 1px solid #333;
  padding: 0.5em;
}

@media screen and (max-width: 800px) {
  /* line 72, assets/sass/modules/_main-table.scss */
  .main-table th,
  .main-table td {
    font-size: .6em;
  }
}

/* line 85, assets/sass/modules/_main-table.scss */
.main-table .marked-red th,
.main-table .marked-red td {
  text-align: center !important;
  font-size: 0.9em;
  font-weight: bold;
  color: var(--wp--preset--color--white);
  background: var(--wp--preset--color--vivid-red);
}

@media screen and (max-width: 800px) {
  /* line 85, assets/sass/modules/_main-table.scss */
  .main-table .marked-red th,
  .main-table .marked-red td {
    font-size: .6em;
  }
}

/* line 98, assets/sass/modules/_main-table.scss */
.main-table .marked-white th {
  text-align: center !important;
  font-weight: bold;
}

/* line 102, assets/sass/modules/_main-table.scss */
.main-table .marked-white th, .main-table .marked-white td {
  font-size: .9em;
}

@media screen and (max-width: 800px) {
  /* line 102, assets/sass/modules/_main-table.scss */
  .main-table .marked-white th, .main-table .marked-white td {
    font-size: .6em;
  }
}

/* line 111, assets/sass/modules/_main-table.scss */
.main-table .marked-dark th,
.main-table .marked-dark td {
  text-align: center !important;
  font-size: .9em;
  font-weight: bold;
  background: #333;
  color: var(--wp--preset--color--white);
}

@media screen and (max-width: 800px) {
  /* line 111, assets/sass/modules/_main-table.scss */
  .main-table .marked-dark th,
  .main-table .marked-dark td {
    font-size: .6em;
  }
}

/* line 128, assets/sass/modules/_main-table.scss */
.main-table tr:not([class]) td:not(:empty):nth-child(2) {
  background: #f2f2f2;
}

/* line 131, assets/sass/modules/_main-table.scss */
.main-table tr:not([class]) td:not(:empty):nth-child(3) {
  background: #d9d9d9;
}

/* line 134, assets/sass/modules/_main-table.scss */
.main-table tr:not([class]) td:not(:empty):nth-child(4) {
  background: #bfbfbf;
}

/* line 137, assets/sass/modules/_main-table.scss */
.main-table tr:not([class]) td:not(:empty):nth-child(5) {
  background: #a6a6a6;
}

/* line 140, assets/sass/modules/_main-table.scss */
.main-table tr:not([class]) td:not(:empty):nth-child(6) {
  background: #808080;
}

/* line 149, assets/sass/modules/_main-table.scss */
.table-accordion {
  border: 1px solid #333;
  margin: 0 0 1rem;
}

/* line 153, assets/sass/modules/_main-table.scss */
.table-accordion .marked-red {
  font-size: 1em;
  font-weight: bold;
  color: var(--wp--preset--color--white);
  background: var(--wp--preset--color--vivid-red);
}

/* line 160, assets/sass/modules/_main-table.scss */
.table-accordion .marked-white {
  font-size: 1em;
  font-weight: bold;
}

/* line 165, assets/sass/modules/_main-table.scss */
.table-accordion .marked-dark {
  font-size: 1em;
  font-weight: bold;
  background: #333;
  color: var(--wp--preset--color--white);
}

/* line 172, assets/sass/modules/_main-table.scss */
.table-accordion .title {
  display: block;
  font-size: 0.8em;
  padding: 0.5em;
}

/* line 177, assets/sass/modules/_main-table.scss */
.table-accordion .title a {
  color: inherit;
}

/* line 182, assets/sass/modules/_main-table.scss */
.table-accordion ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 187, assets/sass/modules/_main-table.scss */
.table-accordion ul li {
  border-top: 1px solid #333;
}

/* line 191, assets/sass/modules/_main-table.scss */
.table-accordion ul li:nth-child(even) .opener {
  background: #f2f2f2;
}

/* line 200, assets/sass/modules/_main-table.scss */
.table-accordion .opened .opener:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 206, assets/sass/modules/_main-table.scss */
.table-accordion .opener {
  display: block;
  font-size: 1.15em;
  font-weight: bold;
  padding: .5em 2em .5em .5em;
  position: relative;
  color: inherit;
}

/* line 214, assets/sass/modules/_main-table.scss */
.table-accordion .opener:after {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-weight: normal;
  content: "+";
  font-size: 1.2em;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  line-height: 2em;
  margin-top: -1em;
}

/* line 226, assets/sass/modules/_main-table.scss */
.table-accordion .opener:hover {
  text-decoration: none;
  color: inherit;
}

/* line 231, assets/sass/modules/_main-table.scss */
.table-accordion .opener i {
  font-weight: normal;
}

/* line 237, assets/sass/modules/_main-table.scss */
.table-accordion .slide li {
  font-size: 0.8em;
  padding: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 242, assets/sass/modules/_main-table.scss */
.table-accordion .slide li:nth-child(even) {
  background: #d9d9d9;
}

/* line 246, assets/sass/modules/_main-table.scss */
.table-accordion .slide li span {
  font-weight: normal;
  margin-left: auto;
}
