



/* Mobile Nav setup */
#hamburger.hidden { display:none; }
#hamburgerclose.active { display:none; }



/* **********  Mobile Nav  ********** */

@media screen and (max-width: 568px) { 

#hamburgerclose.active { display:block; }
#mainNav.active { display:block; }


#quotesWrapper:before, #quotesWrapper:after { content:none; }


}


/* **********  Tablet Portrait  ********** */

@media screen and (max-width: 768px) { 


}


/* **********  Mobile Landscape  ********** */

@media screen and (max-width:568px)  { 





}

