@charset "UTF-8";
/*
	Customized global Theme.
	By Glendale Designs.
	Init theme started as Miva Shadows 2.0 and was highly customized.

	BREAKPOINTS:

		@media screen and (min-width: 480px) {
		}
		@media screen and (min-width: 640px) {
		}
		@media screen and (min-width: 768px) {
		}
		@media screen and (min-width: 960px) {
		}
		@media screen and (min-width: 1200px) {
		}
		@media screen and (min-width: 1440px) {
		}
*/

/* Scale GD
===============================================*/
.t-scale-1_25 {
	transform: scale(1.25);
}
.t-scale-1_5 {
	transform: scale(1.5);
}
.t-scale-2 {
	transform: scale(2);
}

/* Line Height/Leading GD
===============================================*/
.t-line-height-1 {
	line-height: 1;
}
.t-line-height-1_1 {
	line-height: 1.1;
}
.t-line-height-1_2 {
	line-height: 1.2;
}
.t-line-height-1_3 {
	line-height: 1.3;
}
.t-line-height-1_4 {
	line-height: 1.4;
}



/* Custom Font Sizes for Programming our Fancy Designs
===============================================*/
.u-font-12 {
	font-size: 0.750rem;
}
.u-font-14 {
	font-size: 0.875rem;
}
.u-font-15 {
	font-size: 0.938rem;
}
.u-font-16 {
	font-size: 1rem;
}
.u-font-17 {
	font-size: 1.063rem;
}
.u-font-18 {
	font-size: 1.125rem;
}
.u-font-20 {
	font-size: 1.25rem;
}
.u-font-24 {
	font-size: 1.5rem;
}
.u-font-26 {
	font-size: 1.625rem;
}
.u-font-32 {
	font-size: 2rem;
}
.u-font-36 {
	font-size: 2.25rem;
}
.u-font-49 {
	font-size: 3.063rem;
}

/* Site Header
   =========================================== */
/*
.t-site-header {
	border-bottom: 1px solid #eaeaea;
}
*/

.t-site-header__top-navigation {
	font-size: 0.8125rem;
}

.t-site-header__links [class^="u-icon-"] {
	margin-right: 0.25em;
	font-size: 1.25rem;
	vertical-align: text-bottom;
}

.t-site-header__links a {
	color: #fff;
}

.t-site-header__links a:hover {
	text-decoration: none;
	opacity: 0.75;
	transition: 0.3s;
}

.t-site-header__links .o-layout__item {
	padding: 1em 1rem;
}

@media (min-width: 768px) {
	.t-site-header__links .o-layout__item:not(:first-of-type) {
		border-left: 1px solid #595959;
	}
}

.t-site-header__links .x-transfigure-navigation__footer {
	display: flex;
	justify-content: flex-end;
}

.t-site-header__links .x-transfigure-navigation__footer-link {
	margin: 0 0.6rem;
	padding: 0;
	font-size: inherit;
	font-weight: 400;
	letter-spacing: inherit;
}

.t-site-header__basket-link--mobile {
	display: flex;
	font-size: 2rem;
}

.t-site-header__basket-link-quantity--mobile {
	display: inline-block;
	min-width: 2em;
	height: 2em;
	padding: 0 0.25em;
	font-size: 0.75rem;
	line-height: 2;
	text-align: center;
	border-radius: 50%;
	touch-action: none;
	transform: translate(-0.1200px, -1em);
	z-index: 2;
}

.t-global-account {
	width: 100vw;
	max-width: 22.5rem;
	padding: 1rem;
	position: absolute;
	top: 100%;
	right: 0;
	border: 1px solid #eaeaea;
	box-shadow: 0 2px 1px -2px #767676;
	background-color: #fff;
}

.t-global-account__form {
	margin-bottom: 0;
}

.t-global-account__form .c-form-list__item:last-of-type {
	margin-bottom: 0;
	padding-top: 0.5em;
}

.t-site-header__masthead {
	max-width: 100vw;
	padding:1rem;
	position: relative;
	font-size: 0.875rem;
}

.t-site-header__search-form {
	margin: 1rem 0 0 0;
	position: relative;
	border: 1px solid #c0c0c0;
}
.t-site-header__search-form .c-form-list__item {
	margin-bottom: 0;
	margin-left: auto;
}
.t-site-header__search-form .c-form-input {
	padding-right: calc(2em - 1px);
	padding-left: calc(2em - 1px);
}
@media (min-width: 960px) {
	.t-site-header__masthead {
		padding:1rem 2rem 0 2rem;
	}
	.t-site-header__search-form {
		margin:0;
	}
	.t-site-header__masthead a:hover {
		color: #fff;
		opacity: 0.75;
	}	
}

.t-site-header__masthead-links {
	align-items: center;
	justify-content: flex-end;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
}

.t-site-header__masthead-links [class^="u-icon-"] {
	margin-right: 0.25em;
	font-size: 1.25rem;
	vertical-align: text-bottom;
}

.t-site-header__masthead-links button:hover {
	text-decoration: none;
	opacity: 0.75;
	transition: 0.3s;
}

.t-site-header__masthead-links .t-global-account-toggle {
	padding: 0.5em;
}

.t-site-header__masthead-links .t-site-header__basket-link {
	margin-left: 1em;
	padding: 0.5em 0 0.5em 0.5em;
}


@media (min-width: 960px) {
	.t-site-navigation {
		padding: 0.5rem;
	}
}

/* Main Element
     =========================================== */
.apex-list-title {
	font-size: 1.5rem;
	color: #650015 ;
	font-weight: 700 ;
	text-transform: uppercase;
	line-height: 1.2;
}
.t-main-content-element {
	max-width: 100vw;
}
@media (min-width: 960px) {
	.t-main-content-element {
		min-height: 360px;
	}
}

/* Site Footer
    =========================================== */
.t-site-footer {
	margin-top: 2rem;
	padding-top: 1rem;
	padding-right: 0;
	padding-left: 0;
}

.t-site-footer .o-wrapper {
	max-width: 100vw;
}

.t-site-footer__content {
	padding-top: 2em;
	padding-bottom: 2em;
}

.t-site-footer .c-menu__title,
.t-site-footer .c-collapsible-menu__label {
	font-weight: 600;
}
#social_media_footer {
	padding-right: 1rem;
}
@media (max-width: 766.4px) {
	.t-site-footer .x-collapsible-content .c-menu__title {
		display: none;
	}
	.t-site-footer .x-collapsible-content__toggle [class^="u-icon-"] {
		font-size: 0.66em;
		font-weight: 700;
	}
	.t-site-footer .x-collapsible-content__item {
		margin-top: 1rem;
	}
}

@media (min-width: 768px) {
	.t-site-footer .x-collapsible-content__toggle {
		display: none;
	}
	.t-site-footer .x-collapsible-content__item {
		max-height: none;
		opacity: 1;
		overflow: visible;
		visibility: visible;
	}
}

.t-site-footer__content .c-menu__link:not([class*=" u-icon-"]) {
	font-size: 0.875rem;
	font-weight: 500;
	color: #fff;
}

.t-site-footer__content a.c-menu__link:hover {
	opacity: 0.75;
}

.t-global-footer-social-links .c-menu__link {
	padding: 0 1rem 1rem 0;
}

.t-global-footer-social-links .c-menu__link:hover {
	text-decoration: none;
	opacity: 0.75;
}

.t-newsletter-form__input {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	height: auto;
}

/* Storefront
    =========================================== */
.t-storefront-about .c-heading-charlie {
	font-size: 1.875rem;
	letter-spacing: 3px;
}

.t-storefront-about .c-heading--subheading {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 2px;
}

.t-storefront-about__brief {
	font-size: 0.9375rem;
	line-height: 1.667;
}

.t-featured-products {
	/* margin-bottom: 2rem; */
	padding-top: 3rem;
}

.t-featured-products .x-product-list__heading {
	margin-bottom: 3em;
	font-size: 1.5rem;
}

.t-featured-products .x-product-list__action {
	margin: auto;
}

.t-featured-products .x-product-list__action .c-button {
	padding-right: calc(4.5rem - 1px);
	padding-left: calc(4.5rem - 1px);
}

/* Category Page
    =========================================== */
.t-display-list-filtering {
	flex-wrap: nowrap;
}

.t-display-list-filtering .x-display-list-filtering__per-page,
.t-display-list-filtering .x-display-list-filtering__sort-by,
.t-display-list-filtering .c-form-list__item,
.t-display-list-filtering .c-form-label,
.t-display-list-filtering .c-form-select {
	margin-bottom: 0;
}

.t-display-list-filtering .c-form-label {
	font-size: 0.6875rem;
}

.t-display-list-filtering .c-form-select__dropdown {
	padding: 0;
	font-size: 0.75rem;
	background-color: #fff;
	border: 0 none;
	color: initial;
}

.t-pagination.x-pagination--centered {
	width: 13rem;
	justify-content: center;
}

.t-pagination .o-list-inline {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.t-pagination .c-button {
	width: 2em;
	height: 2em;
	padding: 0;
	line-height: 2;
	border-color: #c0c0c0;
}

.t-pagination .c-form-select {
	margin-bottom: 0;
}

.t-pagination .c-form-select__dropdown {
	padding: 0;
	border: 0 none;
}

/* Product Page
    =========================================== */
.t-quantify .c-control-group__button {
	padding-top: calc(1.5em + 1px);
	padding-bottom: calc(1.5em + 1px);
}

.t-quantify .c-control-group__button,
.t-quantify .c-control-group__field {
	max-width: 33.33333%;
	flex-basis: 33.33333%;
}
.x-product-layout-purchase__share-buttons {
	margin-top: 1.5rem;
	margin-left: 0;
}

/* Basket Page
    =========================================== */
#updateSpecialRequests {
	width:120px;
}
.t-basket__product-summary .c-table-responsive__row,
.t-basket__order-summary .c-table-simple__row {
	border-color: #eaeaea;
}

.t-basket__product-summary thead {
	border-top: 1px solid #eaeaea;
}

.t-basket__product-summary tbody .c-table-responsive__cell {
	padding-top: 1.5rem;
}

.t-basket__product-details {
	font-size: 0.875rem;
	font-weight: 600;
}

.t-basket-update .x-quantify {
	width: 10em;
	font-size: 0.875rem;
}

.t-basket-update .x-quantify .c-control-group__button {
	padding-top: calc(1.25em + 1px);
	padding-bottom: calc(1.25em + 1px);
	font-size: 0.81200em;
}

.t-basket-update .x-quantify .c-control-group__button,
.t-basket-update .x-quantify .c-control-group__field {
	max-width: 33.33333%;
	flex-basis: 33.33333%;
}

.t-basket__product-remove {
	width: 3em;
	height: 3em;
	padding: 0;
	line-height: 3;
}

.t-basket_coupon-form,
.t-basket_gc-form,
.t-checkout-log-in__form {
	margin-bottom: 0;
}

.t-basket_coupon-form[aria-hidden='false'],
.t-basket_gc-form[aria-hidden='false'],
.t-checkout-log-in__form[aria-hidden='false'] {
	min-height: 3rem;
	margin-top: 0.5rem;
}

/* Checkout Pages
    =========================================== */
.t-ocst-account-message {
	display: block;
	padding: 1rem 2rem;
	/* font-size: 0.75rem; */
	text-align: center;
	border-radius: 4px;
	border: 2px solid #800231;
	color: #800231;
	margin-bottom: 1.5rem;
}

.t-checkout-basket-summary {
	height: calc(100% - 1rem);
	padding: 2rem;
	background-color: #f2f2f2;
}

.t-checkout-basket-summary__product-summary tbody .c-table-simple__cell {
	padding-top: 1.5rem;
}

.t-checkout-basket-summary__image {
	margin-right: 1rem;
	/* width: 15%; */
	min-width: 7em;
	text-align: center;
}

.t-checkout-basket-summary__promo-form,
.t-checkout-basket-summary__promo-form:first-child,
.t-checkout-basket-summary__promo-form:last-child {
	display: block;
	margin: -1px -2rem;
	padding-right: 2rem;
	padding-left: 2rem;
	background-color: #b0b0b0;
}
@media screen and (max-width: 959px) {
	#mobile-and-desktop--logo img {
		width:93px;
		height:42px;
	}
	#checkout_basket_summary {
		margin-bottom: 3rem;
	}
	.c-form-list.t-checkout__continue-btn {
		margin-top: 0.75rem;
	}
	.additional-po {
		margin-bottom: 2rem;
	}
}
@media (min-width: 1440px) {
	.t-page-ocst .t-main-content-element,
	.t-page-osel .t-main-content-element,
	.t-page-opay .t-main-content-element {
		max-width: none;
		padding-right: 0;
		padding-left: 0;
	}
	.t-checkout-basket-summary {
		height: 100%;
	}
	.t-checkout-basket-summary .c-table-simple {
		width: 60%;
	}
	.t-checkout-basket-summary__promo-form,
	.t-checkout-basket-summary__promo-form:first-child,
	.t-checkout-basket-summary__promo-form:last-child {
		margin: -1px 0;
	}
	.t-page-ocst .t-site-footer,
	.t-page-osel .t-site-footer,
	.t-page-opay .t-site-footer {
		padding-top: 0;
		margin-top: 0;
	}

}

@media (min-width: 768px) {
	.t-payment-cta {
		flex-grow: 0;
	}
	.t-payment-form {
		justify-content: center;
	}
	.t-payment-form .o-layout__item {
		display: flex;
		max-width: 75%;
		align-items: center;
	}
	.t-payment-form .c-form-label {
		width: 25%;
		margin-right: 1rem;
	}
	.t-payment-form .c-form-input {
		max-width: 50%;
	}
	.t-payment-form .c-form-input--cvv {
		max-width: none;
	}
	.t-payment-form .t-data-cvv {
		margin-left: 0.5rem;
	}
	.t-payment-form .c-control-group {
		max-width: 50%;
		flex-grow: 1;
	}
}

.t-checkout-customer-summary {
	margin-bottom: 1rem;
	padding: 1rem 2rem 0;
}

.t-checkout-customer-summary .c-keyline {
	border-color: #c0c0c0;
}

/* Account Landing Page
    =========================================== */
.t-account-landing-section {
	margin-bottom: 1rem;
}

.t-account-landing-section .c-heading-echo {
	font-size: 14px;
}

@media (min-width: 768px) {
	.t-account-landing-section .x-collapsible-content__toggle {
		display: none;
	}
	.t-account-landing-section .x-collapsible-content__item {
		max-height: none;
		opacity: 1;
		overflow: visible;
		visibility: visible;
	}
	.t-account-landing-section .c-heading-echo {
		font-size: 15px;
	}
}

.t-account-landing-section__content {
	padding-top: 1.25rem;
	padding-right: 1rem;
	padding-bottom: 1rem;
}

.t-account-landing-section__content.x-category-tree__row {
	padding-left: 1rem;
}

.t-account-landing-section__content.x-category-tree__row span.x-category-tree__link:hover {
	text-decoration: none;
}


/* Static Navigation bar Desktop Special Look to mimic what was done.
    =========================================== */
@media (min-width: 60em) {
	.support-aside {
		position: sticky;
		top: 100px;
	}
	.support-aside-nav {
		display: block;
		background: #800231;
		border-radius: 0.5rem;
		margin: 0 1.5rem 1.5rem 0;
		padding: 0.5rem 1.25rem 1.25rem 1.25rem;
		border: 1px solid #3a2d23;
		box-shadow: 0 4px 1rem rgba(0,0,0,0.4);
	}
	.support-aside-nav .x-category-tree__row {
		background: #f8f8f8;
		border-radius: 0.25rem;
		padding: 0.75rem;
	}
	.support-aside-nav .x-category-tree__heading {
		font-size: 1.5rem;
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		margin: 0;
		padding: 0.5rem 0 0.75rem 0;
		line-height: 1;
	}
}


/* Wish List Page
    =========================================== */
.t-wish-list-search .c-control-group {
	border: 1px solid #eaeaea;
}

.t-wish-list-search__button {
	padding-right: calc(1em - 1px);
	padding-left: calc(1em - 1px);
}

.t-wish-list__item .c-control-group__button {
	flex: 1 1 50%;
	padding-right: 0;
	padding-left: 0;
}



/* ApplePay Buttons */
.x-product-layout__applepay {
    display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.x-product-layout__applepay.u-hidden {
    display: none;
}
.t-page-prod .apple-pay-button-with-text {
	margin: 0 auto 1rem auto;
	line-height: 1.8;
	padding: calc(0.5em - 1px) calc(1em - 1px);
	max-height: 100%;
	/* font-size: 1.429rem; */
	min-height: auto;
    border-radius: 0.125em;
    width: 100%;
}

.t-page-bask .apple-pay-button-with-text {
	border-radius: 4px;
	height: 45px;
	min-height: 30px;
	max-height: 55px;
	margin: 0;
    width: 100%;
}



/* Subcategory card hover effect */
.apex-subcategory-grid {
	display: grid;
	gap: 1rem;
	width: 100%;
	grid-template-columns: repeat(2, 1fr);
	margin:0;
	padding: 1.5rem 0;
}
.apex-subcategory-card {
	transition: all 0.25s ease;
	border-radius: 1rem;
	overflow: hidden;
	background: #f8f8f8;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.apex-subcategory-card:hover {
	transform: translateY(-6px) scale(1.03);
	box-shadow: 0 12px 24px rgba(101,0,21,0.18);
}
.apex-subcategory-link {
	display: block;
	text-decoration: none;
	color: #333;
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.3;
	font-weight: 700;
	text-transform: uppercase;	
}
.apex-subcategory-figure {
	display: block;
	margin: 0;
	padding: 0;
}
.apex-subcategory-image {
	width: 100%;
	height: auto;       
	object-fit: cover;
	display: block;
	background: #fff;
}
.apex-subcategory-name {
	display: block;
	padding: 0.75rem 0.5rem;
}
.apex-subcategory-card:hover {
	background: #650015;
	color: white;
}
.apex-subcategory-card:hover .apex-subcategory-link {
	color: white;
}
@media screen and (min-width: 30em) {
	.apex-subcategory-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 1.5rem;
	}
}
@media screen and (min-width: 40em) {
	.apex-subcategory-grid {
		grid-template-columns: repeat(4, 1fr);
	}	
}
@media screen and (min-width: 60em) {
	.apex-subcategory-grid {
		grid-template-columns: repeat(5, 1fr);
		gap: 2rem;
	}	
}
@media screen and (min-width: 75em) {
	.apex-subcategory-grid {
		grid-template-columns: repeat(6, 1fr);
	}		
}
@media screen and (min-width: 90em) {
	.apex-subcategory-grid {
		grid-template-columns: repeat(7, 1fr);
	}		
}

/* Custom Animations
===============================================*/
.shakeThis {
  /* Credit: www.w3schools.com/howto/howto_css_shake_image.asp */
  animation: shake 1s;

  /* When the animation is finished, start again */
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}


/* Messages Overrides
===============================================*/
.x-messages {
	color:#666;
	border-color:#666;
	background-color:#eee;
	border-radius: 4px;
}

.x-messages--error {
	background-color: #fee8eb;
	color: #c8102e;
	border: 1px solid currentColor;
}

.x-messages--info {
	background-color: #ebf6fe;
	color: #3170a0;
	border: 1px solid currentColor;
}

.x-messages--success {
	background-color: #eaf4ef;
	color: #009a44;
	border: 1px solid currentColor;
}

.x-messages--warning {
	background-color: #ffffe5;
	border-color: #f9ed1f;
	border: 1px solid currentColor;
}

/*
.x-messages--info {
	color:#3366ff;
	border-color:#3366ff;
	background-color:#e0ecfb;
}
.x-messages--error {
	color:#CC0000;
	border-color:#CC0000;
	background-color:#fbe0e6;
}
.x-messages--warning {
	color:#ff6600;
	border-color:#ff6600;
	background-color:#fbede0;
}
.x-messages--success {
	color:#006600;
	border-color:#006600;
	background-color:#e0fbe3;
}
*/


/* Some handy classes from CornerstoneUX and Misc Tools
===============================================*/
.circleborder { border:1px solid rgba(0,0,0,0); border-radius: 50%; }
.nobgimage { background-image: none !important; }
.side-padding { padding-left:1rem !important; padding-right:1rem !important; }
.lp { padding-left:1rem !important; }
.rp { padding-right:1rem !important; }
.nlp { padding-left:0 !important; }
.nrp { padding-right:0 !important; }
.ntp { padding-top:0 !important; }
.nbp { padding-bottom:0 !important; }
.tp { padding-top:1rem !important; }
.bp { padding-bottom:1rem !important; }
.np { padding:0 !important; }
.nlm { margin-left:0 !important; }
.nrm { margin-right:0 !important; }
.nm { margin:0 !important; }
.ntm { margin-top:0 !important; }
.nbm { margin-bottom:0 !important; }
.tm { margin-top:1rem !important; }
.rm { margin-right:1rem !important; }
.bm { margin-bottom:1rem !important;  }
.lm { margin-left:1rem !important; }
.nb { border-top:0 !important; border-right:0 !important; border-bottom:0 !important; border-left:0 !important; }
.do-clear { clear: both; }
.icon-margin-right { margin-right:0.5em; }
.icon-margin-left { margin-left:0.5em; }
table.fix-nested-tags, .fix-nested-tags, .fix-nested-tags td, .fix-nested-tags tr {
	border:0;
	margin: 0;
	padding: 0;
}
.flip-horizontal{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.block-as-link {
	cursor:pointer;
	transition: transform .2s;
}
.block-as-link:hover {
	transform: scale(1.2);
}
.do-img-fullwidth img {
	width:100%;
	height: auto;
	max-width: none !important;
	display: block;
	margin: 0;
	padding: 0;
}
.simple-text-shadow {
	text-shadow: 1px 1px 0 rgba(0,0,0,0.7);
}
@media screen and (min-width: 480px) {
	.nm--xs { margin:0 !important; }
}
@media screen and (min-width: 640px) {
	.nm--s { margin:0 !important; }
}
@media screen and (min-width: 768px) {
	.nm--m { margin:0 !important; }
}
@media screen and (min-width: 960px) {
	.nm--l { margin:0 !important; }
	.rp--l { padding-right: 1rem; }
}
@media screen and (min-width: 1200px) {
	.nm--xl { margin:0 !important; }
}
@media screen and (min-width: 1440px) {
	.nm--w { margin:0 !important; }
}


/* Annoying overrides. */
address { font-style:normal; }
::-o-selection {
  background: #ffb7b7;
}
::-ms-selection {
  background: #ffb7b7;
}
::-moz-selection {
  background: #ffb7b7;
}
::-webkit-selection {
  background: #ffb7b7;
}
::selection {
  background: #ffb7b7;
}

/* PRPO Privacy Policy, SARP Shipping & Returns Policy */
#prpo_content h2,
#prpo_content h3,
#sarp_content h2,
#sarp_content h3 {
	font-weight: bold;
}

@charset "UTF-8";

/* Some handy classes from CornerstoneUX and Misc Tools
===============================================*/
.t-text-shadow {
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
}
address { font-style:normal; }
.circleborder { border:1px solid rgba(0,0,0,0); border-radius: 50%; }
.nobgimage { background-image: none !important; }
.nlp { padding-left:0 !important; }
.nrp { padding-right:0 !important; }
.np { padding:0 !important; }
.nlm { margin-left:0 !important; }
.nrm { margin-right:0 !important; }
.nm { margin:0 !important; }
.nbm { margin-bottom:0 !important; }
.bm { margin-bottom:1rem !important; }
.nb { border-top:0 !important; border-right:0 !important; border-bottom:0 !important; border-left:0 !important; }
.do-clear { clear: both; }
.icon-margin-right { margin-right:0.5em; }
.icon-margin-left { margin-left:0.5em; }
.fix-nested-tags, .fix-nested-tags td, .fix-nested-tags tr { 
	border:0; 
	margin: 0; 
	padding: 0;
}
.block-as-link {
	cursor:pointer;
	transition: transform .2s; 
}
.block-as-link:hover {
	transform: scale(1.2);
}
.do-img-fullwidth img { 
	width:100%;
	height: auto;
	max-width: none !important;
	display: block;
	margin: 0;
	padding: 0;
}

/* Fonts */
html {
	font-family: 'Work Sans', sans-serif;
}

/* Colors */

.u-color-burgundy {
	color: #66082b;
}
.u-color-gray-40 {
	color: #666;
}
.u-color-gd-gray {
	color: #333;
}

/* Links */

a,
a:hover,
button,
button:hover,
input,
input:hover,
a img,
a img:hover {
	transition:all 0.5s ease 0s;
}

a {
	color: #800231;
}
a:hover {
	color: #000;
	text-decoration: none;
}
button.u-bg-apex-purple:hover,
input.u-bg-apex-purple:hover,
a.u-bg-apex-purple:hover {
	color: #fff;
}

.c-button:hover.u-bg-black {
	color: #fff;
}

/* Headings */

h1, h2, h3, h4, h5 {
	letter-spacing: -0.02em;
}

/*** Slick Slider changes ***/

.x-slick-sfnt .slick-prev{
	left: -0.8rem
}

.x-slick-sfnt .slick-next{
	right: -0.8rem
}

.x-slick-sfnt .slick-next:before, .x-slick-sfnt .slick-prev:before{
	bottom: 0.7rem;
	color: #CCC;
	font-family: "ReadyTheme Icons", sans-serif;
	font-size: 1.5rem;
	position: absolute;
	width: 3rem;
}

.x-slick-sfnt .slick-arrow:hover.slick-next:before, .x-slick-sfnt .slick-arrow:hover.slick-prev:before{
	color: #FFF;
}

.x-slick-sfnt .slick-prev:before{
	content: "\36";
	right: 0;
}

.x-slick-sfnt .slick-next:before{
	content: "\37";
	left: 0;
}

.x-slick-sfnt .slick-arrow{
	background: #FFF;
	border: 1px solid #DDD;
	border-radius: 1.5rem;
}

.x-slick-sfnt .slick-arrow:hover{
	background: #3a7b7c;
}

/*** Product Containers ***/
.x-slide_container{
	font-family: 'Work Sans', sans-serif;
	margin-top: 0.3em;
	padding: 0 1em;
}

/*** PLST item ***/
.t-plst-item__grid {
	display: grid;
	gap: 1rem;
	width: 100%;
	grid-template-columns: repeat(2, 1fr);
	margin:0;
	padding: 1.5rem 0;
}
@media screen and (min-width: 30em) {
	.t-plst-item__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.5rem;
	}
}
@media screen and (min-width: 40em) {
	.t-plst-item__grid {
		grid-template-columns: repeat(3, 1fr);
	}	
}
@media screen and (min-width: 60em) {
	.t-plst-item__grid {
		grid-template-columns: repeat(3, 1fr);
	}	
}
@media screen and (min-width: 75em) {
	.t-plst-item__grid {
		grid-template-columns: repeat(4, 1fr);
	}		
}
@media screen and (min-width: 90em) {
	.t-plst-item__grid {
		grid-template-columns: repeat(5, 1fr);
	}		
}
.t-plst-item__link {
	display: flex;
	min-width: 100;
	flex-direction: column;
	height: 100%;
	border: 1px solid #ccc;
	padding: 0.5rem;
	border-radius: 1.5rem;
	background-color: #fff;
}
.t-plst-item__link:hover {
	transform: translateY(-6px) scale(1.03);
	box-shadow: 0 12px 24px rgba(101,0,21,0.18);
}

.x-slide_container .x-product-list__item {
	min-height: 420px;
	padding: 1em;
	position: relative;
}
@media screen and (max-width: 767px) {
	.x-slide_container .x-product-list__item{
		min-height: 450px;
	}
}
@media screen and (max-width: 460px) {
	.x-slide_container .x-product-list__item{
		min-height: 480px;
	}
}
@media screen and (max-width: 360px) {
	.x-slide_container .x-product-list__item{
		min-height: 400px;
	}
}

.x-image_container{
	border-bottom: 1px solid #D3D3D3;
	height: 220px;
	margin-bottom: 1em;
	position: relative;
}

.x-image_container img{
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}

.t-featured-products__view-all {
	position: relative;
}

.x-view-all {
	line-height: 2;
	margin-left: 1rem;
	padding: 0 1rem;
	display: inline-block;
	min-height: 1.6rem;
}

@media screen and (max-width: 959px) {
	.t-featured-products__view-all {
		top: -3px;
	}
}
@media screen and (max-width: 600px) {
	.t-featured-products h4 {
		margin-bottom: 0.5rem !importANT;
	}
}
@media screen and (max-width: 360px) {
	.t-featured-products h4 {
		display: block;
		width: 100%;
	}
	.x-view-all {
		margin-left: 0;
	}
	.t-featured-products__view-all {
		margin-bottom: 0.5rem;
	}
}
.t-featured-products .x-view-all:after {
	content: "";
	position: absolute;
	border-bottom: 0.82rem solid transparent;
	border-top: 0.81rem solid transparent;
	border-left: 0.81rem solid #3a7b7c;
	margin-right: -12px;
	height: 0px;
	width: 0px;
	right: 0;
	line-height: 2;
}
.t-featured-products .x-view-all:hover {
	background: #333;
	color: #fff;
}
.t-featured-products .x-view-all:hover:after {
	border-left: 0.82rem solid #333;
}
.t-featured-products .x-view-all,
.t-featured-products .x-view-all:after {
	transition:all 0.5s ease 0s;
}

.x-product-list__formatted-price {
	position: absolute;
	bottom: 1rem;
	left: 0;
}
.x-product-list__formatted-price-container {
	position: relative;
}

.t-featured-products .x-product-list__formatted-price .c-button {
	padding: 0 1rem;
	line-height: 1.4;
	min-width: 6.1rem;
}
.t-featured-products .x-product-list__formatted-price .c-button:after  {
	content: "";
	position: absolute;
	border-bottom: 0.7rem solid transparent;
	border-top: 0.7rem solid transparent;
	height: 0px;
	width: 0px;
	margin-right: -0.75rem;
	right: 0; 
	border-left: 0.7rem solid #800231;
	top: 0;
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
	.t-featured-products .x-product-list__formatted-price .c-button:after {
		top: 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 959px) {
	.t-featured-products .x-product-list__formatted-price .c-button:after {
		top: -0.02em;
	}
}
@media screen and (max-width: 460px) {
	.t-featured-products .x-product-list__formatted-price .c-button:after {
		margin-right: -0.79em;
	}
}
@media screen and (max-width: 360px) {
	.t-featured-products .x-product-list__formatted-price .c-button:after {
		margin-right: -0.75em;
	}
}
.t-featured-products .x-product-list__item:hover .c-button:after {
	border-left: 0.7rem solid #3a7b7c;
}
.t-featured-products .x-product-list__formatted-price .c-button,
.t-featured-products .x-product-list__formatted-price .c-button:after {
	transition:all 0.5s ease 0s;
}

.x-product-list__item:hover .x-product-list__formatted-price .u-bg-apex-purple {
	background: #3a7b7c;
	transition:all 0.5s ease 0s;
}

.x-product-list__item:hover .x-product-list__formatted-price .u-color-apex-purple {
	color: #3a7b7c;
	transition:all 0.5s ease 0s;
}

/*** New Classes ***/

.u-box-shadow_hover:hover{
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1); 
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
	transition:all 0.5s ease 0s;
}

.u-white-gray-vertical-gradient{
	background: rgb(244,244,244);
	background: -moz-linear-gradient(0deg, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(0deg, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4",endColorstr="#ffffff",GradientType=1);
}

.u-ribbon-right.u-icon-triangle-right:before{
	margin-left: -0.27em;
}

.x-product-list__image-h210{
	max-height: 210px;
}

/* SFNT - Hero Banner */
#parts-finder {
	width: 100%;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	padding: 2rem;
	
	left: 0;
}
#parts-finder > form {
	margin-bottom: 0;
}
.x-hero-container {
	position: relative;
	width: 100%;
	min-height: 506px;

	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	float: left;
}
.x-hero-container__content {
	text-transform: uppercase;
	width: 57%;
	float: right;
	margin-top: 3.5rem;
}
.x-hero-container__button {
	display: inline-block;
	padding: 0 0.5rem;
	font-size: 1.1rem;
	background: #800231;
	margin-bottom: 0.5rem;
}
.x-hero-container__heading {
	font-weight: 900;
	font-size: 4.5rem;
	line-height: 0.95;
	margin-bottom: 0.25rem;
	display: block;
}
.x-hero-container__subheading {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.3;
}

@media screen and (min-width: 1024px) and (max-width: 1260px) {
	.mm_combination_facet_fields__heading {
		margin-right: 1rem;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1159px) {
	#parts-finder {
		padding: 0.5rem 1rem 1rem 1rem;
	}
	.x-hero-container__content {
		width: 70%;
		float: right;
	}
	.mm_combination_facet_fields__heading {
		font-size: 1.65rem;
	}
}
@media screen and (max-width: 1159px) {
	.mm_combination_facet_fields__heading {
		text-align: center;
		margin-bottom: 0.5rem;
		width: 100%;
	}
}
@media screen and (max-width: 1023px) {
	.x-hero-container__content {
		float: none;
		margin-top: 0;
		padding: 2rem;
	}
}
@media screen and (min-width: 960px) and (max-width: 1023px) {
	.x-hero-container__content {
		width: 90%;
	}
	#parts-finder {
		padding: 1rem;
	}
}
@media screen and (max-width: 959px) {
	.x-hero-container__content {
		width: 100%;
	}
}
@media screen and (min-width: 768px) and (max-width: 959px) {
	#parts-finder {
		padding: 0.5rem 1rem 1rem 1rem;
	}
	.x-hero-container__content {
		margin-top: 2rem;
	}
}
@media screen and (max-width: 767px) {
	#parts-finder {
		position: relative;
		background: #000;
		padding: 1rem 1.5rem 1.5rem 1.5rem;
	}
	.x-hero-container__subheading {
		font-size: 1.6rem;
	}
	.x-hero-container {
		min-height: auto;
		background-position: top left;
	}
}
@media screen and (min-width: 560px) and (max-width: 767px) {
	.x-hero-container__heading {
		font-size: 3.75rem;
	}
}
@media screen and (max-width: 460px) {
	.x-hero-container__heading {
		font-size: 3rem;
		margin: 0.75rem 0;
	}
	.mm_combination_facet_fields__heading {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 380px) {
	.x-hero-container__heading {
		font-size: 2rem;
	}
}

/* SFNT - Blog Section */
#storefront_blog {
	margin-top: 3rem;
	margin-bottom: 1rem;
}

.t-storefront-blog h2 {
    font-size: 1.4rem;
}

.t-storefront-blog h3 {
    font-size: 2em;
    line-height: 1.3;
    margin: 0.5em 0;
    letter-spacing: -0.01em;
}

.t-storefront-blog .c-button--primary {
    margin-right: 1rem;
}

.t-storefront-blog p {
    margin-bottom: 2rem;
}

.t-storefront-blog__featured-post {
    padding-left: 1.5rem;
}

.t-storefront-blog a {
    float: left;
}
.t-storefront_recent-blog-read-more {
	margin-right: 2rem;
}
#storefront_blog a {
	position: relative;
	padding: 0.25rem 0.8rem;
}
#storefront_blog a:after {
  content: "";
  position: absolute;
  border-bottom: 0.91rem solid transparent;
  border-top: 0.91rem solid transparent;
  height: 0px;
  width: 0px;
  margin-right: -0.93rem;
  right: 0; 
  border-left: 0.91rem solid #800231;
  top: 0;
}
#storefront_blog a:hover {
	background: #333;
	color: #fff;
}
#storefront_blog a,
#storefront_blog a:after {
	transition:all 0.5s ease 0s;
}
#storefront_blog a:after {
    border-width: 0.91rem;
	top: -0.05em;
}
#storefront_blog a.t-storefront_recent-blog-read-more:after {
    border-color: transparent transparent transparent #800231;

}
#storefront_blog a.t-storefront_recent-blog-explore:after {
    border-color: transparent transparent transparent #c0c0c0;
}
#storefront_blog a:hover:after {
	border-left: 0.91rem solid #333;
}

@media screen and (min-width: 460px) and (max-width: 768px) {
	#storefront_blog a:after {
		top: -0.06em;
	}
}
@media screen and (min-width: 361px) and (max-width: 380px) {
	#storefront_blog a:after {
		top: -0.07em;
	}
}
@media screen and (max-width: 360px) {
	#storefront_blog a {
		margin-bottom: 0.75rem;
	}
}


@media screen and (max-width: 1259px) {
	.t-featured-products {
		margin-left: 0;
    }
}
@media screen and (max-width: 959px) {
    .t-storefront-blog .o-layout > .o-layout__item {
        padding-right:2rem;
        padding-left: 2rem
    }

    .t-storefront-blog .c-button--primary {
        margin-bottom: 1rem
    }

    .t-featured-products {
        margin-bottom: 4rem !importANT;
    }
	
	#storefront_blog h2 {
		margin-top: 1rem;
	}
}

@media screen and (max-width: 460px) {
    .t-storefront-blog .o-layout > .o-layout__item {
        padding-right:1rem;
        padding-left: 1rem
    }
}

.t-storefront_recent-blog-content{
	line-height: 1.3;
}

/* Top Navigation */
.x-transfigure-navigation .second-level .c-navigation__link {
	justify-content: left;
}

@media screen and (min-width: 960px) and (max-width: 1259px) {
.x-transfigure-navigation .x-transfigure-navigation__content ul li a,
.x-transfigure-navigation button.c-navigation__link {
	background-color: transparent;
}

	.x-transfigure-navigation__row .c-navigation__row {
		white-space: normal;
	}
	.x-transfigure-navigation .c-navigation__list:hover .c-navigation__row .c-navigation__row .c-navigation__link,
	.x-transfigure-navigation .c-navigation__list:hover .c-navigation__row.first-level .c-navigation__link {
		padding-left: 0;
	}
	.x-transfigure-navigation .c-navigation__list:hover .c-navigation__row.u-flex > .c-navigation__list {
		width: 30%;
		margin-right: 3%;
	}
	.x-transfigure-navigation .c-navigation__list:hover .c-navigation__row.u-flex > .c-navigation__list:nth-of-type(4n) {
		margin-right: 0;
	}
	.x-transfigure-navigation .c-navigation__list:hover .c-navigation__row .c-navigation__row .c-navigation__link {
		padding: 0;
	}
}
@media screen and (min-width: 960px) /* 60em */ {
	.x-transfigure-navigation .c-navigation {
		position: unset;
	}
	.x-transfigure-navigation .c-navigation__list:hover > .c-navigation__row.first-level,
	.x-transfigure-navigation .c-navigation__list.focus-within > .c-navigation__row.first-level {
		/* background-color: rgba(0,0,0,0.8); */
		background: #fff;
		box-shadow: 1px 1px 0.25em 0 rgba(0,0,0,0.5);
		/* display: flex; */
		display: block;
		left: 0;
		min-width: 150.5%;
		padding: 1rem;
	}

	.x-transfigure-navigation .first-level .c-navigation__list,
	.x-transfigure-navigation .c-navigation__list:hover > .c-navigation__list {
		border-right: 0;
	}
	.x-transfigure-navigation__row .is-off-screen .c-navigation__row:nth-child(2) .c-navigation__row.second-level {
		box-shadow: none;
	}
	.c-navigation__row.second-level,
	.c-navigation__row.second-level {
		display: block;
		position: static;
	}	
	/* .c-navigation__list {
		position: static;
	} */
	.x-transfigure-navigation .c-navigation__list:hover .c-navigation__list .c-navigation__row {
		text-transform: none;
	}
	.x-transfigure-navigation .c-navigation__list:hover .c-navigation__list .c-navigation__link,
	.x-transfigure-navigation .c-navigation__list:hover .c-navigation__list:hover .c-navigation__link {
		border-bottom: 0;
	}
	.x-transfigure-navigation .c-navigation__list:hover .c-navigation__list .c-navigation__row,
	.x-transfigure-navigation__row .is-off-screen .c-navigation__row:nth-child(2) .c-navigation__row {
		box-shadow: none;
	}
	
	.x-transfigure-navigation .c-navigation__list:hover .c-navigation__row.u-flex > .c-navigation__list {
		display: inline-block;
		width: 30%;
		margin-right: 3.33%;
		float: left;
	}
	.x-transfigure-navigation .c-navigation__list:hover .c-navigation__row.u-flex > .c-navigation__list.u-hidden--l {
		display: none;
	}
	.x-transfigure-navigation .c-navigation__list:hover .c-navigation__row.u-flex > .c-navigation__list .second-level {
		min-height: 5rem;
	}
	.first-level .c-navigation__list > .c-navigation__link {
		flex-wrap: wrap;
	}	
	.x-transfigure-navigation .c-navigation__list:hover .c-navigation__row.first-level .c-navigation__link {
		color: #800231;
		border-bottom: 1px solid #800231;
		margin-bottom: 0.5rem;
	}
	.x-transfigure-navigation .c-navigation__list:hover .c-navigation__row.first-level .c-navigation__link:hover {
		border-bottom: 1px solid #000;
		color: #000;
	}
		
	.x-transfigure-navigation .c-navigation__list:hover .c-navigation__row .c-navigation__row .c-navigation__link {
		color: #434343;
		font-weight: normal;
		border: 0;
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	.x-transfigure-navigation .c-navigation__list:hover .c-navigation__row .c-navigation__row .c-navigation__link:hover {
		border: 0;
		color: #800231;
		background: #f1f1f1;
	}
	.c-navigation.x-transfigure-navigation {
		position: unset !important;
	}
	.x-transfigure-navigation .c-navigation__list.c-navigation__list-l1 {
		border: none !important;
		margin:0;
		padding:0;
		background: transparent;
		position: unset !important;
	}
	.x-transfigure-navigation .c-navigation__link.c-navigation__link-l1 {
		color: #fff;
		background: transparent;
		position: unset !important;
		font-size: 1rem;
		text-transform: capitalize;
		text-shadow: 1px 1px 1px rgba(0,0,0,1);
	}
}

.x-product-list__image_container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin:0;
	padding:0;
}



/* Product Flags */
.x-product-layout-purchase__product-flag {
	background: #3a7b7c;
	color: #fff;
	display: inline-block;
	padding: 0 4rem;
	text-align: center;
}
.x-product-list__product-flag {
	background: #3a7b7c;
	color: #fff;
	display: block;
	margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
	.x-product-layout-purchase__product-flag {
		display: block;
	}
}

/* HOME */

/* ACAD - B2B Application */
#b2b_instructions {
	padding: 2rem;
	margin-bottom: 1rem;
}

/* INVC - ORDS order confirmation header */
.t-page-ords .t-site-header,
.t-page-invc .t-site-header {
	margin-bottom: 1.75rem;
}

/* OSEL */
.additional-po {
	margin-top: 2em;
}

/* OUS1 - Upsell */
.t-page-ous1 input[type="submit"] {
	min-width: 1rem;
}
@media screen and (min-width: 1200px) {
	.t-main-content-element .t-ous1__right-side  {
		padding-left: 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 1159px) {
	.t-ous1__right-side  {
		padding-left: 1.5rem;
	}
}
@media screen and (max-width: 767px) {
	.t-page-ous1 picture {
		margin-bottom: 1.25rem;
	}
	.t-page-ous1 .t-ous1__purchase-buttons {
		text-align: center;
	}
}

/* Facets */
.x-facet-set {
	background-color: #e8e8e8;
	margin-bottom: 2rem;
	overflow: hidden;
	border-radius: 0.75rem;
}
.x-facet-set .x-collapsible-content__toggle {
	background-color: #800231;
	color: #fff;
	margin-bottom: 16px;
	outline: none;
	padding: 6px 8px;
}
.x-facet-set .x-facet-set__list {
	padding: 0 8px;
}
.x-facet-set .x-collapsible-content__toggle[aria-expanded="false"],
.x-facet-set .x-collapsible-content__toggle[aria-expanded="false"] + div {
	margin-bottom: 0;
}
.x-facet-set .x-collapsible-content__toggle[aria-expanded="false"] + div + hr {
	display: none;
}
.x-facet-set .x-facet-set__list .x-facet-set--count {
	color: #4a4a4a;
}
.x-facet-set #facet-set__price.x-facet-set__list {
	padding: 0;
}

/* Global Header and Footer */
.t-site-header__search-form {
	border-radius: 2rem;
	background-color: #fff;
}
.t-site-header__search-form .c-button.__search-icon {
	padding: 8px;
}
.t-site-header__search-form .c-form-input.__search-keywords {
	padding-left:1rem;
	padding-right:1rem;
}
.t-site-header__search-form .c-form-input.__search-keywords::placeholder {
	opacity: 1;
}
.t-site-header .header_message div:first-of-type:after {
	content: "";
}
@media screen and (min-width: 960px) {
	.x-fasten-header {
		margin-left: 0;
		padding-left: 32px;
		background-color: #800231;
	}
	.t-site-header .header_message div:first-of-type {
		text-align: right;
	}
	.t-site-header .header_message div:first-of-type:after {
		content: "|";
		margin: 0 1em;
	}
	.t-site-header .header_message div:first-of-type + div {
		text-align: left;
	}
}
/* iPad Pro Horizontal mode */
@media screen and (min-width: 1367) {
	.x-fasten-header {
		padding-right: 16px;
		margin-left: -16px;
	}
}
.t-site-header__masthead {
	border-bottom: 2px solid #000;
}
.t-site-header__masthead .masthead_item {
	border-left: solid 1px rgba(0,0,0,0.75);
	margin-right: 1em;
	padding-left: 1em;
}
@media screen and (min-width: 960px) {
	.t-site-header__masthead .masthead_item {
		min-height: 4.5em;
	}
}
@media screen and (min-width: 75em) {
	.t-site-header__masthead .masthead_item {
		margin-right: 1.5em;
		padding-left: 1.5em;
	}
}
@media screen and (min-width: 90em) {
	.t-site-header__masthead .masthead_item {
		margin-right: 1.875em;
		padding-left: 1.875em;
	}
}

.t-site-header__masthead .masthead_item.masthead-contact {
	line-height: 1.2;
}
.t-site-header__masthead .masthead_item.masthead-contact .masthead_heading {
	/*
	margin-bottom: 0;
	margin-top: 4px;
	*/
	line-height: 1.8;
}
.t-site-header__masthead .masthead_item.masthead-contact a {
	color: #fff;
}
.t-site-header__masthead .masthead_item.masthead-contact .masthead_heading span {
	font-size: 1.1em;
	position: relative;
	margin-left: 3px;
	font-size: inherit;
}
.t-site-header__masthead .masthead_heading {
	display: block;
	margin-bottom: 0.35em;
	width: 100%;
}
.t-site-header__masthead .masthead_item button {
	border: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}
#fasten_header .t-site-header__masthead-links .c-button {
	border-bottom: 0;
}
#fasten_header .t-site-header__masthead-links .c-button:hover {
	color: #fff;
	border-bottom: 0;
	opacity: 0.7;
}


.t-site-header__masthead .masthead_item button:hover,
.t-site-header__masthead .masthead_item button:active,
.t-site-header__masthead .masthead_item button:focus {
	border-bottom: 0;
	outline: none;
}
.t-site-footer {
	padding-top: 0;
}
.t-site-footer__content + section {
	background-color: #fff;
	margin-right: -16px;
	padding-top: 16px;
}
.t-site-footer__content section:last-child img {
	margin-bottom: 1em;
}
.t-site-footer__content .u-icon-envelope:before {
	position: relative;
	top: 2px;
}
#footer_col_3 a:hover {
	color: #fff;
	opacity: 0.7;
}
@media screen and (max-width: 1024px) {
	.t-site-footer__content #social_active li {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.t-site-footer__content section {
		padding-left: 0;
	}
	.t-site-footer__content #social_active {
		text-align: center;
	}
	.t-site-footer__content section:last-child {
		text-align: center;
	}
	.t-site-footer__content section:last-child img {
		margin-top: 1em;
		margin-bottom: 1em;
		max-width: 10.10em;
	}	
}
@media screen and (min-width: 768px) {
	.t-site-footer__content {
		display: flex;
		flex-wrap: wrap;
	}
	.t-site-footer__content section {
		width: 25%;
	}
	.t-site-footer__content section h5 {
		margin-bottom: 8px;
	}
	.t-site-footer__content section .c-menu__list li {
		line-height: 1.5;
	}
	.t-site-footer__content #social_active li {
		margin: 0;
		/*
		width: 50%;
		margin-right: 0;
		margin-left: -6px;
		*/
		text-align: center;
	}
	.t-site-footer__content section:last-child {
		border-left: 0;
		margin-top: 1em;
		text-align: center;
		width: 100%;
	}
	.t-site-footer__disclaimer {
		justify-content: space-between;
	}
	.t-site-footer__disclaimer .side-padding:last-child {
		flex-grow: 2;
		text-align: right;
	}
}
@media screen and (min-width: 960px) {
	.t-site-footer__content {
		flex-wrap: nowrap;
	}
	.t-site-footer__content section {
		border-left: solid 1px rgba(0,0,0,0.75);
	}
	.t-site-footer__content section:first-child {
		display: flex;
		border-left: 0;
		padding-left: 0;
		justify-content: center;
	}
	.t-site-footer__content section:last-child {
		border-left: solid 1px rgba(0,0,0,0.75);
		flex-basis: 33.33334%;
		margin-top: 0;
		max-width: 33.33334%;
		text-align: left;
		width: auto;
		padding-right: 0;
	}
	.t-site-footer__content section:last-child img {
		max-width: 8.75em;
		margin-right: 0.5rem;
	}
	.t-site-footer__disclaimer {
		justify-content: auto;
	}
}
@media screen and (min-width: 1260px) {
	.t-site-footer__content section {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
}
@media screen and (min-width: 960px) {
	#social_mobile {
		display: none;
	}
}

.c-button--as-link {
    background-color: transparent;
    border: none;
    color: currentColor;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    padding: 0;
    text-decoration: underline;
    text-decoration-thickness: from-font;
    -moz-user-select: auto;
    -webkit-user-select: auto;
    user-select: auto
}

.c-button--as-link:active,.c-button--as-link:focus,.x-hover--allowed .c-button--as-link:hover {
    background-color: transparent!important;
    text-decoration: underline;
    text-decoration-thickness: .1em;
    text-underline-offset: .15em
}