@charset "UTF-8";
@-webkit-keyframes a {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes a {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
html {
    box-sizing: border-box;
}
*,
:after,
:before {
    box-sizing: inherit;
}
:first-child {
    margin-top: 0;
}
:last-child {
    margin-bottom: 0;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
dfn {
    font-style: italic;
}
.single-exclusive .article__title,
.single-issue_feature .article__title,
.single-issue_department .article__title,
.single-post .article__title,
.single-review .article__title,
h1 {
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
body {
    color: #333;
    font-family: Baskerville URW, baskerville-urw, Baskerville, Baskerville Old Face, Hoefler Text, Garamond, Times New Roman, serif;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
@media screen and (min-width: 481px) {
    body {
        font-size: 20px;
    }
}
.article__title:first-child,
.single-exclusive .article__title:first-child,
.single-issue_feature .article__title:first-child,
.single-issue_department .article__title:first-child,
.single-post .article__title:first-child,
.single-review .article__title:first-child,
blockquote:first-child,
dd:first-child,
dl:first-child,
dt:first-child,
figcaption:first-child,
figure:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
ol:first-child,
p:first-child,
pre:first-child,
ul:first-child {
    margin-top: 0;
}
.article__title:last-child,
.single-exclusive .article__title:last-child,
.single-issue_feature .article__title:last-child,
.single-issue_department .article__title:last-child,
.single-post .article__title:last-child,
.single-review .article__title:last-child,
blockquote:last-child,
dd:last-child,
dl:last-child,
dt:last-child,
figcaption:last-child,
figure:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
ol:last-child,
p:last-child,
pre:last-child,
ul:last-child {
    margin-bottom: 0;
}
.article__subtitle,
.article__title,
.single-exclusive .article__title,
.single-issue_feature .article__title,
.single-issue_department .article__title,
.single-post .article__title,
.single-review .article__title,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Futura pt, futura-pt, Futura, Trebuchet MS, Arial, sans-serif;
    color: #000;
    font-variant-ligatures: common-ligatures;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.16364;
    margin-top: 0;
    margin-bottom: 0.6em;
}
.article__subtitle a,
.article__title a,
.single-exclusive .article__title a,
.single-issue_feature .article__title a,
.single-issue_department .article__title a,
.single-post .article__title a,
.single-review .article__title a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
.single-exclusive .article__title,
.single-issue_feature .article__title,
.single-issue_department .article__title,
.single-post .article__title,
.single-review .article__title,
h1 {
    font-size: 2em;
}
.article__title,
h2 {
    font-size: 1.6em;
}
h3 {
    font-size: 1.3em;
}
h4 {
    font-size: 1.2em;
}
h5 {
    font-size: 1em;
}
h6 {
    font-size: 0.7em;
}
@media screen and (min-width: 481px) {
    .single-exclusive .article__title,
    .single-issue_feature .article__title,
    .single-issue_department .article__title,
    .single-post .article__title,
    .single-review .article__title,
    h1 {
        font-size: 55px;
    }
    .article__title,
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 20px;
    }
    h6 {
        font-size: 0.707em;
    }
}
.article__title,
.article__title:first-child,
.article__title:last-child {
    margin-bottom: 0.6em;
}
.article__subtitle {
    font-size: 1.5em;
    font-weight: 100;
    letter-spacing: 0.025em;
    margin: 20px 0;
}
@media screen and (min-width: 481px) {
    .article__subtitle {
        font-size: 30px;
    }
}
.article__meta {
    color: #333;
    font-family: Baskerville URW, baskerville-urw, Baskerville, Baskerville Old Face, Hoefler Text, Garamond, Times New Roman, serif;
    font-style: italic;
    letter-spacing: 0.07em;
    margin-top: 0;
}
.article__taxonomy {
    font-family: Futura pt, futura-pt, Futura, Trebuchet MS, Arial, sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 100;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
}
.single-exclusive .article__title,
.single-issue_feature .article__title,
.single-issue_department .article__title,
.single-post .article__title,
.single-review .article__title {
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
.onsale,
.price,
.quantity,
.select2-results,
div[itemprop="description"],
figcaption,
form,
nav,
table {
    font-family: Futura pt, futura-pt, Futura, Trebuchet MS, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.025em;
}
.lead {
    font-size: 1.3em;
    font-weight: 100;
}
@media screen and (min-width: 481px) {
    .lead {
        font-size: 26px;
        line-height: 1.84615;
    }
}
.run-in,
.run-in--alt {
    font-size: 1.4em;
}
.run-in--alt {
    font-variant: small-caps;
}
.text-card-category {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.05em;
}
.text-card-category,
.text-card-title {
    text-transform: uppercase;
    font-family: Futura pt, futura-pt, Futura, Trebuchet MS, Arial, sans-serif;
    display: block;
}
.text-card-title {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.025em;
}
em,
i {
    font-style: italic;
}
.small,
small {
    font-size: 0.8em;
}
b,
strong {
    font-weight: 700;
}
a {
    color: #2a71c8;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #21599e;
    outline: none;
    text-shadow: none;
}
blockquote {
    font-family: Baskerville URW, baskerville-urw, Baskerville, Baskerville Old Face, Hoefler Text, Garamond, Times New Roman, serif;
    margin: 30px 0;
    padding: 30px 0;
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    color: #000;
    font-size: 22px;
    line-height: 1.33333;
}
blockquote p,
blockquote q {
    font-size: 1em;
}
blockquote p:before,
blockquote q:before {
    content: "“";
    vertical-align: bottom;
    font-size: 1.6em;
    line-height: 0.6em;
}
blockquote p:after,
blockquote q:after {
    content: "”";
}
@media screen and (min-width: 481px) {
    blockquote {
        font-size: 30px;
    }
}
.cite {
    font-style: italic;
    font-weight: 400;
    font-size: 1em;
}
.cite:before {
    content: "—";
}
figure {
    margin: 0;
}
.figure-caption {
    font-family: Futura pt, futura-pt, Futura, Trebuchet MS, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2em;
    margin-top: 0;
    margin-bottom: 40px;
    color: #000;
}
.figure-caption strong {
    text-transform: uppercase;
}
@media screen and (min-width: 481px) {
    .figure-caption {
        font-size: 16px;
    }
}
@media screen and (min-width: 651px) {
    .figure-caption {
        width: 50%;
        clear: both;
    }
}
@media screen and (min-width: 651px) {
    .figure-caption--right {
        margin-left: 50%;
        clear: both;
    }
}
@media screen and (min-width: 651px) {
    .figure-caption--pull-left {
        float: left;
        width: 33%;
        margin-right: 30px;
    }
    .figure-caption--pull-left + * {
        display: table-cell;
    }
}
@media screen and (min-width: 651px) {
    .figure-caption--pull-right {
        float: right;
        width: 33%;
        margin-left: 30px;
    }
    .figure-caption--pull-right + * {
        display: table-cell;
    }
}
.pullquote {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}
@media screen and (min-width: 651px) {
    .pullquote {
        max-width: 25%;
    }
    .pullquote.pullquote--left {
        float: left;
        margin-right: gutter;
    }
    .pullquote.pullquote--right {
        float: right;
        margin-left: gutter;
    }
}
.pullquote,
.pullquote p {
    font-size: 18px;
}
.pullquote:before {
    content: "“";
    display: block;
    height: 20px;
    color: #ddd;
    font-weight: 700;
    font-size: 50px;
    line-height: 40px;
}
hr {
    display: block;
    border: 0;
    border-top: 1px solid #b7b7b7;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignleft,
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignleft,
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 14;
}
.post-edit-link {
    border-top: 2px solid #2a71c8;
    background-color: #000;
    position: fixed;
    font-size: 10px !important;
    padding: 0 5px !important;
    line-height: 24px !important;
    height: 35px !important;
    bottom: 0;
    right: 0;
    z-index: 8;
}
.post-edit-link:active {
    top: auto !important;
    bottom: 0;
}
.mce-content-body,
body.acf_content,
body.wp-autoresize.mce-content-body,
body.wp-autoresize.mce-content-body-excerpt {
    background-color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px !important;
    display: block;
}
.mce-content-body .row,
body.acf_content .row,
body.wp-autoresize.mce-content-body-excerpt .row,
body.wp-autoresize.mce-content-body .row {
    outline: 1px dashed #ccc;
}
.mce-content-body [class*="col-"],
body.acf_content [class*="col-"],
body.wp-autoresize.mce-content-body-excerpt [class*="col-"],
body.wp-autoresize.mce-content-body [class*="col-"] {
    outline: 1px dotted #ddd;
}
.site__header {
    padding: 10px 0;
    display: table;
    width: 100%;
    background-color: #fff;
    position: relative;
}
@media screen and (min-width: 801px) {
    .site__header {
        z-index: 10;
        padding: 20px 0;
    }
}
.admin-bar.sticky-main-header .site__header {
    top: 32px;
}
.site__header .navigation--social {
    padding: 5px 0;
    text-align: center;
}
.site__header .navigation--social .menu li {
    border-bottom: 0;
}
.site__branding,
.site__nav-toggle,
.site__navigation {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}
@media screen and (min-width: 801px) {
    .site__branding,
    .site__nav-toggle,
    .site__navigation {
        vertical-align: bottom;
    }
}
.site__nav-toggle {
    width: 100%;
    text-align: right;
}
.site__nav-toggle .nav-toggle {
    display: inline-block;
}
.main-header-ghost {
    display: none;
}
@media screen and (min-width: 801px) {
    .sticky-main-header .main-header-ghost {
        display: block;
    }
    .sticky-main-header .site__header {
        background-color: hsla(0, 0%, 100%, 0.9);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
        position: fixed;
        top: 0;
        left: 0;
        padding: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-animation: a 0.3s forwards;
        animation: a 0.3s forwards;
    }
    .sticky-main-header .site__branding {
        vertical-align: middle;
    }
    .sticky-main-header .site__branding-logo {
        max-width: 15px;
    }
    .sticky-main-header .site__branding-logo-in {
        padding-bottom: 160.91156%;
    }
    .sticky-main-header .site__branding-logo .svg-logo--mark {
        left: 0;
        width: 100%;
    }
    .sticky-main-header .site__branding-logo .svg-logo--type {
        opacity: 0;
    }
}
.site__branding {
    margin-bottom: 0;
}
.site__branding-logo {
    display: block;
    width: 144px;
}
.site__branding-logo-in {
    display: block;
    padding-bottom: 18.39019%;
    position: relative;
    overflow: visible;
    width: 100%;
    height: 0;
}
.site__branding-logo svg {
    display: block;
    max-width: 100%;
    position: absolute;
}
.site__branding-logo svg,
.site__branding-logo svg * {
    -webkit-transition: fill 0.2s ease-out, opacity 0.35s ease-out;
    transition: fill 0.2s ease-out, opacity 0.35s ease-out;
}
@media screen and (min-width: 801px) {
    .site__branding-logo {
        width: 287px;
    }
}
.site__navigation {
    display: none;
}
.site__navigation .header-actions,
.site__navigation .navigation--primary,
.site__navigation .navigation--social {
    position: relative;
    z-index: 3;
}
@media screen and (min-width: 801px) {
    .site__navigation {
        padding-top: 0;
        text-align: right;
        width: 100%;
        display: table-cell !important;
        white-space: normal;
    }
    .site__navigation .header-actions,
    .site__navigation .navigation--primary,
    .site__navigation .navigation--social {
        display: inline-block;
        vertical-align: middle;
    }
}
@media screen and (min-width: 1121px) {
    .site__navigation .navigation--social {
        position: absolute;
    }
}
@media screen and (min-width: 801px) and (max-width: 1120px) {
    .site__navigation .navigation--social {
        display: none;
    }
}
.header-actions .header-action {
    position: relative;
    z-index: 5;
    display: block;
    text-align: center;
    width: 100%;
    line-height: 44px;
}
.header-actions .fa {
    cursor: pointer;
    color: #fff;
    font-size: 25px;
}
@media screen and (max-width: 800px) {
    .header-actions .header-action {
        border-bottom: 1px solid #fff;
    }
}
@media screen and (min-width: 801px) {
    .header-actions {
        padding: 0 10px;
    }
    .header-actions .header-action {
        line-height: 1;
        width: 30px;
        display: inline-block;
    }
    .header-actions .fa {
        color: #b7b7b7;
    }
}
.cart-contents {
    position: relative;
    text-align: center;
    font-family: Futura pt, futura-pt, Futura, Trebuchet MS, Arial, sans-serif;
}
.cart-contents .count {
    font-weight: 700;
    font-size: 16px;
    line-height: 14px;
    position: absolute;
    left: 50%;
    opacity: 0;
    top: 0;
    margin-left: -3px;
    z-index: 3;
    -webkit-transform: translateY(0) scale(0.5);
    -ms-transform: translateY(0) scale(0.5);
    transform: translateY(0) scale(0.5);
    -webkit-transition: opacity 0.2s linear, -webkit-transform 0.2s ease-out;
    transition: opacity 0.2s linear, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s linear;
    transition: transform 0.2s ease-out, opacity 0.2s linear, -webkit-transform 0.2s ease-out;
}
.cart-contents .fa {
    position: relative;
    z-index: 4;
}
@media screen and (min-width: 801px) {
    .cart-contents:hover {
        color: #b7b7b7;
    }
    .cart-contents:hover .count {
        opacity: 1;
        -webkit-transform: translateY(-100%) scale(1);
        -ms-transform: translateY(-100%) scale(1);
        transform: translateY(-100%) scale(1);
    }
}
.sticky-main-header .cart-contents .count {
    z-index: 7;
    top: 5px;
}
.sticky-main-header .cart-contents:hover .count {
    z-index: 7;
    -webkit-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
}
.sticky-main-header .cart-contents:hover .fa {
    opacity: 0.4;
}
.site__content > .l-contain {
    background-color: #fff;
    padding-top: 35px;
    padding-bottom: 55px;
}
.single-exclusive .the-content,
.single-issue_feature .the-content,
.single-issue_department .the-content,
.single-post .the-content,
.single-review .the-content {
    padding-bottom: 30px;
    border-bottom: 1px solid #b7b7b7;
}
.single-exclusive .content-full__header,
.single-issue_feature .content-full__header,
.single-issue_department .content-full__header,
.single-post .content-full__header,
.single-review .content-full__header {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #b7b7b7;
}
@media screen and (min-width: 671px) {
    .optimal-reading-width {
        max-width: 670px;
    }
}
body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.site__content {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media screen and (max-width: 480px) {
    .ajax-post-listing .button,
    .ajax-post-listing .nav-bar .cta a,
    .ajax-post-listing .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a,
    .nav-bar .cta .ajax-post-listing a,
    .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .ajax-post-listing a {
        display: block;
        width: 100%;
    }
}
.ajax-post-listing footer {
    padding: 30px 0;
    text-align: center;
}
.social-footer {
    display: table;
    table-layout: auto;
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    margin-top: -1px;
}
.social-footer > * {
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}
.social-footer .add-this {
    display: table-caption;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 27px;
}
.social-footer .to-top {
    text-align: right;
}
.social-footer .subscribe-cta {
    text-align: center;
    width: 50%;
}
.social-footer .js-to-top {
    font-family: Futura pt, futura-pt, Futura, Trebuchet MS, Arial, sans-serif;
    color: #b7b7b7;
    font-size: 14px;
    text-transform: uppercase;
}
.social-footer .js-to-top:hover {
    color: #000;
    text-decoration: underline;
}
@media screen and (min-width: 651px) {
    .social-footer {
        table-layout: fixed;
    }
    .social-footer .add-this {
        display: table-cell;
        text-align: left;
        padding-top: 0;
        padding-bottom: 0;
    }
}
.injection_hook {
    display: none !important;
}
.site__footer {
    font-family: Futura pt, futura-pt, Futura, Trebuchet MS, Arial, sans-serif;
    padding: 40px 0;
}
.nav-bar .cta .site__footer a.button--inverted,
.site__footer .button.button--inverted,
.site__footer .nav-bar .cta a.button--inverted,
.site__footer .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a.button--inverted,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .site__footer a.button--inverted {
    border-color: currentColor;
    color: currentColor;
}
.nav-bar .cta .site__footer a.button--inverted:hover,
.site__footer .button.button--inverted:hover,
.site__footer .nav-bar .cta a.button--inverted:hover,
.site__footer .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a.button--inverted:hover,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .site__footer a.button--inverted:hover {
    background-color: currentColor;
}
.footer-sections .footer-widgets {
    width: 250px;
}
@media screen and (max-width: 650px) {
    .footer-sections > * {
        text-align: center;
        padding: 20px 0;
        margin: auto;
    }
}
@media screen and (min-width: 651px) {
    .footer-sections {
        display: table;
        width: 100%;
    }
    .footer-sections > * {
        display: table-cell;
        vertical-align: middle;
        width: auto;
    }
}
.footer-sections .footer__branding {
    width: 50%;
}
.footer-sections .footer__branding svg {
    width: 100%;
    height: auto;
}
@media screen and (min-width: 651px) {
    .footer-sections .footer__branding {
        width: 20%;
    }
}
.footer-navigation:after,
.footer-navigation:before {
    content: " ";
    display: table;
}
.footer-navigation:after {
    clear: both;
}
.single-issue .type-issue section {
    border-bottom: 1px solid #b7b7b7;
    padding: 30px 0;
}
.single-issue .type-issue section:first-child {
    padding-top: 0;
}
.single-issue .issue__cta {
    text-align: center;
}
@media screen and (max-width: 650px) {
    .nav-bar .cta .single-issue .issue__cta a,
    .single-issue .issue__cta .button,
    .single-issue .issue__cta .nav-bar .cta a,
    .single-issue .issue__cta .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a,
    .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .single-issue .issue__cta a {
        display: block;
    }
    .nav-bar .cta .single-issue .issue__cta .button + a,
    .nav-bar .cta .single-issue .issue__cta a + .button,
    .nav-bar .cta .single-issue .issue__cta a + a,
    .single-issue .issue__cta .button + .button,
    .single-issue .issue__cta .nav-bar .cta .button + a,
    .single-issue .issue__cta .nav-bar .cta a + .button,
    .single-issue .issue__cta .nav-bar .cta a + a,
    .single-issue .issue__cta .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .button + a,
    .single-issue .issue__cta .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a + .button,
    .single-issue .issue__cta .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a + a,
    .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .single-issue .issue__cta .button + a,
    .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .single-issue .issue__cta a + .button,
    .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .single-issue .issue__cta a + a {
        margin-top: 20px;
    }
}
@media screen and (min-width: 651px) {
    .nav-bar .cta .single-issue .issue__cta .button + a,
    .nav-bar .cta .single-issue .issue__cta a + .button,
    .nav-bar .cta .single-issue .issue__cta a + a,
    .single-issue .issue__cta .button + .button,
    .single-issue .issue__cta .nav-bar .cta .button + a,
    .single-issue .issue__cta .nav-bar .cta a + .button,
    .single-issue .issue__cta .nav-bar .cta a + a,
    .single-issue .issue__cta .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .button + a,
    .single-issue .issue__cta .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a + .button,
    .single-issue .issue__cta .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a + a,
    .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .single-issue .issue__cta .button + a,
    .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .single-issue .issue__cta a + .button,
    .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .single-issue .issue__cta a + a {
        margin-left: 20px;
    }
}
.new-issue {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.new-issue:after {
    content: " ";
    display: block;
    clear: both;
}
.new-issue .issue-features .card {
    margin-bottom: 20px;
}
@media screen and (min-width: 481px) {
    .new-issue .issue-features .card {
        width: 49.15254%;
        float: left;
        margin-right: 1.69492%;
    }
    .new-issue .issue-features .card:last-child {
        float: right;
        margin-right: 0;
    }
}
@media screen and (min-width: 651px) {
    .new-issue .main-issue {
        width: 66.10169%;
        float: left;
        margin-right: 1.69492%;
    }
    .new-issue .issue-features {
        width: 32.20339%;
        float: right;
        margin-right: 0;
    }
    .new-issue .issue-features .card {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
}
@-webkit-keyframes b {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes b {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
fieldset {
    border: 0;
    margin: 1em 0;
    padding: 0;
}
ins {
    text-decoration: none;
}
del + ins {
    padding-left: 4px;
}
ins del {
    display: none;
}
.select2-container {
    max-width: 100%;
}
.select2-chosen {
    font-size: 14px;
}
.variation dt[class^="variation-_"] {
    display: none;
}
.woocommerce-page .required,
.woocommerce .required {
    border: none;
    color: #c00;
}
.woocommerce-page .blockUI.blockOverlay,
.woocommerce .blockUI.blockOverlay {
    position: relative;
}
.woocommerce-page .blockUI.blockOverlay:before,
.woocommerce-page .loader:before,
.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
    content: "";
    display: inline-block;
    font-weight: 400;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: b 1s ease-in-out infinite;
    animation: b 1s ease-in-out infinite;
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 3em;
    color: #000;
}
@media screen and (min-width: 651px) {
    .woocommerce-page .u-columns > *,
    .woocommerce .u-columns > * {
        width: 49.15254%;
        float: left;
    }
    .woocommerce-page .u-columns > :nth-child(odd),
    .woocommerce .u-columns > :nth-child(odd) {
        margin-right: -100%;
        clear: both;
        margin-left: 0;
    }
    .woocommerce-page .u-columns > :nth-child(2n + 2),
    .woocommerce .u-columns > :nth-child(2n + 2) {
        margin-left: 50.84746%;
        margin-right: -100%;
        clear: none;
    }
}
.woocommerce-page .content__header,
.woocommerce .content__header {
    margin-bottom: 50px;
}
.woocommerce-page .woocommerce-ordering,
.woocommerce .woocommerce-ordering {
    margin-bottom: 20px;
}
.woocommerce-page .variations,
.woocommerce .variations {
    width: 100%;
}
.woocommerce-page .variations td,
.woocommerce .variations td {
    vertical-align: middle;
}
.woocommerce-page .variations .label,
.woocommerce .variations .label {
    font-size: 14px;
}
.woocommerce-page .woocommerce-tabs,
.woocommerce .woocommerce-tabs {
    clear: both;
    margin-top: 50px;
}
.woocommerce-page .woocommerce-tabs:after,
.woocommerce-page .woocommerce-tabs:before,
.woocommerce .woocommerce-tabs:after,
.woocommerce .woocommerce-tabs:before {
    content: " ";
    display: table;
}
.woocommerce-page .woocommerce-tabs:after,
.woocommerce .woocommerce-tabs:after {
    clear: both;
}
.woocommerce-page .woocommerce-tabs .panel,
.woocommerce .woocommerce-tabs .panel {
    padding-top: 50px;
}
.woocommerce-page .tabs,
.woocommerce .tabs {
    border-bottom: 1px solid #b7b7b7;
    margin: auto;
    padding: 0;
    list-style: none;
}
.woocommerce-page .tabs li,
.woocommerce .tabs li {
    display: inline-block;
    border: 1px solid transparent;
    margin-bottom: -1px;
}
.woocommerce-page .tabs li.active,
.woocommerce .tabs li.active {
    border-color: #b7b7b7;
    border-bottom-color: #fff;
}
.woocommerce-page .tabs a,
.woocommerce .tabs a {
    display: block;
    padding: 10px 20px;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
}
.woocommerce-page .product-information,
.woocommerce-page .related.products,
.woocommerce-page .woocommerce-tabs,
.woocommerce .product-information,
.woocommerce .related.products,
.woocommerce .woocommerce-tabs {
    clear: both;
}
.woocommerce-page .product-information:after,
.woocommerce-page .product-information:before,
.woocommerce-page .related.products:after,
.woocommerce-page .related.products:before,
.woocommerce-page .woocommerce-tabs:after,
.woocommerce-page .woocommerce-tabs:before,
.woocommerce .product-information:after,
.woocommerce .product-information:before,
.woocommerce .related.products:after,
.woocommerce .related.products:before,
.woocommerce .woocommerce-tabs:after,
.woocommerce .woocommerce-tabs:before {
    content: " ";
    display: table;
}
.woocommerce-page .product-information:after,
.woocommerce-page .related.products:after,
.woocommerce-page .woocommerce-tabs:after,
.woocommerce .product-information:after,
.woocommerce .related.products:after,
.woocommerce .woocommerce-tabs:after {
    clear: both;
}
.woocommerce-page .product-description,
.woocommerce .product-description {
    clear: left;
}
@media screen and (min-width: 651px) {
    .woocommerce-page .product-description,
    .woocommerce .product-description {
        width: 66.10169%;
        float: left;
        margin-right: 1.69492%;
        max-width: 600px;
    }
}
.woocommerce-page .product-information,
.woocommerce-page .related.products,
.woocommerce .product-information,
.woocommerce .related.products {
    border-top: 1px solid #b7b7b7;
    margin-top: 50px;
    padding-top: 50px;
}
.woocommerce-page .quantity:before,
.woocommerce .quantity:before {
    content: "Qty";
    display: inline-block;
    text-transform: uppercase;
}
.woocommerce-page .quantity input,
.woocommerce .quantity input {
    display: inline-block;
    width: 70px;
}
.woocommerce-page table.shop_table,
.woocommerce table.shop_table {
    width: 100%;
}
.woocommerce-page table.shop_table,
.woocommerce-page table.shop_table *,
.woocommerce table.shop_table,
.woocommerce table.shop_table * {
    font-size: 14px;
}
.woocommerce-page table.shop_table small,
.woocommerce table.shop_table small {
    font-size: 80%;
}
.woocommerce-page table.shop_table td,
.woocommerce-page table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
    padding: 10px;
    text-align: left;
}
.woocommerce-page table.shop_table .product-total,
.woocommerce table.shop_table .product-total {
    text-align: right;
}
.woocommerce-page table.shop_table .product-name,
.woocommerce table.shop_table .product-name {
    text-align: left;
}
.woocommerce-page table.shop_table .product-name a,
.woocommerce table.shop_table .product-name a {
    font-size: 1.2em;
}
.woocommerce-page table.shop_table tfoot th,
.woocommerce table.shop_table tfoot th {
    text-align: left;
}
.woocommerce-page table.shop_table tfoot td,
.woocommerce table.shop_table tfoot td {
    text-align: right;
}
.woocommerce-page table.shop_table tbody > tr:not(:first-child),
.woocommerce table.shop_table tbody > tr:not(:first-child) {
    border-top: 1px solid #d1d1d1;
}
.woocommerce-page table.shop_table thead,
.woocommerce table.shop_table thead {
    border-bottom: 1px solid #b7b7b7;
}
.woocommerce-page table.shop_table tfoot,
.woocommerce table.shop_table tfoot {
    border-top: 1px solid #b7b7b7;
}
.woocommerce-page table.shop_table ul#shipping_method,
.woocommerce table.shop_table ul#shipping_method {
    list-style-type: none;
    padding-left: 4px;
    text-align: left;
}
.woocommerce-page table.shop_table ul#shipping_method li:after,
.woocommerce-page table.shop_table ul#shipping_method li:before,
.woocommerce table.shop_table ul#shipping_method li:after,
.woocommerce table.shop_table ul#shipping_method li:before {
    content: " ";
    display: table;
}
.woocommerce-page table.shop_table ul#shipping_method li:after,
.woocommerce table.shop_table ul#shipping_method li:after {
    clear: both;
}
.woocommerce-page table.shop_table ul#shipping_method li > label > span,
.woocommerce table.shop_table ul#shipping_method li > label > span {
    float: right;
}
.woocommerce-page table.shop_table ul#shipping_method li + li,
.woocommerce table.shop_table ul#shipping_method li + li {
    margin-top: 8px;
}
.woocommerce-page table.shop_table .variation,
.woocommerce-page table.shop_table .variation *,
.woocommerce table.shop_table .variation,
.woocommerce table.shop_table .variation * {
    font-size: 12px;
}
.woocommerce-page table.shop_table .variation dt,
.woocommerce table.shop_table .variation dt {
    font-weight: 700;
}
.woocommerce-page table.shop_table .variation dd,
.woocommerce table.shop_table .variation dd {
    margin-left: 0;
}
.woocommerce-page .place-order,
.woocommerce .place-order {
    margin-top: 20px;
    text-align: right;
}
.woocommerce-page .wc_payment_methods,
.woocommerce .wc_payment_methods {
    margin: 0;
    padding: 0;
    list-style: none;
}
.woocommerce-page .wc_payment_method,
.woocommerce .wc_payment_method {
    border: 1px solid #b7b7b7;
    padding: 15px;
    list-style: none;
}
.woocommerce #content table.cart,
.woocommerce-page #content table.cart,
.woocommerce-page table.cart,
.woocommerce table.cart {
    width: 100%;
}
@media screen and (max-width: 480px) {
    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail,
    .woocommerce table.cart .product-thumbnail {
        float: left;
        margin-bottom: 15px;
        width: auto;
        max-width: 33%;
    }
    .woocommerce #content table.cart .product-thumbnail img,
    .woocommerce-page #content table.cart .product-thumbnail img,
    .woocommerce-page table.cart .product-thumbnail img,
    .woocommerce table.cart .product-thumbnail img {
        margin: auto;
    }
    .woocommerce #content table.cart td,
    .woocommerce-page #content table.cart td,
    .woocommerce-page table.cart td,
    .woocommerce table.cart td {
        display: block;
        padding: 5px;
        width: 100%;
    }
    .woocommerce #content table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon {
        display: block;
        float: none;
        width: 100%;
        max-width: none;
    }
    .nav-bar .cta .woocommerce #content table.cart td.actions a,
    .nav-bar .cta .woocommerce-page #content table.cart td.actions a,
    .nav-bar .cta .woocommerce-page table.cart td.actions a,
    .nav-bar .cta .woocommerce table.cart td.actions a,
    .woocommerce #content table.cart td.actions .button,
    .woocommerce #content table.cart td.actions .nav-bar .cta a,
    .woocommerce #content table.cart td.actions .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a,
    .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .woocommerce #content table.cart td.actions a,
    .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .woocommerce-page #content table.cart td.actions a,
    .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .woocommerce-page table.cart td.actions a,
    .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .woocommerce table.cart td.actions a,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .nav-bar .cta a,
    .woocommerce-page #content table.cart td.actions .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a,
    .woocommerce-page table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .nav-bar .cta a,
    .woocommerce-page table.cart td.actions .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a,
    .woocommerce table.cart td.actions .button,
    .woocommerce table.cart td.actions .nav-bar .cta a,
    .woocommerce table.cart td.actions .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a {
        display: block;
        width: 100%;
    }
    .woocommerce #content table.cart td.actions [name="update_cart"],
    .woocommerce-page #content table.cart td.actions [name="update_cart"],
    .woocommerce-page table.cart td.actions [name="update_cart"],
    .woocommerce table.cart td.actions [name="update_cart"] {
        margin-top: 15px;
    }
    .woocommerce #content table.cart th,
    .woocommerce-page #content table.cart th,
    .woocommerce-page table.cart th,
    .woocommerce table.cart th {
        display: none;
    }
    .woocommerce #content table.cart .product-remove,
    .woocommerce-page #content table.cart .product-remove,
    .woocommerce-page table.cart .product-remove,
    .woocommerce table.cart .product-remove {
        position: relative;
    }
    .woocommerce #content table.cart .product-remove a,
    .woocommerce-page #content table.cart .product-remove a,
    .woocommerce-page table.cart .product-remove a,
    .woocommerce table.cart .product-remove a {
        position: absolute;
        top: -3px;
        left: -2px;
    }
    .woocommerce #content table.cart .product-name,
    .woocommerce-page #content table.cart .product-name,
    .woocommerce-page table.cart .product-name,
    .woocommerce table.cart .product-name {
        font-weight: 700;
        text-transform: uppercase;
    }
    .woocommerce #content table.cart .quantity:before,
    .woocommerce-page #content table.cart .quantity:before,
    .woocommerce-page table.cart .quantity:before,
    .woocommerce table.cart .quantity:before {
        content: "Quantity";
        float: left;
        text-align: left;
    }
    .woocommerce #content table.cart .quantity input,
    .woocommerce-page #content table.cart .quantity input,
    .woocommerce-page table.cart .quantity input,
    .woocommerce table.cart .quantity input {
        padding: 3px;
        height: 2em;
    }
    .woocommerce #content table.cart .product-subtotal:before,
    .woocommerce-page #content table.cart .product-subtotal:before,
    .woocommerce-page table.cart .product-subtotal:before,
    .woocommerce table.cart .product-subtotal:before {
        content: "Subtotal";
        float: left;
        text-transform: uppercase;
    }
    .woocommerce #content table.cart .product-price:before,
    .woocommerce-page #content table.cart .product-price:before,
    .woocommerce-page table.cart .product-price:before,
    .woocommerce table.cart .product-price:before {
        content: "Price";
        float: left;
        text-transform: uppercase;
    }
}
.woocommerce #content table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img,
.woocommerce table.cart img {
    height: auto;
}
.woocommerce #content table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions,
.woocommerce table.cart td.actions {
    text-align: right;
}
.woocommerce #content table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon {
    position: relative;
    float: left;
    width: 100%;
    max-width: 280px;
}
.woocommerce #content table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label,
.woocommerce table.cart td.actions .coupon label {
    display: none;
}
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon .input-text {
    margin-right: 150px;
}
.nav-bar .cta .woocommerce #content table.cart td.actions .coupon a,
.nav-bar .cta .woocommerce-page #content table.cart td.actions .coupon a,
.nav-bar .cta .woocommerce-page table.cart td.actions .coupon a,
.nav-bar .cta .woocommerce table.cart td.actions .coupon a,
.woocommerce #content table.cart td.actions .coupon .button,
.woocommerce #content table.cart td.actions .coupon .nav-bar .cta a,
.woocommerce #content table.cart td.actions .coupon .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .woocommerce #content table.cart td.actions .coupon a,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .woocommerce-page #content table.cart td.actions .coupon a,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .woocommerce-page table.cart td.actions .coupon a,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .woocommerce table.cart td.actions .coupon a,
.woocommerce-page #content table.cart td.actions .coupon .button,
.woocommerce-page #content table.cart td.actions .coupon .nav-bar .cta a,
.woocommerce-page #content table.cart td.actions .coupon .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a,
.woocommerce-page table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .nav-bar .cta a,
.woocommerce-page table.cart td.actions .coupon .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a,
.woocommerce table.cart td.actions .coupon .button,
.woocommerce table.cart td.actions .coupon .nav-bar .cta a,
.woocommerce table.cart td.actions .coupon .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a {
    position: absolute;
    top: 0;
    right: 0;
    border-width: 1px;
    border-radius: 0 5px 5px 0;
    margin-left: -1px;
    padding: 0;
    width: 130px;
}
.woocommerce #content table.cart th,
.woocommerce-page #content table.cart th,
.woocommerce-page table.cart th,
.woocommerce table.cart th {
    text-transform: uppercase;
}
.woocommerce #content table.cart .quantity:before,
.woocommerce-page #content table.cart .quantity:before,
.woocommerce-page table.cart .quantity:before,
.woocommerce table.cart .quantity:before {
    content: "";
}
.woocommerce #content table.cart .quantity input,
.woocommerce-page #content table.cart .quantity input,
.woocommerce-page table.cart .quantity input,
.woocommerce table.cart .quantity input {
    text-align: right;
}
.woocommerce #content table.cart td,
.woocommerce #content table.cart th,
.woocommerce-page #content table.cart td,
.woocommerce-page #content table.cart th,
.woocommerce-page table.cart td,
.woocommerce-page table.cart th,
.woocommerce table.cart td,
.woocommerce table.cart th {
    padding: 10px;
}
@media screen and (min-width: 481px) {
    .woocommerce #content table.cart td,
    .woocommerce #content table.cart th,
    .woocommerce-page #content table.cart td,
    .woocommerce-page #content table.cart th,
    .woocommerce-page table.cart td,
    .woocommerce-page table.cart th,
    .woocommerce table.cart td,
    .woocommerce table.cart th {
        border-bottom: 1px solid #b7b7b7;
    }
}
.woocommerce #content table.cart .product-name,
.woocommerce #content table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-name,
.woocommerce-page #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-name,
.woocommerce-page table.cart .product-thumbnail,
.woocommerce table.cart .product-name,
.woocommerce table.cart .product-thumbnail {
    text-align: left;
}
.woocommerce #content table.cart .product-remove,
.woocommerce-page #content table.cart .product-remove,
.woocommerce-page table.cart .product-remove,
.woocommerce table.cart .product-remove {
    width: 35px;
    font-size: 30px;
}
.woocommerce #content table.cart .product-price,
.woocommerce #content table.cart .product-quantity,
.woocommerce #content table.cart .product-subtotal,
.woocommerce-page #content table.cart .product-price,
.woocommerce-page #content table.cart .product-quantity,
.woocommerce-page #content table.cart .product-subtotal,
.woocommerce-page table.cart .product-price,
.woocommerce-page table.cart .product-quantity,
.woocommerce-page table.cart .product-subtotal,
.woocommerce table.cart .product-price,
.woocommerce table.cart .product-quantity,
.woocommerce table.cart .product-subtotal {
    text-align: right;
}
.woocommerce #content table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail,
.woocommerce table.cart .product-thumbnail {
    width: 100px;
}
.woocommerce-page .cart-collaterals,
.woocommerce .cart-collaterals {
    margin-top: 50px;
}
.woocommerce-page .cart-collaterals:after,
.woocommerce-page .cart-collaterals:before,
.woocommerce .cart-collaterals:after,
.woocommerce .cart-collaterals:before {
    content: " ";
    display: table;
}
.woocommerce-page .cart-collaterals:after,
.woocommerce .cart-collaterals:after {
    clear: both;
}
@media screen and (min-width: 651px) {
    .woocommerce-page .cart-collaterals .cross-sells,
    .woocommerce .cart-collaterals .cross-sells {
        float: left;
        width: 48%;
    }
    .woocommerce-page .cart-collaterals .cross-sells ul.products,
    .woocommerce .cart-collaterals .cross-sells ul.products {
        float: none;
    }
    .woocommerce-page .cart-collaterals .cross-sells ul.products li,
    .woocommerce .cart-collaterals .cross-sells ul.products li {
        width: 48%;
    }
    .woocommerce-page .cart-collaterals .cart_totals,
    .woocommerce .cart-collaterals .cart_totals {
        float: right;
        margin-top: 0;
        width: 48%;
    }
}
@media screen and (max-width: 650px) {
    .woocommerce-page .cart-collaterals .checkout-button,
    .woocommerce .cart-collaterals .checkout-button {
        padding: 0;
        font-size: 18px;
    }
}
.woocommerce-page .cart-collaterals table,
.woocommerce .cart-collaterals table {
    width: 100%;
}
.woocommerce-page .cart-collaterals table th,
.woocommerce .cart-collaterals table th {
    text-align: left;
}
.woocommerce-page .cart-collaterals table td,
.woocommerce .cart-collaterals table td {
    text-align: right;
}
.woocommerce-page .cart-collaterals .related,
.woocommerce .cart-collaterals .related {
    float: left;
    width: 30.75%;
}
.woocommerce-page .cart-collaterals .wc-proceed-to-checkout,
.woocommerce .cart-collaterals .wc-proceed-to-checkout {
    margin-top: 20px;
}
.woocommerce-page .cart-collaterals .checkout-button,
.woocommerce .cart-collaterals .checkout-button {
    width: 100%;
}
.woocommerce-page .cart-collaterals .shipping_calculator,
.woocommerce .cart-collaterals .shipping_calculator {
    float: right;
    clear: right;
    width: 48%;
}
.woocommerce-page .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:before,
.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce .cart-collaterals .shipping_calculator:before {
    content: " ";
    display: table;
}
.woocommerce-page .cart-collaterals .shipping_calculator:after,
.woocommerce .cart-collaterals .shipping_calculator:after {
    clear: both;
}
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2 {
    width: 47%;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    font-family: Futura pt, futura-pt, Futura, Trebuchet MS, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.025em;
    margin-bottom: 2em !important;
    padding: 0.8em 1em;
    position: relative;
}
.woocommerce-error:after,
.woocommerce-error:before,
.woocommerce-info:after,
.woocommerce-info:before,
.woocommerce-message:after,
.woocommerce-message:before {
    content: " ";
    display: table;
}
.woocommerce-error:after,
.woocommerce-info:after,
.woocommerce-message:after {
    clear: both;
}
.woocommerce-error :first-child,
.woocommerce-info :first-child,
.woocommerce-message :first-child {
    margin-top: 0;
    padding-top: 0;
}
.woocommerce-error :last-child,
.woocommerce-info :last-child,
.woocommerce-message :last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.nav-bar .cta .woocommerce-error a,
.nav-bar .cta .woocommerce-info a,
.nav-bar .cta .woocommerce-message a,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .woocommerce-error a,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .woocommerce-info a,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .woocommerce-message a,
.woocommerce-error .button,
.woocommerce-error .nav-bar .cta a,
.woocommerce-error .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a,
.woocommerce-info .button,
.woocommerce-info .nav-bar .cta a,
.woocommerce-info .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a,
.woocommerce-message .button,
.woocommerce-message .nav-bar .cta a,
.woocommerce-message .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a {
    display: block;
    width: 100%;
}
@media screen and (min-width: 651px) {
    .nav-bar .cta .woocommerce-error a,
    .nav-bar .cta .woocommerce-info a,
    .nav-bar .cta .woocommerce-message a,
    .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .woocommerce-error a,
    .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .woocommerce-info a,
    .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .woocommerce-message a,
    .woocommerce-error .button,
    .woocommerce-error .nav-bar .cta a,
    .woocommerce-error .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a,
    .woocommerce-info .button,
    .woocommerce-info .nav-bar .cta a,
    .woocommerce-info .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a,
    .woocommerce-message .button,
    .woocommerce-message .nav-bar .cta a,
    .woocommerce-message .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a {
        display: inline-block;
        width: auto;
    }
}
.woocommerce-error > li,
.woocommerce-info > li,
.woocommerce-message > li {
    list-style-type: none;
}
.woocommerce-info {
    background: #fff;
    border: 1px solid #b7b7b7;
    border-top-width: 5px;
    color: inherit;
}
.woocommerce-message {
    background: #fff;
    border: 1px solid #67bc00;
    border-top-width: 5px;
    color: inherit;
}
.woocommerce-error {
    background: #fff;
    border: 1px solid #c00;
    border-top-width: 5px;
    color: inherit;
}
.woocommerce-invalid {
    color: #c00;
}
.woocommerce-invalid input {
    border-color: #c00;
}
.checkout_coupon:after,
.checkout_coupon:before {
    content: " ";
    display: table;
}
.checkout_coupon:after {
    clear: both;
}
.order_details {
    margin: 0;
    padding: 0;
    list-style: none;
}
.order_details li {
    padding: 5px 0;
}
.woocommerce-thankyou-order-received {
    border: 1px solid #b7b7b7;
    padding: 15px;
}
.woocommerce-checkout .article__title,
.woocommerce-checkout h2,
.woocommerce-checkout h3,
.woocommerce-order-received .article__title,
.woocommerce-order-received h2,
.woocommerce-order-received h3,
.woocommerce-view-order .article__title,
.woocommerce-view-order h2,
.woocommerce-view-order h3 {
    margin-top: 50px;
}
@media screen and (max-width: 480px) {
    .account-orders-table th {
        display: none;
    }
    .account-orders-table td {
        display: block;
        padding: 5px;
    }
    .account-orders-table tr {
        border-bottom: 1px solid #b7b7b7;
    }
    .account-orders-table .order-number {
        font-size: 1.5em;
    }
    .account-orders-table .order-date:before,
    .account-orders-table .order-status:before,
    .account-orders-table .order-total:before {
        display: block;
        font-weight: 700;
        text-transform: uppercase;
    }
    .account-orders-table .order-date:before {
        content: "Date";
    }
    .account-orders-table .order-status:before {
        content: "Status";
    }
    .account-orders-table .order-total:before {
        content: "Total";
    }
    .account-orders-table .button,
    .account-orders-table .nav-bar .cta a,
    .account-orders-table .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a,
    .nav-bar .cta .account-orders-table a,
    .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .account-orders-table a {
        width: 100%;
    }
}
.cart-extra-cta {
    text-align: center;
    margin-top: 50px;
}
.cart-extra-cta__intro {
    font-family: Baskerville URW, baskerville-urw, Baskerville, Baskerville Old Face, Hoefler Text, Garamond, Times New Roman, serif;
    font-size: 20px;
    margin-bottom: 0.5em;
}
.single-product .entry-title {
    font-size: 26px;
}
.single-product .product_meta,
.single-product .reset_variations,
.single-product .woocommerce-product-rating {
    display: none !important;
}
.single-product div[itemprop="description"] {
    margin-bottom: 1.4em;
}
.single-product .variations td {
    display: block !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.single-product .variations .label {
    font-weight: 400 !important;
    padding-bottom: 4px;
}
.single-product .variations .value {
    padding-bottom: 1.4em;
}
.single-product .woocommerce-variation-price {
    margin-bottom: 1.4em;
}
.single-product .price {
    font-size: 26px;
}
.single-product .price .total,
.single-product .price > .from {
    font-size: 1rem;
    padding-right: 10px;
}
.single-product .price del {
    color: #666;
}
.single-product .price ins {
    text-decoration: none;
}
.single-product .single_add_to_cart_button {
    margin-top: 20px;
}
.single-product .onsale {
    border: 2px solid #333;
    color: #333;
    padding: 0.202em 0.6180469716em;
    font-size: 0.875em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1.4em;
    border-radius: 3px;
}
@media screen and (min-width: 651px) {
    .single-product .onsale {
        display: inline-block;
    }
}
@media screen and (max-width: 650px) {
    .single-product .onsale {
        display: block;
    }
}
.single-product .virtual.product-type-bundle .onsale {
    display: none !important;
}
.single-product .product:after,
.single-product .product:before {
    content: " ";
    display: table;
}
.single-product .product:after {
    clear: both;
}
.single-product .product .images .woocommerce-product-gallery__trigger {
    display: none;
}
.single-product .product .summary .woocommerce-product-details__short-description {
    margin-bottom: 20px;
}
.single-product .product .images,
.single-product .product .summary {
    margin-bottom: 50px;
}
.single-product .product .images:after,
.single-product .product .images:before,
.single-product .product .summary:after,
.single-product .product .summary:before {
    content: " ";
    display: table;
}
.single-product .product .images:after,
.single-product .product .summary:after {
    clear: both;
}
@media screen and (min-width: 651px) {
    .single-product .product .images {
        width: 66.10169%;
        float: left;
        margin-right: 1.69492%;
    }
    .single-product .product .images > * {
        display: block;
        max-width: 600px;
    }
    .single-product .product .summary {
        width: 32.20339%;
        float: right;
        margin-right: 0;
    }
}
.single-product .thumbnails {
    margin-top: 10px;
}
.single-product .thumbnails a {
    width: 32.20339%;
    float: left;
}
.single-product .thumbnails a:nth-child(3n + 1) {
    margin-right: -100%;
    clear: both;
    margin-left: 0;
}
.single-product .thumbnails a:nth-child(3n + 2) {
    margin-left: 33.89831%;
    margin-right: -100%;
    clear: none;
}
.single-product .thumbnails a:nth-child(3n + 3) {
    margin-left: 67.79661%;
    margin-right: -100%;
    clear: none;
}
.single-product .bundled_product_summary,
.single-product .bundled_product_summary.thumbnail_hidden {
    padding-left: 0;
}
.single-product .bundled_product_title,
.single-product h3.addon-name {
    text-transform: none;
    font-size: 18px;
}
.single-product .bundled_product_title_link {
    display: none;
}
.single-product .bundled_product_excerpt {
    margin-bottom: 1em;
}
.single-product .bundled_product_images {
    display: none;
}
.single-product .bundled_product_summary .details {
    float: none;
}
.single-product .bundle_wrap .quantity {
    float: none !important;
}
.single-product .bundle_wrap .bundle_price {
    margin-bottom: 1.4em !important;
}
.single-product .bundled_product_summary span.price {
    font-size: 14px;
}
.single-product .bundle_error .woocommerce-info ul {
    padding-left: 0;
}
.single-product .bundled_product .woocommerce-variation-price {
    display: none;
}
tr.recurring-totals {
    border-top: 1px solid #b7b7b7;
}
tr.recurring-totals > th {
    font-size: 1.4em !important;
}
.woocommerce-billing-fields:after,
.woocommerce-billing-fields:before,
.woocommerce-shipping-fields:after,
.woocommerce-shipping-fields:before {
    content: " ";
    display: table;
}
.woocommerce-billing-fields:after,
.woocommerce-shipping-fields:after {
    clear: both;
}
.woocommerce-checkout #shipping_addresses .ship_address {
    float: none;
    margin: 20px 0 0;
    width: 100%;
}
.woocommerce-checkout #payment {
    margin-top: 20px;
}
.woocommerce-checkout .wc-saved-payment-methods {
    list-style-type: none;
    padding-left: 0;
}
.woocommerce-checkout .wc_payment_methods > li > input[type="radio"] {
    display: none;
}
.woocommerce-checkout .wc_payment_methods > li,
.woocommerce-checkout .wc_payment_methods > li p {
    font-size: 13px;
}
.woocommerce-checkout .wc_payment_methods > li > label {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1em;
}
.woocommerce-checkout .wc_payment_methods > li > label:after,
.woocommerce-checkout .wc_payment_methods > li > label:before {
    content: " ";
    display: table;
}
.woocommerce-checkout .wc_payment_methods > li > label:after {
    clear: both;
}
.woocommerce-checkout .wc_payment_methods > li > label img {
    float: right;
}
.woocommerce-checkout .wc_payment_methods > li.payment_method_paypal > label img {
    max-width: 120px;
}
.woocommerce-checkout #ship-to-different-address {
    background: #efefef;
    padding: 5px 8px;
}
.woocommerce-checkout #ship-to-different-address > label {
    font-size: 18px;
}
.woocommerce-checkout #ship-to-different-address > input {
    float: left;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 4px;
}
.woocommerce-checkout #place_order {
    display: block;
    width: 100%;
}
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #wc_checkout_add_ons,
.woocommerce-checkout .woocommerce-billing-fields > h3 {
    margin-top: 0;
    padding-top: 30px;
}
@media screen and (min-width: 651px) {
    .woocommerce-checkout #customer_details {
        float: left;
        width: 40%;
    }
    .woocommerce-checkout #order_review,
    .woocommerce-checkout #order_review_heading,
    .woocommerce-checkout #wc_checkout_add_ons {
        float: right;
        width: 56%;
    }
}
.checkout-shipto-gift-notice {
    background: #eac404;
    color: #333;
    font-family: Futura pt, futura-pt, Futura, Trebuchet MS, Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 30px;
    padding: 16px 20px;
}
.woocommerce-page .address-block {
    display: block;
    width: 100%;
}
@media screen and (min-width: 651px) {
    .woocommerce-page .address-block {
        width: 32.20339%;
        float: left;
        margin-right: 1.69492%;
    }
}
.woocommerce-page .address-container .buttons {
    text-align: left;
}
.nav-bar .cta .woocommerce-page .address-container a,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .woocommerce-page .address-container a,
.woocommerce-page .address-container .button,
.woocommerce-page .address-container .nav-bar .cta a,
.woocommerce-page .address-container .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a {
    width: auto;
}
.woocommerce-page #address_form .form-row {
    margin: 2em 0;
}
.woocommerce-page #address_form .form-row:after,
.woocommerce-page #address_form .form-row:before {
    content: " ";
    display: table;
}
.woocommerce-page #address_form .form-row:after {
    clear: both;
}
.woocommerce-page .shop_table .multi_shipping > td:first-child {
    text-align: left;
}
.woocommerce-page .shop_table .multi_shipping dd {
    margin-left: 0;
}
.woocommerce-page .shop_table .multi_shipping .gift-form,
.woocommerce-page .shop_table .multi_shipping .note-form {
    margin-bottom: 1em;
}
@media screen and (min-width: 651px) {
    .woocommerce-account .the-content .woocommerce-MyAccount-navigation {
        width: 15.25424%;
        float: left;
        margin-right: 1.69492%;
    }
    .woocommerce-account .the-content .woocommerce-MyAccount-content {
        width: 74.57627%;
        float: right;
        margin-right: 0;
        margin-left: 8.47458%;
    }
}
@media screen and (max-width: 650px) {
    .woocommerce-account .the-content .woocommerce-MyAccount-navigation {
        border-bottom: 1px solid #b7b7b7;
        padding-bottom: 2em;
        margin-bottom: 3em;
    }
}
.woocommerce-account .the-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.woocommerce-account .the-content ul li a {
    color: #000;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
@media screen and (max-width: 650px) {
    .woocommerce-account .the-content ul li {
        display: inline-block;
        margin: 4px 8px;
    }
}
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout {
    padding-top: 20px;
}
.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}
.woocommerce-Addresses,
.woocommerce-MyAccount-content address {
    font-family: Futura pt, futura-pt, Futura, Trebuchet MS, Arial, sans-serif;
    font-size: 14px;
}
.woocommerce-Addresses .woocommerce-Address,
.woocommerce-MyAccount-content address .woocommerce-Address {
    margin-bottom: 2em;
}
.woocommerce-MyAccount-content .shop_table + .article__title,
.woocommerce-MyAccount-content .shop_table + h2,
.woocommerce-MyAccount-content .shop_table + header {
    margin-top: 2em;
}
.gform_wrapper .validation_error {
    font-family: Futura pt, futura-pt, Futura, Trebuchet MS, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.025em;
    margin-bottom: 2em !important;
    padding: 0.8em 1em;
    position: relative;
    background: #fff;
    border: 1px solid #c00;
    border-top-width: 5px;
    color: inherit;
}
.gform_wrapper .validation_error:after,
.gform_wrapper .validation_error:before {
    content: " ";
    display: table;
}
.gform_wrapper .validation_error:after {
    clear: both;
}
.gform_wrapper .validation_error :first-child {
    margin-top: 0;
    padding-top: 0;
}
.gform_wrapper .validation_error :last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.gform_wrapper .validation_error .button,
.gform_wrapper .validation_error .nav-bar .cta a,
.gform_wrapper .validation_error .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a,
.nav-bar .cta .gform_wrapper .validation_error a,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .gform_wrapper .validation_error a {
    display: block;
    width: 100%;
}
@media screen and (min-width: 651px) {
    .gform_wrapper .validation_error .button,
    .gform_wrapper .validation_error .nav-bar .cta a,
    .gform_wrapper .validation_error .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a,
    .nav-bar .cta .gform_wrapper .validation_error a,
    .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .gform_wrapper .validation_error a {
        display: inline-block;
        width: auto;
    }
}
.gform_wrapper .validation_error > li {
    list-style-type: none;
}
.gform_wrapper .gfield_checkbox,
.gform_wrapper .gform_fields {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.gform_wrapper .gfield {
    margin-bottom: 1em;
}
.gform_wrapper .gfield_required {
    color: #c00;
}
.gform_wrapper .gfield_error .validation_message {
    color: #c00;
    font-size: 12px;
}
.gform_wrapper .gform_hidden,
.gform_wrapper .hidden-labels_wrapper .gfield_label {
    display: none;
}
.gform_confirmation_message {
    font-family: Futura pt, futura-pt, Futura, Trebuchet MS, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.025em;
    margin-bottom: 2em !important;
    padding: 0.8em 1em;
    position: relative;
    background: #fff;
    border: 1px solid #67bc00;
    border-top-width: 5px;
    color: inherit;
}
.gform_confirmation_message:after,
.gform_confirmation_message:before {
    content: " ";
    display: table;
}
.gform_confirmation_message:after {
    clear: both;
}
.gform_confirmation_message :first-child {
    margin-top: 0;
    padding-top: 0;
}
.gform_confirmation_message :last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.gform_confirmation_message .button,
.gform_confirmation_message .nav-bar .cta a,
.gform_confirmation_message .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a,
.nav-bar .cta .gform_confirmation_message a,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .gform_confirmation_message a {
    display: block;
    width: 100%;
}
@media screen and (min-width: 651px) {
    .gform_confirmation_message .button,
    .gform_confirmation_message .nav-bar .cta a,
    .gform_confirmation_message .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a,
    .nav-bar .cta .gform_confirmation_message a,
    .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .gform_confirmation_message a {
        display: inline-block;
        width: auto;
    }
}
.gform_confirmation_message > li {
    list-style-type: none;
}
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
    font-family: Futura pt, futura-pt, Futura, Trebuchet MS, Arial, sans-serif;
    display: block;
    box-sizing: border-box;
    border: 1px solid #848484;
    padding: 13px;
    width: 100%;
    height: 44px;
    font-size: 14px;
    outline: none;
    background-color: transparent;
    text-transform: none;
    border-radius: 5px;
}
[type="date"]:disabled,
[type="date"][disabled],
[type="datetime-local"]:disabled,
[type="datetime-local"][disabled],
[type="datetime"]:disabled,
[type="datetime"][disabled],
[type="email"]:disabled,
[type="email"][disabled],
[type="month"]:disabled,
[type="month"][disabled],
[type="number"]:disabled,
[type="number"][disabled],
[type="password"]:disabled,
[type="password"][disabled],
[type="search"]:disabled,
[type="search"][disabled],
[type="tel"]:disabled,
[type="tel"][disabled],
[type="text"]:disabled,
[type="text"][disabled],
[type="time"]:disabled,
[type="time"][disabled],
[type="url"]:disabled,
[type="url"][disabled],
[type="week"]:disabled,
[type="week"][disabled],
select:disabled,
select[disabled],
textarea:disabled,
textarea[disabled] {
    cursor: not-allowed;
    background-color: #eee;
}
label {
    text-transform: uppercase;
    font-family: Futura pt, futura-pt, Futura, Trebuchet MS, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
}
select {
    padding-top: 0;
    padding-bottom: 0;
}
select[multiple],
select[size],
textarea {
    height: auto;
}
textarea {
    overflow: auto;
    width: 100%;
    min-height: 48px;
    resize: vertical;
}
legend {
    font-weight: 700;
}
.search-form {
    min-width: 150px;
}
.search-form:after,
.search-form:before {
    content: " ";
    display: table;
}
.search-form:after {
    clear: both;
}
.search-form .search-text {
    display: block;
    float: left;
    margin-right: -40px;
    padding-right: 40px;
    width: 100%;
    min-width: 150px;
}
.search-form .search-field {
    box-sizing: border-box;
    border: 1px solid #b7b7b7;
    border-radius: 0;
    height: 40px;
    color: #333;
    font-size: 12px;
    background-color: #fff;
}
.search-form .search-submit {
    padding: 0;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}
.search-form .search-submit:hover {
    background-color: #333;
}
.form-row {
    margin-top: 0;
}
@media screen and (min-width: 481px) {
    .form-row-first {
        width: 49.15254%;
        float: left;
        margin-right: 1.69492%;
    }
    .form-row-last {
        width: 49.15254%;
        float: right;
        margin-right: 0;
    }
}
.list--features {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list--features > li {
    padding: 5px 0 5px 1.3em;
}
.list--features > li:before {
    content: "";
    display: inline-block;
    font-weight: 400;
    line-height: 1;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: -1.3em;
    width: 1.3em;
}
.list--piped {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list--piped > li,
.list--piped li {
    display: inline-block;
}
.list--piped li {
    padding: 0 5px;
    list-style: none;
}
.list--piped li + li {
    border-left: 1px solid #b7b7b7;
}
.overlay-image {
    z-index: 1;
    max-height: 75vh;
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 40%;
    width: 100%;
    height: 0;
}
.overlay-image > * {
    position: absolute;
}
.overlay-image img {
    position: absolute;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
    margin: auto;
}
.image-flood {
    z-index: 6;
    pointer-events: none;
    opacity: 0.68;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.site__content img,
.the-content img {
    max-width: 100%;
    height: auto;
}
.image-bleed {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50vw);
    -ms-transform: translateX(-50vw);
    transform: translateX(-50vw);
    height: auto;
    text-align: center;
    margin: 40px 0;
}
.image-bleed img {
    margin: auto;
    max-width: 1300px;
    width: 100%;
    height: auto;
}
.page-hero {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.page-hero:after {
    content: " ";
    display: block;
    clear: both;
}
.page-hero .page-hero__media,
.page-hero .page-hero__takeover {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 54.6875%;
    width: 100%;
    height: 0;
}
.page-hero .page-hero__media > *,
.page-hero .page-hero__takeover > * {
    position: absolute;
}
@media screen and (min-width: 651px) {
    .page-hero .page-hero__media,
    .page-hero .page-hero__takeover {
        position: relative;
        display: block;
        overflow: hidden;
        padding-bottom: 40.90909%;
        width: 100%;
        height: 0;
    }
    .page-hero .page-hero__media > *,
    .page-hero .page-hero__takeover > * {
        position: absolute;
    }
}
.page-hero .page-hero__media img,
.page-hero .page-hero__takeover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.page-hero .page-hero__media.object-fit__fallback,
.page-hero .page-hero__takeover.object-fit__fallback {
    background-size: cover !important;
    background-position: 50% 50% !important;
}
.page-hero .page-hero__media.object-fit__fallback img,
.page-hero .page-hero__takeover.object-fit__fallback img {
    display: none !important;
}
.page-hero .page-hero__media iframe,
.page-hero .page-hero__takeover iframe {
    position: absolute;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
    margin: auto;
}
.page-hero .page-hero__media--video {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 56.25%;
    width: 100%;
    height: 0;
}
.page-hero .page-hero__media--video > * {
    position: absolute;
}
.l-contain.hero__caption {
    padding-top: 40px;
    padding-bottom: 0;
}
.l-contain.hero__caption .figure-caption {
    padding: 0;
    margin-bottom: 0;
}
[type="submit"],
button {
    border: 0;
    font-size: inherit;
    outline: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.button,
.nav-bar .cta a,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a {
    font-family: Futura pt, futura-pt, Futura, Trebuchet MS, Arial, sans-serif;
    display: inline-block;
    border: 2px solid #666;
    border-radius: 0;
    padding: 0 2em;
    height: 65px;
    color: #666;
    font-size: 23px;
    font-weight: 400;
    line-height: 61px;
    cursor: pointer;
    -webkit-transition: background-color 0.1s linear, border-color 0.1s linear, color 0.1s linear;
    transition: background-color 0.1s linear, border-color 0.1s linear, color 0.1s linear;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    font-smoothing: antialiased;
    white-space: nowrap;
    max-width: 100%;
}
.button.button--primary,
.nav-bar .cta .paging-navigation a,
.nav-bar .cta .single-product a.single_add_to_cart_button,
.nav-bar .cta .woocommerce-page .cart-collaterals a.checkout-button,
.nav-bar .cta .woocommerce-page .place-order a,
.nav-bar .cta .woocommerce .cart-collaterals a.checkout-button,
.nav-bar .cta .woocommerce .place-order a,
.nav-bar .cta a.button--primary,
.paging-navigation .button.current,
.paging-navigation .nav-bar .cta a,
.paging-navigation .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a,
.paging-navigation a.button,
.single-product .button.single_add_to_cart_button,
.single-product .nav-bar .cta a.single_add_to_cart_button,
.single-product .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a.single_add_to_cart_button,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .paging-navigation a,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .single-product a.single_add_to_cart_button,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .woocommerce-page .cart-collaterals a.checkout-button,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .woocommerce-page .place-order a,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .woocommerce .cart-collaterals a.checkout-button,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .woocommerce .place-order a,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a.button--primary,
.woocommerce-page #address_form .form-row input.button[type="submit"],
.woocommerce-page .cart-collaterals .button.checkout-button,
.woocommerce-page .cart-collaterals .nav-bar .cta a.checkout-button,
.woocommerce-page .cart-collaterals .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a.checkout-button,
.woocommerce-page .place-order .button,
.woocommerce-page .place-order .nav-bar .cta a,
.woocommerce-page .place-order .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a,
.woocommerce .cart-collaterals .button.checkout-button,
.woocommerce .cart-collaterals .nav-bar .cta a.checkout-button,
.woocommerce .cart-collaterals .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a.checkout-button,
.woocommerce .place-order .button,
.woocommerce .place-order .nav-bar .cta a,
.woocommerce .place-order .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a {
    border-color: #1c1105;
    background-color: #1c1105;
    color: #fff;
}
.button.button--inverted,
.nav-bar .cta a.button--inverted,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a.button--inverted {
    border-color: #fff;
    color: #fff;
}
.button.button--inverted:active,
.button.button--inverted:hover,
.nav-bar .cta a.button--inverted:active,
.nav-bar .cta a.button--inverted:hover,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a.button--inverted:active,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a.button--inverted:hover {
    background-color: #fff;
    color: #333;
}
.button.button--block,
.nav-bar .cta .single-product a.single_add_to_cart_button,
.nav-bar .cta a.button--block,
.single-product .button.single_add_to_cart_button,
.single-product .nav-bar .cta a.single_add_to_cart_button,
.single-product .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a.single_add_to_cart_button,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .single-product a.single_add_to_cart_button,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a.button--block {
    display: block;
    width: 100%;
    max-width: 100%;
}
.button.button--block + .button--block,
.nav-bar .cta .single-product a.button--block + .single_add_to_cart_button,
.nav-bar .cta .single-product a.single_add_to_cart_button + .button--block,
.nav-bar .cta .single-product a.single_add_to_cart_button + .single_add_to_cart_button,
.nav-bar .cta a.button--block + .button--block,
.single-product .button.button--block + .single_add_to_cart_button,
.single-product .button.single_add_to_cart_button + .button--block,
.single-product .button.single_add_to_cart_button + .single_add_to_cart_button,
.single-product .nav-bar .cta a.button--block + .single_add_to_cart_button,
.single-product .nav-bar .cta a.single_add_to_cart_button + .button--block,
.single-product .nav-bar .cta a.single_add_to_cart_button + .single_add_to_cart_button,
.single-product .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a.button--block + .single_add_to_cart_button,
.single-product .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a.single_add_to_cart_button + .button--block,
.single-product .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a.single_add_to_cart_button + .single_add_to_cart_button,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .single-product a.button--block + .single_add_to_cart_button,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .single-product a.single_add_to_cart_button + .button--block,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .single-product a.single_add_to_cart_button + .single_add_to_cart_button,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a.button--block + .button--block {
    margin-top: 15px;
}
@media screen and (min-width: 481px) {
    .button.button--large,
    .nav-bar .cta a.button--large,
    .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a.button--large {
        height: 80px;
        padding: 0 3em;
        line-height: 76px;
    }
}
.button.button--small,
.checkout_coupon .button,
.checkout_coupon .nav-bar .cta a,
.checkout_coupon .nav-bar .cta a.button,
.checkout_coupon .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a,
.gform_confirmation_message .button,
.gform_confirmation_message .nav-bar .cta a,
.gform_confirmation_message .nav-bar .cta a.button,
.gform_confirmation_message .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a,
.gform_wrapper .validation_error .button,
.gform_wrapper .validation_error .nav-bar .cta a,
.gform_wrapper .validation_error .nav-bar .cta a.button,
.gform_wrapper .validation_error .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a,
.nav-bar .cta .checkout_coupon a,
.nav-bar .cta .checkout_coupon a.button,
.nav-bar .cta .gform_confirmation_message a,
.nav-bar .cta .gform_confirmation_message a.button,
.nav-bar .cta .gform_wrapper .validation_error a,
.nav-bar .cta .gform_wrapper .validation_error a.button,
.nav-bar .cta .notice a,
.nav-bar .cta .notice a.button,
.nav-bar .cta .woocommerce #content table.cart td.actions a,
.nav-bar .cta .woocommerce #content table.cart td.actions a.button,
.nav-bar .cta .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a,
.nav-bar .cta .woocommerce-error a,
.nav-bar .cta .woocommerce-error a.button,
.nav-bar .cta .woocommerce-info a,
.nav-bar .cta .woocommerce-info a.button,
.nav-bar .cta .woocommerce-message a,
.nav-bar .cta .woocommerce-message a.button,
.nav-bar .cta .woocommerce-page #content table.cart td.actions a,
.nav-bar .cta .woocommerce-page #content table.cart td.actions a.button,
.nav-bar .cta .woocommerce-page .address-container a,
.nav-bar .cta .woocommerce-page .address-container a.button,
.nav-bar .cta .woocommerce-page table.cart td.actions a,
.nav-bar .cta .woocommerce-page table.cart td.actions a.button,
.nav-bar .cta .woocommerce-page table.shop_table a,
.nav-bar .cta .woocommerce-page table.shop_table a.button,
.nav-bar .cta .woocommerce table.cart td.actions a,
.nav-bar .cta .woocommerce table.cart td.actions a.button,
.nav-bar .cta .woocommerce table.shop_table a,
.nav-bar .cta .woocommerce table.shop_table a.button,
.nav-bar .cta a.button--small,
.notice .button,
.notice .nav-bar .cta a,
.notice .nav-bar .cta a.button,
.notice .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a,
.woocommerce #content table.cart td.actions .button,
.woocommerce #content table.cart td.actions .nav-bar .cta a,
.woocommerce #content table.cart td.actions .nav-bar .cta a.button,
.woocommerce #content table.cart td.actions .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .checkout_coupon a,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .gform_confirmation_message a,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .gform_wrapper .validation_error a,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .nav-bar .cta a,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .notice a,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .woocommerce #content table.cart td.actions a,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .woocommerce-error a,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .woocommerce-info a,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .woocommerce-message a,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .woocommerce-page #content table.cart td.actions a,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .woocommerce-page .address-container a,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .woocommerce-page table.cart td.actions a,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .woocommerce-page table.shop_table a,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .woocommerce table.cart td.actions a,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .woocommerce table.shop_table a,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a,
.woocommerce-error .button,
.woocommerce-error .nav-bar .cta a,
.woocommerce-error .nav-bar .cta a.button,
.woocommerce-error .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a,
.woocommerce-info .button,
.woocommerce-info .nav-bar .cta a,
.woocommerce-info .nav-bar .cta a.button,
.woocommerce-info .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a,
.woocommerce-message .button,
.woocommerce-message .nav-bar .cta a,
.woocommerce-message .nav-bar .cta a.button,
.woocommerce-message .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a,
.woocommerce-page #address_form .form-row input.button[type="submit"],
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .nav-bar .cta a,
.woocommerce-page #content table.cart td.actions .nav-bar .cta a.button,
.woocommerce-page #content table.cart td.actions .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a,
.woocommerce-page .address-container .button,
.woocommerce-page .address-container .nav-bar .cta a,
.woocommerce-page .address-container .nav-bar .cta a.button,
.woocommerce-page .address-container .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a,
.woocommerce-page table.cart td.actions .button,
.woocommerce-page table.cart td.actions .nav-bar .cta a,
.woocommerce-page table.cart td.actions .nav-bar .cta a.button,
.woocommerce-page table.cart td.actions .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a,
.woocommerce-page table.shop_table .button,
.woocommerce-page table.shop_table .nav-bar .cta a,
.woocommerce-page table.shop_table .nav-bar .cta a.button,
.woocommerce-page table.shop_table .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a,
.woocommerce table.cart td.actions .button,
.woocommerce table.cart td.actions .nav-bar .cta a,
.woocommerce table.cart td.actions .nav-bar .cta a.button,
.woocommerce table.cart td.actions .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a,
.woocommerce table.shop_table .button,
.woocommerce table.shop_table .nav-bar .cta a,
.woocommerce table.shop_table .nav-bar .cta a.button,
.woocommerce table.shop_table .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a {
    height: 44px;
    line-height: 40px;
    font-size: 16px;
}
.button:focus,
.button:hover,
.nav-bar .cta a:focus,
.nav-bar .cta a:hover,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a:focus,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    outline: none;
    background-color: transparent;
    text-decoration: none;
}
.button:active,
.nav-bar .cta a:active,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a:active {
    top: 1px;
}
.button.button--disabled,
.button.disabled,
.button:disabled,
.nav-bar .cta a.button--disabled,
.nav-bar .cta a.disabled,
.nav-bar .cta a:disabled,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a.button--disabled,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a.disabled,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.button.button--disabled:hover,
.button.disabled:hover,
.button:disabled:hover,
.nav-bar .cta a.button--disabled:hover,
.nav-bar .cta a.disabled:hover,
.nav-bar .cta a:disabled:hover,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a.button--disabled:hover,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a.disabled:hover,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a:disabled:hover {
    background: #333;
    border-color: #333;
}
.notice {
    font-family: Futura pt, futura-pt, Futura, Trebuchet MS, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.025em;
    margin-bottom: 2em !important;
    padding: 0.8em 1em;
    position: relative;
}
.notice:after,
.notice:before {
    content: " ";
    display: table;
}
.notice:after {
    clear: both;
}
.notice :first-child {
    margin-top: 0;
    padding-top: 0;
}
.notice :last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.nav-bar .cta .notice a,
.notice .button,
.notice .nav-bar .cta a,
.notice .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a,
.woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .notice a {
    display: block;
    width: 100%;
}
@media screen and (min-width: 651px) {
    .nav-bar .cta .notice a,
    .notice .button,
    .notice .nav-bar .cta a,
    .notice .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout a,
    .woocommerce-account .the-content ul .woocommerce-MyAccount-navigation-link--customer-logout .notice a {
        display: inline-block;
        width: auto;
    }
}
.notice > li {
    list-style-type: none;
}
.notice--info {
    background: #fff;
    border: 1px solid #b7b7b7;
    border-top-width: 5px;
    color: inherit;
}
.notice--success {
    background: #fff;
    border: 1px solid #67bc00;
    border-top-width: 5px;
    color: inherit;
}
.notice--danger {
    background: #fff;
    border: 1px solid #c00;
    border-top-width: 5px;
    color: inherit;
}
.hit-target {
    padding-right: 11px;
    padding-left: 11px;
    min-width: 44px;
    min-height: 44px;
    line-height: 44px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
}
.hit-target:after {
    content: "";
}
.hit-target:after,
.is-open > .hit-target:after {
    display: inline-block;
    font-weight: 400;
    line-height: 1;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.is-open > .hit-target:after {
    content: "";
}
@media screen and (min-width: 801px) {
    .hit-target {
        padding-left: 0;
        min-width: 0;
        max-width: none;
    }
}
.nav-toggle {
    display: block;
    padding-right: 11px;
    padding-left: 11px;
    min-width: 44px;
    min-height: 44px;
    line-height: 44px;
    z-index: 9;
    width: 60px;
    color: inherit;
}
.nav-toggle i {
    font-size: 32px;
    vertical-align: middle;
}
@media screen and (min-width: 801px) {
    .site__nav-toggle {
        display: none;
    }
}
.site__navigation {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 9;
}
.site__navigation .menu > li {
    border-bottom: 1px solid #fff;
}
@media screen and (max-width: 800px) {
    .site__navigation .nav-bar {
        position: relative;
        z-index: 5;
    }
    .site__navigation:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        opacity: 0.9;
    }
}
@media screen and (min-width: 801px) {
    .site__navigation {
        position: static;
    }
    .site__navigation .menu > li {
        border-bottom: 0;
    }
}
.nav-bar {
    clear: both;
    font-family: Futura pt, futura-pt, Futura, Trebuchet MS, Arial, sans-serif;
}
.nav-bar .cta a {
    display: block;
}
.nav-bar ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}
.nav-bar ul li {
    text-align: center;
    position: relative;
    display: block;
    color: #000;
}
@media screen and (min-width: 801px) {
    .nav-bar ul li {
        text-align: left;
    }
}
.nav-bar a {
    display: block;
    padding-right: 11px;
    padding-left: 11px;
    min-width: 44px;
    min-height: 44px;
    line-height: 44px;
    font-size: 16px;
    text-transform: uppercase;
    color: inherit;
}
@media screen and (min-width: 801px) {
    .nav-bar li.menu-item-has-children a {
        padding-right: 33px;
    }
}
@media screen and (min-width: 801px) {
    .nav-bar > ul > li {
        display: inline-block;
        vertical-align: middle;
    }
}
.nav-bar ul ul {
    z-index: 9;
    display: block;
    width: auto;
    min-width: 350px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
}
@media screen and (min-width: 801px) {
    .nav-bar ul ul {
        position: absolute;
        top: 100%;
        right: 0;
        display: none;
        white-space: nowrap;
    }
    .nav-bar ul ul ul {
        top: 0;
        left: 100%;
    }
    .nav-bar ul ul a {
        display: block;
    }
}
.nav-bar ul ul li {
    text-align: center;
    display: block;
    border-bottom: 1px solid #b7b7b7;
}
.nav-bar li.active > ul,
.nav-bar li:hover > ul {
    display: block;
}
@media screen and (min-width: 801px) {
    .nav-bar li:hover > ul {
        display: block !important;
    }
    .nav-bar li.mega-menu > ul {
        display: block;
        min-width: 250px;
    }
    .nav-bar li.mega-menu > ul:after,
    .nav-bar li.mega-menu > ul:before {
        content: " ";
        display: table;
    }
    .nav-bar li.mega-menu > ul:after {
        clear: both;
    }
    .nav-bar li.mega-menu > ul .hit-target {
        display: none;
    }
    .nav-bar li.mega-menu > ul > li {
        display: table-cell;
        min-width: 250px;
    }
    .nav-bar li.mega-menu > ul > li > a {
        color: #000;
        font-weight: 700;
    }
    .nav-bar li.mega-menu > ul > li ul {
        position: static;
        display: block !important;
        box-shadow: none;
    }
}
.navigation--footer {
    width: 50%;
    float: left;
    padding: 0 12px;
}
.navigation--footer,
.navigation--footer li,
.navigation--footer p {
    font-size: 14px;
}
.navigation--footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.navigation--footer li {
    display: block;
    line-height: inherit;
}
.navigation--footer a {
    line-height: 44px;
    display: inline-block;
}
.navigation--footer.navigation-left {
    text-align: right;
    border-right: 3px solid currentColor;
}
.navigation--footer.navigation-right {
    text-align: left;
    border-left: 3px solid currentColor;
    margin-left: -3px;
}
@media screen and (min-width: 651px) {
    .navigation--footer a {
        line-height: 22px;
    }
}
.navigation--social {
    font-size: 18px;
}
.navigation--social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.navigation--social ul li {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    color: #fff;
    font-size: 21px;
    background-color: #ccc;
    width: 30px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.navigation--social a {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 30px;
    width: 1.28em;
    overflow: hidden;
    white-space: nowrap;
}
.elevate--1 {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.13), 0 0 1px rgba(0, 0, 0, 0.24);
}
.plunge--1 {
    box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.13), inset 0 0 1px rgba(0, 0, 0, 0.24);
}
.elevate--2 {
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.17), 0 3px 4px rgba(0, 0, 0, 0.23);
}
.plunge--2 {
    box-shadow: inset 0 5px 12px rgba(0, 0, 0, 0.17), inset 0 3px 4px rgba(0, 0, 0, 0.23);
}
.elevate--3 {
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.21), 0 6px 7px rgba(0, 0, 0, 0.22);
}
.plunge--3 {
    box-shadow: inset 0 9px 18px rgba(0, 0, 0, 0.21), inset 0 6px 7px rgba(0, 0, 0, 0.22);
}
.elevate--4 {
    box-shadow: 0 13px 24px rgba(0, 0, 0, 0.25), 0 9px 10px rgba(0, 0, 0, 0.21);
}
.plunge--4 {
    box-shadow: inset 0 13px 24px rgba(0, 0, 0, 0.25), inset 0 9px 10px rgba(0, 0, 0, 0.21);
}
.elevate--5 {
    box-shadow: 0 17px 30px rgba(0, 0, 0, 0.29), 0 12px 13px rgba(0, 0, 0, 0.2);
}
.plunge--5 {
    box-shadow: inset 0 17px 30px rgba(0, 0, 0, 0.29), inset 0 12px 13px rgba(0, 0, 0, 0.2);
}
.elevate--6 {
    box-shadow: 0 21px 36px rgba(0, 0, 0, 0.33), 0 15px 16px rgba(0, 0, 0, 0.19);
}
.plunge--6 {
    box-shadow: inset 0 21px 36px rgba(0, 0, 0, 0.33), inset 0 15px 16px rgba(0, 0, 0, 0.19);
}
.paging-navigation {
    margin-top: 60px;
    text-align: center;
    font-family: Futura pt, futura-pt, Futura, Trebuchet MS, Arial, sans-serif;
}
@media screen and (max-width: 650px) {
    .paging-navigation .nav-links {
        display: block;
    }
    .paging-navigation .nav-next,
    .paging-navigation .nav-previous,
    .paging-navigation ul {
        display: block;
        width: 100%;
    }
    .paging-navigation .nav-next a,
    .paging-navigation .nav-previous a {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 10px;
        width: 100%;
        text-align: center;
    }
    .paging-navigation ul {
        display: table;
    }
    .paging-navigation ul li {
        display: table-cell;
    }
    .paging-navigation ul li .current,
    .paging-navigation ul li a {
        display: inline-block;
        width: 100%;
    }
    .paging-navigation .current,
    .paging-navigation .nav-next a,
    .paging-navigation .nav-previous a,
    .paging-navigation a {
        padding: 10px;
    }
}
.paging-navigation .nav-links {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.paging-navigation .nav-next,
.paging-navigation .nav-previous,
.paging-navigation ul {
    display: table-cell;
}
.paging-navigation ul {
    margin: 0;
    padding: 0;
    width: 50%;
}
.paging-navigation .nav-next,
.paging-navigation .nav-previous {
    width: 10%;
    font-size: 0;
}
.paging-navigation .nav-next .fa,
.paging-navigation .nav-previous .fa {
    font-size: 20px;
}
@media screen and (min-width: 651px) {
    .paging-navigation .nav-next,
    .paging-navigation .nav-previous {
        width: 25%;
        font-size: 20px;
    }
}
.paging-navigation .nav-previous {
    text-align: left;
}
.paging-navigation .nav-next {
    text-align: right;
}
.paging-navigation ul li {
    display: inline-block;
}
.paging-navigation .current,
.paging-navigation .nav-next a,
.paging-navigation .nav-previous a,
.paging-navigation a {
    padding: 0 10px;
    text-transform: uppercase;
}
.paging-navigation .current {
    border-bottom: 4px solid #2a71c8;
    cursor: default;
}
.slick-slider {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 54.6875%;
    width: 100%;
    height: 0;
}
.slick-slider:after,
.slick-slider:before {
    content: " ";
    display: table;
}
.slick-slider:after {
    clear: both;
}
.slick-slider > * {
    position: absolute;
}
@media screen and (min-width: 651px) {
    .slick-slider {
        position: relative;
        display: block;
        overflow: hidden;
        padding-bottom: 40.90909%;
        width: 100%;
        height: 0;
    }
    .slick-slider > * {
        position: absolute;
    }
}
.slick-slider .slick-list,
.slick-slider .slick-track,
.slick-slider .slide {
    height: 100%;
}
.slick-slider .slick-list {
    width: 100%;
}
.slick-slider .slide {
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.slide-content--wrapper {
    height: 100%;
    position: relative;
}
.slide-content {
    color: #fff;
    padding: 20px 50px;
    height: 100%;
}
.slide-content a:hover {
    color: inherit;
}
.slide-content .article__title,
.slide-content h2 {
    font-size: 1em;
    color: inherit;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (min-width: 651px) {
    .slide-content {
        height: auto;
        padding: 60px 30px;
        background-color: transparent;
        color: #fff;
        float: left;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: auto;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    }
    .slide-content .article__title,
    .slide-content h2 {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .slide-content .article__title,
    .slide-content .slide__cta,
    .slide-content h2 {
        z-index: 2;
    }
}
.slide-content {
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
@media screen and (min-width: 651px) {
    .slide__curtain {
        background-color: #fff;
        position: absolute;
        top: 40px;
        bottom: 40px;
        left: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: background 0.3s ease-out;
        transition: background 0.3s ease-out;
        z-index: 1;
    }
    .has_cta .slide__curtain {
        bottom: 0;
    }
}
@media screen and (min-width: 651px) {
    .slide:hover .slide-content {
        color: #000;
    }
    .slide:hover .slide__curtain {
        opacity: 1;
    }
    .slide:hover .slide__cta {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.slide__cta,
.slide__title {
    color: inherit;
    display: block;
    text-align: center;
    font-weight: 100;
}
.slide__cta {
    font-size: 1.2em;
}
@media screen and (min-width: 651px) {
    .slide__cta {
        font-size: 24px;
        margin-top: 10px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        top: 100%;
        width: 100%;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
        transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
        transition: opacity 0.3s ease-out, transform 0.3s ease-out;
        transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    }
}
.slide__title {
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 100;
}
@media screen and (min-width: 651px) and (max-width: 950px) {
    .slide__title {
        font-size: 50px;
    }
}
@media screen and (min-width: 951px) {
    .slide__title {
        font-size: 72px;
    }
}
.slick-arrow {
    display: block !important;
    position: absolute;
    top: 50%;
    border: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 20px;
    color: transparent;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    opacity: 1;
    outline: none;
    background: transparent;
    z-index: 5;
}
.slick-arrow.slick-disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0;
}
.slick-arrow:before {
    content: "";
    display: block;
    width: 0;
    margin: auto;
    border: 5px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
}
.slick-arrow:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-color: #fff;
}
.slick-next {
    right: 0;
}
.slick-next:before {
    border-left-color: #aaa;
    border-right: 0;
}
.slick-prev {
    left: 0;
}
.slick-prev:before {
    border-right-color: #aaa;
    border-left: 0;
}
.slick-slide:focus {
    outline: none;
    box-shadow: none;
}
.detail-group .detail-group__list,
.detail-tabs .detail-group__list {
    display: inline-block;
}
.detail-group .detail,
.detail-group .detail__content,
.detail-group .detail__summary,
.detail-tabs .detail,
.detail-tabs .detail__content,
.detail-tabs .detail__summary {
    display: none;
}
.detail-group .detail.is-open,
.detail-group .detail.is-open .detail__content,
.detail-tabs .detail.is-open,
.detail-tabs .detail.is-open .detail__content {
    display: block;
}
.detail-accordion .detail-group__content:before,
.detail-group[data-reveal="as-accordion"] .detail-group__content:before {
    content: none;
}
.detail-accordion .detail-group__list,
.detail-group[data-reveal="as-accordion"] .detail-group__list {
    display: none;
}
.detail-accordion .detail,
.detail-accordion .detail__summary,
.detail-group[data-reveal="as-accordion"] .detail,
.detail-group[data-reveal="as-accordion"] .detail__summary {
    display: block;
}
.detail-accordion .detail + .detail,
.detail-group[data-reveal="as-accordion"] .detail + .detail {
    margin-top: 15px;
}
.detail-accordion .detail.is-open .detail__content,
.detail-group[data-reveal="as-accordion"] .detail.is-open .detail__content {
    display: block;
}
.detail-group embed,
.detail-group iframe,
.detail-group object {
    max-width: 100%;
}
.detail-group__list {
    position: relative;
    z-index: 5;
    display: inline-block;
    border: 1px solid #b7b7b7;
    border-bottom: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: bottom;
    background: #fff;
}
.detail-group__list:after,
.detail-group__list:before {
    content: " ";
    display: table;
}
.detail-group__list:after {
    clear: both;
}
.detail-group__list li {
    position: relative;
    float: left;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #f2f2f2;
}
.detail-group__list li a {
    display: block;
    padding: 15px 30px;
    color: #ddd;
}
.detail-group__list li:hover {
    background-color: #2a71c8;
}
.detail-group__list li:hover a {
    color: #fff;
}
.detail-group__list li.is-open {
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    background-color: #fff;
}
.detail-group__list li.is-open a {
    border-top: 4px solid #2a71c8;
    padding-top: 11px;
    color: #333;
}
.detail-group__list li + li {
    border-left: 1px solid #b7b7b7;
}
.detail-group__content {
    position: relative;
    overflow: hidden;
}
.detail {
    position: relative;
    border: 1px solid #b7b7b7;
    background: #fff;
}
.detail__summary {
    margin-bottom: 0;
    padding: 30px 0 30px 60px;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #fff;
    text-shadow: none;
}
.detail__summary a {
    color: #ddd;
}
.detail__summary:after {
    content: "";
    float: right;
    width: 44px;
    text-align: center;
}
.detail__summary.is-open,
.detail__summary:hover {
    background-color: #2a71c8;
}
.detail__summary.is-open a,
.detail__summary:hover a {
    color: #fff;
}
.detail__summary.is-open:after {
    content: "";
}
.detail__content {
    position: relative;
    padding: 3.38983%;
}
@media screen and (max-width: 650px) {
    .detail__content {
        padding: 1.69492%;
    }
}
@media screen and (max-width: 480px) {
    .detail__content {
        padding: 0.84746%;
    }
}
.mfp-bg,
.mfp-wrap {
    z-index: 12;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    margin: 0 auto;
    max-width: 780px;
}
.mfp-ajax-holder .mfp-content .post,
.mfp-ajax-holder .mfp-content .white-popup-block,
.mfp-inline-holder .mfp-content .post,
.mfp-inline-holder .mfp-content .white-popup-block {
    border-radius: 10px;
    padding: 120px;
}
.mfp-ready .mfp-content .post,
.mfp-ready .mfp-content .white-popup-block {
    background-color: #fff;
}
.mfp-ready .mfp-content .mfp-figure button.mfp-close {
    width: 40px;
    top: 40px;
    right: 0;
    text-align: center;
    padding: 0;
    background-color: hsla(0, 0%, 78%, 0.5);
    color: #000;
}
.mfp-s-loading .mfp-preloader {
    z-index: 13;
    color: #2a71c8;
    font-size: 27px;
}
.mfp-bottom-bar {
    margin-top: -36px !important;
}
.mfp-bottom-bar .mfp-title {
    font-size: 11px;
}
.mfp-zoom-in .post,
.mfp-zoom-in .white-popup-block {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}
.mfp-zoom-in .post:after,
.mfp-zoom-in .post:before,
.mfp-zoom-in .white-popup-block:after,
.mfp-zoom-in .white-popup-block:before {
    content: " ";
    display: table;
}
.mfp-zoom-in .post:after,
.mfp-zoom-in .white-popup-block:after {
    clear: both;
}
.mfp-zoom-in.mfp-bg {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
}
.mfp-zoom-in.mfp-ready .post,
.mfp-zoom-in.mfp-ready .white-popup-block {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .post,
.mfp-zoom-in.mfp-removing .white-popup-block {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
a.zoom img {
    width: 100%;
}
.widget_nav_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget_nav_menu a {
    display: block;
    padding: 5px 0;
}
.footer-navigation-widgets {
    padding-top: 50px;
    padding-bottom: 50px;
}
@media screen and (min-width: 651px) {
    .footer-navigation-widgets .container {
        display: table;
        width: 100%;
    }
    .footer-navigation-widgets .widget {
        display: table-cell;
    }
}
.footer-navigation-widgets * {
    color: inherit;
}
.footer-navigation-widgets .widget {
    padding: 0 1.69492%;
}
.footer-navigation-widgets .widget + .widget {
    margin-top: 40px;
}
.card {
    margin-bottom: 27px;
    position: relative;
}
.card__media {
    display: block;
    padding-bottom: 52.30126%;
    width: 100%;
    height: 0;
    position: relative;
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
}
.card__media > * {
    position: absolute;
}
.card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.card__media.object-fit__fallback {
    background-size: cover !important;
    background-position: 50% 50% !important;
}
.card__media.object-fit__fallback img {
    display: none !important;
}
.card__media .video_play_icon,
.card__media img {
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.card.card--has-thumbnail .card__media {
    background-color: transparent;
}
.card__category,
.card__title {
    font-family: Futura pt, futura-pt, Futura, Trebuchet MS, Arial, sans-serif;
    margin: 0;
}
.card__category {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.05em;
}
.card__category,
.card__title {
    text-transform: uppercase;
    font-family: Futura pt, futura-pt, Futura, Trebuchet MS, Arial, sans-serif;
}
.card__title {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.025em;
    margin-bottom: 10px;
}
.card:not(.card--mysto) .card__title {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.card:hover .card__content > * {
    text-decoration: underline;
}
.card:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.card:hover .video_play_icon {
    opacity: 0.5;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}
@media screen and (max-width: 480px) {
    .card {
        margin-left: 0 !important;
        margin-right: 0 !important;
        display: block;
        clear: both;
        width: 100%;
        float: none;
    }
}
.card--mysto {
    margin-bottom: 20px;
    overflow: hidden;
}
.card--mysto .card__media {
    margin-bottom: 0;
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 72.61146%;
    width: 100%;
    height: 0;
}
.card--mysto .card__media > * {
    position: absolute;
}
.card--mysto .card__media:after {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.3));
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.3));
    display: block;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.card--mysto .card__content {
    -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s linear, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s linear;
    transition: transform 0.3s ease-in-out, opacity 0.3s linear, -webkit-transform 0.3s ease-in-out;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 5%;
    z-index: 5;
}
.card--mysto .card__category,
.card--mysto .card__title {
    color: #fff;
}
.card--mysto:hover .card__media:after {
    opacity: 1;
}
.card--mysto:hover .card__content {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.card--mysto:hover .card__content > * {
    text-decoration: none;
}
@media screen and (min-width: 481px) {
    .card--mysto {
        margin-bottom: 1.69492%;
    }
}
@media screen and (min-width: 1025px) {
    .card--mysto .card__media:after {
        opacity: 0;
        background: none;
        background-color: rgba(0, 0, 0, 0.3);
    }
    .card--mysto .card__content {
        opacity: 0;
        -webkit-transform: translateY(15%);
        -ms-transform: translateY(15%);
        transform: translateY(15%);
    }
}
.card--jumbo .card__media {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 71.91888%;
    width: 100%;
    height: 0;
}
.card--jumbo .card__media > * {
    position: absolute;
}
.card--jumbo .card__cta,
.card--jumbo .card__title {
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.card--jumbo .card__title {
    color: #000;
    font-size: 64px;
    font-weight: 600;
    margin-bottom: 15px;
}
.card--jumbo .card__content {
    padding: 5%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.card--jumbo .card__cta {
    font-family: Futura pt, futura-pt, Futura, Trebuchet MS, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
}
.card--jumbo .card__cta:before {
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    vertical-align: baseline;
    margin-right: 0.5em;
    border: 0.4em solid transparent;
    border-right: 0;
    border-left-color: currentColor;
}
.card--jumbo:hover .card__title {
    text-decoration: none;
}
.card--jumbo:hover .card__cta,
.card--jumbo:hover .card__title {
    color: #fff;
}
.video_play_icon {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 76px;
    width: 76px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 100%;
}
.video_play_icon,
.video_play_icon:before {
    display: block;
    position: absolute;
    margin: auto;
}
.video_play_icon:before {
    left: 31px;
    top: 18px;
    width: 0;
    height: 0;
    content: "";
    border: 20px solid transparent;
    border-left-color: #fff;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    min-width: 100% !important;
    width: 100% !important;
}
.facebook-comments {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #b7b7b7;
}
.facebook-comments .fb-comments {
    height: 100px;
    background-color: #eee;
}
.facebook-comments .fb-comments[fb-xfbml-state="rendered"] {
    height: auto;
    background-color: transparent;
}
.adspace img {
    display: block;
    max-width: 100%;
    height: auto;
}
.adspace--after-header {
    margin: 0 auto 2em;
}
.video-takeover-visible {
    overflow: hidden !important;
}
.page-hero__video {
    width: 100%;
    height: 100%;
    background-position: 50% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    cursor: pointer;
}
.drop-in {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: c 0.3s;
    animation: c 0.3s;
}
.drop-out {
    -webkit-animation: d 0.3s;
    animation: d 0.3s;
}
.drop-out,
.takeover-initial-state {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.video-takeover__container {
    position: fixed;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 14;
    overflow-y: scroll;
    background-position: 50% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    font-family: Futura pt, futura-pt, Futura, Trebuchet MS, Arial, sans-serif;
    font-size: 20px;
    cursor: pointer;
}
.video-takeover__container svg {
    height: 3.5em;
}
.video-takeover__container .video-takeover__logo {
    padding: 14px 0 24px;
}
.video-takeover__container .video-takeover__content,
.video-takeover__container .video-takeover__footer--content {
    max-width: 100%;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 40px;
}
@media screen and (min-width: 776px) {
    .video-takeover__container .video-takeover__content,
    .video-takeover__container .video-takeover__footer--content {
        max-width: 984px;
        margin: auto;
    }
}
.video-takeover__container .video-takeover__video-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.video-takeover__container .video-takeover__sponsors {
    text-align: center;
    padding: 15px 0;
}
.video-takeover__container .video-takeover__sponsors a {
    margin: 0 15px;
}
.video-takeover__container a {
    display: inline-block;
}
.video-takeover__container .video-takeover__footer {
    background-color: #fff;
    padding: 14px 0;
}
.video-takeover__container .video-takeover__footer--content {
    max-width: 984px;
    width: 100%;
    display: table;
}
.video-takeover__container .video-takeover__footer--content > * {
    display: table-cell;
}
.video-takeover__container .video-takeover__footer--content a {
    vertical-align: middle;
}
.video-takeover__container .video-takeover__footer--content .video-takeover__close-button {
    vertical-align: middle;
    font-weight: 900;
    text-align: right;
}
@-webkit-keyframes c {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
@keyframes c {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
@-webkit-keyframes d {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes d {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.gallery-item .gallery-caption {
    display: none;
    visibility: hidden;
}
.dropin {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.dropin__close {
    padding: 20px;
    text-align: right;
}
.dropin__close a {
    cursor: pointer;
    font-size: 2em;
}
.dropin__content {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: auto;
    padding: 20px;
}
.dropin__content--mini {
    width: 600px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.dropin.is__active {
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 11;
}
body.dropin-is__active {
    overflow: hidden;
}
.clear:after,
.clear:before,
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}
.clear:after,
.clearfix:after {
    clear: both;
}
.site__branding-logo .svg-logo--mark {
    width: 11.30099%;
    top: 0;
    left: 100% / Infinity;
}
.site__branding-logo .svg-logo--type {
    width: 86.99829%;
    bottom: 0;
    left: 13.00171%;
}
