@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; /* added line */
    position: absolute;
}

.skip-link {
    background: white;
    display: inline-block;
    position: fixed;
    top: .5em;
    left: .5em;
    z-index: -1;
    margin: 0;
    padding: .5em;
    transform: translateY(-100%);
    transition: transform 0.3s;
}

.skip-link:focus {
    z-index: 500;
    transform: translateY(0%);
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    min-width: 20rem;
    background-color: #ebe4d5;
    color: #000;
    -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: #ccc; */
    background-color: #757575;
}

.color-grey-mid {
    /* color: #ccc; */
    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-blue {
    background-color: #1561a4;
}

.color-blue {
    color: #1561a4;
    background-color: inherit;
}

.bgcolor-blue-lt {
    background-color: #6699cc;
}

.color-blue-lt {
    color: #6699cc;
    background-color: inherit;
}

.bgcolor-blue-op65 {
    background-color: rgba(21, 97, 164, 0.65);
}

.color-blue-op65 {
    color: rgba(21, 97, 164, 0.65);
    background-color: inherit;
}

.bgcolor-blue-op75 {
    background-color: rgba(21, 97, 164, 0.75);
}

.color-blue-op75 {
    color: rgba(21, 97, 164, 0.75);
    background-color: inherit;
}

.bgcolor-white {
    background-color: #fff;
}

.color-white {
    color: #fff;
    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;
}

@media print, (min-width: 1024px) {
    .mobile-only {
        display: none !important;
    }
}

@media print, (max-width: 1023px) {
    .desktop-only {
        display: none !important;
    }
}

input[type="text"], input[type="email"] {
    -webkit-appearance: none;
    border: 1px solid #5e5443;
    border-radius: 4px;
    background: #fff;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

select, textarea {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #5e5443;
}

textarea {
    resize: none;
}

fieldset:focus, input:focus, textarea:focus {
    outline: #666 auto 5px;
}

ol, ul, .listcontent {
    margin: 0 0 0 2rem;
    padding: 0;
}

.listcontent li, li {
    margin: 0.5rem 0 0.5rem 1rem;
    line-height: 2;
}

.simple-table {
    border-collapse: collapse;
}

.simple-table, .simple-table th, .simple-table td {
    border: 1px solid black;
    padding: 10px;
}

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: "Chakra Petch", sans-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: "Chakra Petch", sans-serif;
    font-style: normal;
    font-weight: 700;
}

.img-captioned__caption h3 {
    color: #474646;
    font-family: "Chakra Petch", 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: "Chakra Petch", 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: #1561a4;
    -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;
}

.no-br {
    white-space: nowrap;
}

.b-action {
    display: block;
    position: relative;
    padding-left: 1.5rem;
    margin: 2rem 0;
}

.b-action__title {
    color: #1561a4;
    text-transform: uppercase;
    line-height: 1;
    font-family: "Chakra Petch", 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%;
    border: 1px solid #1c1c1c;
    background-color: #1c1c1c;
    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: "Chakra Petch", sans-serif;
    font-size: 0.8em;
    font-weight: 700;
    -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 {
    border-color: #1c1c1c;
    background-color: #fff;
    color: #1c1c1c;
}

.btn-icon:focus .icon {
    outline: thin dotted
}

.btn-icon:hover .label {
    color: #1561a4;
}

.btn-icon.close-popup {
    color: #aba087;
    font-size: 1rem;
    background-color: transparent;
}

.btn-icon.close-popup .icon {
    background-color: transparent;
    color: #aba087;
    border: 0 none;
    font-size: 1.5rem;
}

.btn-icon.close-popup:hover .icon {
    background-color: transparent;
    color: #fff;
}

.btn-icon.transparent .icon {
    border: none;
    background-color: transparent;
    color: inherit;
}

.btn-icon.transparent:hover .icon {
    border: none;
    background-color: #1561a4;
    color: #fff;
}

.btn-icon.white {
    color: #fff;
}

.btn-icon.white .icon {
    background-color: #1c1c1c;
    border: 2px solid #ececec;
}

.btn-icon.white:hover .icon {
    color: #1c1c1c;
    background-color: #fff;
}

.btn-icon.white:hover .label {
    color: #fff;
}

@media print, (min-width: 768px) {
    .btn-icon {
        font-size: 1.125rem;
    }
}

.btn-text {
    display: inline-block;
    height: 3em;
    margin-right: 0.5em;
    padding: 0 2em;
    border: none;
    background-color: #c00;
    color: #fff;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-family: "Chakra Petch", sans-serif;
    font-size: 1em;
    font-weight: 700;
    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.color-ltblue {
    background-color: #69c;
}

.btn-text.color-black {
    background-color: #000;
}

.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: 2px solid #c51526;
    color: #c51526;
}

.btn-text.transparent:not(.nohover):hover,
.btn-text.transparent:not(.nohover):focus {
    color: #c51526;
}

.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.color-ltblue.transparent {
    color: #69c;
    border-color: #69c;
}

.btn-text.color-ltblue.transparent:not(.nohover):hover,
.btn-text.color-ltblue.transparent:not(.nohover):focus {
    color: #69c;
}

.btn-text.color-black.transparent {
    color: #000;
    border-color: #000;
}

.btn-text.color-black.transparent:not(.nohover):hover,
.btn-text.color-black.transparent:not(.nohover):focus {
    color: #000;
}

.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.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: #c00;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    font-family: "Chakra Petch", sans-serif;
    font-size: 1rem;
    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;
    text-shadow: 0 0 1px;
}

.btn-bigtext:hover {
    color: #fff;
}

.btn-bigtext:focus, .btn-bigtext:active {
    outline: #666 auto 5px;
}

.btn-bigtext.color-ltblue {
    background-color: #69c;
}

.btn-bigtext.color-black {
    background-color: #000;
}

.btn-bigtext.transparent {
    background-color: transparent;
    border: 2px solid #c00;
    color: #c00;
}

.btn-bigtext.transparent:hover {
    color: #c00;
}

.btn-bigtext.color-ltblue.transparent {
    color: #69c;
    border-color: #69c;
}

.btn-bigtext.color-ltblue.transparent:hover {
    color: #69c;
}

.btn-bigtext.color-black.transparent {
    color: #000;
    border-color: #000;
}

.btn-bigtext.color-black.transparent:hover {
    color: #000;
}

.btn-bigtext.transparent.borderless {
    border: none;
}

.btn-bigtext.transparent.borderless span {
    text-shadow: 0 0 0;
}

@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: 1rem;
    }
    .btn-bigtext span {
        margin-top: 0;
        margin-left: 3.5em;
    }
}

.btn-patch {
    box-shadow: 3px 3px 3px 0.25px rgba(0, 0, 0, 0.5);
    background: #c00 url("/-/media/Project/Military/btn-patch-2.ashx") no-repeat 50% 50% / 100% 100%;
    height: 2.5em;
}

.btn-patch-v1 {
    background: transparent url("/-/media/Project/Military/btn-patch.ashx") no-repeat 50% 50% / 100% 100%;
}

.btn-scrollmore {
    display: inline-block;
    padding: 0 0.5rem;
    border-top: 0px solid;
    color: inherit;
    line-height: 1.5;
    font-size: 2.625rem;
    text-decoration: none;
}

.btn-scrollmore:hover {
    color: inherit;
}

.fldtext {
    line-height: 1.5;
    font-family: "Chakra Petch", sans-serif;
    font-size: 1rem;
    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: "Chakra Petch", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: normal;
}

.fldtext label {
    position: relative;
    z-index: 2;
    color: #666;
    font-size: 0.75em;
    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.5rem 1rem 0.4rem;
    font-size: 1rem;
}

.fldtext input[type="text"]:placeholder-shown, .fldtext input[type="email"]:placeholder-shown {}

.fldtext input[type="text"]:placeholder-shown+label, .fldtext input[type="email"]:placeholder-shown+label {
    top: 1.2rem;
    font-size: 0.9em;
    color: #000;
}

.fldtext input[type="text"]:focus, .fldtext input[type="email"]:focus {
    outline: #666 auto 5px;
    border-color: #5e5443;
    border-width: 1px;
}

.fldtext input[type="text"]:focus+label, .fldtext input[type="email"]:focus+label {
    top: 0.3rem;
    font-size: 0.75em;
    color: #666;
}

.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: #000;
    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.4rem;
    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 {
    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: "Chakra Petch", 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 #5e5443;
    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: #5e5443;
    border-width: 2px;
    outline: #666 auto 5px;
}

.select-wrap {
    position: relative;
    display: inline-block;
    max-width: 100%;
    font-family: "Chakra Petch", 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;
    z-index: 2;
}

.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: 4px;
    padding: 0.4rem 2rem 0.4rem 4px;
    background-color: #fff;
    line-height: 1.4;
    font-family: "Chakra Petch", 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 #5e5443;
}

.select-wrap.boxed:focus {
    outline: none;
}

.select-wrap.nolabel label {
    display: none;
}

.select-wrap.insidelabel {
    line-height: 1.5;
    font-family: "Chakra Petch", sans-serif;
    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: "Chakra Petch", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: normal;
}

.select-wrap.insidelabel label {
    position: relative;
    z-index: 2;
    font-size: 0.75em;
    font-weight: 400;
    letter-spacing: normal;
    white-space: nowrap;
    color: #666;
    top: 0.2rem;
}

.select-wrap.insidelabel label {
    padding: 0.2em 2.5rem 0 1rem;
}

.select-wrap.insidelabel select {
    position: relative;
    z-index: 1;
    border: 1px solid #5e5443;
    padding: 1.5rem 0.7rem 0.4rem;
    margin: -1.28em 0 0;
}

.select-wrap.insidelabel select:focus {
    outline: #666 auto 5px;
    border-color: #5e5443;
}

.select-wrap.outsidelabel {
    height: auto;
    margin-bottom: 2.5rem;
    display: block !important;
}

.select-wrap.outsidelabel select {
    margin-top: 0.6rem;
    padding: 1.1rem 2.25rem 1.1rem 1.4rem;
    font-weight: 500;
    display: block;
    width: 100%;
    height: 100%;
}

.select-wrap.outsidelabel::after {
    top: auto;
    bottom: 0;
}

.select-wrap.outsidelabel label {
    top: 0;
    left: 0;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
}

.select-wrap.required label::after {
    content: "*";
    vertical-align: middle;
    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: "Chakra Petch", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 4px;
}

.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: "Chakra Petch", 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: "Chakra Petch", 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: "Chakra Petch", 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 #6699cc;
    margin: 4rem 0 2rem;
    background-color: #6699cc;
}

.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: 13px;
}

@media print, (min-width: 1024px) {
    html {
        font-size: 16px;
    }
}

body {
    font-size: 1rem;
    font-family: "Chakra Petch", sans-serif;
    line-height: 1.5;
    letter-spacing: 0.0125em;
}

@media print, (min-width: 768px) {
    body {
        letter-spacing: 0.015625em;
    }
}

.fonts-sans {
    font-family: "Chakra Petch", sans-serif;
}

.fonts-serif {
    font-family: serif;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 1em;
    margin-bottom: 0.5em;
}

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;
    line-height: 1.2;
    font-family: "Chakra Petch", sans-serif;
    font-weight: 700;
    font-size: 1.875em;
    text-transform: uppercase;
}

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;
}

h1 .btn-icon .icon {
    font-size: 1rem;
}

@media print, (min-width: 768px) {
    h1 {
        line-height: 1.16667;
        font-size: 4em;
    }
    h1 .btn-icon .icon {
        font-size: 1.25rem;
    }
}

h2 {
    line-height: 1.33333;
    font-family: "Chakra Petch", sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    text-transform: uppercase;
}

@media print, (min-width: 768px) {
    h2 {
        line-height: 1.16667;
        font-size: 2.3em;
    }
}

h3 {
    line-height: 1.4;
    font-family: "Chakra Petch", sans-serif;
    font-weight: 300;
    font-size: 1.25em;
}

@media print, (min-width: 768px) {
    h3 {
        line-height: 1.33333;
        font-size: 1.5em;
    }
}

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 {
    line-height: 1.375;
    font-family: "Chakra Petch", sans-serif;
    font-weight: 300;
    font-size: 1em;
}

@media print, (min-width: 768px) {
    h4 {
        line-height: 1.3;
        font-size: 1.25em;
    }
}

h5 {
    line-height: 1.6;
    font-family: "Chakra Petch", sans-serif;
    font-weight: 700;
    font-size: 0.625em;
}

@media print, (min-width: 768px) {
    h5 {
        line-height: 1.375;
        font-size: 1em;
    }
}

h6 {
    line-height: 1.6;
    font-family: "Chakra Petch", sans-serif;
    font-weight: 700;
    font-size: 0.625em;
    text-transform: uppercase;
}

@media print, (min-width: 768px) {
    h6 {
        line-height: 1.66667;
        font-size: 0.75em;
    }
}

.sectionhead {
    margin-bottom: 0.35em;
    line-height: 1;
    font-family: "Chakra Petch", 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: underline;
    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;
}

a:not([href]), a:not([href]):hover {
    color: inherit;
    text-decoration: inherit;
}

p {
    margin-bottom: 1rem;
    margin-top: 0;
}

p.smaller {
    line-height: 1.25em;
    font-size: 0.75em;
}

@media print, (min-width: 768px) {
    p {
        margin-bottom: 2rem;
    }
}

.caption {
    color: #999;
    font-family: "Chakra Petch", sans-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;
    }
}

.feature-list {
    list-style: none;
}

.feature-list li {
    position: relative;
}

.feature-list li:before {
    content: "";
    width: 0.9em;
    height: 0.9em;
    display: block;
    position: absolute;
    top: 0.3em;
    left: -2em;
    line-height: 1;
}

.feature-list>li {
    font-size: inherit;
}

.feature-list>li:before {
    background-color: #c00;
}

.feature-list ul {
    list-style: none;
    margin: 0.5em 0 1.5em 0;
    font-size: 1rem;
}

.feature-list ul li {
    margin: 0.25em 0 0.25em 1em;
    line-height: 1.6;
}

.feature-list ul li:before {
    content: "+";
    background-color: transparent;
    left: -1em;
    font-weight: 700;
}

.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;
}

.flexrow-center.spaced a {
    margin: 1rem;
}

@media print, (max-width: 749px) {
    .flexrow-center.spaced {
        display: block;
    }
    .flexrow-center.spaced a {
        margin: 1.5rem auto;
        display: block;
        max-width: 240px;
    }
}

.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-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.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;
}

.slidepopup.initpopup {
    visibility: hidden;
}

.slidepopup.showpopup {
    -webkit-animation-name: slidepopup-show;
    animation-name: slidepopup-show;
}

.slidepopup.hidepopup {
    -webkit-animation-name: slidepopup-hide;
    animation-name: slidepopup-hide;
}

@-webkit-keyframes slidepopup-show {
    from {
        right: -100%;
        visibility: visible;
    }
    to {
        right: 0;
        visibility: visible;
    }
}

@keyframes slidepopup-show {
    from {
        right: -100%;
        visibility: visible;
    }
    to {
        right: 0;
        visibility: visible;
    }
}

@-webkit-keyframes slidepopup-hide {
    from {
        right: 0;
    }
    to {
        right: -100%;
        visibility: hidden;
    }
}

@keyframes slidepopup-hide {
    from {
        right: 0;
    }
    to {
        right: -100%;
        visibility: hidden;
    }
}

@-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(21, 97, 164, 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: relative;
    top: 5px;
    z-index: 10;
    max-width: none !important;
}

.special-notice-inner {
    margin: 0 !important;
    padding: 0 !important;
    background: #54523f url("/-/media/Project/Military/alert-banner-bg.ashx") no-repeat 50% 50% / cover;
    color: #fff;
    border-top: 2px solid #3a3326;
    border-bottom: 2px solid #3a3326;
    margin-top: 1px;
}

.special-notice-inner>div {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 1em 1.5em;
}

@media print, (min-width: 1024px) {
    .special-notice-inner>div {
        max-width: 88vw;
    }
}
.special-notice-inner a, .special-notice-inner a:hover, .special-notice-inner a:focus, .special-notice-inner a:active {
    color: #fff;
}

.special-notice-inner p {
    line-height: 1.5;
    margin-bottom: 0.4rem;
}

.special-notice-inner p:last-of-type {
    margin-bottom: 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: #5e5443;
}

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: "Chakra Petch", 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: 700;
}

.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: #3a3326;
    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: 48px;
    background-color: #3a3326;
    line-height: 1.2;
    font-family: "Chakra Petch", sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
}

.nav-univ a {
    text-decoration: none;
}

.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: 7px 0.4rem;
    margin-left: 0.5rem;
}

.nav-univ__mobile-home img {
    display: inline-block;
    max-height: 32px;
}

.nav-univ__main {
    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: 40px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}

.nav-univ__item:hover, .nav-univ__item:active, .nav-univ__item:focus {
    color: #fff;
    text-decoration: underline;
    outline: none;
}

.nav-univ__item.active, .nav-univ__item.active:hover, .nav-univ__item.active:active, .nav-univ__item.active:focus {
    font-weight: 700;
}

.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: #3a3326;
    }
    .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 #e1dacb;
        white-space: nowrap;
        cursor: pointer;
        -webkit-transition: all 300ms;
        transition: all 300ms;
    }
    .nav-univ__mobile-home {
        display: none;
    }
    .nav-univ .nav-primary {
        position: absolute;
        top: 44px;
        left: 0;
    }
}

.nav-primary {
    display: none;
    position: relative;
    z-index: 11;
    background-color: #ded7c7;
    width: 100%;
    height: 60px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

.nav-primary .close-popup {
    display: none;
}

.nav-primary__home {
    padding: 0 1.1rem;
    margin-right: auto;
}

.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: 8px 0 8px auto;
    padding: 0 1rem;
}

.nav-primary__list ul, .nav-primary__list ol {
    margin: 0;
}

.nav-primary__list li {
    margin: 0;
    line-height: 1.5;
    position: relative;
}

.nav-primary__item.active .nav-primary__title, .nav-primary__item.active .nav-primary__title:hover, .nav-primary__item.active .nav-primary__title:focus, .nav-primary__item.active .nav-primary__title:active {
    color: #000;
}

.nav-primary__item.active .nav-primary__title>span, .nav-primary__item.active .nav-primary__title:hover>span, .nav-primary__item.active .nav-primary__title:focus>span, .nav-primary__item.active .nav-primary__title:active>span {
    text-decoration: underline;
}

.nav-primary__item.active .nav-primary__button, .nav-primary__item .nav-primary__button:hover, .nav-primary__item .nav-primary__button:focus, .nav-primary__item .nav-primary__button:active {
    color: #fff;
    text-decoration: underline;
}

.nav-primary__item.selected .nav-primary__title>span {
    text-decoration: underline;
}

.nav-primary__item.selected .nav-primary__submenu {
    height: auto;
    display: block;
}

.nav-primary__item.selected .nav-primary__submenu__links {
    top: 0;
    opacity: 1;
    padding: 0.5rem 0;
}

.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 1vw;
    height: 44px;
    color: #000;
    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:hover>span, .nav-primary__title:focus>span, .nav-primary__title:active>span {
    text-decoration: underline;
}

.nav-primary__title>.submenu-icon::before {
    content: "\F107";
    font-weight: 700;
    margin: 0 .5em;
    display: inline-block;
}

.nav-primary__button {
    background-color: #726753;
    color: #fff;
}

@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;
        font-size: 14px;
    }
    .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__title>.submenu-icon::before {
        content: "\F107";
        font-weight: 700;
        margin: 0 .5em;
        display: inline-block;
    }
    .nav-primary__item.selected .nav-primary__title>.submenu-icon::before {
        transform: rotateX(180deg);
    }
}

@media print, (min-width: 1300px) {
    .nav-primary {
        font-size: 16px;
    }
    .nav-primary__title {
        padding: 0 1.6vw;
    }
}

@media print, (min-width: 1800px) {
    .nav-primary {
        font-size: 18px;
    }
    .nav-primary__title {
        padding: 0 1.8vw;
    }
}

.nav-primary__submenu {
    height: 0;
    width: auto;
    min-width: 16em;
    position: absolute;
    top: 44px;
    background-color: #726753;
    -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: 1em;
    font-weight: 500;
    overflow: hidden;
    color: #fff;
    display: none;
    transform: translateX(-50%);
    left: 50%;
}

.nav-primary__submenu__links {
    line-height: 1.4;
    position: relative;
    top: -2rem;
    opacity: 0;
}

.nav-primary__submenu__links>div {
    padding: 0.25rem 0.75rem;
}

.nav-primary__submenu__links h3 {
    margin: 0;
    padding: 0.5rem 1.25rem;
    color: #fff;
    text-transform: uppercase;
    font-family: inherit;
    font-size: 1em;
    font-weight: 500;
    background-color: #3a3326;
}

.nav-primary__submenu__links h3+ul a {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.nav-primary__submenu__links li {
    margin: 0;
    list-style: none;
}

@media print, (min-width: 1200px) {
    .nav-primary__submenu__links>div {}
}

.nav-primary__submenu__item {
    display: block;
    padding: 0.35rem 0;
    color: inherit;
}

.nav-primary__submenu__item:hover, .nav-primary__submenu__item:focus, .nav-primary__submenu__item:active {
    color: #fff;
    outline: none;
}

.nav-primary__submenu__item:hover>span, .nav-primary__submenu__item:focus>span, .nav-primary__submenu__item:active>span {
    text-decoration: underline;
}

.nav-primary__submenu__item.active {
    /* Active state can be styled, if needed */
}

.nav-primary__submenu__item::before {
    content: "+";
    display: inline-block;
    margin-right: 0.5em;
}

.nav-primary__submenu__item+ul, .nav-primary__submenu__item+ol {
    margin-left: 1.25rem;
}

.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: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    top: 13px;
    right: 0;
    z-index: 12;
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1rem;
}

.nav-util ul, .nav-util ol {
    margin: 0;
}

.nav-util li {
    margin: 0;
    line-height: inherit;
}

.nav-util__item {
    padding: 0 12px;
    color: #aba087;
    display: inline-block;
    background: transparent;
    border: none;
}

.nav-util__item:hover,
.nav-util__item:focus {
    color: #f5f5f5;
}

/* .nav-util .locator span {
    display: none;
} */

.nav-util .mobile-menu .icon {
    font-size: 1.5rem;
}

@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 1rem;
        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: 60px;
        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;
    }
}

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: #3a3326;
    -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;
    background-color: #3a3326;
}

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: 3px;
    right: 0;
    z-index: 23;
    color: #fff;
}

header.mobileview>.close-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header.mobileview .nav-univ {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -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: 3rem;
    background-color: #3a3326;
    z-index: 21;
    font-size: 1.85rem;
}

header.mobileview .nav-univ.submenu-open {
    height: 100%;
}

header.mobileview .nav-univ__mobile-home, header.mobileview .nav-univ__util {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
}

header.mobileview .nav-univ__main {
    display: block;
    width: 100%;
    background-color: #3a3326;
}

header.mobileview .nav-univ__item {
    display: none;
    position: relative;
    z-index: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: auto;
    padding: 1rem;
    background-color: transparent;
}

header.mobileview .nav-univ__item.active+div {
    display: block;
    height: auto;
}

@media print, (min-width: 600px) {
    header.mobileview .nav-univ__item.active+div {
        font-size: 1.714285rem;
    }
}

header.mobileview .nav-primary {
    position: static;
    background-color: transparent;
}

header.mobileview .nav-primary__home {
    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: 0 2rem 1rem;
}

header.mobileview .nav-primary__title {
    height: auto;
    padding: 0 0 0.75rem;
    color: #fff;
    display: block;
}

header.mobileview .nav-primary__button {
    display: inline-block;
    width: auto;
    padding: 0.75rem 1rem;
}

header.mobileview .nav-primary__item.active .nav-primary__title, header.mobileview .nav-primary__item:hover .nav-primary__title, header.mobileview .nav-primary__item:focus .nav-primary__title, header.mobileview .nav-primary__item:active .nav-primary__title {
    color: #fff;
}

header.mobileview .nav-primary__item {
    background-color: transparent;
    -webkit-transition: background-color 100ms;
    transition: background-color 100ms;
    padding: 0.75rem 0;
}

header.mobileview .nav-primary__item:last-child {
    margin-top: 1rem;
}

header.mobileview .nav-primary__submenu {
    font-size: 5.345vw;
    box-shadow: none;
    position: relative;
    min-width: auto;
    background: transparent;
    text-transform: none;
    transform: none;
    top: auto;
    left: auto;
    height: auto;
}

@media print, (min-width: 600px) {
    header.mobileview .nav-primary__submenu {
        font-size: 2.285714rem;
    }
}

header.mobileview .nav-primary__item.showsubmenu .nav-primary__title>.submenu-icon::before {
    content: "\F106";
}

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;
    max-width: 100%;
    top: auto;
}

header.mobileview .nav-primary__submenu__links>div {
    padding: 0;
}

header.mobileview .nav-primary__submenu__links>div+div {
    border-top: 1px solid #ececec;
}

header.mobileview .nav-primary__submenu__links a {}

header.mobileview .nav-primary__submenu__links h3 {
    font-size: 0.6rem;
    font-weight: 700;
}

.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: "Chakra Petch", sans-serif;
    font-size: 1rem;
}

.c-searchpop h4 {
    margin: 0.55rem 2rem;
    color: #c00;
    text-transform: uppercase;
    font-family: "Chakra Petch", 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: "Chakra Petch", 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;
    }
}

.nav-footer__mobile {
    display: block;
    background-color: #3a3326;
    padding: 2rem;
}

.nav-footer__mobile a {
    text-decoration: none;
}

.nav-footer__mobile .footer__nav>div {
    padding: 0;
}

.nav-footer__mobile .footer__nav h3 {
    margin-bottom: 0.5rem;
}

.nav-footer__mobile .footer-siteinfo {
    margin-top: 1.5rem;
}

.nav-footer__mobile .footer-siteinfo__item {
    padding: 0;
}

.nav-footer__default {
    display: none;
}

.nav-footer__default a {
    text-decoration: none;
}

@media print, (min-width: 1024px) {
    .nav-footer__mobile {
        display: none;
    }
    .nav-footer__default {
        display: block;
    }
}

footer {
    position: relative;
    background-color: #5e5443;
}

.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 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
        padding-left: 0;
        overflow: hidden;
    }
}

@media print, (min-width: 1024px) {
    .footer__wrap {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media print, (min-width: 1200px) {
    .footer__wrap {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

@media print, (min-width: 1024px) {
    .footer__wrap {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.footer-siteinfo {
    margin: 1.5rem 0;
    padding: 0;
    white-space: nowrap;
    color: #fff;
}

.footer-siteinfo a {
    color: inherit;
}

.footer-siteinfo a:hover, .footer-siteinfo a:focus, .footer-siteinfo a:active {
    color: inherit;
    text-decoration: underline;
    outline: none;
}

.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 {
    padding: 0 0.5rem;
    /* color: inherit; */
    color: currentColor;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.footer-siteinfo__item.copyright {
    text-transform: uppercase;
}

@media print, (min-width: 1024px) {
    .footer-siteinfo__item {
        padding: 0 0.5rem;
        display: inline-block;
        border-left: 1px solid #fff;
    }
    .footer-siteinfo__item:first-child {
        border-left: 0 none;
    }
}

.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;
    align-items: flex-start;
    padding: 0.25rem 0;
    color: #fff;
    justify-content: space-between;
    margin: 1rem 0;
}

.footer__nav>div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 0 1 auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.footer__nav>div:last-child {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.footer__nav h3 {
    margin: 0 0 0.5rem;
    text-transform: uppercase;
    color: #fff;
    font-size: inherit;
    font-weight: 400;
}

.footer__nav h3.active {
    font-weight: 700;
}

.footer__nav h3:last-child {
    margin-bottom: 0;
}

.footer__nav a {
    color: inherit;
}

.footer__nav a:hover, .footer__nav a:focus, .footer__nav a:active {
    color: inherit;
    text-decoration: underline;
    outline: none;
}

.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;
    text-transform: uppercase;
}

.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: 1;
    bottom: -15.25rem;
    height: 15.25rem;
    width: 100%;
    -webkit-transition: bottom 400ms ease-in-out;
    transition: bottom 400ms ease-in-out;
}

footer .c-signup.active {
    bottom: 0;
}

@media print, (min-width: 640px) {
    footer .c-signup {
        bottom: -8.25rem;
        height: 8.25rem;
    }
}

@media print, (min-width: 768px) {
    footer .c-signup {
        bottom: -6.25rem;
        height: 6.25rem;
    }
}

.footer__simple {
    text-align: center;
}

.footer__simple .footer-siteinfo {
    display: inline-block;
    margin: 0.5rem 0;
    font-size: 0.6rem;
    line-height: 1.2;
    color: #ececec;
}

.footer__simple .footer-siteinfo__item.copyright {
    display: block;
}

.footer__simple .footer-siteinfo__item.copyright+.footer-siteinfo__item::before {
    display: none;
}

.footer__simple .c-follow {
    color: #69c;
    margin: 0;
    justify-content: left;
}

.footer__simple .c-follow label {
    display: none;
}

.footer__simple .c-follow .btn-icon {
    color: inherit;
    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: 0.5rem 0.5rem 0.5rem 0;
    text-transform: uppercase;
    font-family: "Chakra Petch", 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: "Chakra Petch", 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: "Chakra Petch", 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: "Chakra Petch", 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;
}

.c-gallery-wrap h3 {
    color: #fff;
    font-family: "Chakra Petch", sans-serif;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    margin-bottom: 1.5em;
}

@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: "Chakra Petch", sans-serif;
    font-style: normal;
    font-size: 1rem;
    font-weight: 500;
}

@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;
}

@media print, (min-width: 640px) {
    .b-gallerytile__subtitle, .b-gallerytile__action {
        font-size: 0.67em;
    }
}

.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;
}

.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: #1561a4;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.b-gallerytile.videoicon .b-gallerytile__caption::after {
    content: "\E802";
    font-family: fontello;
    font-size: inherit;
    vertical-align: baseline;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #1561a4;
    color: #fff;
}

.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;
    height: 2rem;
    width: 2rem;
    font-size: 1rem;
}

@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;
        height: 3.375rem;
        width: 3.375rem;
        font-size: 1.7rem;
    }
}

@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: "\E802";
    font-family: fontello;
    font-size: inherit;
    vertical-align: baseline;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #1561a4;
    color: #fff;
}

.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;
    height: 2rem;
    width: 2rem;
    font-size: 1rem;
}

@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;
        height: 3.375rem;
        width: 3.375rem;
        font-size: 1.7rem;
    }
}

.c-signup {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative;
    padding: 3rem 1rem 1.5rem;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.7rem;
}

.c-signup__desc {
    width: 100%;
    margin: 0 auto 1rem;
    text-align: center;
}

.c-signup .fldtext {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 25rem;
    min-width: 11rem;
    padding-right: 0.5rem;
}

.c-signup .fldtext input {
    background-color: inherit;
    color: inherit;
}

.c-signup .fldtext label {
    color: #ccc;
}

.c-signup .btn-text {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 0;
    padding: 0 2em;
    background-color: #fff;
    color: #000;
    font-size: 1em;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
}

.c-signup .btn-text:not(.nohover):hover {
    background-color: #1561a4;
    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;
}

@media print, (min-width: 420px) {
    .c-signup {
        font-size: 0.875rem;
    }
}

@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;
    }
    .c-signup__desc {
        width: auto;
        margin: 0 2rem 0 auto;
        text-align: right;
    }
    .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;
    }
}

.c-spotlight-grid .flex-item>div {
    height: 100%;
}

.c-spotlight-grid.separated .flex-container {
    justify-content: space-between;
}

.c-spotlight-grid.separated .flex-item {
    flex-basis: calc(50% - 4px);
    margin: 8px 0;
}

.c-spotlight-grid__2x1 .c-spotlight__intro {
    max-width: 450px;
}

@media print, (min-width:1024px) {
    .c-spotlight-grid.separated .flex-container {
        margin: 8px 0;
    }
    .c-spotlight-grid.separated .flex-item {
        margin: 0;
    }
}

.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: 100%;
    position: relative;
    color: #fff;
    background-color: #5e5443;
    text-align: center;
    font-size: 1.25rem;
}

@media print, (min-width:1024px) {
    .c-spotlight {
        min-height: 48vw;
    }
}

_:-ms-fullscreen, :root .c-spotlight { /* IE 11 */
    height: auto;
}

.c-spotlight.autoheight {
    min-height: auto !important;
    height: auto !important;
}

.c-spotlight.fill {
    width: 100%;
}

.c-spotlight.bg-light {
    color: #000;
    background-color: transparent;
}

.c-spotlight__subtitle, .c-spotlight h2:not(.c-promocard__title) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-family: "Chakra Petch", sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    text-transform: uppercase;
    line-height: 1.2;
}

.c-spotlight__title, .c-spotlight h1, .c-spotlight .c-spotlight__title > h2 {
    display: block;
    margin-top: auto;
    margin-bottom: 0.5em;
    font-family: "Chakra Petch", sans-serif;
    font-weight: 700;
    font-size: 2.75rem;
    text-transform: uppercase;
    line-height: 1.2;
}

.c-spotlight.banner .c-spotlight__subtitle {
    font-size: 1.15rem;
    text-transform: none;
    font-family: "Chakra Petch", sans-serif;
}

@media print, (min-width:1024px) {
    .c-spotlight__title, .c-spotlight h1, .c-spotlight__title > h2 {
        font-size: 2.75rem;
    }

    .c-spotlight.banner .c-spotlight__title, .c-spotlight.banner h1 {
        font-size: 4rem;
    }

    .c-spotlight__subtitle, .c-spotlight h2 {
        font-size: 1.75rem;
    }

    .c-spotlight.banner .c-spotlight__subtitle {
        font-size: 1.25rem;
    }
}

.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.banner .c-spotlight__media img {
    -o-object-position: center bottom;
    object-position: center bottom;
}

.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.banner .c-spotlight__media img {
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.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: 3em 1em;
    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;
    }
}

_:-ms-fullscreen, :root .c-spotlight__content { /* IE 11 */
    width: 100%;
}

.c-spotlight.fill .c-spotlight__content {
    width: 100%;
}

.c-spotlight.banner .c-spotlight__content {
    padding-top: 6em;
}

.c-spotlight__content-item {
    max-width: 100%;
}

/* IE 11 fix */
*::-ms-backdrop, .c-spotlight__content-item {
    width: 100%;
}

_:-ms-fullscreen, :root .c-spotlight__content-item { /* IE 11 */
    width: 100%;
}

.c-spotlight.fill .c-spotlight__content-item {
    width: 100%;
}

.c-spotlight__intro {
    width: 92%;
    max-width: 900px;
    margin: 1rem auto;
    line-height: 1.5;
}

.c-spotlight__content-item p:last-child {
    margin-bottom: 0;
}

.c-spotlight__content-item .btn-text {
    margin: 0;
}

.c-spotlight__content-item .btn-scrollmore {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.c-spotlight.autoheight .c-spotlight__content-item .btn-scrollmore {
    margin-top: 3rem;
    margin-bottom: 0;
}

.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: "Chakra Petch", 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.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.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: 1600px;
        padding: 4em 1.5em;
    }
    .c-spotlight.wide .c-spotlight__content {
        max-width: 1600px;
    }
    .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 url("/-/media/Project/Military/Homepage-Spotlight/Military-Hero-Bg-1440x805.ashx") no-repeat 0 0 / 220px auto;
    font-family: "Chakra Petch", 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%;
    }
    .c-spotlight__tabs::after {
        content: "";
        min-height: inherit;
        font-size: 0;
    }
}

@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: "Chakra Petch", 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 {
        -ms-flex-preferred-size: 26.6%;
        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: .5em .5em .5em 10vw;
    text-align: left;
    font-family: "Chakra Petch", sans-serif;
    font-size: 1.5em;
    letter-spacing: 0.26px;
    position: relative;
}

@media print, (min-width: 1024px) {
    .c-spotlight__tablist [role="tab"] {
        width: 100%;
        min-width: 0;
        padding-left: 4em;
        font-size: 2.25em;
    }
    .c-spotlight__tablist [role="tab"]>span {
        position: relative;
    }
}

.c-spotlight__tablist [role="tab"]:hover, .c-spotlight__tablist [role="tab"]:focus {
    color: #fff;
    cursor: pointer;
    outline: none;
    background: rgba(255, 255, 255, .15);
}

.c-spotlight__tablist [role="tab"].active {
    background: #1561a4;
    color: #fff;
    font-weight: 700;
}

.c-spotlight__tablist [role="tab"].active:hover, .c-spotlight__tablist [role="tab"].active:focus {
    background: #1872c0;
    /* #1561a4 lighten 10% */
}

.c-spotlight__tablist [role="tab"] .icon {
    display: none;
}

@media print, (min-width: 1024px) {
    .c-spotlight__tablist [role="tab"] .icon {
        display: none;
        position: absolute;
        line-height: 1;
        top: 50%;
        right: calc(100% + 15px);
        transform: translateY(-50%);
    }
    .c-spotlight__tablist [role="tab"]:hover .icon, .c-spotlight__tablist [role="tab"]:focus .icon, .c-spotlight__tablist [role="tab"].active .icon {
        display: block;
    }
    .c-spotlight__tablist [role="tab"] .icon-handgun {
        font-size: 1.4em;
    }
    .c-spotlight__tablist [role="tab"] .icon-rifle {
        font-size: 2.7em;
    }
    .c-spotlight__tablist [role="tab"] .icon-shotshell {
        font-size: 1.6em;
    }
}

.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 2em 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 */

.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: "Chakra Petch", sans-serif;
    border: 1px solid #666;
}

.c-featurebar-wrap h3 {
    color: #fff;
    font-family: "Chakra Petch", sans-serif;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    margin-bottom: 1.5em;
}

h3+.c-featurebar {
    margin-top: 0;
}

.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(21, 97, 164, 0.75);
    z-index: 2;
}

.c-featurebar__caption {
    margin-top: auto;
    padding-bottom: 2rem;
    line-height: 1.3;
    font-size: 1.5rem;
    font-weight: 400;
}

.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 .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;
}

@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;
        border-right: 1px solid #666;
    }
    .c-featurebar__panel.content {
        min-height: 25rem;
        background-color: #69c;
    }
}

@media print, (min-width: 1024px) {
    .c-featurebar {
        overflow: hidden;
    }
    .c-featurebar__caption {
        line-height: 1.15;
        font-size: 3rem;
    }
    .c-featurebar__subtitle {
        line-height: 1.15;
        font-size: 2rem;
    }
    .c-featurebar__body {
        font-size: 1.5rem;
    }
    .c-featurebar__action .callout-text {
        font-size: 1rem;
    }
}

@media print, (min-width: 1400px) {
    .c-featurebar__panel.content {
        min-height: 45rem;
    }
    .c-featurebar__caption {
        font-size: 4.3125rem;
    }
    .c-featurebar__subtitle {
        font-size: 2.75rem;
    }
    .c-featurebar__body {
        font-size: 2rem;
    }
    .c-featurebar__action .callout-text {
        font-size: 1.5rem;
    }
}

.c-featurebar-carousel {
    position: relative;
    margin: 3rem 0;
}

.c-featurebar-carousel-wrap h3 {
    color: #fff;
    font-family: "Chakra Petch", sans-serif;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.33px;
    text-transform: uppercase;
    margin-bottom: 1.5em;
}

.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 .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: #1c1c1c;
}

.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;
    }
}

@media print, (min-width: 1200px) {
    .c-featurebar-carousel .c-featurebar__panel.content {
        min-height: 45rem;
    }
}

.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: -1.5rem;
    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.videoicon .c-featurebar__panel.photo .video::after {
    content: "\E802";
    font-family: fontello;
    font-size: inherit;
    vertical-align: baseline;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #c00;
    color: #fff;
}

.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;
    height: 2rem;
    width: 2rem;
    font-size: 1rem;
}

@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;
        height: 3.375rem;
        width: 3.375rem;
        font-size: 1.7rem;
    }
}

@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: "Chakra Petch", sans-serif;
}

.c-photocard__subtitle {
    margin-bottom: 2rem;
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 0.85rem;
    font-weight: 600;
    font-family: "Chakra Petch", sans-serif;
}

.c-photocard__desc {
    margin-bottom: 1rem;
    line-height: 2;
    font-size: 0.8125rem;
    font-family: "Chakra Petch", sans-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;
    }
}

/* Promocard */

.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: "Chakra Petch", sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
}

.c-promocard p {
    margin-bottom: 1em;
}

.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 img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.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: 1024px) {
    .c-promocard .cardpanel {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .c-promocard .cardpanel.photo {
        position: relative;
        height: auto;
    }
    .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;
    }
    /* Alternate photo/content to be left/right */
    .promocard-container:nth-of-type(odd) .c-promocard .cardpanel.photo {
        order: 1;
    }
    .promocard-container:nth-of-type(odd) .c-promocard .cardpanel.content {
        order: 2;
    }
    .promocard-container:nth-of-type(even) .c-promocard .cardpanel.photo {
        order: 2;
    }
    .promocard-container:nth-of-type(even) .c-promocard .cardpanel.content {
        order: 1;
    }
}

.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__title {
    margin: 1.5rem 0;
    line-height: 1.2;
    font-size: 1.25rem;
    text-transform: none;
}

.c-promocard__desc {
    line-height: 1.6;
    font-family: "Chakra Petch", sans-serif;
}

.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: 1024px) {
    .c-promocard.flip .c-promocard__panel.photo {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

/* Promocard for general content (extends .c-promocard) */

.c-promocard.standard {
    font-weight: 400;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-promocard.standard .cardpanel.photo img {
    max-width: 450px;
    padding: 1rem 4rem;
}

@media print, (min-width: 1024px) {
    .c-promocard.standard .cardpanel.photo img {
        max-width: 600px;
        padding: 1rem;
    }
}

.c-promocard.standard .c-promocard__panel.content {
    background-color: transparent;
    color: inherit;
    text-align: left;
    padding: 3%;
}

.c-promocard.standard .c-promocard__title {
    margin: 1.5em 0 0.75em;
    font-weight: 700;
}

.c-promocard.standard .c-promocard__title:first-child {
    margin-top: 0;
}

.c-promocard.standard .c-promocard__desc {}

/* Promocard with compact layout (extends .c-promocard) */

@media print, (min-width: 1024px) {
    .c-promocard.compact .cardpanel.photo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .c-promocard.compact .cardpanel.content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.667%;
        flex: 0 0 66.667%;
        max-width: 66.667%;
    }
    .c-spotlight.autoheight .c-promocard.compact {
        margin-top: -4em;
        margin-bottom: -4em;
    }
}

.c-promocard.compact .cardpanel.photo img {
    width: auto;
    max-height: 400px;
}

.c-spotlight.autoheight .c-promocard.compact {
    margin-top: -2em;
    margin-bottom: -2em;
}

/* Promocard with light background (extends .c-promocard) */

.c-promocard.bg-light .c-promocard__panel.content {
    color: #000;
}

/* Promocard for 3-columnn layout (extends .c-promocard) */

@media print, (min-width: 1024px) {
    .c-promocard.triple .cardpanel {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .c-promocard.triple .cardpanel:nth-child(1) {
        text-align: right;
    }
    .c-promocard.triple .cardpanel:nth-child(3) {
        text-align: left;
    }
}

/* Blog feature */

.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: "Chakra Petch", sans-serif;
    font-weight: 500;
    font-size: 1rem;
}

.c-blogfeature__title a {
    color: inherit;
}

.c-blogfeature__title a:hover {
    color: #1561a4;
}

.c-blogfeature__excerpt {
    line-height: 1.6;
    font-size: 0.75rem;
    font-family: "Chakra Petch", sans-serif;
}

.c-blogfeature__author {
    margin-top: 0.75rem;
    color: #999;
    font-family: "Chakra Petch", sans-serif;
    font-size: 0.8125rem;
    font-weight: 700;
}

.c-blogfeature.videoicon .c-blogfeature__panel.photo::after {
    content: "\E802";
    font-family: fontello;
    font-size: inherit;
    vertical-align: baseline;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #1561a4;
    color: #fff;
}

.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;
    height: 2rem;
    width: 2rem;
    font-size: 1rem;
}

@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;
        height: 3.375rem;
        width: 3.375rem;
        font-size: 1.7rem;
    }
}

@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: "Chakra Petch", sans-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: "Chakra Petch", 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: #1561a4;
}

.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: "Chakra Petch", 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: #1561a4;
}

.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: "Chakra Petch", sans-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: "\E802";
    font-family: fontello;
    font-size: inherit;
    vertical-align: baseline;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #1561a4;
    color: #fff;
}

.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;
    height: 2rem;
    width: 2rem;
    font-size: 1rem;
}

@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;
        height: 3.375rem;
        width: 3.375rem;
        font-size: 1.7rem;
    }
}

@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: "Chakra Petch", 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: "\E802";
    font-family: fontello;
    font-size: inherit;
    vertical-align: baseline;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #1561a4;
    color: #fff;
}

.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;
    height: 2rem;
    width: 2rem;
    font-size: 1rem;
}

@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;
        height: 3.375rem;
        width: 3.375rem;
        font-size: 1.7rem;
    }
}

.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(114, 103, 83, 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;
    }
}

@media print, (min-width: 640px) and (max-width: 767px) {
    .c-splashside {
        display: block;
        min-height: auto;
    }
    .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 h1 {
        font-size: 2.5rem;
    }
}

@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;
    }
}

/* 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: "Chakra Petch", 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: #1561a4;
    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: #1561a4;
}

.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: #1561a4;
    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: #1561a4;
    text-transform: uppercase;
    font-family: "Chakra Petch", 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: #1561a4;
    text-transform: uppercase;
    font-family: "Chakra Petch", 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: "Chakra Petch", 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: "Chakra Petch", sans-serif;
    font-size: 0.7rem;
}

.c-videodetail h3 {
    text-transform: uppercase;
    font-family: "Chakra Petch", 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: "Chakra Petch", 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: #1561a4;
    text-transform: uppercase;
    font-family: "Chakra Petch", 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: "Chakra Petch", 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: "Chakra Petch", sans-serif;
}

.c-form p {
    font-family: "Chakra Petch", sans-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.6rem;
}

.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;
    font-size: 1rem;
}

.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);
    border-color: #c00;
    border-width: 2px;
}

.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: #1561a4;
    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: "Chakra Petch", 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: #1561a4;
}

@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: "Chakra Petch", 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: #1561a4;
}

.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;
}

.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: #ccc; */
    background-color: #757575;
}

.b-producttile__info-item.cartridge, .b-producttile__info-item.weight {
    margin-right: 5em;
    font-size: 1em;
}

.b-producttile__info-item.type {
    margin-top: 0.75em;
    text-transform: uppercase;
    /* color: #999; */
    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;
}

.b-producttile__info-item.symbol, .b-producttile__info-item.brand, .b-producttile__info-item.coeff, .b-producttile__info-item.muzzle-velocity, .b-producttile__info-item.muzzle-energy {
    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: #1561a4;
}

.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: "Chakra Petch", sans-serif;
        font-size: 0.65em;
        font-weight: 700;
    }
}

@media print, (min-width: 1024px) {
    .c-products.listview .c-products__header {
        font-size: 0.75em;
    }
}

@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.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) {
    .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.63rem;
}

.listview .b-producttile__detail {
    width: 100%;
    padding: 2.5rem 0.5rem 0.5rem;
    background-color: #f5f5f5;
    -webkit-column-width: 16rem;
    -moz-column-width: 16rem;
    column-width: 16rem;
}

.listview .b-producttile__info {
    margin: 0;
}

.listview .b-producttile__info-item {
    position: relative;
    margin-top: 0.5rem;
    padding: 0 0 0 8rem;
    text-transform: none;
    /* color: #999; */
    color: #666;
    font-size: 0.65rem;
}

.listview .b-producttile__info-item::before {
    position: absolute;
    left: 0;
    color: #000;
    font-size: 0.6rem;
    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.5rem;
    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: #1561a4;
    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: 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;
        -webkit-column-width: auto;
        -moz-column-width: auto;
        column-width: auto;
    }
    .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: #1561a4;
    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: #1561a4;
    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: #1561a4;
}

.c-productcompare .c-tabs__content {
    width: 100%;
}

.c-productcompare .c-tabs__input:checked+.c-tabs__index {
    color: #1561a4;
}

@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: 21%;
        padding-right: 0.5rem;
    }
    .c-productcompare .listview .c-products__header-item.weight, .c-productcompare .listview .b-producttile__info-item.weight {
        width: 9%;
    }
    .c-productcompare .listview .c-products__header-item.type, .c-productcompare .listview .b-producttile__info-item.type {
        width: 13%;
    }
    .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: 9%;
    }
    .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: 9%;
    }
    .c-productcompare .listview .c-products__header-item.usage, .c-productcompare .listview .b-producttile__info-item.usage {
        width: 11%;
    }
    .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: "Chakra Petch", 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: #1561a4;
    color: #fff;
    text-align: center;
    line-height: 1.5rem;
    font-family: "Chakra Petch", 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: "Chakra Petch", 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: "Chakra Petch", sans-serif;
    font-weight: 600;
    font-size: 2em;
}

.c-productrelated__subtitle {
    margin-bottom: 1rem;
    line-height: 1.4;
    font-family: "Chakra Petch", 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: #1561a4;
    color: #000;
}

.c-productrelated__tabs .btn-icon:hover .label {
    color: #fff;
}

.c-productrelated__tabs .btn-icon:hover .icon {
    background-color: #fff;
    color: #1561a4;
}

.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: "Chakra Petch", 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: #1561a4;
    -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: #1561a4;
}

.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: 700;
}

@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: "Chakra Petch", 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 {
  content: "\E802";
  width: 2rem;
  height: 2rem;
  font-family: fontello;
  font-size: 1rem;
  vertical-align: baseline;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #726753;
  color: #fff;
  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.photo .lSAction > a {
  background-image: url(/images/static/controls.png);
}

@media print, (min-width: 640px) {
  .c-symbolbasics__panel .slides .lslide.videoicon::after {
    height: 3.375rem;
    width: 3.375rem;
    font-size: 1.7rem;
  }
}

@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: "Chakra Petch", sans-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: "Chakra Petch", 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: "Chakra Petch", 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: #ececec;
    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(21, 97, 164, 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: #1561a4;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.75em;
    white-space: nowrap;
}

.b-newproducttile__logo {
    margin-bottom: auto;
}

.b-newproducttile__logo img {
    max-height: 11.25rem;
}

.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;
}

.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: #1561a4;
}

.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: "Chakra Petch", 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: "Chakra Petch", 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: #1561a4;
    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 .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: "Chakra Petch", 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: "Chakra Petch", 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: #1561a4;
}

.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: #1561a4;
    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: "Chakra Petch", 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: block;
    }
    .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: 40px;
    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-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: #ebe4d5;
}

@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 {
    font-family: "Chakra Petch", sans-serif;
    font-weight: 400;
}

.p-content__main strong {
    font-weight: 700;
}

.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-wide__main h1, .p-layout-wide__main h2, .p-layout-wide__main h3, .p-layout-wide__main h4, .p-layout-wide__main h5, .p-layout-wide__main h6 {
    margin-top: 0.5em;
}

.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) {
    .promo-grid .photo {
        margin: 0 auto;
        max-width: 35%;
        flex-basis: 35%;
    }
    .promo-grid .grid {
        max-width: 60%;
        margin: 0 auto;
        flex-basis: 60%;
    }
}

.promo-grid {
    margin-top: 0;
    -ms-flex-align: flex-start;
    align-items: flex-start !important;
}

@media print, (max-width: 1023px) {
    .promo-grid {
        margin-bottom: 0;
    }
}

.promo-grid .photo div {
    text-align: left;
    margin-bottom: 1em;
}

.promo-grid .c-promocard__title {
    margin-top: 0.75em !important;
}

.promo-table {
    border-collapse: collapse;
    margin: auto;
    width: 100%;
}

.promo-table th, .promo-table td {
    border-bottom: 2px solid #AFAF9B;
    padding: 0.5em;
    text-align: left;
    font-size: 0.88rem;
}

.promo-table th:not([scope="row"]) {
    vertical-align: bottom;
}

.promo-table tr:nth-child(even) {
    background-color: #dfd8c9;
}

@media print, (min-width: 768px) {
    .promo-table th, .promo-table td {
        padding: 1.25em;
        font-size: 1rem;
    }
    .promo-table th {
        padding-top: 0.75em;
        padding-bottom: 0.75em;
    }
}

@media print, (min-width: 1200px) {
    .promo-table th, .promo-table td {
        font-size: inherit;
    }
}

@media print, (min-width: 1024px) {
    .promo-table {
        width: 90%;
    }
}

@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: inherit;
    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: #1561a4;
    }
}

@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 .c-spotlight.banner {
    margin-bottom: 0;
}

.p-videoseries .c-tabs__content h3 {
    text-transform: uppercase;
    font-family: "Chakra Petch", 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: #1561a4;
    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: "Chakra Petch", 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: "Chakra Petch", 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: "Chakra Petch", 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: #1561a4;
}

.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: #1561a4;
}

.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: transparent;
    -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;
    }
}

.p-home .c-spotlight {
    margin-bottom: 0;
}

.p-home .c-spotlight__content .btn-text.transparent {
    margin: 0 1rem 1rem;
    width: 10rem;
    height: 2.5rem;
    font-size: 0.8rem;
}

@media print, (min-width: 1024px) {
    .p-home .c-spotlight__content .btn-text.transparent {
        width: 12rem;
        height: 3rem;
        font-size: 1.1rem;
    }
}

.p-home .c-spotlight__title {
    margin-bottom: 0;
}

.p-home .c-spotlight__subtitle {
    margin-top: 0.5rem;
}

.p-home .c-featurebar-carousel .lSSlideOuter .lSPager.lSpg>li a {
    border-color: #fff;
}

.p-home .c-featurebar-carousel .lSSlideOuter .lSPager.lSpg>li:hover a, .p-home .c-featurebar-carousel .lSSlideOuter .lSPager.lSpg>li.active a {
    background-color: #fff;
}

@media print, (min-width: 640px) {
    .p-home .c-featurebar-carousel .lSSlideOuter .lSPager.lSpg>li a {
        border-color: #000;
    }
    .p-home .c-featurebar-carousel .lSSlideOuter .lSPager.lSpg>li:hover a, .p-home .c-featurebar-carousel .lSSlideOuter .lSPager.lSpg>li.active a {
        background-color: #000;
    }
}

.p-home.p-main {
    margin-top: -40px;
}

.p-home .p-content {
    background: #1c1c1c;
}

@media print, (min-width: 1024px) {
    .p-home.p-main {
        margin-top: 0;
    }
}

.p-subbrand h3 {
    margin-bottom: 1rem;
    line-height: 1.4;
    font-family: "Chakra Petch", sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
}

.p-subbrand h3 .note {
    /* color: #999; */
    color: #666;
}

.p-subbrand .c-products {
    padding-bottom: 2em;
}

.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: 21%;
        padding-right: 0.5rem;
    }
    .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: 14%;
    }
    .p-subbrand .listview.c-products .c-products__header-item.count, .p-subbrand .listview.c-products .b-producttile__info-item.count {
        width: 9%;
    }
    .p-subbrand .listview.c-products .c-products__header-item.symbol, .p-subbrand .listview.c-products .b-producttile__info-item.symbol {
        display: table-cell;
        width: 9%;
    }
    .p-subbrand .listview.c-products .c-products__header-item.coeff, .p-subbrand .listview.c-products .b-producttile__info-item.coeff {
        display: table-cell;
        width: 9%;
    }
    .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: 9%;
    }
    .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: 9%;
    }
    .p-subbrand .listview.c-products .c-products__header-item.usage, .p-subbrand .listview.c-products .b-producttile__info-item.usage {
        width: 10%;
    }
    .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: #1c1c1c;
}

.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: "Chakra Petch", sans-serif;
    font-weight: 600;
    font-size: 1.25em;
    color: #69c;
}

.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: "Chakra Petch", sans-serif;
    font-weight: 700;
}

.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;
    color: #ececec;
}

.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: #69c;
}

.p-discovery .c-spotlight__buttons .icon {
    color: #ececec;
    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: auto;
    }
    .p-discovery .c-spotlight__buttons li {
        width: 50%;
    }
}

@media print, (min-width: 640px) {
    .p-discovery .c-spotlight {
        height: 35rem;
    }
    .p-discovery .c-spotlight__buttons li {
        width: auto;
        max-width: 190px;
    }
}

@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: 2rem;
        margin-bottom: 4rem;
    }
}

.p-support {
    margin-bottom: 2rem;
}

.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: -18rem;
        height: 18rem;
        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: #1561a4;
    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 {
    color: #000;
    text-align: center;
    padding-bottom: 110vw;
}

.p-sitehome .c-spotlight__content {
    display: block;
}

@media print, (min-width: 480px) {
    .p-sitehome .c-spotlight {
        padding-bottom: 75vw;
    }
}

@media print, (max-width: 1023px) {
    .p-sitehome .c-spotlight__media img, .c-spotlight__media video {
        -o-object-position: center bottom;
        object-position: center bottom;
    }
    .no-objectfit .p-sitehome .c-spotlight__media img, .no-objectfit .c-spotlight__media video {
        top: auto;
        bottom: 0%;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }
}

@media print, (min-width: 1024px) {
    .p-sitehome .c-spotlight {
        padding-bottom: 0;
        text-align: left;
    }
    _:-ms-fullscreen, :root .p-sitehome .c-spotlight { /* IE 11 */
        padding-bottom: 0;
    }
    .p-sitehome .c-spotlight__content {
        padding-top: 0;
        padding-bottom: 0;
        max-width: 48vw;
        margin-left: 5vw;
        display: flex;
    }
}

.p-sitehome .c-spotlight__title {
    color: #4b4334;
    text-transform: none;
    margin-bottom: 0;
    margin-top: 0;
}

.p-sitehome .c-spotlight__title h1 {
    color: #000;
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 0.3em;
}

.p-sitehome .c-spotlight__title h2 {
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 0.25em;
    line-height: 1;
}

.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 .c-spotlight {
        min-height: 800px;
    }
    _:-ms-fullscreen, :root .p-sitehome .c-spotlight { /* IE 11 */
        height: 1000px;
    }
    .p-sitehome.p-main {
        margin-top: -40px;
    }
}

@media print, (min-width: 1600px) {
    .p-sitehome .c-spotlight {
        min-height: 48vw;
    }
}

.no-objectfit .p-sitehome .c-spotlight {
    min-height: 48vw;
}

.no-objectfit .p-sitehome c-sitefooter {
    position: relative;
    bottom: auto;
}

.static-text .c-gallery {
    margin-bottom: 0px !important;
}

.socialmobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .socialmobile {
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        color: #69c;
    }
    .socialmobile .btn-icon {
        color: inherit;
        font-size: 1.3rem;
    }
}

.distributors-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.distributors-list ul {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin: 0 0 1em;
    padding: 0;
}

.distributors-list li {
    font-size: .9em;
    line-height: 1.75;
    list-style: none;
    margin: 0;
    padding: 0 .5em;
    max-width: 94%;
}

.distributors-list li.header {
    font-size: 120%;
    font-weight: 700;
    text-transform: uppercase;
    background: #1561a4;
    color: #fff;
    margin-bottom: .5em;
}

@media screen and (min-width: 768px) {
    .distributors-list ul {
        -webkit-flex: 0 1 45%;
        -ms-flex: 0 1 45%;
        flex: 0 1 45%;
    }
}

@media screen and (min-width: 1200px) {
    .distributors-list ul {
        -webkit-flex: 0 1 30%;
        -ms-flex: 0 1 30%;
        flex: 0 1 30%;
    }
}

/* mobile-only max-width */
@media (max-width: 1023px) {
    .nav-util .locator span {
        clip: rect(1px, 1px, 1px, 1px);
        clip-path: inset(50%);
        height: 1px;
        width: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
    }
}

/* add visible active state to j-carousel */
.lSPager.lSGallery li {
    border: 1px solid transparent;
}

.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;
}

@media print, (min-width: 768px) {
    .c-imagecard.mobile-hide .c-imagecard__image {
        display: block;
    }

    .c-imagecard__copy div {
        padding: 1em 2.5em;
    }
}

.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;
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 1em;
}

.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/Military/logo-hr.png');
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

#onetrust-consent-sdk {
  pointer-events: all;
}
