@charset "UTF-8";


/*!
 * Common colors and constants
 * ===========================
 *
 * Text sizing
 * -----------
 * Body copy: 19px
 * Line height / baseline grid: 25px
 * H6: 21px
 * H5: 23px
 * H4: 25px
 * H3: 29px
 * H2: 38px
 * H1: 42px
 * Small or secondary: 17px, 15px
 *
 * Text colors
 * -----------
 * Copy: #4e4545
 * Titles: #1b1b1b
 *
 * Theme colors
 * ------------
 * Primary (MSDC Red): #d22f47
 *   Tint: #ff3c4e
 *   Shade: #a6172c
 * Accent (MSDC Black): #292727
 *   Tint: #716f6f
 *   Shade: #1b1a1a
 *
 * Other colors
 * ------------
 * Page background: #ffffff
 * Light wash: #f5f5f5
 * Mid wash: #ebebeb
 * Dark wash: #5c6670
 * Warnings: #941
 *
 * Measurements
 * ------------
 * Maximum page width: 1150px
 *
 * Breakpoints
 * -----------
 * Small: 480px
 * Medium: 768px
 * Large: 960px
 * Widescreen: 1250px
 */


/*! ---------- =reset ---------- */

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
ul {
  list-style: disc;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
img {
  -ms-interpolation-mode: bicubic;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  box-sizing: content-box;
  height: 0;
  border-bottom: 1px solid #ebebeb;
  margin: 50px 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*! ---------- =typography ---------- */

body {
  font: 19px/25px "Roboto", Helvetica, Arial, sans-serif;
  color: #4e4545;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

p, ol, ul, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 25px;
}
p:last-child,
ol:last-child,
ul:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}
p, ol, ul {
  orphans: 2;
  widows: 2;
}
ol, ul {
  margin-left: 2em;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Merriweather", "Roboto", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  color: #1b1b1b;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  display: inline-block;
  vertical-align: middle;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  display: block;
}
h1 {
  font-size: 42px;
  line-height: 50px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 29px;
    line-height: 37.5px;
  }
}

h2 {
  font-size: 38px;
  line-height: 50px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 29px;
    line-height: 37.5px;
  }
}

h3 {
  font-size: 29px;
  line-height: 37.5px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 25px;
    line-height: 25px;
  }
}

h4 {
  font-size: 25px;
  line-height: 25px;
}
h5 {
  font-size: 23px;
  line-height: 25px;
}
h6 {
  font-size: 21px;
  line-height: 25px;
}

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

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

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

.note {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  opacity: 0.8;
  font-style: italic;
}
pre + .note,
input + .note,
textarea + .note {
  margin-top: -12.5px;
}

.highlight {
  color: #292727;
}

.warn {
  color: #941;
}

.decorate-text,
.section-title,
.item-list__title {
  color: #292727;
  display: inline-block;
  text-shadow: 1px 0 0 #fff, 2px 0 0 #fff, -1px 0 0 #fff, -2px 0 0 #fff, 0 1px 0 #fff, 0 2px 0 #fff;
}
.decorate-text::after,
.section-title::after,
.item-list__title::after {
  content: '';
  display: block;
  height: 4px;
  margin-top: -2px;
  margin-bottom: 6px;
  background: #d22f47;
  box-shadow: 0 6px 0 #d22f47;
}
a.decorate-text:hover,
a.section-title:hover,
a.item-list__title:hover,
a.decorate-text:focus,
a.section-title:focus,
a.item-list__title:focus {
  color: #a6172c;
}
.section-title {
  background: transparent url("/images/default-source/siteimages/decorative-elements/deco-stars.svg") no-repeat 50% 100%;
  background-position: 50% calc(100% - 18.75px);
  margin-bottom: 50px !important;
}
.section-title::after {
  margin-top: 25px;
}

.type-family-sample {
  font-size: 29px;
  line-height: 37.5px;
}


/*! ---------- =common =components ---------- */

a {
  text-decoration: none;
  color: #d22f47;
}
a:hover,
a:focus {
  color: #292727;
}
a,
button {
  -webkit-transition: color 0.15s ease-out,
                        background-color 0.15s ease-out,
                        border 0.15s ease-out,
                        box-shadow 0.15s ease-out,
                        opacity 0.15s ease-out;
  transition: color 0.15s ease-out,
                background-color 0.15s ease-out,
                border 0.15s ease-out,
                box-shadow 0.15s ease-out,
                opacity 0.15s ease-out;
}

.margin {
  margin-bottom: 25px;
}
.margin-large {
  margin-bottom: 50px;
}
.margin-small {
  margin-bottom: 12.5px;
}
.margin-top {
  margin-top: 25px;
}
.margin-top-large {
  margin-top: 50px;
}
.margin-top-small {
  margin-top: 12.5px;
}

.more,
.item-list__more {
  display: block;
  color: #d22f47;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.more .fas,
.item-list__more .fas {
  margin-left: 0.3em;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.more:hover .fas,
.item-list__more:hover .fas,
.more:focus .fas,
.item-list__more:focus .fas {
  -webkit-transform: translateX(0.2em);
  -ms-transform: translateX(0.2em);
  transform: translateX(0.2em);
}
.section-title + .more,
.section-title + .item-list__more {
  margin: -37.5px 0 50px;
}

.img-left,
.img-right {
  display: block;
  max-width: 40%;
  margin: 0 0 12.5px;
}
.img-left img,
.img-right img {
  display: block;
}
.img-left {
  float: left;
  margin-right: 12.5px;
}
.img-right {
  float: right;
  margin-left: 12.5px;
}

figure {
  display: block;
  margin-bottom: 25px;
  border: 1px solid #f5f5f5;
  padding: 6.25px;
}

figcaption {
  display: block;
  padding: 6.25px 0;
  font-size: 15px;
  opacity: 0.8;
}

.to-screen-edges,
.alternate-background {
  width: auto !important;
  margin-left: -25px;
  margin-right: -25px;
}
.to-screen-edges__content {
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 768px) {
  .to-screen-edges,
  .alternate-background {
    margin-left: -50px;
    margin-right: -50px;
  }
  .to-screen-edges__content {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1250px) {
  .to-screen-edges,
  .alternate-background {
    margin-left: calc(-50vw + (1150px / 2));
    margin-right: calc(-50vw + (1150px / 2));
  }
  .to-screen-edges__content {
    padding-left: calc(50vw - (1150px / 2));
    padding-right: calc(50vw - (1150px / 2));
  }
}


.pull-quote {
  padding: 25px 0;
  margin: 25px 0;
  border: solid #1b1a1a;
  border-width: 2px 0;
  font-size: 21px;
  line-height: 37.5px;
  font-weight: 300;
}
.pull-quote__attribution {
  display: block;
  font-size: 17px;
  line-height: 25px;
  opacity: 0.8;
}
.pull-quote__attribution::before {
  content: '– ';
}
p + .pull-quote__attribution {
  margin-top: -18.75px;
}

@media (min-width: 480px) {
  .pull-quote--left,
  .pull-quote--right {
    max-width: 40%;
    margin-top: 0;
  }
  .pull-quote--left {
    float: left;
    margin-right: 25px;
    padding: 0 25px 0 0;
    border-width: 0 2px 0 0;
  }
  .pull-quote--right {
    float: right;
    margin-left: 25px;
  }
}


.content-box {
  padding: 25px;
  border: 2px solid #1b1a1a;
  background: #fff;
}
.content-box:not(:last-child) {
  margin-bottom: 25px;
}
.content-box h1,
.content-box h2,
.content-box h3,
.content-box h4,
.content-box h5,
.content-box h6 {
  color: #292727;
}
.content-box--highlight {
  border-color: #a6172c;
}
.content-box--highlight h1,
.content-box--highlight h2,
.content-box--highlight h3,
.content-box--highlight h4,
.content-box--highlight h5,
.content-box--highlight h6 {
  color: #d22f47;
}

.truncator-expand {
  display: block;
  width: 100%;
  padding-top: 6.25px;
  margin-top: 12.5px;
  border-top: 1px dashed #ebebeb;
  text-align: left;
  color: #292727;
  font-weight: 700;
  font-size: 17px;
}
.margin + .truncator-expand {
  margin-top: -12.5px;
}
.margin + .truncator-expand:not(:last-child) {
  margin-bottom: 25px;
}
.item-list + .truncator-expand,
.margin-large + .truncator-expand {
  margin-top: -37.5px;
}
.item-list + .truncator-expand:not(:last-child),
.margin-large + .truncator-expand:not(:last-child) {
  margin-bottom: 50px;
}

.color-spec {
  overflow: hidden;
  border: 1px solid #ebebeb;
}
.color-spec__swatch {
  height: 0;
  padding-bottom: 100%;
}
.color-spec__text {
  padding: 25px 18.75px;
  font-size: 17px;
}
.color-spec__title {
  font-size: 21px;
  margin-bottom: 12.5px;
}
.color-spec__text p:not(:last-child) {
  margin-bottom: 12.5px;
}
.color-spec__role {
  font-style: italic;
  opacity: 0.65;
}

.js .toggle-target:not(.is-active) {
  display: none;
}

.screenreaders-only {
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.pagination {
  list-style: none;
  margin: 0 0 25px;
}
.pagination .overview {
  display: block;
  font-size: 16px;
}
.pagination li {
  display: inline-block;
  margin-bottom: 0.2em;
}
.pagination li a {
  display: block;
  width: 36px;
  padding: 6px 0;
  text-align: center;
  color: #525e65;
  background: #f1f1f1;
  font-size: 16px;
}
.pagination li a:hover,
.pagination li a:focus {
  color: #525e65;
  background: #fafafa;
}
.pagination .active a {
  font-weight: 700;
  color: #fff;
  background: #d22f47;
}

@media (min-width: 940px) {
  .pagination .overview {
    display: inline-block;
    margin-right: 1.5em;
  }
}

.group:after,
.side-label:after,
.page-header:after,
.interior-layout:after,
.item-list__item:after,
.horizontal-scroll__wrapper:after {
  content: "";
  display: table;
  clear: both;
}


/*! ---------- =grids ---------- */

.grid {
  display: block;
  padding: 0;
  margin: 0 -25px 0 0;
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  text-align: center;
  list-style: none;
}
.grid.align-left {
  text-align: left;
}
.grid.align-right {
  text-align: right;
}
.grid.no-margin {
  margin-bottom: -25px;
}
.grid--compact {
  margin-right: -12.5px;
}
.grid--compact.no-margin {
  margin-bottom: -12.5px;
}
.grid__unit {
  display: inline-block;
  width: 100%;
  padding: 0 25px 25px 0;
  margin: 0;
  vertical-align: top;
  letter-spacing: normal;
  text-rendering: auto;
  text-align: left;
}
.grid--compact > .grid__unit {
  padding: 0 12.5px 12.5px 0;
}
.grid__unit--1-2 { width: 50%; }
.grid__unit--1-3 { width: 33.33%; }
.grid__unit--2-3 { width: 66.66%; }
.grid__unit--1-4 { width: 25%; }
.grid__unit--3-4 { width: 75%; }
.grid__unit--1-5 { width: 20%; }
.grid__unit--2-5 { width: 40%; }
.grid__unit--3-5 { width: 60%; }
.grid__unit--4-5 { width: 80%; }
.grid__unit--1-6 { width: 16.66%; }
.grid__unit--5-6 { width: 83.3%; }
.grid__unit--1-8 { width: 12.5%; }
.grid__unit--3-8 { width: 37.5%; }
.grid__unit--5-8 { width: 62.5%; }
.grid__unit--7-8 { width: 87.5%; }
.grid__unit--1-9 { width: 11.11%; }
.grid__unit--2-9 { width: 22.22%; }
.grid__unit--4-9 { width: 44.44%; }
.grid__unit--5-9 { width: 55.55%; }
.grid__unit--7-9 { width: 77.77%; }
.grid__unit--8-9 { width: 88.88%; }
.grid__unit--1-12 { width: 8.33%; }
.grid__unit--5-12 { width: 41.65%; }
.grid__unit--7-12 { width: 58.31%; }
.grid__unit--11-12 { width: 91.63%; }

@media (min-width: 480px) {
  .grid__unit--1-1-s { width: 100%; }
  .grid__unit--1-2-s { width: 50%; }
  .grid__unit--1-3-s { width: 33.33%; }
  .grid__unit--2-3-s { width: 66.66%; }
  .grid__unit--1-4-s { width: 25%; }
  .grid__unit--3-4-s { width: 75%; }
  .grid__unit--1-5-s { width: 20%; }
  .grid__unit--2-5-s { width: 40%; }
  .grid__unit--3-5-s { width: 60%; }
  .grid__unit--4-5-s { width: 80%; }
  .grid__unit--1-6-s { width: 16.66%; }
  .grid__unit--5-6-s { width: 83.3%; }
  .grid__unit--1-8-s { width: 12.5%; }
  .grid__unit--3-8-s { width: 37.5%; }
  .grid__unit--5-8-s { width: 62.5%; }
  .grid__unit--7-8-s { width: 87.5%; }
  .grid__unit--1-9-s { width: 11.11%; }
  .grid__unit--2-9-s { width: 22.22%; }
  .grid__unit--4-9-s { width: 44.44%; }
  .grid__unit--5-9-s { width: 55.55%; }
  .grid__unit--7-9-s { width: 77.77%; }
  .grid__unit--8-9-s { width: 88.88%; }
  .grid__unit--1-12-s { width: 8.33%; }
  .grid__unit--5-12-s { width: 41.65%; }
  .grid__unit--7-12-s { width: 58.31%; }
  .grid__unit--11-12-s { width: 91.63%; }
}

@media (min-width: 768px) {
  .grid {
    margin-right: -50px;
  }
  .grid.no-margin {
    margin-bottom: -50px;
  }
  .grid--compact {
    margin-right: -25px;
  }
  .grid--compact.no-margin {
    margin-bottom: -25px;
  }
  .grid__unit {
    padding: 0 50px 50px 0;
  }
  .grid--compact > .grid__unit {
    padding: 0 25px 25px 0;
  }
  .grid__unit--1-1-m { width: 100%; }
  .grid__unit--1-2-m { width: 50%; }
  .grid__unit--1-3-m { width: 33.33%; }
  .grid__unit--2-3-m { width: 66.66%; }
  .grid__unit--1-4-m { width: 25%; }
  .grid__unit--3-4-m { width: 75%; }
  .grid__unit--1-5-m { width: 20%; }
  .grid__unit--2-5-m { width: 40%; }
  .grid__unit--3-5-m { width: 60%; }
  .grid__unit--4-5-m { width: 80%; }
  .grid__unit--1-6-m { width: 16.66%; }
  .grid__unit--5-6-m { width: 83.3%; }
  .grid__unit--1-8-m { width: 12.5%; }
  .grid__unit--3-8-m { width: 37.5%; }
  .grid__unit--5-8-m { width: 62.5%; }
  .grid__unit--7-8-m { width: 87.5%; }
  .grid__unit--1-9-m { width: 11.11%; }
  .grid__unit--2-9-m { width: 22.22%; }
  .grid__unit--4-9-m { width: 44.44%; }
  .grid__unit--5-9-m { width: 55.55%; }
  .grid__unit--7-9-m { width: 77.77%; }
  .grid__unit--8-9-m { width: 88.88%; }
  .grid__unit--1-12-m { width: 8.33%; }
  .grid__unit--5-12-m { width: 41.65%; }
  .grid__unit--7-12-m { width: 58.31%; }
  .grid__unit--11-12-m { width: 91.63%; }
}

@media (min-width: 960px) {
  .grid__unit--1-1-l { width: 100%; }
  .grid__unit--1-2-l { width: 50%; }
  .grid__unit--1-3-l { width: 33.33%; }
  .grid__unit--2-3-l { width: 66.66%; }
  .grid__unit--1-4-l { width: 25%; }
  .grid__unit--3-4-l { width: 75%; }
  .grid__unit--1-5-l { width: 20%; }
  .grid__unit--2-5-l { width: 40%; }
  .grid__unit--3-5-l { width: 60%; }
  .grid__unit--4-5-l { width: 80%; }
  .grid__unit--1-6-l { width: 16.66%; }
  .grid__unit--5-6-l { width: 83.3%; }
  .grid__unit--1-8-l { width: 12.5%; }
  .grid__unit--3-8-l { width: 37.5%; }
  .grid__unit--5-8-l { width: 62.5%; }
  .grid__unit--7-8-l { width: 87.5%; }
  .grid__unit--1-9-l { width: 11.11%; }
  .grid__unit--2-9-l { width: 22.22%; }
  .grid__unit--4-9-l { width: 44.44%; }
  .grid__unit--5-9-l { width: 55.55%; }
  .grid__unit--7-9-l { width: 77.77%; }
  .grid__unit--8-9-l { width: 88.88%; }
  .grid__unit--1-12-l { width: 8.33%; }
  .grid__unit--5-12-l { width: 41.65%; }
  .grid__unit--7-12-l { width: 58.31%; }
  .grid__unit--11-12-l { width: 91.63%; }
}


/*! ---------- =forms ---------- */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea,
select {
  display: block;
  width: 100%;
  padding: 9.375px 12.5px;
  margin: 0;
  border: 1px solid #e8e8e8;
  color: #4e4545;
  color: rgba(78, 69, 69, 0.8);
  font: 17px/25px "Roboto", Helvetica, Arial, sans-serif;
  -webkit-transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
  transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
}
input[type="text"]:not(:last-child),
input[type="email"]:not(:last-child),
input[type="password"]:not(:last-child),
input[type="number"]:not(:last-child),
input[type="tel"]:not(:last-child),
textarea:not(:last-child),
select:not(:last-child) {
  margin-bottom: 25px;
}
input[type="text"]:required,
input[type="email"]:required,
input[type="password"]:required,
input[type="number"]:required,
input[type="tel"]:required,
textarea:required,
select:required {
  border-color: #e5c9cd;
}
input[type="text"].input-validation-error,
input[type="email"].input-validation-error,
input[type="password"].input-validation-error,
input[type="number"].input-validation-error,
input[type="tel"].input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
  border-color: #941;
  color: #941;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  border-color: #d22f47;
  color: #4e4545;
}
textarea {
  padding: 12.5px;
  min-height: 100px;
}
textarea.textarea-large {
  min-height: 250px;
}
input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  position: relative;
  top: -0.1em;
}
label + input[type="radio"],
label + input[type="checkbox"] {
  margin-left: 25px;
}

label {
  display: block;
  margin-bottom: 6.25px;
  font-size: 15px;
  font-weight: 700;
  color: #1b1b1b;
  opacity: 0.9;
  -webkit-transition: color 0.15s ease-out, opacity 0.15s ease-out;
  transition: color 0.15s ease-out, opacity 0.15s ease-out;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}

label.required {
  color: #a6172c;
}
label.required::after {
  content: '*';
  font-weight: 400;
}
label.input-validation-error {
  color: #941;
}
label.is-selected {
  color: #1b1a1a;
}
label.is-focused {
  color: #d22f47;
  opacity: 1;
}

.side-label {
  margin: 0;
}
.side-label:not(:last-child) {
  margin-bottom: 25px;
}

@media (min-width: 480px) {
  .side-label {
    padding-left: 175px;
  }
  .side-label label {
    width: 175px;
    float: left;
    margin-left: -175px;
    padding: 6.25px 1em 0 0;
  }
}


.field-validation-error {
  display: block;
  margin-bottom: 25px;
  font-size: 17px;
  color: #941;
}
input + .field-validation-error,
select + .field-validation-error,
textarea + .field-validation-error {
  margin-top: -18.75px;
}


/*! ---------- =body ---------- */

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
}

.content {
  padding: 25px;
  padding-top: 100px;
}

.page-bounds,
.alternate-background__content {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}


@media (min-width: 768px) {
  .content {
    padding: 50px;
  }
}


/*! ---------- =header common ---------- */

.page-header {
  padding: 0 25px;
  border-bottom: 1px solid #f5f5f5;
  background: #fff;
  position: relative;
  z-index: 100;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.page-header .page-bounds,
.page-header .alternate-background__content {
  position: relative;
}
.page-header__toggle {
  display: none;
}

@media (max-width: 767px) {
  .page-header {
    width: 100%;
  }
  .page-header__toggle {
    position: absolute;
    right: -25px;
    top: 0;
    padding: 25px 25px;
    color: #1b1b1b;
  }
  .page-header__toggle.mobile-menu-is-open {
    color: #fff;
  }
  .js .page-header__toggle {
    display: block;
  }
  .page-header__toggle .toggle-indicator {
    margin-left: 6.25px;
  }
  .page-header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    clear: both;
    margin-left: -25px;
    margin-right: -25px;
  }
}

@media (min-width: 768px) {
  .page-header {
    padding-left: 50px;
    padding-right: 50px;
    border-bottom: none;
  }
  .page-alert + .page-header {
    top: 80px;
  }
}


@media (max-width: 767px) {
  .header-search {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .header-nav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .header-utility {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

/*! slide-right / offscreen mobile menu */

@media (max-width: 767px) {
  .page-header__content {
    display: none;
    width: 80%;
    width: calc(100% - 75px);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    overflow: auto;
    background: #fff;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }

  @supports (transform: translateX(-100%)) {
    .page-header__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      opacity: 0;
      visibility: hidden;
    }
  }

  .page-header__content.mobile-menu-is-open {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  @supports (transform: translateX(-100%)) {
    .page-header__content.mobile-menu-is-open {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15), 1px 0 2px rgba(0, 0, 0, 0.2);
      opacity: 1;
      visibility: visible;
    }
  }

  .page-header .header-search__input {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    border-width: 1px 0 !important;
  }
  .page-header .header-search__submit {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    background: transparent;
    color: #d22f47;
  }
}

.page-header__toggle.mobile-menu-is-open {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20%;
  width: calc(0% + 75px);
  font-size: 0.01px;
  color: transparent;
  background: rgba(41, 39, 39, 0.7);
}
.page-header__toggle.mobile-menu-is-open .toggle-indicator {
  position: absolute;
  top: 27px;
  left: 50%;
  margin: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}


/*! ---------- =header components ---------- */

.page-alert {
  padding: 25px 25px 25px 100px;
  background: #d22f47;
  color: #fff;
  position: relative;
}
.page-alert__content {
  font-family: "Merriweather", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
.page-alert__button {
  margin-top: 12.5px;
  color: #d22f47;
  background: #fff;
}
.page-alert__button:hover,
.page-alert__button:focus {
  background: #ebebeb;
  color: #d22f47;
}

@media (max-width: 767px) {
  .page-alert {
    margin: 75px 0 -75px;
  }
  .page-alert__icon {
    position: absolute;
    width: 44px;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 768px) {
  .page-alert {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 50px;
    z-index: 1;
  }
  .sfPageEditor .page-alert {
    position: relative;
  }
  .page-alert .page-bounds {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-alert__icon {
    width: 44px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44px;
            flex: 0 0 44px;
    margin-right: 25px;
  }
  .page-alert__button {
    margin: 0 0 0 25px;
    white-space: nowrap;
  }
}


.header-logo a,
.header-logo img {
  display: block;
  max-width: 100%;
  margin: 0;
}

@media (max-width: 767px) {
  .header-logo a {
    padding: 12.5px 0;
  }
  .header-logo img {
    max-height: 50px;
  }
}


.toggle-indicator {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 25px;
  position: relative;
}
.toggle-indicator__piece {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  -webkit-transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, -webkit-transform 0.25s ease-out;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, -webkit-transform 0.25s ease-out;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.toggle-indicator__piece::before {
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #5c6670;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.page-header .toggle-indicator__piece::before {
  background: #1b1b1b;
}
.toggle-indicator__piece--1 {
  margin-top: -8px;
}
.toggle-indicator__piece--3 {
  margin-top: 4px;
}
.is-active .toggle-indicator__piece,
.mobile-menu-is-open .page-header .toggle-indicator__piece {
  -webkit-transition: opacity 0.2s ease-out, margin 0.2s ease-out, -webkit-transform 0.25s ease-out 0.3s;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, -webkit-transform 0.25s ease-out 0.3s;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s, -webkit-transform 0.25s ease-out 0.3s;
}
.is-active .toggle-indicator__piece::before,
.mobile-menu-is-open .page-header .toggle-indicator__piece::before {
  background: #292727;
}
.is-active .toggle-indicator__piece--2,
.mobile-menu-is-open .page-header .toggle-indicator__piece--2 {
  opacity: 0;
}
.is-active .toggle-indicator__piece--1,
.is-active .toggle-indicator__piece--3,
.mobile-menu-is-open .page-header .toggle-indicator__piece--1,
.mobile-menu-is-open .page-header .toggle-indicator__piece--3 {
  margin-top: -2px;
}
.is-active .toggle-indicator__piece--1,
.mobile-menu-is-open .page-header .toggle-indicator__piece--1 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.is-active .toggle-indicator__piece--3,
.mobile-menu-is-open .page-header .toggle-indicator__piece--3 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-menu-is-open .page-header .toggle-indicator__piece::before {
  background: #fff;
}

.header-utility__list {
  list-style: none;
  margin: 0;
}
.header-utility__item {
  display: inline-block;
  margin-left: 6.25px;
}
.header-utility__item a,
.header-user .btn {
  display: block;
  padding: 8.33333px 6.25px;
  color: #7e7c7c;
  font-size: 17px;
}
.header-utility__item a:hover,
.header-utility__item a:focus,
.header-user .btn:hover,
.header-user .btn:focus {
  color: #d22f47;
}
.header-utility__item--highlight > a,
.header-utility__item--accent > a,
.header-user .btn {
  padding-left: 12.5px;
  padding-right: 12.5px;
  background: #ebebeb;
  color: #4e4545;
  opacity: 1;
}
.header-utility__item--highlight > a:hover,
.header-utility__item--highlight > a:focus,
.header-utility__item--accent > a:hover,
.header-utility__item--accent > a:focus {
  background: #f5f5f5;
  color: #d22f47;
}
.header-utility__item--highlight > a,
.header-user .btn {
  background: #d22f47;
  color: #fff;
}
.header-utility__item--highlight > a:hover,
.header-utility__item--highlight > a:focus,
.header-user .btn:hover,
.header-user .btn:focus {
  background: #ff3c4e;
  color: #fff;
}

@media (max-width: 767px) {
  .header-utility {
    padding: 18.75px 25px;
    text-align: center;
    font-size: 17px;
  }
  .header-utility__item {
    margin-left: 0;
  }
  .header-utility__item--highlight,
  .header-utility__item--accent {
    margin-top: 12.5px;
  }
}

@media (min-width: 768px) {
  .header-utility__list {
    display: inline-block;
    vertical-align: middle;
  }
}

/*! account for utility nav dropdowns */

.header-utility__item > ul {
  list-style: none;
  margin: 0;
}

@media (max-width: 767px) {
  .header-utility {
    text-align: left;
  }
  .header-utility__item {
    display: block;
  }
  .header-utility__item > a {
    font-weight: 700;
  }
  .header-utility__item > a > .fas {
    display: none;
  }
  .header-utility__item > ul a {
    padding: 6.25px 6.25px 6.25px 25px;
  }
}

@media (min-width: 768px) {
  .header-utility__item {
    position: relative;
  }
  .header-utility__item > ul {
    min-width: 12em;
    padding: 12.5px 0;
    position: absolute;
    left: 50%;
    top: 100%;
    border: 1px solid #ebebeb;
    text-align: left;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-12.5px);
    -ms-transform: translateX(-50%) translateY(-12.5px);
    transform: translateX(-50%) translateY(-12.5px);
    z-index: -1;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  .header-utility__item > ul::before,
  .header-utility__item > ul::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 12.5px solid transparent;
    border-top-width: 0;
    border-bottom-color: #ebebeb;
    position: absolute;
    left: 50%;
    margin-left: -12.5px;
    bottom: 100%;
    z-index: 1;
  }
  .header-utility__item > ul::after {
    margin-bottom: -1px;
    border-bottom-color: #fff;
    z-index: 2;
  }
  .header-utility__item > ul > li > a {
    padding: 12.5px 25px;
    color: #716f6f;
  }
  .header-utility__item:hover > ul,
  .header-utility__item:focus > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    z-index: 4;
  }
}


.header-user__welcome {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 17px;
  opacity: 0.75;
}
.header-user__action {
  display: inline-block;
  padding: 6.25px;
  color: #716f6f;
}
.header-user__action:hover,
.header-user__action:focus {
  color: #d22f47;
}
.header-user .btn {
  display: inline-block;
}
/* YM launch issue ,,, disables login button 
.header-user [data-sf-role="login-status-button"] {
  background: #bbb;
  cursor: default;
  position: relative;
}
.header-user [data-sf-role="login-status-button"]::before {
  content: "Member services will return momentarily";
  display: block;
  width: 10em;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -5.7em;
  margin-top: 10px;
  z-index: 0;
  font-size: 13px;
  line-height: 1.3;
  color: #444;
  background: #ddd;
  padding: 0.3em 0.5em;
  border-radius: 0.3em;
  transform: translateY(-3px);
  transition: all 0.14s ease-out;
}
.header-user [data-sf-role="login-status-button"]::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-width: 0;
  border-bottom-color: #ddd;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -10px;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  transform: translateY(-3px);
}
.header-user [data-sf-role="login-status-button"]:hover {
  background: #bbb;
}
.header-user [data-sf-role="login-status-button"]:hover::before,
.header-user [data-sf-role="login-status-button"]:hover::after {
  visibility: visible;
  opacity: 1;
  z-index: 110;
  transform: translateY(0);
} **/

@media (min-width: 768px) {
  .header-user {
    display: inline-block;
    vertical-align: middle;
  }
  .header-user__welcome,
  .header-user__actions {
    display: inline-block;
    vertical-align: middle;
  }
  .header-user__welcome {
    font-size: 19px;
    margin-right: 12.5px;
  }
}


.header-search {
  position: relative;
}
.header-search__label {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 12.5px;
  margin: 0;
  opacity: 0.3;
  font-size: 19px;
}
.header-search__label:hover,
.header-search__label:focus {
  opacity: 0.8;
}
.header-search__input {
  display: block;
  width: 100%;
  padding: 12.5px 75px 12.5px 25px !important;
  margin: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  font-size: 19px;
  line-height: 25px;
  background: #fff;
}
.header-search__input::-webkit-input-placeholder {
  font-size: 17px;
  font-style: italic;
}
.header-search__input::-moz-placeholder {
  font-size: 17px;
  font-style: italic;
}
.header-search__input:-ms-input-placeholder {
  font-size: 17px;
  font-style: italic;
}
.header-search__input:-moz-placeholder {
  font-size: 17px;
  font-style: italic;
}
.header-search__submit {
  display: block;
  width: 62.5px;
  padding: 9.33333px 0;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0);
  font-weight: 700;
  color: #292727;
}

@media (min-width: 768px) {
  .header-search__input {
    padding: 8.33333px 25px 8.33333px 50px !important;
  }
  .header-search__submit {
    width: 50px;
    right: auto;
    left: 0;
  }
}


.header-nav ul {
  list-style: none;
  margin: 0;
}
.header-nav li {
  position: relative;
}
.header-nav a {
  display: block;
}
.header-nav > ul > li > a,
.header-nav div > ul > li > a {
  font-weight: 700;
  color: #292727;
}
.header-nav li li a {
  font-size: 17px;
  color: #4e4545;
}
.header-nav li li li a {
  color: #695d5d;
}
.header-nav li li li li a {
  color: #796b6b;
}
.header-nav__toggle {
  display: none;
}

@media (max-width: 767px) {
  .header-nav {
    background: #fff;
  }
  .header-nav a {
    padding: 12.5px 62.5px 12.5px 25px;
    border-bottom: 1px solid #f5f5f5;
  }
  .header-nav li li a {
    padding-left: 50px;
    border-bottom-color: rgba(245, 245, 245, 0.5);
  }
  .header-nav li li li a {
    padding-left: 75px;
  }
  .header-nav li li li li a {
    padding-left: 100px;
  }
  .header-nav > ul > li > a,
  .header-nav div > ul > li > a {
    color: #d22f47;
  }
  .header-nav > ul > li > ul a,
  .header-nav div > ul > li > ul a {
    color: #716f6f;
  }
  .js .header-nav li ul {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
    transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
  }
  .js .header-nav li ul.is-active {
    max-height: 100em;
    -webkit-transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
    transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
  }
  .header-nav__toggle {
    width: 62.5px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .js .header-nav__toggle {
    display: block;
  }
  .header-nav__toggle::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-width: 0;
    border-top-color: #a6172c;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -5px;
    -webkit-transform: scaleX(0.6);
    -ms-transform: scaleX(0.6);
    transform: scaleX(0.6);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .header-nav__toggle.is-active::before {
    border-top-color: #d22f47;
    -webkit-transform: scaleX(0.6) rotateX(180deg);
    transform: scaleX(0.6) rotateX(180deg);
  }
}

@media (min-width: 768px) {
  .header-nav > ul,
  .header-nav div > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
  }
  .header-nav > ul > li,
  .header-nav div > ul > li {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: static;
  }
  .header-nav > ul > li > a,
  .header-nav div > ul > li > a {
    padding: 25px 0;
    position: relative;
  }
  .header-nav > ul > li > a:hover,
  .header-nav div > ul > li > a:hover,
  .header-nav > ul > li > a:focus,
  .header-nav div > ul > li > a:focus {
    color: #292727;
  }
  .header-nav .is-current > a {
    color: #a6172c;
  }
}

@media (min-width: 960px) and (max-width: 1249px) {
  .header-nav > ul > li > a,
  .header-nav div > ul > li > a {
    font-size: 17px;
  }
}

/*! megamenu-style dropdowns */

@media (min-width: 768px) {
  .header-nav > ul > li > a::before,
  .header-nav div > ul > li > a::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -10px;
    background: #fff;
    border: solid #d22f47;
    border-width: 5px 5px 0 0;
    -webkit-transform: scaleY(0.33) rotate(-45deg);
    -ms-transform: scaleY(0.33) rotate(-45deg);
    transform: scaleY(0.33) rotate(-45deg);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: opacity 0.06s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    transition: opacity 0.06s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
  }
  .header-nav > ul > li > ul,
  .header-nav div > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 37.5px 50px;
    border-top: 2px solid #d22f47;
    text-align: left;
    background: #fff;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    -webkit-transition: opacity 0.1s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    transition: opacity 0.1s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    box-shadow: 0 1px 0 #ebebeb, -1149px 0 0 #fff, 1149px 0 0 #fff, -1149px 1px 0 #ebebeb, 1149px 1px 0 #ebebeb;
  }
  .header-nav > ul > li > ul > li,
  .header-nav div > ul > li > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    padding-bottom: 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    -ms-flex: 0 0 calc(33% - 12.5px);
    flex: 0 0 calc(33% - 12.5px);
  }
  .header-nav > ul > li > ul > li > a,
  .header-nav div > ul > li > ul > li > a {
    font-size: 19px;
    color: #a6172c;
    padding-bottom: 6.25px;
  }
  .header-nav > ul > li > ul > li > ul,
  .header-nav div > ul > li > ul > li > ul {
    padding-top: 12.5px;
    border-top: 1px solid #ebebeb;
  }
  .header-nav > ul > li > ul > li > ul a,
  .header-nav div > ul > li > ul > li > ul a {
    color: #716f6f;
  }
  .header-nav > ul > li > ul a:hover,
  .header-nav div > ul > li > ul a:hover,
  .header-nav > ul > li > ul a:focus,
  .header-nav div > ul > li > ul a:focus {
    color: #292727;
  }
  .header-nav > ul > li:hover > a,
  .header-nav div > ul > li:hover > a {
    color: #d22f47;
  }
  .header-nav > ul > li:hover > a::before,
  .header-nav div > ul > li:hover > a::before {
    opacity: 1;
    visibility: visible;
    z-index: 101;
    -webkit-transition: opacity 0.15s ease-out 0.575s, z-index 0s linear 0.575s, visibility 0s linear 0.575s;
    transition: opacity 0.15s ease-out 0.575s, z-index 0s linear 0.575s, visibility 0s linear 0.575s;
  }
  .header-nav > ul > li:hover > ul,
  .header-nav div > ul > li:hover > ul {
    opacity: 1;
    z-index: 100;
    visibility: visible;
    -webkit-transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
    transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
  }
}

/*! navigation cascade animation */

@media (min-width: 768px) {
  .header-nav > ul > li > ul > li {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  .header-nav > ul > li:hover > ul > li {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out, opacity 0.25s ease-out;
    transition: transform 0.25s ease-out, opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(1) {
    -webkit-transition-delay: 0.535s, 0.535s;
    transition-delay: 0.535s, 0.535s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(2) {
    -webkit-transition-delay: 0.57s, 0.57s;
    transition-delay: 0.57s, 0.57s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(3) {
    -webkit-transition-delay: 0.605s, 0.605s;
    transition-delay: 0.605s, 0.605s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(4) {
    -webkit-transition-delay: 0.64s, 0.64s;
    transition-delay: 0.64s, 0.64s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(5) {
    -webkit-transition-delay: 0.675s, 0.675s;
    transition-delay: 0.675s, 0.675s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(6) {
    -webkit-transition-delay: 0.71s, 0.71s;
    transition-delay: 0.71s, 0.71s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(7) {
    -webkit-transition-delay: 0.745s, 0.745s;
    transition-delay: 0.745s, 0.745s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(8) {
    -webkit-transition-delay: 0.78s, 0.78s;
    transition-delay: 0.78s, 0.78s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(9) {
    -webkit-transition-delay: 0.815s, 0.815s;
    transition-delay: 0.815s, 0.815s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(10) {
    -webkit-transition-delay: 0.85s, 0.85s;
    transition-delay: 0.85s, 0.85s;
  }
}


/*! ---------- =header layout ---------- */

.header-logo {
  float: left;
  max-width: 240px;
  margin-right: 25px;
}
.header-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 110px;
  padding: 12.5px 0;
}
.header-logo img {
  max-height: 100%;
}

@media (max-width: 767px) {
  .header-logo {
    max-width: 140px;
  }
  .header-logo a {
    height: 75px;
  }
}


@media (min-width: 768px) {
  .page-header {
    padding-top: 25px;
  }
  .page-header > .page-bounds,
  .page-header > .alternate-background__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-header__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .header-utility {
    text-align: right;
  }

  .page-alert + .page-header {
    transition: top 0.2s ease, transform 0.2s ease;
  }
  body.is-scrolled .page-header {
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
  }
  body.is-scrolled .page-alert + .page-header {
    top: 0;
  }
}


@media (min-width: 768px) and (max-width: 959px) {
  .page-header {
    padding-bottom: 75px;
  }
  .page-header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
  }

  .header-logo a {
    height: 100px;
  }

  .header-search {
    margin-top: 3.125px;
  }

  /*! sticky header */

  .content {
    padding-top: 225px;
  }
  .page-alert ~ .content {
    padding-top: 305px;
  }

  .page-header {
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  body.is-scrolled .page-header {
    -webkit-transform: translateY(-125px);
    -ms-transform: translateY(-125px);
    transform: translateY(-125px);
  }
}


@media (min-width: 960px) {
  .header-logo a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 31.25px;
  }

  .header-utility,
  .header-search {
    position: absolute;
    top: 5px;
  }
  .header-utility {
    right: 25%;
    right: calc(25% + 12.5px);
  }
  .header-search {
    width: 25%;
    right: 0;
  }

  .header-nav {
    margin-top: 35px;
  }

  /*! sticky header */

  .content {
    padding-top: 185px;
  }
  .page-alert ~ .content {
    padding-top: 265px;
  }

  .header-logo a {
    -webkit-transition: height 0.2s ease;
    transition: height 0.2s ease;
  }

  .header-utility,
  .header-search {
    -webkit-transition: top 0.2s ease, left 0.15s ease;
    transition: top 0.2s ease, left 0.15s ease;
  }

  .header-nav {
    -webkit-transition: margin 0.2s ease;
    transition: margin 0.2s ease;
  }

  body.is-scrolled .header-logo a {
    height: 75px;
  }
  body.is-scrolled .header-utility,
  body.is-scrolled .header-search {
    top: -75px;
  }
  body.is-scrolled .header-nav {
    margin-top: 0;
  }
}


/*! ---------- =footer common ---------- */

.page-footer {
  padding: 0 25px;
}
.page-footer .page-bounds,
.page-footer .alternate-background__content {
  position: relative;
}

@media (min-width: 768px) {
  .page-footer {
    padding: 0 50px;
  }
}


/*! ---------- =footer style ---------- */

/*! solid footer style */

.page-footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #a6172c url("/images/default-source/siteimages/decorative-elements/deco-footer.png") no-repeat 50% 100%;
  background-size: 100% auto;
  color: #fff;
}
.page-footer a {
  color: #fff;
  font-weight: 700;
}
.page-footer a:hover,
.page-footer a:focus {
  color: #fff;
  text-decoration: underline;
}
.page-footer .footer-trending__title,
.page-footer .footer-actions__title {
  color: #fff;
}

@media (min-width: 768px) {
  .page-footer {
    padding-top: 75px;
  }
}


/*! ---------- =footer components ---------- */

.footer-logo {
  text-align: center;
}
.footer-logo a {
  display: inline-block;
  max-width: 100%;
  margin: 0 auto;
}

.footer-social__icon {
  display: inline-block;
  vertical-align: middle;
  padding: 3.125px;
  font-size: 23px;
}

.footer-trending__title {
  margin: 0;
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.5;
}

.footer-utility__list {
  list-style: none;
  margin: 0;
}
.footer-utility__item {
  display: inline-block;
  vertical-align: middle;
}
.footer-utility__item a {
  display: block;
  padding: 6.25px;
}

@media (min-width: 480px) {
  .footer-utility__item a {
    padding: 6.25px 12.5px;
  }
}


.footer-actions__section {
  margin-bottom: 25px;
}
.footer-actions__title {
  font-size: 23px;
  line-height: 25px;
  margin-bottom: 6.25px;
}
.footer-actions__list {
  list-style: none;
  margin: 0 0 0 -12.5px;
}
.footer-actions__item {
  display: inline-block;
  vertical-align: middle;
}
.footer-actions__item a {
  display: block;
  padding: 6.25px;
}

@media (max-width: 479px) {
  .footer-actions__item {
    display: block;
  }
}

@media (min-width: 480px) {
  .footer-actions__item a {
    padding: 6.25px 12.5px;
  }
}

@media (min-width: 768px) {
  .footer-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .footer-actions__section {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    vertical-align: top;
  }
  .footer-actions__list {
    margin-left: 0;
  }
  .footer-actions__item {
    display: block;
  }
  .footer-actions__item a {
    padding: 6.25px 0;
  }
}

@media (min-width: 1250px) {
  .footer-actions__section {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
  }
}


.footer-copyright {
  font-size: 17px;
}


/*! ---------- =footer layouts ---------- */

@media (max-width: 767px) {
  .page-footer {
    text-align: center;
  }

  .footer-logo img {
    max-height: 100px;
  }

  .footer-social,
  .footer-contact,
  .footer-utility,
  .footer-copyright {
    margin-top: 25px;
  }
}

@media (min-width: 768px) {
  .footer-logo {
    width: 33.3%;
    float: left;
    padding-right: 33.35px;
  }

  .page-footer__content {
    padding-left: 16.65px;
    overflow: hidden;
  }

  .footer-social {
    margin-top: 18.75px;
    margin-left: -3.125px;
  }

  .footer-utility {
    margin-top: 12.5px;
    margin-left: -12.5px;
  }

  .footer-copyright {
    margin-top: 12.5px;
    margin-left: 33.3%;
    padding-left: 16.65px;
  }
}

@media (min-width: 960px) {
  .footer-contact,
  .footer-social {
    width: 62.51874%;
    width: calc(62.51874% - 12.5px);
    float: left;
    clear: left;
    margin-right: 37.5px;
  }
  .footer-contact {
    line-height: 37.5px;
  }

  .footer-utility {
    overflow: hidden;
    margin: 0;
  }
  .footer-utility__item {
    display: block;
  }

  .footer-copyright {
    margin-top: 25px;
  }
}


/* ---------- =interior common ---------- */

.page-title {
  color: #1b1b1b;
}
.page-title + .breadcrumbs {
  margin-top: -25px;
}
.page-title small {
  display: block;
  font: 300 25px/25px "Roboto", Helvetica, Arial, sans-serif;
  padding-bottom: 12px;  /* more pleasing spacing between titles with smalls and breadcrumbs */
}


/* ---------- =interior components ---------- */

.title-block {
  margin: -25px -25px 25px;
  padding: 37.5px 25px;
  background: #a6172c;
  position: relative;
  overflow: hidden;
}
.title-block::before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(41, 39, 39, 0.5);
  z-index: 2;
}
.title-block__background img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.title-block__content,
.title-block .page-title {
  color: #fff;
}
.title-block a,
.title-block a:hover,
.title-block a:focus {
  color: #fff !important;
  text-decoration: underline;
}
.title-block__content {
  position: relative;
  text-shadow: 0 0 3px rgba(41, 39, 39, 0.5);
  z-index: 3;
}
.title-block .page-title {
  text-shadow: 0 0 16px rgba(41, 39, 39, 0.4), 0 0 3px rgba(41, 39, 39, 0.3);
}
.title-block .breadcrumbs {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .title-block {
    margin: -50px -50px 50px;
    padding: 75px 50px;
  }
  .title-block::before {
    width: 75%;
    background: -webkit-gradient(linear, left top, right top, from(#292727), to(rgba(41, 39, 39, 0)));
    background: linear-gradient(to right, #292727, rgba(41, 39, 39, 0));
    opacity: 0.5;
  }
}

@media (min-width: 960px) {
  .title-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}


.breadcrumbs {
  font-size: 17px;
  margin-bottom: 25px;
}
.breadcrumbs a {
  color: #4e4545;
  opacity: 0.9;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #292727;
  opacity: 1;
}
.breadcrumbs span {
  display: inline-block;
  margin: 0 0.3em;
  opacity: 0.4;
}

.in-this-section a {
  display: block;
  padding: 6.25px 0;
  color: #716f6f;
}
.in-this-section ul {
  list-style: none;
  margin: 0;
}
.in-this-section ul ul {
  display: none;
  padding-left: 25px;
}
.in-this-section ul ul a {
  font-size: 17px;
}
.in-this-section .is-current > ul {
  display: block;
}
.in-this-section .is-current > a {
  color: #a6172c;
}

@media (max-width: 959px) {
  .in-this-section__toggle {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    text-align: left;
  }
  .no-js .in-this-section__toggle {
    display: none;
  }
  .js .in-this-section > ul {
    display: none;
  }
  .js .in-this-section > ul.is-active {
    display: block;
    margin-top: 12.5px;
  }
}

@media (min-width: 960px) {
  .in-this-section__toggle {
    cursor: default;
    font-size: 25px;
    line-height: 50px;
    margin-bottom: 12.5px;
  }
  .in-this-section__toggle .toggle-indicator {
    display: none;
  }
  .interior-layout .in-this-section {
    margin-top: -6.25px;
  }
}


/* ---------- =interior layout ---------- */

.interior-layout__nav,
.interior-layout__main {
  margin-bottom: 25px;
}

@media (min-width: 960px) {
  .interior-layout__nav {
    margin-bottom: 0;
  }
  .interior-layout__nav > *:last-child {
    margin-bottom: 50px;
  }
  .interior-layout__title {
    margin-bottom: 25px;
  }
  .interior-layout__main {
    margin-bottom: 50px;
  }
  .interior-layout__nav,
  .interior-layout__aside {
    width: 16em;
    float: right;
    clear: right;
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
  .interior-layout__main {
    width: 100%;
    margin-right: -16em;
    padding-right: calc(16em + 50px);
    float: left;
  }
}


/*! ---------- =home ---------- */

.home-identity {
  position: relative;
  margin-bottom: 50px;
}
.home-identity__image {
  float: left;
}
.home-identity__pre-name {
  display: block;
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.5;
}
.home-identity__name {
  font-family: "Merriweather", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 6.25px;
}
.home-identity__post-name {
  display: block;
  font-size: 23px;
  line-height: 31.25px;
  opacity: 0.7;
}

@media (max-width: 767px) {
  .home-identity__image {
    max-height: 100px;
    margin-top: 6.25px;
  }
  .home-identity__pre-name,
  .home-identity__name {
    margin-left: 50px;
  }
  .home-identity__name {
    display: block;
    font-size: 38px;
    line-height: 37.5px;
  }
  .home-identity__post-name {
    margin-top: 12.5px;
  }
}

@media (max-width: 479px) {
  .home-identity__name {
    font-size: 29px;
  }
}

@media (min-width: 768px) {
  .home-identity__image {
    position: absolute;
    right: 100%;
    top: 0;
    margin-right: 25px;
  }
}

@media (min-width: 960px) {
  .home-identity {
    margin-top: 25px;
    margin-bottom: 100px;
  }
  .home-identity__post-name {
    margin-right: 287.5px;
  }
  .home-identity__cta {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 1350px) {
  .home-identity {
    margin-left: 75px;
  }
}


.home-featured__section-title {
  font-size: 38px;
  font-weight: 300;
  text-align: center;
  margin: -25px 0 50px;
}
.home-featured__icon {
  width: 100px;
  height: 100px;
  padding: 18.75px;
  margin: 0 0 -50px 25px;
  background: #d22f47;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.home-featured__icon img {
  max-height: 100%;
  -webkit-filter: brightness(1.8);
          filter: brightness(1.8);
}
.home-featured__content,
.home-featured__action {
  background: rgba(255, 255, 255, 0.97);
}
.home-featured__content {
  padding: 75px 25px 25px;
}
.home-featured__action {
  display: block;
  padding: 25px 25px;
  font-weight: 700;
  margin-top: 4px;
}
.home-featured__action:hover,
.home-featured__action:focus {
  color: #fff;
  background: #d22f47;
}
.home-featured__action--primary {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  background: #d22f47;
}
.home-featured__action--primary:hover,
.home-featured__action--primary:focus {
  background: #ff3c4e;
}

@media (max-width: 767px) {
  .home-featured__section-title {
    margin: -12.5px 0 31px;
  }
  .grid__unit:first-child .home-featured__content {
    min-height: 0 !important;
  }
}


/*! ---------- =buttons ---------- */

.button {
  display: inline-block;
  vertical-align: middle;
  padding: 18.75px 31.25px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  line-height: 25px;
  color: #fff;
  background: #d22f47;
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
  transition: color 0.15s ease-out,
                background-color 0.15s ease-out,
                transform 0.15s ease-out,
                box-shadow 0.15s ease-out,
                -webkit-transform 0.15s ease-out;
}
.button:hover,
.button:focus {
  color: #fff;
  background: #ff3c4e;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.button:active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
}
.button--large {
  display: block;
  width: auto;
  max-width: 100%;
}
.button--large + .button--large {
  margin-left: 0;
  margin-top: 12.5px;
}
.button--small {
  padding: 12.5px 25px;
  font-size: 16px;
}
.button--highlight {
  color: #d22f47;
  background: #fff;
  border: 2px solid #d22f47;
}
.button--highlight:hover,
.button--highlight:focus {
  color: #fff;
  background: #ff3c4e;
  border-color: #ff3c4e;
}
.button--cancel {
  font-size: 17px;
  font-weight: 400;
  color: #4e4545;
  border: 1px solid #ebebeb;
  background: #fff;
  text-transform: none;
  letter-spacing: normal;
}
.button--cancel:hover,
.button--cancel:focus {
  color: #d22f47;
  background: #fff;
  border-color: #d22f47;
}
.button--inverse {
  color: #d22f47;
  background: #fff;
}
.button--inverse:hover,
.button--inverse:focus {
  color: #d22f47;
  background: #ebebeb;
}

.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -12.5px;
  margin-right: -6.25px;
  margin-left: -6.25px;
}
.button-group > .button {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 12.5px 6.25px 0;
}


/*! ---------- =lists ---------- */

.item-list {
  list-style: none;
  margin-left: 0;
}
.item-list:not(:last-child) {
  margin-bottom: 50px;
}
.item-list + .button {
  margin-top: -25px;
}
.item-list__item + .item-list__item {
  margin-top: 25px;
}
.item-list__thumbnail {
  display: block;
  width: 350px;
  max-width: 33%;
  float: left;
  margin-right: 25px;
  position: relative;
}
.item-list__icon {
  width: 100px;
  height: 100px;
  max-width: 100%;
  max-height: 100%;
  padding: 12.5px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(210, 47, 71, 0.6);
  -webkit-filter: brightness(1.8);
          filter: brightness(1.8);
}
.item-list__icon img {
  width: auto;
  max-height: 100%;
}
.item-list__content {
  overflow: hidden;
}
.item-list__title {
  font-family: "Merriweather", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 29px;
  line-height: 37.5px;
}
.item-list__date {
  margin: 6.25px 0 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-style: italic;
  opacity: 0.7;
}
.item-list__description {
  margin: 6.25px 0 0;
}
.item-list__more {
  margin-top: 12.5px;
}
.item-list--compact .item-list__title {
  font-size: 23px;
  line-height: 25px;
}

@media (max-width: 479px) {
  .item-list__thumbnail {
    float: none;
    max-width: 100%;
    margin: 0 auto 12.5px;
  }
}


.event-card {
  display: block;
  padding: 25px;
  margin-top: 50px;
  background: #f5f5f5;
}
.event-card__date {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -75px 0 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background: #d22f47;
  color: #fff;
  font-size: 15px;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.event-card__day {
  display: block;
  font-size: 42px;
  line-height: 50px;
  font-weight: 300;
}
.event-card__month {
  font-size: 17px;
}
.event-card__title {
  -webkit-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}
.event-card:hover .event-card__date,
.event-card:focus .event-card__date {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.event-card:hover .event-card__title,
.event-card:focus .event-card__title {
  color: #d22f47;
}
.event-card:hover .event-card__more .fas,
.event-card:focus .event-card__more .fas {
  -webkit-transform: translateX(0.2em);
  -ms-transform: translateX(0.2em);
  transform: translateX(0.2em);
}


/*! ---------- =tabs ---------- */

.tabs--standard:not(:last-child) {
  margin-bottom: 50px;
}
.tabs--standard .tabs__tab {
  display: inline-block;
  vertical-align: bottom;
  padding: 12.5px;
  margin-bottom: -1px;
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  opacity: 0.9;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.tabs--standard .tabs__tab.is-active {
  background: #fff;
  border-bottom-color: #fff;
  color: #d22f47;
}
.tabs--standard .tabs__pane {
  border: 1px solid #f5f5f5;
  padding: 25px;
  display: none;
}
.tabs--standard .tabs__pane.is-active {
  display: block;
}
.tabs--vertical {
  margin-bottom: 50px;
}
.tabs--vertical .tabs__tab {
  background: #f5f5f5;
  padding: 12.5px;
}
.tabs--vertical .tabs__tab.is-active {
  color: #d22f47;
  background: #fff;
}
.js .tabs--vertical .tabs__pane:not(.is-active) {
  display: none;
}

@media (min-width: 480px) {
  .tabs--standard .tabs__tab {
    padding: 18.75px 25px;
    font-weight: 600;
  }
}

@media (max-width: 767px), (min-width: 960px) and (max-width: 1249px) {
  .tabs--standard,
  .tabs--vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .tabs--standard .tabs__tab,
  .tabs--standard .tabs__pane,
  .tabs--vertical .tabs__tab,
  .tabs--vertical .tabs__pane {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .tabs--standard .tabs__tab,
  .tabs--vertical .tabs__tab {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border: 1px solid #f5f5f5;
  }
  .tabs--standard .tabs__tab ~ .tabs__tab,
  .tabs--vertical .tabs__tab ~ .tabs__tab {
    margin-top: 6.25px;
  }
  .tabs--standard .tabs__tab.is-active,
  .tabs--vertical .tabs__tab.is-active {
    border-color: #ebebeb #ebebeb #f5f5f5;
  }
  .tabs--standard .tabs__tab:nth-child(2),
  .tabs--vertical .tabs__tab:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .tabs--standard .tabs__tab:nth-child(3),
  .tabs--vertical .tabs__tab:nth-child(3) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .tabs--standard .tabs__tab:nth-child(4),
  .tabs--vertical .tabs__tab:nth-child(4) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .tabs--standard .tabs__tab:nth-child(5),
  .tabs--vertical .tabs__tab:nth-child(5) {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .tabs--standard .tabs__tab:nth-child(6),
  .tabs--vertical .tabs__tab:nth-child(6) {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .tabs--standard .tabs__tab:nth-child(7),
  .tabs--vertical .tabs__tab:nth-child(7) {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .tabs--standard .tabs__tab:nth-child(8),
  .tabs--vertical .tabs__tab:nth-child(8) {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
  }
  .tabs--standard .tabs__tab:nth-child(9),
  .tabs--vertical .tabs__tab:nth-child(9) {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17;
  }
  .tabs--standard .tabs__tab:nth-child(10),
  .tabs--vertical .tabs__tab:nth-child(10) {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19;
  }
  .tabs--standard .tabs__pane,
  .tabs--vertical .tabs__pane {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 25px 12.5px;
    border: 1px solid #ebebeb;
    border-top-width: 0;
  }
  .tabs--standard .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
  }
}

@media (min-width: 768px) and (max-width: 959px), (min-width: 1250px) {
  .tabs--standard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .tabs--standard::before {
    /* remove sf pseudoel that messes with space-between */
    display: none !important;
  }
  .tabs--standard .tabs__tab {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 18px 24px;
  }
  .tabs--standard.tabs--2 .tabs__tab {
    width: 48%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: calc(50% - 6px);
    flex-basis: calc(50% - 6px);
  }
  .tabs--standard.tabs--3 .tabs__tab {
    width: 31%;
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    -ms-flex-preferred-size: calc(33.3% - 6px);
    flex-basis: calc(33.3% - 6px);
  }
  .tabs--standard.tabs--4 .tabs__tab {
    width: 22%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -ms-flex-preferred-size: calc(25% - 6px);
    flex-basis: calc(25% - 6px);
  }
  .tabs--standard.tabs--5 .tabs__tab {
    width: 17%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    -ms-flex-preferred-size: calc(20% - 6px);
    flex-basis: calc(20% - 6px);
  }
  .tabs--standard .tabs__pane {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .tabs--vertical .tabs__tab {
    width: 300px;
    float: left;
    clear: left;
    padding: 11.5px 17.75px;
    margin-bottom: 6.25px;
    border: 1px solid #f5f5f5;
    border-right-color: #ebebeb;
    box-shadow: inset 6.25px 0 0 #ebebeb;
    cursor: pointer;
  }
  .tabs--vertical .tabs__tab.is-active {
    background: #fff;
    border-color: #ebebeb #fff #ebebeb #ebebeb;
    box-shadow: inset 6.25px 0 0 #d22f47;
    cursor: default;
  }
  .tabs--vertical .tabs__pane {
    padding: 25px;
    background: #fff;
    border-left: 299px solid #fff;
    box-shadow: inset 0 0 0 1px #ebebeb;
  }
  .tabs--vertical .tabs__pane::after {
    content: '';
    display: table;
    clear: both;
    margin: 31.25px 0 -31.25px;
  }
}


.accordion:not(:last-child) {
  margin-bottom: 50px;
}
.accordion__label {
  display: block;
  padding: 12.5px;
  background: #fff;
  border: 1px solid #f5f5f5;
  color: #4e4545;
  font-weight: 600;
  font-size: 17px;
  cursor: pointer;
  overflow: hidden;
}
.accordion__label .fa-arrow-right {
  margin-left: 0.4em;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.accordion__label.is-active {
  color: #292727;
  border-color: #292727 #292727 #f5f5f5 #292727;
  background: #f7f7f7;
}
.accordion__label.is-active .fa-arrow-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion__label ~ .accordion__label {
  margin-top: 6.25px;
}
.accordion__content {
  border: 1px solid #292727;
  border-top: none;
  padding: 25px 12.5px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  overflow: hidden;
}
.js .accordion__content:not(.is-active) {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0 1px;
  visibility: hidden;
  opacity: 0;
}


/*! ---------- =code and =syntax highlighting ---------- */

pre,
code {
  font-family: "Inconsolata", monospace;
  font-size: 17px;
  line-height: 25px;
}
pre {
  display: block;
  padding: 25px 12.5px;
  border: 1px solid #ebebeb;
  color: #222;
  background: white;
  overflow-y: auto;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
pre:not(:last-child) {
  margin-bottom: 25px;
}
pre::before {
  content: attr(rel);
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #e9b0b8;
  position: absolute;
  top: 2px;
  right: 12.5px;
}
p > code,
li > code {
  background: white;
  font-style: normal;
}
p > code::before,
p > code::after,
li > code::before,
li > code::after {
  content: '';
  display: inline-block;
  width: 0.5em;
}

/*! syntax highlighting through prism: http://prismjs.com/index.html
*  the following is based off the default theme */

pre[class*="language-"] {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}

.token.punctuation {
  color: #999;
}

.namespace {
  opacity: 0.7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}

.token.function {
  color: #dd4a68;
}

.token.regex,
.token.important,
.token.variable {
  color: #e90;
}
.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}


/*! ---------- =quicklinks ---------- */

.quicklinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 50px;
}
.quicklinks__link {
  display: block;
  text-align: center;
  position: relative;
}
.quicklinks__title {
  font-size: 25px;
}
.quicklinks__description {
  margin-top: 25px;
}
.quicklinks__more {
  width: 50px;
  height: 50px;
  margin: 25px auto 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  position: relative;
}
.quicklinks__more .fas {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .quicklinks {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .quicklinks__item {
    max-width: 50%;
  }
}

@media (max-width: 479px) {
  .quicklinks__item {
    max-width: 100%;
  }
  .quicklinks__title,
  .quicklinks__description {
    min-height: 0 !important;
  }
}

/*! top images quicklinks style */

.quicklinks {
  margin-right: -50px;
}
.quicklinks__item {
  padding-right: 50px;
}
.quicklinks__link {
  margin-top: 50px;
  padding: 75px 25px 25px;
  color: #4e4545;
  background: #f5f5f5;
}
.quicklinks__image {
  max-height: 100px;
  position: absolute;
  left: 50%;
  top: -50px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.quicklinks__title {
  color: #292727;
  -webkit-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}
.quicklinks__link:hover,
.quicklinks__link:focus {
  color: #4e4545;
  background: #fff;
}
.quicklinks__link:hover .quicklinks__image,
.quicklinks__link:focus .quicklinks__image {
  -webkit-transform: translateX(-50%) scale(1.03);
  -ms-transform: translateX(-50%) scale(1.03);
  transform: translateX(-50%) scale(1.03);
}
.quicklinks__link:hover .quicklinks__title,
.quicklinks__link:focus .quicklinks__title {
  color: #d22f47;
}

@media (max-width: 767px) {
  .quicklinks__link {
    margin-top: 75px;
  }
}


.alternate-background {
  padding: 50px 25px;
  background: #292727;
  position: relative;
  overflow: hidden;
}
.alternate-background:not(:last-child) {
  margin-bottom: 50px;
}
.alternate-background__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.alternate-background__image img {
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.alternate-background__content {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .alternate-background {
    padding: 100px 50px;
  }
}

/*! use parallax */

.alternate-background--parallax .alternate-background__image {
  top: -10vw;
  bottom: -10vw;
}

.horizontal-scroll {
  position: relative;
}
.horizontal-scroll:not(:last-child) {
  margin-bottom: 50px;
}
.horizontal-scroll__wrapper {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  scroll-behavior: smooth;
}
.js .horizontal-scroll__wrapper {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.js .horizontal-scroll__wrapper::-webkit-scrollbar {
  display: none;
}
.horizontal-scroll__contents {
  float: left;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  word-spacing: -0.31em;
}
.horizontal-scroll__item {
  display: inline-block;
  vertical-align: middle;
  max-width: 25%;
  padding-right: 50px;
  white-space: normal;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-spacing: normal;
}
.horizontal-scroll__item:last-child {
  padding-right: 0;
}
.horizontal-scroll__control {
  width: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  background: transparent;
  font-size: 29px;
  color: #d22f47;
}
.horizontal-scroll__control--left {
  left: -100px;
}
.horizontal-scroll__control--right {
  right: -100px;
}
.horizontal-scroll__control:hover,
.horizontal-scroll__control:focus {
  color: #d22f47;
}
.horizontal-scroll--is-at-start .horizontal-scroll__control--left,
.horizontal-scroll--is-at-end .horizontal-scroll__control--right {
  color: #ebebeb !important;
  cursor: default;
}

@media (max-width: 1350px) {
  .horizontal-scroll__control {
    width: 50px;
  }
  .horizontal-scroll__control--left {
    left: -50px;
  }
  .horizontal-scroll__control--right {
    right: -50px;
  }
}

@media (max-width: 767px) {
  .horizontal-scroll__item {
    max-width: 45vw;
  }
  .horizontal-scroll__control {
    display: none;
  }
}

@media (max-width: 479px) {
  .horizontal-scroll__item {
    max-width: 80vw;
  }
}


/*! ---------- =sitefinity ---------- */

.sys-template {
  display: none;
}

.sfContentBlock {
  margin-bottom: 25px;
}
.sfContentBlock:last-child {
  margin-bottom: 0;
}

/* For Solr debug */

.debug-url {
  background-color: #efe;
  border: 2px solid #2c2;
  padding: 12.5px;
  margin-bottom: 25px;
  word-wrap: break-word;
}

/*! make page builder layout more friendly to edit */

.sfPageEditor .page-header,
.sfPageEditor .header-logo,
.sfPageEditor .page-header__content,
.sfPageEditor .header-utility,
.sfPageEditor .header-search,
.sfPageEditor .header-nav,
.sfPageEditor .title-block,
.sfPageEditor .title-block__background,
.sfPageEditor .title-block__content,
.sfPageEditor .page-footer,
.sfPageEditor .footer-logo,
.sfPageEditor .footer-social,
.sfPageEditor .footer-contact,
.sfPageEditor .footer-utility,
.sfPageEditor .footer-copyright {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 0 20px !important;
  float: none !important;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
/* remove flex layout from header */
.sfPageEditor .page-header > .page-bounds {
  display: block !important;
}
.sfPageEditor .header-logo img {
  max-width: 250px !important;
}
.sfPageEditor .content {
  padding-top: 48px;
}
.sfPageEditor .alternate-background__image {
  position: static !important;
  overflow: visible !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.sfPageEditor .alternate-background__image img {
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  position: static !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.sfPageEditor .title-block::before {
  display: none !important;
}
.sfPageEditor .title-block__background,
.sfPageEditor .title-block__content {
  position: static !important;
}

/* space form builder fields */

.sf-fieldWrp > input,
.sf-fieldWrp > select,
.sf-fieldWrp > textarea,
.sf-fieldWrp > div > input,
.sf-fieldWrp > div > select,
.sf-fieldWrp > div > textarea {
  margin-bottom: 20px !important;
}
.sf_colsIn > .sf-fieldWrp > input:last-child,
.sf_colsIn > .sf-fieldWrp > select:last-child,
.sf_colsIn > .sf-fieldWrp > textarea:last-child {
  margin-bottom: 0 !important;
}

.sfInlineEditingPageMenu .sfInlineEditingToggleLnk {
  z-index: 1001 !important;
}

/* user-friendly tabs layout modules */

.sfPageEditor [data-edit-label]::before {
  content: "[" attr(data-edit-label) "]";
  font-size: 14px;
  opacity: 0.3;
}

.tabs.sf_cols {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.tabs__tab > .sf_colsIn,
.tabs__pane > .sf_colsIn {
  margin: 0 !important;
}
.sfPageEditor .tabs--standard .tabs__tab {
  width: 100% !important;
  float: none !important;
}
.sfPageEditor .tabs.sf_cols .tabs__pane {
  display: block !important;
}


/*! ---------- =misc, =unique ---------- */

/* assumes 16:9 youtube embeds */
.responsive-iframe {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}
.responsive-iframe > iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}


/*! ---------- =print ---------- */

@media print {
  .page-header__toggle,
  .header-search,
  .header-utility,
  .header-nav,
  .in-this-section,
  .footer-logo,
  .footer-social,
  .footer-utility,
  .home-feature,
  .breadcrumbs,
  .share-buttons,
  .truncator-expand {
    display: none !important;
  }

  body {
    background: #fff;
  }


  @page {
    margin: 0.5in;
  }


  @page :first {
    margin-top: 1in;
  }


  @page :last {
    margin-bottom: 1in;
  }


  .page-bounds,
  .alternate-background__content {
    max-width: 100%;
  }

  .page-header,
  .content,
  .page-footer {
    padding-left: 0;
    padding-right: 0;
  }

  h1,
  h2,
  h3,
  h4 {
    page-break-after: avoid;
  }

  blockquote,
  img,
  table,
  pre {
    page-break-inside: avoid;
  }

  ul,
  ol,
  dl {
    page-break-before: avoid;
  }

  .header-logo {
    float: none;
    max-width: 150px;
    margin: 0 auto;
    padding: 0;
  }

  .page-footer {
    border-top: 1px solid #f5f5f5;
  }

  .footer-contact {
    text-align: center;
  }

  .interior-layout__title,
  .interior-layout__nav,
  .interior-layout__main,
  .interior-layout__aside {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .interior-layout__aside {
    border-top: 1px solid #ebebeb;
    padding-top: 50px;
  }

  .page-title {
    text-align: center;
  }

  .content a[href]:not([href^="#"]) {
    word-wrap: break-word;
    box-shadow: 0 2px 0 #d22f47;
    color: #4e4545;
    font-weight: 700;
  }
  .content a[href]:not([href^="#"])::after {
    content: " (" attr(href) ") ";
    font-size: 0.85em;
    color: #695d5d;
  }

  .tabs__pane {
    display: block !important;
  }

  .accordion__content {
    max-height: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  [data-truncate-to] {
    max-height: none !important;
    overflow: visible !important;
  }

  [data-truncate-to*="item"] > * {
    display: initial !important;
  }
}
