/* font size on product pages */
.newspanel h4 {
    font-size: 1.0rem!important;
    text-transform: none;
    letter-spacing: 0.03rem!important;
}

.newspanel-leader { height: 190px; overflow: hidden; }
@media (max-width: 575.98px) {
  .newspanel-leader {
	height: 130px;
}
	}
	@media (max-width: 767.98px) {
	.newspanel-leader {
	height: 130px;
}
}

.contentrow-feature ul {
	margin-top: 10px;
}

.contentrow-text p, .contentrow-text li, .contentrow-feature p, .contentrow-feature li, .contentrow-iframe p, .contentrow-iframe li {
	font-family: 'Roboto', sans-serif;
	font-size: 1rem !important;
}
.nav-link-footer i { color: white; }
.nav-link-footer .fab { color: white!important; }
.nav-link-footer .fas { color: white!important; }

.main li { font-size: 0.9rem; }

.product-row-title, .product-row-title a {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	text-decoration: none;
	font-weight:500;
	font-size:0.9rem!important;
	letter-spacing: 0.05rem;
	color:#ce7617;
	margin-bottom:18px;
	text-align: center;
}

.product-row-icon {
	max-width: 80px;
	margin-bottom: 15px;
}



.product-icon-strip h5 {
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.05rem;
    line-height: 1.2!important;
    font-size: 1.0rem;
}
.product-icon-strip h3 {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 0.8!important;
    color: #ce7617;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.05rem;
}
.nav-link-footer-top {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.0rem;
	color: #ffffff !important;
}

.icon-notlast {
    width: 136px;
    min-width: 80px;
    border-right: 1px solid #eceae6;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 0.95!important;
}
.icon-last {
    width: 136px;
}

.subnav-link.active {	
	color:#cc7600!important;
}
.subnav-link.selitem {	
	color:#cc7600!important;
}

.media-body h5 a {
	color:#cc7600!important;
}
.media-sublink-box img { max-width: 100px; }

.nav-tabs-lsm .nav-link {
	padding: 0.6rem 0.6rem!important;
	font-weight: 500!important;
	font-size: 0.8rem!important;
	border-color: #dee2e6 #dee2e6 #dee2e6;
	background-color: #eeeeee;
	margin-right: 2px;
}
.nav-tabs-lsm .nav-link.active {	
	color:#cc7600!important;
	border-color: #dee2e6 #dee2e6 #fff;
}

/* mobile adjustments from my adjustments above */
@media (max-width: 575.98px) {
	.display-jumbo-1 { margin-top: 50px; }
	.display-jumbo-1 h1{
		font-size: 2.5rem;
	}

	.home-header .category-strip { display: none; }
	.home-header {margin-bottom: 20px; }
	
	
	.contentrow { padding: 30px 0px 0px 0px; }
	.product-strip { padding-top: 30px; padding-bottom: 30px; }
	
	.icon-strip img {
		width: 60px;
	}
	
	.icon-notlast {
		width: 120px;
		min-width: 40px;
		font-size: 0.70rem;
		border-right: none;
	}
	.icon-last {
		width: 120px;
	}
	
	/* space after cell on mobile */
	.contentrow-left { margin-bottom: 20px; }
	
}
@media (max-width: 767.98px) {
    .home-header .category-strip { display: none; }
	.home-header {margin-bottom: 70px; }   /* don't make this smaller or it overlaps on Petes iPhone */
	
	.icon-strip img {
		width: 60px;
	}
	
	.icon-notlast {
		width: 120px;
		min-width: 40px;
		font-size: 0.70rem;
		border-right: none;
	}
	.icon-last {
		width: 120px;
	}
		
	/* space after cell on mobile */
	.contentrow-left { margin-bottom: 20px; }
	
}



.logo-title {
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.0rem;
	text-align: center;
	margin-top: 10px;
	color: #ce7617;
}
A .logo-title { color: #ce7617 !important; }

/* additional styles from Roger */
@media (max-width: 767.98px) {
	.productrow-divider {
	display: none;
}
}
@media (max-width: 767.98px) {
	.product-extrapad {
	padding-bottom:50px;
}
}
@media (max-width: 575.98px) {
  .linkblock h2 {
	font-size: 2.0rem!important;
}
	}
	@media (max-width: 767.98px) {
	.linkblock h2 {
font-size: 2.0rem!important;
		}
}




/* SIGNUP MODAL */

#signup-modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1500;
  padding-top: 100px;
  margin-left: 35%;
  margin-right: auto;
  top: 0;
  width: 30%;
  height: 100%;
  overflow: auto;
}

@media (max-width: 991.98px) {
	#signup-modal {
	width: 90%;
		left: 0;
		margin-left: 5%;
}
}
#signup-modal-content {
  position: relative;
  background-color: #e9e7e2;
  margin: auto;
  padding: 0;
  border: 1px solid #e9e7e2;
  border-radius: 3px;
  /*width: 50%;*/
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}
.signup-modal h5{
	margin-bottom:0px;
		padding-left:40px;
	text-align:center;
	color: #3a4146;
}
@media (max-width: 767.98px) {
	.signup-modal h5 {
	font-size:1.1rem;
		padding-left:0px;
		margin-top:20px;
		line-height:2rem!important;
}
}
.signup-modal h4{
	margin-bottom:0px;
	text-align:center;
	font-size:2.5rem;
	color: #3a4146;
}
@media (max-width: 767.98px) {
	.signup-modal h4 {
	line-height:2.5rem!important;
}
}

.signup-modal p{
	margin-bottom:0px;
	text-align:center;
	font-size:0.9rem!important;
	color: #3a4146;
}
.signup-close {
	max-width:35px;
  color: #3a4146;
  float: right;
  font-size: 18px;
border: 1px solid #3a4146;
  border-radius: 3px;
  padding: 5px 10px 5px 10px;
  text-align: center;
  display: inline;
	transition-duration: 0.4s;
	margin-top:0px!important;
}
@media (max-width: 767.98px) {
	.signup-close {
	display: block;
}
}
.signup-close:hover,
.signup-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.signup-modal-header {
  padding: 30px 35px;
	color: #3a4146;
}
.signup-modal-body {
	padding: 2px 16px;
	text-align:center;
}
.signup-modal-body a {
	line-height:1.2rem;
}
.signup-modal-footer {
  padding: 2px 16px;
}
.signup-modal #your-email{
	width:75%;
	text-align:center;
	margin-top:20px;
}


.faq_question { font-weight: normal; color: #ce7617; text-align: left; white-space: normal; }
.faq_question i {color: #ce7617 !important; font-family: "Font Awesome 5 Free";}
.faq_answer {}

.card-header-faq { padding: .35rem .35rem; }
.card-body-faq { padding: .85rem 1.1rem; }
.card-body-faq, .card-body-faq p, .card-body-faq ul, .card-body-faq li { font-family: 'Roboto', sans-serif; 
	font-size: 0.85rem !important; color: #3a4146 !important; line-height: 1.5 !important; }
	
.main-inside-page .contentrow {  padding-top: 15px !important; }

/* video play button */
.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.play-button {
    position:absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 80px;
    color: #fff;
    opacity: .8;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
	text-underline: none;
  }
  .play-button:hover {
    color: #eee;
  }
  
  
.videorow h4 {
	font-size: 1.0rem!important; 
	letter-spacing: 0.03rem!important;
	color: #ce7617;
	font-weight: normal;
}
.videorow div, .videorow p, .videorow ul {
	font-size: 0.9rem !important;
}

.main-inside-page {
	margin-left: 0px;
}