html {
	background: #FFFFFF;
	color: #4C4C4C;
	font: 400 15px/1.667 ff-tisa-sans-web-pro,sans-serif;
	overflow-y: scroll /* forces scrollbar so there's no difference between pages */;
	letter-spacing: .06em;
}

a {
	color: #9d5a34;
	background-color: transparent/* IE10 */;
	position: relative;
	text-decoration: none;
	transition: 150ms color;
}

a:hover, a:focus { color: #da7d48; }
a:active { color: #663A22; }

.container { 
	max-width: 1200px;
	margin: 0 auto;
 }

 .hidden { display: none;  }


/* Headings
-------------------------------------------------------- */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.header {
	margin: 0 0 8px;
	color: #151515;
	letter-spacing: 0.02em;
	font-weight: 400;
	font-family: nimbus-sans-extended,sans-serif;
	line-height: 1.1;
	transition: opacity 250ms;
}
h1, .h1 { font-size: 66px; line-height: 1.03; font-weight: 700; }
h2, .h2 { font-size: 34px; }
h3, .h3 { font-size: 30px; }
h4, .h4 { font-size: 28px; }
h5, .h5 { font-size: 26px; }
h6, .h6 { font-size: 16px; }

h1 a, h2 a, h3 a,
h4 a, h5 a, h6 a { text-decoration: none;color: inherit; }
h1 a:hover, h2 a:hover, h3 a:hover,
h4 a:hover, h5 a:hover, h6 a:hover { color: inherit; text-decoration: none; }

.colorHeader { color: #151515; }



/* Images
-------------------------------------------------------- */
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}
body:not(.__catalog):not(.page--email-signature) .stripe img,
body:not(.__catalog):not(.page--email-signature) .richContent img,



/* 	Responsive Images
-------------------------------------------------------------- */
.image {
	display: inline-block;
	position: relative;
	max-width: 100%;
}


/*	Form Row
-------------------------------------------------------- */
.catalog__wrapper { margin-bottom: -20px; }

.catalog__formRow {
	padding: 20px 0 35px;
	border-bottom: 1px solid #BFBFBF;
}

.catalog__formRow > * { float: left; }

.catalog__text {
	width: calc(100% / 12 * 7);
	padding: 0 30px 0 20px;
}

.catalog__form {
	background: #FFFFFF;
	border-top: 4px solid #b66a40;
	box-shadow: 0px 0px 3px 0px rgba(68, 68, 68, 0.5);
	position: relative;
	width: 100%;
	max-width: 360px;
}

.catalog__form .spinner__wrapper {
	position: absolute 0;
	text-align: center;
	background: #FFFFFF;
}

.catalog__form .spinner {
	font-size: 48px;
	position: absolute;
	top: 30%;
	left: 45%;
	color: color(#b66a40 a(75%));
	transform: translateY(-50%) translateX(-45%);
	animation: 1000ms spin infinite linear;
}

.catalog__form h2 {
	font-size: 24px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.catalog__form select {
	color: #4c4c4c;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    font-family: inherit;
    font-size: 1em;
    padding: 5px;
}

.catalogForm__submit { display: none; }
.no-js .catalogForm__submit { display: block; }


/*	Catalog Items
-------------------------------------------------------- */
.items-container { position: relative; }

.catalog__items { margin-top: 30px; display: none; }

.catalog__items h2 {
	font-size: 52px;
	font-weight: 400;
	line-height: 1.2;
	padding: 0 20px 0 18px;
}

.catalogItem {
	font-family: nimbus-sans-extended,sans-serif;
	display: flex;
	margin-bottom: 20px;
	padding: 20px;
	background: #FFFFFF;
	box-shadow: 0px 0px 3px 0px rgba(68,68,68,0.2);
	border-radius: 2px;
	align-items: center;
}

.catalogItem > * { float: right; }

.catalogItem__info {
	position: relative;
	width: calc(100% / 12 * 3);
	padding-right: 20px;
	order: 0;
}

.catalogItem__info::after {
	content: '';
	position: absolute;
	top: -20px;
	right: 0;
	width: 1px;
	height: calc(100% + 40px);
	background: #D0CDD7;
}

.catalogItem__title {
	font-size: 33px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 10px;
	color: #b66a40;
}

.sub-title { 
	padding-top: 0;
	font-size: 20px;
}

.catalogItem__infoRow { margin: 0 -15px; } 
.catalogItem__infoRow > * { padding: 0 15px; }
.catalogItem__spec { margin-bottom: 10px; }

.catalogItem__specLabel {
	margin-right: .25em;
	color: #808080;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.catalogItem__specValue {
	font-size: 17px;
	font-weight: 700;
}

.catalogItem__requestQuote { margin-top: 16px; }

.catalogItem__specValue--thickness::after,
.catalogItem__specValue--length::after,
.catalogItem__specValue--width::after {
	content: '\"';
}

.catalogItem__price {
	font-size: 28px;
	font-weight: 700;
	position: relative;
	display: inline-block;
}

.catalogItem__price p { margin-bottom: 12px; }

.catalogItem__price--descriptor {
	color: #808080;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	left: -5px;
	position: relative;
	text-transform: uppercase;
}

.catalogItem__price--descriptor::after {
	content: '*';
	color: #b66a40;
}

.catalogItem a,
.catalogItem a:hover,
.catalogItem a:focus {
	text-decoration: none;
}

.catlogItem__imageWrapper {
	width: 75%;
	padding: 0 20px 0 40px;
	order: 1;
}


/* No JavaScript */
.no-js .generateQuote,
.no-js .catalogItem__requestQuote,
.catalogItem__no-js-requestQuote {
	display: none;
}

.no-js .catalogItem__no-js-requestQuote { display: inline-block; }



.card { padding: 20px; }

fieldset {
	margin: 0;
    padding: 0;
    border: none;
}


.btn,
.btn > * {
	border-radius: 3px;
	position: relative;
}
.btn {
	cursor: pointer;
	display: inline-block;
	padding: 0;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}
.btn > * {
	/* input */
	cursor: inherit;
	font: inherit !important;
	display: block;
	height: inherit;
	margin: 0;
	padding: 0 15px;
	color: inherit;
	border: none;
	background: none;
	text-shadow: inherit;
	text-transform: inherit;
	appearance: none;
}

.btn {
	position: relative;
	background: #c07b40;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	font-weight: 700;
	font-family: nimbus-sans-extended,sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translateZ(0);
}
.btn::before {
	background: linear-gradient(190deg, #c07b40, #623417);
	border-radius: 3px;
	content: '';
	position: absolute 0;
	opacity: 0.6;
}
.btn > * {
	padding: 0.64294em 1.0714em 0.64294em 1.4286em;
	transition: all 200ms ease;
}
.btn > * {
	transform: translateY(0px);
}

.btn:focus > *,
.btn:hover > * {
	background: #c07b40;
}
.btn:focus > *,
.btn:hover > *,
.btn.submit:focus::after,
.btn.submit:hover::after {
	transform: translateY(-2px);
}
.btn:active > * {
	background: #623417;
}
.btn:active > *,
.btn:active > *::after,
.btn.submit:active::after {
	transform: translateY(0);
}
.btn > *,
.btn > *:hover,
.btn > *:focus,
.btn > *:active,
a.btn:hover,
a.btn:focus,
a.btn:active {
	color: #FFF;
	text-decoration: none;
}


/* 2. Icons
-------------------------------------------------------- */

.btn.submit > * {
	padding-right: 34px;
}
.btn.submit::after {
    position: absolute;
    top: 50%;
  	margin-top: -0.4286em;
    right: 15px;
    
    transition: all 200ms ease;
}
.btn.submit:focus > *,
.btn.submit:hover > * {
	color: #FFF;
	background: #c07b40;
}



/* 4. Wait component
-------------------------------------------------------- */
.btn.isWaiting > .wait,
.btn.isWaiting:hover > .wait {
	cursor: wait;
	position: absolute 0;
	z-index: 11;
	color: #FFF;
	background: #c07b40;
	text-align: center;
}
.btn.isWaiting > .wait:before {
	content: '\e905';
	font: 400 1.2em/1 iconFont;
	position: absolute 50% 0 0 50%;
	width: 1em;
	height: 1em;
	margin: -.5em 0 0 -.5em;
	padding: 0;
	animation: spin 1s infinite linear;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.styledLink,
.styledLink[href^="mailto:"],
.styledLink[href^="tel:"] {
 	color: #b66a40;
	letter-spacing: 0.1em;
	font-family: nimbus-sans-extended,sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.3;
	
	/* line height - necessary for when links wrap -
	doesn't apply unless display is inline-block or block */
	display: inline-block;
}

.quoteFormWrapper {
	padding: 20px;
	border-radius: 2px;
	border-top: 4px solid #b66a40;
    box-shadow: 0px 0px 3px 0px rgba(68, 68, 68, 0.5);
    position: absolute;
    background-color: #FFF;
    top: 0;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    z-index: 10; 
}

.quoteClose {
	position: absolute;
	right: 20px;
	top: 20px;
	border: none;
	background: none;
	color: #b66a40;
	font-size: 22px;
	font-weight: 700;
}
.quoteForm h2 {
	font-size: 42px;
	margin-bottom: 0;
}

.quoteFormWrapper p {
	color: #4c4c4c;
	margin: 0;
}
.form-top-p {     
	border-bottom: 1px solid #d0cdd7;
    padding-bottom: 23px;
    margin-bottom: 23px;
}

.quoteForm-left {
	width: 48%;
	float: left;
	padding: 20px 0;
	padding-right: 2%;
}

.quoteForm-right {
	width: 48%;
	float: right;
	padding: 20px 0;
	padding-left: 2%;
}

.fieldarea {
	margin-bottom: 13px;
}

legend, .qpm {
	font-family: nimbus-sans-extended,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
	padding: 0;
    margin: 0 0 7px 0;
    font-size: 16px;
    color: #151515;
}

label {
    font-size: 14px;
    color: #808080;
    display: block;
    padding: 0 0 4px 0;
    margin-bottom: 7px;
    font-family: nimbus-sans-extended,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="number"] {
	font-family: inherit;
    font-size: 1em;
    width: 100%;
    height: 32px;
    padding: 0 5px;
    color: inherit;
    border: 1px solid #d0cdd7;
    border-radius: 2px;
    outline: none;
    background: #FFFFFF;
    -webkit-appearance: none;
}

input[type="number"] {
	width: 45%;
}
textarea {
	overflow: auto;
    min-height: 9em;
    padding: 5px;
    display: block;
    width: 100%;
    resize: none;
}


#machine-manufacturerFieldArea {
	float: left;
	width: 48%;
	margin-right: 2%;
}

#modelFieldArea {
	float: right;
	width: 48%;
	margin-left: 2%;
}

#thicknessFieldArea, #widthFieldArea{
	width: 32%;
	float: left;
	margin-right: 2%;
} 
#lengthFieldArea {
	width: 32%;
	float: right;
}

#typeFieldArea, .second-slat-details #quantityFieldArea {
	width: 50%;
	float: left;
}

.second-slat-details #thicknessFieldArea { clear: left; }



#upload { border: none; }

.btnRule {
	padding-top: 20px;
    border-top: 1px solid #ebebeb;
    clear: both;
}

.btn-cont {
    float: right;
    padding-top: 8px;
    margin-left: 15px;
}

#submit {
	background: #c07b40;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #FFF;
    border: none;
    border-radius: 3px;
    padding: 9px 20px;
    font-family: nimbus-sans-extended,sans-serif;
    -webkit-font-smoothing: antialiased;
}

p.error, .error { 
	color: red; 
	margin: 0; 
}

.success-message {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	background-color: #FFF;
	height: 100%;
	width: 100%;
	color: #9d5a34;
}

.success-message h2 { 
	color: #9d5a34;
	font-weight: 700;
	margin-top: 100px; 
}

@media only screen and (max-width: 959px) {
 
	.catalogItem__info, .catlogItem__imageWrapper {
		width: 50%;
	}


}

@media only screen and (max-width: 767px) {
	.quoteForm h2 {
		font-size: 25px;
		line-height: 25px;
	}
	.catalogItem { display: block; }
	.catlogItem__imageWrapper {
		padding: 0;
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.catalogItem__info {
		width: 100%;
		float: none;
	}

	.quoteForm-left, .quoteForm-right {
		width: 100%;
		padding: 20px 0;
	}
}

@media only screen and (max-width: 480px) {
	.quoteClose {
		top: 10px;
		right: 10px;
	}
	.quoteForm h2 {
		padding-top: 30px;
	}
	.catalog__form {
		width: 260px;
	}
	.catalog__items h2 {
		font-size: 40px;
		text-align: center;
	}

	#machine-manufacturerFieldArea, #modelFieldArea, 
	#thicknessFieldArea, #widthFieldArea, #lengthFieldArea,
	#typeFieldArea, #quantityFieldArea, .second-slat-details #quantityFieldArea {
		width: 100%;
	}

	.btn-cont {
		margin: 0 0 10px 0;
		float: none;
	}
}