@charset "utf-8";

/* CSS Document */

.Centered {
	text-align: center;
	margin: 0 auto;
}

.BottomMargin {
	padding-bottom: 40px;
}


/* Home Page Styles */

#captionParagraph {
    margin: 0;
	text-shadow: 0px 0px 15px #fff, 0px 0px 10px #fff;
}

.heroSubtitle {
	width: 800px;
	line-height: 34px;
	text-align: center;
	margin: auto;
	font-size: 24px;
	font-weight: 700;
	color: #21211E;
	margin-top: 40px;
}

.homeCategories {
	margin: 100px auto;
	background: linear-gradient(#FB9E13, #FB9E13) 100% bottom / 55% 2px, linear-gradient(#FB9E13, #FB9E13) bottom right / 2px 10%, linear-gradient(#FB9E13, #FB9E13) 0% 0 / 100% 2px, linear-gradient(#FB9E13, #FB9E13) top left / 2px 15%, #ffffff;
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	padding: 35px;
}

.homeCategories>h2 {
	text-align: center;
	padding-top: 0px;
	margin-bottom: 10px;
}

.homeCategories>p {
	text-align: center;
	width: 700px;
	margin: auto;
}

.categorySection {
	display: flex;
	flex-wrap: wrap;
}

.categoryLink {
	text-align: center;
	margin: 20px auto;
}

.categoryLink>a {
	background-color: #615947;
	color: #fff;
	width: 100px;
	text-align: center;
	padding: 15px 40px;
}

.categoryDescription {
	max-height: 55px;
	overflow: hidden;
	-webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	transition: max-height 0.8s;
	position: absolute;
	bottom: 0;
	width: 100%;
	opacity: 100%;
	background-color: #fff;
}

.categoryDescription>h3 {
	line-height: 46px;
	font-size: 36px;
}

.categoryDescription>h3,
.categoryDescription>p {
	margin: 10px 0 10px 0;
	padding-left: 15px;
}

.categoryCard {
	width: 30%;
	height: 260px;
	/* border: 1px solid #7e7e7e; */
	margin: 20px auto;
	position: relative;
	/* box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; */
	/* original shadow
  box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12); */
}

.categoryCard>h3 {
	position: absolute;
}

.categoryDescription>div, .pane a {
	margin-bottom: 10px;
	background-color: #615947;
	color: #fff;
	width: 100px;
	margin-left: 15px;
	text-align: center;
	padding: 10px 20px;
	opacity: 100%;
}

.categoryDescription>div::after,
.testimonials>a::after,
.mlc>a::after,
.latestNews>a::after,
.jobs>a::after,
.env>a::after,
.categoryLink>a::after, .pane a::after {
	content: url("/media/images/icon-ArrowRight-W.png");
	margin-left: 5px;
	display: inline-block;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	transition: 0.8s;
}

.categoryDescription>div:hover div::after,
.testimonials>div:hover a::after,
.mlc>div:hover a::after,
.latestNews>div:hover a::after,
.jobs>div:hover a::after,
.env>div:hover a::after,
.categoryLink>div:hover a::after {
	margin-left: 10px;
}

.categoryCard:hover .categoryDescription {
	max-height: 500px;
	opacity: 90%;
}

.testimonials {
	width: 800px;
	margin: 50px auto;
	text-align: center;
}

.testimonials>a {
	background-color: #615947;
	color: #fff;
	width: 100px;
	text-align: center;
	padding: 15px 40px;
}

.mlcContainer {
	margin: 0px auto;
	position: relative;
}

.mlc {
	margin: 75px 0 75px 100px;
	float: right;
	width: 450px;
	padding: 35px;
	background: linear-gradient(#FB9E13, #FB9E13)bottom left/ 55% 2px, 
	linear-gradient(#FB9E13, #FB9E13)top left/ 30% 2px, 
	linear-gradient(#FB9E13, #FB9E13) left/ 2px 100%, 
	#ffffff;
	background-repeat: no-repeat;
}

.mlcImage {
	width: 60%;
	position: absolute;
	z-index: -1;
}

.mlc>a,
.latestNews>a,
.jobs>a,
.env>a {
	width: 100px;
	text-align: center;
	padding: 15px 40px;
}

.newsContainer {
	display: flex;
	justify-content: space-between;
	margin: 50px auto;
}

.newsCardContainer {
	width: 50%;
}

.newsCard {
	display: flex;
	margin: 30px auto;
	height: 180px;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
	/* box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12); */
}

.newsCard>img {}

.newsSection>div>div {
	margin: 100px 25px!important;
	background: linear-gradient(#FB9E13, #FB9E13) 100% bottom / 55% 2px, linear-gradient(#FB9E13, #FB9E13) bottom right / 2px 10%, linear-gradient(#FB9E13, #FB9E13) 0% 0 / 100% 2px, linear-gradient(#FB9E13, #FB9E13) top left / 2px 15%, #ffffff;
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	padding: 35px!important;
}

#HomeNewsPosts {
	display: flex;
	width: 95%;
	flex-wrap: wrap;
	justify-content: space-between;
}

.NewsList {
	width: 48%;
}

.NewsList>a {
	margin: 15px 0;
	height: 150px;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
	padding: 0!important;
	overflow: hidden!important;
}

.NewsList>a>img {
	width: 40%;
	padding: 0!important;
	max-height: none!important;
	max-width: none!important;
}

.NewsList>a>h4 {
	margin-top: 20px;
}

.newsCard>div {
	flex-grow: 1;
	padding: 20px;
	position: relative;
}

.newsCard>div>span {
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px;
	background-color: #847655;
	opacity: 60%;
	color: #fff;
}

.latestNews {
	width: 35%;
	padding: 35px;
	background: linear-gradient(#FB9E13, #FB9E13)bottom left/ 55% 2px, linear-gradient(#FB9E13, #FB9E13) top right / 2px 25%, linear-gradient(#FB9E13, #FB9E13) 0% 0 / 100% 2px, linear-gradient(#FB9E13, #FB9E13) left / 2px 100%, #ffffff;
	background-repeat: no-repeat;
}

.envContainer {
	margin: 0px auto;
	position: relative;
}

.env {
	margin: 75px 0 75px 100px;
	float: left;
	width: 450px;
	padding: 35px;
	position: relative;
	background: linear-gradient(#FB9E13, #FB9E13)bottom right/ 55% 2px, linear-gradient(#FB9E13, #FB9E13) top left / 2px 25%, linear-gradient(#FB9E13, #FB9E13)top / 100% 2px, linear-gradient(#FB9E13, #FB9E13) right / 2px 100%, #ffffff;
	background-repeat: no-repeat;
}

.envImage {
	width: 60%;
	position: absolute;
	z-index: -1;
}

.jobs {
	float: right;
	margin: 75px 100px 75px 0;
	width: 350px;
	padding: 35px;
	background-color: #fff;
}

.env>a,
.jobs>a,
.latestNews>a,
.mlc>a {
	background-color: #615947;
	color: #fff;
}

.env>h2,
.jobs>h2,
.latestNews>h2,
.mlc>h2 {
	color: #20409A;
}

.extraMargin {
	margin: 80px 0;
}

.PageTitle {
	font-size: 60px;
	text-transform: capitalize;
	margin: 0;
}


/* Category Styles */

.categoryRow {
	display: flex;
	width: 100%;
	justify-content: space-evenly;
}

#categoryGrid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#categoryGrid>a {
	width: 48.5%;
	margin: 15px 0;
}

.categoryRow>a {
	margin: 15px 0;
}

.categoryTile {
	width: 30%;
	height: 320px;
	position: relative;
}

.categoryTile:hover .catTileDescription {
	max-height: 500px;
	background-color: #fff;
	color: #000000;
}

.categoryTile:hover .catTileDescription>* {
	color: #000000;
}

.catTileDescription {
	max-height: 125px;
	overflow: hidden;
	transition: .5s;
	position: absolute;
	bottom: 0;
	width: 100%;
	opacity: 80%;
	background-color: #615947;
}

.catTileDescription>* {
	color: #fff;
	opacity: 100%;
	margin: 20px;
}

.catTileDescription>h3 {
	min-height: 80px;
}

.catTileDescription>p {
	display: none;
}

#catTile1,
#categoryGrid {
	width: 65%;
}

#catTile3,
#catTile4,
#catTile5,
#catTile6 {
	width: 45%;
}

#catTile3 h3 {
	font-size: 30px;
	opacity: 0.6;
	margin: 15px 0;
}

#catTile7 {
	height: auto;
}
#NewsBreadcrumbs {
    width: 100%;
        padding: 90px 0 0 0;
    margin: 0 auto;
	border:none;
    font-style: italic;
    border-bottom: 3px solid #FB9E13;
	background-color: #fff!important;
	border-radius:0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
	    line-height: 28px;
	
}
#NewsBreadcrumbs > a{
	color: #615947;
	display: inline-block;
    margin-right: 20px;
	font-weight:normal;
}    
#NewsBreadcrumbs > a:first-child{
	margin: 0 0 0 25px;
	padding-left:40px;
}
#Breadcrumbs {
	width: 100%;
	padding: 20px 0;
	margin: 0 auto;
	font-style: italic;
	border-bottom: 3px solid #FB9E13;
}

#Breadcrumbs ul {
	margin: 0 0 0 25px;
}

#Breadcrumbs ul li {
	display: inline-block;
	margin-right: 20px;
}

#Breadcrumbs ul li::after {
	content: url("/media/images/icon-ArrowRight-B.png");
	margin-left: 5px;
	display: inline-block;
}

#Breadcrumbs ul li a {
	color: #615947;
}

#Breadcrumbs ul li a:hover {
	color: #FB9E13;
}


/* Product Page */

.product {
	display: flex;

}

.product>div {
	margin: 0 15px 15px 15px;
}

.gallery {
	display: flex;
	flex-direction: column;

}

.gallery>img {
	width: 100%;
	border: 2px solid #fff;
}

.thumbnails {
    width: 350px;
	display: flex;
	justify-content: space-evenly;
}

.thumbnails>div>img {
	width: 85px;
	border: 2px solid #fff;
}

.thumbnails>img:hover {
	border: 2px solid #FB9E13;
}

.speciesThumbContainer {
	display: flex;
	cursor: zoom-in;
	flex-wrap: wrap;
}

.speciesThumbContainer>div {
	overflow: hidden;
	width: 17%;
	margin: 0 15px;
	text-align: center;
	color: #21211E;
	font-size: 16px;
	font-weight: normal;
}

.speciesThumbContainer>div:hover {
	font-weight: 600;
	color: #FB9E13;
}

.availableColors>div>div>img {
	width: 600px;
	max-width: none;
}

.availableColors h3 {
	border-top: 3px solid #FB9E13;
	padding-top: 40px;
	margin: 60px 0 40px 0;
	font-size: 35px;
	color: #20409A;
	text-transform: uppercase;
	text-align: center;
}

#expandedImageContainer {
	width: 350px;
    height: auto;
	margin-bottom: 20px;
	overflow: hidden;
}

#expandedImageContainer>img {
	width: 100%;
}

#StoreProductDetail .product .details .ProductBtn {
	background-color: #615947;
	color: #fff;
	width: 160px;
	text-align: center;
	display: block;
	margin: 20px 0 0 0;
	padding: 10px 40px;
}

#StoreProductDetail .product .details .ProductBtn::after {
	content: url(/media/images/icon-ArrowRight-W.png);
	margin-left: 5px;
	display: inline-block;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	transition: 0.8s;
}

#StoreProductDetail .product .details {
	position: relative;
	/* width: 350px; */
}

#StoreProductDetail .product .details p {}
#StoreProductDetail .product .details h2 {
	margin: 0;
}
#PrintIcon {
	display: inline-block;
	position: absolute;
	padding: 5px;
	right: 0;
	background-color: #fff;
}
.faqs {
	display:flex;
	width: 100%;
	background: linear-gradient(#FB9E13, #FB9E13) 110% 0 / 75% 2px, linear-gradient(#FB9E13, #FB9E13) top right / 2px 60%, #ffffff;
	background-repeat: no-repeat;
	align-items: center;
}
.faqs h2 {
	padding: 40px 0 0 0;
	font-size: 35px;
	margin: 0;
	color: #20409A;
	text-transform: uppercase;
	text-align: left;
}
.faqs> div >img {
	float: left;
	margin-right: 60px;
	width:150px;
}
.faqs>div>a {
	background-color: #615947;
	color: #fff;
	width: 240px;
	text-align: center;
	margin: 20px 0 0 0;
	padding: 15px 40px;
}
.faqs>div>a::after {
	content: url(/media/images/icon-ArrowRight-W.png);
	margin-left: 5px;
	display: inline-block;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	transition: 0.8s;
}
.faqs>div>p {
	margin-bottom: 40px;
}
#VariousSizes h3 {
    font-size: 26px;
    color: #20409A;
}
#VariousSizes ul {
    list-style-type: none;
    padding:0px;
}
#VariousSizes ul li:hover {
    font-weight:bold; 
}


/* Our Process */
iframe {
  width: 100%;
}
.aspectRatio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 51%;
}
.aspectRatio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
}



/* Similar Products */
#similarProducts {
	margin: 60px auto;
	width: 100%;
	background: linear-gradient(#FB9E13, #FB9E13) 0% 0 / 67% 2px, linear-gradient(#FB9E13, #FB9E13) top left / 2px 60%, #ffffff;
	background-repeat: no-repeat;
}
#similarProducts h3 {
	padding: 40px 0 40px 0;
	font-size: 35px;
	margin: 0;
	color: #20409A;
	text-transform: uppercase;
	text-align: center;
}
.simRow {
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.simRow>div>div {
	width: 130px;
	height: 130px;
	margin: 0 15px;
	overflow: hidden;
}
.simRow>div>p {
	font-size: 16px;
	text-align: center;
	margin-top: 7px;
}
.simRow>a:hover p {
	font-weight: 600;
	color: #FB9E13;
}

/* Modal */
.colorModal {
	display: none;
	position: fixed;
	z-index: 5000;
	padding-top: 50px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.8)
	/* Black w/ opacity */
	
	;
}
.modal-content {
	margin: auto;
	padding: 20px;
	width: 80%;
}
.modalClose {
	color: #ffffff;
	float: right;
	font-size: 25px;
	font-weight: bold;
	z-index: 5001;
	position: relative;
	top: -40px;
	right: 0;
}
.SlidesContainer {
	position: relative;
	display: block;
	height: auto;
	width: auto;
	background-color: #fff;
	padding: 10px;
}
.SlidesContainer .prev,
.SlidesContainer .next {
	cursor: pointer;
	position: absolute;
	top: 40%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 40px;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
	text-shadow: 0px 0px 5px #666666;
}
.SlidesContainer>img {
	width: 40%;
	margin: auto;
	display: block;
	border: 1px solid #7e7e7e;
}
.SlidesContainer .next {
	right: 10px;
	border-radius: 3px 0 0 3px;
}
.colorRow {
	border-top: rgba(0, 0, 0, 0.18) 1px solid;
	padding: 30px 0;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	justify-content: center;
}
.modalItemThumb {
	flex-grow: 1;
	text-align: center;
	flex: 0 170px;
	margin: 10px;
}

/* MLC Transportation */
.TopMargin {
	margin-top: 60px;
}
#MLC-Section {
	min-height: 520px;
	position: relative;
}
#MLC-Box {
	width: 35%;
	padding: 40px;
	position: absolute;
	margin: 60px;
	background-color: #fff;
}
#MLC-Box h3 {
    margin:10px 0;
}
#MLC-Box .categoryLink {
    text-align:left;
}

/*  Environmental Stewards */
#AssocList {
	margin: 0 auto;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: center;
}
#AssocList li {
	list-style: none;
	max-width: 110px;
	text-align: center;
}
#AssocList li a img {
	height: 90px;
	margin-bottom: 20px;
}
#AssocList li p {
    font-size:14px;
    line-height:16px;
    margin-top: 0;
}
/* FAQ ACCORDEON */
.accordion {
	background-color: #f2f2f2;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 18px;
	transition: 0.4s;
	border-bottom: 1px solid #cccccc;
}
.ACCactive,
.accordion:hover {
	background-color: #f2f2f2;
}
.accordion:after {
	content: '\002B';
	color: #7c7c7c;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}
.ACCactive:after {
	content: "\2212";
}
.pane {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

/* Contact Us */
#OfficeView {
    width:25%;
    float:left;
    margin:20px 20px 0 0;
}
#Locations {
    width: 50%;
    height: auto;
    float: right;
    position: relative;
}
.OfficePlaces {
    display:block;
    float:right;
    width: 500px;
    height: 150px;
    margin-bottom:15px;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 7%) 0px 1px 2px, rgb(0 0 0 / 7%) 0px 2px 4px, rgb(0 0 0 / 7%) 0px 4px 8px, rgb(0 0 0 / 7%) 0px 8px 16px, rgb(0 0 0 / 7%) 0px 16px 32px, rgb(0 0 0 / 7%) 0px 32px 64px;
    position: relative;
}
.Orange {
    border-left:15px solid #f99f1b;
}
.Blue {
    border-left:15px solid #1e4497;
}
.OfficePlaces img {
    height:100%;
    margin-right:20px;
}
.OfficePlaces p {
    display:inline-block;
    vertical-align:top;
}
#PhoneList {
    margin:60px 0;
    text-align:center;
}
#PhoneList ul {
    list-style-type: none;
}
#PhoneList ul li {
    display:inline-block;
    vertical-align:top;
    max-width: 240px;
    margin:0 40px;
}

/*TEAMS PAGE */
.SectionTitle {
    text-align: center;
}
.CardPhoto {
    filter: grayscale(100%);
}
.CardPhoto:hover {
    filter: grayscale(0%);
}
.CardTitle {
    font-size: 24px;
    font-weight: 600;
    color: #20409A;
    line-height: 34px;
}
.CardParagraph {
    padding: 0 20px;
    color: #21211E;
}
.Teamflex-container {
    display: flex;
    width:100%;
    justify-content: center;
    flex-wrap: wrap;
    gap:30px;
    background-color: #fff;
}
.Teamflex-container p {
    width:80%;
}
.TeamflexCard {
    width: 28%;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0 #615947;
}
.TeamContactCard {
    width: 220px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0 #615947;
}
.TeamflexCard:hover, .TeamContactCard:hover {
    box-shadow: 0px 0px 25px 0 #615947;}
.Teambtn {
    background-color: #fff;
    font-size: 18px;
    padding: 0;
    font-weight: 800;
    color: #21211E;
    border: none;
    width: 100%;
    height: 50px;
    position: relative;
    cursor: pointer;
}
.Teambtn span {
    position: relative;
    top: -50px;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    transition: all .3s;
}
.Teambtn::before {
    content: "";
    display: block;
    background-color: #FB9E13;
    width: 0;
    height: 50px;
    position: relative;
    top: 0;
    left: 0;
    transition: all .24s;
}
.TeamflexCard:hover .Teambtn::before, .TeamContactCard:hover .Teambtn::before {
    width: 100%;
    left: 0%;
}
@media only screen and (max-width:1200px) {
...
}
@media only screen and (max-width:974px) {
.CardTitle {
font-size:20px !important;
line-height:30px !important;
}
.CardParagraph {
font-size:16px !important;
line-height:20px !important;
}
}
@media only screen and (max-width:782px) {
.flex-container {
flex-wrap:wrap !important;
}
.flexCard {
width:45% !important;
}
}
@media only screen and (max-width:614px) {
}
@media only screen and (max-width:494px) {
.flexCard {
width:95% !important;
}
}

/* TEAMS PAGE END */

@media only screen and (max-width:974px) {}
@media only screen and (max-width:782px) {}
@media only screen and (max-width:614px) {
	#Header_Container_left #Header_Content {
		width: 100%;
		text-align: center;
	}
	
	.HeaderBFD {
		float: none;
	}
}
@media only screen and (max-width:494px) {}

}