/* utility classes */
.hidden {
	display: none;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.flex-display {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.flex-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	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-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	margin: 0;
}
.flex-column {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
}
.flex-column.flex-column-auto {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	width: auto;
	max-width: 100%;
}
.site-width {
	margin: 0 auto;
	max-width: 1084px;
	position: relative;
	width: auto;
}
.section-title {
	color: #064d83;
	font-size: 25px;
	font-weight: bold;
	margin: 0 0 10px;
	text-align: center;
}
.content-section {
	display: block;
	margin: 0;
	padding: 60px 0;
}

/**
 * Overrides
 */
.fma-container-0 {
	margin: 0;
}
.fma-container-4 {
	margin-top: 0;
	padding-top: 0;
}
.fma-container-5 {
	background: none;
}

/**
 * New Updates
 */
.fma-pre-title {
	font-size: 53px;
	margin-top: 0px;
	color: #595959;
	text-align: center;
}
.fma-title {
	font-size: 60px;
}
.learnmore {
	font-weight: bold;
	display: inline-block;
	font-size: 16px;
	margin-top: 10px;
	text-transform: uppercase;
}
.learnmore span:after {
	content: " >";
	color: #0e94d1;
	font-weight: bold;
	margin-left: 5px;
}
.learnmore.white {
	color: #fff;
}
.learnmore.button {
	background-color: #064d83;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	margin: 0;
	padding: 5px 10px;
	transition: background-color 0.3s linear;
}
.learnmore.button:hover {
	background-color: #08375a;
}
.learnmore.button.full-width {
	display: block;
	width: 100%;
}
.learnmore.link > span,
.learnmore.button.full-width > span {
	display: block;
	transform: translate3d(-10px, 0, 0);
	transition: transform 0.3s ease-out;
}
.learnmore.link:hover > span,
.learnmore.button.full-width:hover > span {
	transform: translate3d(0, 0, 0);
}

/**
 * Carousel
 */
.carousel-section {
	position: relative;
}
.carousel .image-container {
	display: block;
	height: 530px;
	position: relative;
}
.carousel .image-container img {
	height: auto;
	left: 50%;
	margin-left: -950px;
	position: absolute;
	min-height: 500px;
	top: 0;
}
.carousel .content {
	height: 530px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel .content p {
	margin: 0 0 10px;
	line-height: 1.2;
}
.carousel .carousel-content {
	color: #1c1b1a;
	font-size: 22px;
	padding: 0 6px;
	position: absolute;
	text-align: left;
}
.carousel .carousel-content .main-content p {
	line-height: 1.4em;
}
.carousel .carousel-content.right-side {
	left: 50%;
	top: 15%;
}
.carousel .carousel-content.left-side {
	right: 55%;
	top: 8%;
}
.carousel .carousel-content.fast-start {
	width: 600px;
}
.carousel .carousel-content.print-finishing {
	font-size: 18px;
	width: 450px;
}
.carousel .carousel-content.print-finishing .fma-title {
	color: #064d83;
	font-size: 45px;
}
.carousel .carousel-content.eco-friendly {
	right: 47%;
	width: 580px;
}
.carousel .carousel-content.eco-friendly .fma-title p,
.carousel .carousel-content.eco-friendly .fma-pre-title p {
	color: #fff;
	margin: 0;
}
.carousel .carousel-content.eco-friendly .fma-pre-title {
	font-size: 58px;
	font-weight: bold;
	text-align: left;
}
.carousel .carousel-content.eco-friendly .fma-title {
	font-size: 80px;
	text-transform: upppercase;
}
.carousel .carousel-content.eco-friendly .main-content > p {
	margin: 40px 0 60px;
}
.carousel .carousel-content.photo-finishing {
	color: #fff;
	left: 45%;
	width: 670px;
	top: 10%;
}
.carousel .carousel-content.photo-finishing .fma-pre-title {
	color: #fff;
	font-size: 30px;
}
.carousel .carousel-content.photo-finishing .fma-title {
	color: #fff;
	font-size: 50px;
	margin-bottom: 26px;
	text-align: center;
}
.carousel .carousel-content.photo-finishing .main-content {
	font-size: 21px;
	margin-left: 110px;
}

/* Learn More Button Options */
.carousel .learnmore.button.lightblue {
	background-color: #0e94d1;
}
.carousel .learnmore.button.lightblue span:after {
	color: #064d83;
}
.carousel .learnmore.button.lightblue:hover {
	background-color: #0b709e;
}
.carousel .learnmore.button.orange {
	background-color: #ff7b16;
}
.carousel .learnmore.button.orange span:after {
	color: #ffaa00;
}
.carousel .learnmore.button.orange:hover {
	background-color: #de6d16;
}

.carousel-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2;
}
.carousel-nav li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #27363d;
	border-right: 2px solid #25282b;
	color: #8b8f93;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	transition: background-color 0.3s linear, color 0.3s linear;
	width: 25%;
}
.carousel-nav li:last-child {
	border-right: none;
}
.carousel-nav li:hover {
	background-color: #35454c;
}
.carousel-nav li.active {
	background-color: #25282b;
	color: #ffffff;
}

/**
 * Category Icons
 */
.category-icons {
	margin: 30px 0 0;
	padding: 0 5rem;
	list-style: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.category-icons li {
	color: #064d83;
	font-weight: bold;
	margin: 0 10px;
	text-align: center;
	width: 150px;
	word-break: break-word;
}
.category-icons img {
	display: block;
	margin: auto;
	transform: scale(0.9);
	transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.category-icons li:hover img,
.category-icons li:focus img {
	transform: scale(1.1);
}

/**
 * Featured Products
 */
.featured-products-section {
	background-color: #ededed;
	padding: 80px 0;
}
.featured-products {
	margin: 0;
	padding: 0;
	list-style: none;
}
.featured-products li {
	background-color: #cccccc;
	margin: 0 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 33.33%;
}
.featured-products li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	width: 100%;
}
.featured-products .product-image {
	display: block;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.featured-products .product-image img {
	display: block;
	height: auto;
	margin: 0 auto;
	width: auto;
}
.featured-products .product-info {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 2;
	-webkit-flex-grow: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	color: #1c1b1a;
	float: none;
	margin: 0;
	padding: 5px 10px;
}
.featured-products .product-title {
	color: #064d83;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 10px;
	text-align: center;
}
.featured-products .product-desc {
	margin-bottom: 10px;
}
.featured-products .learnmore.button {
	font-size: 14px;
}

/**
 * Document Binding Covers section
 */
.document-bindings-section .section-title {
	position: relative;
}
.document-bindings-section .section-title span {
	display: inline-block;
	padding: 50px 400px 12px 40px;
	position: relative;
}
.document-bindings-section .section-title span:after {
	background-color: #064d83;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}
.document-bindings-section .section-title img {
	bottom: -20px;
	position: absolute;
	right: 25%;
}
.document-bindings-section .document-bindings {
	list-style: none;
	-ms-flex-preferred-size: 220px;
	flex-basis: 220px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 25px 0 0;
	padding: 0;
}
.document-bindings li {
	margin: 0 7px;
	max-width: 200px;
	min-width: 180px;
	width: auto;
}
.document-bindings li > a {
	display: block;
	color: #1c1b1a;
	text-decoration: none;
}
.document-bindings li > a:hover {
	color: #1c1b1a;
}
.document-bindings .document-binding-icon {
	margin: 5px 0;
	text-align: center;
}
.document-bindings .document-binding-icon img {
	max-width: 100%;
	transform: scale(0.8);
	transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.document-bindings li > a:hover .document-binding-icon img,
.document-bindings li > a:focus .document-binding-icon img {
	transform: scale(1);
}
.document-bindings .document-binding-title {
	color: #064d83;
	font-size: 22px;
	font-weight: bold;
	margin: 5px 0;
}
.document-bindings .document-binding-desc {
	margin: 5px 0;
}

/**
 * Showroom section
 */
.showroom-section {
	background-color: #ededed;
	color: #1c1b1a;
	text-align: center;
}
.showroom-section .section-title > a {
	display: inline-block;
	padding-bottom: 8px;
	position: relative;
}
.showroom-section .section-title > a:after {
	background-color: #064d83;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}
.showroom-section .showroom-image {
	display: block;
	margin: 25px 0 15px;
}
.showroom-section .showroom-desc {
	font-size: 16px;
	line-height: normal;
	margin: 0 auto;
	max-width: 650px;
	text-align: left;
}
