body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.w-row.pad-right,
.w-col.pad-right {
	padding-right: 1em;
}
.w-row.pad-left,
.w-col.pad-left {
	padding-left: 1em;
}
.w-row.pad-top,
.w-col.pad-top {
	padding-top: 1em;
}
.w-row.pad-bottom,
.w-col.pad-bottom {
	padding-bottom: 1em;
}

.logo-block {
	z-index: 1001;
}

.header-item-block {
	z-index: 900;
}

.nav-bar-link.dropdown {
	padding: 0.3em 1em;
}

.nav-bar-link.dropdown.single {
	padding: 0.8em 1em;
}

#mobile-menu {
	display: none;
}
#mobile-menu.mm-menu {
	background: #33404a url('/assets/images/dropdown_bknd.png') repeat;
}
#mobile-menu.mm-opened {
	display: block;
}
#mobile-menu.mm-menu .mm-list > li > a.mm-subopen:after,
#mobile-menu.mm-menu .mm-list > li > a.mm-subclose:before {
	border-color: #fff;
	width: 9px;
	height: 9px;
	border-width: 3px;
}
#mobile-menu ul:first-child {
	padding-top: 0;
}
#mobile-menu ul.mm-list > li:after {
	margin-left: 0;
}
#mobile-menu ul.mm-list > li > a {
	color: #fff;
	padding: 15px 10px 15px 20px;
	font-family: "Gaspar webfont",sans-serif;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 1.2em;
}
#mobile-menu ul.mm-list > li > a:hover,
#mobile-menu ul.mm-list > li > a:active {
	background-color: rgba(35, 40, 61, 0.22);
}
#mobile-menu ul.mm-list a.mm-subopen + a,
#mobile-menu ul.mm-list a.mm-subopen + span {
	margin-right: 60px;
}
#mobile-menu ul.mm-list a.mm-subopen {
	width: 60px;
}
#mobile-menu ul.mm-list a.mm-subopen:after {
	right: 28px;
}
#mobile-menu ul.mm-list a.mm-subclose:before {
	margin-bottom: -5px;
}

.main-content.with-right-sidebar {
	padding-right: 1.5em;
}

.main-content ul li,
.main-content ol li {
	margin-top: 3px;
}

@media ( max-width: 1200px ) {

	.module-designer .main-content {
		overflow: hidden;
	}

}

.footer-content {
	clear: both;
}

.cms_list h3 {
	margin-top: 0;
}

.cms_metadata2.cms_date h3 {
	font-size: 1.2em;
	line-height: 2.4em;
}

.quaternary_title {
	font-size: 1.2em;
}

#account_module.form .form_item.required .label,
#account_module.form .form_item.required .field {
	padding-bottom: 6px;
}

#account_module.form .form_item.required .field {
	background-position: 5px 6px;
}

/* My Designs */
.my-design-row:last-child {
	border-bottom: none;
}

.module-designer.controller-browse-dashboard-designs .pagination-wrapper {
	margin-bottom: 1.5em;
}

/************************************/
/* Start: Custom Styles for Buttons */
/************************************/
.w-button {
	color: #ffffff !important;
	display: inline-block !important;
	font-size: 0.9em !important;
}

.main-content a.link-button {
	display: inline-block;
	background-color: #0061aa;
	color: #ffffff;
	display: inline-block;
	font-size: 0.9em;
	font-weight: 600;
	letter-spacing: 0.05em;
	padding: 0.65em 1.25em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 150ms ease 0s, color 150ms ease 0s !important;
}

.posts-blocks-search-button,
.primary {
	display: inline-block;
	margin-right: 1em !important;
	margin-bottom: 1em !important;
	padding: 0.65em 1.25em !important;
	background-color: #0061aa !important;
	-webkit-transition: background-color 150ms ease, color 150ms ease !important;
	transition: background-color 150ms ease, color 150ms ease !important;
	background-image: none !important;
	color: white !important;
	font-size: 0.9em !important;
	font-weight: 600 !important;
	text-align: center !important;
	letter-spacing: 0.03em !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	border: none !important;
	border-radius: 0 0 0 0 !important;
}

.posts-blocks-search-button:hover,
.primary:hover {
	background-color: #147ccb !important;
}

.secondary {
	display: inline-block;
	margin-right: 1em;
	margin-bottom: 1em;
	padding: 0.65em 1.25em !important;
	background-color: #ad1f19 !important;
	-webkit-transition: background-color 150ms ease, color 150ms ease !important;
	transition: background-color 150ms ease, color 150ms ease !important;
	background-image: none !important;
	color: white !important;
	font-size: 0.9em !important;
	font-weight: 600 !important;
	text-align: center !important;
	letter-spacing: 0.03em !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	border: none !important;
	border-radius: 0 0 0 0 !important;
}

.secondary:hover {
	background-color: #d82a23 !important;
}

.tertiary {
	background-color: #7f94a3;
	color: white;
	display: inline-block;
	font-size: 0.9em;
	font-weight: 600;
	letter-spacing: 0.03em;
	margin-bottom: 1em;
	margin-right: 1em;
	padding: 0.65em 1.25em !important;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 150ms ease 0s, color 150ms ease 0s;
	border: none !important;
}

.tertiary:hover {
	background-color: #6690ad !important;
}

.posts-blocks-search-button {
	margin-top: 10px;
}
/************************************/
/* End: Custom Styles for Buttons 	*/
/************************************/

/*************************************/
/* Start: Custom Styles for Sidebars */
/*************************************/
.right-sidebar-column .box {
	margin-top: 3em;
	padding-right: 5px;
	padding-left: 5px;
	border-top: 4px solid #0061aa;
}

.right-sidebar-column .box:first-child {
	margin-top: 0;
}

	.right-sidebar-column .box a {
		display: inline;
		border-bottom-style: dotted;
		border-bottom-width: 1px;
		transition: color 300ms ease 0s;
		color: #147ccb;
		text-decoration: none;
	}

	.right-sidebar-column .box a:hover {
		color: #d37905;
	}

	.right-sidebar-column .box p a {
		border-bottom: none;
	}

	.right-sidebar-column .box.links p {
		margin-bottom: 0;
		border-bottom: 1px solid #e3edf5;
	}

		.right-sidebar-column .box.links p a {
			display: block;
			padding-top: 6px;
			padding-bottom: 6px;
			padding-left: 1em;
			background-image: url("/assets/images/icon_arrow2_right_blue.svg");
			background-position: 0px 50%;
			background-size: 10px 100%;
			background-repeat: no-repeat;
			background-attachment: scroll;
			text-decoration: none;
			color: #0061aa;
			font-family: "Encodesans medium webfont",sans-serif;
			font-size: 0.9em;
			font-weight: 500;
		}

	.right-sidebar-column .box table {
		width: 100%;
		border-bottom: 1px solid #e3edf5;
	}

		.right-sidebar-column .box table td {
			width: auto;
		}

		.right-sidebar-column .box table td:first-child {
			width: 5%;
		}

	.right-sidebar-column .box table a {
		display: block;
		padding-top: 6px;
		padding-bottom: 6px;
		text-decoration: none;
		color: #0061aa;
		font-family: "Encodesans medium webfont",sans-serif;
		font-size: 0.9em;
		font-weight: 500;
		border-bottom: none;
	}

	.right-sidebar-column .box.posts-blocks a {
		display: block;
		padding-top: 6px;
		padding-bottom: 6px;
		padding-left: 1em;
		background-image: url("/assets/images/icon_arrow2_right_blue.svg");
		background-position: 0px 50%;
		background-size: 10px 100%;
		background-repeat: no-repeat;
		background-attachment: scroll;
		border-bottom: 1px solid #e3edf5;
		text-decoration: none;
		color: #0061aa;
		font-family: "Encodesans medium webfont",sans-serif;
		font-size: 0.9em !important;
		font-weight: 500;
	}

	.right-sidebar-column .box.posts-blocks.posts-blocks-authors a,
	.right-sidebar-column .box.posts-blocks.posts-blocks-rss-feeds a,
	.right-sidebar-column .box.posts-blocks.posts-blocks-subscribes a {
		background-image: none;
		border-bottom: none;
	}

	.right-sidebar-column .box.posts-blocks.posts-blocks-rss-feeds a,
	.right-sidebar-column .box.posts-blocks.posts-blocks-subscribes a {
		padding-left: 0;
	}

	.right-sidebar-column .box.posts-blocks.posts-blocks-authors .posts-blocks-author .posts-blocks-author-avatar a {
		padding-left: 0;
	}

	.right-sidebar-column .box.posts-blocks.posts-blocks-authors .posts-blocks-author > div {
		display: inline-block;
	}

	.right-sidebar-column .box.posts-blocks.posts-blocks-authors .posts-blocks-posts {
		background-image: url("/assets/images/icon_arrow2_right_blue.svg");
		background-position: 0px 50%;
		background-size: 10px 100%;
		background-repeat: no-repeat;
		background-attachment: scroll;
		border-bottom: 1px solid #e3edf5;
	}

	.right-sidebar-column .box.archive a {
		display: block;
		padding-top: 6px;
		padding-bottom: 6px;
		padding-left: 1em;
		background-image: url("/assets/images/icon_arrow2_right_blue.svg");
		background-position: 0px 50%;
		background-size: 10px 100%;
		background-repeat: no-repeat;
		background-attachment: scroll;
		text-decoration: none;
		color: #0061aa;
		font-family: "Encodesans medium webfont",sans-serif;
		font-size: 0.9em;
		font-weight: 500;
		width: 100%;
		border-bottom: 1px solid #e3edf5;
	}

	.left-nav-column .adshow_container,
	.left-nav-column .box.ads {
		margin-top: 1.5em;
		border: 1px solid #e3edf5;
	}

	.left-nav-column .box.ads p {
		padding: 5px;
	}

	.left-nav-column .box.ads p.image-ad {
		padding: 0;
		text-align: center;
	}
/***********************************/
/* End: Custom Styles for Sidebars */
/***********************************/

/*********************************/
/* Start: Custom Styles for Cart */
/*********************************/
#s-cart #s-products .s-row {
	border-bottom: 1px dotted #7f94a3;
}

	#s-cart #s-products .s-row:last-child {
		border: none;
	}

#s-order-confirmation .ui-order-review .s-row.s-even,
#s-order-confirmation .ui-order-review .s-row.s-odd,
#s-cart #s-products .s-row.s-even,
#s-cart #s-products .s-row.s-odd,
#s-cart .w-col.s-promotions-container #s-promotions,
#s-cart .w-col.s-summary .s-sections {
	background: none !important;
	border-bottom: 1px dotted #7f94a3;
}

#s-cart .w-col.s-promotions-container #s-promotions,
#s-cart .w-col.s-summary #s-buttons,
#s-cart .w-col.s-summary #s-security-info,
#s-cart .w-col.s-summary #s-disclaimer {
	border: none;
}

#s-cart .w-col.s-promotions-container #s-promotions #s-apply.tertiary {
	padding: 0.5em 1.25em !important;
}

#s-cart .w-col.s-promotions-container .s-sections h3,
#s-cart .w-col.s-summary .s-sections h3 {
	font-size: 1.8em;
}

#s-cart .w-col.s-promotions-container .s-sections h4 {
	font-size: 1.2em;
}

#s-cart .w-col.s-summary #s-security-info #s-secure-icon {
	width: 36px;
	margin-top: 6px;
	margin-right: 3px;
}

/*******************************/
/* End: Custom Styles for Cart */
/*******************************/

/*************************************/
/* Start: Custom Styles for Pagination */
/*************************************/
.pagination-wrapper {
	border-top: 1px dotted rgba(81, 99, 112, 0.29);
	border-bottom: 1px dotted rgba(81, 99, 112, 0.29);
}

	.pagination-wrapper,
	.pagination-wrapper .pagination-bg {
		background-color: transparent;
	}

.pagination-wrapper .pagination-previous-page .disabled:before,
.pagination-wrapper .pagination-previous-page a:before {
	content: "C";
	font-family: Tge, sans-serif;
	font-size: 1em;
	font-weight: 600;
}

.pagination-wrapper .pagination-next-page .disabled:after,
.pagination-wrapper .pagination-next-page a:after {
	content: "D";
	font-family: Tge, sans-serif;
	font-size: 1em;
	font-weight: 600;
}

/*************************************/
/* End: Custom Styles for Pagination */
/*************************************/

/*************************************/
/* Start: Custom Styles for Checkout */
/*************************************/
#s-checkout .s-row.s-even,
#s-checkout .s-row.s-odd {
	background: none !important;
	border-bottom: 1px dotted #7f94a3;
}

#s-checkout .s-row {
	border-bottom: 1px dotted #7f94a3;
}

#s-checkout fieldset {
	background: #e3edf5;
}

	#s-checkout fieldset {
		border-color: #6690ad;
	}

		#s-checkout fieldset .ui-form-legend h3 {
			color: #ad1f19;
			font-family: "Gaspar webfont",sans-serif;
			font-size: 2.4em;
			font-weight: 400;
		}

			#s-checkout fieldset .ui-form-legend h3 .ui-form-legend-step {
				background-color: #ad1f19;
			}


/* Checkout steps */
#s-checkout #s-steps-bar-small ul li,
#s-checkout #s-steps-bar ul li {
	font-family: "Encodesans webfont", sans-serif;
	font-size: 16px;
}

#s-checkout #s-steps-bar-small ul li .s-step,
#s-checkout #s-steps-bar ul li {
	background: #a7bcd1;
	border-color: #a7bcd1;
}

#s-checkout #s-steps-bar-small ul li.s-current .s-step,
#s-checkout #s-steps-bar ul li.s-current {
	background: #d82a23;
	border-color: #d82a23;
}

#s-checkout #s-steps-bar-small ul li:hover .s-step,
#s-checkout #s-steps-bar ul li:hover {
	background: #147ccb;
	border-color: #147ccb;
}

#s-checkout #s-steps-bar-small ul li a,
#s-checkout #s-steps-bar ul li .s-step {
	color: #a7bcd1;
}
#s-checkout #s-steps-bar-small ul li.s-current a,
#s-checkout #s-steps-bar ul li.s-current .s-step {
	color: #d82a23;
}
#s-checkout #s-steps-bar-small ul li:hover a,
#s-checkout #s-steps-bar ul li:hover .s-step {
	color: #147ccb;
}

#s-checkout #s-steps-bar-small ul li.s-cart .s-icon .s-icon-fill{
	fill: #a7bcd1;
}
#s-checkout #s-steps-bar-small ul li.s-cart.s-current .s-icon .s-icon-fill{
	fill: #d82a23;
}
#s-checkout #s-steps-bar-small ul li.s-cart:hover .s-icon .s-icon-fill{
	fill: #147ccb;
}








#s-checkout .ui-form-fieldset .ui-form-fieldset-sub-div,
#s-checkout #s-totals,
#s-order-confirmation #s-totals {
	background: #cfdbe5;
}

#s-customer #s-sign-in {
	border-right: 1px dotted #7f94a3;
}

@media ( max-width: 767px ) {

	#s-customer #s-sign-in {
		border-top: 1px dotted #7f94a3;
		border-right: none;
	}

}

/***********************************/
/* End: Custom Styles for Checkout */
/***********************************/

#message {
	border: 1px solid #000000;
	border-radius: 5px;
	clear: both;
	color: #333333;
	margin: 1.5em 0;
	padding: 5px 10px;
}

.module-designer #message {
	margin-bottom: 0;
}

#message.error {
	border-color: #ff0000;
	background-color: #ffe8e8;
}

#message.success {
	border-color: #00ff00;
	background-color: #d8f6d8;
}

#message p {
	color: #333333;
	margin: 0px;
}

/*************************************/
/* Start: Custom Styles for Products */
/*************************************/
/*General */
.is-designer-eligible {
	position: relative;
}

.is-designer-eligible a:after {
	content: "";
	position: absolute;
	min-width: 150px;
	width: 50%;
	height: 50%;
	left: 0;
	bottom: 0;
	background-image: url("/local/website/modules/eCommerceProducts/images/t-shirt-design.svg");
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 1;
}

.is-not-designer-eligible.is-available-online {
	position: relative;
}


.is-not-designer-eligible.is-available-online a:after {
	content: "";
	position: absolute;
	min-width: 150px;
	width: 50%;
	height: 50%;
	left: 0;
	bottom: 0;
	background-image: url("/local/website/modules/eCommerceProducts/images/t-shirt-order-online.svg");
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 1;
}

/* Grid & List Views - Shared */
#products_module.responsive .items {
	position: relative;
}

	#products_module.responsive .items .item-wrapper .item .item-image {
		border: 0;
	}

	#products_module.responsive .items.grid-view .item-wrapper .item .item-description {
		text-align: center;
	}

		#products_module.responsive .items.grid-view .item-wrapper .item .item-description .item-product,
		#products_module.responsive .items.list-view .item-wrapper .item .item-description .item-product {
			font-size: 0.75rem;
			line-height: 1.25em;
			font-weight: 400;
		}

		#products_module.responsive .items.grid-view .item-wrapper .item .item-description .item-product .item-price,
		#products_module.responsive .items.list-view .item-wrapper .item .item-description .item-product .item-price {
			font-size: 0.875rem;
			margin-top: 0.25em;
			margin-bottom: 0.5em;
		}

		#products_module.responsive .item-product .item-colors,
		#products_module.responsive .item-product .item-sizes,
		#products_module.responsive .item-product .item-fabric {
			margin-top: 0.25em;
			margin-bottom: 0.25em;
		}

		#products_module.responsive .item-product .item-sku {
			font-size: 0.75rem;
			line-height: 1.25em;
			font-weight: 400;
		}

		#products_module.responsive .item-product .item-sku.divider {
			margin-left: 0.5em;
			padding-left: 1em;
			border-left: 1px solid #a8b3bd;

		}

		#products_module.responsive .items.grid-view .item-wrapper .item .item-description.is-not-available-online .item-prices {
			display: none;
		}

		#products_module.responsive .items.grid-view .item-wrapper .item .item-image.is-designer-eligible + .item-description.is-available-online .item-prices {
			display: none;
		}

	/* Grid View */
	#products_module.responsive .items.grid-view .item-wrapper .item {
		padding: 20px 10px 20px 10px;
	}

		#products_module.responsive .items.grid-view .item-wrapper .item .item-image a {
			height: 250px;
			line-height: 250px;
		}

	/* List View */
	#products_module.responsive .items.list-view .item-wrapper .item {
		border-bottom: 1px dotted rgba(81, 99, 112, 0.29);
		margin-top: 10px;
		margin-bottom: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#products_module.responsive .items.list-view .item-wrapper:last-child .item {
		border-bottom: 0;
	}

	#products_module.responsive .items.list-view .item-wrapper .item .item-image {
		float: left;
		width: 250px;
	}

		#products_module.responsive .items.list-view .item-wrapper .item .item-image a {
			height: 238px;
			line-height: 238px;
		}

	#products_module.responsive .items.list-view .item-wrapper .item .item-description {
		margin-left: 260px;
	}

		#products_module.responsive .items.list-view .item-wrapper .item .item-description.is-not-available-online .item-prices {
			display: none;
		}

/* Details View */
#products_module .product-details-flashing-price-grid {
	margin-bottom: 1em;
	text-align: center;
}

#products_module .product-details-flashing-price-grid.on {
	background-color: #FFFF00;
	color: #000000;
}

#products_module .product-details-flashing-price-grid.off {
	background-color: #FF0000;
	color: #FFFF00;
}

#products_module.responsive.cms_entity .product-details-slideshow-wrapper .product-details-slideshow .main-slider-wrapper,
#products_module.responsive.cms_entity .product-details-slideshow-wrapper .product-details-slideshow .one-image {
	border: 1px solid rgba(81, 99, 112, 0.29);
}

#products_module.responsive.cms_entity .product-details-slideshow-wrapper .product-details-slideshow .main-slider,
#products_module.responsive.cms_entity .product-details-slideshow-wrapper .product-details-slideshow .one-image {
	padding: 10px;
	position: relative;
}

	#products_module.responsive.cms_entity .product-details-slideshow-wrapper .product-details-slideshow .overlay {
		position: absolute;
		top: 0;
		left: 0;
		max-width: 100%;
		width: 100%;
		height: 100%;
		padding: 10px;
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
		background-color: #ffffff;
	}

	#products_module.responsive.cms_entity .product-details-slideshow-wrapper .product-details-slideshow .overlay.no-image {
		background-size: auto;
	}

/* Begin - Slider */
#products_module.responsive.cms_entity .product-details-slideshow-wrapper .carousel-slider {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted rgba(81, 99, 112, 0.29);
	border-top: 1px dotted rgba(81, 99, 112, 0.29);
}

.mini-slide-image-outer-wrapper {
	border: 1px solid rgba(81, 99, 112, 0.49);
}

.mini-slide-image-outer-wrapper:hover {
	border: 1px solid #ffc600;
}

.mini-slide-image-outer-wrapper.selected {
	box-shadow: inset 0px 0px 0px 2px rgba(81, 99, 112, 0.49);
	border: 1px solid rgba(81, 99, 112, 0.49);
}

	.mini-slide-image-outer-wrapper.selected:hover {
		box-shadow: inset 0px 0px 0px 2px #ffc600;
		border: 1px solid #ffc600;
	}

.slick-list {
	margin: 0 22px;
}

.slick-prev:before,
.slick-next:before {
	content: "" !important;
}

.slick-prev,
.slick-next {
	opacity: 0.25;
}

.slick-prev:hover,
.slick-next:hover {
	opacity: 0.6;
}

.slick-prev,
.slick-next,
.slick-next:hover,
.slick-next:focus,
.slick-prev:hover,
.slick-prev:focus {
	height: 15px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
	background-image: url("/local/website/modules/eCommerceProducts/images/arrow-left.svg");
}

.slick-next,
.slick-next:hover,
.slick-next:focus {
	background-image: url("/local/website/modules/eCommerceProducts/images/arrow-right.svg");
}
/* End - Slider */

#products_module.responsive.cms_entity .product-details-info-wrapper .product-details-info {
	padding: 0;
	background-color: transparent;
}

	#products_module.responsive.cms_entity .product-details-info-wrapper .product-details-info .product-prices {
		color: #0061aa;
		font-size: 1.22em;
		font-weight: 800;
		line-height: 1.5em;
	}

	#products_module.responsive.cms_entity .product-details-info-wrapper .product-details-info .designer-eligible-image {
		margin-bottom: 1em;
		width: 60%;
	}

/* Begin - Sizes & Colors */
#products_module.responsive.cms_entity .product-sizes-wrapper,
#products_module.responsive.cms_entity .product-printing-colors-wrapper {
	border-bottom: 1px dotted rgba(81, 99, 112, 0.29);
	margin-bottom: 0;
	padding-bottom: 10px;
	padding-top: 10px;
}

	#products_module.responsive.cms_entity .product-sizes select {
		width: 100%;
		height: 30px;
		margin-bottom: 0;
		padding: 4px 8px;
		border:1px solid rgba(81, 99, 112, 0.29);
		font-size: 0.65em;
		vertical-align: middle;
		color: #516370;
	}

	#products_module.responsive.cms_entity .product-sizes-hidden-message {
		display: none;
	}

	#products_module.responsive.cms_entity .product-sizes-title,
	#products_module.responsive.cms_entity .product-printing-colors-title {
		font-size: 0.9em;
		font-weight: 600;
		margin-bottom: 3px;
	}

	#products_module.responsive.cms_entity .product-printing-color-name {
		font-weight: 400;
		font-size: 0.9em;
	}

	#products_module.responsive.cms_entity .product-printing-color {
		border: #333333 solid 1px;
		display: inline-block;
		width: 20px;
		height: 20px;
		margin-right: 2px;
		margin-top: 2px;
		cursor: pointer;
		background-repeat: no-repeat;
		background-position: center center;
	}

	#products_module.responsive.cms_entity .product-printing-color.selected,
	#products_module.responsive.cms_entity .product-printing-color:hover {
		border-width: 3px;
	}
/* End - Sizes & Colors */

#products_module.responsive.cms_entity .price-catalog-color-sizes strong {

	font-weight: 600;

}

#products_module.responsive.cms_entity .product-sku {
	margin: 0;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted rgba(81, 99, 112, 0.29);
	color: #7f94a3;
	font-size: 0.8em;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	text-transform: uppercase;
}

#products_module.responsive.cms_entity .price-catalog {
	padding-top: 10px;
}

#products_module.responsive.cms_entity .product-quantity {
	padding-top: 10px;
	overflow: hidden;
}

	#products_module.responsive.cms_entity .product-quantity-label {
		float: left;
		font-size: 0.9em;
		font-weight: 600;
		margin-bottom: 0;
		margin-right: 25px;
	}

	#products_module.responsive.cms_entity .product-quantity-field {
		float: left;
	}

	#products_module.responsive.cms_entity .product-quantity-field {
		width: 75px;
	}


#products_module.responsive.cms_entity .price-calculator,
#products_module.responsive.cms_entity .price-grid {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted rgba(81, 99, 112, 0.29);
}


#products_module.responsive.cms_entity .price-grid-link,
#products_module.responsive.cms_entity .price-calculator-link {
	display: block;
	font-size: 18px;
	font-weight: 600;
}

	#products_module.responsive.cms_entity .price-grid-link .price-grid-icon {
		display: block;
		float: left;
		width: 1.375em;
		height: 1.5em;
		margin-right: 0.25em;
		background-image: url("/assets/images/table_blk.svg");
		background-position: 50% 50%;
		background-size: 1.125em auto;
		background-repeat: no-repeat;
		opacity: 0.65;
	}

	#products_module.responsive.cms_entity .price-calculator-link .price-calculator-icon {
		display: block;
		float: left;
		width: 1.375em;
		height: 1.5em;
		margin-right: 0.25em;
		background-image: url("/assets/images/icons-09.svg");
		background-position: 50% 50%;
		background-size: 1.125em auto;
		background-repeat: no-repeat;
		opacity: 0.65;
	}

/* Begin - Buttons */
#products_module.responsive.cms_entity .buttons-wrapper {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 10px;
	padding-top: 5px;
}

	#products_module.responsive.cms_entity .buttons-wrapper .button {
		border: none;
		margin: 0;
		display: block;
		margin-bottom: 10px;
	}

	#products_module.responsive.cms_entity .buttons-wrapper .button.secondary {
		background-color: #7f94a3;
	}

	#products_module.responsive.cms_entity .buttons-wrapper .button.secondary:hover {
		background-color: #f58e07;
	}

	#products_module.responsive.cms_entity .buttons-wrapper .button#add-to-cart {
		background-image: url("/local/website/modules/eCommerceProducts/images/cart.svg");
		background-position: 11px 50%;
		background-repeat: no-repeat;
		background-size: 16px 16px;
		padding-left: 2.25em !important;
	}

	#products_module.responsive.cms_entity .buttons-wrapper .button#add-to-wishlist {
		background-image: url("/local/website/modules/eCommerceProducts/images/wishlist.svg");
		background-position: 18px 50%;
		background-repeat: no-repeat;
		background-size: 12px 12px;
	}
/* End - Buttons */

#products_module.responsive.cms_entity .related-items-wrapper .related-items .related-items-title {
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0.5em;
	border-top: 4px solid #0061aa;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.2em;
	text-align: center;
	text-transform: capitalize;
	color: #ad1f19;
}

/* Begin: Tabs */
#products_module.responsive.cms_entity .product-details-tabs .tab-item {
	background-color: #516370;
	color: #a8b3bd;
	border: 1px solid #516370;
	border-radius: 6px 20px 0 0;
	font-size: 0.8em;
	font-weight: 600;
	letter-spacing: 0.05em;
	transition: background-color 150ms ease 0s;
}

	#products_module.responsive.cms_entity .product-details-tabs .tab-item:hover {
		background-color: #147ccb;
		color: #ffffff;
		border: 1px solid #147ccb;
	}

#products_module.responsive.cms_entity .product-details-tabs .selected-tab-item,
	#products_module.responsive.cms_entity .product-details-tabs .tab-item.selected-tab-item:hover {
	background-color: #7f94a3;
	color: #ffffff;
	border: 1px solid #7f94a3;
}

#products_module.responsive.cms_entity .product-details-tabs .selected-tab-item-content {
	background-color: transparent;
	border: 0;
}
/* End: Tabs */

/* *** Mobile *** */
	/* *** Potrait *** */
	@media screen and (max-width: 480px) {
		/* Grid View */
			/* One Per Row */
			#products_module.responsive .items.grid-view.one-col-on-mobile-portrait .item-wrapper:nth-child(1n + 2):before {
				content: "";
				position: absolute;
				width: 100%;
				height: 1px;
				left: 0;
				border-top: 1px dotted rgba(81, 99, 112, 0.29);
			}
	}

	/* *** Landscape *** */
	@media screen and (min-width: 481px) and (max-width: 720px) {
		/* Grid View */
			/* Two Per Row */
			#products_module.responsive .items.grid-view.two-col-on-mobile-landscape .item-wrapper:nth-child(2n + 3):before {
				content: "";
				position: absolute;
				width: 100%;
				height: 1px;
				left: 0;
				border-top: 1px dotted rgba(81, 99, 112, 0.29);
			}

		/* Details */
			/* Related Products - Three Per Row */
			#products_module.responsive .related-items-wrapper .related-items .items.grid-view .item-wrapper {
				width: 33.33%;
			}

			#products_module.responsive .related-items-wrapper .related-items .items.grid-view .item-wrapper:nth-child(2n + 3):before {
				height: 0;
				border-top: none;
			}

			#products_module.responsive .related-items-wrapper .related-items .items.grid-view .item-wrapper:nth-child(2n + 3) {
				clear: none;
			}

			#products_module.responsive .related-items-wrapper .related-items .items.grid-view .item-wrapper:nth-child(3n + 4):before {
				border-top: none;
			}
	}

@media screen and (max-width: 720px) {
	/* Tabs */
	#products_module.responsive.cms_entity .product-details-tabs {
		border-top: 0;
	}

		#products_module.responsive.cms_entity .product-details-tabs .tab-item {
			width: 100%;
			margin-bottom: 2px;
		}
}

/* *** Tablet *** */
@media screen and (min-width: 721px) {
	/* Grid View */
		/* Three Per Row */
		#products_module.responsive .items.grid-view.three-col-on-tablet .item-wrapper:nth-child(3n + 4):before {
			content: "";
			position: absolute;
			width: 100%;
			height: 1px;
			left: 0;
			border-top: 1px dotted rgba(81, 99, 112, 0.29);
		}

		/* Four Per Row */
		#products_module.responsive .items.grid-view.four-col-on-tablet .item-wrapper:nth-child(4n + 5):before {
			content: "";
			position: absolute;
			width: 100%;
			height: 1px;
			left: 0;
			border-top: 1px dotted rgba(81, 99, 112, 0.29);
		}

	/* Details */
		/* Related Products - Three Per Row */
		#products_module.responsive .related-items-wrapper .related-items .items.grid-view .item-wrapper:nth-child(3n+4):before {
			border-top: none;
		}

		#products_module.responsive.cms_entity .product-details-info-wrapper .product-details-info {
			padding: 0;
			margin-left: 65px;
		}

		#products_module .pagination.top{
			font-size: 16px;
		}
}

/* *** Desktop *** */
@media screen and (min-width: 1025px) {
	/* Details */
	#products_module.responsive.cms_entity .product-details-wrapper {
		float: left;
		width: 75%;
	}

		#products_module.responsive.cms_entity .product-details-slideshow-wrapper {
			width: 50%;
		}

		#products_module.responsive.cms_entity .product-details-info-wrapper {
			width: 50%;
		}

	#products_module.responsive.cms_entity .related-items-wrapper {
		clear: none;
		float: left;
		width: 25%;
	}

		#products_module.responsive.cms_entity .related-items-wrapper .related-items {
			margin-left: 1.5em;
			border-left: 1px dotted rgba(81, 99, 112, 0.29);
			padding-left: 0.5em;
			padding-right: 0.5em;
		}

			#products_module.responsive .related-items-wrapper .related-items .items.grid-view .item-wrapper {
				width: 100%;
			}

				#products_module.responsive .related-items-wrapper .related-items .items.grid-view .item-wrapper:nth-child(1n + 2) {
					clear: both;
				}

				#products_module.responsive .related-items-wrapper .related-items .items.grid-view .item-wrapper:nth-child(1n + 2):before {
					content: "";
					position: absolute;
					width: 100%;
					height: 1px;
					left: 0;
					border-top: 1px dotted rgba(81, 99, 112, 0.29);
				}

				#products_module.responsive.cms_entity .related-items-wrapper .related-items .items.grid-view .item-wrapper .item {
					padding-top: 10px;
					padding-bottom: 10px;
				}
}
/*************************************/
/* End: Custom Styles for Products */
/*************************************/

/*************************************/
/* Start: Search Facets */
/*************************************/

.box-option {
	max-height: 30px;
	margin-bottom: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(81, 99, 112, 0.29);
	-webkit-transition: background-color 150ms ease, border-color 150ms ease;
	transition: background-color 150ms ease, border-color 150ms ease;
	color: #516370;
	font-size: 0.7em;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	padding: 0 8px;
}
.box-option.five-column {
	width: 18%;
}
.box-option.four-column {
	width: 23%;
}

input.box-option[type="checkbox"],
input.box-option[type="radio"] {
	display: none;
}
.box-option:hover {
	border-color: #f58e07;
}
.box-option:active {
	background-color: #cfdbe5;
}

input.box-option[disabled]+label{
	background-color: #cfdbe5;
	cursor: default;
}
input.box-option[disabled]:hover+label{
	border-color: rgba(81, 99, 112, 0.29);
}

input.box-option[type="checkbox"]:checked+label,
input.box-option[type="radio"]:checked+label,
.box-option.selected {
	border-color: #f58e07;
}

.view-garments-by {
	margin-bottom: 1em;
}
.view-garments-by-text {
	color: #0061aa;
	float: left;
	font-size: 14px;
	font-weight: 600;
	line-height: 40px;
	margin: 0 5px 0 0;
	padding: 0;
	text-transform: uppercase;
}
.view-garments-by-select {
	float: left;
	height: 30px;
	margin-top: 5px;
}

.filter-by-type {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-top: 3px solid #0061aa;
}
.filter-checkbox {
	height: 30px;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	-webkit-transition: background-color 150ms ease;
	transition: background-color 150ms ease;
	line-height: 1.2em;
}
.filter-checkbox:hover {
	background-color: #e3edf5;
}
.filter-checkbox.disabled {
	opacity: 0.5;
}
.filter-checkbox-box {
	width: 18px;
	height: 18px;
	margin-top: 0px;
	margin-right: 5px;
	border-radius: 0px;
}

.sizegroup {
	display: inline-block;
}

.search-facets{
	width: 100%;
	position: relative;
}

.search-facets .clear-facet-link{
	width: auto;
}

.search-facets .search-facet .search-facet-filter-by{
	margin-top: 0em;
	margin-bottom: 0em;
	float: left;
	color: #ad1f19;
	font-size: 1.25em;
	font-family:'Gaspar webfont', sans-serif;
	line-height: 1.5em;
	font-weight: 800;
	cursor: pointer;
}


.search-facet .search-facet-collapse-icon {
	width: 18px;
	height: 30px;
	padding: 9px 0;
	position: absolute;
	right: 0;
	float: right;
	cursor: pointer;
}

.search-facet .search-facet-collapse-icon {
	background: url(/assets/images/icon_arrow2_down_blk_50.svg) no-repeat center;
	background-size: 12px 12px;
	opacity: 0.5;
}


@media screen and (max-width: 991px) {
	.search-facet .search-facet-collapse-icon {
		background: url(/assets/images/icon_arrow2_right_blk_50.svg) no-repeat center;
		background-size: 12px 30px;
	}
	.search-facet .search-facet-options-list {
		display: none;
	}

	.search-facet.expanded .search-facet-collapse-icon {
		background: url(/assets/images/icon_arrow2_down_blk_50.svg) no-repeat center;
		background-size: 12px 12px;
	}
	.search-facet.expanded .search-facet-options-list {
		display: block;
	}

}

@media screen and (min-width: 991px) {
	.search-facet.collapsed .search-facet-collapse-icon {
		background: url(/assets/images/icon_arrow2_right_blk_50.svg) no-repeat center;
		background-size: 12px 30px;
	}

	.search-facet.collapsed .search-facet-options-list {
		display: none;
	}
}

.search-facets .search-facet .filter-checkbox-box{
	height: 18px;
	width: 18px;
	margin: 0;
	float: left;
}

.search-facets .search-facet .checkbox-label{
	line-height: 30px;
	display: inline-block;
	font-weight: normal;
	margin: -6px 0 0 -20px;
	font-size: 0.8em;
	cursor: pointer;
	float: left;
	position: absolute;
	padding-left: 25px;
	width: 100%;
	white-space: nowrap;
}

.search-facets .search-facet .filter-checkbox-box[disabled]+label{
	cursor: default;
}

.search-facet {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-top: 3px solid #0061aa;
}

.search-facet-options-list {
	overflow-x: auto;
	overflow-y: auto;
	width: 100%;
	max-height: 150px;
	padding-right: 2px;
	padding-left: 2px;
	position: relative;
}

.search-facet-filter-applied-clear-all {
	display: block;
	height: 38px;
	min-height: 38px;
	margin: 1.5em 0;
	padding-top: 1px;
	float: none;
	background-color: #ad1f19;
	color: white;
	font-size: 0.8em;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
}

.search-facet-clear-all {
	height: 36px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}

.search-facet-clear-all-x {
	width: 36px;
	height: 36px;
	min-height: 36px;
	min-width: 36px;
	float: right;
	background-image: url("/local/website/modules/eCommerceProducts/images/X_wht.svg");
	background-position: 50% 50%;
	background-size: auto 10px;
	background-repeat: no-repeat;
	opacity: 0.5;
}

.search-facet-text {
	font-size: 0.8em;
}

.narrow-results-btn {
	display: block;
	margin-top: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0em;
	border-top: 3px solid #0061aa;
	-webkit-transition: color 150ms ease;
	transition: color 150ms ease;
	color: #0061aa;
	font-weight: 600;
	text-decoration: none;
}
.narrow-results-btn:hover {
	color: #147ccb;
}
.narrow-results-text {
	float: left;
	font-size: 1em;
}

.down {
	width: 18px;
	height: 30px;
	padding-top: 9px;
	padding-bottom: 9px;
	float: right;
	opacity: 0.5;
}
.down.hidden {
	display: none;
}
.up {
	display: none;
	width: 18px;
	height: 30px;
	padding-top: 9px;
	padding-bottom: 9px;
	float: right;
	opacity: 0.5;
}
.up.hidden {
	display: block;
}
/*************************************/
/* End: Search Facets */
/*************************************/

.field--category--title a {
	border: none;
}

.right-sidebar-column .filter-row {
	margin-top: 1.25em;
}

.right-sidebar-column .filter-row label {
	color: #ad1f19;
	font-family: 'Encodesans webfont', sans-serif;
	font-size: 0.9em;
	font-weight: 600;
	line-height: 1.5em;
	margin-bottom: 0.25em;
	margin-top: 1.25em;
}

.right-sidebar-column .filter-row input[type="text"] {
	width: 100%;
}

.right-sidebar-column .filter-row .select2-container {
	width: 100% !important;
}

.right-sidebar-column .filter-row .select2-container-multi {
	float: none;
}

.right-sidebar-column .filter-row .select2-choice {
	color: inherit;
	border-style: solid;
	display: block;
	transition: none;
}

.right-sidebar-column .filter-row .select2-search-choice-close {
	border: none;
}

.right-sidebar-column .filter-row.ui-form-buttons {
	overflow: hidden;
	padding: 0;
}

.right-sidebar-column .filter-row.ui-form-buttons .ui-form-field {
	float: left;
	line-height: 42px;
	margin: 0 12px 0 0;
	padding: 0;
	width: auto;
}

.right-sidebar-column .filter-row.ui-form-buttons .ui-form-field .primary {
	margin: 0;
}

@media screen and (min-width:991px){
	.quote-details-block-wrapper {
		padding-left: 20px !important;
	}
}

/* Larger Devices */
@media screen and (min-width:1200px){
	.w-container {
		max-width:1170px;
	}
}

.posts-collection + .pagination-wrapper {
	border-top: 0;
	margin-top: 1em;
}

#s-cart .s-row .s-images {
	padding-right: 5%;
}

#s-cart .s-row .s-descriptions .s-attribute-item {
	padding-left: 0;
}

.iframe {
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
	position: relative;
}

.iframe iframe {
	border: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#s-checkout .s-row .s-images,
#s-order-confirmation .s-row .s-images {
	display: none;
}

#s-checkout .s-row .s-descriptions .s-attribute-item,
#s-order-confirmation .s-row .s-descriptions .s-attribute-item {
	display: none;
}

/* accounts */

#account_module.form .form_container {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

#account_module.form .form_item .label,
#account_module.form .form_item.required .label {
	line-height: 36px;
	padding: 0 0 0.5em 0;
}

#account_module.form .form_item .field,
#account_module.form .form_item.required .field {
	background-position: 5px 13px;
	padding: 0 0 0.5em 2em;
}

#account_module.form .form_buttons {
	margin: 1em 0 0 30%;
	padding-left: 2em;
	text-align: left;
}

#account_module.form .form_buttons .form_button {
	margin: 0 0.5em 0 0;
}

#account_module.form .form_buttons a {
	margin: 0 0 0 0.5em;
}

#account_module.form .more_options {
	margin: 1em 0 0 30%;
}

#account_module.form .more_options ul {
	padding-left: 2em;
	width: auto;
}

/* search */

.module-search .main-content button {
	border: none;
	display: block;
	margin: 1em 0 0 0;
	padding: 0.65em 1.25em;
	background-color: #0061aa;
	-webkit-transition: background-color 150ms ease, color 150ms ease;
	transition: background-color 150ms ease, color 150ms ease;
	color: white !important;
	font-size: 0.9em;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.03em;
	text-decoration: none;
	text-transform: uppercase;
}

.module-search .main-content button:hover {
	background-color: #147ccb;
}

.module-search .main-content button:active {
	background-color: #33404a;
}

.module-search .main-content .search-collection {
	margin-top: 2em;
}


.left-nav-column .adshow_container {
	border: none;
}

.left-nav-column .adshow_container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.left-nav-column .adshow_container ul li + li {
	margin-top: 1em;
}

/* posts */

.module-posts .node .field {
	margin-top: 1em;
}

.module-posts .node .field:first-child {
	margin-top: 0;
}

.module-posts .node .field p {
	margin-top: 1em;
}

.module-posts .node .field p:first-child {
	margin-top: 0;
}

.module-posts .node .field ul {
	margin-top: 1em;
}

.module-posts .node .field ul:first-child {
	margin-top: 0;
}

.module-posts .posts-field-posted {
	font-size: 0.75em;
}

.module-posts .posts-field-categories {
	font-size: 0.75em;
	margin-top: 0 !important;
}

.module-posts .posts-content h2 {
	font-size: 2em;
	line-height: normal;
	margin: 1em 0 0 0;
}

.module-posts .posts-content h3 {
	font-size: 1.75em;
	line-height: normal;
	margin: 1em 0 0 0;
}

.posts-node .posts-comments .ui-form-fieldset .ui-form-legend{
	height: auto;
	color: #fff;
}

.module-posts .posts-content h4,
.module-posts .posts-content h5,
.module-posts .posts-content h6 {
	font-size: 1.5em;
	line-height: normal;
	margin: 1em 0 0 0;
}

.module-posts .collection > .node {
	margin-top: 2em;
	padding-top: 2em;
}

.module-posts .collection > .node:first-child {
	margin-top: 0;
	padding-top: 0;
}

.module-posts .collection .node .posts-field h2 {
	font-size: 2em;
	margin: 0;
}

.module-posts .collection .node .posts-field h2 a {
	color: inherit;
}

.module-posts .collection .node .posts-field-image img {
	display: block;
	height: auto;
	width: 100%;
}

.field.posts-field.posts-field-image img {
	max-height: none;
	max-width: none;
	width: 100%;
}

/*	Social Icons	*/
.share-buttons a{
	border-bottom-style: none;
}

.share-buttons img{
	width: 32px;
}

/* Address Verification Modal Window */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: 'Encodesans webfont', sans-serif !important;
}

.module-ecommerce-cart.action-checkout .ui-dialog-titlebar {
	margin-top: 0.3em !important;
	margin-bottom: 0.25em !important;
	font-family: 'Gaspar webfont', sans-serif !important;
	color: #ad1f19 !important;
	font-size: 2.4em !important;
	line-height: 1.2em !important;
	font-weight: 400 !important;
	background: none !important;
	border: none !important;
	padding: 0 0 0 0.3em !important;
}

/*posts module subscribe form*/
#posts_module.form .ui-form-fields.form_item {
	padding: 0;
}

#posts_module.form .ui-form-panel {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#posts_module.form .form_item .ui-form-label,
#posts_module.form .form_item .required .ui-form-label {
	display: block;
	text-align: left;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	height: auto;
}

#posts_module.form .form_item .ui-form-input,
#posts_module.form .form_item .ui-form-note,
#posts_module.form .form_item table {
	display: block;
	width: 100%;
}

#posts_module.form .ui-form-buttons {
	text-align: left;
	margin-top: 0;
	padding: 0;
}

@media(max-width: 479px) {
	#posts_module.form .form_item .ui-form-input input {
		width: 100% !important;
	}
}

/*mega menu*/
.nav-menu {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 180px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	float: none;
}

.nav-bar-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 1.375em 5px 1.75em;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	border-style: solid none none solid;
	border-width: 4px 0px 4px 1px;
	border-color: transparent transparent transparent hsla(0, 0%, 100%, .09);
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	font-family: 'Gaspar webfont', sans-serif;
	color: #fff;
	font-size: 0.8em;
	line-height: 1em;
	font-weight: 800;
	text-align: center;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
}

.nav-bar-dropdown-button:first-of-type .nav-bar-link.nav-dropdown {
	border-left-style: none;
	border-left-width: 0;
	position: static;
}

.nav-bar-link.nav-dropdown::after {
	background-image: none;
	width: 0;
	height: 0;
}

.nav-bar-dropdown-button {
	position: static;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.nav-bar-link:hover {
	-moz-box-shadow: inset 0 -4px 0 0 #f58e07;
	-webkit-box-shadow: inset 0 -4px 0 0 #f58e07;
	box-shadow: inset 0 -4px 0 0 #f58e07;
}

.nav-bar-link.nav-dropdown {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border-right-style: none;
	border-left-color: hsla(0, 0%, 100%, .1);
	background-image: none;
	background-position: 0px 0px;
	background-size: auto;
	background-repeat: repeat;
	padding-right: 5px;
}

.nav-bar-dropdown-list.w--open {
	background-color: #ffffff;
	background-image: none;
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	left: 0;
	height: auto;
	opacity: 0.97;
	right: 0;
	top: 100%;
	width: 100%;
	z-index: 5000;
}

.nav-mega-drop-content-region-wrap {
	font-size: 0.9375rem;
	line-height: 1.5em;
	padding: 15px 30px;
}

.nav-mega-drop-content-region-row {
	padding-bottom: 0.125rem;
	padding-top: 0.125rem;
}

.nav-mega-drop-content-region-row h2 {
	font-size: 1.875rem;
	letter-spacing: 0.03em;
	line-height: 1.125em;
	margin-bottom: 0.5rem;
	margin-top: 0rem;
}

.nav-mega-drop-content-region-row h3 {
	font-size: 1.5em;
	margin-bottom: 0.75rem;
	margin-top: 0.75rem;
}

.nav-mega-drop-content-region-row h4 {
	font-size: 1.125em;
	letter-spacing: 0.02em;
	line-height: 1.5em;
	margin-bottom: 0.75rem;
	margin-top: 0.75rem;
}

.nav-bar-dropdown-list .designer-select-action button[type="submit"] {
	background-color: transparent;
	border: 0 none;
	margin-top: 0;
	margin-bottom: 0.3em;
	font-family: 'Encodesans webfont', sans-serif;
	color: #0061aa;
	font-size: 22.5px;
	line-height: 1.5em;
	font-weight: 400;
	padding: 0px;
}

.nav-mega-drop-content-region-row ul,
.nav-mega-drop-content-region-row ol {
	color: #516370;
	padding-left: 1.25em;
}

.nav-mega-drop-content-region-row li {
	padding-bottom: 0.25em;
	padding-top: 0.25em;
}

.nav-mega-drop-content-region-row a:not(.hs-featured-image-link):not(.nav-mega-drop-list-view-all-button) {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #147ccb;
	display: inline;
	font-size: 1em;
	text-decoration: none;
	transition: color 300ms ease 0s;
}

.nav-mega-drop-content-region-row a:not(.hs-featured-image-link):not(.nav-mega-drop-list-view-all-button):hover {
	color: #d37905;
}

.nav-mega-drop-content-region-row.nav-mega-drop-flex-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.nav-mega-drop-content-region-row.nav-mega-drop-flex-row.blog-mega-menu-title-wrap {
	border-bottom: 1px dotted rgba(81, 99, 112, 0.3);
}

.button.nav-mega-drop-list-view-all-button {
	margin-right: 0em;
	margin-bottom: 0em;
	padding-right: 2.5em;
	float: right;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	background-image: url(/20170308112400/assets/images/icon_arrow3_right_cblgray.svg);
	background-position: 86% 50%;
	background-size: 9px 9px;
	background-repeat: no-repeat;
	font-size: 0.75rem;
	line-height: 1.25em;
}

.nav-mega-drop-content-region-column {
	max-width: 48.5%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.hs-featured-image-link {
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-height: 6rem;
	margin-top: 0rem;
	margin-right: 1rem;
	margin-bottom: 0.75rem;
	float: left;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}

.hs-featured-image {
	max-height: 6rem;
	position: relative;
	display: inline-block;
	max-width: 100% !important;
	float: none !important;
	margin: 0 !important;
}

.nav-drop-list-content-wrap {
	position: relative;
}

.nav-mega-drop-tabs-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.nav-mega-drop-tabs-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 25%;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 10px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-flex-basis: 25%;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	background-color: #0e5e9c;
	background-image: -webkit-linear-gradient(270deg, rgba(22, 86, 135, .63), rgba(22, 86, 135, .63)), url(/20170308112400/assets/images/blue_pattern.png);
	background-image: linear-gradient(180deg, rgba(22, 86, 135, .63), rgba(22, 86, 135, .63)), url(/20170308112400/assets/images/blue_pattern.png);
	background-position: 0px 0px, 100% 0px;
	background-size: auto, 46px;
}

.nav-mega-drop-tabs-tab-link {
	margin-top: 1px;
	padding: 0.5rem 2rem 0.5rem 0.875rem;
	background-color: transparent;
	background-image: url(/20170308112400/assets/images/icon_arrow2_right_wht_50.svg);
	background-position: 95% 50%;
	background-size: 8px 8px;
	background-repeat: no-repeat;
	box-shadow: 0 -1px 0 0 hsla(0, 0%, 100%, .15);
	color: #e3edf5;
	font-size: 0.8125rem;
	line-height: 1.25em;
}

.nav-mega-drop-tabs-tab-link.w--current {
	background-color: rgba(0, 0, 0, .2);
	box-shadow: 0 -1px 0 0 hsla(0, 0%, 100%, .15), inset 3px 0 0 0 #f58e07;
	color: #fff;
}

.nav-mega-drop-tabs-tab-link.view-all-categories-link {
	background-color: #ad1f19;
	background-image: url(/20170308112400/assets/images/red_pattern.png);
	background-position: 95% 50%;
	background-size: 46px 23px;
	background-repeat: repeat;
	box-shadow: none;
	color: #fff;
	letter-spacing: 0.05em;
}

.nav-mega-drop-tabs-tab-link:hover {
	background-color: rgba(0, 0, 0, .1);
	color: #fff;
}

.nav-mega-drop-tabs-content-wrap {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 0.875rem;
	line-height: 1.5em;
}

.nav-mega-drop-tabs-tab-pane {
	height: 100%;
	padding: 15px 20px;
}

.nav-mega-drop-list-content-title-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 5px 10px 10px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.nav-mega-drop-list-content-title {
	margin-top: 0rem;
	margin-bottom: 0rem;
	float: left;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	color: #0061aa;
	font-family: "Gaspar webfont",sans-serif;
	font-size: 2.5em;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 0;
	margin-top: 0;
	text-transform: capitalize;
}

.blog-mega-menu-title-wrap {
	padding-bottom: 0.75em;
}

.blog-mega-menu-title-wrap .nav-mega-drop-content-region-h2 {
	color: #0061aa;
	font-family: "Gaspar webfont",sans-serif;
	font-size: 2.5em;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 0;
	margin-top: 0;
	text-transform: capitalize;
	letter-spacing: 0;
}

.nav-mega-drop-list-content-row {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 0.75rem;
	padding-bottom: 0.25rem;
	border-top: 1px dotted rgba(81, 99, 112, .3);
}

.nav-mega-drop-list-content-column {
	position: relative;
	min-width: 25%;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-basis: 25%;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	text-align: left;
}

.nav-mega-drop-list-item-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav-mega-drop-list-item-image-link {
	padding: 5px;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.nav-mega-drop-list-item-image-link:hover {
	opacity: 0.7;
}

.nav-mega-drop-list-item-image {
	height: 5.5rem;
	max-width: 8rem;
}

.nav-mega-drop-list-item-title {
	margin-top: 0.25rem;
	margin-bottom: 0.5rem;
	font-size: 0.9375rem;
	line-height: 1.1875em;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

.link.nav-mega-drop-list-text-link {
	display: block;
	border-bottom-style: none;
	border-bottom-color: #000;
}

.link.nav-mega-drop-list-text-link:hover {
	color: #d37905;
}

.nav-mega-drop-list-text-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: -10px;
	margin-bottom: 0.25rem;
	margin-left: -10px;
	padding-left: 0px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}

.nav-mega-drop-list-text-list-item {
	margin-bottom: 0.5rem;
	padding-right: 8px;
	padding-left: 8px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	line-height: 1.3125em;
}

#Catalog-Tab-1-container,
#Design-Tab-1-container {
	display: block;
}

.nav-mega-drop-tabs-tab-pane.last .nav-mega-drop-list-content-title-wrap {
	display: none;
}

.nav-mega-drop-tabs-tab-pane.last > div {
	border-top: 1px dotted rgba(81, 99, 112, 0.3);
	padding-top: 0.75rem;
}

.nav-mega-drop-tabs-tab-pane.last .nav-mega-drop-list-content-row {
	border-top: 0 none;
	padding-top: 0;
	padding-bottom: 0;
}

.nav-mega-drop-tabs-tab-pane.last .nav-mega-drop-list-item-title {
	text-transform: none;
	margin-top: 0;
	margin-bottom: 0.5em;
	font-weight: 400;
}

.nav-mega-drop-tabs-tab-pane.last .nav-mega-drop-list-item-image-link {
	display: none;
}

@media(max-width: 1199px) {
	.nav-mega-sub-categories {
		min-width: 705px;
	}
}

@media(max-width: 1199px) and (min-width: 992px) {
	.header-item-block {
		margin-right: 5px;
	}
	.header-item-copy {
		font-size: 0.8em;
	}
	.header-dropdown-link {
		font-size: 0.75em;
	}
}

/*feeds module*/
td img {
	max-width: none;
}

/*trustPilot widget*/
.trustPilot-feed {
	margin-top: 2em;
}

.gray-divider.top-margin {
	margin-top: 2em;
	margin-bottom: 0;
}

.designer-stage + .trustpilot-widget {
	margin: 40px 0 20px;
}

.designer-inner.trustpilot-widget {
	margin: 40px 0 20px;
}

div#artworks_module {
	clear: right;
}

div#artworks_module p.noresults {
	margin: 20px 0;
	padding: 130px 0;
	border-top: 1px dotted rgba(81, 99, 112, 0.29);
	border-bottom: 1px dotted rgba(81, 99, 112, 0.29);
	text-align: center;
}

div#artworks_module .is-designer-eligible a:after {
	margin: 5px;
}

a.customize-design {
	padding: 0.65em 1em !important;
	white-space: nowrap;
}

a.button.primary.customize-design:before {
	background-image: url(/assets/images/pencil-alt-white.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 10px;
	display: inline-block;
	width: 20px;
	height: 20px;
	content: "";
	vertical-align: -3px;
}

a.button.primary.customize-design:after {
	background-image: url(/assets/images/icon_arrow3_right_white.svg);
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: right 0;
	padding-left: 10px;
	display: inline-block;
	width: 20px;
	height: 20px;
	content: "";
	vertical-align: -6px;
}

/*slideshow*/
.hero-slider-container {
	padding-top: 0;
	padding-left: 0;
}

.hero-slider {
	height: auto;
}

.hero-slider-slide-background.with-video {
	padding-top: 31.55%;
}

.hero-slider-slide-background.with-video iframe {
	position: absolute;
	top: 0;
	left: 0;
}

#play {
	position: absolute;
	top: 0;
}

.nav-mega-drop-content-region-row .h1 {
	color: #0061aa;
	font-family: 'Gaspar webfont', sans-serif;
	font-size: 2.5em;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	text-transform: capitalize;
}

.nav-mega-drop-content-region-row .h2 {
	color: #ad1f19;
	font-family: 'Gaspar webfont', sans-serif;
	font-size: 1.875rem;
	letter-spacing: 0.03em;
	line-height: 1.125em;
	margin-bottom: 0.5rem;
	margin-top: 0rem;
}

.left-nav-top-tab {
	font-family: 'Gaspar webfont', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}

.footer-content-block .h6 {
	color: #cfdbe5;
	font-family: 'Gaspar webfont', sans-serif;
	font-size: 1.125em;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.5em;
	margin-bottom: 0.25em;
	margin-top: 1em;
	text-transform: uppercase;
}

.be-ix-container {
	clear: both;
	color: #ffffff;
	padding: 1rem 0;
}
