@charset "UTF-8";
/**
 * Responsive class scope + fallback media query
 */
/**
 * Responsive class scope + fallback media query
 */
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

body {
  font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #38332B;
  font-size: 16px;
  line-height: 1.6;
}

b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

small {
  font-size: .8em;
}

del,
strike {
  opacity: .7;
}

address {
  font-style: normal;
}

hr {
  display: block;
  border: 0;
  border-top: 1px solid #8e8e93;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #38332B;
  font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
  -webkit-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures;
  line-height: 1.25;
  margin: 0;
  font-weight: 300;
}

h1 a:not(.no-inherit), h2 a:not(.no-inherit), h3 a:not(.no-inherit), h4 a:not(.no-inherit), h5 a:not(.no-inherit), h6 a:not(.no-inherit) {
  color: inherit;
}

h1, .h1 {
  font-size: 32px;
}

@media screen and (min-width: 320px) {
  h1, .h1 {
    font-size: calc( 32px + 8 * ((100vw - 320px) / 704));
  }
}

@media screen and (min-width: 1024px) {
  h1, .h1 {
    font-size: 40px;
  }
}

h2, .h2 {
  font-size: 26px;
}

@media screen and (min-width: 320px) {
  h2, .h2 {
    font-size: calc( 26px + 8 * ((100vw - 320px) / 704));
  }
}

@media screen and (min-width: 1024px) {
  h2, .h2 {
    font-size: 34px;
  }
}

h3, .h3 {
  font-size: 24px;
}

@media screen and (min-width: 320px) {
  h3, .h3 {
    font-size: calc( 24px + 4 * ((100vw - 320px) / 704));
  }
}

@media screen and (min-width: 1024px) {
  h3, .h3 {
    font-size: 28px;
  }
}

h4, .h4 {
  font-size: 20px;
}

@media screen and (min-width: 320px) {
  h4, .h4 {
    font-size: calc( 20px + 4 * ((100vw - 320px) / 704));
  }
}

@media screen and (min-width: 1024px) {
  h4, .h4 {
    font-size: 24px;
  }
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 14px;
}

blockquote {
  font-size: 21px;
  margin: 0;
  padding-left: 30px;
  position: relative;
}

blockquote::before {
  content: '“';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #ed1b2e;
  font-weight: 700;
  font-size: 2em;
  line-height: 1;
}

code {
  padding: 5px;
  background-color: #eee;
  border: 1px solid #8e8e93;
}

pre {
  padding: 15px;
  background-color: #eee;
  border: 1px solid #8e8e93;
}

kbd {
  box-shadow: 0px 0.2777777778px 0.5px rgba(0, 0, 0, 0.277778), 0px 0.1388888889px 0.5px rgba(0, 0, 0, 0.277778);
  padding: 5px;
  background-color: #eee;
  border-top: 2px solid #fff;
  border-right: 3px solid #ddd;
  border-bottom: 5px solid #bbb;
  border-left: 3px solid #ddd;
  border-radius: 3px;
}

ul,
ol {
  padding-left: 30px;
}

dt {
  font-weight: bold;
  margin-top: 15px;
}

dd {
  margin-left: 30px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

thead {
  border-bottom: 1px solid #8e8e93;
}

tfoot {
  border-top: 1px solid #8e8e93;
}

td,
th {
  padding: 15px;
}

th {
  text-align: left;
}

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

figure {
  margin: 0;
  padding: 0;
}

figure img {
  display: block;
}

.the_content figure,
.the_excerpt figure {
  padding: 15px;
  border: 1px solid #8e8e93;
}

.the_content figure img,
.the_excerpt figure img {
  display: block;
}

.the_content figcaption,
.the_excerpt figcaption {
  padding-top: 15px;
  text-align: center;
}

a, .link {
  color: #eb1e24;
  text-decoration: none;
}

a:hover, a.is-hovered, a:focus, a.is-focused, .link:hover, .link.is-hovered, .link:focus, .link.is-focused {
  color: #be202e;
  text-decoration: none;
}

.link--accent {
  color: #ae9d82;
}

.link--accent:hover, .link--accent.is-hovered, .link--accent:focus, .link--accent.is-focused {
  color: #a49173;
}

textarea, select, input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] {
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  width: 100%;
  min-height: 44px;
  padding: 13px;
  border: 1px solid #cccccc;
  border-radius: 0;
  outline: none;
  font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

textarea:disabled, textarea.is-disabled, select:disabled, select.is-disabled, input[type=color]:disabled, input[type=color].is-disabled, input[type=date]:disabled, input[type=date].is-disabled, input[type=datetime]:disabled, input[type=datetime].is-disabled, input[type=datetime-local]:disabled, input[type=datetime-local].is-disabled, input[type=email]:disabled, input[type=email].is-disabled, input[type=month]:disabled, input[type=month].is-disabled, input[type=number]:disabled, input[type=number].is-disabled, input[type=password]:disabled, input[type=password].is-disabled, input[type=range]:disabled, input[type=range].is-disabled, input[type=search]:disabled, input[type=search].is-disabled, input[type=tel]:disabled, input[type=tel].is-disabled, input[type=text]:disabled, input[type=text].is-disabled, input[type=time]:disabled, input[type=time].is-disabled, input[type=url]:disabled, input[type=url].is-disabled, input[type=week]:disabled, input[type=week].is-disabled {
  cursor: not-allowed;
  background-color: #eee;
}

select[multiple], select[size], textarea {
  height: auto;
}

textarea {
  overflow: auto;
  width: 100%;
  min-height: 48px;
  resize: vertical;
}

.post {
  margin-bottom: 60px;
}

.post .post__hero-link {
  display: block;
}

@media screen and (max-width: 800px) {
  .post {
    padding-left: 15px;
    padding-right: 15px;
  }
  .post .post__hero-link {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.post + .post {
  padding-top: 60px;
  border-top: 1px solid #cccccc;
}

.content-type--entry.content-collection--blog .ac--text:first-child {
  padding-top: 0;
}

.content-type--entry.content-collection--blog .ac--text:first-child .l--contain > *:first-child {
  margin-top: 0;
}

.l--expand {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.l--contain {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.l--compact {
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.l--main-sidebar {
  margin-top: 60px;
}

@media screen and (min-width: 801px) {
  .l--main-sidebar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .l--main-sidebar .content__main {
    flex: 0 0 calc(66.6666666667% - 30px);
    min-width: calc(66.6666666667% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .l--main-sidebar .content__sidebar {
    flex: 0 0 calc(25% - 30px);
    min-width: calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-left: calc(8.3333333333% - -15px);
  }
}

.l--sidebar-main {
  margin-top: 60px;
}

@media screen and (min-width: 801px) {
  .l--sidebar-main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
    padding-right: 0;
    flex-direction: row-reverse;
  }
  .l--sidebar-main .content__main {
    flex: 0 0 66.6666666667%;
    min-width: 66.6666666667%;
    margin-left: 0;
    margin-right: 0;
  }
  .l--sidebar-main .content__sidebar {
    flex: 0 0 25%;
    min-width: 25%;
    margin-left: 0;
    margin-right: 0;
    margin-right: 8.3333333333%;
  }
}

.site__header .l--contain {
  position: relative;
  z-index: 1040;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.site__header .l--contain .site__search {
  margin: 15px;
}

.site__header .l--contain .site__badge {
  -ms-grid-row-align: center;
  align-self: center;
  width: 63px;
}

.site__header .l--contain .site__badge svg {
  width: 63px;
}

.site__brand a {
  display: block;
  padding: 30px 0;
}

.site__brand svg {
  width: 122px;
  height: auto;
}

.site__brand .site__tagline {
  white-space: nowrap;
  display: block;
  font-size: 10px;
}

@media screen and (max-width: 720px) {
  .site__brand a {
    padding: 15px 0;
  }
  .site__brand .site__tagline {
    display: none;
  }
}

.menu--responsive-compact .site__brand a {
  padding: 15px 0;
}

.menu--responsive-compact .site__brand .site__tagline {
  display: none;
}

@media screen and (min-width: 721px) {
  .site__search {
    display: none;
  }
}

.menu--responsive-full .site__search {
  display: none;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.site__wrapper {
  flex: 1 0 auto;
}

.advanced-content {
  overflow: hidden;
}

.advanced-content > *:first-child {
  margin-top: 0;
}

.before-content {
  margin-bottom: 60px;
}

.after-content {
  margin-top: 60px;
}

.site__footer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.site__footer .widget__title {
  color: currentColor;
}

.site__footer a:hover {
  text-decoration: underline;
}

.pre-footer > *:last-child > *:last-child {
  margin-bottom: 0;
}

.footer__widgets {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(142, 142, 147, 0.5);
  border-bottom: 1px solid rgba(142, 142, 147, 0.5);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer__widgets .widget {
  margin-bottom: 30px;
  flex: 1 0 33%;
  min-width: 250px;
}

.footer__widgets .widget--locations {
  flex-basis: 66%;
}

.site__footer-brand {
  font-size: 12px;
}

.site__footer-brand svg {
  width: 64px;
}

.site__footer-brand .site__badge {
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .site__footer-brand {
    margin-bottom: 30px;
  }
  .site__footer-brand svg {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.site__footer-info,
.site__footer-nav-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .site__footer-info,
  .site__footer-nav-wrapper {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}

.site__info {
  text-align: right;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .site__info {
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .site__info {
    align-items: flex-end;
  }
}

.site__info .site__copyright {
  margin: 0;
}

.skip-link {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.skip-link:focus {
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.skip-link:focus, .skip-link.is-focused {
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  z-index: 1060;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu__item, .menu__link {
  color: currentColor;
}

.menu__item {
  position: relative;
  color: currentColor;
}

.menu__link {
  display: block;
  padding: .5em;
  text-decoration: none;
  white-space: nowrap;
}

.menu__link:hover {
  text-decoration: none;
}

.menu__link svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
  vertical-align: text-bottom;
}

.menu__section-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: .5em;
}

.menu--bar {
  display: flex;
  flex-direction: row;
}

.menu[aria-hidden='true'] {
  display: none;
}

.menu [aria-expanded='false'] + * {
  display: none;
}

.menu [aria-expanded='true'] + * {
  display: block;
}

.menu[role='menu'] {
  flex-direction: column;
}

.menu[role='menu'] .menu__link {
  padding-left: 0;
  padding-right: 0;
}

.sub-menu-indicator {
  position: absolute;
  top: 50%;
  height: 100%;
  width: 30px;
  right: 0;
  transform: translateY(-50%);
  z-index: 9;
  display: none;
  font-weight: normal;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
}

.sub-menu-indicator::after {
  content: "\f055";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

.sub-menu-indicator::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

[aria-expanded='true'] > .sub-menu-indicator::after {
  content: "\f056";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

/**
 * Extends .navigation.scss
 */
.site-nav-wrapper {
  display: flex;
  flex-direction: column;
  align-self: center;
  margin-left: auto;
}

@media screen and (min-width: 721px) {
  .site-nav-wrapper {
    border-right: 1px solid #a20a0a;
    margin-right: 1em;
  }
}

.menu--responsive-full .site-nav-wrapper {
  border-right: 1px solid #a20a0a;
  margin-right: 1em;
}

@media screen and (max-width: 720px) {
  .site-nav-wrapper {
    display: none;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #333333;
  }
}

.menu--responsive-compact .site-nav-wrapper {
  display: none;
  transition: all .3s ease-in-out;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #333333;
}

.site-nav-wrapper[aria-hidden='true'] {
  display: none;
}

.site-nav-wrapper[aria-hidden='false'] {
  display: block;
}

.menu--quick {
  background-color: #fff;
  color: #38332B;
  display: none;
}

@media screen and (max-width: 720px) {
  .menu--quick {
    display: flex;
  }
}

.menu--responsive-compact .menu--quick {
  display: flex;
}

.menu--quick .menu__item {
  flex: 1 1 auto;
  text-align: center;
  display: flex;
  justify-content: center;
}

.menu--quick .menu__link {
  padding: .5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.menu--quick .menu__item-description {
  margin-right: .5em;
}

.menu--quick .menu__item-description svg {
  width: 1.5em;
  height: 1.5em;
  fill: currentColor;
}

.menu--top .menu__item {
  white-space: nowrap;
}

.menu--top .menu__link {
  font-size: 12px;
  position: relative;
  padding: .25em .5em;
}

.menu--top .menu__link:hover, .menu--top .menu__link.is-hovered, .menu--top .menu__link:focus, .menu--top .menu__link.is-focused {
  color: currentColor;
}

.menu--top li + li::before {
  content: '|';
  display: inline-block;
  color: #a20a0a;
  font-weight: bold;
}

.menu--top li + li a {
  display: inline-block;
}

.menu--top .menu__link:hover::after {
  content: '';
  display: block;
  position: absolute;
  left: 1em;
  right: 1em;
  bottom: .2em;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 720px) {
  .menu--top {
    display: none;
  }
}

.menu--responsive-compact .menu--top {
  display: none;
}

@media screen and (max-width: 768px) {
  .menu--top {
    display: none;
  }
}

@media screen and (min-width: 721px) {
  .menu--top {
    justify-content: flex-end;
  }
  .menu--top .menu__link {
    padding: .25em 1em;
  }
}

.menu--responsive-full .menu--top {
  justify-content: flex-end;
}

.menu--responsive-full .menu--top .menu__link {
  padding: .25em 1em;
}

.menu--primary {
  z-index: 1000;
}

.menu--primary .menu__link {
  font-weight: bold;
  font-size: 14px;
  position: relative;
}

.menu--primary .menu__link:hover, .menu--primary .menu__link.is-hovered, .menu--primary .menu__link:focus, .menu--primary .menu__link.is-focused {
  color: currentColor;
}

@media screen and (max-width: 720px) {
  .menu--primary {
    background-color: #333333;
    color: #fff;
    display: none;
    padding: 15px;
  }
  .menu--primary .menu--top__item {
    display: block;
  }
  .menu--primary .menu__link {
    padding: .5em;
    white-space: normal;
  }
  .menu--primary .menu--sub {
    margin-left: 1em;
  }
  .menu--primary[aria-hidden='true'] {
    display: none;
  }
  .menu--primary[aria-hidden='false'] {
    display: block;
    z-index: 1000;
  }
  .menu--primary .menu__item--has-children > .menu__link {
    padding-right: 2em !important;
  }
  .menu--primary .sub-menu-indicator {
    display: flex;
  }
}

.menu--responsive-compact .menu--primary {
  background-color: #333333;
  color: #fff;
  display: none;
  padding: 15px;
}

.menu--responsive-compact .menu--primary .menu--top__item {
  display: block;
}

.menu--responsive-compact .menu--primary .menu__link {
  padding: .5em;
  white-space: normal;
}

.menu--responsive-compact .menu--primary .menu--sub {
  margin-left: 1em;
}

.menu--responsive-compact .menu--primary[aria-hidden='true'] {
  display: none;
}

.menu--responsive-compact .menu--primary[aria-hidden='false'] {
  display: block;
  z-index: 1000;
}

.menu--responsive-compact .menu--primary .menu__item--has-children > .menu__link {
  padding-right: 2em !important;
}

.menu--responsive-compact .menu--primary .sub-menu-indicator {
  display: flex;
}

@media screen and (min-width: 721px) {
  .menu--primary {
    color: #fff;
    display: flex;
    justify-content: flex-end;
    background-color: transparent;
  }
  .menu--primary .menu--top__item {
    display: none !important;
  }
  .menu--primary .menu__item--top {
    display: flex;
    align-items: center;
  }
  .menu--primary .menu__item--top > .menu__link {
    background-color: transparent;
    padding: .5em 1em;
  }
  .menu--primary .menu__item--top > .menu__link:hover::after {
    content: '';
    pointer-events: none;
    display: block;
    position: absolute;
    left: 1em;
    right: 1em;
    bottom: .4em;
    border-bottom: 1px solid #fff;
  }
  .menu--primary .menu--sub {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    right: auto;
    z-index: 1000;
    background-color: #fff;
    color: #000;
  }
  .menu--primary .menu--sub .menu--sub {
    left: 100%;
    top: 0;
  }
}

.menu--primary .menu--responsive-full {
  color: #fff;
  display: flex;
  justify-content: flex-end;
  background-color: transparent;
}

.menu--primary .menu--responsive-full .menu--top__item {
  display: none !important;
}

.menu--primary .menu--responsive-full .menu__item--top {
  display: flex;
  align-items: center;
}

.menu--primary .menu--responsive-full .menu__item--top > .menu__link {
  background-color: transparent;
  padding: .5em 1em;
}

.menu--primary .menu--responsive-full .menu__item--top > .menu__link:hover::after {
  content: '';
  pointer-events: none;
  display: block;
  position: absolute;
  left: 1em;
  right: 1em;
  bottom: .4em;
  border-bottom: 1px solid #fff;
}

.menu--primary .menu--responsive-full .menu--sub {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  right: auto;
  z-index: 1000;
  background-color: #fff;
  color: #000;
}

.menu--primary .menu--responsive-full .menu--sub .menu--sub {
  left: 100%;
  top: 0;
}

.is-likely-touch-device .menu--primary .menu__item--has-children > .menu__link {
  padding-right: 2em !important;
}

.is-likely-touch-device .menu--primary .sub-menu-indicator {
  display: flex;
}

.js-site-nav-toggle {
  background-color: transparent;
  border: 0;
  outline: none;
  position: relative;
}

.js-site-nav-toggle svg {
  font-size: 1.5em;
  display: block;
  fill: currentColor;
}

.js-site-nav-toggle .button__icon {
  width: 32px;
  height: 32px;
  position: relative;
  display: inline-block;
}

.js-site-nav-toggle .button__icon > span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .2s ease-in-out;
  transform-origin: center center;
}

.js-site-nav-toggle .open-icon {
  opacity: 1;
  transform: rotate(0);
}

.js-site-nav-toggle .close-icon {
  opacity: 0;
  transform: rotate(-45deg);
}

.js-site-nav-toggle[aria-expanded='true'] .close-icon {
  opacity: 1;
  transform: rotate(0) translate(-1px, -1px);
}

.js-site-nav-toggle[aria-expanded='true'] .open-icon {
  opacity: 0;
  transform: rotate(45deg);
}

@media screen and (max-width: 720px) {
  .js-site-nav-toggle {
    display: block !important;
  }
  .js-site-nav-toggle [aria-expanded='true'] ~ .menu--primary {
    display: block;
  }
  .mega-nav__widgets {
    display: none;
  }
}

.menu--responsive-compact .js-site-nav-toggle {
  display: block !important;
}

.menu--responsive-compact .js-site-nav-toggle [aria-expanded='true'] ~ .menu--primary {
  display: block;
}

.menu--responsive-compact .mega-nav__widgets {
  display: none;
}

@media screen and (min-width: 721px) {
  .js-site-nav-toggle {
    display: none;
  }
  .mega-menu {
    position: static;
  }
  .mega-menu > [aria-expanded='true'] + * {
    display: flex;
    flex-wrap: wrap;
  }
  .mega-menu .mega-nav__widgets {
    flex: 0 0 100%;
    border-top: 1px solid #8e8e93;
    padding-top: 30px;
    margin-top: 30px;
    z-index: 1;
  }
  .mega-menu .mega-nav__widgets .widget-area {
    display: flex;
    flex-wrap: wrap;
  }
  .mega-menu .mega-nav__widgets .widget-area > * {
    flex: 1 1 33%;
    padding: 15px;
  }
  .mega-menu > .menu--sub {
    padding-top: 60px;
    padding-bottom: 60px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: row;
    flex-wrap: wrap;
    transition: all .3s ease-in-out;
  }
  .mega-menu > .menu--sub .sub-menu-indicator {
    display: none;
  }
  .mega-menu > .menu--sub::before {
    content: '';
    box-shadow: 0px 1.1111111111px 2px rgba(0, 0, 0, 0.277778), 0px 0.5555555556px 2px rgba(0, 0, 0, 0.277778);
    display: block;
    position: absolute;
    width: 100vw;
    top: 0;
    left: 50%;
    transform: translateX(-50vw);
    height: 100%;
    background: #fff;
  }
  .mega-menu > .menu--sub > .menu__item {
    flex: 1 1 33%;
    padding: 0 15px;
  }
  .mega-menu > .menu--sub > .menu__item > .menu__link {
    padding: 0;
  }
}

@media screen and (min-width: 721px) and (min-width: 721px) {
  .mega-menu > .menu--sub > .menu__item > .menu__link {
    font-size: 16px;
  }
}

@media screen and (min-width: 721px) and (min-width: 721px) and (min-width: 480px) {
  .mega-menu > .menu--sub > .menu__item > .menu__link {
    font-size: calc( 16px + 8 * ((100vw - 480px) / 544));
  }
}

@media screen and (min-width: 721px) and (min-width: 721px) and (min-width: 1024px) {
  .mega-menu > .menu--sub > .menu__item > .menu__link {
    font-size: 24px;
  }
}

@media screen and (min-width: 721px) {
  .mega-menu > .menu--sub .menu--sub {
    display: block !important;
    position: static;
  }
  .mega-menu > .menu--sub .menu--sub .menu__link {
    font-size: 16px;
    color: #ed1b2e;
    padding: .5em 0;
  }
}

.menu--responsive-full .js-site-nav-toggle {
  display: none;
}

.menu--responsive-full .mega-menu {
  position: static;
}

.menu--responsive-full .mega-menu > [aria-expanded='true'] + * {
  display: flex;
  flex-wrap: wrap;
}

.menu--responsive-full .mega-menu .mega-nav__widgets {
  flex: 0 0 100%;
  border-top: 1px solid #8e8e93;
  padding-top: 30px;
  margin-top: 30px;
  z-index: 1;
}

.menu--responsive-full .mega-menu .mega-nav__widgets .widget-area {
  display: flex;
  flex-wrap: wrap;
}

.menu--responsive-full .mega-menu .mega-nav__widgets .widget-area > * {
  flex: 1 1 33%;
  padding: 15px;
}

.menu--responsive-full .mega-menu > .menu--sub {
  padding-top: 60px;
  padding-bottom: 60px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  flex-direction: row;
  flex-wrap: wrap;
  transition: all .3s ease-in-out;
}

.menu--responsive-full .mega-menu > .menu--sub .sub-menu-indicator {
  display: none;
}

.menu--responsive-full .mega-menu > .menu--sub::before {
  content: '';
  box-shadow: 0px 1.1111111111px 2px rgba(0, 0, 0, 0.277778), 0px 0.5555555556px 2px rgba(0, 0, 0, 0.277778);
  display: block;
  position: absolute;
  width: 100vw;
  top: 0;
  left: 50%;
  transform: translateX(-50vw);
  height: 100%;
  background: #fff;
}

.menu--responsive-full .mega-menu > .menu--sub > .menu__item {
  flex: 1 1 33%;
  padding: 0 15px;
}

.menu--responsive-full .mega-menu > .menu--sub > .menu__item > .menu__link {
  padding: 0;
}

@media screen and (min-width: 721px) {
  .menu--responsive-full .mega-menu > .menu--sub > .menu__item > .menu__link {
    font-size: 16px;
  }
}

@media screen and (min-width: 721px) and (min-width: 480px) {
  .menu--responsive-full .mega-menu > .menu--sub > .menu__item > .menu__link {
    font-size: calc( 16px + 8 * ((100vw - 480px) / 544));
  }
}

@media screen and (min-width: 721px) and (min-width: 1024px) {
  .menu--responsive-full .mega-menu > .menu--sub > .menu__item > .menu__link {
    font-size: 24px;
  }
}

.menu--responsive-full .mega-menu > .menu--sub .menu--sub {
  display: block !important;
  position: static;
}

.menu--responsive-full .mega-menu > .menu--sub .menu--sub .menu__link {
  font-size: 16px;
  color: #ed1b2e;
  padding: .5em 0;
}

.list--unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-piped > li {
  display: inline-block;
}

.list-piped > li + li::before {
  content: '|';
  display: inline-block;
}

.list-piped.menu .menu__link {
  display: inline-block;
}

.list-inline {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-inline > li {
  display: inline-block;
  margin-right: .5em;
}

.list-flex {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-flex > li {
  flex: 1 1 auto;
}

.tag-list {
  list-style: none;
  padding: 0;
}

.tag-list li {
  display: inline-block;
}

.tag-list li::after {
  content: ',';
}

.tag-list li:last-child::after {
  content: none;
}

.search-form {
  display: flex;
  flex-direction: row-reverse;
  min-width: 150px;
  overflow: hidden;
  background-color: rgba(142, 142, 147, 0.12);
  border-radius: 9px;
  color: #8e8e93;
  margin-bottom: 0;
}

.search-form__label {
  display: block;
  flex: 1 1 auto;
}

.search-form__field {
  min-height: 0 !important;
  box-sizing: border-box;
  border: 0 !important;
  border-radius: 0;
  height: 36px;
  line-height: 36px;
  color: currentColor;
  font-size: 12px;
  width: 100%;
  background-color: transparent !important;
  color: currentColor;
  padding: .25em .25em .25em 0 !important;
}

.search-form__submit {
  display: block;
  flex: 0 0 44px;
  padding: 0;
  width: 44px;
  min-height: 36px;
  color: currentColor;
  background-color: transparent;
  border: 0;
  outline: none;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  border-radius: 0;
}

.search-form__submit svg {
  fill: currentColor;
  width: .75em;
  height: .75em;
}

.form-field {
  min-width: 20ch;
}

.form-field--required label::after {
  content: ' *';
  color: #ed1b2e;
}

.form-field:focus-within .form-field__control {
  border-color: #8e8e93;
}

.form-field.has-error .form-field__label {
  color: #ed1b2e;
}

.form-field.has-error .form-field__control {
  border-color: #ed1b2e;
}

.form-field.has-error .error-text {
  display: block;
  color: #ed1b2e;
}

.form-errors {
  color: #ed1b2e;
}

.js-subscribe {
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.js-subscribe .email {
  flex: 1 1 auto;
  border: 0;
  background-color: rgba(142, 142, 147, 0.12);
}

.js-subscribe .attached {
  border: 0;
  background: #ed1b2e;
  color: #fff;
  flex: 0 0 80px;
}

.js-ajax-submission {
  position: relative;
}

.js-ajax-submission button[type='submit'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.js-ajax-errors {
  list-style: none;
  margin: 0;
  background-color: rgba(255, 0, 0, 0.2);
  border: 1px solid #f00;
  margin-top: 7.5px;
}

.form__errormsg,
.js-ajax-error {
  margin: 7.5px;
  color: #f00;
}

.form__body {
  position: relative;
  transition: opacity 0.3s linear;
}

.form__body > * + * {
  margin-top: 15px;
}

form.is-sending {
  position: relative;
  cursor: wait;
}

form.is-sending::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  cursor: wait;
}

form.is-sending .form__body {
  opacity: .5;
  pointer-events: none;
}

.form__thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  text-align: center;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s linear, transform 0.3s ease-in-out;
}

.form__thanks-content {
  max-width: 768px;
}

.form__errormsg {
  display: none;
}

form.is-success {
  position: relative;
}

form.is-success .form__body {
  opacity: 0;
  pointer-events: none;
}

form.is-success .form__thanks {
  opacity: 1;
  height: 100%;
  transform: translateY(0);
}

form.has-error {
  position: relative;
}

form.has-error .form__errormsg {
  display: block;
  opacity: 1;
  width: auto;
  height: auto;
  overflow: visible;
  transform: translateY(0);
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.form-row .col {
  padding-left: 7.5px;
  padding-right: 7.5px;
  flex: 1 1 0;
}

.form-row .col-1 {
  flex-basis: 8.3333333333%;
}

.form-row .col-2 {
  flex-basis: 16.6666666667%;
}

.form-row .col-3 {
  flex-basis: 25%;
}

.form-row .col-4 {
  flex-basis: 33.3333333333%;
}

.form-row .col-5 {
  flex-basis: 41.6666666667%;
}

.form-row .col-6 {
  flex-basis: 50%;
}

.form-row .col-7 {
  flex-basis: 58.3333333333%;
}

.form-row .col-8 {
  flex-basis: 66.6666666667%;
}

.form-row .col-9 {
  flex-basis: 75%;
}

.form-row .col-10 {
  flex-basis: 83.3333333333%;
}

.form-row .col-11 {
  flex-basis: 91.6666666667%;
}

.form-row .col-12 {
  flex-basis: 100%;
}

.form-checkgroup {
  margin-top: 10px;
}

.form-checkgroup--inline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.form-checkgroup--inline .form-check {
  white-space: nowrap;
  flex: 1 1 calc(50% - 10px);
  display: inline-block;
  margin-right: 10px;
}

.form-check label {
  display: inline-block;
}

@media screen and (max-width: 800px) {
  .not-on-mobile {
    display: none;
  }
}

.widget__title {
  font-size: 16px;
  margin: 0;
  margin-bottom: .5em;
  font-weight: bold;
}

@media screen and (min-width: 480px) {
  .widget__title {
    font-size: calc( 16px + 4 * ((100vw - 480px) / 288));
  }
}

@media screen and (min-width: 768px) {
  .widget__title {
    font-size: 20px;
  }
}

.widget--text .widget__content > *:first-child {
  margin-top: 0;
}

.widget--feature .widget__icon {
  color: #ed1b2e;
  margin-bottom: .5em;
  display: block;
}

.widget--feature .widget__icon svg {
  display: block;
  fill: currentColor;
  max-height: 30px;
  max-width: 30px;
  width: auto;
  height: auto;
}

.widget--feature .widget__icon img {
  max-height: 30px;
  max-width: 30px;
  width: auto;
  height: auto;
}

.widget--feature .widget__title {
  color: #38332B;
  margin: 0;
  font-size: 16px;
  margin-bottom: .5em;
}

.widget--feature .widget__content {
  color: #38332B;
}

.widget--feature .widget__content p {
  margin: 0;
}

.widget--feature .widget__link {
  display: block;
  color: #eb1e24;
  margin-top: .5em;
}

.widget--feature .widget__link svg {
  fill: currentColor;
  max-width: 1em;
  max-height: 1em;
  vertical-align: text-bottom;
}

.widget--locations .locations-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.widget--locations .locations-list a {
  color: inherit;
}

.widget--locations .locations-list .location--mini {
  flex: 1 0 160px;
  margin-right: 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
  .content__sidebar,
  .site__sidebar {
    margin-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.content__sidebar .widget,
.site__sidebar .widget {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .accordion-widget {
    border-top: 1px solid #8e8e93;
    border-bottom: 1px solid #8e8e93;
    margin-bottom: 0 !important;
    margin-top: -1px;
  }
  .accordion-widget .widget__title {
    padding: 15px 22px 15px 0;
    margin: 0;
    position: relative;
  }
  .accordion-widget .widget__title::after {
    content: "\f055";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
  }
  .accordion-widget .widget__title::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .accordion-widget .widget__title.is-expanded::after {
    content: "\f056";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
  }
  .accordion-widget .widget__content {
    display: none;
    padding-bottom: 15px;
  }
  .accordion-widget .widget__content.is-expanded {
    display: block;
  }
  .footer__widgets {
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .site__footer-nav-wrapper {
    flex-direction: column-reverse;
  }
  .site__footer-nav-wrapper .site__search,
  .site__footer-nav-wrapper .widget {
    width: 100%;
  }
  .site__footer-nav-wrapper .site__search {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 769px) {
  .site__footer-nav-wrapper .widget__title {
    display: none;
  }
}

.no-wrap {
  white-space: nowrap;
}

.fw-light {
  font-weight: 300;
}

.ta--left {
  text-align: left;
}

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

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

.text-inverted {
  color: #fff;
}

.text-inverted > *,
.text-inverted :-webkit-any-link,
.text-inverted :-webkit-any-link:active {
  color: inherit;
}

.text-inverted > *,
.text-inverted :any-link,
.text-inverted :any-link:active {
  color: inherit;
}

.lead {
  font-weight: 100;
  font-size: 21px;
}

.lead-alt {
  font-weight: 300;
  font-size: 21px;
}

.small {
  font-size: 0.8125rem;
}

.pullquote {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

.pullquote p, .pullquote {
  font-size: 18px;
}

.pullquote::before {
  content: '“';
  display: block;
  height: 20px;
  color: #ddd;
  font-weight: 700;
  font-size: 50px;
  line-height: 40px;
}

@media screen and (min-width: 769px) {
  .pullquote {
    max-width: 25%;
  }
  .pullquote.pullquote--left {
    float: left;
    margin-right: gutter;
  }
  .pullquote.pullquote--right {
    float: right;
    margin-left: gutter;
  }
}

.section-title,
.page-title--small {
  font-size: 20px;
  text-align: center;
}

@media screen and (min-width: 320px) {
  .section-title,
  .page-title--small {
    font-size: calc( 20px + 4 * ((100vw - 320px) / 704));
  }
}

@media screen and (min-width: 1024px) {
  .section-title,
  .page-title--small {
    font-size: 24px;
  }
}

.section-title {
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.site__main > .section-title {
  margin-top: 60px;
}

.ac--text {
  padding-top: 15px;
  padding-bottom: 15px;
}

.button {
  border: 0;
  background: none;
  background-color: #eb1e24;
  color: #fff;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  line-height: 1;
  padding: 0.57em 1.387em;
  text-decoration: none;
  font-weight: 700;
  text-shadow: none;
  text-align: center;
  display: inline-block;
  outline: none;
  position: relative;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  border-radius: 2em;
}

.button:hover, .button.is-hovered, .button:focus, .button.is-focused {
  background-color: #be202e;
  color: #fff;
}

.button--block {
  display: block;
  width: 100%;
}

.accordion {
  border: 1px solid #cccccc;
  margin: .5em 0;
  border-radius: 3px;
  background-color: #fff;
}

.accordion__summary {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 15px;
  padding-right: 44px;
  font-size: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: bold;
}

.accordion__summary::after {
  content: "\f055";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

.accordion__summary::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.accordion__summary.is-expanded::after {
  content: "\f056";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

.accordion__summary::after {
  margin-right: 20px;
}

.accordion__title-icon {
  width: 2rem;
  height: auto;
  margin-right: 15px;
}

.accordion__title-prefix svg {
  width: 1.5em;
  height: 1.5em;
  margin-right: 15px;
}

.accordion__subtitle {
  margin-left: auto;
  font-weight: normal;
}

.accordion__content {
  display: none;
  margin: 0;
  padding: 15px;
}

.accordion__content > *:first-child {
  margin-top: 0;
}

.accordion__content > *:last-child {
  margin-bottom: 0;
}

.accordion.is-expanded .accordion__content {
  display: block;
}

.slick-slider {
  background-color: #fff;
  margin-bottom: 20px;
}

.slick-slider::after {
  content: '';
  display: block;
  clear: both;
}

.slick-slider .slick-track {
  display: flex;
}

.slick-slider .slick-track .slick-slide {
  display: flex;
  height: auto;
  flex-direction: column;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  display: block;
  border: 0;
  margin-top: -18px;
  padding: 0;
  width: 20px;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: opacity .3s linear;
  opacity: 1;
  outline: none;
  background: transparent;
}

.slick-arrow.slick-disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0;
}

.slick-arrow::before {
  color: #ed1b2e;
  font-size: 35px;
}

.slick-next {
  right: -0;
}

.slick-prev {
  left: -0;
}

.slick-slide:focus {
  outline: none;
  box-shadow: none;
}

.slick .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 10px;
  margin: auto;
  left: 0;
  right: 0;
}

.slick .slick-dots li {
  padding: .25em;
  margin: 0;
  line-height: 1;
  text-align: center;
}

.slick .slick-dots li:hover button, .slick .slick-dots li.is-hovered button, .slick .slick-dots li:focus button, .slick .slick-dots li.is-focused button {
  background-color: #8e8e93;
}

.slick .slick-dots button {
  padding: 0;
  background: transparent;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  overflow: hidden;
  text-indent: 1.5em;
  border: 1px solid #8e8e93;
}

.slick .slick-dots button:focus, .slick .slick-dots button.is-focused {
  outline: none;
}

.slick .slick-dots .slick-active button {
  background-color: #8e8e93;
}

.slider--full .slide {
  min-height: calc(100vh - var(--header-height));
}

.slider--large .slide {
  min-height: calc(75vh - var(--header-height));
}

.slider .slide {
  display: flex !important;
}

.slider .slide-container {
  display: flex;
}

.slide__content {
  max-width: 640px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.slide__content-wrapper {
  display: flex;
}

.slide-image {
  background-size: contain !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.slide-container {
  display: flex;
  align-items: center;
}

/* Slide Content Positioning */
.slide-content-position, .slide-content-position--below {
  flex-direction: column;
}

.slide-content-position .slide-image, .slide-content-position--below .slide-image {
  flex: 1;
  min-height: 300px;
}

.slide-content-position .slide-container, .slide-content-position--below .slide-container {
  width: 100%;
  flex: 1;
}

.slide-content-position .slide__content, .slide-content-position--below .slide__content {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 769px) {
  .slide-content-position--left, .slide-content-position--right {
    flex-direction: row;
  }
  .slide-content-position--left .slide-image, .slide-content-position--right .slide-image {
    flex: 0 0 50vw;
  }
  .slide-content-position--left .slide__content, .slide-content-position--right .slide__content {
    max-width: 512px;
  }
  .slide-content-position--left .slide-image {
    order: 2;
  }
  .slide-content-position--left .slide__content {
    margin-left: auto;
    margin-right: 0;
  }
  .slide-content-position--right .slide__content {
    margin-left: 0;
    margin-right: auto;
  }
}

.slide-content-position--overlay .slide-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  z-index: 1;
  min-height: auto;
}

.slide-content-position--overlay .slide-container {
  position: relative;
  z-index: 2;
}

.cta-blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}

.cta-blocks > * {
  flex: 1 1 0;
}

.cta-block {
  position: relative;
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  min-width: 32ch;
  min-height: 350px;
}

.cta-block * {
  color: currentColor;
}

.cta-block .cta-block__link {
  padding: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  z-index: 2;
}

.cta-block .cta-block__link:hover, .cta-block .cta-block__link.is-hovered, .cta-block .cta-block__link:focus, .cta-block .cta-block__link.is-focused {
  color: currentColor;
}

@media screen and (min-width: 601px) {
  .cta-block .cta-block__link {
    height: 100%;
  }
}

.cta-block h2,
.cta-block h3,
.cta-block h4,
.cta-block h5,
.cta-block h6 {
  margin-top: 0;
}

.cta-block .cta-block__content {
  text-align: center;
  max-width: 62ch;
  margin-left: auto;
  margin-right: auto;
}

.cta-block .cta-block__content svg {
  fill: currentColor;
  width: 55px;
  height: 55px;
  margin: 10px;
}

.cta-block::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}

.cta-block--red {
  color: #fff;
}

.cta-block--red::after {
  background: linear-gradient(to top, #be202e 0%, rgba(190, 32, 46, 0.8) 100%);
  background-color: transparent;
  transition: all .3s linear;
}

.cta-block--red:hover::after, .cta-block--red.is-hovered::after, .cta-block--red:focus::after, .cta-block--red.is-focused::after, .cta-block--red:focus-within::after, .cta-block--red.is-focused-within::after {
  background-color: #be202e;
}

.cta-block--faded .cta-block__link {
  display: flex;
  flex-direction: column;
  padding-top: 150px;
}

.cta-block--faded .cta-block__link-text {
  color: #eb1e24;
}

.cta-block--faded::after {
  background: linear-gradient(to top, whitesmoke 0%, whitesmoke 50%, rgba(245, 245, 245, 0) 100%);
}

.cta-block--faded:hover::after, .cta-block--faded.is-hovered::after, .cta-block--faded:focus::after, .cta-block--faded.is-focused::after, .cta-block--faded:focus-within::after, .cta-block--faded.is-focused-within::after {
  background-color: #f5f5f5;
  top: 250px;
}

.link--arrow::after {
  content: "\f138";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

.link--arrow::after {
  padding-left: .5em;
  vertical-align: text-bottom;
}

.banner {
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.banner__image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center top;
}

.banner__content {
  max-width: 720px;
  padding-left: 7%;
  padding-right: 7%;
  position: relative;
  z-index: 4;
}

@media screen and (min-width: 901px) {
  .banner__content {
    width: 100%;
    box-sizing: content-box;
  }
}

.banner__content h1, .banner__content h2, .banner__content h3, .banner__content h4, .banner__content h5, .banner__content h6 {
  color: currentColor;
}

.banner--fade::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  margin: auto;
  max-width: 950px;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to top, #f5f5f5 50%, rgba(245, 245, 245, 0) 100%);
}

@media screen and (min-width: 769px) {
  .banner--fade::after {
    background: linear-gradient(to right, rgba(245, 245, 245, 0) 0%, #f5f5f5 33%, #f5f5f5 66%, rgba(245, 245, 245, 0) 100%);
  }
}

.banner--align-left {
  align-items: flex-start;
}

.banner--align-left::after {
  left: 0;
  transform: translateX(0);
  background: linear-gradient(to right, #f5f5f5 66%, rgba(245, 245, 245, 0) 100%);
  max-width: 60%;
}

@media screen and (max-width: 768px) {
  .banner--align-left::after {
    max-width: 950px;
    background: linear-gradient(to top, #f5f5f5 50%, rgba(245, 245, 245, 0) 100%);
  }
}

@media screen and (max-width: 768px) {
  .banner--align-left {
    max-width: none;
    align-items: center;
  }
}

.banner--align-center {
  align-items: center;
}

@media screen and (max-width: 768px) {
  .banner--align-center {
    background: linear-gradient(to top, #f5f5f5 50%, rgba(245, 245, 245, 0) 100%);
  }
}

.banner--align-right {
  align-items: flex-end;
}

.banner--align-right::after {
  left: auto;
  right: 0;
  max-width: 60%;
  transform: translateX(0);
  background: linear-gradient(to left, #f5f5f5 66%, rgba(245, 245, 245, 0) 100%);
}

@media screen and (max-width: 768px) {
  .banner--align-right::after {
    max-width: 950px;
    background: linear-gradient(to top, #f5f5f5 50%, rgba(245, 245, 245, 0) 100%);
  }
}

@media screen and (max-width: 768px) {
  .banner--align-right {
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .banner {
    padding-bottom: 0;
  }
  .banner__image {
    background-size: contain !important;
    opacity: .3;
  }
}

.features__heading {
  text-align: center;
  color: inherit;
  margin-bottom: 1em;
}

.features--extra-padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.feature-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.feature-list .feature {
  flex: 1 1 0;
  display: block;
  padding: 15px;
  min-width: 240px;
  color: inherit;
}

.feature-list .feature__title {
  margin: 0;
  padding: 0;
  color: inherit;
}

.feature-list .feature__description {
  margin: 0;
  padding: 0;
}

.feature-list--bold .feature {
  text-align: center;
  min-width: 240px;
}

.feature-list--bold .feature__title {
  color: #ed1b2e;
  font-size: 40px;
  font-weight: 300;
}

.feature-list--simple, .feature-list--ordered {
  counter-reset: featureCount;
}

.feature-list--simple .feature, .feature-list--ordered .feature {
  counter-increment: featureCount;
  position: relative;
  padding-left: 1.5em;
}

.feature-list--simple .feature::before, .feature-list--ordered .feature::before {
  content: counter(featureCount) ".";
  position: absolute;
  left: 0;
  top: 20px;
  font-weight: bold;
}

.feature-list--simple .feature__title, .feature-list--ordered .feature__title {
  font-size: 28px;
  font-weight: 300;
}

.feature-list--simple .feature::before {
  content: none;
}

.feature-list--centered .feature {
  text-align: center;
  min-width: 240px;
}

.feature-list--centered .feature__title {
  font-weight: bold;
}

.ac--image {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 1024px;
}

.ac--image img {
  width: 100%;
  height: auto;
  display: block;
  line-height: 1;
  margin: 0 auto;
}

.ac--image-small > img {
  max-width: 320px;
}

.ac--image-medium > img {
  max-width: 480px;
}

.ac--image-inline {
  max-width: 768px;
}

.ac--image-full-width {
  max-width: none;
}

.ac--image-align-left > img {
  margin-left: 0;
}

.ac--image-align-right > img {
  margin-right: 0;
}

.page-hero {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 961px) {
  .page-hero--large-on-desktop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 480px;
  }
}

.scrim {
  z-index: 2;
}

.scrim {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.55);
}

.hero__media {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}

.hero__media img,
.hero__media iframe,
.hero__media video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero__content {
  position: relative;
  z-index: 3;
}

.hero__title {
  position: relative;
  z-index: 2;
  color: inherit;
}

.page-hero--none {
  padding: 10vmin;
}

.page-hero--none .scrim {
  display: none;
}

.page-hero--center {
  text-align: center;
  color: #fff;
}

.page-hero--center .hero__card-title,
.page-hero--center .hero__title {
  color: inherit;
  line-height: 1;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

.page-hero--center .hero__title {
  font-weight: normal;
}

.page-hero--center .hero__media {
  top: auto;
}

.page-hero--center .hero__content {
  padding: 10vh 5vw;
}

.page-hero--center .hero__card {
  margin-left: auto;
  margin-right: auto;
}

.page-hero--left .hero__media,
.page-hero--right .hero__media {
  width: auto;
}

.page-hero--left .hero__title,
.page-hero--right .hero__title {
  max-width: 540px;
}

.page-hero--left .hero__content,
.page-hero--right .hero__content {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10vmin;
  padding-bottom: 10vmin;
}

@media screen and (min-width: 769px) {
  .page-hero--left .hero__media {
    left: calc(50% - 100px);
    right: 0;
  }
}

.page-hero--left .hero__card {
  margin-right: auto;
  margin-left: 0;
}

@media screen and (min-width: 769px) {
  .page-hero--right .hero__media {
    left: 0;
    right: calc(50% - 100px);
  }
}

.page-hero--right .hero__title {
  margin-left: auto;
}

.page-hero--right .hero__card {
  margin-right: 0;
  margin-left: auto;
}

.teacher {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  align-items: center;
}

.teacher__headshot {
  overflow: hidden;
  width: 135px;
  height: 135px;
  flex: 0 0 135px;
  border-radius: 100%;
}

.teacher__headshot img {
  display: block;
}

.teacher__name {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (min-width: 501px) {
  .teacher {
    flex-direction: row;
    align-items: flex-start;
  }
  .teacher__headshot {
    margin-right: 15px;
  }
  .teacher__name {
    text-align: left;
  }
}

.teacher--simple {
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.teacher--simple .teacher__headshot {
  margin-right: 0;
  margin-bottom: 15px;
}

.teacher--simple .teacher__name {
  text-align: center;
}

.teacher-listing .teacher {
  padding: 40px 0;
}

.teacher-listing .teacher + .teacher {
  border-top: 1px solid #cccccc;
}

.teacher-listing--simple {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.teacher-listing--simple .teacher {
  flex: 1 1 0;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
}

.social-link-menu {
  font-size: 16px;
  display: inline-block;
}

.social-link-menu .menu__item {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 21px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  border: 1px solid #eb1e24;
  border-radius: 100%;
  margin: 4px;
}

.social-link-menu a {
  color: #eb1e24;
  top: 0;
  left: 0;
  min-width: 0;
  min-height: 0;
  padding-left: 32px;
  padding-right: 0;
  line-height: 30px;
  height: 30px;
  width: 0;
  overflow: hidden;
  color: inherit;
  white-space: nowrap;
}

.social-link-menu a::before {
  color: #eb1e24;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 18px;
  transform: translateX(-50%) translateY(-50%);
}

.social-link-menu a[href*='facebook.com']::before {
  content: "\f39e";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands';
  font-weight: normal;
}

.social-link-menu a[href*='twitter.com']::before {
  content: "\f099";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands';
  font-weight: normal;
}

.social-link-menu a[href*='youtube.com']::before {
  content: "\f167";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands';
  font-weight: normal;
}

.social-link-menu a[href*='pinterest.com']::before {
  content: "\f0d2";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands';
  font-weight: normal;
}

.social-link-menu a[href*='linkedin.com']::before {
  content: "\f08c";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands';
  font-weight: normal;
}

.social-link-menu a[href*='flickr.com']::before {
  content: "\f16e";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands';
  font-weight: normal;
}

.social-link-menu a[href*='etsy.com']::before {
  content: "\f2d7";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands';
  font-weight: normal;
}

.social-link-menu a[href*='snapchat.com']::before {
  content: "\f2ab";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands';
  font-weight: normal;
}

.social-link-menu a[href*='instagram.com']::before {
  content: "\f16d";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands';
  font-weight: normal;
}

.social-link-menu a[href*='tumblr.com']::before {
  content: "\f173";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands';
  font-weight: normal;
}

.social-link-menu a[href*='goo.gl']::before,
.social-link-menu a[href*='google.com']::before {
  content: "\f2b3";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands';
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  .l--two-column {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .l--two-column > .column {
    flex: 0 0 50%;
    width: 50%;
  }
}

.column {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  margin-top: 2em;
  margin-bottom: 2em;
}

.column:first-child {
  align-items: flex-end;
}

.column:last-child {
  align-items: flex-start;
}

.column__item {
  width: 100%;
  padding: 0 30px;
  max-width: 580px;
}

.column__item--cover {
  position: relative;
  overflow: hidden;
  max-width: none;
  width: 100%;
  height: 100%;
}

.column__item--cover > img {
  width: 100%;
  height: 100%;
}

.column__item--full {
  max-width: none;
  width: 100%;
}

.column__item--no-pad {
  padding: 0;
}

.column__item > img {
  width: 100%;
  display: block;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .column__item {
    max-width: none;
  }
}

@media screen and (min-width: 769px) {
  .column--top {
    justify-content: flex-start;
  }
  .column--center {
    justify-content: center;
  }
  .column--bottom {
    justify-content: flex-end;
  }
  .column__item--cover {
    min-height: 25vmax;
  }
  .column__item--cover > * {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .column__item--cover > img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.fill--dark-gray {
  background-color: #333333;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fill--dark-gray a {
  color: #fff;
}

.fill--gray {
  background-color: #8e8e93;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fill--light-gray {
  background-color: #f5f5f5;
  color: #38332B;
}

.fill--gold {
  background-color: #ae9d82;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fill--red {
  background-color: #be202e;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fill--red a {
  color: #fff;
}

.pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 40px 0;
  list-style: none;
}

.pagination .nav__item--previous {
  margin-right: auto;
  min-width: 90px;
  flex: 1 1 0;
}

.pagination .nav__item--previous .nav__link {
  font-size: 20px;
}

.pagination .nav__item--previous .nav__link::before {
  content: "\f100";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

.pagination .nav__item--next {
  margin-left: auto;
  min-width: 90px;
  flex: 1 1 0;
  text-align: right;
}

.pagination .nav__item--next .nav__link {
  font-size: 20px;
}

.pagination .nav__item--next .nav__link::after {
  content: "\f101";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

.pagination .nav__link {
  padding: 10px;
}

@media (min-width: 768px) {
  .row-fluid {
    width: 100%;
    display: flex;
  }
  .row-fluid__column {
    flex-grow: 1;
  }
  .row-fluid {
    margin: 0 -0.5rem;
  }
  .row-fluid__column {
    margin: 0 0.5rem;
  }
  .row-fluid__column--1 {
    flex-basis: 8.3333333333%;
  }
  .row-fluid__column--2 {
    flex-basis: 16.6666666667%;
  }
  .row-fluid__column--3 {
    flex-basis: 25%;
  }
  .row-fluid__column--4 {
    flex-basis: 33.3333333333%;
  }
  .row-fluid__column--5 {
    flex-basis: 41.6666666667%;
  }
  .row-fluid__column--6 {
    flex-basis: 50%;
  }
  .row-fluid__column--7 {
    flex-basis: 58.3333333333%;
  }
  .row-fluid__column--8 {
    flex-basis: 66.6666666667%;
  }
  .row-fluid__column--9 {
    flex-basis: 75%;
  }
  .row-fluid__column--10 {
    flex-basis: 83.3333333333%;
  }
  .row-fluid__column--11 {
    flex-basis: 91.6666666667%;
  }
  .row-fluid__column--12 {
    flex-basis: 100%;
  }
}

.post-meta {
  color: #7d7d7d;
  font-size: 14px;
  margin: 1em 0;
}

.post-meta__posted {
  margin-top: 0;
  margin-bottom: 0.5em;
}

.post-meta__tags {
  margin-top: 0;
  margin-bottom: 0;
}

.post-meta--single {
  margin-bottom: 40px;
}

.post-meta--single--hero {
  margin-top: 2em;
  margin-bottom: 0;
  color: #cccccc;
}

.post-meta--single--hero a {
  color: white;
}

.post-meta--single--hero a:hover, .post-meta--single--hero a:focus {
  text-decoration: underline;
}

body {
  background-color: #fff;
}

.site__header {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: linear-gradient(to bottom, #eb1e24 0%, #be202e 100%);
  color: #fff;
}

.site__brand a {
  color: #fff;
}

.site__footer {
  background-color: #333333;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site__footer a {
  color: #fff;
}

.site__info {
  background-color: #333333;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-trade-in .container {
  text-align: center;
  padding-bottom: 60px;
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.page-trade-in .site__main {
  padding-top: 60px;
  padding-bottom: 60px;
}

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