#slideshowParent
{
	padding-bottom: 40%;
}


.lifestyleTextOutDiv > div
{
	filter: drop-shadow(5px 5px 5px #ddd);
}

a.lifestyleTextOutDiv 
{
	filter: drop-shadow(5px 5px 5px #ddd);
}

.slick-slide
{
	padding: 0px;
}

#slideshowSectionDiv
{
    margin-bottom: 40px;
}

p
{
	font: 9pt;

}

h2
{
    display: inline-block;
    width: 100%;    
    font-size: 10pt;
    font-family: unifyBold, nevis, montserratregular, leaguegothic, cabin, avenir;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 1px;
    color: #444444;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCCCCC;
    text-align: left;
    margin-bottom: 25px;
}

h3
{
    display: inline-block;
    width: 100%;
    text-transform: none;
    font-size: 12pt;
    font-family: unifyBold, nevis, montserratregular, leaguegothic, cabin, avenir;
    font-weight: normal;
    color: #555555;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 30px;
}

p
{
	font-family: unifyRegular, nevis, montserratregular, leaguegothic, cabin, avenir;
}


.lifestyleTextInDiv
{
    width: 49%;
}

#featuredCollections
{
    margin-top: 20px;
    border-top: 1px solid #CCCCCC;
}

#third .lifestyleTextInDiv
{
    width: 32%;
}

#narrow .lifestyleTextInDiv
{
    width: 25%;
}

#third .lifestyleTextInDiv > div
{
	padding-bottom: 130%;
}

#narrow .lifestyleTextInDiv > div
{
	padding-bottom: 180%;
}


#narrow .lifestyleTextInDiv p
{
	display: none;
}


.lifestyleTextInDiv > div
{
    background-position: top center;
}

a.productGroupButton:hover
{
	background-color: #009bff;
}

#featuredCollections .textImageLeftRightTitle, .textImageLeftRightSubtitle, .textImageLeftRightButtonContainerDiv
{
	text-align: left;
}

#divTrendingStyles .lifestyleTextOutDiv

{
	width: 19%;
}

.lifestyleTextOutDiv > div
{
    display: inline-block;
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center;
}


#divTrendingStyles2 .lifestyleTextOutDiv > div
{
    display: inline-block;
    width: 100%;
    height: 0px;
    padding-bottom: 140%;

}

#divTrendingStyles p 
{
	font-size: 10pt;
    font-family: unifyRegular, nevis, montserratregular, leaguegothic, cabin, avenir;

}

#divTrendingStylesBestSellers .lifestyleTextOutDiv

{
	width: 24%;
	filter: none;
}


.lifestyleTextOutDiv p
{
	font-size: 10pt;
    font-family: unifyRegular, nevis, montserratregular, leaguegothic, cabin, avenir;

}


.sectionDiv .sectionLifestyleTextOut
{
	margin-bottom: 60px;
}


#gannettAboutCompanyDiv
    {
    display: inline-block;
    width: 100%;
    border-top: 2px solid #DDDDDD;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #404040;
}

#gannettAboutCompanyDiv > p:nth-child(1)
    {
    width: 20%;
	font-size: 10pt;
    font-family: unifyBold, nevis, montserratregular, leaguegothic, cabin, avenir;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: left;
}


#gannettAboutCompanyDiv p
    {
    width: 72%;
    display: inline-block;
	font-size: 10pt;
    font-family: unifyRegular, nevis, montserratregular, leaguegothic, cabin, avenir;
    vertical-align: top;
    line-height: 2;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: left;
    padding-right: 20px;

}

#gannettAboutCompanyDiv p:nth-child(3)
    {
    padding-right: 0px;

}



@media screen and (max-width: 800px)
{
    #slideshowParent
    {
	   padding-bottom: 100%;
	    
    }
    
    	#third .lifestyleTextInDiv
	{
    		width: 100%;
	}
	
	#half .lifestyleTextInDiv
	{
    		width: 100%;
	}
	
	#narrow .lifestyleTextInDiv
	{
    		width: 100%;
	}

	.productDiv
	{
		width: 33%;
	}
	
	#gannettAboutCompanyDiv > p:nth-child(1)
    {
        width: 100%;
        padding-bottom: 10px;

    }


    #gannettAboutCompanyDiv p
                {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 10px;

    }


}


