﻿
/************************************
Category Grid Page */

/* Hero Spot*/
.CGP-Hero-Outer {
   
   padding: 20px 20px;
   position:relative;
   background-repeat:no-repeat; 
   background-position: right center;
         
}

.CGP-Hero-Inner-LeftCol {
    max-width: 71%;    
    left:40px;
    position:relative;
}



.CGP-Hero-Inner-RightCol {
    width: 30%;
    float: left;
    text-align:center;
}

.CGP-Hero-Outer .CGP-Hero-Inner-RightCol > img {
    height: 150px;
    width: 150px;
    padding: 10px 0 10px 0;
}

/*****************************************************************************
    Learn More Section
******************************************************************************/
#CatGridLearnMoreArea li {
    display: block;
    float: left;
    margin: 0 25px 0 0;
    padding: 0 0 0 0;
}
#CatGridLearnMoreArea .learn-more-section {
       width: 100%;
}

/* Category Grid Items*/
#CategoryGridPageItemWrapper .CatagoryGridItem {
   
    padding: 2px 6px; 
    position:relative;  
}

#CatHeroWrapperID {
   /* background-image: url("/Content/CatGridImages/Category-Background.png");*/
    background-size: 100% 100%;
    position: relative;
}
