/*@media only screen and (min-width: 1024px) {*/
/*Secondary nav make 6 column a 7*/
/*    .items_e399b4bd03c748edb66ce63df39ad5bf.cols6 .item,*/
/*    .items_dde165d53d7f4930af918382c04121d0.cols6 .item*/
/*     {*/
/*        width: 11%;*/
/*    }*/
/*    .items_e399b4bd03c748edb66ce63df39ad5bf.cols6 .item:nth-child(6n+1),*/
/*    .items_dde165d53d7f4930af918382c04121d0.cols6 .item:nth-child(6n+1){*/
/*clear: right;*/
/*margin-left:1%;*/
/*}*/
/*    .items_e399b4bd03c748edb66ce63df39ad5bf.cols6 .item:nth-child(7n+1),*/
/*    .items_dde165d53d7f4930af918382c04121d0.cols6 .item:nth-child(7n+1){*/
/*clear: right;*/
/*margin-left:1%;*/
/*}*/
/*}*/

/*secondary nav*/
.secondaryCta li {
    display: inline-block;
    margin-left: 1.5%;
    margin-right:1.5%;
    text-transform: uppercase;
    font-size: 13px;
    width: auto;
    vertical-align: top;
    padding:20px 0 20px 0;
}

.secondaryCta .blockInnerContent {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.secondaryCta li a{
    color: #007a33;
}
.secondaryCta li a:hover{
    text-decoration: none !important;
}
.secondaryCta {
    /*max-width: 1200px;*/
    /*margin: auto;*/
    background-color: #f1f1f1;
}
 .secondaryCta ul{
     line-height: 0px;
 }

@media only screen and (max-width: 767px){
   .secondaryCta .blockInnerContent {
    text-align: center;
    padding-top: 10px;
} 
.secondaryCta li {
    width: 100%;
}
}