@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.chr-content {
  color: #191919;
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.chr-content a {
  color: #d4112f;
  text-decoration: none;
  transition: color 0.3s;
  outline: none;
}

.chr-content a:hover {
  color: #092153;
}

@media screen and (max-width: 1279px) {
  .chr-content a {
    transition: none;
  }
}

.chr-content p {
  margin: 0;
  margin-bottom: 30px;
}

.chr-content h1,
.chr-content .h1-style {
  color: #fff;
  font-family: "Muli", sans-serif;
  font-size: 4.375rem;
  font-weight: 900;
  line-height: 100px;
  letter-spacing: -1.4px;
  margin: 0;
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .chr-content h1,
  .chr-content .h1-style {
    font-size: 3.375rem;
  }
}

@media screen and (max-width: 1279px) {
  .chr-content h1,
  .chr-content .h1-style {
    font-size: 2.5rem;
    line-height: 50px;
    letter-spacing: -0.8px;
  }
}

@media screen and (max-width: 767px) {
  .chr-content h1,
  .chr-content .h1-style {
    font-size: 1.875rem;
    line-height: 30px;
    letter-spacing: -0.6px;
  }
}

.chr-content h2,
.chr-content h3,
.chr-content h4,
.chr-content h5,
.chr-content h6,
.chr-content blockquote {
  margin: 0;
  margin-bottom: 20px;
}

.chr-content strong,
.chr-content b {
  font-weight: 700;
}

.chr-content em,
.chr-content i {
  font-style: italic;
}

.chr-content small {
  font-size: 0.875rem;
}

.chr-content ul {
  padding: 0;
  margin: 0;
  margin-top: -14px;
  margin-bottom: 30px;
}

.chr-content ul li {
  position: relative;
  padding-left: 30px;
  line-height: 36px;
  text-align: left;
  list-style-type: none;
}

.chr-content ul li:before {
  position: absolute;
  top: 17px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #d4112f;
  content: '';
}

.chr-content ol {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  list-style-type: none;
  counter-reset: step-counter;
}

.chr-content ol li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  counter-increment: step-counter;
}

.chr-content ol li:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: counter(step-counter) ".";
}

.chr-content img,
.chr-content iframe,
.chr-content object,
.chr-content embed {
  max-width: 100%;
}

.chr-content iframe {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 450px;
}

.chr-content .video {
  position: relative;
  height: 0;
  padding-top: 25px;
  padding-bottom: 56.25%;
  /* 16:9 */
}

.chr-content .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.chr-content img {
  max-width: 100%;
  height: auto;
}

.chr-content img.aligncenter {
  display: block;
  margin: 0 auto;
}

.chr-content img.alignleft {
  float: left;
  clear: both;
  max-width: 45%;
  padding-top: 10px;
  margin-right: 20px;
}

@media screen and (max-width: 1279px) {
  .chr-content img.alignleft {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: auto;
    margin-bottom: -30px;
    border-right: 0;
  }
}

.chr-content img.alignright {
  float: right;
  clear: both;
  max-width: 45%;
  padding-top: 10px;
  margin-left: 20px;
}

@media screen and (max-width: 1279px) {
  .chr-content img.alignright {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: auto;
    margin-bottom: -30px;
    border-left: 0;
  }
}

.chr-content figure {
  margin: 0;
}

.chr-content figure img {
  display: block;
}

.chr-content hr {
  margin-top: 15px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #d4112f;
}

.chr-content .gallery {
  margin: 30px 0 !important;
}

.chr-content .gallery * {
  box-sizing: border-box;
}

.chr-content .gallery .gallery-item {
  padding: 0 10px;
  margin-top: 0 !important;
}

.chr-content .gallery .gallery-item img {
  border: 0 !important;
}

.chr-content .gallery .gallery-item:first-of-type {
  padding-left: 0;
}

.chr-content .gallery .gallery-item:last-of-type {
  padding-right: 0;
}

@media screen and (max-width: 1279px) {
  .chr-content .gallery {
    margin: 15px 0 !important;
    margin-bottom: 0 !important;
  }
  .chr-content .gallery .gallery-item {
    float: none !important;
    width: 100% !important;
    padding: 0;
    margin-bottom: 20px;
  }
  .chr-content .gallery .gallery-item img {
    width: 100%;
  }
  .chr-content .gallery br {
    display: none;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .chr-content .gallery {
    margin: 15px 0 !important;
  }
}

.chr-content .subheading-1 {
  color: #bebebe;
  font-family: "Roboto Slab", serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

@media screen and (max-width: 1279px) {
  .chr-content .subheading-1 {
    font-size: 1.125rem;
    line-height: 26px;
    letter-spacing: 1.4px;
  }
}

@media screen and (max-width: 767px) {
  .chr-content .subheading-1 {
    font-size: 1rem;
    letter-spacing: 1.3px;
  }
}

@media screen and (max-width: 1279px) {
  .chr-content .subheading-1 {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .chr-content .subheading-1 {
    margin-bottom: 12px;
  }
}

.chr-content .subheading-2 {
  color: #bebebe;
  font-family: "Roboto Slab", serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

@media screen and (max-width: 1279px) {
  .chr-content .subheading-2 {
    font-size: 1rem;
    line-height: 26px;
    letter-spacing: 1.3px;
  }
}

@media screen and (max-width: 767px) {
  .chr-content .subheading-2 {
    font-size: 0.875rem;
    letter-spacing: 1.1px;
  }
}

@media screen and (max-width: 1279px) {
  .chr-content .subheading-2 {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 767px) {
  .chr-content .subheading-2 {
    margin-bottom: 8px;
  }
}

.chr-content .large-heading-1 {
  color: #d4112f;
  font-family: "Muli", sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 50px;
  margin-bottom: 38px;
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .chr-content .large-heading-1 {
    font-size: 2.125rem;
    line-height: 42px;
  }
}

@media screen and (max-width: 1279px) {
  .chr-content .large-heading-1 {
    font-size: 1.75rem;
    line-height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .chr-content .large-heading-1 {
    font-size: 1.625rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .chr-content .large-heading-1 {
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 1279px) {
  .chr-content .large-heading-1 {
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 767px) {
  .chr-content .large-heading-1 {
    margin-bottom: 16px;
  }
}

.chr-content .large-heading-2 {
  color: #d4112f;
  font-family: "Muli", sans-serif;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 44px;
  margin-bottom: 28px;
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .chr-content .large-heading-2 {
    line-height: 38px;
  }
}

@media screen and (max-width: 1279px) {
  .chr-content .large-heading-2 {
    font-size: 1.5rem;
    line-height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .chr-content .large-heading-2 {
    font-size: 1.375rem;
    line-height: 32px;
  }
}

@media screen and (max-width: 1279px) {
  .chr-content .large-heading-2 {
    margin-bottom: 22px;
  }
}

@media screen and (max-width: 767px) {
  .chr-content .large-heading-2 {
    margin-bottom: 12px;
  }
}

.chr-content .button,
.chr-content .button-style-general {
  display: inline-block;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  min-width: 220px;
  height: 50px;
  padding-right: 70px;
  padding-left: 20px;
  border: 2px solid #d4112f;
  color: #d4112f;
  background-color: transparent;
  font-family: "Muli", sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 48px;
  text-align: left;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 8px;
}

@media screen and (max-width: 1279px) {
  .chr-content .button,
  .chr-content .button-style-general {
    font-size: 0.625rem;
    letter-spacing: 0.8px;
    transition: none;
  }
}

.chr-content .button:before,
.chr-content .button-style-general:before {
  display: block;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 100%;
  background-color: #d4112f;
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 42 42%22%3E%3Cpath fill%3D%22%23fff%22 d%3D%22M42 20H22V0h-2v20H0v2h20v20h2V22h20z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  content: '';
  transition: background-color 0.3s;
}

@media screen and (max-width: 1279px) {
  .chr-content .button:before,
  .chr-content .button-style-general:before {
    transition: none;
  }
}

.chr-content .button:hover,
.chr-content .button-style-general:hover {
  border-color: #092153;
  color: #fff;
  background-color: #092153;
}

.chr-content .button:hover:before,
.chr-content .button-style-general:hover:before {
  background-color: #092153;
}

@media screen and (max-width: 1279px) {
  .chr-content .button,
  .chr-content .button-style-general {
    margin-top: 0;
  }
}

.chr-content .button-style-download:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 63.93 57.75%22%3E%3Cpath fill%3D%22%23fff%22 d%3D%22M63.93 38.76a2.44 2.44 0 0 0-4.87 0v14.12H4.88V38.76a2.44 2.44 0 0 0-4.87 0V54.3a2.39 2.39 0 0 0 .1.51 2.47 2.47 0 0 0-.1.51 2.43 2.43 0 0 0 2.43 2.44h59.05a2.43 2.43 0 0 0 2.44-2.45 2.28 2.28 0 0 0-.1-.51 2.27 2.27 0 0 0 .1-.51z%22%2F%3E%3Cpath fill%3D%22%23fff%22 d%3D%22M32.12.03a2.44 2.44 0 0 0-2.44 2.4v35.6L19.08 27.4a2.432 2.432 0 1 0-3.44 3.44L30.4 45.61a2.44 2.44 0 0 0 3.44 0l14.77-14.76a2.432 2.432 0 0 0-3.44-3.44L34.55 38.03V2.43a2.43 2.43 0 0 0-2.43-2.4z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 18px;
}

.chr-content .button-style-calendar:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 fill%3D%22%23fff%22 viewBox%3D%220 0 512 512%22%3E%3Cpath d%3D%22M463.8 238.23V47.134c0-8.284-6.716-15-15-15h-73.367V15c0-8.284-6.716-15-15-15s-15 6.716-15 15v17.134H246.9V15c0-8.284-6.716-15-15-15s-15 6.716-15 15v17.134h-98.533V15c0-8.284-6.716-15-15-15s-15 6.716-15 15v17.134H15c-8.284 0-15 6.716-15 15v401.667c0 8.284 6.716 15 15 15h223.23C267.233 493.517 307.695 512 352.399 512 440.403 512 512 440.404 512 352.4c0-44.705-18.483-85.167-48.2-114.17zM30 62.134h403.8v66.4H30v-66.4zM30 433.8V158.534h403.8v56.638c-23.849-14.2-51.686-22.372-81.4-22.372-88.003 0-159.6 71.596-159.6 159.6 0 29.714 8.172 57.552 22.372 81.4H30zM352.399 482c-71.461 0-129.6-58.138-129.6-129.6s58.138-129.6 129.6-129.6S482 280.939 482 352.4c0 71.462-58.139 129.6-129.601 129.6z%22%2F%3E%3Cpath d%3D%22M400.6 337.4h-33.2v-33.2c0-8.284-6.716-15-15-15s-15 6.716-15 15v48.2c0 8.284 6.716 15 15 15h48.2c8.284 0 15-6.716 15-15s-6.716-15-15-15z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 18px;
}

.chr-content .button-style-location:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 fill%3D%22%23fff%22 viewBox%3D%220 0 129 129%22%3E%3Cpath d%3D%22M64.5 6.4C39 6.4 18.2 27.2 18.2 52.8c0 3.1.3 6.2.9 9.2 0 .2.1.4.1.7 5.1 22.9 41 57.3 42.5 58.7.8.8 1.8 1.1 2.8 1.1 1 0 2-.4 2.8-1.1 1.5-1.5 37.2-35.8 42.3-58.2 0-.2.1-.4.1-.6.7-3.2 1-6.5 1-9.8.1-25.6-20.7-46.4-46.2-46.4zm37.2 54.7v.3C97.9 78 73 104.2 64.5 112.7 56 104.2 31 78 27.2 61c0-.2 0-.3-.1-.5-.5-2.6-.8-5.2-.8-7.8 0-21 17.1-38.2 38.1-38.2s38.2 17.1 38.2 38.2c0 2.9-.3 5.7-.9 8.4z%22%2F%3E%3Cpath d%3D%22M64.5 32.5c-8.6 0-15.5 7-15.5 15.5s7 15.5 15.5 15.5S80 56.6 80 48s-6.9-15.5-15.5-15.5zm0 22.9c-4.1 0-7.4-3.3-7.4-7.4s3.3-7.4 7.4-7.4c4.1 0 7.4 3.3 7.4 7.4s-3.3 7.4-7.4 7.4z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 18px;
}

/*# sourceMappingURL=editor-style-shared.css.map */
