/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

.visually_hide {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
}

.visually_hide.focusable:active, .visually_hide.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

/* Not to be used with a form container */
/* Use -webkit-overflow-scrolling: auto instead */
[data-whatinput="mouse"] a:focus,
[data-whatinput="mouse"] button:focus,
[data-whatinput="touch"] a:focus,
[data-whatinput="touch"] button:focus {
  outline: 0;
}

@font-face {
  font-family: "Calibri";
  font-display: swap;
  src: url("../fonts/Calibre-Black.eot");
  src: url("../fonts/Calibre-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Calibre-Black.woff") format("woff"), url("../fonts/Calibre-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Calibri";
  font-display: swap;
  src: url("../fonts/Calibre-Bold.eot");
  src: url("../fonts/Calibre-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Calibre-Bold.woff") format("woff"), url("../fonts/Calibre-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Calibri";
  font-display: swap;
  src: url("../fonts/Calibre-BoldItalic.eot");
  src: url("../fonts/Calibre-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Calibre-BoldItalic.woff") format("woff"), url("../fonts/Calibre-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Calibri";
  font-display: swap;
  src: url("../fonts/Calibre-Semibold.eot");
  src: url("../fonts/Calibre-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Calibre-Semibold.woff") format("woff"), url("../fonts/Calibre-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Calibri";
  font-display: swap;
  src: url("../fonts/Calibre-Medium.eot");
  src: url("../fonts/Calibre-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Calibre-Medium.woff") format("woff"), url("../fonts/Calibre-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Calibri";
  font-display: swap;
  src: url("../fonts/Calibre-MediumItalic.eot");
  src: url("../fonts/Calibre-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Calibre-MediumItalic.woff") format("woff"), url("../fonts/Calibre-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Calibri";
  font-display: swap;
  src: url("../fonts/Calibre-Regular.eot");
  src: url("../fonts/Calibre-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Calibre-Regular.woff") format("woff"), url("../fonts/Calibre-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Calibri";
  font-display: swap;
  src: url("../fonts/Calibre-RegularItalic.eot");
  src: url("../fonts/Calibre-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Calibre-RegularItalic.woff") format("woff"), url("../fonts/Calibre-RegularItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Lyon Display Web";
  font-display: swap;
  src: url("../fonts/LyonDisplay-Bold-Web.eot");
  src: url("../fonts/LyonDisplay-Bold-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/LyonDisplay-Bold-Web.woff") format("woff"), url("../fonts/LyonDisplay-Bold-Web.ttf") format("truetype"), url("../fonts/LyonDisplay-Bold-Web.svg#Lyon Display Web") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Lyon Display Web";
  font-display: swap;
  src: url("../fonts/LyonDisplay-BoldItalic-Web.eot");
  src: url("../fonts/LyonDisplay-BoldItalic-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/LyonDisplay-BoldItalic-Web.woff") format("woff"), url("../fonts/LyonDisplay-BoldItalic-Web.ttf") format("truetype"), url("../fonts/LyonDisplay-BoldItalic-Web.svg#Lyon Display Web") format("svg");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Lyon Display Web";
  font-display: swap;
  src: url("../fonts/LyonDisplay-Medium-Web.eot");
  src: url("../fonts/LyonDisplay-Medium-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/LyonDisplay-Medium-Web.woff") format("woff"), url("../fonts/LyonDisplay-Medium-Web.ttf") format("truetype"), url("../fonts/LyonDisplay-Medium-Web.svg#Lyon Display Web") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Lyon Display Web";
  font-display: swap;
  src: url("../fonts/LyonDisplay-MediumItalic-Web.eot");
  src: url("../fonts/LyonDisplay-MediumItalic-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/LyonDisplay-MediumItalic-Web.woff") format("woff"), url("../fonts/LyonDisplay-MediumItalic-Web.ttf") format("truetype"), url("../fonts/LyonDisplay-MediumItalic-Web.svg#Lyon Display Web") format("svg");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

/* Sans
============================================================================= */
/* serif
============================================================================= */
/* ==========================================================================
	Base Elements
============================================================================= */
html {
  background: #fff;
}

body {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  position: relative;
  min-width: 300px;
  min-width: 18.75rem;
  font-feature-settings: "liga", "kern";
  overflow-x: hidden;
}

body.fs-page-lock {
  overflow-y: hidden;
}

body::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: 50% -5px url("../images/circle_pattern_sm.svg");
  content: "";
  display: block;
  pointer-events: none;
}

@media (min-width: 980px) {
  body::before {
    background-image: url("../images/circle_pattern_lg.svg");
  }
}

@media print {
  body::before {
    content: normal;
    display: none;
  }
}

::-moz-selection {
  background: rgba(91, 102, 112, 0.3);
  text-shadow: none;
}

::selection {
  background: rgba(91, 102, 112, 0.3);
  text-shadow: none;
}

iframe {
  border: none;
}

menu {
  margin: 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

figure {
  margin: 0;
}

hr {
  height: 1px;
  height: 0.0625rem;
  background: #ddd;
  border: none;
  margin: 0;
}

a {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

/* Framework
============================================================================= */
/* ==========================================================================
	Type Base
============================================================================= */
/* Typography
============================================================================= */
.typography {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.38889;
}

@media (min-width: 740px) {
  .typography {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.typography a {
  box-shadow: inset 0 -1px 0 #C8102E;
  color: #C8102E;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow 0.25s, color 0.25s;
}

.typography a:hover, .typography a:focus {
  color: inherit;
  box-shadow: inset 0 -1px 0 rgba(200, 16, 46, 0);
}

.typography p {
  margin: 30px 0;
  margin: 1.875rem 0;
}

.typography h1 + *, .typography h2 + *, .typography h3 + *, .typography h4 + *, .typography h5 + *, .typography h6 + * {
  margin-top: 0;
}

.typography h2 + h3,
.typography h3 + h4,
.typography h4 + h5,
.typography h5 + h6 {
  margin-top: 10px;
  margin-top: 0.625rem;
}

@media (min-width: 740px) {
  .typography h2 + h3,
  .typography h3 + h4,
  .typography h4 + h5,
  .typography h5 + h6 {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}

.typography h1 {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: 900;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.125;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: #000;
  margin: 50px 0 10px;
  margin: 3.125rem 0 0.625rem;
}

@media (min-width: 740px) {
  .typography h1 {
    font-size: 54px;
    font-size: 3.375rem;
    letter-spacing: 2px;
    letter-spacing: 0.125rem;
  }
}

@media (min-width: 1220px) {
  .typography h1 {
    font-size: 80px;
    font-size: 5rem;
    letter-spacing: 3px;
    letter-spacing: 0.1875rem;
    line-height: 0.9;
  }
}

.typography h1 .text {
  background-image: linear-gradient(0deg, #C8102E 0%, #C8102E 100%);
  background-position: 0 67%;
  background-repeat: repeat-x;
  background-size: 1em 0.1875em;
  background-position: 0 82%;
}

@media (min-width: 740px) {
  .typography h1 .text {
    background-position: 0 71%;
  }
}

@media (min-width: 740px) {
  .typography h1 .text {
    background-position: 0 87%;
  }
}

.typography h2 {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: 700;
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 0.75px;
  letter-spacing: 0.04688rem;
  line-height: 1.15385;
  text-transform: uppercase;
  color: #000;
  margin: 30px 0 10px;
  margin: 1.875rem 0 0.625rem;
}

@media (min-width: 740px) {
  .typography h2 {
    font-size: 46px;
    font-size: 2.875rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
  }
}

@media (min-width: 1220px) {
  .typography h2 {
    font-size: 54px;
    font-size: 3.375rem;
    letter-spacing: 1.5px;
    letter-spacing: 0.09375rem;
    line-height: 1.11111;
  }
}

@media (min-width: 740px) {
  .typography h2 {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}

.typography h3 {
  font-family: "Lyon Display Web", Times, "Times New Roman", serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #5B6670;
  margin: 30px 0 10px;
  margin: 1.875rem 0 0.625rem;
}

@media (min-width: 740px) {
  .typography h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media (min-width: 1220px) {
  .typography h3 {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 1.33333;
  }
}

@media (min-width: 740px) {
  .typography h3 {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}

.typography h4 {
  font-family: "Lyon Display Web", Times, "Times New Roman", serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  color: #000;
  margin: 30px 0 10px;
  margin: 1.875rem 0 0.625rem;
}

@media (min-width: 740px) {
  .typography h4 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (min-width: 1220px) {
  .typography h4 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.5;
  }
}

@media (min-width: 740px) {
  .typography h4 {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}

.typography h5 {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.33333;
  color: #000;
  margin: 30px 0 10px;
  margin: 1.875rem 0 0.625rem;
}

@media (min-width: 740px) {
  .typography h5 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 1220px) {
  .typography h5 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

@media (min-width: 740px) {
  .typography h5 {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}

.typography h6 {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  line-height: 1.53846;
  text-transform: uppercase;
  color: #9D2235;
  margin: 50px 0 10px;
  margin: 3.125rem 0 0.625rem;
}

@media (min-width: 740px) {
  .typography h6 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
  }
}

.typography .intro {
  font-family: "Lyon Display Web", Times, "Times New Roman", serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.55556;
  color: #5B6670;
}

@media (min-width: 740px) {
  .typography .intro {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (min-width: 1220px) {
  .typography .intro {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.42857;
  }
}

.typography .intro p {
  margin: 0;
}

.typography .copy {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.38889;
}

@media (min-width: 740px) {
  .typography .copy {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.typography .small {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1.75px;
  letter-spacing: 0.10938rem;
  line-height: 1;
  text-transform: uppercase;
}

.typography .label {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  line-height: 1.53846;
  text-transform: uppercase;
}

@media (min-width: 740px) {
  .typography .label {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
  }
}

.typography .caption {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
}

@media (min-width: 740px) {
  .typography .caption {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* WYSIWYG Images
============================================================================= */
.typography img {
  height: auto;
  max-width: 100%;
}

.typography .block_left,
.typography .block_right,
.typography .block_center,
.typography .alignleft,
.typography .alignright,
.typography .aligncenter,
.typography .alignnone,
.typography .align-left,
.typography .align-right,
.typography .align-center {
  width: auto;
  display: table;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  table-layout: fixed;
}

.typography .block_left img,
.typography .block_right img,
.typography .block_center img,
.typography .alignleft img,
.typography .alignright img,
.typography .aligncenter img,
.typography .alignnone img,
.typography .align-left img,
.typography .align-right img,
.typography .align-center img {
  display: block;
}

.typography .block_left figcaption,
.typography .block_left .wp-caption-text,
.typography .block_right figcaption,
.typography .block_right .wp-caption-text,
.typography .block_center figcaption,
.typography .block_center .wp-caption-text,
.typography .alignleft figcaption,
.typography .alignleft .wp-caption-text,
.typography .alignright figcaption,
.typography .alignright .wp-caption-text,
.typography .aligncenter figcaption,
.typography .aligncenter .wp-caption-text,
.typography .alignnone figcaption,
.typography .alignnone .wp-caption-text,
.typography .align-left figcaption,
.typography .align-left .wp-caption-text,
.typography .align-right figcaption,
.typography .align-right .wp-caption-text,
.typography .align-center figcaption,
.typography .align-center .wp-caption-text {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  position: relative;
  color: #5B6670;
  caption-side: bottom;
  display: table-caption;
  margin: 16px 0 0 0;
  margin: 1rem 0 0 0;
}

@media (min-width: 740px) {
  .typography .block_left figcaption,
  .typography .block_left .wp-caption-text,
  .typography .block_right figcaption,
  .typography .block_right .wp-caption-text,
  .typography .block_center figcaption,
  .typography .block_center .wp-caption-text,
  .typography .alignleft figcaption,
  .typography .alignleft .wp-caption-text,
  .typography .alignright figcaption,
  .typography .alignright .wp-caption-text,
  .typography .aligncenter figcaption,
  .typography .aligncenter .wp-caption-text,
  .typography .alignnone figcaption,
  .typography .alignnone .wp-caption-text,
  .typography .align-left figcaption,
  .typography .align-left .wp-caption-text,
  .typography .align-right figcaption,
  .typography .align-right .wp-caption-text,
  .typography .align-center figcaption,
  .typography .align-center .wp-caption-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.typography .block_left figcaption::after,
.typography .block_left .wp-caption-text::after,
.typography .block_right figcaption::after,
.typography .block_right .wp-caption-text::after,
.typography .block_center figcaption::after,
.typography .block_center .wp-caption-text::after,
.typography .alignleft figcaption::after,
.typography .alignleft .wp-caption-text::after,
.typography .alignright figcaption::after,
.typography .alignright .wp-caption-text::after,
.typography .aligncenter figcaption::after,
.typography .aligncenter .wp-caption-text::after,
.typography .alignnone figcaption::after,
.typography .alignnone .wp-caption-text::after,
.typography .align-left figcaption::after,
.typography .align-left .wp-caption-text::after,
.typography .align-right figcaption::after,
.typography .align-right .wp-caption-text::after,
.typography .align-center figcaption::after,
.typography .align-center .wp-caption-text::after {
  width: 55px;
  width: 3.4375rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #A2AAAD;
  content: "";
  display: block;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.typography .block_left,
.typography .block_right,
.typography .alignleft,
.typography .alignright,
.typography .align-left,
.typography .align-right {
  max-width: 50%;
}

@media (max-width: 499px) {
  .typography .block_left,
  .typography .block_right,
  .typography .alignleft,
  .typography .alignright,
  .typography .align-left,
  .typography .align-right {
    max-width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 500px) {
  .typography .block_left,
  .typography .block_right,
  .typography .alignleft,
  .typography .alignright,
  .typography .align-left,
  .typography .align-right {
    margin-top: 10px;
    margin-top: 0.625rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 500px) {
  .typography .block_left,
  .typography .alignleft,
  .typography .align-left {
    float: left;
    margin-right: 30px;
    margin-right: 1.875rem;
  }
}

@media (min-width: 1220px) {
  .typography .block_left,
  .typography .alignleft,
  .typography .align-left {
    margin-left: -7%;
  }
}

@media (min-width: 500px) {
  .typography .block_right,
  .typography .alignright,
  .typography .align-right {
    float: right;
    margin-left: 30px;
    margin-left: 1.875rem;
  }
}

@media (min-width: 1220px) {
  .typography .block_right,
  .typography .alignright,
  .typography .align-right {
    margin-right: -7%;
  }
}

.typography .block_center,
.typography .aligncenter,
.typography .align-center {
  text-align: center;
}

.typography .block_center img,
.typography .aligncenter img,
.typography .align-center img {
  margin-right: auto;
  margin-left: auto;
}

.typography .block_center figcaption::after,
.typography .block_center .wp-caption-text::after,
.typography .aligncenter figcaption::after,
.typography .aligncenter .wp-caption-text::after,
.typography .align-center figcaption::after,
.typography .align-center .wp-caption-text::after {
  width: 250px;
  width: 15.625rem;
  margin-right: auto;
  margin-left: auto;
}

.typography .alignleft,
.typography .alignright,
.typography .aligncenter,
.typography .alignnone {
  width: auto !important;
}

/* Blockquote
============================================================================= */
.typography blockquote {
  font-family: "Lyon Display Web", Times, "Times New Roman", serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  color: #5B6670;
  margin: 50px 0;
  margin: 3.125rem 0;
}

@media (min-width: 740px) {
  .typography blockquote {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (min-width: 1220px) {
  .typography blockquote {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.5;
  }
}

.typography blockquote p {
  margin: 0;
}

.typography .quote {
  position: relative;
  border-bottom: 1px solid #e3e5e6;
  border-bottom: 0.0625rem solid #e3e5e6;
  color: #5B6670;
  margin: 35px 0;
  margin: 2.1875rem 0;
  padding: 0 0 22px;
  padding: 0 0 1.375rem;
}

.typography .quote_content {
  margin: 0;
}

@media print {
  .typography .quote_content {
    border: 0;
    padding: 0;
  }
}

.typography .quote_content p {
  margin: 0;
}

.typography .quote_content_mark_open {
  display: block;
  overflow: hidden;
}

.typography .quote_content_mark_open .quote_content_mark_inner {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  position: relative;
  background-color: #C8102E;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1;
  padding: 6px 0 0 6px;
  padding: 0.375rem 0 0 0.375rem;
}

@media (min-width: 740px) {
  .typography .quote_content_mark_open .quote_content_mark_inner {
    width: 45px;
    width: 2.8125rem;
    height: 45px;
    height: 2.8125rem;
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
    padding: 11px 0 0 12px;
    padding: 0.6875rem 0 0 0.75rem;
  }
}

.typography .quote_content_mark_open .quote_content_mark_inner::after {
  height: 5px;
  height: 0.3125rem;
  width: 100vw;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #ECEEEE;
  content: "";
  margin-left: 46px;
  margin-left: 2.875rem;
  transform: translate3d(0, -50%, 0);
}

@media (min-width: 740px) {
  .typography .quote_content_mark_open .quote_content_mark_inner::after {
    height: 8px;
    height: 0.5rem;
    margin-left: 60px;
    margin-left: 3.75rem;
  }
}

.typography .quote_caption {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.38889;
  margin-top: 4px;
  margin-top: 0.25rem;
}

@media (min-width: 740px) {
  .typography .quote_caption {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media (min-width: 740px) {
  .typography .quote_caption {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
}

.typography .quote_caption_name:before {
  content: "- ";
}

/* Lists
============================================================================= */
.typography ol,
.typography ul {
  list-style: none;
  margin: 30px 0;
  margin: 1.875rem 0;
  padding: 0;
}

.typography ol li,
.typography ul li {
  position: relative;
  margin: 12px 0;
  margin: 0.75rem 0;
  padding: 0 0 0 20px;
  padding: 0 0 0 1.25rem;
}

@media (min-width: 980px) {
  .typography ol li,
  .typography ul li {
    padding-left: 30px;
    padding-left: 1.875rem;
  }
}

.typography ol ol,
.typography ol ul,
.typography ul ol,
.typography ul ul {
  margin: 0;
}

.typography ol {
  counter-reset: li;
}

.typography ol > li::before {
  font-family: "Lyon Display Web", Times, "Times New Roman", serif;
  font-weight: 700;
  color: #C8102E;
  content: counter(li) ". ";
  counter-increment: li;
  float: left;
  font-weight: 700;
  margin: -2px 0 0 -30px;
  margin: -0.125rem 0 0 -1.875rem;
}

@media (min-width: 740px) {
  .typography ol > li::before {
    margin-top: -3px;
    margin-top: -0.1875rem;
  }
}

ol[type="A"] li:before {
  content: counter(li, upper-latin) ". ";
}

ol[type="a"] li:before {
  content: counter(li, lower-latin) ". ";
}

.typography ol ol li::before {
  color: #5B6670;
}

.typography ol ol li ol li::before {
  color: #C8102E;
}

.typography ol ol li ol li ol li::before {
  color: #5B6670;
}

.typography ul li:before {
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  position: absolute;
  left: 0;
  top: 6px;
  background-color: #C8102E;
  border-radius: 50%;
  content: "";
  display: block;
}

@media (min-width: 740px) {
  .typography ul li:before {
    width: 8px;
    width: 0.5rem;
    height: 8px;
    height: 0.5rem;
    top: 8px;
  }
}

@media print {
  .typography ul li:before {
    border: 3px solid currentColor;
    border: 0.1875rem solid currentColor;
  }
}

.typography ul ul li:before {
  background-color: #5B6670;
}

.typography ul ul li ul li:before {
  background-color: #C8102E;
}

.typography ul ul li ul ul li:before {
  background-color: #5B6670;
}

/* Tables
============================================================================= */
.typography table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ECEEEE;
  border: 0.0625rem solid #ECEEEE;
}

.no-js .typography table {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.typography table tr:nth-child(even) {
  background: #F1EEEA;
}

.typography table th,
.typography table td {
  padding: 10px 20px 6px;
  padding: 0.625rem 1.25rem 0.375rem;
  vertical-align: top;
}

.typography table th,
.typography table thead td {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  line-height: 1.53846;
  text-transform: uppercase;
  background: #C8102E;
  border-width: 0;
  color: #fff;
  font-weight: normal;
  text-align: left;
}

@media (min-width: 740px) {
  .typography table th,
  .typography table thead td {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
  }
}

@media (min-width: 740px) {
  .typography table th,
  .typography table thead td {
    padding-top: 20px;
    padding-top: 1.25rem;
    padding-bottom: 14px;
    padding-bottom: 0.875rem;
  }
}

@media print {
  .typography table th,
  .typography table thead td {
    border: 1px solid #EAEAEA;
    border: 0.0625rem solid #EAEAEA;
  }
}

.typography table td {
  font-size: 16px;
  font-size: 1rem;
}

.table_wrapper {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  min-height: 0.01%;
  position: relative;
}

.table_wrapper_overflow {
  position: relative;
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc;
}

.table_wrapper_overflow:after {
  background-color: rgba(0, 0, 0, 0);
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  width: 20px;
  width: 1.25rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}

.table_wrapper_inner {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* ==========================================================================
   iframe
============================================================================= */
.typography .video_frame {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}

.typography .video_frame iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media print {
  .typography .video_frame {
    display: none;
  }
}

/* ==========================================================================
	Buttons
============================================================================= */
button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

/* Skip Link
============================================================================= */
.skip_link {
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
  padding: 16px 30px;
  padding: 1rem 1.875rem;
  transition: background 0.25s, color 0.25s;
  background: #eee;
  color: #222;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 100;
  display: block;
  opacity: 0;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  pointer-events: none;
  text-align: center;
  transform: translate(-50%, -300%);
  transition: opacity 0.35s transform 0.35s;
}

.skip_link [class$="link_inner"] {
  display: block;
}

.skip_link .icon {
  display: inline;
}

@media print {
  .skip_link {
    border: 1px solid #000;
    border: 0.0625rem solid #000;
  }
}

.skip_link:focus, .skip_link:hover {
  background: #222;
  color: #eee;
}

.skip_link [class$="label"] {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.27778;
}

.skip_link:focus, .skip_link:active {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 40px);
}

/* ==========================================================================
	Forms
============================================================================= */
/* Select
============================================================================= */
/* Select Themes
============================================================================= */
/* Checkbox and Radio
============================================================================= */
body#tinymce {
  margin: 20px;
  margin: 1.25rem;
}

body#tinymce .typography h1:first-child, body#tinymce .typography h2:first-child, body#tinymce .typography h3:first-child, body#tinymce .typography h4:first-child, body#tinymce .typography h5:first-child, body#tinymce .typography h6:first-child, body#tinymce .typography p:first-child {
  margin-top: 0;
}

body#tinymce .typography h1:last-child, body#tinymce .typography h2:last-child, body#tinymce .typography h3:last-child, body#tinymce .typography h4:last-child, body#tinymce .typography h5:last-child, body#tinymce .typography h6:last-child, body#tinymce .typography p:last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=tinymce.css.map */
