/* FOUNDATION STYLE RESETS *******************************************************/
.row{max-width:1200px !important;}
p, span, div, a, button, input, td, tr, th, h1, h2, h3, h4, h5, h6 {font-family:"Lato",sans-serif;color:rgb(46, 52, 56);}

/* END FOUNDATION STYLE RESETS ***************************************************/




/* HEADER STYLES *****************************************************************/
.header{    
    height:150px;
    background:#FFFFFF;   
}

.header .headerNav{
    max-width: 1600px;
    margin: 0px auto;
    display: block;
    height: 150px;
}
.header .headerNav img{
    float: left;
    height: 74px;
    margin-top: 45px;
    margin-left: 20px;    
}

.header .navigation{
    float:right;
    margin-top: 61px;
    margin-right: 49px;   
}    
.header .navigation li{
    list-style-type:none;
    display:inline-block;
    font-size:20px;
    cursor:pointer;
    padding-right: 16px;
    margin-right: 16px;   
    position:relative; 
}
.header .navigation li:hover{
    color:#f47920;
}


.header .navigation li .downArrow{
    content: '';
    position: absolute;
    right: 0%;
    top: 50%;
    z-index: 1;
    display: block;
    width: 9px;
    height: 9px;
    margin: -5px -5px 0 0;
    border-right: 2px solid;
    border-right-color: currentcolor;
    border-bottom: 2px solid;
    border-bottom-color: currentcolor;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateX( -5px ) rotate( 45deg );
    -ms-transform: translateX( -5px ) rotate( 45deg );
    transform: translateX( -5px ) rotate( 45deg );
}      

.header .navigation li .subMenu{
    position: absolute;
    top: 32px;
    left: 0;
    z-index: 10;
    visibility: hidden;
    text-align: left;
    background: white;
    box-shadow: 0px 0px 16px rgba(0,0,0,.1);
    width: 240px;
    padding: 10px;
}

.header .navigation li .subMenu a{
    display:block;
    font-size:16px;
    padding:10px 0px 10px 10px;
    cursor:pointer;
    text-decoration:none;
}
.header .navigation li .subMenu a:hover{
    color:#f47920;
}
    
.header .navigation li:hover .subMenu{visibility: visible;}
.header .navigation li .subMenu:hover {visibility: visible;}


.header .navigation li.navDivRight{
    border-left: 2px solid rgb(52,45,52);
    height: 14px;
    width: 0px;
    margin-left: 40px;    
}    

.header .sandwichMenu{
    float: right;
    margin: 44px 30px 0px 0px;
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.header .navigationMobile{
    display:none;
    margin-top:20px;
    margin-bottom:20px;
    width: 200px;
    float: right;
}    
.header .navigationMobile li{
    list-style-type: none;
    display: block;
    font-size: 20px;
    cursor: pointer;
    padding: 8px 16px;
    margin-bottom: 2px;
    background: #F0F0F0;
    margin-right: 20px;
}

.mobileChoicesMenu{
    font-size: 18px;
    font-family: 'Gabarito', sans-serif;
    font-weight: bold;
    padding: 10px;
    height: 43px;
    border-radius: 4px; 
    background: rgba(255,255,255,.8);   
}
/* END HEADER STYLES *************************************************************/

/* BODY STYLES *******************************************************************/
#body{min-height:500px;}
.pageHeader{
    background:#F1F3F4;
}

.pageHeader h1{
    color: #2E3438;
    padding: 10px 20px;
    font-size: 50px !important;
    font-weight: 700;
}


.aprioButton{
    background:url(https://www.aprio.com/wp-content/uploads/2022/03/orange-btn.png) !important;
    background-size: cover !important;
    height: 50px;
    font-size: 16px !important;
    line-height: 0px;
    border-color: rgba(0,0,0,0);    
}


/* HOME */
.homeHeader{
    height: 300px;
    background: url(../images/chalkboard.jpg);
    background-size: cover;
    display: block;
    background-position: 50% 50%;    
}    


.homeHeader h1{
    color: white;
    font-weight: bold;
    font-size: 57px;
    margin-top: 50px;
    margin-bottom: 36px;  
}

.homeHeader h2{
    font-weight: normal;
    color: #FF7E2A;
    font-size: 33px;
    font-style: italic;
}      

.homeBoxes{
	background: #F2F3F4;
	padding: 40px;
    cursor:pointer;
}
.homeBoxes .promoBox{
	height: 200px;
	width: 100%;
	background: white;
    background-size:cover !important;
    background-position:50% 50% !important;
}
.homeBoxes .row .columns:hover h4{color:#f47920 !important;}





/* PRODUCTS LISTING */
.productProfile {cursor:pointer;height:276px;}
.productProfile h4{font-size:16px !important;text-align:center;}

.productProfile .productImage{
	height: 200px;
	width: 150px;
	background: white;
    background-size:contain !important;
    background-position:50% 50% !important;
    background-repeat:no-repeat !important;
    margin:0px auto;
    position:relative;
    overflow:hidden;
}
.productProfile:hover h4{color:#f47920 !important;}

.productProfile .productImage .rewardsIcon{
    position: absolute;
    width: 26px;
    height: 26px;
    right: 0px;
    bottom: 0px;
    background: url(../images/cooleaf-icon.png);
    background-repeat: repeat;
    background-size: auto;
    background-size: contain;
    background-repeat: no-repeat;
}


.productProfile .productTag{
    left: -61px;
    bottom: 13px;
    width: 200px;
    -webkit-transform: rotate(38deg);
    position: absolute;
    padding: 10px 20px 15px 20px;
    text-align: center;
    text-transform:uppercase;
    font-weight:bold;
    color:white;
}   

/* PRODUCT PROFILE */
.productImage{
    height: 375px;
    max-width: 400px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
}

.productContent h2{
    font-size:36px !important;
}
.productContent h3{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 40px;    
}

.productContent p{
    font-size:16px !important;
}
.productContent .seven{
    padding-right:40px;
}

.categoryItem{
}
.categoryItem label{
    font-size: 16px !important;
    padding-bottom: 6px !important;
    margin:0px !important;
}    
.categoryItem label:hover{
    color: #f47920 !important;
}

.hide{display:none;}
.rewardHide{display:none !important;}

.productCart{
    background: #F1F3F4;
    padding: 20px;
    border-radius: 10px;
    min-height:360px;
}

.productCart .left{
    font-size:16px;
    line-height:40px;
}
.productCart .right{
    font-size:16px;
    font-weight:bold;
    line-height:40px;
}

.productCart .right input, .productCart .right select{
    width: 150px;
    padding: 10px;
    height: 40px;
    border-radius: 4px;
}      

.productLink {
    color: #ff6e2f;
    font-size: 15px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}


.notification{
    font-size: 18px;
    color: white;
    background: #1F066A;
    padding: 21px;
    border-radius: 10px;
    line-height: 25px;
    margin-bottom: 40px;
}      
 

#previewButton{
    display:none;
    width: 100%;
    font-size: 17px;
    font-family: "Lato",sans-serif;
    margin-bottom: 10px;
}      

.sizeBox{
    font-size: 14px;
    float: left;
    margin-right: 6px;
    padding: 10px 12px;
    border: 1px solid #DDD;
    border-radius: 4px;
    cursor:pointer;
    text-align: center;    
}
.sizeBox.active{
    font-weight:bold;
    background:#FFCF62;
    border-color:#F37920;
}
    

/* BUSINESS CARD CREATION */
.cardForm{
    font-size:16px;
}    
.cardForm input, .cardForm select{
    height: 40px;
    border-radius: 4px;
    width: 100%;
    font-size: 16px;
    margin-top: 6px;
    margin-bottom: 20px;
}
#bizCardImage{
    width: 90%;
    box-shadow: 0px 0px 8px -3px rgba(0,0,0,.2);
    border-radius: 8px;
    margin: 5% 0 5% 10%;   
} 


/* CART */
.cartTable{
    width:100%;
}

.cartTable th, .cartTable td {font-size:14px;}

.cartImage{
    width: 100px;
    height: 75px;
    float: left;
    margin-right: 12px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
}

/* CART SHIPPING */
.leftForm{
    font-size:16px;
    text-align:right;
    padding-right:20px;
    line-height:40px;
}
.rightForm input{
    height: 40px;
    border-radius: 4px;
    width: 75%;
    font-size:16px;
}


/* FAQs */
.question {border-left:3px solid #2E3438;}
.question h4{padding: 10px;cursor:pointer;}
.question h4:hover {color:#f47920;}
.question .answer{display: none;  margin:30px 0px 50px 20px;}
.question .answer p{font-size:16px; line-height: 18px;}


/* END BODY STYLES ***************************************************************/


/* FOOTER STYLES *****************************************************************/
.footer{
    padding:40px 0px 40px 0px;
    background:#F48301;
    margin-top:50px;
}

.footer .legalText {
    font-size:12px;
    color:#99a2ab; 
    line-height: 18px;   
}    

/* END FOOTER STYLES *************************************************************/
  