/*********
**  Wards Updated 7/23/2020
*********/
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800&display=swap');

/* mobile portrait viewports <=479*/

h1{font-size:24px; line-height:27px;}
footer {padding-top:5px;}

.footer-top-promo {
  background: none !important; 
}
#bv-checkbox-agreedtotermsandconditions, .bv-fieldset-label-checkbox:before {display: none !important;}

.hero-container h1, .cat-banner h1{font-size:2.3rem;}

div.headline2 {
	font-family: nunito_sansextrabold, Arial, sans-serif;
	font-size:1.5rem;
}

.product-set .product-desc ul {list-style-type: disc; list-style-position: inside;}

      .ui-tooltip {max-width:90%;}


/* mobile landscape viewports 480-767*/
@media screen and (min-width: 480px) and (max-width: 767px) {
	.ui-tooltip {max-width:90%;}
}

/* tablet viewports 768-1024 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	div.headline2{font-size:1.875rem;}
	.hero-container h1, .cat-banner h1{font-size:1.725rem;}
}

/* desktop viewports 1025+ */
@media screen and (min-width: 1025px) {
	div.headline2{font-size:1.875rem;}
        h1{font-size:30px; line-height:32px;}
}

@media (min-width: 1921px) {body > #wrapper {max-width:1920px;}}

#keyword_content{color:#f00; padding-bottom:15px;}

.openModal{cursor: pointer;}