@charset "utf-8";




@import "Categories.css";
@import "Options.css";
@import "Product_Table.css";
@import "Options_Table.css";
@import "Tabs.css";
@import "Options_CB.css";
@import "Dimensions.css";
html{
	scroll-behavior: smooth;
}
.ContentFullWidth {
	width:100% !important;
}

/* PRODUCT FEATURES */


.FeaturesSlide {
	text-align:center;
	margin: 30px 30px 0 30px;
}
#features{
	/* display:none; */
	max-height:0;
	/* max-width: 1350px;
	margin:0 auto; */
	overflow:hidden;
	transition:.5s;
}
.FeaturesCard {
	width: 500px;
	display: inline-block;
    vertical-align: top;
	text-align:left;
    margin: 15px;
    background-color: #fff;
    border-radius: 20px 0 0 0;
    max-height: 220px;
    box-shadow: 0px 0px 10px rgba(146,146,146,0.5);
    -moz-box-shadow: 0px 0px 10px rgba(146,146,146,0.5);
    -webkit-box-shadow: 0px 0px 10px rgba(146,146,146,0.5);
    
}
.twoColumn{
	column-count: 2;
	width: min-content;
	margin: auto;
}

.threeColumn{
	column-count: 3;
	width: min-content;
	margin: auto;
}

.FeaturesCard img {
	border-radius:20px 0 0 0;
	margin-right:20px;
	width: 170px;
	float:left;
}
.FeaturesCard h4 {
	color:#AE1C29;
	line-height:20px;
	margin:15px 15px 5px 15px;
}
.FeaturesCard p {
	font-weight:400;
	font-size:12px;
	line-height:19px;
}
.FeaturesCard p, .FeaturesCard ul li {
	margin-right:20px;
}
.FeaturesCard ul {
	padding-left:20px;
	font-size:12px;
}
.FeaturesCard ul li {
	margin-bottom:5px;
}
.PDPIntroSection {
    max-width: 1200px;
	display:flex;
    margin: 0 auto;
    padding: 30px 60px 0 60px;
	justify-content: center;
}


.PDPDetails{
	width:60%;
}
.PDPImage{
	width:400px;
	text-align:center;
	margin: auto 0 auto 25px;
}


.FeaturesClose {
	display:block;
	margin:30px auto 0 auto;
	padding:0 20px;
	background:url(/media/images/PiperArrowDwn.png) no-repeat;
	background-position: 164px 9px;
	background-color:#fff;
    cursor:pointer;
	color:#000;
	font-size: 16px;
    font-weight: 700;
    line-height: 38px;
    width: 200px;
    border: none;
}

/* Elite/Reflections Options/Accessories */
.optionsSection{
	max-height:0px;
	display:flex;
    flex-wrap: wrap;
	overflow:hidden;
    flex-direction: row;
	margin-bottom:30px;
	transition:.5s;
}
.EROptions{
	width: 27%;
    background-color: #fff;
    border-radius: 20px 0;
	margin:10px;
    box-shadow: 0px 0px 10px rgba(146,146,146,0.5);
    -moz-box-shadow: 0px 0px 10px rgba(146,146,146,0.5);
    -webkit-box-shadow: 0px 0px 10px rgba(146,146,146,0.5);
	padding: 15px;
    text-align: center;
}

.EROptions:hover IMG {
    transform: scale(1.05);
}
.EROptions IMG {
	width:100%;
	transition: transform 0.2s ease-in-out;
}
.EROptions p {
	text-align: left;
}
.optionType{
	   border-bottom: 1px solid #BE2F37;
	       text-align: center;
		   color:#BE2F37;
		   background:url(/media/images/PiperArrowDwn.png)no-repeat;
		   background-position:right center;
		   cursor:pointer;
}

/* HOMEPAGE */
#CardGroup_8{
	text-align:center;
}

.VerticalAlign {
    display:inline-block;
	margin-right: 20px;
}
.VerticalAlign img {
	vertical-align: middle;
}

.SearchLink, .LoginLink {
    color:#fff;
    font-size: 16px;
	line-height: 30px;
    font-weight:bold;
}
.SearchLink:hover, .LoginLink:hover {
    color:#FFC94A;
}

.Btn-Piper {
    color: #fff;
    width: 250px;
    height: 40px;
    text-align: center;
    background-color: #AE1C29;
    font-size: 16px;
    font-weight: 700;
    line-height: 38px;
    border:0;
    transition: all 0.3s ease 0s;
    margin: 20px auto;
}
.block {
	display:block;
}
.FeaturesBtn {
	background:url(/media/images/PiperArrowDwn.png) no-repeat;
	background-position: 184px 9px;
	background-color: #AE1C29;
}
#featuresbtn{
	display:none;
}
.Btn-Piper:hover {
    background-color:#890e19;
    color:#FFC94A;}

.CenterMe {
    text-align:center;
    z-index:20;}

.TopDivider {
	border-top: 1px solid #707070;
	padding-top: 40px;}

.TwoColumns {
	margin:0 auto;
	padding:20px;
	column-count: 2;
	column-width: 30%;
	column-gap: 60px;
    column-rule-style: solid;
    column-rule-width: 1px;
    column-rule-color: #707070;}

.PiperRed {		color:#AE1C29;}
.GreyOne {		color:#707070;}
.GreyTwo {		color:#C2C2C2;}
.GreyThree {	color:#EBEBEB;}



.caption {
	bottom:120px;
	margin-left:100px;}

.caption h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:59px!important;
	font-weight:900;
	line-height: 64px!important;
	text-transform: uppercase;
	text-shadow: 0px 0px 20px #000}



/*VENDORS ADS*/
#HomeContentWidth.HW6 {
	width:100%;
    margin: 0;
    padding: 0;}

.HW6 #HomeContent {
	padding:0;
box-sizing: border-box;}

.Vendorflex-container {
  display: flex;
}

.Vendorflex-container > div {
	display: flex;
  width: 33.33%;
	flex-flow: row wrap;
  margin: 0;
  padding-bottom:15px;
}
.Vendorflex-container a{
	margin: auto;
}

.Copyflex-container {
	display:flex;
	flex-flow: column wrap;
	width:50%;
}
.Imgflex-container {
	display:flex;
	margin:0;
	padding:0;
	width:50%;
}
	
#anliker { background-color:#1864AD; }
#lacrosse { background-color:#000000; }
#randd { background-color:#B40C0C; }
	
.vendorlogo {
	padding-top:35px;
	height:auto;
	width:60%;
	padding-left:30px;
}

.Vendorflex-container p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:100;
	line-height:24px;
	color:#fff;
	margin:20px 0 20px 0;
	padding-left:30px;
	flex-grow: 1;
	padding-right:30px;}
	
.Vendorflex-container button {
    width: 180px;
    margin: auto auto 5px auto;
	border-style:solid;
	border-color:#7b7b7b;
    cursor: pointer;
	border-width: 1px;
    line-height: 26px;
}
	
.Vendorflex-container button:hover {
	color:#FFC94A;
	background-color:#890e19;}

.VendorThbBox {
	margin: auto 20px auto 0;
	float:right;
	width:40%;
	position:relative;
}
.productThb {
	box-sizing: border-box;
	padding:20px;
	margin: auto 0;
	width:100%;
}

/*END OF VENDORS ADS*/


.homeintro {
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:700;
	line-height:36px;
	color:#000;
	margin:40px auto; 
	text-align: center;}
#FA_FourCol .Card {
    width: 230px;
	transition: 0.2s;
}
#FA_FourCol .Card:hover{
    box-shadow: 0px 0px 10px rgba(146,146,146,0.5);
    -moz-box-shadow: 0px 0px 10px rgba(146,146,146,0.5);
    -webkit-box-shadow: 0px 0px 10px rgba(146,146,146,0.5);

}

    

/*PIPER FOCUS*/
.LogoPiperFocus {
	margin: 0 auto !important;
	display:block;
	}
#seeAll{
	text-align: center;
}
	
/*END OF PIPER FOCUS*/


/*CAREERS BANNER*/
.CareerContent {
	width: 320px;
	height:280px;
	margin: 0 auto;
	margin-top:50px;}

.CareerContent h2 {
	color:#fff;
	font-size: 38px;
	line-height:42px;
	font-weight:600;}

.CareerContent p {
	color:#D1D1D1;}

.CareerContent a {
	float:left;
	padding-left:0;
	margin-top:0;}
	.aspectRatio{
		    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 51%;
	    margin-bottom: 50px;
	}
	.aspectRatio iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
/*END OF CAREERS BANNER*/


/*CONTACT SECTION*/
#ContactSection {
	height:520px;}

#ContactAddress {
	text-align:right;
	vertical-align: top;
	width:45%;
	height:180px;
	padding-right:30px;
	display:inline-block;
	border-right:1px solid #707070;}

.PadDown {
	padding-top:120px;
}

#ContactRep {
	width:45%;
	height:180px;
	padding-left:30px;
	text-align:left;
	display:inline-block;}

#ContactSection #ContactAddress a.Btn-Piper {
	float:right;}

#ContactSection #ContactRep a.Btn-Piper {
	float:left;
	width:110px;}

#ContactRep p {
	display:block;
	clear: both;
	margin-bottom:10px;}
/*END OF CONTACT SECTION*/

/*QUOTE SECTION*/
#QuoteMessage {
	Width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 40px;
    box-sizing: border-box;
}

#QuoteImg {
	margin:0 20px 0 0;
	float: left;
}
#QuoteImg img{
    width:120px;
    height:120px;
    border-radius: 60px;
}

#QuoteCopy {
	display: inline-block;
    width: 60%;
    text-align: left;
}

#QuoteCopy h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size:45px;
    font-weight:bold;
    line-height:34px;
	margin-top:0;
    color:#fff;
}

#QuoteCopy p {
    font-family: Arial, Helvetica, sans-serif;
    font-size:24px;
    font-weight:bold;
    line-height:34px;
	width:320px;
    color:#929292;
}
/*END OF QUOTE SECTION*/

.FeatureCard {
    width:90%;
    min-height:200px;
    margin:20px auto;
    background-color:#F1F1F1;
}
.FeatureCard img {
    float:left;
    max-width:200px;
    height:auto;
    margin-right:40px;
}

.PiperMaticCard {
	width: 40%;
	vertical-align:top;
	display:inline-block;
    min-height: 310px;
    padding: 0 20px 0 20px;
    text-align: left;
}
.PiperMaticCard img {
	width: 100%;
}

.PiperMaticCard h2{
	margin: 5px auto;
    font-size: 24px;
    line-height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: Bold;
    color: #BE3138;
    font-style: Normal;
}
.PiperMaticCard ul li {
	font-size:16px;
	line-height:26px;
}

/*FOOTER*/
#CFSbrandFooter {
	background-color:#22262C;
	margin:0 auto;
	text-align:center;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
}
/*END OF FOOTER*/


/*CAFETERIA BUFFET PAGE*/
#TwoCol .DescriBlock {
	width: 40%;
	min-height:150px;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 0 20px;
	text-align: left;
}

#TwoCol .DescriBlock .Btn-Piper {
	width: 100%;
	float:left;
}
/*END OF CAFETERIA BUFFET PAGE*/



/*MILLWORK*/
.millworkDiv img{
    max-width: 250px;
	margin:auto;
	display:block;
}


/*END OF MILLWORK*/

/*PRODUCT PAGE*/

.ProductHeader {
	width:100%;
	margin-top:30px;
	min-height: 90px;
	padding:0;
	border-bottom: 4px solid #AE1C29;
	box-sizing: border-box;
}
.ProductHeader h1, .ProductHeader h2 {
	width:75%;
}
.ProductMainTitle {
    text-align:left;
	padding:0;
	color:#000;
    margin:0;
}

.ProductSubHead {
    font-size:26px;
	line-height: 28px;
    margin:0 0 30px 0;
	padding:0px;
    text-align:left;
    color:#000;
}
.SpecSheetBox {
	float: right;
    height: 80px;
    display: block;
	position:relative;
    transition: 0.2s;
}
.SpecSheetName {
    background-color: #81a0bb;
    padding: 10px 15px;
    box-sizing: border-box;
    font-weight: 300;
    font-size: 16px;
    height: 50px;
    top: 0;
    text-align: center;
    color: #fff;
    transition: 0.2s;
} 
.SpecSheetName span {
	font-size:20px;
	font-weight:bold;
}
.IconLoad { 
	width: 100%;
    display: block;
    height: 30px;
    text-align: center;
	position:absolute;
	bottom:0px;
    background-color: #5b7a95;
    transition: 0.2s;
}
.PopLoad {
	width:100%;
	color:#fff;
	display:none;
	padding: 15px;
	height:50px;
	background-color:#81a0bb;
	box-sizing: border-box;
	margin:50px auto 0 auto;
	position:absolute;
	top:0px;
	z-index:15;
	transition: 0.2s;
}
.SpecSheetBox:hover {
	height: 90px;
}
.SpecSheetBox:hover .IconLoad {
	background-color: #486279;
	height: 40px;
}
.SpecSheetBox:hover .PopLoad {
	display:block;
	margin:0 auto 0 auto;
}

.IconLoad img {
	padding:auto 4px;
	margin-top:5px;
	transition:0.2s;
}
.SpecSheetBox:hover .IconLoad img {
	margin-top:10px;
}

/*  Contact us styles  */
#contactInfo{
	border:#333333 1px solid;
	margin: 10px;
}
#contactInfo th{
	background: #777;
	padding: 10px;
	color:white;
	font-weight:bold;
	margin: 10px;
}

#contactInfo tr:nth-child(even) {
	background: #f7f7f7;
}
#contactInfo td{
	padding: 10px;
}

#benefitsTable{
	border-right:#d6d6d6 1px solid;
	border-left:#d6d6d6 1px solid;
	border-top:#d6d6d6 1px solid;
	margin: 10px;
}

#benefitsTable th{
	background: #777;
	color:white;
	padding: 10px;
	font-weight:bold;
}

#benefitsTable td{
	border-bottom:#d6d6d6 1px solid;
	vertical-align:baseline;
	padding: 10px;
}






/* Anliker styles*/
 /* T_XL */
#AnlikerOptions{
		margin: 20px auto;
		padding: 0;
	}
	#AnlikerOptions h4{
		font-size: 18px;
		line-height: 22px;
		color: #707070;
		height: 40px;
    padding: 10px 0;
	}
	.AnlikerCard {
		margin: 10px auto;
		padding: 0;
		width: 250px;
		height: auto;
		display: inline-block;
		vertical-align: top;
	}
	.AnlikerCard IMG{
		display:block;
		width: 100%;
	}
	.AnlikerCard table{
		padding: 0;
		margin: 0;
		width: 100%;
		border-collapse: collapse;
	}
	.AnlikerCard table th, .AnlikerCard table td{
		text-align: left;
		background-color: #f1f1f1;
		border-bottom: 2px solid #fff;
		font-size:14px;
		padding: 3px 3px 3px 10px;
	}
	.AnlikerCard table th{
		font-weight: 700;
	}
	.AnlikerCard table .ListPrice{
		text-align: right;
		padding-left: 10px;
	}

 /* GSM-5 */
 
 
 
 
 
  /* T_XL */








@media only screen and (max-width:1200px) {
.vendorlogo {
	max-width:130px !important;
	display:block;
	float:none !important;
	text-align:center !important;
	margin:0 auto !important;
	padding-left:10px;
	padding-right:10px;}
.productThb {
	max-width:80% !important;
	display:none;
	}
	.Imgflex-container{
		display:none;
	}
	.Copyflex-container{
		width:100%;
		padding-bottom:25px;
	}
}

@media only screen and (max-width:974px) {
	

	
	.Vendorflex-container button {
    
	}
}

@media only screen and (max-width:782px) {
	
	.homeintro {
		font-size:20px;
		line-height:30px;
		margin:30px auto;
	}
	
}

@media only screen and (max-width:614px) {
}

@media only screen and (max-width:494px) {
	
	.homeintro {
        font-size:18px;
        line-height:26px;
        margin:24px auto;}
	
	h2, .CareerContent h2 {
		font-size:28px;
		line-height:36px;}
	
	.CareerContent {
		width: 280px !important;}
	
	#FootMenu {
		display:none !important;}
}