@charset "utf-8";

/* CSS Document */


/*
	Dictates style rules when screen is narrower than 974 pixels
*/

@media only screen and (max-width:974px) {
	#Header_Width {
		width: 768px;
	}
	#captionWrapper {
		width: 768px;
	}
	#MainMenu UL {
		position: absolute;
		right: 0;
		width: 529px;
	}
	#HomeContentWidth {
		width: 100%;
	}
	#HomeCallouts UL LI,
	#HomeCallouts iframe {
		width: 230px;
	}
	#HomeCallouts UL LI H2 {
		font-size: 18px;
	}
	#dropdownNavLinks {
		display: none;
	}
	/* Interior */
	#InteriorContentWidth {
		/* width: 768px; */
		/* width:100%; */
	}
	/* Homeslideshow */
	#HomeSlideshow {
		height: 300px;
	}
	.narrow #slideshow {
		width: 768px;
	}
	.rslides li {
		height: 300px;
	}
	.caption {
		width: 300px;
	}
	#slideControls UL {
		width: 768px;
	}
	/* Interior Pages */
	#ContentContainer {
		/*width:768px;*/
		/* width: 100%; */
		padding-left: 0px;
		padding-right: 0px;
	}
	#ContentLeft {
		float: left;
		width: 300px;
	}
	#ContentRight {
		/* width: 460px; */
		float: right;
	}
	div#Sub_Page_Listing_Right {
		float: left;
		width: 355px;
	}
	#FooterContent {
		width: auto;
	}
	#FooterWidth {
		/* width: 768px; */
	}
	/*LEFT*/
	#FooterLayout_left #FooterSectionOne {
		/* width: 300px; */
	}
	#FooterLayout_left #FooterSectionTwo {
		width: 460px;
	}
	/*RIGHT*/
	#FooterLayout_right #FooterSectionOne {
		width: 300px;
	}
	#FooterLayout_right #FooterSectionTwo {
		width: 460px;
	}
	/* index styles */
	.homeCategories>p {
    width: 100%!important;
}
	.categoryDescription {
        max-height: 110px!important;
	    

}
	.categoryDescription>h3 {
    height: 100px;
	font-size: 28px!important;
}
	.categoryDescription>h3, .categoryDescription>p {
    margin: 5px 0 5px 0;
    padding-left: 15px;
}
	
	
	/* Categories */
	#StoreContentLeft {
		display: none;
	}
	div#StoreContentRight {
		width: 95%!important;
		margin-left: auto;
		margin-right: auto;
	}
	
	/* Products Page */
	#expandedImageContainer {
    width: 350px!important;
    height: 350px!important;

	}
	#ProductList {
    justify-content:center;
}
	.faqs>div>img {
    display:none;
}
	
    /* Our Team */
    .TeamflexCard {
        width: 40%!important;
    }
	
	.PageTitle {
        font-size: 40px!important;
        line-height: 40px!important;
    }
    
    /* Contact Page */
    
    .OfficePlaces {
    right: 10px!important;
    top: 10px!important;
    width: 250px!important;
    height: auto!important;
}
.OfficePlaces img {
    height:auto!important;
    width:100%!important;
    margin-bottom:10px!important;
    margin-right:0!important;
}
.OfficePlaces p {
    display:block!important;
    font-size:15px!important;
    padding:10px;
    line-height:24px!important;
}
	
	/* Nav bar */
	#navLinksContainer {
		max-width: 75%;
	}
	
	#captionParagraph>h1 {
		font-size: 56px!important;
		line-height: 65px!important;
	}
	#captionParagraph>p {
		margin: 0!important;
		font-size: 38px!important;
	}
	.SlideLogo img {
		max-width: 150px!important;
	}
	.heroSubtitle {
		width: 100%!important;
	}
	.testimonials {
		width: 95%!important;
	}

	.NewsList>a>h4 {
		margin-top: 5px!important;
	}
	.ReadMore {
		display: none;
	}
	.NewsList>a {
		height: 120px!important;
	}
	.thumbnails {
    width: 350px!important;
	}
}