@charset "UTF-8";

[v-cloak] {
  display: none;
}

/* screen reader text */
.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  position: absolute;
}

.skip-link {
  background: #fff;
  display: inline-block;
  position: fixed;
  top: 0.5em;
  left: 0.5em;
  z-index: -1;
  margin: 0;
  padding: 0.5em;
  transform: translateY(-100%);
  transition: transform 0.3s;
}

.skip-link:focus {
  z-index: 500;
  transform: translateY(0%);
}

@media print,
(max-width: 767px) {
  br.mobile-hide {
    display: none;
  }
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  min-width: 20rem;
  background-color: #fff;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  position: relative;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  min-height: 100%;
}

.bgcolor-black {
  background-color: #000;
}

.color-black {
  color: #000;
  background-color: inherit;
}

.bgcolor-grey-dk {
  background-color: #999;
}

.color-grey-dk {
  color: #999;
  background-color: inherit;
}

.bgcolor-grey-dk2 {
  background-color: #666;
}

.color-grey-dk2 {
  color: #666;
  background-color: inherit;
}

.bgcolor-grey-dk3 {
  background-color: #1c1c1c;
}

.color-grey-dk3 {
  color: #1c1c1c;
  background-color: inherit;
}

.bgcolor-grey-dk4 {
  background-color: #242424;
}

.color-grey-dk4 {
  color: #242424;
  background-color: inherit;
}

.bgcolor-grey-dk5 {
  background-color: #333;
}

.color-grey-dk5 {
  color: #333;
  background-color: inherit;
}

.bgcolor-grey-dk6 {
  background-color: #474646;
}

.color-grey-dk6 {
  color: #fff;
  background-color: inherit;
}

.bgcolor-grey-mid {
  background-color: #757575;
}

.color-grey-mid {
  color: #757575;
  background-color: inherit;
}

.bgcolor-grey-mid2 {
  background-color: #ececec;
}

.color-grey-mid2 {
  color: #ececec;
  background-color: inherit;
}

.bgcolor-grey-lt {
  background-color: #f5f5f5;
}

.color-grey-lt {
  color: #f5f5f5;
  background-color: inherit;
}

.bgcolor-red {
  background-color: #c00;
}

.color-red {
  color: #c00;
  background-color: inherit;
}

.bgcolor-red-lt {
  background-color: #fe0000;
}

.color-red-lt {
  color: #fe0000;
  background-color: inherit;
}

.bgcolor-red-op65 {
  background-color: rgba(204, 0, 0, 0.65);
}

.color-red-op65 {
  color: rgba(204, 0, 0, 0.65);
  background-color: inherit;
}

.bgcolor-red-op75 {
  background-color: rgba(204, 0, 0, 0.75);
}

.color-red-op75 {
  color: rgba(204, 0, 0, 0.75);
  background-color: inherit;
}

.bgcolor-white {
  background-color: #fff;
}

.color-white {
  color: #fff;
  background-color: inherit;
}

.bgcolor-blue {
  background-color: #7bb9bb;
}

.color-blue {
  color: #7bb9bb;
  background-color: inherit;
}

.bgcolor-yellow {
  background-color: #eaba34;
}

.color-yellow {
  color: #eaba34;
  background-color: inherit;
}

.bgcolor-pink {
  background-color: #b561a0;
}

.color-pink {
  color: #b561a0;
  background-color: inherit;
}

.bgcolor-green {
  background-color: #a8af13;
}

.color-green {
  color: #a8af13;
  background-color: inherit;
}

input[type="text"],
input[type="email"] {
  -webkit-appearance: none;
  border: 1px solid #ccc;
  border-radius: 0 !important;
  background: transparent;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}

fieldset:focus,
input:focus,
textarea:focus {
  outline: 2px solid #c00;
}

ol,
ul,
.listcontent {
  margin: 0 0 0 2rem;
  padding: 0;
}

.listcontent li,
li {
  margin: 0.5rem 0 0.5rem 1rem;
  line-height: 2;
}

img {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

figure.img-captioned,
.img-captioned {
  margin: 0 0 2rem;
}

.img-captioned img {
  display: block;
  width: 100%;
}

.img-captioned__caption,
figcaption.img-captioned__caption {
  padding: 1.5rem 2rem;
  background-color: #f5f5f5;
  color: #5f6a72;
  line-height: 2;
  font-style: italic;
  font-family: "Merriweather", serif;
  font-size: 0.75rem;
}

.img-captioned__caption p {
  margin-bottom: 1rem;
  font-style: normal;
}

.img-captioned__caption h2 {
  margin-top: 0;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.img-captioned__caption h3 {
  color: #474646;
  font-family: "Montserrat", sans-serif;
  font-size: inherit;
  font-style: normal;
}

.img-captioned__caption .btn-text,
.img-captioned__caption .btn-bigtext {
  font-style: normal;
}

.img-linked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #fff;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
  text-transform: none;
}

.img-linked span {
  display: inline-block;
  position: relative;
  margin-left: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.img-linked span::after {
  content: "\F178";
  font-family: fontello;
  font-size: inherit;
  vertical-align: baseline;
}

.img-linked span::after {
  margin: auto;
  padding-left: 0.5em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  color: #c00;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.img-linked:hover span {
  margin-left: -0.25em;
}

.img-linked:hover span::after {
  padding-left: 1.25em;
}

.img-linked img {
  display: block;
  width: 100%;
  max-width: none;
}

.img-linked span {
  position: absolute;
  bottom: 2rem;
  z-index: 1;
  display: inline-block;
}

.img-linked:hover {
  color: #fff;
}

.img-linked.darktext {
  color: #000;
  text-shadow: none;
}

.img-linked.darktext:hover {
  color: #000;
}

.b-action {
  display: block;
  position: relative;
  padding-left: 1.5rem;
  margin: 2rem 0;
}

.b-action__title {
  color: #c00;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
}

.b-action__title a {
  color: inherit;
}

.b-action__title::before {
  display: block;
  width: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

.b-action.more .b-action__title::before {
  content: "\F105";
  font-family: fontello;
  font-size: inherit;
  vertical-align: baseline;
}

.b-action.now .b-action__title::before {
  content: "\F107";
  font-family: fontello;
  font-size: inherit;
  vertical-align: baseline;
}

.b-action__content {
  margin: 1rem 0;
}

.btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.5rem;
  padding: 0;
  border: none;
  color: #000;
  font-size: 0.7rem;
  cursor: pointer;
  background-color: transparent;
}

.btn-icon .icon {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2em;
  width: 2em;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  font-size: 1em;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}

.btn-icon .icon::before {
  position: relative;
  left: 0.01em;
}

.btn-icon .label {
  margin-left: 0.75em;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

.btn-icon .icon-forward::before,
.btn-icon .icon-location::before {
  font-size: 0.75em;
}

.btn-icon:hover .icon {
  background-color: #c00;
}

.btn-icon:focus .icon {
  outline: thin dotted;
}

.btn-icon:hover .label {
  color: #c00;
}

.btn-icon.close-popup {
  color: #c00;
  font-size: 1rem;
  background-color: transparent;
}

.btn-icon.close-popup .icon {
  background-color: transparent;
  color: currentColor;
}

.btn-icon.close-popup:hover .icon {
  background-color: #c00;
  color: #fff;
}

.btn-icon.transparent .icon {
  background-color: transparent;
  color: inherit;
}

.btn-icon.transparent:hover .icon {
  background-color: #c00;
  color: #fff;
}

.btn-icon.red {
  color: #c00;
}

.btn-icon.red .icon {
  background-color: #c00;
}

.btn-icon.red:hover .icon {
  background-color: #000;
}

.btn-icon.red:hover .label {
  color: #000;
}

@media print,
(min-width: 768px) {
  .btn-icon {
    font-size: 1.125rem;
  }
}

.btn-text {
  display: inline-block;
  height: 3rem;
  margin-right: 0.5rem;
  padding: 0 2rem;
  border: none;
  background-color: #c00;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
}

.btn-text .callout-text,
.btn-text > span {
  position: relative;
  left: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.btn-text .callout-text::after,
.btn-text > span::after {
  content: "\F178";
  font-family: fontello;
  font-size: inherit;
  vertical-align: baseline;
}

.btn-text .callout-text::after,
.btn-text > span::after {
  margin: auto auto auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% - 0.5em);
  opacity: 0;
  height: 1em;
  line-height: 1.1;
  -webkit-transition: margin 300ms ease-out, opacity 200ms;
  transition: margin 300ms ease-out, opacity 200ms;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.btn-text:not(.nohover):hover .callout-text,
.btn-text:not(.nohover):hover > span,
.btn-text:not(.nohover):focus .callout-text,
.btn-text:not(.nohover):focus > span {
  left: -0.7em;
}

.btn-text:not(.nohover):hover .callout-text::after,
.btn-text:not(.nohover):hover > span::after,
.btn-text:not(.nohover):focus .callout-text::after,
.btn-text:not(.nohover):focus > span::after {
  margin-left: 1em;
  opacity: 1;
}

.btn-text span {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.btn-text:not(.nohover):hover,
.btn-text:not(.nohover):focus {
  color: #fff;
}

.btn-text:focus,
.btn-text:active {
  outline: #666 auto 5px;
}

.btn-text:disabled {
  opacity: 0.35;
}

.btn-text:disabled > span {
  position: static;
}

.btn-text:disabled > span::after {
  display: none;
}

.btn-text.transparent {
  background-color: transparent;
  border: 1px solid #c00;
  color: #c00;
  font-size: 1.1rem;
  font-weight: 600;
}

.btn-text.transparent:not(.nohover):hover,
.btn-text.transparent:not(.nohover):focus {
  color: #c00;
}

.btn-text.transparent.borderless {
  border: none;
}

.btn-text.transparent.borderless:not(.nohover):hover,
.btn-text.transparent.borderless:not(.nohover):focus {
  text-decoration: underline;
}

.btn-text.white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #c00;
  font-size: 1.1rem;
  font-weight: 600;
}

.btn-text.white:not(.nohover):hover,
.btn-text.white:not(.nohover):focus {
  color: #c00;
  background-color: #fff;
  border-color: #fff;
}

.btn-text.color-white {
  color: #fff;
  border-color: #fff;
}

.btn-text.color-white:not(.nohover):hover,
.btn-text.color-white:not(.nohover):focus {
  color: #fff;
}

.btn-text.semi-transparent {
  background-color: rgba(28, 28, 28, 0.5);
  border-width: 1px;
  border-style: solid;
}

.btn-bigtext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25em;
  border: none;
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: 0.03em;
  cursor: pointer;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}

.btn-bigtext .callout-text,
.btn-bigtext > span {
  position: relative;
  left: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.btn-bigtext .callout-text::after,
.btn-bigtext > span::after {
  content: "\F178";
  font-family: fontello;
  font-size: inherit;
  vertical-align: baseline;
}

.btn-bigtext .callout-text::after,
.btn-bigtext > span::after {
  margin: auto auto auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% - 0.5em);
  opacity: 0;
  height: 1em;
  line-height: 1.1;
  -webkit-transition: margin 300ms ease-out, opacity 200ms;
  transition: margin 300ms ease-out, opacity 200ms;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.btn-bigtext:hover .callout-text,
.btn-bigtext:hover > span {
  left: -0.7em;
}

.btn-bigtext:hover .callout-text::after,
.btn-bigtext:hover > span::after {
  margin-left: 1em;
  opacity: 1;
}

.btn-bigtext span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin-top: 0.5em;
  color: #c00;
  font-size: 0.7em;
  font-weight: 700;
  text-shadow: 0 0 1px;
}

.btn-bigtext:hover {
  color: #fff;
  background-color: #000;
}

.btn-bigtext:focus,
.btn-bigtext:active {
  outline: #666 auto 5px;
}

@media print,
(min-width: 768px) {
  .btn-bigtext {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 1.7em;
    letter-spacing: 0.05em;
    line-height: 1;
    font-size: 1.4em;
  }

  .btn-bigtext span {
    margin-top: 0;
    margin-left: 3.5em;
    font-size: 0.55em;
  }
}

.btn-scrollmore {
  display: inline-block;
  padding: 0 0.5rem;
  border-top: 0px solid;
  color: inherit;
  line-height: 1.5;
  font-size: 2.625rem;
}

.btn-scrollmore:hover {
  color: inherit;
}

.fldtext {
  height: 3rem;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  text-transform: none;
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: top;
}

.fldtext input[type="text"],
.fldtext input[type="email"],
.fldtext input[type="file"],
.fldtext select {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: normal;
}

.fldtext label {
  position: relative;
  z-index: 2;
  color: #333;
  font-size: 0.8em;
  font-weight: 400;
  letter-spacing: normal;
  white-space: nowrap;
}

.fldtext input[type="text"],
.fldtext input[type="email"] {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.3rem 1rem 0.3rem;
  font-size: 1rem;
}

.fldtext input[type="text"]:-moz-placeholder-shown,
.fldtext input[type="email"]:-moz-placeholder-shown {
  padding: 1rem;
}

.fldtext input[type="text"]:-ms-input-placeholder,
.fldtext input[type="email"]:-ms-input-placeholder {
  padding: 1rem;
}

.fldtext input[type="text"]:placeholder-shown,
.fldtext input[type="email"]:placeholder-shown {
  padding: 1rem;
}

.fldtext input[type="text"]:-moz-placeholder-shown + label,
.fldtext input[type="email"]:-moz-placeholder-shown + label {
  top: 1rem;
}

.fldtext input[type="text"]:-ms-input-placeholder + label,
.fldtext input[type="email"]:-ms-input-placeholder + label {
  top: 1rem;
}

.fldtext input[type="text"]:placeholder-shown + label,
.fldtext input[type="email"]:placeholder-shown + label {
  top: 1rem;
}

.fldtext input[type="text"]:focus,
.fldtext input[type="email"]:focus {
  outline: none;
  border-color: #c00;
  border-width: 2px;
}

.fldtext input[type="text"]:focus + label,
.fldtext input[type="email"]:focus + label {
  top: 0.45rem;
}

.fldtext input[type="text"]:required + label::after,
.fldtext input[type="email"]:required + label::after,
.fldtext input[type="text"].required + label::after,
.fldtext input[type="email"].required + label::after {
  content: "*";
  vertical-align: text-top;
  color: #666;
  line-height: 1;
  font-weight: 400;
  font-size: 0.875rem;
  margin-left: 0.1em;
  vertical-align: middle;
}

.fldtext label {
  position: absolute;
  top: 0.45rem;
  left: 1rem;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.fldtext.outsidelabel {
  height: auto;
  margin-bottom: 2.5rem;
}

.fldtext.outsidelabel input[type="text"],
.fldtext.outsidelabel input[type="email"] {
  margin-top: 2rem;
  padding: 1.1rem 1.5rem;
  background-color: #f5f5f5;
  border: none;
  border-radius: 5px !important;
  font-weight: 500;
}

.fldtext.outsidelabel input[type="text"] + label,
.fldtext.outsidelabel input[type="email"] + label {
  top: 0;
  left: 0;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
}

.fldtext.outsidelabel input[type="text"]::-webkit-input-placeholder,
.fldtext.outsidelabel input[type="email"]::-webkit-input-placeholder {
  color: #999;
  font-style: italic;
  letter-spacing: 0.05em;
}

.fldtext.outsidelabel input[type="text"]:-ms-input-placeholder,
.fldtext.outsidelabel input[type="email"]:-ms-input-placeholder {
  color: #999;
  font-style: italic;
  letter-spacing: 0.05em;
}

.fldtext.outsidelabel input[type="text"]::-ms-input-placeholder,
.fldtext.outsidelabel input[type="email"]::-ms-input-placeholder,
.fldtext.outsidelabel input[type="text"]::-moz-placeholder,
.fldtext.outsidelabel input[type="email"]::-moz-placeholder {
  color: #999;
  font-style: italic;
  letter-spacing: 0.05em;
}

.fldtext.outsidelabel input[type="text"]::placeholder,
.fldtext.outsidelabel input[type="email"]::placeholder {
  color: #999;
  font-style: italic;
  letter-spacing: 0.05em;
}

.checkbox {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.checkbox label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /* color: #999; */
  color: #666;
  line-height: 1.2;
  cursor: pointer;
}

.checkbox label::before {
  content: "\E806";
  font-family: fontello;
  font-size: inherit;
  vertical-align: baseline;
}

.checkbox label span {
  margin-right: 0.5rem;
}

.checkbox label:hover {
  color: #000;
}

.checkbox label::before {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #ccc;
  margin-right: 0.75rem;
  margin-top: -0.2em;
  text-align: center;
  line-height: 1.4;
  font-weight: 500;
}

.checkbox input[type="checkbox"] {
  visibility: visible;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
}

.checkbox input[type="checkbox"]:checked + label {
  color: #000;
  font-weight: 600;
}

.checkbox input[type="checkbox"]:checked + label::before {
  content: "\E806";
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.checkbox input[type="checkbox"]:focus + label::before {
  border-color: #c00;
  border-width: 2px;
}

.select-wrap {
  position: relative;
  display: inline-block;
  max-width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: inherit;
  font-weight: 700;
}

.select-wrap::after {
  content: "\F107";
  font-family: fontello;
  font-size: 1.35em;
  vertical-align: baseline;
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 500;
  pointer-events: none !important;
}

.select-wrap label {
  margin-right: 0.5rem;
}

.select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 0.4rem 2rem 0.4rem 4px;
  background-color: transparent;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
}

.select-wrap select:active,
.select-wrap select:focus {
  /* outline: none; */
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}

.select-wrap select::-ms-expand {
  display: none;
}

.select-wrap select option {
  padding: 0.25rem;
}

.select-wrap select option[hidden],
.select-wrap select option[disabled] {
  display: none;
}

.select-wrap.boxed::after {
  right: 0.6em;
}

.select-wrap.boxed select {
  padding: 0.6rem 2.5em 0.6rem 1em;
  border: 1px solid #ccc;
}

.select-wrap.boxed:focus {
  outline: none;
}

.select-wrap.nolabel label {
  display: none;
}

.select-wrap.insidelabel {
  height: 3rem;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  text-transform: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.select-wrap.insidelabel input[type="text"],
.select-wrap.insidelabel input[type="email"],
.select-wrap.insidelabel input[type="file"],
.select-wrap.insidelabel select {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: normal;
}

.select-wrap.insidelabel label {
  position: relative;
  z-index: 2;
  color: #333;
  font-size: 0.8em;
  font-weight: 400;
  letter-spacing: normal;
  white-space: nowrap;
}

.select-wrap.insidelabel label {
  padding: 0.5em 2.5rem 0 1rem;
}

.select-wrap.insidelabel select {
  position: relative;
  z-index: 1;
  height: 3rem;
  border: 1px solid #ccc;
  padding: 1.3em 2.5rem 0.2em 1rem;
  margin: -1.28em 0 0;
}

.select-wrap.insidelabel select:focus {
  outline: none;
  border-color: #c00;
  border-width: 2px;
}

.select-wrap.required label::after {
  content: "*";
  vertical-align: text-top;
  color: #666;
  line-height: 1;
  font-weight: 400;
  font-size: 0.875rem;
}

.select-wrap.required.nolabel {
  margin-right: 1rem;
}

.select-wrap.required.nolabel::before {
  content: "*";
  vertical-align: text-top;
  color: #666;
  line-height: 1;
  font-weight: 400;
  font-size: 0.875rem;
  position: absolute;
  right: -0.5rem;
  top: 0.2rem;
}

.textarea-wrap label {
  display: block;
}

.textarea-wrap textarea {
  display: block;
  width: 100%;
  padding: 0.5rem;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
}

.textarea-wrap.required label::after {
  content: "*";
  vertical-align: text-top;
  color: #666;
  line-height: 1;
  font-weight: 400;
  font-size: 0.875rem;
}

.textarea-wrap.required.nolabel {
  margin-right: 1rem;
}

.textarea-wrap.required.nolabel::before {
  content: "*";
  vertical-align: text-top;
  color: #666;
  line-height: 1;
  font-weight: 400;
  font-size: 0.875rem;
  position: absolute;
  right: -0.5rem;
  top: 0.2rem;
}

.fileinput-wrap {
  height: 3.5rem;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  text-transform: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #ccc;
}

.fileinput-wrap input[type="text"],
.fileinput-wrap input[type="email"],
.fileinput-wrap input[type="file"],
.fileinput-wrap select {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: normal;
}

.fileinput-wrap label {
  position: relative;
  z-index: 2;
  color: #333;
  font-size: 0.8em;
  font-weight: 400;
  letter-spacing: normal;
  white-space: nowrap;
}

.fileinput-wrap label {
  padding: 0 1rem;
}

.fileinput-wrap input[type="file"] {
  position: relative;
  z-index: 1;
  padding: 1.5em 1rem 0.3em 1rem;
  margin: -1.3em 0 -0.3em;
  background-color: transparent;
  font-size: 1rem;
  cursor: pointer;
}

.table__basic--wrapper {
  max-width: 92vw;
  overflow: auto;
}
.table__basic {
    border-collapse: collapse;
}
.table__basic,
.table__basic tr,
.table__basic th,
.table__basic td {
    border: 1px solid #999;
}
.table__basic th,
.table__basic td {
    padding: 0.25em 2em 0.25em 0.5em;
    text-align: left;
}
.table__basic th {
    background-color: #d8d8d8;
    font-weight: 400;
}
.table__basic td {
    font-weight: 300;
}

.tablecontent {
  display: block;
  width: auto;
  overflow: auto;
  border-collapse: separate;
  border-spacing: 0 0.5rem;
  color: #999;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.7rem;
}

.tablecontent::-webkit-scrollbar {
  width: 12px;
}

.tablecontent::-webkit-scrollbar-thumb {
  background-color: #a6a6a6;
  background-clip: padding-box;
  border: 4px solid transparent;
  border-radius: 8px;
}

.tablecontent::-webkit-scrollbar-corner {
  background-color: transparent;
}

.tablecontent::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

.tablecontent > thead {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8em;
}

.tablecontent > thead th {
  width: auto;
  min-width: 8rem;
  padding: 1rem 1rem 0.25rem;
  vertical-align: bottom;
  text-align: left;
}

.tablecontent > tbody > tr {
  background-color: #f5f5f5;
}

.tablecontent > tbody > tr > td {
  padding: 1rem;
}

.tablecontent > tbody > tr > td:first-child {
  color: #000;
  line-height: 1.3;
  font-size: 1.1em;
}

.tablecontent.zebra > tbody > tr:nth-child(even) {
  background-color: #fff;
}

@media print,
(min-width: 1024px) {
  .tablecontent {
    font-size: 0.8125rem;
  }
}

hr.short {
  width: 6rem;
  border: 0.21rem solid #fe0000;
  margin: 4rem 0 2rem;
  background-color: #fe0000;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #999;
}

.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #c00;
}

.mfp-gallery img.mfp-img {
  padding: 2rem 2.5rem;
  background-color: #f5f5f5;
}

.mfp-bottom-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0 2.5rem;
  color: #333;
  text-shadow: 0px 1px 0px #fff;
  line-height: 1.5;
  font-size: 0.8em;
}

.mfp-title,
.mfp-counter {
  position: static;
  padding: 0;
  color: inherit;
  font: inherit;
}

.mfp-counter {
  padding-left: 1.5rem;
}

.mfp-arrow-left::after {
  content: "\F104";
  font-family: fontello;
  font-size: inherit;
  vertical-align: baseline;
  padding-right: 0.1em;
}

.mfp-arrow-right::after {
  content: "\F105";
  font-family: fontello;
  font-size: inherit;
  vertical-align: baseline;
  padding-left: 0.1em;
}

.mfp-arrow::before,
.mfp-arrow-left::before,
.mfp-arrow-right::before {
  display: none;
}

.mfp-arrow::after,
.mfp-arrow-left::after,
.mfp-arrow-right::after {
  border: none;
  margin: 0;
}

.mfp-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  color: #333;
  font-weight: 700;
  font-size: 3rem;
}

.mfp-arrow::after {
  width: 1.2em;
  height: 1.2em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #f5f5f5;
  border-radius: 50%;
  line-height: 1.1;
  text-align: center;
}

.mfp-arrow:active {
  margin: 0;
  top: 49.5%;
}

html {
  font-size: 16px;
}

body {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

@media print,
(min-width: 768px) {
  body {
    letter-spacing: 0.05em;
  }
}

.fonts-sans {
  font-family: "Montserrat", sans-serif;
}

.fonts-serif {
  font-family: "Merriweather", serif;
}

.font-chakra-petch {
  font-family: "Chakra Petch", sans-serif !important;
}

h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.75em;
}

h1 .btn-icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin: 0;
  padding: 0.35em 0.5rem 0.35em 1rem;
  font-size: 0.5em;
}

@media print,
(min-width: 768px) {
  h1 {
    font-size: 2.25rem;
    margin-bottom: 2rem;
  }
}

h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.45;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.4em;
}

@media print,
(min-width: 768px) {
  h2 {
    margin-top: 1.5rem;
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-size: 1.375rem;
  }
}

h3 {
  margin-top: 2rem;
  margin-bottom: 0;
  font-family: "Merriweather", serif;
  font-size: 1rem;
  font-weight: 700;
}

h1 .note,
h2 .note,
h3 .note {
  display: inline-block;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 0.2em;
  margin-left: 1.75em;
  font-size: 0.5em;
}

@media print,
(min-width: 1024px) {

  h1 .note,
  h2 .note,
  h3 .note {
    margin-bottom: 0.5em;
    font-size: 0.4em;
  }
}

h4 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-family: "Merriweather", serif;
  font-size: 0.8125rem;
  font-weight: 700;
}

h5 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-family: "Merriweather", serif;
  font-size: 0.8125rem;
  font-weight: 400;
  font-style: italic;
}

h6 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-family: "Merriweather", serif;
  font-size: 0.8125rem;
  font-weight: 700;
  font-style: italic;
}

.sectionhead {
  margin-bottom: 0.35em;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 4em;
}

@media print,
(min-width: 640px) {
  .sectionhead {
    font-size: 6em;
  }
}

@media print,
(min-width: 768px) {
  .sectionhead {
    font-size: 7.15em;
  }
}

a,
button.natural,
.c-thumbitem__link {
  color: #c00;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover,
button.natural:hover,
.c-thumbitem__link:hover {
  color: #000;
}

a:focus,
button.natural:focus {
  outline: thin dotted;
}

a.underlined {
  text-decoration: underline;
}

.focused {
  filter: drop-shadow(1px 1px 1px #000) drop-shadow(1px 1px 6px #000);
}

.focused:hover,
.focused:focus {
  filter: drop-shadow(1px 1px 1px #000) !important;
}

button.natural {
  border: 0;
  margin: 0;
  background-color: transparent;
  padding: 0;
  letter-spacing: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

p {
  margin-bottom: 1rem;
  margin-top: 0;
}

@media print,
(min-width: 768px) {
  p {
    margin-bottom: 2rem;
  }
}

.caption {
  color: #999;
  font-family: "Merriweather", serif;
  font-style: italic;
  font-size: 0.75rem;
}

.aspectratio {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.aspectratio__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.aspectratio.ratio4x3 {
  padding-bottom: 75%;
}

@media print,
(min-width: 1024px) {
  .blurred::after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background-color: #000;
    opacity: 0.4;
  }
}

.centered-block {
  max-width: none;
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.centered-block.full-width {
  max-width: 100rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
}

@media print,
(min-width: 1024px) {
  .centered-block {
    max-width: 100rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
  }
}

.flexrow-center {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.float-left {
  float: left;
}

.float-right {
  float: left;
}

.hideme {
  display: none !important;
}

.hideshift {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
  opacity: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  outline: none !important;
  height: 0 !important;
  overflow: hidden !important;
}

.icon-smaller {
  font-size: 0.75em;
}

.icon-larger {
  font-size: 1.2em;
}

.indent {
  display: block;
  margin-right: 2rem;
  margin-left: 2rem;
}

.image-block {
  display: block;
  max-width: 100%;
}

.noscroll {
  overflow: hidden;
}

.noscroll::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: transparent;
  pointer-events: auto;
}

.setgutter {
  padding-left: 0;
  padding-right: 0;
}

@media print,
(min-width: 1024px) {
  .setgutter {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media print,
(min-width: 1200px) {
  .setgutter {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.text-upper {
  text-transform: uppercase;
}

.vertspace {
  margin-bottom: 1rem;
}

@media print,
(min-width: 768px) {
  .vertspace {
    margin-bottom: 2rem;
  }
}

.zebra > div:nth-child(even),
.zebra > li:nth-child(even),
.zebra > tr:nth-child(even),
.zebra > tbody > tr:nth-child(even) {
  background-color: #f5f5f5;
}

.zebrabg {
  background-color: #f5f5f5;
}

@media screen {
  .printonly {
    display: none !important;
  }
}

.animate-scrollmore {
  position: relative;
}

@media print,
(min-width: 1024px) {
  .animate-scrollmore {
    -webkit-animation-name: scrollmore;
    animation-name: scrollmore;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }
}

.slidepopup {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 22;
  width: 100%;
  height: 100%;
  padding: 5rem 1.5rem 1.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: right 500ms ease-in-out;
  transition: right 500ms ease-in-out;
  display: none;
}

.slidepopup.showpopup {
  right: 0;
  display: block;
}

.slidepopup::-webkit-scrollbar {
  width: 12px;
}

.slidepopup::-webkit-scrollbar-thumb {
  background-color: #a6a6a6;
  background-clip: padding-box;
  border: 4px solid transparent;
  border-radius: 8px;
}

.slidepopup::-webkit-scrollbar-corner {
  background-color: transparent;
}

.slidepopup::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

@-webkit-keyframes scrollmore {
  from {
    top: 0;
  }

  25% {
    top: 1rem;
  }

  70% {
    top: 1rem;
  }

  to {
    top: 0;
  }
}

@keyframes scrollmore {
  from {
    top: 0;
  }

  25% {
    top: 1rem;
  }

  70% {
    top: 1rem;
  }

  to {
    top: 0;
  }
}

.wait-bars {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.wait-bars div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: rgba(204, 0, 0, 0.75);
  -webkit-animation: wait-bars 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  animation: wait-bars 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.wait-bars div:nth-child(1) {
  left: 6px;
  -webkit-animation-delay: -0.24s;
  animation-delay: -0.24s;
}

.wait-bars div:nth-child(2) {
  left: 26px;
  -webkit-animation-delay: -0.12s;
  animation-delay: -0.12s;
}

.wait-bars div:nth-child(3) {
  left: 45px;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

.wait-bars.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@-webkit-keyframes wait-bars {
  0% {
    top: 6px;
    height: 51px;
  }

  50%,
  100% {
    top: 19px;
    height: 26px;
  }
}

@keyframes wait-bars {
  0% {
    top: 6px;
    height: 51px;
  }

  50%,
  100% {
    top: 19px;
    height: 26px;
  }
}

.special-notice {
  position: absolute;
  z-index: 10;
  top: 40px;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  max-width: none !important;
  overflow: visible !important;
}

.special-notice.is-relative {
  position: relative;
  height: auto;
}

.special-notice-inner {
  margin: 0 !important;
  padding: 0 !important;
  background: #c00;
  color: #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-top: 1px;
}

.special-notice-inner > div {
  text-align: center;
  width: 100%;
  padding: 1em 1.5em;
  border-bottom: 2px solid #fff;
}

.special-notice-inner > div:last-child {
  border-bottom: 0 none;
}

.special-notice-inner > div > div {
  max-width: 1200px;
  margin: 0 auto;
}

.special-notice-inner a,
.special-notice-inner a:hover,
.special-notice-inner a:focus,
.special-notice-inner a:active {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.special-notice-inner p {
  line-height: 1.5;
}

.special-notice-inner p:last-of-type {
  margin-bottom: 0;
}

.special-notice + .c-spotlight.banner {
  padding-top: 12em;
}

.special-notice.is-relative + .c-spotlight.banner {
  padding-top: 0;
}

@media print,
(min-width: 1024px) {
  .special-notice {
    top: 1px;
  }

  .special-notice + .c-spotlight.banner {
    padding-top: 8em;
  }

  .special-notice.is-relative + .c-spotlight.banner {
    padding-top: 0;
  }
}

.nav-crumbs {
  padding: 1.25rem 2rem 1.25rem 0;
  font-size: 0.75rem;
  font-weight: 300;
}

.nav-crumbs ul,
.nav-crumbs ol {
  margin: 0;
}

.nav-crumbs li {
  display: inline;
  margin: 0;
  line-height: inherit;
}

@media print,
(min-width: 768px) {
  .nav-crumbs {
    font-size: 0.8rem;
  }
}

@media print,
(min-width: 1024px) {
  .nav-crumbs {
    padding: 3rem 0;
  }
}

ul.nav-crumbs__list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  /* color: #999; */
  color: #666;
}

ul.nav-crumbs__list li + li::before {
  content: "/";
  margin: 0 0.8em;
  /* color: inherit; */
  color: currentColor;
}

.nav-crumbs__item {
  /* color: inherit; */
  color: currentColor;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.nav-crumbs__item.current,
.nav-crumbs__item:hover {
  color: #000;
}

.nav-crumbs__item:focus {
  outline: thin dotted;
}

.nav-secondary {
  max-width: 100%;
  margin-right: 2rem;
  line-height: 1.3;
  font-size: 0.8rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.nav-secondary li {
  margin: 0;
  line-height: inherit;
}

.nav-secondary .select-wrap {
  margin-bottom: 2rem;
}

.nav-secondary__list {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  list-style: none;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  margin: 0;
  padding: 0;
}

.nav-secondary__list > li + li {
  border-top: 1px solid #ccc;
}

.nav-secondary__item {
  display: block;
  padding: 1rem;
  color: #000;
}

.nav-secondary__item:hover {
  color: #c00;
}

.nav-secondary__item.current {
  background-color: #fff;
  color: #c00;
}

@media print,
(min-width: 1024px) {
  .nav-secondary {
    max-width: 18.5rem;
  }

  .nav-secondary .select-wrap {
    display: none;
  }

  .nav-secondary__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.strip.nav-secondary {
  max-width: none;
  margin-bottom: 1rem;
  margin-right: 0;
  line-height: 1;
  font-size: 0.875rem;
  font-weight: 600;
}

.strip.nav-secondary .nav-secondary__list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  background-color: transparent;
  border-width: 0;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
}

.strip.nav-secondary .nav-secondary__list > li + li {
  border: 0;
}

.strip.nav-secondary .nav-secondary__item {
  padding: 0.6rem 1.2rem;
  margin: 0 0.2rem 0.5rem 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.strip.nav-secondary .nav-secondary__item:hover,
.strip.nav-secondary .nav-secondary__item.current {
  background-color: #c00;
  color: #fff;
}

@media print,
(min-width: 1024px) {
  .strip.nav-secondary {
    margin-bottom: 4rem;
  }
}

header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 21;
  background-color: #000;
  -webkit-box-shadow: 0 1px 0px #242424;
  box-shadow: 0 1px 0px #242424;
  opacity: 1;
  -webkit-transition: opacity 300ms, height 100ms,
    -webkit-transform 400ms ease-in-out;
  transition: opacity 300ms, height 100ms, -webkit-transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out, opacity 300ms, height 100ms;
  transition: transform 400ms ease-in-out, opacity 300ms, height 100ms,
    -webkit-transform 400ms ease-in-out;
}

header.nav--hidden {
  opacity: 0;
  height: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: opacity 400ms, -webkit-transform 400ms ease-in-out;
  transition: opacity 400ms, -webkit-transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out, opacity 400ms;
  transition: transform 400ms ease-in-out, opacity 400ms,
    -webkit-transform 400ms ease-in-out;
  overflow: hidden;
}

header.nav--fixed {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  overflow: visible;
}

header .close-popup {
  display: none;
}

@media print,
(min-width: 1024px) {
  header {
    height: 100px;
  }
}

.nav-univ {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  /* background-color: transparent; */
}

.nav-univ,
header.mobileview .nav-primary .nav-primary__home {
  line-height: 1.2;
  font-size: 0.7rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.nav-univ > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-univ li {
  margin: 0;
  line-height: inherit;
}

.nav-univ__mobile-home {
  /* position: relative; */
  height: 100%;
  padding: 0.75rem;
  margin-left: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.nav-univ__mobile-home img {
  display: block;
  width: auto;
  max-height: 100%;
}

.nav-univ__main,
.nav-univ__main .mobile-hide {
  display: none;
}

.nav-univ__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  line-height: 1;
  color: #999;
}

.nav-univ__item:hover,
.nav-univ__item.active {
  color: #f5f5f5;
}

.nav-univ__tab-chkbox {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

@media print,
(min-width: 1024px) {
  .nav-univ {
    position: relative;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #000;
    height: 40px;
  }

  .nav-univ::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #242424;
  }

  .nav-univ > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    overflow: hidden;
  }

  .nav-univ > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-univ__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-univ__item {
    padding: 0 1.05rem;
    border-right: 1px solid #242424;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    height: 40px;
  }

  .nav-univ__mobile-home {
    display: none;
  }

  .nav-univ .nav-primary {
    position: absolute;
    top: 40px;
    left: 0;
  }

  .nav-univ .mobile-show {
    display: none;
  }

  .nav-univ__main .mobile-hide {
    display: block;
  }
}

.nav-primary {
  display: none;
  position: relative;
  z-index: 11;
  background-color: #000;
  width: 100%;
  height: 60px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.65rem;
}

.nav-primary .mobile-show {
  text-transform: none;
}

.nav-primary .close-popup {
  display: none;
}

.nav-primary__home {
  padding: 0 1.1rem;
  margin-right: auto;
}

.nav-primary__home img {
    max-height: 40px;
}

.nav-primary__home:focus {
  outline: thin dotted;
}

.nav-primary__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  list-style: none;
  margin: 0 auto 0 0;
  padding: 0;
}

.nav-primary__list ul,
.nav-primary__list ol {
  margin: 0;
}

.nav-primary__list li {
  margin: 0;
  line-height: inherit;
}

.nav-primary__item.active .nav-primary__title,
.nav-primary__item:hover .nav-primary__title {
  color: #fff;
}

.nav-primary__item.selected .nav-primary__submenu {
  height: auto;
  -webkit-transition: height 300ms ease-in-out;
  transition: height 300ms ease-in-out;
}

.nav-primary__item.selected .nav-primary__submenu__links {
  top: 0;
  opacity: 1;
  -webkit-transition: top 200ms, opacity 100ms;
  transition: top 200ms, opacity 100ms;
}

.nav-primary__item.selected .nav-primary__photo span {
  opacity: 1;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.nav-primary__tab-chkbox {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.nav-primary__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.5vw;
  height: 60px;
  color: #999;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  background: transparent;
  border: 0 none;
  text-transform: uppercase;
}

.nav-primary button.nav-primary__title {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.nav-primary__title:focus {
  outline: thin dotted currentColor;
}

.nav-primary__title > .submenu-icon::before {
  content: "\F105";
  font-weight: 700;
  margin: 0 0.5em;
}

@media print,
(min-width: 1024px) {
  .nav-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-primary .selected .close-popup {
    display: inline-block;
    position: absolute;
    right: 0;
    /* bottom: -40px; */
    top: 0;
    z-index: 100;
  }

  .nav-primary .selected .close-popup .icon {
    background: #fff;
    color: #c00;
  }

  .nav-primary .selected .close-popup:hover .icon {
    background: #c00;
    color: #fff;
  }

  .nav-primary__list {
    width: auto;
    max-width: none;
    padding-right: 20em;
  }

  .nav-primary__title > .submenu-icon::before {
    content: "\F107";
    font-weight: 700;
    margin: 0 0.5em;
    display: inline-block;
  }

  .nav-primary__item.selected .nav-primary__title > .submenu-icon::before {
    transform: rotateX(180deg);
  }
}

@media print,
(min-width: 1200px) {
  .nav-primary {
    font-size: 0.75rem;
  }

  .nav-primary__title {
    padding: 0 1vw;
  }
}

@media print,
(min-width: 1440px) {
  .nav-primary {
    font-size: 0.875rem;
  }
}

@media print,
(min-width: 1600px) {
  .nav-primary__title {
    padding: 0 1.8vw;
  }
}

.nav-primary__submenu {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  height: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 60px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.35);
  font-size: 0.82rem;
  font-weight: 500;
  overflow: hidden;
  -webkit-transition: height 300ms ease-in-out;
  transition: height 300ms ease-in-out;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.showsubmenu .nav-primary__submenu,
.selected > .nav-primary__submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-primary__submenu,
.nav-primary__photo a {
  background-color: #fff;
}

.nav-primary__submenu__links {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 72%;
  flex: 0 0 72%;
  max-width: 72%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.4;
  position: relative;
  top: -2rem;
  opacity: 0;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.nav-primary__submenu__links > div {
  width: auto;
  padding: 2rem 0.5rem;
}

.nav-primary__submenu__links > div:first-of-type {
  padding-left: 2rem;
}

.nav-primary__submenu__links h3 {
  margin: 0;
  padding: 0.5rem 1.25rem;
  color: #c00;
  text-transform: uppercase;
  font-family: inherit;
  font-size: 1.1em;
  font-weight: 500;
}

.nav-primary__submenu__links li {
  margin: 0;
  list-style: none;
  text-transform: none;
}

@media print,
(min-width: 1440px) {
  .nav-primary__submenu__links > div {
    padding: 2rem;
  }
}

.nav-primary__submenu__item {
  display: block;
  padding: 0.5rem 1.25rem;
  color: inherit;
}

.nav-primary__submenu__item:hover {
  color: #c00;
  text-decoration: underline;
}

.nav-primary__submenu__item.active {
  /* Active state can be styled, if needed */
}

.nav-primary__submenu__item + ul,
.nav-primary__submenu__item + ol {
  margin-left: 1.25rem;
}

.nav-primary__submenu__links ul ul {
  padding: 0.5rem 0;
}

.nav-primary__submenu__links ul ul .nav-primary__submenu__item {
  padding: 0.25rem 1rem;
}

.nav-primary__photo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  max-width: 28%;
  height: 100%;
}

.nav-primary__photo .img-linked {
  overflow: hidden;
  position: relative;
  padding: 0;
  height: 100%;
}

.nav-primary__photo .img-linked img,
.nav-primary__photo .img-linked video {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.no-objectfit .nav-primary__photo .img-linked img,
.no-objectfit .nav-primary__photo .img-linked video {
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  height: auto;
  width: auto !important;
  padding: 0;
  position: absolute;
}

.no-objectfit .nav-primary__photo .img-linked img,
.no-objectfit .nav-primary__photo .img-linked video {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nav-primary__photo .img-linked span {
  opacity: 0;
}

.nav-util {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12;
  height: 60px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.3rem;
}

.nav-util ul,
.nav-util ol {
  margin: 0;
}

.nav-util li {
  margin: 0;
  line-height: inherit;
}

.nav-util__item {
  padding: 0 0.75rem;
  color: #999;
  background: transparent;
  border: none;
}

.nav-util__item:hover,
.nav-util__item:focus {
  color: #f5f5f5;
}

.nav-util__item:focus {
  outline: thin dotted;
}

/* .nav-util .locator span {
display: none;
} */
@media print,
(min-width: 1024px) {
  .nav-util {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    top: 40px;
    height: 60px;
    font-size: 0.7rem;
  }

  .nav-util__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 0.75rem;
    background-color: #c00;
    color: #f5f5f5;
    border: none;
    border-right: 1px solid #242424;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all 300ms;
    transition: all 300ms;
  }

  .nav-util__item.locator .icon {
    font-size: 1.4em;
    margin-right: 0.5em;
    vertical-align: middle;
    font-weight: 400;
  }

  .nav-util__item.locator span {
    display: inline;
  }

  .nav-util__item.search {
    width: 40px;
    border-right: none;
  }

  .nav-util__item.search .icon {
    font-size: 1.3em;
    font-weight: 400;
  }

  .nav-util__item.mobile-menu {
    display: none;
  }

  .nav-util__item:hover,
  .nav-util__item.active {
    background-color: #f5f5f5;
    color: #c00;
  }
}

@media print,
(min-width: 1200px) {
  .nav-util {
    font-size: 0.8rem;
  }
}

@media print,
(min-width: 1400px) {
  .nav-util {
    font-size: 0.875rem;
  }
}

.nav-footer {
  display: none;
}

header.mobileview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  height: 100%;
  width: 100%;
  opacity: 1 !important;
  background-color: #ececec !important;
  -webkit-transition: initial !important;
  transition: initial !important;
}

header.mobileview .nav-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 100%;
  width: 100%;
  min-width: 20rem;
  overflow-y: auto;
  overflow-x: hidden;
}

header.mobileview .nav-wrapper::-webkit-scrollbar {
  width: 12px;
}

header.mobileview .nav-wrapper::-webkit-scrollbar-thumb {
  background-color: #a6a6a6;
  background-clip: padding-box;
  border: 4px solid transparent;
  border-radius: 8px;
}

header.mobileview .nav-wrapper::-webkit-scrollbar-corner {
  background-color: transparent;
}

header.mobileview .nav-wrapper::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

header.mobileview .close-popup {
  display: none;
  position: fixed;
  top: 0.5rem;
  right: 1rem;
  z-index: 23;
  color: #fff;
}

header.mobileview > .nav-wrapper > .close-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.mobileview .nav-univ {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: block;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
  width: 100%;
  padding-top: 2.5rem;
  background-color: #000;
  overflow: hidden;
  z-index: 21;
}

header.mobileview .nav-univ.submenu-open {
  height: 100%;
}

header.mobileview .nav-util,
header.mobileview .nav-univ__mobile-home,
header.mobileview .nav-univ__util {
  display: none;
}

header.mobileview .nav-univ__main {
  display: block;
  width: 100%;
  background-color: #1c1c1c;
}

header.mobileview .nav-univ__item {
  position: relative;
  z-index: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: auto;
  padding: 1rem 1.25rem;
  background-color: transparent;
}

header.mobileview .nav-univ__item.active {
  background-color: #000;
}

header.mobileview .nav-primary,
header.mobileview .nav-univ__item.active + div {
  display: block;
  height: auto;
}

header.mobileview .nav-primary {
  display: block !important;
  width: 100%;
}

header.mobileview .nav-primary .nav-primary__home {
  display: block;
  text-transform: none;
  font-weight: 400;
}

header.mobileview .nav-primary .nav-primary__home.mobile-hide {
  display: none;
}

header.mobileview .nav-primary__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  padding-bottom: 1rem;
}

header.mobileview .nav-primary__title {
  height: auto;
  padding: 1rem 1.25rem;
  color: #fff;
}

header.mobileview .nav-primary__item {
  background-color: transparent;
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms;
}

header.mobileview .nav-primary__submenu,
header.mobileview .nav-primary__item.showsubmenu .nav-primary__submenu {
  height: auto;
  width: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

header.mobileview .nav-primary__submenu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 0.9rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

header.mobileview .nav-primary__item.showsubmenu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}

header.mobileview .nav-primary__item.showsubmenu::-webkit-scrollbar {
  width: 12px;
}

header.mobileview .nav-primary__item.showsubmenu::-webkit-scrollbar-thumb {
  background-color: #a6a6a6;
  background-clip: padding-box;
  border: 4px solid transparent;
  border-radius: 8px;
}

header.mobileview .nav-primary__item.showsubmenu::-webkit-scrollbar-corner {
  background-color: transparent;
}

header.mobileview .nav-primary__item.showsubmenu::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

header.mobileview .nav-primary__item.showsubmenu .nav-primary__title {
  margin-top: 2rem;
  color: #666;
  font-size: 0.6rem;
}

header.mobileview .nav-primary__item.showsubmenu .nav-primary__title::before {
  content: "\F104";
  font-family: fontello;
  font-size: 1.3rem;
  vertical-align: baseline;
  margin-right: 1rem;
}

header.mobileview .nav-primary__item.showsubmenu .nav-primary__title > .submenu-icon {
  display: none;
}

header.mobileview .nav-primary__item.showsubmenu .nav-primary__submenu,
header.mobileview .nav-primary__item.showsubmenu:hover .nav-primary__submenu {
  position: static;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

header.mobileview .nav-primary__item.showsubmenu .close-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #c00;
}

header.mobileview .nav-primary__photo {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 100%;
  height: auto;
  padding: 1.25rem;
}

header.mobileview .nav-primary__photo .img-linked {
  height: auto;
}

header.mobileview .nav-primary__photo .img-linked img {
  min-width: 0;
  min-height: 0;
  max-width: 100% !important;
  width: 100%;
  position: static;
  -webkit-transform: none;
  transform: none;
}

header.mobileview .nav-primary__photo .img-linked span {
  opacity: 1;
  bottom: 1rem;
}

header.mobileview .nav-primary__submenu__links {
  opacity: 1 !important;
  position: static;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

header.mobileview .nav-primary__submenu__links > div {
  padding: 1rem 0;
}

header.mobileview .nav-primary__submenu__links > div + div {
  border-top: 1px solid #ececec;
}

header.mobileview .nav-primary__submenu__links a {
  font-weight: 600;
}

header.mobileview .nav-primary__submenu__links h3 {
  font-size: 0.6rem;
  font-weight: 600;
}

header.mobileview .nav-footer {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-bottom: 2rem;
  background-color: #ececec;
}

header.mobileview .nav-footer__default,
header.mobileview .nav-footer__web {
  display: none;
  width: 100%;
}

header.mobileview .nav-footer__default.active,
header.mobileview .nav-footer__web.active {
  display: block;
}

header.mobileview .nav-footer__web .footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-column-count: auto;
  column-count: auto;
  max-width: none;
  padding: 1rem 0;
  overflow: hidden;
}

header.mobileview .nav-footer__web .footer__nav label {
  display: block;
  padding: 1rem 1.25rem;
  cursor: pointer;
}

header.mobileview .nav-footer__web .footer__nav h3 {
  margin: 0;
  line-height: 1;
  font-size: 0.7rem;
}

header.mobileview .nav-footer__web .footer__navlist {
  background-color: #f5f5f5;
}

header.mobileview .nav-footer__web .footer__navitem {
  padding: 0.5rem 1.25rem;
}

header.mobileview .nav-footer__web .btn-signup {
  height: auto;
  padding: 0.75rem 1.5rem;
  margin-left: 1.25rem;
  font-size: 0.7rem;
}

header.mobileview .nav-footer__web .footer-siteinfo {
  display: inline-block;
  margin: 0.5rem 0;
  font-size: 0.6rem;
  line-height: 1.2;
  color: #666;
  display: block;
  padding: 0 0.75rem;
}

header.mobileview .nav-footer__web .footer-siteinfo__item.copyright {
  display: block;
}

header.mobileview .nav-footer__web .footer-siteinfo__item.copyright + .footer-siteinfo__item::before {
  display: none;
}

header.mobileview .nav-footer__web .footer-siteinfo .footer-siteinfo__wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

header.mobileview .nav-footer-tabs ~ .footer__navlist {
  position: relative;
  display: none;
  z-index: -1;
  height: auto;
  max-height: 0;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

header.mobileview .nav-footer-tabs:checked ~ .footer__navlist {
  z-index: 0;
  display: block;
  max-height: 40rem;
}

.c-searchpop {
  padding: 5rem 10% 2rem;
  background-color: #fff;
  -webkit-box-shadow: -4px 0 16px rgba(0, 0, 0, 0.15);
  box-shadow: -4px 0 16px rgba(0, 0, 0, 0.15);
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}

.c-searchpop h4 {
  margin: 0.55rem 2rem;
  color: #c00;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.2em;
}

.c-searchpop .btn-icon.close-popup {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 1rem;
}

.c-searchpop__prompt {
  margin-bottom: 1rem;
  /* color: #999; */
  color: #666;
  font-style: italic;
  font-weight: 500;
}

.c-searchpop__txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.c-searchpop__txtbox input[type="text"] {
  width: 80%;
  padding: 1rem 0;
  margin-right: auto;
  border: none;
  line-height: normal;
  font-size: 1rem;
}

.c-searchpop__txtbox input[type="text"]:focus {
  outline: none;
}

.c-searchpop__txtbox input[type="text"]::-ms-clear {
  display: none;
}

.c-searchpop__txtbox .btn-icon.search {
  padding: 0.5rem;
  margin: 0 0 0 -1rem;
  color: #c00;
  font-size: 1rem;
}

.c-searchpop__txtbox .btn-icon.search .icon {
  height: 2rem;
  width: 2rem;
}

.c-searchpop__txtbox .btn-icon.clear {
  padding: 1rem;
  margin: 0 -1rem 0 0.5rem;
  font-size: 0.5rem;
}

.c-searchpop__txtbox .btn-icon.clear .icon {
  /* background-color: #ccc; */
  background-color: #757575;
}

.c-searchpop__txtbox .btn-icon.clear:hover .icon {
  background-color: #c00;
}

.c-searchpop__suggest {
  display: none;
  font-weight: 500;
  font-size: 0.75em;
}

.c-searchpop__suggest--grp {
  padding: 1.5rem 0;
}

.c-searchpop__suggest--grp.phrases {
  border-bottom: 1px solid #ccc;
}

.c-searchpop__suggest--item a {
  display: block;
  padding: 0.55rem 2rem;
  color: inherit;
}

.c-searchpop__suggest--item a:hover {
  background-color: #f5f5f5;
}

@media print,
(min-width: 1024px) {
  .c-searchpop {
    padding-left: 4%;
    padding-right: 4%;
  }

  .c-searchpop.slidepopup {
    width: 33%;
    max-width: 43.75rem;
  }
}

.c-sharepop {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5% 10%;
  background-color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  display: none;
}

.c-sharepop.showpopup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-sharepop > div {
  width: 100%;
}

.c-sharepop .btn-icon.close-popup {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 1rem;
}

.c-sharepop__prompt {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.85em;
}

.c-sharepop__title {
  margin: 0.75em 0 1em;
  line-height: 1.1;
  font-size: 2.25em;
}

.c-sharepop__textbox {
  margin-bottom: 5em;
  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;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.c-sharepop__textbox input[type="text"] {
  max-width: 25rem;
  width: 100%;
  height: 2.5rem;
  padding: 0.6em 1em;
  margin-bottom: 0.75rem;
  border-color: #000;
  color: #666;
  line-height: 1.5;
  font-size: 1rem;
}

.c-sharepop__textbox .btn-text {
  height: 2.5rem;
  margin: 0 0.75rem;
  font-size: 0.75em;
}

.c-sharepop__socialbuttons .c-sharepop__prompt {
  margin-bottom: 1.5em;
}

.c-sharepop__socialbuttons .btn-icon {
  margin: 0 0.5em;
  font-size: 1.45em;
}

@media print,
(min-width: 640px) {
  .c-sharepop {
    font-size: 1rem;
  }
}

footer {
  position: relative;
  background-color: #ececec;
}

.footer__wrap {
  max-width: none;
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media print,
(min-width: 1024px) {
  .footer__wrap {
    max-width: 100rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
  }
}

@media print,
(min-width: 1024px) {
  .footer__wrap {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media print,
(min-width: 1200px) {
  .footer__wrap {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media print,
(min-width: 1024px) {
  .footer__wrap {
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
}

.footer-siteinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  list-style: none;
  margin: 1rem 0 1rem -0.5rem;
  padding: 0;
  white-space: nowrap;
  font-size: 0.7rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  /* color: #999; */
  color: #666;
}

.footer-siteinfo a:hover {
  color: #000;
}

.footer-siteinfo__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-siteinfo__item + .footer-siteinfo__item::before {
  content: "|";
  color: #999;
  position: relative;
  left: -0.55rem;
}

.footer-siteinfo__item {
  padding: 0.25rem 0.5rem;
  /* color: inherit; */
  color: currentColor;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

@media print,
(min-width: 1024px) {
  .footer-siteinfo__wrap::before {
    content: "|";
    color: #999;
    position: relative;
    left: 0;
    top: 0.25rem;
  }
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 56%;
  flex: 1 1 56%;
  max-width: 56%;
  /* color: #999; */
  color: #666;
  font-family: "Montserrat", sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
}

.footer__nav > div {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.33%;
  flex: 1 1 33.33%;
  padding-right: 5%;
}

.footer__nav h3 {
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  color: #000;
  font-family: inherit;
  font-weight: 500;
  font-size: 1.25em;
}

.footer__nav a:hover {
  color: #000;
}

.footer__nav .nav-footer-tabs {
  position: absolute;
  opacity: 0;
  z-index: -1;
  display: none;
}

.footer__navlist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__navlist ul,
.footer__navlist ol {
  margin: 0;
}

.footer__navlist li {
  margin: 0;
  line-height: inherit;
}

.footer__navitem {
  display: block;
  padding: 0.5rem 1rem 0.5rem 0;
  color: inherit;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

footer .c-signup {
  position: fixed;
  left: 0;
  z-index: 100;
  bottom: -12.5rem;
  height: 12.5rem;
  width: 100%;
  -webkit-transition: bottom 400ms ease-in-out;
  transition: bottom 400ms ease-in-out;
  font-size: 0.7rem;
  text-align: center;
  display: block;
}

footer .c-signup.active {
  bottom: 0;
}

footer .c-signup__desc {
  font-size: 1rem;
  text-transform: uppercase;
  margin: 0 2rem 0 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 1 auto;
}

footer .c-signup__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

footer .c-signup__consent {
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
}

footer .c-signup .fldtext {
  margin-bottom: 0;
}

footer .c-signup__body > .fldtext {
  display: inline-block;
  max-width: 55%;
}

footer .c-signup .fldtext label {
  font-size: 0.7rem;
}

footer .c-signup .btn-text {
  margin-right: 0;
  padding: 0 2em;
  background-color: #fff;
  color: #000;
}

footer .c-signup .btn-text.nohover:hover,
footer .c-signup .btn-text.nohover:focus {
  background-color: #fff;
  color: #000;
}

footer .c-signup .btn-text:not(.nohover):hover,
footer .c-signup .btn-text:not(.nohover):focus {
  background-color: #c00;
  color: #fff;
}

@media print,
(min-width: 640px) {
  footer .c-signup {
    bottom: -10rem;
    height: 10rem;
  }

  footer .c-signup__body > .fldtext {
    margin: 0 0.5rem 0 0;
  }
}

@media print,
(min-width: 768px) {
  footer .c-signup {
    bottom: -7rem;
    height: 7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  footer .c-signup__desc {
    text-align: right;
  }

  footer .c-signup__body {
    text-align: left;
  }

  footer .c-signup__consent {
    margin: 0;
  }
}

.footer__simple {
  padding-top: 1rem;
  text-align: center;
}

.footer__simple .footer-siteinfo {
  display: inline-block;
  margin: 0.5rem 0;
  font-size: 0.6rem;
  line-height: 1.2;
  color: #666;
}

.footer__simple .footer-siteinfo__item.copyright {
  display: block;
}

.footer__simple .footer-siteinfo__item.copyright + .footer-siteinfo__item::before {
  display: none;
}

.footer__simple .c-follow {
  margin: 0;
}

.footer__simple .c-follow label {
  display: none;
}

.footer__simple .c-follow .btn-icon {
  font-size: 1.3rem;
}

.footer__simple .footer-siteinfo__wrap::before {
  display: none;
}

@media print,
(min-width: 1024px) {
  .footer__simple .c-follow {
    margin: 0.75rem 0;
  }

  .footer__simple .c-follow label {
    display: none;
  }

  .footer__simple .c-follow .btn-icon {
    font-size: 1.7rem;
  }

  .footer__simple .c-follow .btn-icon .icon {
    height: 1.6em;
    width: 1.6em;
  }

  .footer__simple .footer-siteinfo {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    text-align: center;
    font-size: 0.65rem;
  }

  .footer__simple .footer-siteinfo__wrap::before {
    display: inline-block;
  }
}

.c-follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2rem 0;
  line-height: 1;
}

.c-follow label {
  padding: 1rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.c-follow .btn-icon {
  margin: 0 2px;
  font-size: 1.7rem;
}

.c-follow .btn-icon .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1.8em;
  width: 1.8em;
}

.pager {
  margin-top: 4rem;
  margin-bottom: 1rem;
  color: #666;
  text-transform: lowercase;
  font-family: "Montserrat", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
}

.pager ul,
.pager ol {
  margin: 0;
}

.pager li {
  margin: 0;
  line-height: inherit;
}

.pager ul {
  list-style: none;
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.pager li {
  display: block;
  height: 100%;
}

.pager li.active {
  color: #c00;
}

.pager li.disabled {
  display: none;
}

.pager a span {
  display: inline;
  padding: 0;
  line-height: inherit;
}

.pager span,
.pager a {
  display: block;
  padding: 0 1rem;
  line-height: 2;
  color: inherit;
}

.pager a:hover {
  color: #c00;
}

.pager .next::after {
  content: "\F105";
  font-family: fontello;
  font-size: 1.5em;
  vertical-align: baseline;
  position: relative;
  bottom: -0.1em;
  margin-left: 0.4em;
  line-height: 1;
}

.pager .prev::before {
  content: "\F104";
  font-family: fontello;
  font-size: 1.5em;
  vertical-align: baseline;
  position: relative;
  bottom: -0.1em;
  margin-right: 0.4em;
  line-height: 1;
}

.nav-prevnext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ececec;
  margin-top: 3rem;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.nav-prevnext a {
  display: inline-block;
  color: #666;
  line-height: 1;
}

.nav-prevnext a:hover {
  color: #c00;
}

.nav-prevnext__next {
  padding: 1rem 0 1rem 1rem;
}

.nav-prevnext__next::after {
  content: "\F105";
  font-family: fontello;
  font-size: 1.5em;
  vertical-align: baseline;
  position: relative;
  bottom: -0.1em;
  margin-left: 0.4em;
  font-weight: 500;
}

.nav-prevnext__prev {
  padding: 1rem 1rem 1rem 0;
}

.nav-prevnext__prev::before {
  content: "\F104";
  font-family: fontello;
  font-size: 1.5em;
  vertical-align: baseline;
  position: relative;
  bottom: -0.1em;
  margin-right: 0.4em;
  font-weight: 500;
}

.c-tabs {
  position: relative;
}

.c-tabs__hilite {
  display: block;
  height: 3px;
  position: absolute;
  top: 2.9rem;
  left: 0;
  z-index: 1;
  background-color: #000;
  -webkit-transition: width 300ms, top 400ms ease-in-out,
    left 400ms ease-in-out;
  transition: width 300ms, top 400ms ease-in-out, left 400ms ease-in-out;
}

.c-tabs__index {
  display: block;
  float: left;
  position: relative;
  padding: 1rem 2.5rem 0.75rem 0;
  line-height: 1;
  white-space: nowrap;
  /* color: #ccc; */
  color: #666;
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: color 500ms;
  transition: color 500ms;
}

.c-tabs__index[aria-hidden="true"] {
  display: none;
}

.c-tabs__index > span {
  position: relative;
  padding: 1rem 0 0.75rem;
}

.c-tabs__index:last-of-type,
.c-tabs__index.last {
  padding-right: 0;
}

.c-tabs__index:hover {
  color: #000;
}

.c-tabs__index:focus {
  outline: none;
}

.c-tabs__index:focus > span {
  outline: thin dotted currentColor;
}

.c-tabs__index::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  /* background-color: #ccc; */
  background-color: #757575;
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-tabs__index ~ .btn-icon {
  float: left;
  margin: 0.5rem 0 0 1rem;
  padding: 0.5rem;
}

.c-tabs__content {
  clear: both;
  padding: 2rem 0;
}

.c-tabs__content > div {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  display: none;
}

.c-tabs__input {
  display: none;
  height: 1px;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.c-tabs__input:nth-of-type(1):checked ~ .c-tabs__content > div:nth-child(1),
.c-tabs__input:nth-of-type(2):checked ~ .c-tabs__content > div:nth-child(2),
.c-tabs__input:nth-of-type(3):checked ~ .c-tabs__content > div:nth-child(3),
.c-tabs__input:nth-of-type(4):checked ~ .c-tabs__content > div:nth-child(4),
.c-tabs__input:nth-of-type(5):checked ~ .c-tabs__content > div:nth-child(5),
.c-tabs__input:nth-of-type(6):checked ~ .c-tabs__content > div:nth-child(6),
.c-tabs__input:nth-of-type(7):checked ~ .c-tabs__content > div:nth-child(7),
.c-tabs__input:nth-of-type(8):checked ~ .c-tabs__content > div:nth-child(8),
.c-tabs__input:nth-of-type(9):checked ~ .c-tabs__content > div:nth-child(9),
.c-tabs__input:nth-of-type(10):checked ~ .c-tabs__content > div:nth-child(10) {
  position: relative;
  opacity: 1;
  height: auto;
  display: block;
  overflow: visible;
}

.c-tabs__input:nth-of-type(1):checked ~ .c-tabs__content.c-tabs__flex > div:nth-child(1),
.c-tabs__input:nth-of-type(2):checked ~ .c-tabs__content.c-tabs__flex > div:nth-child(2),
.c-tabs__input:nth-of-type(3):checked ~ .c-tabs__content.c-tabs__flex > div:nth-child(3),
.c-tabs__input:nth-of-type(4):checked ~ .c-tabs__content.c-tabs__flex > div:nth-child(4),
.c-tabs__input:nth-of-type(5):checked ~ .c-tabs__content.c-tabs__flex > div:nth-child(5),
.c-tabs__input:nth-of-type(6):checked ~ .c-tabs__content.c-tabs__flex > div:nth-child(6),
.c-tabs__input:nth-of-type(7):checked ~ .c-tabs__content.c-tabs__flex > div:nth-child(7),
.c-tabs__input:nth-of-type(8):checked ~ .c-tabs__content.c-tabs__flex > div:nth-child(8),
.c-tabs__input:nth-of-type(9):checked ~ .c-tabs__content.c-tabs__flex > div:nth-child(9),
.c-tabs__input:nth-of-type(10):checked ~ .c-tabs__content.c-tabs__flex > div:nth-child(10) {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.c-tabs__input:checked + .c-tabs__index {
  color: #000;
}

.c-tabs__select {
  float: left;
  margin: 0.25rem 0;
  font-size: 0.875rem;
}

.c-tabs__select ~ .c-tabs__index,
.c-tabs__select ~ .c-tabs__hilite {
  display: none;
}

.c-tabs__select ~ .btn-icon {
  margin-top: 0;
}

.c-tabs.single .c-tabs__index {
  cursor: default;
}

.c-tabs.toggle .c-tabs__index {
  padding: 1em 1.25em;
  margin-right: -1px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-weight: 400;
  font-size: 1em;
}

.c-tabs.toggle .c-tabs__index span {
  padding: 0;
}

.c-tabs.toggle .c-tabs__index .note {
  font-size: 0.9em;
}

.c-tabs.toggle .c-tabs__index::after {
  display: none;
}

.c-tabs.toggle .c-tabs__index:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.c-tabs.toggle .c-tabs__input:checked + .c-tabs__index {
  background-color: #c00;
  border-color: #c00;
  color: #fff;
}

@media print,
(min-width: 640px) {
  .c-tabs__select {
    display: none;
  }

  .c-tabs__select ~ .c-tabs__index,
  .c-tabs__select ~ .c-tabs__hilite {
    display: block;
  }

  .c-tabs__index ~ .btn-icon {
    padding: 1rem;
    margin: 0 0 0 2rem;
  }
}

@media print,
(min-width: 768px) {
  .c-tabs__hilite {
    top: 3.2rem;
  }

  .c-tabs__index {
    font-size: 1.6rem;
  }

  .c-tabs__index ~ .btn-icon {
    padding: 0.75rem 1rem;
  }
}

.c-gallery {
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 2rem -0.375rem;
}

@media print,
(min-width: 1024px) {
  .c-gallery {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}

.b-gallerytile {
  width: 100%;
  max-width: 100%;
  height: 14rem;
  padding: 0.375rem;
  line-height: 1.5;
}

@media print,
(min-width: 420px) {
  .b-gallerytile {
    height: 18rem;
  }
}

@media print,
(min-width: 640px) {
  .b-gallerytile {
    width: 50%;
    max-width: 32.25rem;
    height: 23.5rem;
  }
}

@media print,
(min-width: 1200px) {
  .b-gallerytile {
    width: 33.3%;
  }
}

.b-gallerytile__content {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.b-gallerytile__image {
  overflow: hidden;
  position: relative;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
}

.b-gallerytile__image img,
.b-gallerytile__image video {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.no-objectfit .b-gallerytile__image img,
.no-objectfit .b-gallerytile__image video {
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  height: auto;
  width: auto !important;
  padding: 0;
  position: absolute;
}

.no-objectfit .b-gallerytile__image img,
.no-objectfit .b-gallerytile__image video {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.b-gallerytile__caption {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  padding: 1.5rem;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.1)),
      color-stop(60%, rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7) 60%);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 1rem;
}

@media print,
(min-width: 640px) {
  .b-gallerytile__caption {
    padding: 2rem 2.5rem;
    font-size: 1.5rem;
  }
}

.b-gallerytile__caption:hover {
  color: #fff;
}

.b-gallerytile__subtitle,
.b-gallerytile__action {
  font-size: 0.7em;
  position: relative;
  z-index: 2;
}

@media print,
(min-width: 640px) {

  .b-gallerytile__subtitle,
  .b-gallerytile__action {
    font-size: 0.55em;
  }
}

.b-gallerytile__type {
  display: inline-block;
  margin-right: 0.5rem;
  color: #ccc;
  text-transform: uppercase;
}

.b-gallerytile__title {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  line-height: 1.25;
  position: relative;
  z-index: 2;
}

.b-gallerytile__action {
  color: #c00;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 0 0 1px #c00;
}

.b-gallerytile__action span {
  display: inline-block;
  position: relative;
  margin-left: 0;
}

.b-gallerytile__action span::after {
  content: "\F178";
  font-family: fontello;
  font-size: inherit;
  vertical-align: baseline;
}

.b-gallerytile__action span::after {
  margin: auto;
  padding-left: 0.5em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  color: #c00;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.b-gallerytile.videoicon .b-gallerytile__caption::after {
  content: "\F16A";
  font-family: fontello;
  font-size: inherit;
  vertical-align: baseline;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  color: #c00;
  cursor: pointer;
  pointer-events: none;
  opacity: 0.5;
}

.b-gallerytile.videoicon .b-gallerytile__caption::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 0.75rem;
  height: 0.75rem;
  font-size: 1.5rem;
}

@media print, (min-width: 420px) {
  .b-gallerytile.videoicon .b-gallerytile__caption::after {
    height: 2rem;
    width: 2rem;
    font-size: 4rem;
  }
}

@media print,
(min-width: 640px) {
  .b-gallerytile.videoicon .b-gallerytile__caption::after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print,
(min-width: 1024px) {
  .b-gallerytile__image {
    -webkit-transition: -webkit-transform 5s ease-out;
    transition: -webkit-transform 5s ease-out;
    transition: transform 5s ease-out;
    transition: transform 5s ease-out, -webkit-transform 5s ease-out;
  }

  .b-gallerytile__caption {
    background: rgba(0, 0, 0, 0.25);
    -webkit-transition: background-color 500ms;
    transition: background-color 500ms;
  }

  .b-gallerytile__title {
    margin-bottom: -1rem;
    -webkit-transition: margin 400ms;
    transition: margin 400ms;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
  }

  .b-gallerytile__action {
    opacity: 0;
    -webkit-transition: opacity 100ms;
    transition: opacity 100ms;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
  }

  .b-gallerytile__action::after {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
  }

  .b-gallerytile:hover .b-gallerytile__image,
  .b-gallerytile:focus .b-gallerytile__image {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }

  .b-gallerytile:hover .b-gallerytile__caption,
  .b-gallerytile:focus .b-gallerytile__caption {
    background: rgba(0, 0, 0, 0.7);
  }

  .b-gallerytile:hover .b-gallerytile__title,
  .b-gallerytile:focus .b-gallerytile__title {
    margin-bottom: 1rem;
  }

  .b-gallerytile:hover .b-gallerytile__action,
  .b-gallerytile:focus .b-gallerytile__action {
    opacity: 1;
  }

  .b-gallerytile:hover .b-gallerytile__action span::after,
  .b-gallerytile:focus .b-gallerytile__action span::after {
    padding-left: 1em;
  }
}

.c-mediagallery {
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 2rem -0.75rem;
}

.b-viewmediatile {
  width: 100%;
  max-width: 100%;
  height: 16.75rem;
  line-height: 1.5;
  padding: 0.75rem;
}

@media print,
(min-width: 640px) {
  .b-viewmediatile {
    width: 50%;
    max-width: 32.25rem;
  }
}

@media print,
(min-width: 1200px) {
  .b-viewmediatile {
    width: 25%;
  }
}

.b-viewmediatile__media {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.b-viewmediatile__media a:focus {
  border: thin dotted black;
}

.b-viewmediatile__media a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 5%;
  background-color: #ececec;
}

.b-viewmediatile__media a img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  width: auto;
  height: auto;
}

.b-viewmediatile__media a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.b-viewmediatile__media a.video {
  overflow: hidden;
  position: relative;
  padding: 0;
}

.b-viewmediatile__media a.video img,
.b-viewmediatile__media a.video video {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.no-objectfit .b-viewmediatile__media a.video img,
.no-objectfit .b-viewmediatile__media a.video video {
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  height: auto;
  width: auto !important;
  padding: 0;
  position: absolute;
}

.no-objectfit .b-viewmediatile__media a.video img,
.no-objectfit .b-viewmediatile__media a.video video {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.b-viewmediatile.cover .b-viewmediatile__media a {
  overflow: hidden;
  position: relative;
  padding: 0;
}

.b-viewmediatile.cover .b-viewmediatile__media a img,
.b-viewmediatile.cover .b-viewmediatile__media a video {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.no-objectfit .b-viewmediatile.cover .b-viewmediatile__media a img,
.no-objectfit .b-viewmediatile.cover .b-viewmediatile__media a video {
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  height: auto;
  width: auto !important;
  padding: 0;
  position: absolute;
}

.no-objectfit .b-viewmediatile.cover .b-viewmediatile__media a img,
.no-objectfit .b-viewmediatile.cover .b-viewmediatile__media a video {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.b-viewmediatile.videoicon .b-viewmediatile__media::after {
  content: "\F16A";
  font-family: fontello;
  font-size: inherit;
  vertical-align: baseline;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  color: #c00;
  cursor: pointer;
  pointer-events: none;
}

.b-viewmediatile.videoicon .b-viewmediatile__media::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 0.75rem;
  height: 0.75rem;
  font-size: 1.5rem;
}

.b-viewmediatile.videoicon-alt .b-viewmediatile__media::after {
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 50%;
  background-color: #fff;
  color: #212121;
  line-height: 0.8;
  opacity: 0.8;
  -webkit-transition: opacity 300ms, color 300ms;
  transition: opacity 300ms, color 300ms;
}

.b-viewmediatile.videoicon-alt .b-viewmediatile__media:hover::after {
  color: #f00;
  opacity: 1;
}

@media print, (min-width: 420px) {
  .b-viewmediatile.videoicon .b-viewmediatile__media::after {
    height: 2rem;
    width: 2rem;
    font-size: 4rem;
  }
}

@media print,
(min-width: 640px) {
  .b-viewmediatile.videoicon .b-viewmediatile__media::after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .b-viewmediatile.videoicon-alt .b-viewmediatile__media::after {
    height: auto;
    width: auto;
    font-size: 10em;
  }
}

.c-signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  padding: 1.5rem 1rem;
  background-color: #000;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: left;
}

.c-signup__body {
  margin-top: 10px;
  padding: 0 1rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
}

.c-signup__body > .fldtext {
  display: block;
}

.c-signup__consent {
  width: 100%;
  max-width: 640px;
}

.c-signup__consent .fldtext {
  width: 100%;
}

.c-signup__consent .lbl-cb-consent {
  white-space: normal;
  padding-left: 0.5em;
}

.c-signup__consent .lbl-cb-consent a:hover {
  color: #fff;
}

.c-signup__desc {
  width: 100%;
  margin: 0 auto 1rem;
  font-size: 1.5rem;
  line-height: 1.3;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  padding: 0 1rem;
}

.c-signup__desc h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-top: 0;
}

.c-signup .fldtext {
  vertical-align: bottom;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}

.c-signup .fldtext input {
  background-color: inherit;
  border: 1px solid #333;
  border-radius: 0 !important;
  color: inherit;
}

.c-signup .fldtext.outsidelabel input[type="text"],
.c-signup .fldtext.outsidelabel input[type="email"] {
  background-color: transparent;
  border: 1px solid #333;
  border-radius: 0 !important;
  margin-top: 1.6rem;
  padding: 0.9rem 1rem 0.8rem;
}

.c-signup .fldtext input[type="text"]:focus,
.c-signup .fldtext input[type="email"]:focus {
  outline: none;
  border-color: #c00;
  border-width: 2px;
}

.fldtext.outsidelabel input[type="text"] + label,
.fldtext.outsidelabel input[type="email"] + label {
  color: #ccc;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: none;
}

.c-signup .fldtext label {
  color: #ccc;
  display: block;
  font-size: 0.8rem;
}

.c-signup .btn-text {
  margin-right: 0;
  padding: 0 2em;
  background-color: #fff;
  color: #000;
}

.c-signup .btn-text:not(.nohover) {
  background-color: #c00;
  color: #fff;
}

.c-signup .btn-text.nohover:hover,
.c-signup .btn-text.nohover:focus {
  background-color: #fff;
  color: #000;
}

.c-signup .btn-text:not(.nohover):hover,
.c-signup .btn-text:not(.nohover):focus {
  background-color: #c00;
  color: #fff;
}

.c-signup .btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.4rem;
  width: 2.4rem;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: absolute;
  top: 0.35rem;
  right: 0.25rem;
  font-size: 1rem;
  margin: 0;
}

.c-signup input[type="checkbox"] {
  margin-top: 10px;
}

.c-signup.thankyou {
  display: block;
  margin: 0 auto;
}

.c-signup.thankyou .c-signup__desc {
  margin: 0 auto;
}

.c-signup__thankyou {
  text-align: center;
}

.c-signup__thankyou h3 {
  margin-top: 0;
  font-size: 1rem;
}

@media print,
(min-width: 420px) {
  .c-signup {
    font-size: 0.875rem;
  }
}

@media print,
(min-width: 640px) {
  .c-signup__body > .fldtext {
    display: inline-block;
    width: 24em;
    max-width: 46%;
  }
}

@media print,
(min-width: 768px) {
  .c-signup {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 1.5rem 1rem;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .c-signup__desc {
    width: auto;
    margin: 0 2rem 0 auto;
  }

  .c-signup .fldtext {
    padding-right: 0.75rem;
  }

  .c-signup .btn-text {
    margin-right: 0.5rem;
  }

  .c-signup .btn-icon {
    position: static;
    margin-left: auto;
    margin-right: 0;
  }
}

@media print,
(min-width: 1024px) {
  .c-signup__thankyou h3 {
    font-size: 1.35rem;
  }
}

.c-spotlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 35.5rem;
  position: relative;
  color: #fff;
  text-align: center;
}

.c-spotlight.autoheight {
  min-height: auto !important;
  height: auto !important;
}

.c-spotlight.bg-light {
  color: #000;
}

.c-spotlight__title,
.c-spotlight h1 {
  display: block;
  margin-top: auto;
  margin-bottom: 2rem;
  line-height: 1.1;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  text-transform: uppercase;
}

.c-spotlight__subtitle,
.c-spotlight h2 {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-size: 0.8rem;
}

.c-spotlight__media {
  overflow: hidden;
  position: relative;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
}

.c-spotlight__media img,
.c-spotlight__media video {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.c-spotlight.media-top .c-spotlight__media img, .c-spotlight.media-top .c-spotlight__media video,
.c-spotlight.media-bottom-100 .c-spotlight__media img, .c-spotlight.media-bottom-100 .c-spotlight__media video {
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
}

.c-spotlight.media-top-25 .c-spotlight__media img, .c-spotlight.media-top-25 .c-spotlight__media video,
.c-spotlight.media-bottom-75 .c-spotlight__media img, .c-spotlight.media-bottom-75 .c-spotlight__media video {
    -o-object-position: 50% 25%;
    object-position: 50% 25%;
}

.c-spotlight.media-top-33 .c-spotlight__media img, .c-spotlight.media-top-33 .c-spotlight__media video,
.c-spotlight.media-bottom-66 .c-spotlight__media img, .c-spotlight.media-bottom-66 .c-spotlight__media video {
    -o-object-position: 50% 33%;
    object-position: 50% 33%;
}

.c-spotlight.media-top-50 .c-spotlight__media img, .c-spotlight.media-top-50 .c-spotlight__media video,
.c-spotlight.media-bottom-50 .c-spotlight__media img, .c-spotlight.media-bottom-50 .c-spotlight__media video {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.c-spotlight.media-top-66 .c-spotlight__media img, .c-spotlight.media-top-66 .c-spotlight__media video,
.c-spotlight.media-bottom-33 .c-spotlight__media img, .c-spotlight.media-bottom-33 .c-spotlight__media video {
    -o-object-position: 50% 66%;
    object-position: 50% 66%;
}

.c-spotlight.media-top-75 .c-spotlight__media img, .c-spotlight.media-top-75 .c-spotlight__media video,
.c-spotlight.media-bottom-25 .c-spotlight__media img, .c-spotlight.media-bottom-25 .c-spotlight__media video {
    -o-object-position: 50% 75%;
    object-position: 50% 75%;
}

.c-spotlight.media-top-100 .c-spotlight__media img, .c-spotlight.media-top-100 .c-spotlight__media video,
.c-spotlight.media-bottom .c-spotlight__media img, .c-spotlight.media-bottom .c-spotlight__media video {
    -o-object-position: 50% 100%;
    object-position: 50% 100%;
}

.c-spotlight.media-left .c-spotlight__media img, .c-spotlight.media-left .c-spotlight__media video,
.c-spotlight.media-right-100 .c-spotlight__media img, .c-spotlight.media-right-100 .c-spotlight__media video {
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
}

.c-spotlight.media-left-25 .c-spotlight__media img, .c-spotlight.media-left-25 .c-spotlight__media video,
.c-spotlight.media-right-75 .c-spotlight__media img, .c-spotlight.media-right-75 .c-spotlight__media video {
    -o-object-position: 25% 50%;
    object-position: 25% 50%;
}

.c-spotlight.media-left-33 .c-spotlight__media img, .c-spotlight.media-left-33 .c-spotlight__media video,
.c-spotlight.media-right-66 .c-spotlight__media img, .c-spotlight.media-right-66 .c-spotlight__media video {
    -o-object-position: 33% 50%;
    object-position: 33% 50%;
}

.c-spotlight.media-left-50 .c-spotlight__media img, .c-spotlight.media-left-50 .c-spotlight__media video,
.c-spotlight.media-right-50 .c-spotlight__media img, .c-spotlight.media-right-50 .c-spotlight__media video {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.c-spotlight.media-left-66 .c-spotlight__media img, .c-spotlight.media-left-66 .c-spotlight__media video,
.c-spotlight.media-right-33 .c-spotlight__media img, .c-spotlight.media-right-33 .c-spotlight__media video {
    -o-object-position: 66% 50%;
    object-position: 66% 50%;
}

.c-spotlight.media-left-75 .c-spotlight__media img, .c-spotlight.media-left-75 .c-spotlight__media video,
.c-spotlight.media-right-25 .c-spotlight__media img, .c-spotlight.media-right-25 .c-spotlight__media video {
    -o-object-position: 75% 50%;
    object-position: 75% 50%;
}

.c-spotlight.media-left-100 .c-spotlight__media img, .c-spotlight.media-left-100 .c-spotlight__media video,
.c-spotlight.media-right .c-spotlight__media img, .c-spotlight.media-right .c-spotlight__media video {
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
}

.no-objectfit .c-spotlight__media img,
.no-objectfit .c-spotlight__media video {
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  height: auto;
  width: auto !important;
  padding: 0;
  position: absolute;
}

.no-objectfit .c-spotlight__media img,
.no-objectfit .c-spotlight__media video {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.no-objectfit .c-spotlight.media-left .c-spotlight__media img,
.no-objectfit .c-spotlight.media-left .c-spotlight__media video {
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.no-objectfit .c-spotlight.media-right .c-spotlight__media img,
.no-objectfit .c-spotlight.media-right .c-spotlight__media video {
  top: 50%;
  left: auto;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.c-spotlight__content {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 3rem 2rem;
  overflow: hidden;
}

.c-spotlight.wide-bg {
  margin-left: calc(50% - 50vw + 0.45rem);
  margin-right: calc(50% - 50vw + 0.45rem);
}

.c-spotlight.wide .c-spotlight__content,
.c-spotlight.wide .c-spotlight__content-item {
  width: 100%;
}

.c-spotlight.full-width .c-spotlight__content {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: 100%;
}

@media print,
(min-width: 1200px) {
  .c-spotlight.full-width .c-spotlight__content {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-spotlight__content-item {
  max-width: 100%;
}

/* IE 11 fix */
*::-ms-backdrop,
.c-spotlight__content-item {
  width: 100%;
}

.c-spotlight__content-item p:last-child {
  margin-bottom: 0;
}

.c-spotlight__content-item .btn-text {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  display: inline-block;
  vertical-align: bottom;
}

.c-spotlight__content-item .btn-scrollmore {
  margin-top: 3rem;
}

.c-spotlight__bottom {
  margin-top: auto;
}

.c-spotlight.banner .c-spotlight__content-item {
  margin-top: auto;
}

.c-spotlight .banner-scrollmore {
  display: none;
}

.c-spotlight.banner .banner-scrollmore {
  display: block;
}

.c-spotlight.videobanner .c-spotlight__content-item h1 {
  line-height: 1.4;
  font-size: 1.9rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}

.c-spotlight.text-left .c-spotlight__content {
  text-align: left;
}

.c-spotlight.text-center .c-spotlight__content {
  text-align: center;
}

.c-spotlight.text-right .c-spotlight__content {
  text-align: right;
}

.c-spotlight.basic .c-spotlight__content-item {
  margin-top: 3rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

.c-spotlight.basic .c-spotlight__title,
.c-spotlight.basic .c-spotlight h1 {
  text-transform: none;
  font-size: 1.78em;
}

.c-spotlight.basic .c-spotlight__subtitle,
.c-spotlight.basic .c-spotlight h2 {
  text-transform: none;
  font-size: inherit;
}

@media print,
(min-width: 768px) {

  .c-spotlight__title,
  .c-spotlight h1 {
    font-size: 2.5rem;
  }

  .c-spotlight__subtitle,
  .c-spotlight h2 {
    font-size: 1rem;
  }

  .c-spotlight.basic .c-spotlight__title,
  .c-spotlight.basic .c-spotlight h1 {
    font-size: 1.78em;
  }

  .c-spotlight.basic .c-spotlight__subtitle,
  .c-spotlight.basic .c-spotlight h2 {
    font-size: inherit;
  }
}

@media print,
(min-width: 1024px) {
  .c-spotlight {
    min-height: 45rem;
  }

  .c-spotlight__title,
  .c-spotlight h1 {
    font-size: 4.75rem;
  }

  .c-spotlight__subtitle,
  .c-spotlight h2 {
    font-size: 1.5rem;
  }

  .c-spotlight.basic .c-spotlight__title,
  .c-spotlight.basic .c-spotlight h1 {
    font-size: 1.78em;
  }

  .c-spotlight.basic .c-spotlight__subtitle,
  .c-spotlight.basic .c-spotlight h2 {
    font-size: inherit;
  }

  .c-spotlight__content {
    max-width: 1024px;
  }

  .c-spotlight.wide .c-spotlight__content {
    max-width: 1440px;
  }

  .c-spotlight__content-item .btn-text {
    font-size: 0.9rem;
  }

  .c-spotlight.media-left-md .c-spotlight__media img,
  .c-spotlight.media-left-md .c-spotlight__media video {
    -o-object-position: center left;
    object-position: center left;
  }
}

.c-spotlight.nopadding .c-spotlight__title,
.c-spotlight.nopadding .c-spotlight h1,
.c-spotlight.nopadding .c-spotlight__subtitle,
.c-spotlight.nopadding .c-spotlight h2,
.c-spotlight.nopadding .c-spotlight__content,
.c-spotlight.nopadding .c-spotlight__content-item {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

/* Start: Tabbed Spotlight */
@media print,
(max-width: 1023px) {
  .p-discovery .c-spotlight.tabbed {
    height: auto;
  }
}

@media print,
(min-width: 1024px) {
  .p-discovery .c-spotlight.tabbed {
    min-height: 45em;
  }
}

.c-spotlight__tabs {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #1c1c1c none no-repeat 0 0 / 220px auto;
  font-family: "Montserrat", sans-serif;
  text-align: left;
}

@media print,
(min-width: 1024px) {
  .c-spotlight__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 46em;
    background-position: 0 50%;
    background-size: auto 100%;
  }
}

@media print,
(max-width: 1023px) {
  .c-spotlight.tabbed .c-spotlight__content {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-spotlight.tabbed .c-spotlight__title,
.c-spotlight.tabbed h1 {
  margin-bottom: 1rem;
  line-height: 1.3;
  font-weight: 600;
  font-size: 1.125rem;
  text-transform: none;
}

.c-spotlight.tabbed h1:after {
  display: none;
}

@media print,
(min-width: 1024px) {
  .c-spotlight.tabbed h1 {
    font-weight: 500;
    font-size: 2rem;
  }
}

.c-spotlight.tabbed .c-spotlight__subtitle,
.c-spotlight.tabbed h2 {
  margin-top: 1rem;
}

.c-spotlight.tabbed h3 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.88px;
  text-transform: uppercase;
  margin-bottom: 1.25em;
  padding-left: 10.2vw;
}

@media print,
(min-width: 1024px) {
  .c-spotlight.tabbed h3 {
    font-size: 0.875rem;
    padding-left: 7.8em;
  }
}

.c-spotlight__tablist-wrap {
  position: relative;
  overflow: hidden;
}

@media print,
(min-width: 640px) {
  .c-spotlight__tablist-wrap {
    -webkit-flex: 0 0 380px;
    -ms-flex: 0 0 380px;
    flex: 0 0 380px;
  }
}

@media print,
(min-width: 1024px) {
  .c-spotlight__tablist-wrap {
    position: static;
  }
}

@media print,
(min-width: 1440px) {
  .c-spotlight__tablist-wrap {
    flex-basis: 26.6%;
  }
}

.c-spotlight__tablist {
  position: relative;
  z-index: 2;
}

.c-spotlight__tablist .hidden {
  display: none;
}

.c-spotlight__tablist .active .hidden {
  display: block;
}

@media print,
(max-width: 1023px) {
  .c-spotlight__tablist {
    padding: 1em 0 2em;
  }
}

.c-spotlight__tablist [role="tab"] {
  display: block;
  min-width: calc(100px + 30vw);
  background: transparent;
  color: #848484;
  border: 0 none;
  padding: 0.5em 0.5em 0.5em 10vw;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5em;
  letter-spacing: 0.26px;
  position: relative;
}

@media print,
(min-width: 1024px) {
  .c-spotlight__tablist [role="tab"] {
    width: 100%;
    padding-left: 4em;
    font-size: 2.25em;
  }
}

.c-spotlight__tablist [role="tab"].active {
  background: #c00;
  color: #fff;
  font-weight: 700;
}

.c-spotlight__tablist [role="tab"].active:hover,
.c-spotlight__tablist [role="tab"].active:focus {
  color: #fff;
  cursor: pointer;
}

.c-spotlight__tablist [role="tab"] .icon {
  display: none;
}

@media print,
(min-width: 1024px) {
  .c-spotlight__tablist [role="tab"] .icon {
    display: block;
    position: absolute;
    margin-left: -1.25em;
    top: 0.5em;
  }
}

.c-spotlight__tabbackgrounds {
  position: absolute;
  top: 6%;
  right: 0;
  bottom: 0;
  width: 84%;
}

@media print,
(min-width: 1024px) {
  .c-spotlight__tabbackgrounds {
    top: 12%;
    bottom: 12%;
  }
}

.c-spotlight__tabpanels {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  background: #1c1c1c;
}

@media print,
(min-width: 1024px) {
  .c-spotlight__tabpanels {
    background: transparent;
  }
}

.c-spotlight__tabpanels [role="tabpanel"] {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 0 3em;
  text-align: center;
}

@media print,
(min-width: 1024px) {
  .c-spotlight__tabpanels [role="tabpanel"] {
    margin-left: 10vw;
    margin-right: 4em;
    text-align: left;
  }
}

/* End: Tabbed Spotlight */

/* Start: Vibe Gallery Spotlight */
.c-spotlight.vibe-gallery {
  display: block;
}

.c-spotlight.vibe-gallery .c-spotlight__content {
  display: block;
}
/* End: Vibe Gallery Spotlight */

.c-featurebar {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin: 4rem 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.c-featurebar.flush {
  margin: 0;
}

.c-featurebar.bg-black .c-featurebar__panel.content {
  background: rgba(0, 0, 0, 0.75);
}

.c-featurebar.bg-light {
  color: #000;
}

.c-featurebar.bg-light .c-featurebar__panel.content {
  background: rgba(245, 245, 245, 0.75);
}

.c-featurebar a {
  color: inherit;
}

.c-featurebar-carousel .c-featurebar__panel.photo a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.c-featurebar-carousel .c-featurebar__panel.photo a:focus {
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}

.c-featurebar__panel {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.c-featurebar__panel.photo {
  overflow: hidden;
  position: relative;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
}

.c-featurebar__panel.photo img,
.c-featurebar__panel.photo video {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  -webkit-transition: -webkit-transform 3s ease-out;
  transition: -webkit-transform 3s ease-out;
  transition: transform 3s ease-out;
  transition: transform 3s ease-out, -webkit-transform 3s ease-out;
}

.no-objectfit .c-featurebar__panel.photo img,
.no-objectfit .c-featurebar__panel.photo video {
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  height: auto;
  width: 100% !important;
  padding: 0;
}

.no-objectfit .c-featurebar-carousel .c-featurebar__mediawrap {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.c-featurebar__panel.content {
  min-height: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
  background-color: rgba(204, 0, 0, 0.75);
  z-index: 2;
}

.c-featurebar__caption {
  padding-bottom: 0.5em;
  line-height: 1.3;
  font-size: 1.5rem;
  font-weight: 400;
}

.c-featurebar.eyebrow .c-featurebar__caption {
  font-size: 0.8rem;
}

.c-featurebar__subtitle {
  padding-bottom: 0.5em;
  line-height: 1.3;
  font-size: 1.25rem;
  font-weight: 600;
}

.c-featurebar__body {
  padding-bottom: 1.5rem;
  line-height: 1.5;
  font-family: "Merriweather", serif;
  font-size: 0.8rem;
  font-weight: 400;
}

.c-featurebar__body p:last-child {
  margin-bottom: 0;
}

.c-featurebar__action {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  padding: 10% 9%;
}

.c-featurebar__action > div {
  margin-top: auto;
  margin-bottom: auto;
}

.c-featurebar__action > div > *:last-child {
  margin-bottom: 0;
}

.c-featurebar__action .callout-text,
.c-featurebar__action > span {
  position: relative;
  left: 0;
}

.c-featurebar__action .callout-text::after,
.c-featurebar__action > span::after {
  content: "\F178";
  font-family: fontello;
  font-size: inherit;
  vertical-align: baseline;
}

.c-featurebar__action .callout-text::after,
.c-featurebar__action > span::after {
  margin: auto auto auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% - 0.5em);
  opacity: 0;
  height: 1em;
  line-height: 1.1;
  -webkit-transition: margin 300ms ease-out, opacity 200ms;
  transition: margin 300ms ease-out, opacity 200ms;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.c-featurebar__action:hover .callout-text::after,
.c-featurebar__action:hover > span::after,
.c-featurebar__action:focus .callout-text::after,
.c-featurebar__action:focus > span::after {
  margin-left: 1em;
  opacity: 1;
}

.c-featurebar__action .callout-text {
  -ms-flex-item-align: start;
  align-self: flex-start;
  display: inline-block;
  padding: 1rem 1rem 1rem 0;
  margin: auto 0 -1rem;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
}

.c-featurebar.standard-btn .c-featurebar__action .callout-text {
  display: inline-block;
  margin-right: 0.5rem;
  padding: 1rem 1rem 1rem 1.25rem;
  border: none;
  background-color: #c00;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
}

.c-featurebar.standard-btn .c-featurebar__action .callout-text::after,
.c-featurebar.standard-btn .c-featurebar__action > span::after {
  position: static;
  opacity: 0;
  height: 1em;
  line-height: 1.1;
}

.c-featurebar.standard-btn .c-featurebar__action:hover .callout-text::after,
.c-featurebar.standard-btn .c-featurebar__action:hover > span::after {
  margin-left: 1em;
  opacity: 1;
}

@media print,
(min-width: 640px) {
  .c-featurebar__panel {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .c-featurebar__panel.photo {
    position: relative;
    height: auto;
    z-index: 2;
  }

  .c-featurebar__panel.content {
    min-height: 25rem;
    background-color: #c00;
  }

  .c-featurebar.bg-black .c-featurebar__panel.content {
    background-color: #000;
  }

  .c-featurebar.bg-light .c-featurebar__panel.content {
    background-color: #f5f5f5;
  }
}

@media print,
(min-width: 1024px) {
  .c-featurebar {
    overflow: hidden;
  }

  .c-featurebar__caption {
    line-height: 1.15;
    font-size: 2.5rem;
  }

  .c-featurebar__subtitle {
    line-height: 1.15;
    font-size: 1.75rem;
  }

  .c-featurebar__body {
    font-size: 1.25rem;
  }

  .c-featurebar__action .callout-text {
    font-size: 1rem;
  }

  .c-featurebar.eyebrow .c-featurebar__caption {
    font-size: 1rem;
  }

  .c-featurebar.eyebrow .c-featurebar__subtitle {
    font-size: 2rem;
  }
}

@media print,
(min-width: 1400px) {
  .c-featurebar__panel.content {
    min-height: 45rem;
  }

  .c-featurebar__caption {
    font-size: 3rem;
  }

  .c-featurebar__subtitle {
    font-size: 2.25rem;
  }

  .c-featurebar__body {
    font-size: 1.75rem;
  }

  .c-featurebar__action .callout-text {
    font-size: 1.5rem;
  }

  .c-featurebar.eyebrow .c-featurebar__caption {
    font-size: 1.5rem;
  }

  .c-featurebar.eyebrow .c-featurebar__subtitle {
    font-size: 3rem;
  }
}

.c-featurebar-carousel {
  position: relative;
  margin: 3rem 0;
}

@media print,
(min-width: 640px) {
  .c-featurebar-carousel.nomargin {
    margin: 0;
  }
}

.c-featurebar-carousel ul,
.c-featurebar-carousel ol {
  margin: 0;
}

.c-featurebar-carousel li {
  margin: 0;
  line-height: inherit;
}

.c-featurebar-carousel .c-featurebar {
  height: 100%;
  margin: 0;
}

.c-featurebar-carousel .c-featurebar__panel.content {
  min-height: 25rem;
}

.c-featurebar-carousel.autoheight .c-featurebar__panel.content {
  min-height: 0;
}

.c-featurebar-carousel .c-featurebar__panel.photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f5f5f5;
}

.c-featurebar-carousel .c-featurebar.bg-white .c-featurebar__panel.photo {
  background-color: #fff;
}

.c-featurebar-carousel .c-featurebar__mediawrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3em;
  width: 100%;
  height: 100%;
  max-height: 720px;
}

.c-featurebar-carousel .c-featurebar__panel.photo img,
.c-featurebar-carousel .c-featurebar__panel.photo video {
    max-width: 100%;
    max-height: calc(720px - 6em);
    min-width: 0;
    min-height: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: auto;
}

.c-featurebar-carousel .c-featurebar__panel.photo a {
    position: relative;
    background-color: transparent;
    max-height: 100%;
    max-width: 100%;
}

.c-featurebar-carousel .c-featurebar__panel.photo .video,
.c-featurebar-carousel .c-featurebar__panel.photo .video img {
  width: auto;
}

.c-featurebar-carousel .c-featurebar__action {
  padding-bottom: 4rem;
}

/* .media-fill mode */
.c-featurebar-carousel .c-featurebar.media-fill .c-featurebar__mediawrap {
    padding: 0;
    width: 100%;
    height: 100%;
    max-height: none;
    position: absolute;
}

.c-featurebar-carousel .c-featurebar.media-fill .c-featurebar__panel.photo img,
.c-featurebar-carousel .c-featurebar.media-fill .c-featurebar__panel.photo video {
    width: 100%;
    height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.c-featurebar-carousel .c-featurebar.media-fill .c-featurebar__panel.photo a {
    display: block;
    width: 100%;
    height: 100%;
}

/* non .media-fill mode on smaller screens uses the same styles as .media-fill at larger widths if it is for a video */
@media print,
(max-width: 639px) {
    .c-featurebar-carousel .c-featurebar .c-featurebar__mediawrap {
        padding: 0;
        width: 100%;
        height: 100%;
        max-height: none;
        position: absolute;
    }

    .c-featurebar-carousel .c-featurebar .c-featurebar__panel.photo .video img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
    }

    .c-featurebar-carousel .c-featurebar .c-featurebar__panel.photo a {
        display: block;
    }
}

@media print,
(min-width: 1024px) {
  .c-featurebar-carousel .c-featurebar__action {
    padding-bottom: 6rem;
  }

  .c-featurebar-carousel .c-featurebar__panel.photo {
    -webkit-transform: none !important;
    transform: none !important;
  }

  .c-featurebar-carousel .c-featurebar__panel.content {
    min-height: 32rem;
  }

  .c-featurebar-carousel.autoheight .c-featurebar__panel.content {
    min-height: 0;
  }
}

@media print,
(min-width: 1200px) {
  .c-featurebar-carousel .c-featurebar__panel.content {
    min-height: 45rem;
  }

  .c-featurebar-carousel.autoheight .c-featurebar__panel.content {
    min-height: 0;
  }
}

.c-featurebar-carousel .lSSlideWrapper .lSFade {
  height: auto !important;
  padding-bottom: 0 !important;
}

.c-featurebar-carousel .lSSlideWrapper .lSFade > * {
  height: 100%;
}

.c-featurebar-carousel .lSSlideWrapper .lSFade > *.active {
  position: relative !important;
}

.c-featurebar-carousel .lSSlideOuter .lSPager {
  position: absolute;
  bottom: -2.0rem;
  left: 0;
  width: 100%;
  margin: 0 !important;
  text-align: center;
}

.c-featurebar-carousel .lSSlideOuter .lSPager.lSpg > li {
  padding: 0 1.5%;
}

.c-featurebar-carousel .lSSlideOuter .lSPager.lSpg > li a {
  height: 0.65rem;
  width: 0.65rem;
  background-color: transparent;
  border: 2px solid #000;
  border-radius: 50%;
}

.c-featurebar-carousel .lSSlideOuter .lSPager.lSpg > li:hover a,
.c-featurebar-carousel .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #000;
}

.c-featurebar-carousel.bullet-red .lSSlideOuter .lSPager.lSpg > li:hover a,
.c-featurebar-carousel.bullet-red .lSSlideOuter .lSPager.lSpg > li.active a {
  border-color: #c00;
  background-color: #c00;
}

.c-featurebar.videoicon .c-featurebar__panel.photo .video::after {
  content: "\F16A";
  font-family: fontello;
  font-size: inherit;
  vertical-align: baseline;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  color: #c00;
  cursor: pointer;
  pointer-events: none;
}

.c-featurebar.videoicon .c-featurebar__panel.photo .video::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 0.75rem;
  height: 0.75rem;
  font-size: 1.5rem;
}

@media print, (min-width: 420px) {
  .c-featurebar.videoicon .c-featurebar__panel.photo .video::after {
    height: 2rem;
    width: 2rem;
    font-size: 4rem;
  }
}

@media print,
(min-width: 640px) {
  .c-featurebar.videoicon .c-featurebar__panel.photo .video::after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print,
(min-width: 640px) {
  .c-featurebar-carousel .lSSlideOuter .lSPager {
    width: auto;
    bottom: 1.5rem;
    left: 54.5%;
    text-align: left;
  }

  .c-featurebar-carousel .lSSlideOuter .lSPager.lSpg > li {
    padding: 0 1rem 0 0;
  }
}

@media print,
(min-width: 1024px) {
  .c-featurebar-carousel .lSSlideOuter .lSPager {
    bottom: 2.5rem;
  }

  .c-featurebar-carousel .lSSlideOuter .lSPager.lSpg > li a {
    height: 1.25rem;
    width: 1.25rem;
    border-width: 3px;
  }
}

/* Start: Spotlight Carousel */
.c-spotlight-carousel {
  --pager-color: #fff;
  --pager-color-text: #fff;

  --pager-color-hover: #fff;
  --pager-color-text-hover: #c00;

  --pager-color-bg-light: #c00;
  --pager-color-bg-light-text: #c00;

  --pager-color-bg-light-hover: #c00;
  --pager-color-bg-light-text-hover: #fff;

  position: relative;
  margin: 0;
  background: #000;
}

.c-spotlight-carousel ul,
.c-spotlight-carousel ol {
  margin: 0;
}

.c-spotlight-carousel li {
  margin: 0;
  height: 100%;
  line-height: inherit;
}

.c-spotlight-carousel .c-spotlight {
  height: 100%;
  margin: 0;
  padding: 50px 60px 70px 60px;
}

.c-spotlight-carousel .lSSlideWrapper .lightSlider {
  padding-bottom: 0 !important;
}

.c-spotlight-carousel .lSSlideWrapper .lSAction > .lSPrev,
.c-spotlight-carousel .lSSlideWrapper .lSAction > .lSNext {
  background: none;
  opacity: 1;
}

.c-spotlight-carousel .lSSlideWrapper .lSAction > .lSPrev:hover,
.c-spotlight-carousel .lSSlideWrapper .lSAction > .lSNext:hover {
  background: none;
}

.c-spotlight-carousel .lSSlideWrapper .lSAction > .lSPrev {
  left: 15px;
}

.c-spotlight-carousel .lSSlideWrapper .lSAction > .lSNext::before {
  right: 15px;
}

.c-spotlight-carousel .lSSlideWrapper .lSAction > .lSPrev::before,
.c-spotlight-carousel .lSSlideWrapper .lSAction > .lSNext::before {
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid var(--pager-color);
  border-radius: 50%;
  color: var(--pager-color-text);
  font-size: 24px;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.c-spotlight-carousel .lSSlideWrapper .lSAction > .lSPrev:hover::before,
.c-spotlight-carousel .lSSlideWrapper .lSAction > .lSNext:hover::before {
  background: var(--pager-color-hover);
  color: var(--pager-color-text-hover);
}

.c-spotlight-carousel.bg-light__slide .lSSlideWrapper .lSAction > .lSPrev::before,
.c-spotlight-carousel.bg-light__slide .lSSlideWrapper .lSAction > .lSNext::before {
  border-color: var(--pager-color-bg-light);
  color: var(--pager-color-bg-light-text);
}

.c-spotlight-carousel.bg-light__slide .lSSlideWrapper .lSAction > .lSPrev:hover::before,
.c-spotlight-carousel.bg-light__slide .lSSlideWrapper .lSAction > .lSNext:hover::before {
  background: var(--pager-color-bg-light-hover);
  color: var(--pager-color-bg-light-text-hover);
}

.c-spotlight-carousel .lSSlideWrapper .lSAction > .lSPrev::before {
  content: "\2039";
}

.c-spotlight-carousel .lSSlideWrapper .lSAction > .lSNext::before {
  content: "\203a";
}

.c-spotlight-carousel .lSSlideOuter .lSPager {
  position: absolute;
  z-index: 10;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%) !important;
  width: auto;
  margin: 0 !important;
}

.c-spotlight-carousel .lSSlideOuter .lSPager.lSpg > li {
  padding: 0 0.5rem;
}

.c-spotlight-carousel .lSSlideOuter .lSPager.lSpg > li a {
  height: 0.65rem;
  width: 0.65rem;
  background-color: transparent;
  border: 2px solid var(--pager-color);
  border-radius: 50%;
}

.c-spotlight-carousel .lSSlideOuter .lSPager.lSpg > li:hover a,
.c-spotlight-carousel .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: var(--pager-color);
}

.c-spotlight-carousel.bg-light__slide .lSSlideOuter .lSPager.lSpg > li a {
  border-color: var(--pager-color-bg-light);
}

.c-spotlight-carousel.bg-light__slide .lSSlideOuter .lSPager.lSpg > li:hover a,
.c-spotlight-carousel.bg-light__slide .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: var(--pager-color-bg-light-hover);
}

@media print,
(min-width: 1024px) {
  .c-spotlight-carousel .lSSlideOuter .lSPager.lSpg > li a {
    height: 1.25rem;
    width: 1.25rem;
    border-width: 3px;
  }
}
/* End: Spotlight Carousel */

.c-photocard {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.c-photocard .cardpanel {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.c-photocard .cardpanel.photo {
  height: 100%;
  width: 100%;
}

.c-photocard .cardpanel.photo img {
  display: block;
  width: 100%;
}

.c-photocard .cardpanel.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 100%;
}

.c-photocard .cardpanel.content.centered {
  justify-content: center;
}

.c-photocard .cardpanel.content.centered .c-photocard__title {
  margin-top: 0;
}

.c-photocard .cardpanel.content > div {
  width: 100%;
}

@media print,
(min-width: 768px) {
  .c-photocard .cardpanel {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .c-photocard .cardpanel.photo {
    overflow: hidden;
    position: relative;
    padding: 0;
    position: relative;
    height: auto;
  }

  .c-photocard .cardpanel.photo img,
  .c-photocard .cardpanel.photo video {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
  }

  .no-objectfit .c-photocard .cardpanel.photo img,
  .no-objectfit .c-photocard .cardpanel.photo video {
    display: block;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    height: auto;
    width: auto !important;
    padding: 0;
    position: absolute;
  }

  .no-objectfit .c-photocard .cardpanel.photo img,
  .no-objectfit .c-photocard .cardpanel.photo video {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .c-photocard .cardpanel.content {
    min-height: 470px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
}

.c-photocard__panel.content {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 2.5rem;
  background-color: #f5f5f5;
  color: #000;
}

.c-photocard__title {
  margin-bottom: 0.75rem;
  line-height: 1.2;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.c-photocard__subtitle {
  margin-bottom: 2rem;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 0.85rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.c-photocard__desc {
  margin-bottom: 1rem;
  line-height: 2;
  font-size: 0.8125rem;
  font-family: "Merriweather", serif;
}

.c-photocard__follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.c-photocard__follow .btn-icon .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.5rem;
  width: 2.5rem;
  font-size: 1.5rem;
}

@media print,
(min-width: 768px) {
  .c-photocard__title {
    margin-top: auto;
  }

  .c-photocard__follow {
    margin-top: auto;
  }

  .c-photocard.flip .c-photocard__panel.photo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .c-photocard .cardpanel.content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.c-photoxphoto {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.c-photoxphoto .cardpanel {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.c-photoxphoto .cardpanel.photo {
  height: 100%;
  width: 100%;
}

.c-photoxphoto .cardpanel.photo img {
  display: block;
  width: 100%;
}

.c-photoxphoto .cardpanel.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 100%;
}

.c-photoxphoto .cardpanel.content > div {
  width: 100%;
}

@media print,
(min-width: 768px) {
  .c-photoxphoto .cardpanel {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .c-photoxphoto .cardpanel.photo {
    overflow: hidden;
    position: relative;
    padding: 0;
    position: relative;
    height: auto;
  }

  .c-photoxphoto .cardpanel.photo img,
  .c-photoxphoto .cardpanel.photo video {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
  }

  .no-objectfit .c-photoxphoto .cardpanel.photo img,
  .no-objectfit .c-photoxphoto .cardpanel.photo video {
    display: block;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    height: auto;
    width: auto !important;
    padding: 0;
    position: absolute;
  }

  .no-objectfit .c-photoxphoto .cardpanel.photo img,
  .no-objectfit .c-photoxphoto .cardpanel.photo video {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .c-photoxphoto .cardpanel.content {
    min-height: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
}

.c-photoxphoto .cardpanel {
  margin: 0.5rem 0;
}

@media print,
(min-width: 768px) {
  .c-photoxphoto {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .c-photoxphoto .cardpanel.photo {
    position: relative;
    padding-bottom: 28.125%;
  }

  .c-photoxphoto .cardpanel.photo img {
    padding: 0 0.5rem;
  }
}

.c-promocard {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1rem;
}

.c-promocard .cardpanel {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.c-promocard .cardpanel.photo {
  height: 100%;
  width: 100%;
}

.c-promocard .cardpanel.photo > a {
  display: block;
}

.c-promocard .cardpanel.photo > a:focus {
  border: 1px solid;
}

.c-promocard .cardpanel.photo img {
  display: block;
  width: 100%;
}

.c-promocard .cardpanel.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.c-promocard .cardpanel.content > div {
  width: 100%;
}

@media print,
(min-width: 768px) {
  .c-promocard .cardpanel {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .c-promocard .cardpanel.photo {
    overflow: hidden;
    position: relative;
    padding: 0;
    min-height: 420px;
  }

  .c-promocard .cardpanel.photo img,
  .c-promocard .cardpanel.photo video {
    display: block;
    width: 100%;
  }

  .c-promocard .cardpanel.content {
    min-height: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
}

.c-promocard__panel.content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6%;
  background-color: #ececec;
  color: #000;
  text-align: center;
}

.c-promocard.c-promocard__compact {
  margin: 0;
}

.c-promocard.c-promocard__compact .cardpanel.content {
  padding: 4%;
  margin-bottom: 0;
}

.c-promocard.c-promocard__compact .cardpanel.photo {
  height: auto;
}

.c-promocard.c-promocard__compact .c-promocard__desc {
  margin-bottom: 0;
}

.c-promocard.c-promocard__compact .c-promocard__desc *:first-child {
  margin-top: 0;
}

.c-promocard.c-promocard__compact .c-promocard__desc *:last-child {
  margin-bottom: 0;
}

@media print,
(min-width: 768px) {
  .c-promocard.c-promocard__compact .cardpanel.photo img,
  .c-promocard.c-promocard__compact .cardpanel.photo video {
    height: 100%;
    padding: 0;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
  }

  .no-objectfit .c-promocard.c-promocard__compact .cardpanel.photo img,
  .no-objectfit .c-promocard.c-promocard__compact .cardpanel.photo video {
    display: block;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    height: auto;
    width: auto !important;
    padding: 0;
    position: absolute;
  }

  .no-objectfit .c-promocard.c-promocard__compact .cardpanel.photo img,
  .no-objectfit .c-promocard.c-promocard__compact .cardpanel.photo video {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.c-promocard__title {
  margin: 1.5rem 0;
  line-height: 1.2;
  font-size: 1.5em;
}

.c-promocard__desc {
  margin-bottom: 1rem;
  line-height: 2;
  font-family: "Merriweather", serif;
  font-size: 0.8em;
}

.c-promocard__action {
  padding: 1rem;
  text-transform: uppercase;
  font-size: 0.85em;
}

.c-promocard__action .callout-text,
.c-promocard__action > span {
  position: relative;
  left: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.c-promocard__action .callout-text::after,
.c-promocard__action > span::after {
  content: "\F178";
  font-family: fontello;
  font-size: inherit;
  vertical-align: baseline;
}

.c-promocard__action .callout-text::after,
.c-promocard__action > span::after {
  margin: auto auto auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% - 0.5em);
  opacity: 0;
  height: 1em;
  line-height: 1.1;
  -webkit-transition: margin 300ms ease-out, opacity 200ms;
  transition: margin 300ms ease-out, opacity 200ms;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.c-promocard__action:hover .callout-text,
.c-promocard__action:hover > span {
  left: -0.7em;
}

.c-promocard__action:hover .callout-text::after,
.c-promocard__action:hover > span::after {
  margin-left: 1em;
  opacity: 1;
}

.c-promocard__action:hover {
  color: red;
}

@media print,
(min-width: 768px) {
  .c-promocard.flip .c-promocard__panel.photo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media print,
(min-width: 1200px) {
  .c-promocard__title {
    font-size: 2em;
  }
}

.c-blogfeature {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  color: #fff;
  line-height: 1.5;
}

.c-blogfeature .cardpanel {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.c-blogfeature .cardpanel.photo {
  height: 100%;
  width: 100%;
}

.c-blogfeature .cardpanel.photo img {
  display: block;
  width: 100%;
}

.c-blogfeature .cardpanel.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 100%;
}

.c-blogfeature .cardpanel.content > div {
  width: 100%;
}

@media print,
(min-width: 768px) {
  .c-blogfeature .cardpanel {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .c-blogfeature .cardpanel.photo {
    overflow: hidden;
    position: relative;
    padding: 0;
    position: relative;
    height: auto;
    background: none no-repeat 50% 50% / cover;
  }

  .c-blogfeature .cardpanel.photo img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
  }

  .objectfit .c-blogfeature .cardpanel.photo {
    background: none !important;
  }

  .no-objectfit .c-blogfeature .cardpanel.photo img {
    opacity: 0;
  }

  .c-blogfeature .cardpanel.content {
    min-height: 390px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
}

.c-blogfeature__panel.content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 2rem;
  background-color: #000;
  text-align: center;
}

.c-blogfeature__panel.content > div {
  max-width: 100%;
}

.c-blogfeature__title {
  margin-bottom: 0.75rem;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
}

.c-blogfeature__title a {
  color: inherit;
}

.c-blogfeature__title a:hover {
  color: #c00;
}

.c-blogfeature__excerpt {
  line-height: 1.6;
  font-size: 0.75rem;
  font-family: "Merriweather", serif;
}

.c-blogfeature__author {
  margin-top: 0.75rem;
  color: #999;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
}

.c-blogfeature.videoicon .c-blogfeature__panel.photo::after {
  content: "\F16A";
  font-family: fontello;
  font-size: inherit;
  vertical-align: baseline;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  color: #c00;
  cursor: pointer;
  pointer-events: none;
}

.c-blogfeature.videoicon .c-blogfeature__panel.photo::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 0.75rem;
  height: 0.75rem;
  font-size: 1.5rem;
}

@media print, (min-width: 420px) {
  .c-blogfeature.videoicon .c-blogfeature__panel.photo::after {
    height: 2rem;
    width: 2rem;
    font-size: 4rem;
  }
}

@media print,
(min-width: 640px) {
  .c-blogfeature.videoicon .c-blogfeature__panel.photo::after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print,
(min-width: 640px) {
  .c-blogfeature__title {
    font-size: 1.5rem;
  }

  .c-blogfeature__excerpt {
    line-height: 2;
    font-size: 0.8125rem;
  }
}

@media print,
(min-width: 768px) {
  .c-blogfeature__panel.content {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding: 3rem;
  }
}

.c-minibio {
  margin-bottom: 2rem;
  font-family: "Merriweather", serif;
  font-size: 0.6875rem;
  line-height: 2;
}

.c-minibio__panel.photo {
  margin-bottom: 1rem;
}

.c-minibio__panel.photo img {
  display: block;
  width: 100%;
}

.c-minibio__title {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1rem;
}

.c-minibio .c-follow {
  margin: 1rem 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #c00;
}

.c-minibio .c-follow label {
  font-size: inherit;
  padding-left: 0;
  font-weight: 700;
}

.c-minibio .c-follow .btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.3rem;
  width: 2.3rem;
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .c-minibio {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
  }

  .c-minibio__panel {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    overflow: hidden;
  }

  .c-minibio__panel.photo {
    overflow: hidden;
    position: relative;
    padding: 0;
    position: relative;
    margin: 0;
  }

  .c-minibio__panel.photo img,
  .c-minibio__panel.photo video {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
  }

  .no-objectfit .c-minibio__panel.photo img,
  .no-objectfit .c-minibio__panel.photo video {
    display: block;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    height: auto;
    width: auto !important;
    padding: 0;
    position: absolute;
  }

  .no-objectfit .c-minibio__panel.photo img,
  .no-objectfit .c-minibio__panel.photo video {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .c-minibio__panel.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 25rem;
    padding: 2.5rem;
  }

  .c-minibio__title,
  .c-minibio .c-follow {
    margin-top: auto;
  }
}

.c-thumbitem {
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
}

.c-thumbitem__panel {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.c-thumbitem__panel.photo {
  position: relative;
}

.c-thumbitem__panel.photo img {
  display: block;
  width: 100%;
}

.c-thumbitem__panel.content {
  padding: 0.5rem 0;
}

.c-thumbitem__title {
  line-height: 1.2;
  font-weight: 500;
  font-size: 0.9375rem;
}

.c-thumbitem__title a {
  color: inherit;
}

.c-thumbitem__title a:hover {
  color: #c00;
}

.c-thumbitem__subtitle {
  margin-top: 0.25rem;
  /* color: #999; */
  color: #666;
  font-weight: 600;
  font-size: 0.6875rem;
}

.c-thumbitem__excerpt {
  margin: 1rem 0;
  line-height: 1.6;
  font-family: "Merriweather", serif;
  font-size: 0.75rem;
}

.c-thumbitem__link {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.625rem;
}

.c-thumbitem.videoicon .c-thumbitem__panel.photo::after {
  content: "\F16A";
  font-family: fontello;
  font-size: inherit;
  vertical-align: baseline;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  color: #c00;
  cursor: pointer;
  pointer-events: none;
}

.c-thumbitem.videoicon .c-thumbitem__panel.photo::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 0.75rem;
  height: 0.75rem;
  font-size: 1.5rem;
}

@media print, (min-width: 420px) {
  .c-thumbitem.videoicon .c-thumbitem__panel.photo::after {
    height: 2rem;
    width: 2rem;
    font-size: 4rem;
  }
}

@media print,
(min-width: 640px) {
  .c-thumbitem.videoicon .c-thumbitem__panel.photo::after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print,
(min-width: 768px) {
  .c-thumbitem__panel {
    position: relative;
    overflow: hidden;
  }

  .c-thumbitem__panel.photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    overflow: hidden;
    position: relative;
    padding: 0;
    height: 15rem;
  }

  .c-thumbitem__panel.photo img,
  .c-thumbitem__panel.photo video {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
  }

  .no-objectfit .c-thumbitem__panel.photo img,
  .no-objectfit .c-thumbitem__panel.photo video {
    display: block;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    height: auto;
    width: auto !important;
    padding: 0;
    position: absolute;
  }

  .no-objectfit .c-thumbitem__panel.photo img,
  .no-objectfit .c-thumbitem__panel.photo video {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .c-thumbitem__panel.content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1.5rem;
  }

  .c-thumbitem__title {
    font-size: 1.125rem;
  }

  .c-thumbitem__subtitle {
    font-size: 0.8125rem;
  }

  .c-thumbitem__excerpt {
    line-height: 2;
    font-size: 0.8125rem;
  }

  .c-thumbitem__link {
    font-size: 0.6875rem;
  }
}

@media print,
(min-width: 1024px) {
  .c-thumbitem__panel.photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    max-width: 34%;
    max-width: 21rem;
  }

  .c-thumbitem__panel.content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    max-width: 66%;
    padding: 0 3rem;
  }
}

.c-thumbitem.no-padding {
  padding: 0;
}

@media print,
(min-width: 1024px) {
  .c-thumbitem__panel.photo.half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .c-thumbitem__panel.content.half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.c-thumbitem.text-larger .c-thumbitem__title {
  font-size: 1.198rem;
}

.c-thumbitem.text-larger .c-thumbitem__subtitle {
  font-size: 0.8785rem;
}

.c-thumbitem.text-larger .c-thumbitem__excerpt {
  font-size: 0.9583rem;
}

.c-thumbitem.text-larger .c-thumbitem__link {
  font-size: 0.7986rem;
}

@media print,
(min-width: 768px) {
  .c-thumbitem.text-larger .c-thumbitem__title {
    font-size: 1.4375rem;
  }

  .c-thumbitem.text-larger .c-thumbitem__subtitle {
    font-size: 1.038rem;
  }

  .c-thumbitem.text-larger .c-thumbitem__excerpt {
    font-size: 1.038rem;
  }

  .c-thumbitem.text-larger .c-thumbitem__link {
    font-size: 0.8785rem;
  }

  .c-thumbitem.text-larger .c-thumbitem__panel.photo {
    height: 24rem;
  }
}

.c-searchresultitem {
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #f5f5f5;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  -webkit-transition: -webkit-box-shadow 200ms 100ms,
    -webkit-transform 200ms 100ms;
  transition: -webkit-box-shadow 200ms 100ms, -webkit-transform 200ms 100ms;
  transition: box-shadow 200ms 100ms, transform 200ms 100ms;
  transition: box-shadow 200ms 100ms, transform 200ms 100ms,
    -webkit-box-shadow 200ms 100ms, -webkit-transform 200ms 100ms;
}

.c-searchresultitem:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.c-searchresultitem__panel {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.c-searchresultitem__panel.photo {
  position: relative;
  padding: 1rem;
}

.c-searchresultitem__panel.photo img {
  display: block;
  width: auto;
  height: auto;
  margin: auto;
  max-height: 100%;
}

.c-searchresultitem__panel.content {
  padding: 1rem;
}

.c-searchresultitem__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.c-searchresultitem__link span {
  display: none;
}

.c-searchresultitem__type {
  text-transform: uppercase;
  font-size: 0.75em;
}

.c-searchresultitem__title {
  margin-top: 0.5rem;
  font-weight: 500;
  font-size: 1.25em;
}

.c-searchresultitem__author {
  margin-top: 0.8rem;
  font-size: 0.75em;
}

.c-searchresultitem.videoicon .c-searchresultitem__panel.photo {
  overflow: hidden;
  position: relative;
  padding: 0;
}

.c-searchresultitem.videoicon .c-searchresultitem__panel.photo img,
.c-searchresultitem.videoicon .c-searchresultitem__panel.photo video {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.no-objectfit .c-searchresultitem.videoicon .c-searchresultitem__panel.photo img,
.no-objectfit .c-searchresultitem.videoicon .c-searchresultitem__panel.photo video {
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  height: auto;
  width: auto !important;
  padding: 0;
  position: absolute;
}

.no-objectfit .c-searchresultitem.videoicon .c-searchresultitem__panel.photo img,
.no-objectfit .c-searchresultitem.videoicon .c-searchresultitem__panel.photo video {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-searchresultitem.videoicon .c-searchresultitem__panel.photo::after {
  content: "\F16A";
  font-family: fontello;
  font-size: inherit;
  vertical-align: baseline;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  color: #c00;
  cursor: pointer;
  pointer-events: none;
}

.c-searchresultitem.videoicon .c-searchresultitem__panel.photo::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 0.75rem;
  height: 0.75rem;
  font-size: 1.5rem;
}

@media print,
(min-width: 640px) {
  .c-searchresultitem.videoicon .c-searchresultitem__panel.photo::after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.c-searchresultitem.nophoto .c-searchresultitem__panel.photo,
.c-searchresultitem.nophoto .c-searchresultitem__author {
  display: none;
}

@media print,
(min-width: 420px) {
  .c-searchresultitem__panel {
    position: relative;
    overflow: hidden;
  }

  .c-searchresultitem__panel.photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    height: 7rem;
  }

  .c-searchresultitem__panel.content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem 1.25rem;
  }

  .c-searchresultitem.cover .c-searchresultitem__panel.photo,
  .c-searchresultitem.videoicon .c-searchresultitem__panel.photo {
    overflow: hidden;
    position: relative;
    padding: 0;
    height: auto;
    min-height: 7rem;
  }

  .c-searchresultitem.cover .c-searchresultitem__panel.photo img,
  .c-searchresultitem.cover .c-searchresultitem__panel.photo video,
  .c-searchresultitem.videoicon .c-searchresultitem__panel.photo img,
  .c-searchresultitem.videoicon .c-searchresultitem__panel.photo video {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
  }

  .no-objectfit .c-searchresultitem.cover .c-searchresultitem__panel.photo img,
  .no-objectfit .c-searchresultitem.cover .c-searchresultitem__panel.photo video,
  .no-objectfit .c-searchresultitem.videoicon .c-searchresultitem__panel.photo img,
  .no-objectfit .c-searchresultitem.videoicon .c-searchresultitem__panel.photo video {
    display: block;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    height: auto;
    width: auto !important;
    padding: 0;
    position: absolute;
  }

  .no-objectfit .c-searchresultitem.cover .c-searchresultitem__panel.photo img,
  .no-objectfit .c-searchresultitem.cover .c-searchresultitem__panel.photo video,
  .no-objectfit .c-searchresultitem.videoicon .c-searchresultitem__panel.photo img,
  .no-objectfit .c-searchresultitem.videoicon .c-searchresultitem__panel.photo video {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .c-searchresultitem.cover .c-searchresultitem__panel.photo img,
  .c-searchresultitem.videoicon .c-searchresultitem__panel.photo img {
    width: 100%;
    height: 100%;
    max-height: none;
  }
}

@media print,
(min-width: 768px) {
  .c-searchresultitem {
    font-size: 1rem;
  }
}

@media print,
(min-width: 1024px) {
  .c-searchresultitem {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }

  .c-searchresultitem__panel.photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.0625rem;
    flex: 0 0 14.0625rem;
    max-width: 14.0625rem;
    height: 10rem;
  }

  .c-searchresultitem__panel.content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    max-width: 80%;
    padding: 1.5rem 2rem;
  }

  .c-searchresultitem.cover .c-searchresultitem__panel.photo,
  .c-searchresultitem.videoicon .c-searchresultitem__panel.photo {
    height: auto;
    min-height: 10rem;
  }
}

.c-splash {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  min-height: 48rem;
}

.c-splash__panel {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.c-splash__panel.photo {
  overflow: hidden;
  position: relative;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
}

.c-splash__panel.photo img,
.c-splash__panel.photo video {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.no-objectfit .c-splash__panel.photo img,
.no-objectfit .c-splash__panel.photo video {
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  height: auto;
  width: auto !important;
  padding: 0;
  position: absolute;
}

.no-objectfit .c-splash__panel.photo img,
.no-objectfit .c-splash__panel.photo video {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-splash__panel.content {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
  padding: 3rem 2rem;
  color: #fff;
  text-align: center;
}

.c-splash__panel.content > * {
  max-width: 100%;
}

.c-splash__panel.content h1 {
  display: block;
  position: relative;
  margin-bottom: 2.5rem;
}

.c-splash__panel.content h1 .btn-icon {
  position: absolute;
  right: 0;
  top: -3em;
}

.c-splash__panel.content h2 {
  margin-top: 0;
  margin-bottom: 2.5rem;
  line-height: 1.6;
}

@media print,
(min-width: 1024px) {
  .c-splash__panel.content {
    max-width: 1024px;
  }
}

.c-splashside {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  min-height: 48rem;
}

.c-splashside h1 {
  line-height: 1.1;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.c-splashside__panel {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.c-splashside__panel.photo {
  overflow: hidden;
  position: relative;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
}

.c-splashside__panel.photo img,
.c-splashside__panel.photo video {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.no-objectfit .c-splashside__panel.photo img,
.no-objectfit .c-splashside__panel.photo video {
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  height: auto;
  width: auto !important;
  padding: 0;
  position: absolute;
}

.no-objectfit .c-splashside__panel.photo img,
.no-objectfit .c-splashside__panel.photo video {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.c-splashside__panel.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
  min-height: 26.25rem;
  padding: 4rem 8% 6rem 3rem;
  z-index: 2;
  background-color: rgba(204, 0, 0, 0.75);
  color: #fff;
}

.c-splashside__panel.content .btn-text {
  background-color: #000;
}

.c-splashside__panel.content > * {
  max-width: 100%;
}

@media print,
(min-width: 640px) {
  .c-splashside__panel {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .c-splashside__panel.photo {
    position: relative;
    height: auto;
    z-index: 2;
  }

  .c-splashside__panel.content {
    background-color: #fff;
    color: #000;
  }

  .c-splashside__panel.content .btn-text {
    background-color: #c00;
  }
}

@media print,
(min-width: 640px) and (max-width: 767px) {
  .c-splashside {
    display: block;
    min-height: auto;
  }

  .c-splashside h1 {
    font-size: 2.5rem;
  }

  .c-splashside__panel.photo {
    display: block;
    position: relative;
    max-width: none;
  }

  .c-splashside__panel.photo img {
    position: relative;
    max-width: 50%;
    margin: 0 auto;
  }

  .c-splashside__panel.content {
    display: block;
    max-width: none;
    padding: 1rem 2rem;
    text-align: center;
  }
}

@media print,
(min-width: 768px) {
  .c-splashside {
    font-size: 0.8125rem;
  }

  .c-splashside h1 {
    font-size: 3.75vw;
  }

  .c-splashside h2 {
    font-size: 1.125rem;
  }
}

@media print,
(min-width: 1024px) {
  .c-splashside h1 {
    font-size: 3.875rem;
  }

  .c-splashside h1 .btn-icon {
    padding: 1em 0.5rem 0.5em 1rem;
    font-size: 0.3em;
  }

  .c-splashside h2 {
    font-size: 1.375rem;
  }
}

/* framed version */
.c-splashside--framed .c-splashside__panel.photo {
  background-color: #fff;
}

.no-objectfit .c-splashside--framed .c-splashside__panel.photo img,
.no-objectfit .c-splashside--framed .c-splashside__panel.photo video {
  max-width: 100%;
  max-height: 100%;
}

@media print,
(min-width: 640px) {

  .c-splashside--framed .c-splashside__panel.photo img,
  .c-splashside--framed .c-splashside__panel.photo video {
    padding: calc(48px + 2rem) 2rem 2rem;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media print,
(min-width: 1024px) {

  .c-splashside--framed .c-splashside__panel.photo img,
  .c-splashside--framed .c-splashside__panel.photo video {
    padding-top: 2rem;
  }
}

.c-mediarscgallery {
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 2rem -0.625rem 4rem;
}

@media print,
(min-width: 768px) {
  .c-mediarscgallery .b-mediarsctile {
    width: 48%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media print,
(min-width: 1600px) {
  .c-mediarscgallery.max3 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .c-mediarscgallery.max3 .b-mediarsctile {
    width: 33.33%;
    padding: 0.875rem;
  }
}

@media print,
(min-width: 1200px) {
  .c-mediarscgallery.max4 .b-mediarsctile {
    width: 33.3%;
  }
}

@media print,
(min-width: 1600px) {
  .c-mediarscgallery.max4 .b-mediarsctile {
    width: 25%;
  }
}

.symbolsearch--hide {
  display: none !important;
}

.b-mediarsctile {
  width: 100%;
  margin: 0 auto;
  padding: 0.625rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.85rem;
  line-height: 1.4;
}

.b-mediarsctile__wrap {
  width: 100%;
  max-width: 23.125rem;
  margin: 0 auto;
  border: 1px solid #f5f5f5;
}

.b-mediarsctile__image {
  height: 23.375em;
}

.b-mediarsctile__image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 10%;
  background-color: #f5f5f5;
}

.b-mediarsctile__image a::after {
  content: "\E80C";
  font-family: fontello;
  font-size: inherit;
  vertical-align: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2.5em;
  width: 2.5em;
  background-color: #c00;
  color: #fff;
  font-size: 1.25rem;
  pointer-events: none;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}

.b-mediarsctile__image a:hover::after {
  background-color: #000;
}

.b-mediarsctile__image img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.b-mediarsctile__image .icon {
  color: #999;
  font-size: 4rem;
}

.b-mediarsctile__image .icon.icon-play-circle2 {
  font-size: 5rem;
}

.b-mediarsctile__info {
  margin: 1.75em 1.5em;
  font-weight: 600;
}

.b-mediarsctile__symbol {
  display: block;
}

.b-mediarsctile__note {
  margin-top: 0.5em;
  color: #999;
  text-transform: uppercase;
  font-size: 0.8em;
}

.b-mediarsctile__types {
  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;
  list-style: none;
  font-size: 0.75em;
  margin: 0.25rem 0 0 0;
}

.b-mediarsctile__types a {
  display: inline-block;
}

.b-mediarsctile__types li {
  margin: 0;
  line-height: 1.8;
}

.b-mediarsctile__types li span {
  color: #c00;
}

.b-mediarsctile__types li::after {
  content: "|";
  color: #999;
  display: inline-block;
  margin: 0 0.75em;
}

.b-mediarsctile__types li:last-child::after {
  display: none;
}

@media print,
(min-width: 420px) {
  .b-mediarsctile {
    font-size: 1rem;
  }
}

.b-mediarsctile.product .b-mediarsctile__image a::after {
  display: none;
}

.b-mediarsctile.new .b-mediarsctile__image {
  position: relative;
}

.b-mediarsctile.new .b-mediarsctile__image::before,
.b-producttile.new .b-producttile__detail::before,
.c-productcompare__datatable td.cartridge.new::before,
.c-symbolbasics__panel.photo .new::before {
  content: "NEW";
  position: absolute;
  z-index: 1;
  background-color: #c00;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  pointer-events: none;
}

.b-mediarsctile.new .b-mediarsctile__image::before {
  display: block;
  padding: 0.6em 1.1em;
  top: 1.5em;
  left: -1px;
  border: 1px solid #fff;
  font-size: 0.75em;
}

.b-mediarsctile.cover .b-mediarsctile__image a {
  overflow: hidden;
  position: relative;
  padding: 0;
}

.b-mediarsctile.cover .b-mediarsctile__image a img,
.b-mediarsctile.cover .b-mediarsctile__image a video {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.no-objectfit .b-mediarsctile.cover .b-mediarsctile__image a img,
.no-objectfit .b-mediarsctile.cover .b-mediarsctile__image a video {
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  height: auto;
  width: auto !important;
  padding: 0;
  position: absolute;
}

.no-objectfit .b-mediarsctile.cover .b-mediarsctile__image a img,
.no-objectfit .b-mediarsctile.cover .b-mediarsctile__image a video {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.b-expandlist {
  margin-bottom: 2.75rem;
  font-size: 0.9rem;
}

.b-expandlist__title {
  padding: 0.25rem 0 0.75rem;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  font-weight: 700;
}

.b-expandlist__list {
  margin: 0.75rem 0;
  font-size: 0.8rem;
}

.b-expandlist__list-item {
  overflow: hidden;
  height: auto;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.b-expandlist__list-item label {
  padding: 0.5em 0;
}

.b-expandlist__list-item:nth-child(n + 6) {
  height: 0;
  opacity: 0;
  display: none;
}

.b-expandlist__showtoggle {
  display: none !important;
}

.b-expandlist__showtoggle ~ label {
  display: inline-block;
  color: #c00;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  cursor: pointer;
}

.b-expandlist__showtoggle ~ label span {
  color: inherit;
}

.b-expandlist__showtoggle ~ label .less {
  display: none;
}

.b-expandlist__showtoggle ~ label:hover {
  color: #000;
}

.b-expandlist__showtoggle:checked ~ label .more {
  display: none;
}

.b-expandlist__showtoggle:checked ~ label .less {
  display: block;
}

.b-expandlist__showtoggle:checked ~ .b-expandlist__list .b-expandlist__list-item:nth-child(n + 6) {
  height: auto;
  opacity: 1;
  display: block;
}

.b-expandlist.shorter .b-expandlist__list-item:nth-child(n + 4) {
  height: 0;
  opacity: 0;
  display: none;
}

.b-expandlist.shorter .b-expandlist__showtoggle {
  display: none !important;
}

.b-expandlist.shorter .b-expandlist__showtoggle ~ label {
  display: inline-block;
  color: #c00;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  cursor: pointer;
}

.b-expandlist.shorter .b-expandlist__showtoggle ~ label span {
  color: inherit;
}

.b-expandlist.shorter .b-expandlist__showtoggle ~ label .less {
  display: none;
}

.b-expandlist.shorter .b-expandlist__showtoggle ~ label:hover {
  color: #000;
}

.b-expandlist.shorter .b-expandlist__showtoggle:checked ~ label .more {
  display: none;
}

.b-expandlist.shorter .b-expandlist__showtoggle:checked ~ label .less {
  display: block;
}

.b-expandlist.shorter .b-expandlist__showtoggle:checked ~ .b-expandlist__list .b-expandlist__list-item:nth-child(n + 4) {
  height: auto;
  opacity: 1;
  display: block;
}

.b-expandlist.showall .b-expandlist__list-item {
  height: auto;
  opacity: 1;
  display: block;
}

.b-expandlist.showall .b-expandlist__showtoggle,
.b-expandlist.showall .b-expandlist__showtoggle ~ label {
  display: none;
}

.b-topics {
  padding: 2rem;
  background-color: #f5f5f5;
}

.b-topics a,
.b-topics span {
  display: block;
  padding: 0.4rem 0;
  /* color: #999; */
  color: #666;
  font-weight: 600;
  -webkit-transition: color 200ms;
  transition: color 200ms;
}

.b-topics a:hover {
  color: #000;
}

.b-topics .b-expandlist {
  margin-bottom: 2rem;
}

.b-topics .b-expandlist__list {
  margin-bottom: 1.25rem;
}

.c-products.listview .b-producttile {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  overflow: hidden;
}

.c-products.listview .b-producttile:nth-child(n + 10) {
  height: 0;
  opacity: 0;
}

.c-products.listview.showall .b-producttile {
  height: auto;
  opacity: 1;
}

.c-products .b-expandlist__showtoggle:checked ~ .j-filtered .b-producttile:nth-child(n + 10) {
  height: auto;
  opacity: 1;
}

.c-products .b-expandlist__showtoggle ~ label {
  padding: 0.5rem 1.5rem;
}

.c-products.showall .b-expandlist__showtoggle ~ label {
  display: none;
}

.vplayer {
  position: relative;
  margin-bottom: 2rem;
}

.vplayer__video {
  width: 100%;
}

.vplayer.showupnext .upnext {
  display: block;
}

.upnext {
  display: none;
  width: 100%;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ccc;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  overflow: hidden;
}

.upnext__video {
  display: none;
}

.upnext__link {
  display: inline-block;
  color: inherit;
}

.upnext__link:hover {
  color: #fff;
}

.upnext__thumbnail {
  display: none;
}

.upnext__label {
  margin: 0.5rem 0 0.25rem;
  color: #999;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.625rem;
  font-weight: 700;
}

@media print,
(min-width: 640px) {
  .upnext {
    padding: 2rem;
    font-size: 1rem;
  }

  .upnext__thumbnail {
    display: block;
    float: right;
    margin-left: 2rem;
    max-width: 30%;
  }
}

@media print,
(min-width: 768px) {
  .upnext {
    position: absolute;
    bottom: 0;
    padding: 2rem 2.5rem;
    font-size: 1.25rem;
  }

  .upnext__thumbnail {
    float: none;
    margin: 0;
    max-width: 14.375rem;
  }

  .upnext__label {
    font-size: 0.8125rem;
  }
}

.c-videodetail {
  position: relative;
  font-family: "Merriweather", serif;
  font-size: 0.7rem;
}

.c-videodetail h3 {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.24em;
}

.c-videodetail__logo {
  max-width: 6rem;
}

@media print,
(min-width: 420px) {
  .c-videodetail__logo {
    float: right;
    margin-left: 2rem;
  }
}

@media print,
(min-width: 768px) {
  .c-videodetail__logo {
    max-width: 8rem;
  }
}

@media print,
(min-width: 1024px) {
  .c-videodetail__logo {
    max-width: 10rem;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.c-videodetail__title {
  margin-bottom: 1rem;
}

.c-videodetail__title .btn-icon {
  position: static;
  margin-left: 1rem;
}

@media print,
(min-width: 1024px) {
  .c-videodetail__title {
    padding-right: 10rem;
    margin-right: 1rem;
  }
}

.c-videodetail__series,
.c-videodetail__duration {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1em;
  font-weight: 600;
}

.c-videodetail__duration {
  margin-bottom: 1rem;
}

.c-videodetail__shortdesc,
.c-videodetail__fulldesc {
  line-height: 2;
}

.c-videodetail__stats > dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-bottom: 0.5rem;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

.c-videodetail__stats > dl dt {
  color: #999;
}

.c-videodetail__stats > dl dt::after {
  content: ":";
}

.c-videodetail__stats > dl dd {
  margin-left: 0.75rem;
  font-style: italic;
  font-size: 0.75rem;
}

@media print,
(min-width: 768px) {
  .c-videodetail__stats > dl {
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: 2rem;
    column-gap: 2rem;
  }
}

.c-videodetail__more {
  height: 0;
  opacity: 0;
  display: none;
  overflow: hidden;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.c-videodetail__showtoggle {
  display: none !important;
}

.c-videodetail__showtoggle ~ label {
  display: inline-block;
  color: #fe0000;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  cursor: pointer;
}

.c-videodetail__showtoggle ~ label span {
  color: inherit;
}

.c-videodetail__showtoggle ~ label .less {
  display: none;
}

.c-videodetail__showtoggle ~ label:hover {
  color: #000;
}

.c-videodetail__showtoggle:checked ~ label .more {
  display: none;
}

.c-videodetail__showtoggle:checked ~ label .less {
  display: block;
}

.c-videodetail__showtoggle ~ label {
  margin-top: 2rem;
}

.c-videodetail__showtoggle:checked ~ .c-videodetail__shortdesc {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  display: none;
}

.c-videodetail__showtoggle:checked ~ .c-videodetail__more {
  height: auto;
  opacity: 1;
  display: block;
}

@media print,
(min-width: 768px) {
  .c-videodetail {
    font-size: 0.8125rem;
  }

  .c-videodetail__title {
    font-size: 1.9rem;
  }
}

@media print,
(min-width: 1024px) {

  .c-videodetail__shortdesc,
  .c-videodetail__fulldesc {
    padding-right: 16rem;
  }
}

@media print,
(min-width: 1200px) {

  .c-videodetail__shortdesc,
  .c-videodetail__fulldesc {
    padding-right: 20rem;
  }
}

.c-videogallery {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
}

.c-videogallery__main {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 4rem;
}

.c-videogallery__subcontent {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media print,
(min-width: 1024px) {
  .c-videogallery__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 77%;
    flex: 0 0 77%;
    max-width: 77%;
  }

  .c-videogallery__subcontent {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
  }
}

.c-videogallery .c-gallery {
  margin-top: 0;
  margin-bottom: 0;
}

.c-videogallery .b-gallerytile {
  height: 18rem;
}

.c-form {
  max-width: 60rem;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
}

.c-form p {
  font-family: "Merriweather", serif;
  padding: 0 1rem;
  margin-bottom: 1rem;
}

.c-form .fldtext {
  display: block;
}

.c-form .select-wrap.boxed {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.c-form .fldtext,
.c-form .select-wrap.boxed,
.c-form .fileinput-wrap,
.c-form .textarea-wrap label,
.c-form__row p {
  margin-bottom: 0.625rem;
}

.c-form .fldalt {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    opacity: 0;
}

.c-form .checkbox {
  font-size: 1.2em;
}

.c-form .checkbox label {
  /* color: inherit; */
  color: currentColor;
}

.c-form .checkbox label::before {
  margin-right: 1rem;
}

.c-form .checkbox input[type="checkbox"]:required + label::after,
.c-form .checkbox input[type="checkbox"].required + label::after {
  content: "*";
  position: absolute;
  left: 1.3em;
  top: -0.2em;
  font-weight: 300;
  font-size: 1.25em;
}

.c-form .indent {
  margin-right: 0;
}

.c-form__fields {
  max-width: 20rem;
  margin-bottom: 2rem;
}

.c-form__action {
  margin-top: 2rem;
}

.c-form__cols {
  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;
}

.c-form__cols > div {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.c-form__cols .fldtext {
  min-width: 0;
}

.c-form__cols .select-wrap.boxed {
  width: 100%;
}

.c-form__row {
  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;
  margin: 0 -0.3125rem;
  overflow: hidden;
}

.c-form__row > div {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  padding: 0 0.3125rem;
}

.c-form__row .fldtext {
  min-width: 0;
}

.c-form__row p {
  margin-bottom: 0.625rem;
}

@media print,
(min-width: 640px) {
  .c-form__cols {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c-form__cols > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 49%;
    flex: 1 1 49%;
    max-width: 49%;
  }

  .c-form__row > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
  }
}

.c-form input:invalid,
.c-form .checkbox input[type="checkbox"]:invalid + label::before,
.c-form .c-select.required select:invalid,
.c-form textarea:invalid {
  background-color: rgba(204, 0, 0, 0.25);
}

.c-form .checkbox input[type="checkbox"]:invalid {
  opacity: 0;
  visibility: visible;
  left: 0.75em;
  top: 0.75em;
  outline: none;
}

.c-supportform fieldset {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.c-supportform legend {
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.45;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.4em;
}

@media print,
(min-width: 768px) {
  .c-supportform legend {
    margin-top: 1.5rem;
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-size: 1.375rem;
  }
}

.c-supportform .error-list {
    color: #c00;
    font-weight: 700;
}

.c-filtergroup {
  background-color: #fff;
}

.dark .c-filtergroup,
.c-filtergroup.dark {
  background-color: #333;
}

.c-filtergroup__title {
  margin-bottom: 2rem;
  color: #c00;
  font-size: 1.125rem;
  font-weight: 600;
}

@media print,
(min-width: 1024px) {
  .c-filtergroup {
    position: static;
    height: auto;
    padding: 0;
    background-color: transparent;
    display: block;
  }

  .c-filtergroup.slidepopup .btn-icon.close-popup,
  .c-filtergroup.slidepopup .c-filtergroup__title {
    display: none;
  }
}

.c-filtersel {
  font-family: "Montserrat", sans-serif;
}

.c-filtersel__btnpopup {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
}

.c-filtersel__btnpopup a {
  display: inline-block;
  padding: 0.5rem 0;
}

.c-filtersel__heading {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2.2rem;
}

.c-filtersel__list {
  display: none;
  margin: 0;
  list-style: none;
}

.c-filtersel__list ul,
.c-filtersel__list ol {
  margin: 0;
}

.c-filtersel__list li {
  margin: 0;
  line-height: inherit;
}

.c-filtersel__list a,
.c-filtersel__list button {
  display: block;
  padding: 0.5rem 1rem;
  color: #333;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.c-filtersel__list button {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.c-filtersel__list a::after,
.c-filtersel__list button:after {
  content: "\E804";
  font-family: fontello;
  font-size: inherit;
  vertical-align: baseline;
  margin-left: 0.25rem;
  color: #ccc;
  font-size: 1.3em;
  vertical-align: middle;
  -webkit-transition: color 200ms;
  transition: color 200ms;
}

.c-filtersel__list a:hover,
.c-filtersel__list a:focus,
.c-filtersel__list button:hover,
.c-filtersel__list button:focus {
  color: #000;
}

.c-filtersel__list a:hover::after,
.c-filtersel__list a:focus::after,
.c-filtersel__list button:hover::after,
.c-filtersel__list button:focus::after {
  color: inherit;
}

.c-filtersel__list a:focus,
.c-filtersel__list button:focus {
  outline: thin dotted;
}

.c-filtersel__clear {
  display: none;
  height: 2.2rem;
  margin: 0;
  background-color: #333;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}

.c-filtersel__clear:hover,
.c-filtersel__clear:focus {
  background-color: #c00;
}

@media print,
(min-width: 1024px) {
  .c-filtersel__wrap {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 1.5rem;
    border: 1px solid #ccc;
  }

  .c-filtersel__btnpopup {
    display: none;
  }

  .c-filtersel__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 1rem 1.5rem;
    border-right: 1px solid #ccc;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 0.875rem;
  }

  .c-filtersel__list {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0.5rem;
    line-height: 1.5;
    font-size: 0.75rem;
    font-weight: 500;
  }

  .c-filtersel__clear {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: inline-block;
    height: auto;
    font-size: 0.8rem;
  }
}

.slidepopup .c-filtersel__wrap {
  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;
  margin: 2rem 0;
  border: 1px solid #ccc;
}

.slidepopup .c-filtersel__btnpopup {
  display: none;
}

.slidepopup .c-filtersel__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 0.25rem 0 1rem;
  border-bottom: 1px solid #ccc;
  font-size: 0.8125rem;
  font-weight: 600;
}

.slidepopup .c-filtersel__clear {
  display: block;
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 0 1.25rem;
  font-size: 0.7rem;
}

.slidepopup .c-filtersel__list {
  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;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 0.5rem 0;
  line-height: 1.1;
  font-size: 0.625rem;
  font-weight: 600;
}

.slidepopup .c-filtersel__list a::after {
  font-size: 1.5em;
}

@media print,
(min-width: 320px) {
  .slidepopup .c-filtersel__clear {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    width: auto;
  }
}

@media print,
(min-width: 1024px) {
  .slidepopup .c-filtersel {
    display: none;
  }
}

.j-filtered {
  visibility: hidden;
  height: 0;
}

.j-filtered ~ .wait-bars {
  visibility: visible;
  margin: 1rem;
}

.j-filtered.visible {
  visibility: visible;
  height: auto;
}

.j-filtered.visible ~ .wait-bars {
  display: none;
}

.b-producttile {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 0.85rem;
  line-height: 1.4;
}

.b-producttile__wrap {
  position: relative;
  width: 100%;
  max-width: 23.125rem;
  margin: 1rem auto;
  border: 1px solid #f5f5f5;
  -webkit-transition: -webkit-box-shadow 200ms 100ms,
    -webkit-transform 200ms 100ms;
  transition: -webkit-box-shadow 200ms 100ms, -webkit-transform 200ms 100ms;
  transition: box-shadow 200ms 100ms, transform 200ms 100ms;
  transition: box-shadow 200ms 100ms, transform 200ms 100ms,
    -webkit-box-shadow 200ms 100ms, -webkit-transform 200ms 100ms;
}

.b-producttile__wrap:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.b-producttile__select {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  margin: 0;
  padding: 1.3em;
  font-size: 0.75em;
}

.b-producttile__select .icon-ok {
  display: none;
  background-color: #fff;
  color: #c00;
}

.b-producttile__select .icon-ok::before {
  font-size: 1.4em;
}

.b-producttile__select .icon-cancel {
  display: none;
}

.b-producttile__select .icon-plus::before {
  font-size: 1.25em;
}

.b-producttile__select:hover .icon-ok {
  background-color: #000;
  color: #fff;
}

.b-producttile__select.disabled {
  cursor: not-allowed;
}

.b-producttile__select.disabled .icon {
  background-color: #999;
}

.b-producttile__select.disabled:hover .icon {
  background-color: #999;
}

.b-producttile__more {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.b-producttile__more span {
  display: none;
}

.b-producttile__detail {
  position: relative;
  display: block;
  height: 100%;
  color: inherit;
}

.b-producttile__detail:hover {
  color: inherit;
}

.b-producttile__image {
  display: block;
  position: relative;
  background-color: #f5f5f5;
  height: 23.375em;
}

.b-producttile__image img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  padding: 3.5em 2em 2em;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.b-producttile__info {
  position: relative;
  margin: 1.25em 1.5em;
}

.b-producttile__info ul,
.b-producttile__info ol {
  margin: 0;
}

.b-producttile__info li {
  margin: 0;
  line-height: inherit;
}

.b-producttile__info-item {
  font-weight: 500;
  min-height: 0.875rem;
  margin-right: 1em;
}

.b-producttile__info-item.cost {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-size: 0.83em;
  font-weight: 400;
}

.b-producttile__info-item.cost span {
  display: inline-block;
  width: 3.5em;
  padding: 0.35em;
  background-color: #757575;
}

.b-producttile__info-item.cartridge,
.b-producttile__info-item.weight {
  font-size: 1em;
}

.b-producttile__info-item.type {
  margin-top: 0.75em;
  text-transform: uppercase;
  color: #666;
  font-size: 0.75em;
}

.b-producttile__info-item.count {
  margin-top: 2.75em;
  padding-bottom: 0.75em;
  font-size: 0.59375rem;
}

.b-producttile__info-item.count::before {
  content: "Rounds Per Box: ";
}

.b-producttile__info-item.usage {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #333;
  font-size: 155%;
}

.b-producttile__info-item.usage .icon {
  margin-left: 0.1em;
}

.b-producttile__info-item.usage ul {
  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;
  list-style: none;
}

.b-producttile__info-item.usage ul ul,
.b-producttile__info-item.usage ul ol {
  margin: 0;
}

.b-producttile__info-item.usage ul li {
  margin: 0;
  line-height: inherit;
}

.c-products:not(.listview) .b-producttile__info-item.length,
.c-products:not(.listview) .b-producttile__info-item.size,
.c-products:not(.listview) .b-producttile__info-item.weight {
  display: inline-block;
  margin-right: 0.5em;
}

.c-products:not(.listview) .b-producttile__info-item.length.no-value,
.c-products:not(.listview) .b-producttile__info-item.size.no-value,
.c-products:not(.listview) .b-producttile__info-item.weight.no-value,
.c-products:not(.listview) .b-producttile__info-item.count.no-value {
  display: none;
}

.c-products:not(.listview) .b-producttile__info-item.length:not(.no-value) ~ .b-producttile__info-item.size:not(.no-value)::before,
.c-products:not(.listview) .b-producttile__info-item.length:not(.no-value) ~ .b-producttile__info-item.weight:not(.no-value)::before,
.c-products:not(.listview) .b-producttile__info-item.size:not(.no-value) ~ .b-producttile__info-item.length:not(.no-value)::before,
.c-products:not(.listview) .b-producttile__info-item.size:not(.no-value) ~ .b-producttile__info-item.weight:not(.no-value)::before {
  content: "/";
  margin-right: 0.5em;
  color: #ccc;
}

.c-products:not(.listview) .b-producttile__info-item.coeff,
.c-products:not(.listview) .b-producttile__info-item.muzzle-velocity,
.c-products:not(.listview) .b-producttile__info-item.muzzle-energy,
.c-products:not(.listview) .b-producttile__info-item.symbol,
.c-products:not(.listview) .b-producttile__info-item.brand {
  display: none;
}

.b-producttile.new .b-producttile__detail {
  position: relative;
}

.b-producttile.new .b-producttile__detail::before {
  display: block;
  padding: 0.6em 1.1em;
  top: 1.5em;
  left: -1px;
  border: 1px solid #fff;
  font-size: 0.75em;
}

.b-producttile.compare .b-producttile__image {
  background-color: #c00;
}

.b-producttile.compare .b-producttile__select .icon-ok {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-producttile.compare .b-producttile__select .icon-plus {
  display: none;
}

@media print,
(min-width: 420px) {
  .b-producttile {
    font-size: 1rem;
  }

  .b-producttile__info-item.count {
    padding-bottom: 1.25em;
  }
}

@media print,
(min-width: 768px) {
  .b-producttile {
    width: 48%;
  }
}

@media print,
(min-width: 1600px) {
  .b-producttile {
    width: 33.3%;
  }
}

.c-products__items {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media print,
(min-width: 1200px) {
  .c-products__items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.c-products__header {
  display: none !important;
}

.c-products.listview {
  margin: 0 !important;
}

@media print,
(min-width: 768px) {
  .c-products.listview .c-products__header {
    display: table !important;
    width: 100%;
    padding: 1rem 0;
    text-transform: uppercase;
    line-height: 1.4;
    font-family: "Montserrat", sans-serif;
    font-size: 0.7em;
    font-weight: 700;
  }
}

@media print,
(min-width: 768px) {

  .listview.c-products .c-products__header,
  .listview.c-products .b-producttile__info {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .listview.c-products .c-products__header-item,
  .listview.c-products .b-producttile__info-item {
    display: table-cell;
    vertical-align: middle;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .listview.c-products .c-products__header-item.cartridge,
  .listview.c-products .b-producttile__info-item.cartridge {
    width: 30%;
    padding-right: 1%;
    padding-left: 3rem;
  }

  .listview.c-products .c-products__header-item.length,
  .listview.c-products .b-producttile__info-item.length {
    width: 12%;
  }

  .listview.c-products .c-products__header-item.size,
  .listview.c-products .b-producttile__info-item.size {
    width: 12%;
  }

  .listview.c-products .c-products__header-item.weight,
  .listview.c-products .b-producttile__info-item.weight {
    width: 12%;
  }

  .listview.c-products .c-products__header-item.type,
  .listview.c-products .b-producttile__info-item.type {
    width: 20%;
  }

  .listview.c-products .c-products__header-item.count,
  .listview.c-products .b-producttile__info-item.count {
    width: 10%;
  }

  .listview.c-products .c-products__header-item.usage,
  .listview.c-products .b-producttile__info-item.usage {
    width: 21%;
  }

  .listview.c-products .c-products__header-item.cost,
  .listview.c-products .b-producttile__info-item.cost {
    width: 7%;
    min-width: 3.5rem;
  }

  .listview.c-products .b-producttile__info-item.cost {
    position: static;
  }

  .listview.c-products .c-products__header-item.symbol,
  .listview.c-products .c-products__header-item.brand,
  .listview.c-products .c-products__header-item.coeff,
  .listview.c-products .c-products__header-item.muzzle-velocity,
  .listview.c-products .c-products__header-item.muzzle-energy,
  .listview.c-products .b-producttile__info-item.symbol,
  .listview.c-products .b-producttile__info-item.brand,
  .listview.c-products .b-producttile__info-item.coeff,
  .listview.c-products .b-producttile__info-item.muzzle-velocity,
  .listview.c-products .b-producttile__info-item.muzzle-energy {
    display: none;
  }
}

@media print,
(min-width: 1024px) {
  .c-products.listview .c-products__header {
    font-size: 0.85em;
  }

  .listview.c-products .c-products__header-item.cost,
  .listview.c-products .b-producttile__info-item.cost {
    min-width: 4rem;
  }
}

@media print,
(min-width: 1200px) {

  .listview.c-products .c-products__header-item.cartridge,
  .listview.c-products .b-producttile__info-item.cartridge {
    padding-right: 6rem;
    padding-left: 5rem;
  }
}

.listview .b-producttile {
  width: 100% !important;
  margin: 0;
}

.listview .b-producttile__image {
  display: none;
}

.listview .b-producttile__wrap {
  max-width: none;
  border: none;
  margin: 0.25rem 0;
}

.listview .b-producttile__select {
  font-size: 0.75rem;
}

.listview .b-producttile__detail {
  width: 100%;
  padding: 2.5rem 0.5rem 1rem 0.5rem;
  background-color: #f5f5f5;
}

.listview .b-producttile__info {
  margin: 0;
}

.listview .b-producttile__info-item {
  position: relative;
  margin-top: 0.5rem;
  padding: 0 0 0 10rem;
  text-transform: none;
  color: #666;
  font-size: 0.7rem;
}

.listview .b-producttile__info-item::before {
  position: absolute;
  left: 0;
  color: #000;
  font-size: 0.75rem;
  font-weight: 700;
}

.listview .b-producttile__info-item.cartridge {
  color: #000;
}

.listview .b-producttile__info-item.cartridge::before {
  content: "CARTRIDGE";
}

.listview.shot .b-producttile__info-item.cartridge::before {
  content: "GAUGE";
}

.listview.shot .b-producttile__info-item.length::before {
  content: "SHELL LENGTH";
}

.listview.shot .b-producttile__info-item.size::before {
  content: "SHOT SIZE";
}

.listview .b-producttile__info-item.weight::before {
  content: "BULLET WEIGHT";
}

.listview.shot .b-producttile__info-item.weight::before {
  content: "SHOT WEIGHT";
}

.listview .b-producttile__info-item.type::before {
  content: "BULLET TYPE";
}

.listview.shot .b-producttile__info-item.type::before {
  content: "SHOT TYPE";
}

.listview .b-producttile__info-item.count::before {
  content: "ROUNDS PER BOX";
}

.listview .b-producttile__info-item.symbol::before {
  content: "SYMBOL";
}

.listview .b-producttile__info-item.brand::before {
  content: "BRAND";
}

.listview .b-producttile__info-item.coeff::before {
  content: "BALLISTIC COEFF.";
}

.listview .b-producttile__info-item.muzzle-velocity::before {
  content: "MUZZLE VELOCITY";
}

.listview .b-producttile__info-item.muzzle-energy::before {
  content: "MUZZLE ENERGY";
}

.listview .b-producttile__info-item.usage {
  margin-top: 0.25rem;
  color: #000;
  font-size: 130%;
}

.listview .b-producttile__info-item.usage .icon {
  margin-left: 0;
  margin-right: 0.3rem;
}

.listview .b-producttile__info-item.usage::before {
  content: "USAGE";
  margin-top: 0.25rem;
}

.listview .b-producttile__info-item.cost {
  position: absolute;
  top: -3rem;
  left: 0;
  right: auto;
  padding: 0;
  color: #fff;
}

.listview .b-producttile__info-item.cost span {
  height: 20px;
  line-height: 21px;
  padding: 0;
  margin: 1px;
}

.c-productcompare__datatable td.cartridge.new::before,
.listview .b-producttile.new .b-producttile__detail::before {
  top: 0;
  height: 22px;
  padding: 5px 1.1em;
  font-size: 0.57rem;
}

.listview .b-producttile.new .b-producttile__info-item.cost {
  left: 3.1rem;
}

.listview .b-producttile.compare .b-producttile__detail {
  background-color: #c00;
  color: #fff;
}

.listview .b-producttile.compare .b-producttile__detail a {
  color: inherit;
  font-weight: 700;
}

.listview .b-producttile.compare .b-producttile__info-item,
.listview .b-producttile.compare .b-producttile__info .icon {
  color: #fff;
}

.listview .b-producttile.compare .b-producttile__info-item.cartridge {
  font-weight: 700;
}

@media print,
(min-width: 600px) and (max-width: 767px) {
  .listview .b-producttile__info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 10em;
  }

  .listview.shot .b-producttile__info {
    height: 9em;
  }

  .listview .b-producttile__info-item {
    padding-left: 9rem;
    width: 48%;
  }
}

@media print,
(min-width: 768px) {
  .listview .b-producttile__select {
    height: 100%;
    left: 0;
    right: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .listview .b-producttile__detail {
    padding: 0;
  }

  .listview .b-producttile__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
  }

  .listview .b-producttile__info-item {
    position: static;
    margin: 0;
  }

  .listview .b-producttile__info-item::before {
    display: none;
  }

  .listview .b-producttile__info-item.cost span {
    height: auto;
  }

  .c-productcompare__datatable td.cartridge.new::before,
  .listview .b-producttile.new .b-producttile__detail::before {
    left: 21%;
    top: -1px;
  }
}

@media print,
(min-width: 1200px) {
  .listview .b-producttile__info-item {
    font-size: 0.75em;
  }

  .listview .b-producttile__info-item.cartridge {
    font-size: 0.9em;
  }

  .listview .b-producttile__info-item.cost {
    font-size: 0.83em;
  }

  .listview .b-producttile__info-item.usage {
    color: #333;
    font-size: 155%;
  }
}

@media print,
(min-width: 1200px) {
  .listview .b-producttile__select {
    padding: 1.5em;
    font-size: 0.75em;
  }
}

@media print,
(min-width: 1400px) {

  .c-productcompare__datatable td.cartridge.new::before,
  .listview .b-producttile.new .b-producttile__detail::before {
    height: auto;
    /* padding: 0.6em 1.1em;
        left: 15.5%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 0.75em; */
  }
}

.c-productcompare {
  position: fixed;
  z-index: 22;
  left: 0;
  top: 100%;
  width: 100%;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  font-size: 0.7rem;
}

@media print,
(min-width: 768px) {
  .c-productcompare {
    font-size: 0.8125rem;
  }
}

@media print,
(min-width: 1024px) {
  .c-productcompare {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.c-productcompare__pulltab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: -3rem;
  height: 3rem;
  width: 100%;
  padding-left: 1rem;
  background-color: #c00;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.35);
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}

.c-productcompare__pulltab::before {
  content: "\E826";
  font-family: fontello;
  font-size: 1.25em;
  vertical-align: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
  pointer-events: none !important;
  background: #fff;
  color: #c00;
  border-radius: 50%;
}

.c-productcompare__pulltab::after {
  content: "\F106";
  font-family: fontello;
  font-size: 2em;
  vertical-align: baseline;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 500;
  pointer-events: none !important;
}

.c-productcompare__pulltab .stat,
.c-productcompare__pulltab .label--some {
  display: none;
}

.c-productcompare__pulltab:hover {
  background-color: #000;
  color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

@media print,
(min-width: 1024px) {
  .c-productcompare__pulltab {
    max-width: 25rem;
  }
}

.c-productcompare.have-selections .c-productcompare__pulltab .stat {
  display: inline-block;
  margin-right: 0.5rem;
}

.c-productcompare.have-selections .c-productcompare__pulltab .label--some {
  display: inline-block;
}

.c-productcompare.have-selections .c-productcompare__pulltab .label--none {
  display: none;
}

.c-productcompare.have-selections .c-productcompare__pulltab::before {
  content: "\E806";
  font-size: 1.4em;
}

.c-productcompare__content {
  display: none;
  position: relative;
  z-index: 1;
  height: auto;
  padding: 3rem 1rem 1.5rem 1.5rem;
  background-color: #fff;
}

@media print,
(min-width: 1024px) {
  .c-productcompare__content {
    padding: 4rem 3rem 3rem 4rem;
  }
}

.c-productcompare__buttons {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.c-productcompare__buttons .btn-icon {
  padding: 0.5rem;
  margin: 0;
}

@media print,
(min-width: 1024px) {
  .c-productcompare__buttons {
    top: 2rem;
    right: 1.5rem;
  }
}

.c-productcompare .c-tabs {
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 1rem;
}

.c-productcompare .c-tabs__index {
  font-size: 0.875rem;
}

.c-productcompare .c-tabs__hilite {
  top: 2.9rem;
  background-color: #c00;
}

.c-productcompare .c-tabs__content {
  width: 100%;
}

.c-productcompare .c-tabs__input:checked + .c-tabs__index {
  color: #c00;
}

@media print,
(min-width: 640px) {
  .c-productcompare .c-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
  }
}

@media print,
(min-width: 768px) {
  .c-productcompare .c-tabs__content > div {
    top: -4rem;
  }

  .c-productcompare .c-tabs__content > div.c-tab__overview {
    top: auto;
  }

  .c-productcompare .c-tabs__content > div .b-units {
    text-align: center;
    padding-bottom: 3rem;
  }
}

@media print,
(min-width: 1200px) {
  .c-productcompare .c-tabs__index {
    font-size: 1.25rem;
  }
}

.c-productcompare__tools {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 2rem;
}

.c-productcompare__tools .c-units {
  font-size: 0.875rem;
}

.c-productcompare__tools .btn-addproduct {
  padding: 1rem 0;
  font-size: 0.75rem;
}

@media print,
(min-width: 640px) {
  .c-productcompare__tools {
    margin-top: 3rem;
  }
}

.c-productcompare .listview .b-producttile__more {
  display: none;
}

@media print,
(min-width: 768px) {

  .c-productcompare .listview .c-products__header-item.cartridge,
  .c-productcompare .listview .b-producttile__info-item.cartridge {
    width: 18%;
    padding-right: 0.5rem;
  }

  .c-productcompare .listview .c-products__header-item.length,
  .c-productcompare .listview .b-producttile__info-item.length {
    width: 7%;
  }

  .c-productcompare .listview .c-products__header-item.size,
  .c-productcompare .listview .b-producttile__info-item.size {
    width: 7%;
  }

  .c-productcompare .listview .c-products__header-item.weight,
  .c-productcompare .listview .b-producttile__info-item.weight {
    width: 10%;
  }

  .c-productcompare .listview .c-products__header-item.type,
  .c-productcompare .listview .b-producttile__info-item.type {
    width: 10%;
  }

  .c-productcompare .listview .c-products__header-item.count,
  .c-productcompare .listview .b-producttile__info-item.count {
    width: 8%;
  }

  .c-productcompare .listview .c-products__header-item.symbol,
  .c-productcompare .listview .b-producttile__info-item.symbol {
    display: table-cell;
    width: 11%;
  }

  .c-productcompare .listview .c-products__header-item.brand,
  .c-productcompare .listview .b-producttile__info-item.brand {
    display: table-cell;
    width: 14%;
  }

  .c-productcompare .listview .c-products__header-item.coeff,
  .c-productcompare .listview .b-producttile__info-item.coeff {
    display: table-cell;
    width: 8%;
  }

  .c-productcompare .listview.shot .c-products__header-item.coeff,
  .c-productcompare .listview.shot .b-producttile__info-item.coeff {
    display: none;
  }

  .c-productcompare .listview .c-products__header-item.muzzle-velocity,
  .c-productcompare .listview .b-producttile__info-item.muzzle-velocity {
    display: none;
  }

  .c-productcompare .listview .c-products__header-item.muzzle-energy,
  .c-productcompare .listview .b-producttile__info-item.muzzle-energy {
    display: none;
  }

  .c-productcompare .listview .c-products__header-item.usage,
  .c-productcompare .listview .b-producttile__info-item.usage {
    width: 8%;
  }

  .c-productcompare .listview .c-products__header-item.cost,
  .c-productcompare .listview .b-producttile__info-item.cost {
    width: 6%;
  }

  .c-productcompare .listview .b-producttile__info-item.cartridge {
    font-size: 0.75em;
  }

  .c-productcompare__datatable td.cartridge.new::before {
    left: 22px;
  }

  .c-productcompare .listview .b-producttile.new .b-producttile__detail::before {
    left: 78px;
  }

  .c-productcompare__datatable td.cartridge.new::before,
  .c-productcompare .listview .b-producttile.new .b-producttile__detail::before {
    font-size: 0.57rem;
  }
}

@media print,
(min-width: 1400px) {

  .c-productcompare .listview .c-products__header-item.cartridge,
  .c-productcompare .listview .b-producttile__info-item.cartridge {
    padding-right: 4.5rem;
  }
}

.c-productcompare .b-producttile__select .icon-plus {
  display: none;
}

.c-productcompare .b-producttile__select .icon-cancel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-productcompare .b-producttile__info-item.symbol,
.c-productcompare .b-producttile__info-item.coeff,
.c-productcompare .b-producttile__info-item.brand {
  display: block;
}

.c-productcompare__chart {
  position: relative;
  max-width: 52rem;
  min-height: 400px;
  padding: 1.5rem 1rem 1rem;
  margin: 0 auto;
  background-color: #f5f5f5;
}

.c-productcompare__tablewrap {
  margin-bottom: 4rem;
  overflow-x: auto;
  overflow-y: hidden;
}

.c-productcompare__tablewrap::-webkit-scrollbar {
  width: 12px;
}

.c-productcompare__tablewrap::-webkit-scrollbar-thumb {
  background-color: #a6a6a6;
  background-clip: padding-box;
  border: 4px solid transparent;
  border-radius: 8px;
}

.c-productcompare__tablewrap::-webkit-scrollbar-corner {
  background-color: transparent;
}

.c-productcompare__tablewrap::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

.c-productcompare__datatable {
  width: 100%;
  background-color: #f5f5f5;
  border-spacing: 0;
  border: 0;
}

.c-productcompare__datatable thead tr {
  background-color: #fff;
  text-transform: uppercase;
  font-size: 0.7em;
}

.c-productcompare__datatable tbody {
  color: #999;
  font-size: 0.75em;
  font-weight: 600;
}

.c-productcompare__datatable th,
.c-productcompare__datatable td {
  padding: 1rem;
  border: 0;
  text-align: right;
  font-size: 0.65rem;
}

.c-productcompare__datatable th.tools,
.c-productcompare__datatable td.tools {
  padding: 0;
  text-align: left;
  width: 3.5rem;
}

.c-productcompare__datatable th.cartridge,
.c-productcompare__datatable th.symbol,
.c-productcompare__datatable td.cartridge,
.c-productcompare__datatable td.symbol {
  text-align: left;
}

@media print,
(min-width: 768px) {

  .c-productcompare__datatable th,
  .c-productcompare__datatable td {
    padding: 1rem 2%;
  }
}

.c-productcompare__datatable td {
  border-bottom: 0.5rem solid #fff;
}

.c-productcompare__datatable td.cartridge {
  width: 22%;
  position: relative;
  padding-right: 8em;
  color: #000;
  line-height: 1.2;
}

.c-productcompare__datatable td.cartridge.new::after {
  display: block;
  height: 2.2em;
  width: 5em;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 2.3em;
  text-align: center;
  font-size: 0.8em;
}

@media print,
(min-width: 768px) {
  .c-productcompare__datatable td {
    font-size: 1.2em;
  }
}

.c-productcompare__datatable .b-producttile__select {
  position: relative;
  padding: 1.5rem 1rem;
  font-size: 1em;
}

.c-productcompare__datatable .b-producttile__select .icon {
  background-color: #fff;
}

.c-productcompare__datatable .b-producttile__select .icon::before {
  font-size: 1.25em;
}

.c-productcompare__datatable .color1 .b-producttile__select {
  background-color: #7bb9bb;
}

.c-productcompare__datatable .color1 .b-producttile__select .icon {
  color: #7bb9bb;
}

.c-productcompare__datatable .color2 .b-producttile__select {
  background-color: #eaba34;
}

.c-productcompare__datatable .color2 .b-producttile__select .icon {
  color: #eaba34;
}

.c-productcompare__datatable .color3 .b-producttile__select {
  background-color: #b561a0;
}

.c-productcompare__datatable .color3 .b-producttile__select .icon {
  color: #b561a0;
}

.c-productcompare__datatable .color4 .b-producttile__select {
  background-color: #a8af13;
}

.c-productcompare__datatable .color4 .b-producttile__select .icon {
  color: #a8af13;
}

.c-productcompare.active {
  position: fixed;
  top: 3rem;
  height: calc(100% - 3rem);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.c-productcompare.active .c-productcompare__wrap {
  height: 100%;
  overflow-y: scroll;
  background: #fff;
}

.c-productcompare.active .c-productcompare__wrap::-webkit-scrollbar {
  width: 12px;
}

.c-productcompare.active .c-productcompare__wrap::-webkit-scrollbar-thumb {
  background-color: #a6a6a6;
  background-clip: padding-box;
  border: 4px solid transparent;
  border-radius: 8px;
}

.c-productcompare.active .c-productcompare__wrap::-webkit-scrollbar-corner {
  background-color: transparent;
}

.c-productcompare.active .c-productcompare__wrap::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

.c-productcompare.active .c-productcompare__pulltab::after {
  content: "\F107";
}

.c-productcompare.active .c-productcompare__content {
  display: block;
  overflow-x: hidden;
}

@media print,
(min-width: 1024px) {
  .c-productcompare.active {
    top: 6rem;
    height: calc(97% - 6rem);
  }
}

.c-producthero {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem 0;
}

.c-producthero h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.15;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2.25em;
}

.c-producthero__subtitle {
  margin-bottom: 1rem;
  line-height: 1.5;
  font-size: 1.4em;
  font-weight: 400;
}

.c-producthero__panel {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.c-producthero__panel.content {
  padding: 1rem 0;
}

.c-producthero__panel.photo img {
  display: block;
}

@media print,
(min-width: 1024px) {
  .c-producthero {
    padding: 3rem 0;
  }

  .c-producthero__panel {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }

  .c-producthero__panel.content {
    padding: 0;
  }
}

@media print,
(min-width: 1200px) {
  .c-producthero h2 {
    font-size: 3.5rem;
  }

  .c-producthero__subtitle {
    font-size: 1.4rem;
  }
}

.c-producttabs .c-tabs .c-tabs__input:checked ~ .c-tabs__content .c-productfeatures {
  display: flex;
}

.c-productfeatures {
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.c-productfeatures__num {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding-right: 1.5rem;
  width: 3rem;
}

.c-productfeatures__num span {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  background-color: #c00;
  color: #fff;
  text-align: center;
  line-height: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.7rem;
  border-radius: 50%;
}

.c-productfeatures__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  padding: 1rem 0;
  border-bottom: 1px solid #ececec;
}

.c-productfeatures__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.4em;
}

.c-productfeatures__panel {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
}

.c-productfeatures__panel.content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 2rem 0 0;
  line-height: 2;
}

.c-productfeatures__panel.content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-productfeatures__panel.content > div:last-child .c-productfeatures__text {
  border: none;
}

.c-productfeatures__panel.photo img {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  display: block;
  width: auto;
  max-height: 18.75rem;
  margin: auto;
}

@media print,
(min-width: 640px) {
  .c-productfeatures {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-productfeatures__panel.content {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0;
  }

  .c-productfeatures__panel.photo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0 0 0 4rem;
  }
}

.c-productrelated {
  padding: 3rem 0;
  margin-top: 3rem;
  margin-bottom: 3rem;
  background-color: #000;
  color: #fff;
}

.c-productrelated__content {
  max-width: none;
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  line-height: 2;
}

@media print,
(min-width: 1024px) {
  .c-productrelated__content {
    max-width: 100rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
  }
}

.c-productrelated__title {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2em;
}

.c-productrelated__subtitle {
  margin-bottom: 1rem;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.5em;
}

.c-productrelated__tabs {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-productrelated__tabs .btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin: 0;
  padding: 0 0.5em;
  font-size: 2.5rem;
}

.c-productrelated__tabs .btn-icon .label {
  display: inline-block;
  margin: 0;
  color: #999;
  text-transform: none;
  font-size: 0.35em;
}

.c-productrelated__tabs .btn-icon .icon {
  height: 2.25em;
  width: 2.25em;
  background-color: #fe0000;
  color: #000;
}

.c-productrelated__tabs .btn-icon:hover .label {
  color: #fff;
}

.c-productrelated__tabs .btn-icon:hover .icon {
  background-color: #fff;
  color: #fe0000;
}

.c-productrelated__tabs.c-tabs {
  margin: 2rem 0 0 !important;
}

.c-productrelated__tabs .c-tabs__index::after {
  display: none;
}

.c-productrelated__tabs .c-tabs__content {
  padding: 2rem 0 0;
}

.c-productrelated__action {
  display: inline-block;
  padding: 1rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.c-productrelated__action span {
  display: inline-block;
  position: relative;
  margin-left: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.c-productrelated__action span::after {
  content: "\F178";
  font-family: fontello;
  font-size: inherit;
  vertical-align: baseline;
}

.c-productrelated__action span::after {
  margin: auto;
  padding-left: 0.5em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  color: #c00;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.c-productrelated__action:hover span {
  margin-left: -0.25em;
}

.c-productrelated__action:hover span::after {
  padding-left: 1.25em;
}

.c-productrelated__action:hover {
  color: #c00;
}

.c-productrelated p {
  margin: 0;
}

@media print,
(min-width: 768px) {
  .c-productrelated {
    padding: 3rem 10%;
  }
}

@media print,
(min-width: 1024px) {
  .c-productrelated {
    padding: 6rem;
    margin-top: 0;
  }

  .c-productrelated__content {
    max-width: 45rem;
  }

  .c-productrelated__title {
    font-size: 1.75rem;
  }

  .c-productrelated__tabs .btn-icon {
    font-size: 3rem;
  }
}

.c-productsocialbtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.c-productsocialbtns .btn-icon {
  padding: 0.5rem 0;
  margin-right: 0;
  font-size: 0.6rem;
}

.c-productsocialbtns .btn-icon .label {
  font-size: 1em;
  font-weight: 600;
}

@media print,
(min-width: 640px) {
  .c-productsocialbtns {
    width: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .c-productsocialbtns .btn-icon {
    font-size: 1.125rem;
  }

  .c-productsocialbtns .btn-icon .label {
    font-size: 0.55em;
    margin-right: 1.5rem;
    font-weight: 700;
  }
}

.c-symbolbasics {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  padding-top: 3rem;
  position: relative;
  line-height: 2;
  font-size: 0.7rem;
}

.c-symbolbasics__panel {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.c-symbolbasics__panel.photo ul,
.c-symbolbasics__panel.photo ol {
  margin: 0;
}

.c-symbolbasics__panel.photo li {
  margin: 0;
  line-height: inherit;
}

.c-symbolbasics__panel.photo .new::before {
  top: 1.5em;
  left: 0;
  padding: 0.5em 1.25em;
  font-family: "Montserrat", sans-serif;
}

.c-symbolbasics__panel.photo .slides {
  list-style: none;
}

.c-symbolbasics__panel.photo .slides .lslide {
  position: relative;
  height: 23rem;
}

.c-symbolbasics__panel.photo .slides .lslide a:focus::after {
  outline: thin dotted;
}

.c-symbolbasics__panel.photo .slides .lslide a::after {
  content: "\E80E";
  font-family: fontello;
  font-size: inherit;
  vertical-align: baseline;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 1rem;
  color: #000;
  line-height: 1;
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.9);
  font-size: 1.5rem;
  pointer-events: none;
}

.c-symbolbasics__panel.photo .slides .lslide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 5%;
  background-color: #ececec;
}

.c-symbolbasics__panel.photo .slides .lslide a img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  width: auto;
  height: auto;
}

.c-symbolbasics__panel .slides .lslide.videoicon::after,
.c-symbolbasics__panel .lSPager .videoicon::after {
  content: "\F16A";
  width: 1.5rem;
  height: 1.5rem;
  font-family: fontello;
  font-size: 3rem;
  vertical-align: baseline;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  color: #c00;
  cursor: pointer;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-symbolbasics__panel .lSPager .videoicon::after {
  width: 0.75rem;
  height: 0.75rem;
  font-size: 1.5rem;
}

.c-symbolbasics__panel.photo .lSAction > a {
  background-image: url(/images/static/controls.png);
}

@media print, (min-width: 420px) {
  .c-symbolbasics__panel .slides .lslide.videoicon::after {
    height: 2rem;
    width: 2rem;
    font-size: 4rem;
  }
}

@media print,
(min-width: 1200px) {
  .c-symbolbasics__panel.photo .slides {
    padding-bottom: 90% !important;
  }

  .c-symbolbasics__panel.photo .slides .lslide {
    height: 100%;
  }
}

.c-symbolbasics__panel.photo .lSPager li a {
  border: 1px solid transparent;
}

.c-symbolbasics__panel.photo .lSPager li a:focus {
  /* outline: none; */
  border-color: currentColor;
}

@media print,
(min-width: 768px) {
  .c-symbolbasics__panel.photo .lSPager li {
    height: 4rem;
  }

  .c-symbolbasics__panel.photo .lSPager li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 5%;
    background-color: #ececec;
  }

  .c-symbolbasics__panel.photo .lSPager li a img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    width: auto;
    height: auto;
  }
}

.c-symbolbasics__panel.content {
  padding: 1rem 0;
}

.c-symbolbasics__cartridge h1 {
  margin: 0 0 0.25rem;
  font-size: 1.4em;
}

.c-symbolbasics__cartridge .c-productsocialbtns {
  position: absolute;
  top: 0;
  left: 0;
}

.c-symbolbasics__subbrand,
.c-symbolbasics__symbol {
  text-transform: uppercase;
  /* color: #999; */
  color: #666;
  font-weight: 500;
}

.c-symbolbasics__subbrand {
  font-size: 1.1em;
}

.c-symbolbasics__symbol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
}

.c-symbolbasics__symbol .cost {
  margin-left: 0.5rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-size: 0.83em;
  font-weight: 400;
}

.c-symbolbasics__symbol .cost span {
  display: inline-block;
  width: 3.5em;
  padding: 0.5em;
  /* background-color: #ccc; */
  background-color: #757575;
}

.c-symbolbasics__promo a {
  display: inline-block;
  padding: 1em 0;
  font-weight: 600;
  font-size: 1.1em;
}

.c-symbolbasics__reviews {
  margin: 1em 0 2em;
}

.c-symbolbasics__desc {
  font-family: "Merriweather", serif;
}

.c-symbolbasics__info {
  margin-top: 1em;
  font-weight: 500;
  font-size: 0.9em;
}

.c-symbolbasics__info > div {
  padding: 0.5em 0;
}

.c-symbolbasics__info .label {
  display: inline-block;
  margin-right: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.85em;
}

.c-symbolbasics__info .usage {
  disply: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.c-symbolbasics__info .usage ul {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 0;
  font-size: 2.3em;
}

.c-symbolbasics__info .usage li {
  margin: 0 0.1em;
  line-height: inherit;
}

@media print,
(min-width: 640px) {
  .c-symbolbasics {
    padding-top: 4rem;
  }

  .c-symbolbasics__cartridge h1 {
    font-size: 1.5rem;
  }

  .c-symbolbasics__cartridge .c-productsocialbtns {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}

@media print,
(min-width: 768px) {
  .c-symbolbasics {
    font-size: 0.8125rem;
    padding-top: 0;
  }

  .c-symbolbasics__panel.photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .c-symbolbasics__panel.content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0 0 0 2rem;
  }

  .c-symbolbasics__cartridge {
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-symbolbasics__cartridge h1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .c-symbolbasics__cartridge .c-productsocialbtns {
    position: static;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media print,
(min-width: 1024px) {
  .c-symbolbasics__cartridge h1 {
    font-size: 2rem;
  }
}

@media print,
(min-width: 1200px) {
  .c-symbolbasics__cartridge h1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .c-symbolbasics__cartridge .c-productsocialbtns {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto;
  }
}

@media print,
(min-width: 1400px) {
  .c-symbolbasics__panel.content {
    padding: 2rem 0 2rem 4rem;
  }

  .c-symbolbasics__cartridge h1 {
    font-size: 2.25rem;
  }
}

.c-symboltabs {
  padding: 2rem 0 6rem;
}

.c-symboltabs__ballistics {
  font-family: "Montserrat", sans-serif;
}

.c-symboltabs__ballistics table {
  display: none;
  width: 100%;
  border-spacing: 4px;
  border-collapse: separate;
  margin-bottom: 3rem;
  font-size: 0.85em;
}

.c-symboltabs__ballistics table > div:nth-child(even),
.c-symboltabs__ballistics table > li:nth-child(even),
.c-symboltabs__ballistics table > tr:nth-child(even),
.c-symboltabs__ballistics table > tbody > tr:nth-child(even) {
  background-color: #f5f5f5;
}

.c-symboltabs__ballistics table thead {
  text-transform: uppercase;
  text-align: center;
}

.c-symboltabs__ballistics table thead th {
  width: 20%;
  padding: 0.75rem 2%;
  border-bottom: 2px solid #ccc;
  vertical-align: bottom;
  line-height: 1.2;
  font-weight: 600;
  font-size: 0.9em;
}

.c-symboltabs__ballistics table thead span {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.75em;
}

.c-symboltabs__ballistics table tbody td {
  text-align: right;
  padding: 1% 2%;
}

@media print,
(min-width: 420px) {
  .c-symboltabs__ballistics table {
    font-size: 1em;
  }
}

@media print,
(min-width: 1200px) {
  .c-symboltabs__ballistics table {
    width: auto;
    padding-right: 3rem;
  }
}

.c-symboltabs__ballistics .chart {
  display: none;
}

.c-symboltabs__ballistics__wrap {
  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;
}

.c-symboltabs__ballistics__wrap table,
.c-symboltabs__ballistics__wrap .chart {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media print,
(min-width: 1200px) {
  .c-symboltabs__ballistics__wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c-symboltabs__ballistics__wrap table,
  .c-symboltabs__ballistics__wrap .chart {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 49%;
    flex: 1 1 49%;
    max-width: 49%;
  }
}

.units--us table.ballistics--us {
  display: table;
}

@media print,
(min-width: 768px) {
  .units--us .chart.ballistics--us {
    display: block;
  }
}

.units--metric table.ballistics--metric {
  display: table;
}

@media print,
(min-width: 768px) {
  .units--metric .chart.ballistics--metric {
    display: block;
  }
}

.c-newproducts {
  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;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin: 0 -0.375rem;
}

.c-newproducts .b-newproducttile {
  width: 100%;
}

@media print,
(min-width: 768px) {
  .c-newproducts .b-newproducttile {
    width: 33%;
  }
}

.b-newproducttile {
  padding: 0.75rem;
  font-family: "Montserrat", sans-serif;
}

.b-newproducttile img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.b-newproducttile__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 100%;
  padding: 12% 8% 8%;
  background-color: #b9b9b9;
  color: #666;
}

.b-newproducttile__link {
  opacity: 0;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(204, 0, 0, 0.65);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
  -webkit-transition: opacity 300ms 100ms;
  transition: opacity 300ms 100ms;
}

.b-newproducttile__link span {
  display: inline-block;
  position: relative;
  margin-left: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.b-newproducttile__link span::after {
  content: "\F178";
  font-family: fontello;
  font-size: inherit;
  vertical-align: baseline;
}

.b-newproducttile__link span::after {
  margin: auto;
  padding-left: 0.5em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  color: #fff;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.b-newproducttile__link:hover span {
  margin-left: -0.25em;
}

.b-newproducttile__link:hover span::after {
  padding-left: 1.25em;
}

.b-newproducttile__link span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.b-newproducttile__link:hover {
  opacity: 1;
  color: #fff;
}

.b-newproducttile__offerings {
  display: inline-block;
  padding: 0.75em 1.5em;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #c00;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75em;
  white-space: nowrap;
}

.b-newproducttile__logo {
  margin-bottom: auto;
  height: 11.25rem;
}

.b-newproducttile__logo img {
  max-height: 11.25rem;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.b-newproducttile__product {
  margin: 4rem 0;
}

.b-newproducttile__product img {
  max-height: 21.25rem;
}

.b-newproducttile__usage {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  text-transform: uppercase;
  line-height: 1;
  color: #000;
}

.b-newproducttile__usage ul,
.b-newproducttile__usage ol {
  margin: 0;
}

.b-newproducttile__usage li {
  margin: 0;
  line-height: inherit;
}

.b-newproducttile__usage .label {
  margin-right: 1em;
  /* color: #999; */
  font-size: 0.9em;
}

.b-newproducttile__usage ul {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  color: #333;
  font-size: 1.75em;
}

.b-newproducttile__usage li {
  margin: 0 0.1em;
}

@media print,
(min-width: 420px) {
  .b-newproducttile {
    font-size: 1rem;
  }
}

.p-retailer .c-tabs.toggle .c-tabs__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

.p-retailer .c-tabs.toggle .c-tabs__index {
  position: absolute;
  top: 2rem;
  left: 1.5rem;
  z-index: 2;
  max-height: 3.125rem;
  font-size: 0.7em;
}

.p-retailer .c-tabs.toggle .c-tabs__index--retailers {
  left: 152px;
}

@media print,
(min-width: 420px) {
  .p-retailer .c-tabs.toggle .c-tabs__index {
    font-size: 0.85em;
  }

  .p-retailer .c-tabs.toggle .c-tabs__index--retailers {
    left: 178px;
  }
}

.p-retailer .c-tab__locator {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.p-retailer .c-tab__locator__search {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  position: relative;
  z-index: 1;
  padding: 6rem 1.5rem 2rem;
  width: 100%;
  background-color: #ececec;
  -webkit-box-shadow: 20px 0px 39px rgba(0, 0, 0, 0.15);
  box-shadow: 20px 0px 39px rgba(0, 0, 0, 0.15);
}

.p-retailer .c-tab__locator__map {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  height: 30rem;
  width: 100%;
}

.p-retailer .c-tab__locator__map.aspectratio {
  padding-bottom: 66%;
}

.p-retailer .c-tab__locator__term {
  position: relative;
  display: inline-block;
  margin: 0 1rem 0.75rem 0;
  background-color: #fff;
}

.p-retailer .c-tab__locator__term .btn-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  margin: 0;
  font-size: 1.125rem;
}

.p-retailer .c-tab__locator__term .btn-icon .icon {
  height: 3rem;
  width: 3rem;
  background-color: transparent;
  border-radius: 0;
  color: #c00;
}

.p-retailer .c-tab__locator__term .btn-icon:hover .icon {
  background-color: #000;
  color: #fff;
}

.p-retailer .c-tab__locator__status {
  display: none;
  width: 100%;
  color: #333;
  font-size: 0.75em;
  font-family: "Montserrat", sans-serif;
  padding: 0.2em 0.75em;
  margin-top: 1em;
  font-weight: 700;
}

.p-retailer .c-tab__locator__status.active {
  display: block;
}

.p-retailer .c-tab__locator__status.status-error {
  color: #c00;
}

.p-retailer .c-tab__locator__results {
  position: relative;
  width: 100%;
  height: 25rem;
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: 2rem;
  background-color: #fff;
}

.p-retailer .c-tab__locator__results::-webkit-scrollbar {
  width: 12px;
}

.p-retailer .c-tab__locator__results::-webkit-scrollbar-thumb {
  background-color: #a6a6a6;
  background-clip: padding-box;
  border: 4px solid transparent;
  border-radius: 8px;
}

.p-retailer .c-tab__locator__results::-webkit-scrollbar-corner {
  background-color: transparent;
}

.p-retailer .c-tab__locator__results::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

.p-retailer .c-tab__locator__results .message {
  padding: 1rem;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8em;
}

.p-retailer .c-tab__locator input[type="text"],
.p-retailer .c-tab__locator .select-wrap.boxed > select {
  background: #fff;
  border: 0;
  height: 3rem;
}

@media print,
(min-width: 1024px) {
  .p-retailer .c-tab__locator {
    height: 85vh !important;
    min-height: 32rem;
    max-height: 44rem;
  }

  .p-retailer .c-tab__locator__search,
  .p-retailer .c-tab__locator__results {
    width: 25rem;
    max-height: 100%;
  }

  .p-retailer .c-tab__locator__results {
    height: calc(100% - 6.75rem);
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .p-retailer .c-tab__locator__map {
    width: auto;
    height: auto;
  }
}

@media print,
(min-width: 1400px) {
  .p-retailer .c-tab__locator {
    max-height: 50rem;
  }
}

@media print,
(min-width: 1600px) {
  .p-retailer .c-tab__locator {
    max-height: 55rem;
  }
}

.p-retailer .b-mapitem {
  position: relative;
  padding: 1.25rem 2.5rem 1.1rem 2rem;
  border-bottom: 1px solid #ececec;
  line-height: 1.6;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.p-retailer .b-mapitem::after {
  content: "\F105";
  font-family: fontello;
  font-size: inherit;
  vertical-align: baseline;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #c00;
  line-height: 1;
  font-size: 2em;
  -webkit-transition: all ease 0.1s;
  transition: all ease 0.1s;
}

.p-retailer .b-mapitem__name {
  font-weight: 700;
  font-size: 0.85em;
}

.p-retailer .b-mapitem__address1,
.p-retailer .b-mapitem__address2 {
  color: #666;
  font-size: 0.8em;
}

.p-retailer .b-mapitem__directions {
  display: inline-block;
  padding: 1em 0 1.5em;
  margin: -0.5em 0.25em -1.5em 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.6em;
}

.p-retailer .b-mapitem.active {
  background-color: #f5f5f5;
}

.p-retailer .b-mapitem:focus,
.p-retailer .b-mapitem:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

.p-retailer .b-mapitem:hover:after,
.p-retailer .b-mapitem:focus:after {
  right: 1rem;
}

.p-retailer .b-mapitem:hover:after {
  color: #000;
}

.p-retailer .b-mapitem:last-child {
  border-bottom: 0;
}

.b-infomarker {
  padding: 1rem;
  line-height: 1.6;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}

.b-infomarker__name {
  font-weight: 700;
  font-size: 0.9em;
}

.b-infomarker__address,
.b-infomarker__phone,
.b-infomarker__email {
  font-size: 0.8em;
  font-style: normal;
}

.b-infomarker__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -1rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.65em;
}

.b-infomarker__links a {
  display: inline-block;
  padding: 1rem;
  margin: 0 0 -1rem;
}

.c-tab__retailers {
  padding: 0 0.75rem 3rem;
}

.c-retailers {
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 6rem 0 1rem;
}

.b-retailer {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  padding: 0.625rem;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
}

.b-retailer__content {
  height: 100%;
  padding: 5% 10%;
  background-color: #f5f5f5;
}

.b-retailer a {
  display: inline-block;
  padding: 0.2em 0;
  color: inherit;
}

.b-retailer a:hover {
  color: #c00;
}

.b-retailer__name {
  color: #000;
  font-weight: 700;
  font-size: 0.875rem;
}

.b-retailer__phone {
  color: #666;
  font-weight: 500;
  font-size: 0.8em;
}

.b-retailer__web {
  color: #c00;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.7em;
}

.b-retailer__web a:hover {
  color: #000;
}

@media print,
(min-width: 768px) {
  .b-retailer {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
  }
}

@media print,
(min-width: 1200px) {
  .b-retailer {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.3%;
    flex: 1 1 33.3%;
    max-width: 33.3%;
  }
}

@media print,
(min-width: 1600px) {
  .b-retailer {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
  }
}

@media print,
(min-width: 2000px) {
  .b-retailer {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 20%;
  }
}

.c-curations {
  font-family: "Montserrat", sans-serif;
}

.p-body .footer__wrap {
  display: none;
}

.p-body .footer__wrap.landing {
  display: none;
}

.p-layout {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.p-layout__subnav {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  min-width: 16rem;
}

.p-layout__main {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media print,
(min-width: 1024px) {
  .p-body .footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .p-layout {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .p-layout__subnav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media print,
print and (min-width: 1024px),
print and (min-width: 1200px),
(min-width: 1024px) and (min-width: 1200px) {
  .p-layout__subnav {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media print,
(min-width: 1024px) {
  .p-layout__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 73%;
    flex: 0 0 73%;
    max-width: 73%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media print,
print and (min-width: 1024px),
print and (min-width: 1200px),
(min-width: 1024px) and (min-width: 1200px) {
  .p-layout__main {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media print,
(min-width: 1200px) {
  .p-layout__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 77%;
    flex: 0 0 77%;
    max-width: 77%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media print,
print and (min-width: 1200px),
print and (min-width: 1200px),
(min-width: 1200px) and (min-width: 1200px) {
  .p-layout__main {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media print,
(min-width: 1400px) {
  .p-layout__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media print,
print and (min-width: 1400px),
print and (min-width: 1200px),
(min-width: 1400px) and (min-width: 1200px) {
  .p-layout__main {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media print,
(min-width: 1024px) {
  .p-main {
    -webkit-transition: all 300ms;
    transition: all 300ms;
  }
}

.p-body {
  border-top-width: 60px;
  border-top-style: solid;
  border-top-color: #000;
}

.p-body header {
  position: fixed;
}

.p-body main {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.p-body .c-spotlight.videobanner video {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media print,
(min-width: 1024px) {
  .p-body {
    border-top-width: 100px;
  }

  .p-body .c-spotlight.banner {
    min-height: 0;
  }
}

.p-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  overflow: visible;
}

.p-main::-webkit-scrollbar {
  width: 12px;
}

.p-main::-webkit-scrollbar-thumb {
  background-color: #a6a6a6;
  background-clip: padding-box;
  border: 4px solid transparent;
  border-radius: 8px;
}

.p-main::-webkit-scrollbar-corner {
  background-color: transparent;
}

.p-main::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

.p-main .btn-icon.close-popup {
  position: absolute;
  top: 2rem;
  right: 0;
  z-index: 23;
  margin: 0;
  padding: 1rem;
  cursor: pointer;
}

@media print,
(min-width: 1024px) {
  .p-main .btn-icon.close-popup {
    top: 0;
  }
}

.p-content {
  position: relative;
  background-color: #fff;
  padding-bottom: 2rem;
}

@media print,
(min-width: 1024px) {
  .p-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.p-content .c-tabs {
  margin-top: 4rem;
}

.p-content__main {
  line-height: 2;
  font-family: "Merriweather", serif;
  font-size: 0.7rem;
  font-weight: 400;
}

@media print,
(min-width: 768px) {
  .p-content__main {
    line-height: 2.15;
    font-size: 0.8125rem;
  }
}

.p-layout-wide {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

@media print,
(min-width: 1024px) {
  .p-layout-wide {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media print,
(min-width: 1200px) {
  .p-layout-wide {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.p-layout-wide__main {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.p-layout-rightrail {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
}

.p-layout-rightrail__main {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  margin-bottom: 4rem;
}

.p-layout-rightrail__subcontent {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media print,
(min-width: 1024px) {
  .p-layout-rightrail__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 69%;
    flex: 0 0 69%;
    max-width: 69%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media print,
print and (min-width: 1024px),
print and (min-width: 1200px),
(min-width: 1024px) and (min-width: 1200px) {
  .p-layout-rightrail__main {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media print,
(min-width: 1024px) {
  .p-layout-rightrail__subcontent {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    max-width: 29%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media print,
print and (min-width: 1024px),
print and (min-width: 1200px),
(min-width: 1024px) and (min-width: 1200px) {
  .p-layout-rightrail__subcontent {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media print,
(min-width: 1024px) {

  .p-layout-rightrail.split50 .p-layout-rightrail__main,
  .p-layout-rightrail.split50 .p-layout-rightrail__subcontent {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media print,
print and (min-width: 1024px),
print and (min-width: 1200px),
(min-width: 1024px) and (min-width: 1200px) {

  .p-layout-rightrail.split50 .p-layout-rightrail__main,
  .p-layout-rightrail.split50 .p-layout-rightrail__subcontent {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media print,
(min-width: 1400px) {
  .p-summary .p-layout__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 77%;
    flex: 0 0 77%;
    max-width: 77%;
  }
}

.p-blogsummary .p-layout-rightrail__main .c-filtersel {
  position: absolute;
  top: -4rem;
  right: 0;
}

@media print,
(min-width: 1024px) {
  .p-blogsummary .p-layout-rightrail__main .c-filtersel {
    position: static;
  }
}

.p-productsummary {
  padding-bottom: 3rem;
}

.p-productsummary__top {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}

.p-productsummary__top .btn-icon {
  margin: 0 0 0 1rem;
}

.p-productsummary h1 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  width: 100%;
  margin-bottom: 1rem;
}

.p-productsummary .c-adjustview {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-productsummary .c-filtersel {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.p-productsummary .c-viewtoggle {
  margin-left: 1rem;
}

.p-productsummary .c-viewtoggle .btn-icon {
  vertical-align: middle;
  margin: 0;
  color: currentColor;
  background-color: transparent;
  font-size: 1.15rem;
}

.p-productsummary .c-viewtoggle .active {
  display: none;
}

@media print,
(min-width: 1024px) {
  .p-productsummary .c-adjustview {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: auto;
    font-size: 0.875rem;
  }

  .p-productsummary .c-filtersel {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .p-productsummary .c-filtersel__wrap {
    margin: 2rem 0 0 0;
  }

  .p-productsummary .c-viewtoggle .btn-icon {
    margin-left: 0.5rem;
  }

  .p-productsummary .c-viewtoggle .active {
    display: inline-block;
    color: #c00;
  }
}

@media print,
(min-width: 1200px) {
  .p-productsummary h1 {
    width: auto;
    margin-bottom: 0;
  }

  .p-productsummary .c-products {
    margin: 0 -1rem;
  }
}

.p-theater {
  background-color: #ececec;
}

.p-stage {
  max-width: none;
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 3rem;
}

@media print,
(min-width: 1024px) {
  .p-stage {
    max-width: 79rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
  }
}

@media print,
(min-width: 1024px) {
  .p-stage {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media print,
(min-width: 1200px) {
  .p-stage {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.p-videoseries .p-content {
  padding-bottom: 0;
}

.p-videoseries .c-spotlight.banner {
  margin-bottom: 0;
}

.p-videoseries .c-tabs__content {
  padding-bottom: 0;
}

.p-videoseries .c-tabs__content h3 {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
}

.p-videoseries .c-tab__details,
.p-videoseries .c-tab__sponsors {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
}

.p-videoseries .c-tabs__flex .c-tab__details,
.p-videoseries .c-tabs__flex .c-tab__sponsors {
  display: none;
}

.p-videoseries .c-tab__details__main,
.p-videoseries .c-tab__sponsors__main {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 4rem;
}

.p-videoseries .c-tab__details__subcontent,
.p-videoseries .c-tab__sponsors__subcontent {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media print,
(min-width: 1024px) {

  .p-videoseries .c-tab__details__main,
  .p-videoseries .c-tab__sponsors__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }

  .p-videoseries .c-tab__details__subcontent,
  .p-videoseries .c-tab__sponsors__subcontent {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.dark {
  background-color: #333;
  color: #fff;
}

.dark a:hover {
  color: #fff;
}

.dark .p-theater {
  background-color: #242424;
}

.dark .p-content {
  background-color: #333;
}

.dark .nav-crumbs__item:hover,
.dark .nav-crumbs__item.current {
  color: #fff;
}

.dark .c-tabs__hilite {
  background-color: #fff;
}

.dark .c-tabs__index {
  color: #999;
}

.dark .c-tabs__index:hover {
  color: #fff;
}

.dark .c-tabs__input:checked + .c-tabs__index {
  color: #fff;
}

.dark .c-photocard__panel.content {
  background-color: #fff;
}

.dark .checkbox label:hover {
  color: #fff;
}

.dark .checkbox input[type="checkbox"]:checked + label {
  color: #fff;
}

.dark .checkbox input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.dark .c-videodetail__showtoggle ~ label:hover,
.dark .b-expandlist__showtoggle ~ label:hover {
  color: #fff;
}

.dark .c-filtersel__clear {
  background-color: #fff;
  color: #000;
}

.dark .c-filtersel__clear:hover,
.dark .c-filtersel__clear:focus {
  background-color: #fff;
  color: #000;
}

.dark .checkbox label,
.dark .c-filtersel__list a,
.dark .c-filtersel__list button {
  color: #ececec;
}

.dark .c-filtersel__list a::after,
.dark .c-filtersel__list button::after {
  color: #999;
}

.dark .c-filtersel__list a:hover,
.dark .c-filtersel__list a:focus,
.dark .c-filtersel__list button:hover,
.dark .c-filtersel__list button:focus {
  color: #fff;
}

.dark .c-filtersel__list a:hover::after,
.dark .c-filtersel__list a:focus::after,
.dark .c-filtersel__list button:hover::after,
.dark .c-filtersel__list button:focus::after {
  color: inherit;
}

.p-blogsummary .c-thumbitem {
  margin-left: -1rem;
  margin-right: -1rem;
}

.p-blogsummary .c-thumbitem__panel.photo {
  display: none;
}

@media print,
(min-width: 640px) {
  .p-blogsummary .c-thumbitem {
    margin-left: auto;
    margin-right: auto;
  }

  .p-blogsummary .c-thumbitem__panel.photo {
    display: block;
  }
}

.p-newproducts .p-content__main img {
  width: auto;
}

.p-mediarsc h2 {
  margin-top: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.75em;
}

.p-mediarsc h2 .note {
  margin: 0 0 0 1.5em;
  font-size: 0.7em;
}

.p-mediarsc .b-heading {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-mediarsc .b-heading h2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.p-mediarsc .b-heading .btn-icon {
  font-size: 0.6rem;
}

.p-mediarsc .b-heading .btn-icon .icon {
  font-size: 1.4em;
  height: 2.5em;
  width: 2.5em;
}

@media print,
(min-width: 1024px) {
  .p-mediarsc .b-heading h2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 45rem;
    padding-right: 5rem;
  }
}

.p-mediarsc__form h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2.1em;
}

.p-mediarsc .p-content__subnav .fldtext.outsidelabel {
  display: block;
}

.p-mediarsc .p-content__sub img {
  display: block;
  margin: 0 auto;
}

@media print,
(min-width: 1400px) {
  .p-mediarsc.filters .p-layout__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 77%;
    flex: 0 0 77%;
    max-width: 77%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media print,
print and (min-width: 1400px),
print and (min-width: 1200px),
(min-width: 1400px) and (min-width: 1200px) {
  .p-mediarsc.filters .p-layout__main {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.p-mediarsc .c-products__header-item.usage,
.p-mediarsc .c-products__header-item.cost {
  display: none;
}

.p-mediarsc .b-producttile__select,
.p-mediarsc .b-producttile__info-item.usage,
.p-mediarsc .b-producttile__info-item.cost {
  display: none;
}

.p-mediarsc .b-producttile__info-item.symbol {
  display: block;
}

.p-mediarsc .listview .b-producttile__detail {
  -webkit-column-width: auto;
  -moz-column-width: auto;
  column-width: auto;
}

@media print,
(min-width: 768px) {

  .p-mediarsc .listview.c-products .c-products__header-item.symbol.symbol,
  .p-mediarsc .listview.c-products .b-producttile__info-item.symbol.symbol {
    display: table-cell;
    width: 15%;
  }
}

.p-searchresults .nav-primary__title {
  color: #fff;
}

.p-searchresults h2 {
  margin: 0 0 1rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
}

.p-searchresults__heading {
  margin-bottom: 5rem;
}

.p-searchresults__heading .stats {
  font-weight: 600;
  font-size: 0.9em;
}

.p-searchresults .c-tabs {
  margin-top: 2rem;
  font-size: 0.75rem;
}

.p-searchresults .c-tabs__hilite {
  background-color: #c00;
}

.p-searchresults .c-tabs__index {
  margin-bottom: 2.5rem;
  max-width: 50%;
  text-align: center;
  white-space: normal;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em;
}

.p-searchresults .c-tabs__index:first-of-type {
  padding-right: 2.5em;
}

.p-searchresults .c-tabs__index:first-of-type::before {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  position: absolute;
  right: 1.05em;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #999;
}

.p-searchresults .c-tabs__index::after {
  display: none;
}

.p-searchresults .c-tabs__input:checked + .c-tabs__index {
  color: #c00;
}

.p-searchresults .c-tabs__content {
  padding: 0;
}

.p-searchresults .c-tabs__content > div {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.p-searchresults .c-tabs__recent {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 5px solid #f5f5f5;
  font-weight: 500;
  font-size: 1.2em;
}

.p-searchresults .c-tabs__recent-item {
  margin-bottom: 1rem;
}

.p-searchresults .c-searchresultitem {
  margin-bottom: 1rem;
}

@media print,
(min-width: 420px) {
  .p-searchresults h2 {
    font-size: 1.375rem;
  }

  .p-searchresults__heading .stats {
    font-size: 1.15em;
  }

  .p-searchresults .c-tabs {
    margin-top: 5rem;
    font-size: 1rem;
  }

  .p-searchresults .c-tabs__index {
    text-align: left;
    white-space: nowrap;
  }
}

.p-landing {
  max-width: none;
  width: auto;
  padding: 0;
}

.p-layout-landing {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.p-layout-landing__main {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

header.p-landing {
  width: 100%;
  background-color: #000;
  -webkit-transition: opacity 300ms, height 100ms, background-color 600ms,
    -webkit-transform 400ms ease-in-out;
  transition: opacity 300ms, height 100ms, background-color 600ms,
    -webkit-transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out, opacity 300ms, height 100ms,
    background-color 600ms;
  transition: transform 400ms ease-in-out, opacity 300ms, height 100ms,
    background-color 600ms, -webkit-transform 400ms ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
}

header.p-landing.nav--fixed {
  background-color: #000;
}

@media print,
(min-width: 1024px) {
  header.p-landing {
    -webkit-box-shadow: 0 1px 0px #242424;
    box-shadow: 0 1px 0px #242424;
  }
}

.p-landing h1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-landing .c-gallery {
  padding-left: 0;
  padding-right: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media print,
(min-width: 1024px) {
  .p-landing .c-gallery {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media print,
(min-width: 1200px) {
  .p-landing .c-gallery {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.c-spotlight.banner .c-spotlight__content .btn-text {
  font-size: 0.75rem;
  margin: 0;
  width: auto;
  height: 3rem;
}

@media print,
(min-width: 1024px) {
  .c-spotlight.banner .c-spotlight__content .btn-text {
    font-size: 0.9rem;
  }
}

.c-spotlight__content .btn-row .btn-text {
  margin: 0 1rem 1rem;
  width: 10rem;
  height: 2.5rem;
  font-size: 0.8rem;
}

@media print,
(min-width: 1024px) {
  .c-spotlight__content .btn-row .btn-text {
    width: 12rem;
    height: 3rem;
    font-size: 1.1rem;
  }
}

.p-home .c-spotlight.banner .c-spotlight__content {
  padding-top: 8em;
  padding-bottom: 4em;
}

.p-home .c-spotlight.banner .c-spotlight__content h1,
.p-home .c-spotlight.banner .c-spotlight__content .c-spotlight__title {
  font-size: 2rem;
}

@media print,
(min-width: 1024px) {
  .p-home .c-spotlight.banner .c-spotlight__content {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .p-home .c-spotlight.banner .c-spotlight__content h1,
  .p-home .c-spotlight.banner .c-spotlight__content .c-spotlight__title {
    font-size: 2.5rem;
    font-weight: 700;
  }
}

.p-home .c-spotlight {
  margin-bottom: 0;
}

.p-home .c-spotlight__title {
  margin-bottom: 0;
}

.p-home .c-spotlight__subtitle {
  margin-top: 0.5rem;
}

.p-home.p-main {
  margin-top: -40px;
}

@media print,
(min-width: 1024px) {
  .p-home.p-main {
    margin-top: 0;
  }
}

.p-subbrand h3 {
  margin-bottom: 1rem;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
}

.p-subbrand h3 .note {
  /* color: #999; */
  color: #666;
}

.p-subbrand .c-producttabs {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 2rem 0;
  background-color: #f5f5f5;
}

.p-subbrand .c-producttabs .c-tabs {
  margin-top: 0;
}

.p-subbrand__info {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-subbrand__info .subbrand-name {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
}

.p-subbrand__info .cost {
  display: inline-block;
  height: 1.7em;
  line-height: 1.7em;
  padding: 0 0.75em;
  margin-left: 2em;
  /* background-color: #ccc; */
  background-color: #757575;
  color: #fff;
  vertical-align: text-bottom;
  font-size: 0.7em;
}

.p-subbrand__info .c-productsocialbtns {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.p-subbrand__info .c-reviews {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}

.p-subbrand .b-producttile__info-item.symbol,
.p-subbrand .b-producttile__info-item.brand,
.p-subbrand .b-producttile__info-item.coeff,
.p-subbrand .b-producttile__info-item.muzzle-velocity,
.p-subbrand .b-producttile__info-item.muzzle-energy {
  display: block;
}

@media print,
(min-width: 768px) {

  .p-subbrand .listview.c-products .c-products__header-item.cartridge,
  .p-subbrand .listview.c-products .b-producttile__info-item.cartridge {
    width: 18%;
    padding-right: 0.5rem;
  }

  .p-subbrand .listview.c-products .c-products__header-item.length,
  .p-subbrand .listview.c-products .b-producttile__info-item.length {
    width: 7%;
  }

  .p-subbrand .listview.c-products .c-products__header-item.size,
  .p-subbrand .listview.c-products .b-producttile__info-item.size {
    width: 7%;
  }

  .p-subbrand .listview.c-products .c-products__header-item.weight,
  .p-subbrand .listview.c-products .b-producttile__info-item.weight {
    width: 10%;
  }

  .p-subbrand .listview.c-products .c-products__header-item.type,
  .p-subbrand .listview.c-products .b-producttile__info-item.type {
    width: 10%;
  }

  .p-subbrand .listview.c-products .c-products__header-item.count,
  .p-subbrand .listview.c-products .b-producttile__info-item.count {
    width: 8%;
  }

  .p-subbrand .listview.c-products .c-products__header-item.symbol,
  .p-subbrand .listview.c-products .b-producttile__info-item.symbol {
    display: table-cell;
    width: 11%;
  }

  .p-subbrand .listview.c-products .c-products__header-item.brand,
  .p-subbrand .listview.c-products .b-producttile__info-item.brand {
    display: none;
  }

  .p-subbrand .listview.c-products .c-products__header-item.coeff,
  .p-subbrand .listview.c-products .b-producttile__info-item.coeff {
    display: table-cell;
    width: 8%;
  }

  .p-subbrand .listview.c-products .c-products__header-item.muzzle-velocity,
  .p-subbrand .listview.c-products .b-producttile__info-item.muzzle-velocity {
    display: table-cell;
    width: 8%;
  }

  .p-subbrand .listview.c-products .c-products__header-item.muzzle-energy,
  .p-subbrand .listview.c-products .b-producttile__info-item.muzzle-energy {
    display: table-cell;
    width: 8%;
  }

  .p-subbrand .listview.c-products .c-products__header-item.usage,
  .p-subbrand .listview.c-products .b-producttile__info-item.usage {
    width: 8%;
  }

  .p-subbrand .listview.c-products .c-products__header-item.cost,
  .p-subbrand .listview.c-products .b-producttile__info-item.cost {
    display: none;
  }
}

@media print,
(min-width: 768px) {
  .p-subbrand .listview.c-products .b-producttile.new .b-producttile__detail::before {
    left: 15%;
  }
}

@media print,
(min-width: 1400px) {
  .p-subbrand .listview.c-products .b-producttile.new .b-producttile__detail::before {
    left: 16%;
  }

  .p-subbrand .listview.c-products .b-producttile__info-item.cartridge {
    padding-right: 6rem;
  }
}

@media print,
(min-width: 640px) {
  .p-subbrand .subbrand-name {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .p-subbrand .c-productsocialbtns {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media print,
(min-width: 1024px) {
  .p-subbrand {
    padding: 0 0 3rem 0;
  }

  .p-subbrand h3 {
    font-size: 2.25rem;
  }
}

.p-symbol h1 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-symbol .c-symboltabs .c-tabs__select {
  display: block;
  width: 100%;
}

.p-symbol .c-symboltabs .c-tabs__select > select {
  width: 100%;
}

@media print,
(min-width: 640px) {
  .p-symbol .c-symboltabs .c-tabs__select {
    display: none;
  }
}

.p-discovery .p-content {
  padding-bottom: 0;
}

.p-discovery .c-spotlight {
  height: auto;
}

.p-discovery .c-spotlight__content {
  max-width: none;
  width: 100%;
  padding-bottom: 0;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(transparent),
      to(rgba(0, 0, 0, 0.95)));
  background: linear-gradient(to bottom,
      transparent 0%,
      rgba(0, 0, 0, 0.95) 100%);
}

.p-discovery .c-spotlight.no-gradient .c-spotlight__content {
  background: none;
}

.p-discovery .c-spotlight__content-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.p-discovery .c-spotlight__title {
  width: 100%;
  max-width: 1024px;
  margin-top: auto;
  margin-bottom: 0;
}

.p-discovery .c-spotlight__subtitle {
  width: 100%;
  max-width: 1024px;
  margin: 0 0 auto;
}

.p-discovery .c-spotlight__subtitle h2 {
  margin: 0 0 3rem;
}

.p-discovery .c-spotlight__nav {
  width: 90%;
  max-width: 1600px;
  margin-top: 0;
  padding: 3rem 0;
  border-top: 1px solid #666;
  text-transform: uppercase;
  font-size: 1em;
}

.p-discovery .c-spotlight__nav h3 {
  margin: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.25em;
}

.p-discovery .c-spotlight__buttons {
  list-style: none;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.p-discovery .c-spotlight__buttons li {
  width: 100%;
  margin: 0;
  line-height: inherit;
}

.p-discovery .c-spotlight__buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 2rem;
}

.p-discovery .c-spotlight__buttons a .callout-text,
.p-discovery .c-spotlight__buttons a > span {
  position: relative;
  left: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.p-discovery .c-spotlight__buttons a .callout-text::after,
.p-discovery .c-spotlight__buttons a > span::after {
  content: "\F178";
  font-family: fontello;
  font-size: inherit;
  vertical-align: baseline;
}

.p-discovery .c-spotlight__buttons a .callout-text::after,
.p-discovery .c-spotlight__buttons a > span::after {
  margin: auto auto auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% - 0.5em);
  opacity: 0;
  height: 1em;
  line-height: 1.1;
  -webkit-transition: margin 300ms ease-out, opacity 200ms;
  transition: margin 300ms ease-out, opacity 200ms;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.p-discovery .c-spotlight__buttons a:hover .callout-text,
.p-discovery .c-spotlight__buttons a:hover > span {
  left: -0.7em;
}

.p-discovery .c-spotlight__buttons a:hover .callout-text::after,
.p-discovery .c-spotlight__buttons a:hover > span::after {
  margin-left: 1em;
  opacity: 1;
}

.p-discovery .c-spotlight__buttons a:hover {
  color: #c00;
}

.p-discovery .c-spotlight__buttons .icon {
  color: #fff;
  font-size: 5.5em;
  line-height: 4rem;
}

.p-discovery .c-spotlight__buttons .icon.icon-rifle {
  font-size: 10em;
}

.p-discovery .c-spotlight__buttons .icon.icon-shotshell {
  font-size: 6.5em;
}

.p-discovery__share {
  text-align: right;
  margin: 1.5rem 0;
}

.p-discovery__share .btn-icon {
  font-size: 1rem;
}

.p-discovery .c-featurebar.carousel {
  margin-top: 0;
}

.p-discovery .c-productrelated {
  margin-bottom: 0;
}

@media print,
(min-width: 420px) {
  .p-discovery .c-spotlight {
    height: 35rem;
  }

  .p-discovery .c-spotlight__buttons li {
    width: 50%;
  }
}

@media print,
(min-width: 640px) {
  .p-discovery .c-spotlight__buttons li {
    width: auto;
  }
}

@media print,
(min-width: 1024px) {
  .p-discovery__share {
    margin: 5rem 0 3rem;
  }

  .p-discovery__share .btn-icon {
    font-size: 1.125rem;
  }

  .p-discovery .c-spotlight {
    min-height: 61rem;
  }

  .p-discovery .c-spotlight__content {
    padding: 0;
  }

  .p-discovery .c-spotlight__nav {
    font-size: 1rem;
  }

  .p-discovery .c-gallery {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
}

.p-retailer .nav-primary__title {
  color: #fff;
}

.p-retailer .p-content {
  padding-bottom: 0;
}

.p-retailer .p-content__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  font-size: 1rem;
}

.p-retailer .p-content .c-tabs {
  width: 100%;
  margin-top: 0;
}

.p-landing.splash .nav-crumbs {
  display: none;
}

.p-landing.splash .p-content {
  padding: 0;
}

.p-landing.splash .p-main {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

@media print,
(min-width: 1024px) {
  .p-landing.splash {
    border-top-width: 100px;
  }

  .p-landing.splash footer {
    position: absolute;
    left: 0;
    bottom: -33rem;
    height: 33rem;
    width: 100%;
  }
}

.p-landing.splash.universalnav .nav-univ .nav-primary,
.p-landing.splash.universalnav .nav-util__item.locator,
.p-landing.splash.universalnav .nav-util__item.search {
  display: none;
}

@media print,
(min-width: 1024px) {
  .p-landing.splash.universalnav {
    border-top-width: 40px;
  }

  .p-landing.splash.universalnav header {
    height: 40px;
  }

  .p-landing.splash.universalnav footer {
    bottom: -12rem;
    height: 12rem;
    background-color: #fff;
  }

  .p-landing.splash.universalnav .footer__wrap,
  .p-landing.splash.universalnav .c-signup {
    display: none;
  }

  .p-landing.splash.universalnav .footer__wrap.landing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
}

.no-objectfit .p-landing.splash .c-splash,
.no-objectfit .p-landing.splash .c-splashside {
  min-height: 61rem;
}

.no-objectfit .p-landing.splash footer {
  position: relative;
  bottom: auto;
}

.c-siteheader .nav-univ__mobile-home {
  padding: 0 0.75rem;
}

.c-siteheader .nav-univ__mobile-home img {
  width: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media print,
(min-width: 768px) {
  .c-siteheader .nav-primary__title {
    padding: 0 1rem;
  }
}

@media print,
(min-width: 1024px) {
  .c-siteheader {
    height: 60px;
  }

  .c-siteheader .nav-univ__item {
    display: none;
  }

  .c-siteheader .nav-univ .nav-primary {
    top: 0;
  }

  .c-siteheader .nav-primary__list {
    width: auto;
    max-width: none;
    padding-right: 0;
  }

  .c-siteheader .nav-primary__title {
    padding: 0 1.5rem;
  }
}

.c-siteheader.mobileview .c-sitefooter {
  padding: 1rem;
}

.c-siteheader.mobileview .c-follow .btn-icon {
  font-size: 1.3rem;
}

.c-siteheader.mobileview .footer-siteinfo {
  font-size: 0.6rem;
}

.c-siteheader.mobileview .footer-siteinfo__item.copyright {
  width: 100%;
}

.c-sitefooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: transparent;
}

.c-sitefooter .footer__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.c-sitefooter .mainsite {
  display: block;
  padding: 0.5em;
  color: #c00;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.7rem;
}

.c-sitefooter .mainsite:hover {
  color: #000;
}

.c-sitefooter .c-follow {
  margin: 0;
}

.c-sitefooter .c-follow label {
  display: none;
}

.c-sitefooter .c-follow .btn-icon .icon {
  height: 1.6em;
  width: 1.6em;
}

.c-sitefooter .footer-siteinfo {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  text-align: center;
}

@media print,
(min-width: 1024px) {
  .p-body .c-sitefooter {
    height: 9rem;
    position: absolute;
    bottom: -9rem;
    left: 0;
  }
}

.p-sitehome .p-content {
  padding: 0;
}

.p-sitehome .c-spotlight {
  height: 100%;
}

.p-sitehome .c-spotlight__content {
  padding-top: 0;
  padding-bottom: 0;
}

.p-sitehome .c-spotlight__content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  font-size: 1.35em;
  font-weight: 500;
  text-transform: uppercase;
}

.p-sitehome .c-spotlight__title {
  text-transform: none;
}

.p-sitehome .c-spotlight__subtitle {
  margin-top: 0;
  font-size: 2.25em;
  line-height: 1.3;
  text-transform: none;
}

@media print,
(min-width: 1024px) {
  .p-sitehome.p-main {
    margin-top: -40px;
  }
}

.no-objectfit .p-sitehome .c-spotlight {
  min-height: 61rem;
}

.no-objectfit .p-sitehome c-sitefooter {
  position: relative;
  bottom: auto;
}

.static-text .c-gallery {
  /* margin-top: 0 !important;*/
  margin-bottom: 0px !important;
}

/* background helper classes */
.bgcolor-dark {
  background-color: #111;
  color: #fff;
}

.bgcolor-white {
  background-color: #fff;
}

.bgcolor-dark .btn-text.transparent,
.btn-text.transparent.valid {
  color: #fe0000;
  border-color: #fe0000;
}

.c-productrelated a,
.bgcolor-dark a,
.bgcolor-black a,
.c-signup a,
.bgcolor-black .btn-text.transparent:hover,
.bgcolor-dark .btn-text.transparent:hover,
.btn-text.transparent.valid:hover {
  color: #fe0000;
}

.c-productrelated .btn-text:not(.nohover),
.bgcolor-dark .btn-text:not(.nohover),
.bgcolor-black .btn-text:not(.nohover),
.c-signup .btn-text:not(.nohover) {
  color: #fff;
}

.dark .pager li.active,
.pager a:hover,
.dark .b-expandlist__showtoggle ~ label {
  color: #fc6c67;
}

.dark .pager {
  color: #ececec;
}

/* mobile-only max-width */
@media (max-width: 1023px) {
  .nav-util .locator span {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
  }
}

/* Careers Page */
#job-feed .select-wrap {
  vertical-align: top;
}

#job-feed .tablecontent > thead {
  font-size: 0.815rem;
}

#job-feed .tablecontent {
  color: #666;
}

#job-feed tr:hover {
  cursor: pointer;
}

#job-feed .btn-text {
  font-size: 0.9rem;
  height: 3rem;
}

/* Mobile*/
#job-feed select {
  width: 100%;
  margin-bottom: 15px;
  height: 3rem;
}

@media print,
(min-width: 420px) {
  #job-feed select {
    width: auto;
  }
}

#job-listings button {
  padding: 0rem;
  background: transparent;
  color: #c00;
  border: none;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: none;
  display: inline-block;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  line-height: 1.8;
  white-space: nowrap;
  cursor: pointer;
}

#job-listings button:hover {
  padding: 0;
  background: transparent;
  color: #000;
  border: none;
}

/* add visible active state to j-carousel */
.lSPager.lSGallery li {
  border: 1px solid transparent;
  position: relative;
}

.lSPager.lSGallery li.active {
  border-color: currentColor;
}

/* helpers */
.caps {
  text-transform: uppercase;
}

.not-caps {
  text-transform: none;
}

/* thumb card */
.c-thumbcard {
  position: relative;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  border: 1px solid transparent;
}

.c-thumbcard > .c-thumbitem__panel.content {
  position: static;
}

a.full-link:after,
.c-thumbcard a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.c-thumbcard:focus {
  outline: thin dotted;
}

.c-thumbcard .c-thumbitem__title a:hover {
  color: currentColor;
}

.c-thumbcard:hover {
  border-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

/* image card */
.c-imagecard {
  align-items: center;
  margin-bottom: 2em;
  background: #f3f3f3;
  width: 100%;
  min-height: 100px;
}

.c-imagecard.img-left .c-imagecard__image {
  order: 1;
  border-right: 5px solid #de0000;
}

.c-imagecard.img-right .c-imagecard__image {
  order: 2;
  border-left: 5px solid #de0000;
}

.c-imagecard.img-border-none .c-imagecard__image {
  border: 0 none;
}

.c-imagecard__image {
  align-self: stretch;
}

.c-imagecard.mobile-hide .c-imagecard__image {
  display: none;
}

.c-imagecard__image div {
  position: relative;
  width: calc(23.125rem - 14px);
  height: 100%;
}

.c-imagecard__image img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.c-imagecard__copy {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.03em;
  background: #f3f3f3;
}

.c-imagecard.img-left .c-imagecard__copy {
  order: 2;
}

.c-imagecard.img-right .c-imagecard__copy {
  order: 1;
}

.c-imagecard__copy div {
  padding: 1.75em 2.5em;
}

.c-imagecard__copy div > :first-child {
  margin-top: 0;
}

.c-imagecard__copy div > :last-child {
  margin-bottom: 0;
}

@media print,
(min-width: 768px) {
  .c-imagecard.mobile-hide .c-imagecard__image {
    display: block;
  }
}

/* image card - custom style for site */
@media print,
(min-width: 1024px) {
  .c-imagecard {
    margin-top: -70px;
  }
}

.age-gate__modal {
  position: fixed;
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1em;
  z-index: 99;
  pointer-events: all;
}

.age-gate__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px;
  color: #fff;
  outline: none !important;
}

.age-gate__content h1 {
  text-align: center;
}

.age-gate__content p {
  text-align: center;
  margin-top: 1em; 
}

.age-gate__actions {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
}

  .age-gate__actions .btn-text {
    margin: 0;
  }

    .age-gate__actions .btn-text.transparent {
      font-size: 0.9rem;
    }

  @media (min-width: 1024px) {
    .age-gate__actions {
      flex-direction: row;
      gap: 50px;
    }
  }

.age-gate__logo {
  content: url('../../images/Consumer/logo.png');
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

#onetrust-consent-sdk {
  pointer-events: all;
}
