@charset "UTF-8";

@import url(https://cdn.presscentric.com/skins/css/fa-all-5-12-0.min.css);

@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;500;600;700&family=Open+Sans:wght@600;700&display=swap);

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-5ths {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}

.bs-example {
	margin-right: 0;
	margin-left: 0;
	background-color: #fff;
	border-color: #ddd;
	border-width: 1px;
	border-radius: 4px 4px 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	padding: 45px 15px 15px;
	margin: 0 -15px 15px;
	border-color: #e5e5e5 #eee #eee;
	border-style: solid;
	border-width: 1px 0;
	-webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05);
}

.featured .featured-product-wrapper {
	padding: 0px;
}

.featured .featured-product-wrapper .product {
	height: initial;
}

.featured .featured-product-wrapper .product .title {
	position: relative;
	padding: 0;
	bottom: initial;
	height: initial;
	width: initial;
}

.featured .featured-product-wrapper .product .title h3 {
	overflow: initial;
	white-space: initial;
	padding: 0px;
	text-overflow: initial;
}

.navbar-default .navbar-nav > li > a, a, .link {
	color: #8c0b42;
}

.navbar-default .navbar-nav > li > a:hover, a:hover, .link:hover {
	color: #444444;
}

.section-title {
	text-align: center;
	margin-bottom: 40px;
}

.section-title + p {
	margin: 0 auto 60px auto;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.section-title + p {
		max-width: 50%;
	}
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", Geneva, Verdana, sans-serif;
	font-weight: 600;
	color: #000;
}

body, p {
	font-family: "Montserrat", Geneva, Verdana, sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

.escape-container {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: calc(-50vw + 0px);
	margin-right: calc(-50vw + 0px);
}

.no-style-list {
	list-style: none;
}

.image-icon {
	display: inline;
}

#tip_paper .popover {
	display: none !important;
}

#tip_paper .popover {
	display: block !important;
}

a:hover.append-play-button::after {
	-webkit-transform: scale(2) translate(5%, -27%);
	-ms-transform: scale(2) translate(5%, -27%);
	transform: scale(2) translate(5%, -27%);
}

.append-play-button::before {
	display: block;
	content: "";
	width: 100px;
	height: 100px;
	background-color: #8c0b42;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 10px solid #fff;
	border-radius: 50%;
}

.append-play-button::after {
	display: block;
	content: "\f04b";
	position: absolute;
	width: 20px;
	height: 20px;
	right: 58px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: -webkit-transform 600ms cubic-bezier(0.68, -0.6, 0.32, 1.6);
	transition: -webkit-transform 600ms cubic-bezier(0.68, -0.6, 0.32, 1.6);
	-o-transition: transform 600ms cubic-bezier(0.68, -0.6, 0.32, 1.6);
	transition: transform 600ms cubic-bezier(0.68, -0.6, 0.32, 1.6);
	transition: transform 600ms cubic-bezier(0.68, -0.6, 0.32, 1.6), -webkit-transform 600ms cubic-bezier(0.68, -0.6, 0.32, 1.6);
	font-family: "Font Awesome 5 Free";
	color: #fff;
	font-size: 20px;
}

@media screen and (min-width: 768px) {
	.col-sm-abs {
		position: absolute;
		margin: 15px 30px;
		padding: 15px;
		background: rgba(255, 255, 255, 0.6);
	}
	.col-sm-abs--top-left {
		top: 0px;
		left: 0px;
	}
	.col-sm-abs--top-right {
		top: 0px;
		right: 0px;
	}
	.col-sm-abs--bottom-right {
		bottom: 0px;
		right: 0px;
	}
	.col-sm-abs--bottom-left {
		bottom: 0px;
		left: 0px;
	}
}

html {
	overflow-x: hidden;
}

#s-wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

#container__content {
	flex: 1 0 auto;
	padding-bottom: 40px;
}

img {
	max-width: 100%;
	height: auto;
}

button, .btn, button.btn {
	background-color: #8c0b42;
	color: #fff;
	font-family: "Montserrat", Geneva, Verdana, sans-serif, sans-serif;
	font-weight: 400;
	display: inline-block;
	padding: 10px 30px;
	margin-bottom: 0;
	font-size: 1.4rem;
	line-height: 1.42857;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
	transition: all 200ms ease-in-out;
}

button:hover, .btn:hover, button.btn:hover {
	background-color: #444444;
	border-color: #444444;
	color: #fff;
}

#btnUpload {
	background-color: #8c0b42;
	border: none;
}

#btnUpload:hover, #btnUpload:active, #btnUpload:focus {
	background-color: #8c0b42;
}

.btn.btn-light {
	color: #8c0b42;
	border: 1px solid #8c0b42;
	background-color: transparent;
}

.btn.btn-light:hover {
	color: #fff;
	border: 1px solid #8c0b42;
	background-color: #8c0b42;
}

#carousel {
	padding-bottom: 20px;
}

.carousel-inner > .item > a > img.background-image, .carousel-inner > .item > img.background-image {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.carousel-indicators.bars li {
	width: 40px;
	height: 3px;
	border-radius: 0px;
	background-color: #fff;
	border-color: #fff;
	opacity: 0.4;
}

.carousel-indicators.bars li.active {
	width: 40px;
	height: 3px;
	opacity: 1;
	margin: 1px;
}

@media screen and (min-width: 768px) {
	.slide-title, .slide-content {
		margin-bottom: 40px;
	}
	.slide-title h2 {
		color: #fff;
	}
}

.slide-content ul {
	margin-bottom: 10px;
	margin-top: 0px;
	padding-left: 40px;
	list-style: disc;
}

@media screen and (max-width: 767px) {
	.slide-content {
		margin-top: 20px;
	}
	.carousel-indicators .active {
		background-color: #fff;
	}
	.carousel-indicators li {
		border-color: #fff;
	}
	.slide-title h1, .slide-title h2 {
		font-size: 24px;
	}
}

@media screen and (min-width: 768px) {
	.carousel-custom {
		position: absolute;
		top: 0px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		height: 100%;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.carousel-indicators.bars li {
		background-color: #8c0b42;
		border-color: #8c0b42;
	}
	.slide-title h1, .slide-title h2 {
		font-size: 36px;
	}
	.slide-title p {
		font-size: 18px;
	}
	.slide-content {
		color: #fff;
	}
	.slide-content h3 {
		color: #fff;
		font-size: 28px;
	}
	.slide-content p, .slide-content ul {
		font-size: 18px;
	}
}

@media screen and (min-width: 1170px) {
	.slide-title h1, .slide-title h2 {
		font-size: 48px;
	}
	.slide-title p {
		font-size: 22px;
	}
	.slide-content h3 {
		font-size: 36px;
	}
	.slide-content p, .slide-content ul {
		font-size: 22px;
	}
}

.CTA__image-block-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.CTA__image-block-wrapper {
		margin: 40px auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		float: left;
	}
	.CTA__image-element {
		max-width: 570px;
	}
}

.CTA__image-block-item {
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 1px 5px 0px #a8a8a8;
	box-shadow: 0px 1px 5px 0px #a8a8a8;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 200ms ease-in-out;
	transition: -webkit-transform 200ms ease-in-out;
	-o-transition: transform 200ms ease-in-out;
	transition: transform 200ms ease-in-out;
	transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.CTA__image-block-item--no-bg {
	border-radius: 9px;
}

.CTA__image-block-item--no-bg .CTA__image-block-text {
	background-color: transparent;
}

.CTA__image-block-item:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

@media screen and (min-width: 768px) {
	.CTA__image-block-item {
		margin-left: 20px;
		margin-bottom: 20px;
		position: relative;
	}
}

.CTA__image-block-item:hover .CTA__image-block-text {
	background-color: rgba(140, 11, 66, 0.6);
}

.CTA__image-element {
	width: 100%;
}

.CTA__image-block-text-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}

.CTA__image-block-text-wrapper * {
	color: #fff !important;
}

.CTA__image-block-text-wrapper--bottom {
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	top: auto;
	bottom: 0;
}

.CTA__image-block-text {
	background-color: rgba(0, 0, 0, 0.6);
	display: block;
	color: #fff !important;
	padding: 20px;
	-webkit-transition: background-color 200ms ease-in-out;
	-o-transition: background-color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out;
}

.cta-img-full-width {
	width: 100%;
	position: relative;
}

.cta-img-full-width__image-wrapper {
	overflow: hidden;
	margin: 0 15px;
	padding: 0;
	width: calc(100% - 30px);
}

.cta-img-full-width__image-wrapper img {
	max-width: inherit;
}

@media screen and (min-width: 768px) {
	.cta-img-full-width__image-wrapper {
		width: 100%;
		margin: 0px;
		padding: 0 15px;
	}
	.cta-img-full-width__image-wrapper img {
		max-width: 100%;
	}
}

.cta-img-full-width__content-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: rgba(255, 255, 255, 0.6);
}

@media screen and (min-width: 768px) {
	.cta-img-full-width__content-wrapper {
		background-color: transparent;
	}
	.cta-img-full-width__content-wrapper.float-right {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

.cta-img-full-width__content {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	text-align: center;
	padding: 20px;
}

.cta-img-full-width__content h4 {
	font-size: 2.4rem;
}

.CTA-left, .CTA-right {
	text-align: center;
	margin-bottom: 60px;
}

.CTA-left img, .CTA-right img {
	height: auto;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.CTA-left, .CTA-right {
		display: block;
		float: left;
	}
	.CTA-left {
		text-align: left;
	}
	.CTA-right {
		text-align: right;
	}
	.CTA-left .CTA__caption, .CTA-right .CTA__caption {
		line-height: 3rem;
	}
}

.cta-product-feature {
	background-color: #eaeaea;
	color: #333;
	display: block;
	-webkit-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	margin-bottom: 20px;
}

.cta-product-feature:hover {
	color: #8c0b42;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cta-product-feature:hover .cta-product-feature__caption-title {
	color: #8c0b42;
}

.cta-product-feature strong {
	color: #8c0b42;
}

@media screen and (min-width: 768px) {
	.cta-product-feature {
		max-width: calc(50% - 22px);
		margin-left: 15px;
	}
}

.cta-product-feature__image-wrapper {
	padding: 0px !important;
}

.cta-product-feature__caption-wrapper {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cta-product-feature__caption-title {
	font-weight: 600;
	margin: 0px;
}

.featured .featured-product-wrapper .thumbnail.product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.hero-wrapper {
	position: relative;
}

.hero-wrapper .hero-image-wrapper img {
	width: 100%;
}

.hero-wrapper .hero-content__title {
	font-size: 3.6rem;
}

@media screen and (min-width: 768px) {
	.hero-wrapper .hero-content__title {
		font-size: 3rem;
		font-weight: 700;
	}
}

@media screen and (min-width: 1600px) {
	.hero-wrapper .hero-content__title {
		font-size: 5.8rem;
	}
}

@media screen and (min-width: 2000px) {
	.hero-wrapper .hero-content__title {
		font-size: 7.2rem;
	}
}

@media screen and (min-width: 992px) {
	.hero-wrapper .hero-content-wrapper {
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		text-align: center;
		color: #fff;
		margin-top: 40px;
	}
}

@media screen and (min-width: 992px) {
	.hero-content-wrapper, .hero-wrapper .hero-content__title {
		max-width: 960px;
	}
}

.mosaic-wrapper {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

li.mosaic-item-wrapper {
	-webkit-transition: opacity 400ms ease-in-out;
	-o-transition: opacity 400ms ease-in-out;
	transition: opacity 400ms ease-in-out;
	opacity: 1;
}

li.mosaic-item-wrapper:hover {
	opacity: 0.6;
}

@media screen and (max-width: 767px) {
	li.mosaic-item-wrapper {
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 768px) {
	.mosaic-wrapper {
		display: -ms-inline-grid;
		display: inline-grid;
		-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
		grid-template-columns: 1fr 1fr 1fr;
		-ms-grid-rows: 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr;
		width: 100%;
		margin: 0;
		padding: 0;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}
	.mosaic-wrapper > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.mosaic-wrapper > *:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	.mosaic-wrapper > *:nth-child(3) {
		-ms-grid-row: 1;
		-ms-grid-column: 5;
	}
	.mosaic-wrapper > *:nth-child(4) {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	.mosaic-wrapper > *:nth-child(5) {
		-ms-grid-row: 2;
		-ms-grid-column: 3;
	}
	.mosaic-wrapper > *:nth-child(6) {
		-ms-grid-row: 2;
		-ms-grid-column: 5;
	}
	.mosaic-wrapper > *:nth-child(7) {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}
	.mosaic-wrapper > *:nth-child(8) {
		-ms-grid-row: 3;
		-ms-grid-column: 3;
	}
	.mosaic-wrapper > *:nth-child(9) {
		-ms-grid-row: 3;
		-ms-grid-column: 5;
	}
	li.mosaic-item-wrapper:nth-child(1) {
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-column-span: 1;
		grid-column-end: 2;
		-ms-grid-row: 1;
		grid-row-start: 1;
		-ms-grid-row-span: 1;
		grid-row-end: 2;
	}
	li.mosaic-item-wrapper:nth-child(2) {
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-column-span: 1;
		grid-column-end: 2;
		-ms-grid-row: 2;
		grid-row-start: 2;
		-ms-grid-row-span: 2;
		grid-row-end: 4;
	}
	li.mosaic-item-wrapper:nth-child(3) {
		-ms-grid-column: 2;
		grid-column-start: 2;
		-ms-grid-column-span: 1;
		grid-column-end: 3;
		-ms-grid-row: 1;
		grid-row-start: 1;
		-ms-grid-row-span: 2;
		grid-row-end: 3;
	}
	li.mosaic-item-wrapper:nth-child(4) {
		-ms-grid-column: 2;
		grid-column-start: 2;
		-ms-grid-column-span: 1;
		grid-column-end: 3;
		-ms-grid-row: 3;
		grid-row-start: 3;
		-ms-grid-row-span: 1;
		grid-row-end: 4;
		-ms-grid-row-align: self-end;
		align-self: self-end;
	}
	li.mosaic-item-wrapper:nth-child(5) {
		-ms-grid-column: 3;
		grid-column-start: 3;
		-ms-grid-column-span: 1;
		grid-column-end: 4;
		-ms-grid-row: 1;
		grid-row-start: 1;
		-ms-grid-row-span: 1;
		grid-row-end: 2;
	}
	li.mosaic-item-wrapper:nth-child(6) {
		-ms-grid-column: 3;
		grid-column-start: 3;
		-ms-grid-column-span: 1;
		grid-column-end: 4;
		-ms-grid-row: 2;
		grid-row-start: 2;
		-ms-grid-row-span: 2;
		grid-row-end: 4;
	}
}

.review-item {
	-webkit-box-shadow: 0px 0px 5px #ddd;
	box-shadow: 0px 0px 5px #ddd;
	border-radius: 9px;
	margin-bottom: 60px;
	padding: 20px;
}

.review-item__content-writeup {
	margin-bottom: 30px;
}

.review-item__score {
	color: #8c0b42;
	margin-bottom: 10px;
}

.review-item__profile-image {
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
	border: 3px solid #bfeced;
}

.review-item__content-author {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 20px;
}

body:not(.home) #System_PreContent {
	display: none;
}

.system-precontent__content-page {
	display: none;
}

body:not(.home):not(.product) #System_PreContent .system-precontent__content-page {
	display: block;
}

#System_Header {
	font-family: "Montserrat", Geneva, Verdana, sans-serif;
	font-weight: 600;
}

.tabberlive .tabbertabhide {
	display: none;
}

.tabberlive {
	margin-top: 1em;
}

ul.tabbernav {
	margin: 0;
	padding: 3px 0;
	height: 18px;
	width: 100%;
	border: none;
}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}

ul.tabbernav li a {
	color: #fff;
	padding: 0 24px;
	text-decoration: none;
	text-align: center;
	display: block;
	float: left;
	font-size: 1.2em;
	line-height: 47px;
	height: 47px;
	background: #8c0b42;
	margin-left: 4px;
	border-top: 1px solid #8c0b42;
	border-right: 1px solid #8c0b42;
	border-left: 1px solid #8c0b42;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

ul.tabbernav li a:link {
	background: #8c0b42;
	color: #fff;
}

ul.tabbernav li a:hover {
	color: #fff;
	background: #8c0b42;
	border-top: 1px solid #8c0b42;
	border-right: 1px solid #8c0b42;
	border-left: 1px solid #8c0b42;
}

ul.tabbernav li.tabberactive a {
	color: #8c0b42;
	background: #fff;
	border-top: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
}

ul.tabbernav li.tabberactive a:hover {
	color: #8c0b42;
	background: #fff;
	border-top: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
}

.tabberlive .tabbertab {
	background: #fff;
	border: 1px solid #d9d9d9;
	margin-top: 26px;
	padding: 10px;
	width: 100%;
}

table.list {
	width: 100%;
	margin-bottom: 20px;
}

table.list th, table.list td {
	padding: 10px 0px;
}

a.template-item .caption * {
	word-wrap: anywhere;
	font-size: 2rem;
}

.title-separator--center::after, .title-separator--left::after, .title-separator--right::after {
	content: "";
	display: block;
	height: 2px;
	width: 70px;
	background-color: #212121;
	position: absolute;
	top: calc(100% + 20px);
}

.title-separator--center, .title-separator--left, .title-separator--right {
	position: relative;
}

@media screen and (max-width: 991px) {
	.title-separator--left::after, .title-separator--right::after {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media screen and (min-width: 992px) {
	.title-separator--left {
		text-align: left;
	}
	.title-separator--center {
		text-align: center;
	}
	.title-separator--right {
		text-align: right;
	}
	.title-separator--center::after {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.title-separator--right::after {
		right: 0;
	}
}

#container__content {
	margin-bottom: 60px;
}

#container__footer {
	background-color: #000;
	color: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
}

#p-footer h1, #p-footer h2, #p-footer h3, #p-footer h4, #p-footer h5, #p-footer h6 {
	color: #fff;
}

#p-footer a {
	display: inline-block;
	-webkit-transition: color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
	text-decoration: none;
}

#p-footer a:not(:hover) {
	color: #fff;
}

#p-footer a::after {
	content: "";
	width: 1%;
	height: 1px;
	display: block;
	background-color: transparent;
	-webkit-transition: width 200ms ease-in-out;
	-o-transition: width 200ms ease-in-out;
	transition: width 200ms ease-in-out;
}

#p-footer a:hover {
	color: #8c0b42;
}

#p-footer a:hover::after {
	width: 100%;
	background-color: #8c0b42;
}

#p-footer .social a:hover::after {
	display: none;
	content: none;
}

.footer-logo {
	height: auto;
	width: 100%;
	max-width: 255px;
}

.footer-column {
	margin-bottom: 20px;
}

.footer-column > h4 {
	margin-bottom: 30px;
}

.footer-column ul {
	padding-left: 0px;
	list-style: none;
}

.footer-column:not(.social) ul {
	padding-left: 20px;
}

.footer-column a {
	color: #fff;
}

.footer-column.social ul {
	display: flex;
}

.footer-column.social ul li {
	margin-right: 20px;
	font-size: 6px;
}

#copyright_footer {
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 20px;
	font-size: 12px;
	margin: 0px;
}

@media screen and (min-width: 992px) {
	.footer-column:not(.social) ul, .footer-column ul {
		list-style: none;
		padding-left: 0px;
	}
}

@media screen and (max-width: 767px) {
	.navbar-default {
		margin-left: -15px;
		margin-right: -15px;
		background-color: #fff;
		border: none;
		border-bottom: 1px solid #e7e7e7;
	}
	.navbar-brand {
		height: 50px;
		width: 200px;
	}
	pc-header {
		display: none;
	}
	#s-nav .container nav.navbar-default {
		max-height: 100vh;
		display: flex;
		flex-direction: column;
	}
	div#s-user {
		padding-bottom: 20px;
	}
	div#s-menu .navbar-nav li a {
		white-space: normal;
	}
}

#s-nav {
	position: fixed;
	z-index: 50;
	width: 100%;
}

@media screen and (max-width: 767px) {
	body:not(.home) #s-nav + #product-header, body:not(.home) #System_PreContent + *, body #s-nav + * {
		margin-top: 60px;
	}
	#s-nav + #product-header + #container__content, #s-nav + #product-header + #System_PreContent + #container__content {
		margin-top: 0px;
	}
}

@media screen and (min-width: 768px) {
	body:not(.home) #s-nav + #product-header, body:not(.home) #System_PreContent + *, body #s-nav + * {
		margin-top: 144.85001px;
	}
	#s-nav + #product-header + #System_PreContent + #container__content, #s-nav + #product-header + #container__content, #product-header + #System_PreContent + #container__content {
		margin-top: 0px;
	}
}

div#s-header-logo-mobile, div#s-header-logo {
	width: 100%;
	height: 100%;
	background: url("https://cms.presscentric.com/6FZKPiC3bw3FtoiYQaCoYQ/NMSU/download.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}

.navbar-default {
	border: none;
}

#s-nav {
	background-color: #fff;
}

#s-nav .container nav.navbar-default {
	margin-bottom: 0px;
	background-color: transparent;
}

@media screen and (min-width: 768px) {
	pc-header .navbar-brand {
		height: 75px;
		width: 200px;
	}
	.navbar-header {
		margin: 0px;
	}
	#s-nav .container > .navbar-default > .navbar-header {
		display: none;
	}
	#s-nav .navbar-collapse {
		display: flex !important;
		flex-wrap: wrap;
	}
	#s-nav .navbar-collapse::after, #s-nav .navbar-collapse::before {
		content: none;
		width: 0px;
	}
	#System_Header, #s-user {
		padding: 10px;
		display: flex;
		align-items: center;
	}
	#System_Header {
		color: #fff;
		background-color: #000;
		order: 0;
		flex: 1 0 50%;
		position: relative;
		max-width: 50%;
	}
	#System_Header::before {
		content: "";
		display: block;
		height: 100%;
		background-color: #000;
		position: absolute;
		top: 0px;
		right: 100%;
		width: 50vw;
	}
	#System_Header a {
		color: #8c0b42;
	}
	#s-search {
		margin: 0;
		display: flex;
		align-items: center;
		width: 40%;
		padding: 0px;
		order: 1;
		z-index: 1;
	}
	.form-group {
		width: 100%;
	}
	.site-search {
		width: 100%;
		border: none;
		padding: 2px 10px;
		font-weight: 400;
		font-size: 15px;
		outline: none;
	}
	.search-enabled #System_Header {
		max-width: 35% !important;
	}
	.search-enabled #s-search {
		width: 20% !important;
	}
	.search-enabled #s-user {
		max-width: 45% !important;
		order: 0;
	}
	#s-user {
		background-color: #000;
		color: #fff;
		order: 1;
		flex: 1 0 50%;
		text-align: right;
		margin: 0px;
		position: relative;
		justify-content: flex-end;
		max-width: 50%;
	}
	#s-user a, #s-user a.btn {
		color: #8c0b42;
		font-size: 1.4rem;
	}
	#s-user a:hover, #s-user a.btn:hover {
		text-decoration: underline;
	}
	#s-user * {
		display: inline-block;
		float: none !important;
		margin: 0;
		padding: 0 5px;
	}
	#s-user .btn, #s-user #user-cart {
		background-color: initial;
		border: none;
		padding: 0px;
	}
	#s-user::after {
		content: "";
		display: block;
		height: 100%;
		background-color: #000;
		position: absolute;
		top: 0px;
		left: 100%;
		width: 50vw;
	}
	pc-header {
		order: 2;
		flex: 0 1 25%;
		margin: 0px;
		max-width: 25%;
	}
	#s-menu {
		order: 3;
		flex: 0 1 75%;
		text-align: right;
		display: flex !important;
		max-width: 75%;
		align-items: center;
		justify-content: flex-end;
	}
	#s-menu > * {
		display: inline-block;
	}
	#s-header {
		margin: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: transparent;
		border-radius: 0px;
		z-index: 1;
	}
	#s-header .navbar-header {
		display: flex;
		float: none;
	}
	#s-header a.navbar-brand {
		display: block;
		float: none;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0px;
		height: 75px;
		width: 200px;
	}
	#s-header a.navbar-brand:only-child {
		flex: 0 0 100%;
		max-width: 100%;
	}
	#s-header a.ng-scope {
		flex: 0 0 50%;
		max-width: 50%;
		max-height: 50px;
	}
	#s-header a.ng-scope:only-child {
		flex: 0 0 100%;
	}
	#s-header a {
		color: #8c0b42;
	}
}

@media screen and (max-width: 768px) {
	.site-search {
		width: 100%;
		padding: 2px 10px;
		font-weight: 400;
		font-size: 15px;
		outline: none;
	}
}

div.section-wrapper {
	margin-bottom: 60px;
}

#container__content div.content__column-left {
	display: none;
}

#container__content #s-main {
	width: 100%;
}

@use "sass:color";

#s-products #hdr-products p {
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 0;
	font-family: "Montserrat", Geneva, Verdana, sans-serif;
	font-weight: bold;
	text-align: center;
}

#s-products .btn {
	background-color: #fff;
	color: #8c0b42;
}

#s-products .btn:hover {
	background-color: #bb0f58;
	color: #fff;
}

#s-products .list-group-item > a:hover {
	background-color: #bb0f58;
	color: #fff;
}

.sideMenu .dropup a span.tag {
	display: none;
}

.sideMenu .btn {
	text-align: left;
}

#order-shipbill, #order-shipbill #order, #order-confirm #order, .field.form-group.fields-billing {
	padding: 20px;
}

#adr-billing .field.form-group.fields-billing, #adr-shipping .field {
	padding: 0 20px;
	margin-bottom: 15px;
}

#order-upload {
	margin: 40px auto;
}

#order-upload .form.upload {
	display: inline-block;
	width: 100%;
	padding: 20px 0;
	margin: 20px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#uploads-drop .file .progress {
	display: none;
}

body.product .job-specification__wrapper {
	list-style: none;
	padding: 0px;
}

body.product #product-header {
	overflow: hidden;
	margin-top: 144.85001px;
	margin-bottom: 50px;
}

body.product #product-header img {
	height: 100%;
	width: 100%;
	object-position: center;
}

body.product #product img {
	display: block;
	max-width: 100%;
	height: auto;
}

body.product #product .pheader h1 {
	margin-top: 10px;
	font-size: 18pt;
}

body.product #order {
	border-radius: 0px;
	border: none;
}

body.product #order .panel-heading {
	color: transparent;
	background-color: #8c0b42;
	border-radius: 0px;
	background: #8c0b42;
	color: #fff;
	height: 47px;
	padding: 0;
	border: none;
}

body.product #order .panel-heading .jobspecs {
	font-size: 18pt;
	padding: 0 24px;
	margin: 0;
	display: block;
	height: 47px;
	line-height: 47px;
	color: #000;
}

body.product #order .panel-body {
	background-color: #f1f1f1;
}

body.product #order ul {
	list-style-type: none;
	padding: 0;
}

body.product #order .fields .form-group * {
	border-radius: 0px;
}

body.product #order .list-group-item {
	background-color: transparent;
}

body.product #pricingWrapper li {
	border: none;
}

@media (min-width: 768px) {
	body.product #order_wrapper {
		margin-top: 40px;
	}
}

#s-header a.navbar-brand:nth-child(1) {
	float: none;
	padding: 0;
	font-size: initial;
	line-height: initial;
	width: 215px;
	height: 72px;
}

.featured .featured-product-wrapper .product {
	border: none;
	height: auto;
}

.featured .featured-product-wrapper .product:hover {
	box-shadow: 0px 0px 5px #ddd;
}

.featured-product-thumbnail-wrapper {
	height: 250px;
}

.featured .featured-product-wrapper .product.thumbnail img {
	height: 100%;
	border-radius: 0px;
}

@media screen and (max-width: 767px) {
	.featured .featured-product-wrapper .product.thumbnail img {
		transform: none;
		top: auto;
	}
}

.featured .featured-product-wrapper .featured-product-thumbnail-wrapper img {
	max-height: 250px;
}

.featured .featured-product-wrapper .thumbnail .caption.title {
	position: relative;
	white-space: normal;
	bottom: auto;
	height: auto;
	margin: 0 auto;
	line-height: 30px;
	text-overflow: unset;
	min-height: 60px;
}

.featured .featured-product-wrapper .product .title h3 {
	text-transform: uppercase;
	white-space: normal;
}

.featured .featured-product-wrapper .product .title p {
	position: absolute;
	top: -230px;
	left: calc(50% - 130px);
	border-radius: 7000px;
	border: 1px solid red;
	padding: 0px 10px;
	background: red;
	color: white;
	transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
	.featured .featured-product-thumbnail-wrapper {
		height: auto;
	}
	.featured .featured-product-wrapper .product {
		height: 225px;
		padding: 10px;
	}
	.featured .featured-product-wrapper .product.thumbnail img {
		height: auto;
		top: auto;
		transform: none;
		width: 100%;
	}
	.featured .featured-product-wrapper .product .title h3 {
		font-size: 14px;
	}
	.featured .featured-product-wrapper .product .title p {
		top: -135px;
		left: 10px;
		transform: none;
	}
}

@media screen and (min-width: 992px) {
	.featured .featured-product-wrapper .product {
		height: 310px;
		padding: 20px;
	}
	.featured .featured-product-wrapper .product .title h3 {
		font-size: 18px;
		line-height: 30px;
	}
	.featured .featured-product-wrapper .product .title p {
		top: -200px;
	}
}

@media screen and (min-width: 1200px) {
	.featured .featured-product-wrapper .product .title p {
		top: -200px;
	}
}

@media screen and (min-width: 1600px) {
	.featured .featured-product-wrapper .product {
		height: -235px;
	}
	.featured .featured-product-wrapper .product .title p {
		top: -200px;
	}
}

.cta-icon-item img {
	height: 70px;
}

.tab-content {
	padding: 20px 10px;
	margin-top: -2px;
	font-size: 13px;
	border-width: 1px;
	border-style: solid;
}

.nav.nav-tabs {
	border: none;
	margin-left: 5px;
}

.nav.nav-tabs li {
	margin: 1px 2px;
	padding: 0;
}

.nav.nav-tabs li a {
	padding: 13px 24px;
	margin: 0;
	font: normal 15px "Roboto", "sans-serif";
	border-width: 1px;
	border-style: solid;
	border-bottom: none;
}

.nav.nav-tabs li.active a {
	border: none;
}

.tabberlive .tabbertabhide {
	display: none;
}

.tabberlive {
	margin-top: 1em;
	margin-bottom: 40px;
}

ul.tabbernav {
	margin: 0;
	padding: 3px 0;
	height: 18px;
	width: 100%;
	border: none;
	display: flex;
}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline-block;
	width: 50%;
	flex: 1 1 auto;
}

ul.tabbernav li a, ul.tabbernav li a:link {
	padding: 0 24px;
	text-decoration: none;
	text-align: center;
	display: block;
	font-size: 1.1em;
	line-height: 47px;
	height: 47px;
	width: 100%;
	transition: all 400ms ease-in-out;
	color: #8c0b42;
	background: #fff;
	border: 1px solid #8c0b42;
	border-radius: 0px;
	margin: 0px;
}

ul.tabbernav li a:hover, ul.tabbernav li a:link:hover {
	color: #fff;
	background: #444444;
	border-color: #444444;
}

ul.tabbernav li.tabberactive a {
	color: #fff;
	background: #8c0b42;
	border: 1px solid #8c0b42;
}

ul.tabbernav li.tabberactive a:hover {
	border: none;
	color: #fff;
	background: #8c0b42;
}

.tabberlive .tabbertab {
	border-width: 1px;
	border-style: solid;
	margin-top: 26px;
	padding: 10px;
	width: 100%;
}

.tabbertab {
	background: #fff;
	border-color: #d9d9d9;
}

.tabbertab a {
	color: #8c0b42;
}

.tabbertab a:hover {
	text-decoration: none;
	color: #444444;
}

#product img {
	display: block;
	max-width: 100%;
	height: auto;
}

body.product #order {
	border: none;
	box-shadow: none;
}

body.product #order .panel-heading {
	background-color: transparent;
	border: none;
}

body.product #order .panel-body {
	padding: 0px;
	border: 1px solid #eee;
	border-radius: 9px;
	background-color: #fff;
}

body.product #order .job-specification__wrapper {
	list-style: none;
	padding: 0px;
}

body.product #order .job-specification__wrapper h3.details {
	margin: 0;
	padding: 20px;
	background-color: #eee;
	margin-bottom: 20px;
	border-radius: 9px;
}

body.product #order .job-specification__wrapper h3.bindery {
	padding: 0 20px;
}

body.product #order #debug {
	margin: 20px;
}

body.product #order li > .fields, body.product #realtimeQuote, body.product #pricingSection {
	padding: 0px 20px;
}

.tags-icon::before {
	content: url(https://cdn.presscentric.com/skins/css/skin-14/assets/tags-icon.png);
}

.like-icon::before {
	content: url(https://cdn.presscentric.com/skins/css/skin-14/assets/like-icon.png);
}

.support-icon::before {
	content: url(https://cdn.presscentric.com/skins/css/skin-14/assets/support-icon.png);
}

.tags-icon::before, .like-icon::before, .support-icon::before {
	position: absolute;
	display: block;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.tags-icon, .like-icon, .support-icon {
	position: relative;
	margin-right: 40px;
	height: 28px;
}

@media screen and (min-width: 992px) {
	.hero-content__title {
		color: #fff;
	}
}

#System_PreContent ul {
	list-style: none;
}

#System_PreContent li {
	margin: 0px;
	padding: 20px 0;
}

.skin-14-background-image {
	background: no-repeat center top url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 1920 1000'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:rgb(68, 68, 68);%7D.cls-2%7Bfill:url(%23linear-gradient);%7D%3C/style%3E%3ClinearGradient id='linear-gradient' x1='69.06' y1='-144.62' x2='2578.4' y2='1372.71' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='rgb(140, 11, 66)'/%3E%3Cstop offset='0.2' stop-color='rgb(126, 10, 59)'/%3E%3Cstop offset='0.35' stop-color='rgb(119, 9, 56)'/%3E%3Cstop offset='0.47' stop-color='rgb(112, 9, 53)'/%3E%3Cstop offset='0.58' stop-color='rgb(105, 8, 49)'/%3E%3Cstop offset='0.69' stop-color='rgb(98, 8, 46)'/%3E%3Cstop offset='0.79' stop-color='rgb(91, 7, 43)'/%3E%3Cstop offset='0.88' stop-color='rgb(56, 4, 26)'/%3E%3Cstop offset='0.97' stop-color='%23030f11'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Layer_3' data-name='Layer 3'%3E%3Cpath class='cls-1' d='M0,787.12C253.13,920,579,1000,934.5,1000c379.9,0,725.89-91.31,985.5-240.94V0H0Z'/%3E%3C/g%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cpath class='cls-2' d='M0,788.22C223.74,877.34,489.68,929,775,929c466.89,0,881.88-138.34,1145-352.77V0H0Z'/%3E%3C/g%3E%3C/svg%3E");
	background-size: auto;
	background-size: contain;
}