/* mobile-button */

.mobileNav, .archiveTitleMobile {
	cursor: pointer;
}

a.back-to-top {
	outline: 0;
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 10%;
	bottom: 20px;
	background: #426747 url("../images/misc/up-arrow.png") no-repeat center 43%;
	opacity: 1.0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: 1px solid #fff;
}
p {color:#000;}
.color_green {color:#335b4d!important;}
p.a-family-business-content {color:#ffffff!important;}


.zebraStriping:nth-child(2n) {
	background-color: #F0F2F1!important;
	flex-direction: row-reverse !important;
}
.zebraStripingHome:nth-child(odd){
	background-color: #F0F2F1!important;
	flex-direction: row-reverse !important;
}
.uno-reverse:nth-child(2n) {flex-direction: row-reverse !important;}
.zebra:nth-child(even) {
	background-color: #F0F2F1;
}
.zebra:nth-child(odd) {
	background-color: #ffffff;
}


span.text-element.requiredElement {
  padding-top: 7px;
  padding-bottom: 7px;
  display: block;
  background-color: #c14e48;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Open Sans', cursive;
}
input[type=text].required {
  background-color: #ff9893!important;
}

/* contact form buttons */
input.contactSubmit{margin-left: 0;
  width: 98%;
	cursor:pointer;
	background-color: #335B4D;
	border:0;
  border-radius: 0;
  padding:15px 0;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;}
input.contactSubmit:hover{background-color: #335B4D;
  color: #fff;}

/* Homepage hero text - force 3 line display */
.homepage-hero-col .banner-item h1 {
  line-height: 1.2;
}

.homepage-hero-col .banner-item h1 .hero-line {
  white-space: nowrap;
  display: inline-block;
}

/* Override main.css rule that hides br tags in headings on mobile */
.homepage-hero-col .banner-item h1 br {
  display: block !important;
}

/* Desktop - prevent wrapping */
@media screen and (min-width: 992px) {
  .homepage-hero-col .banner-item h1 {
    width: max-content;
  }
}

/* Mobile/tablet - smaller font but keep 3 lines */
@media screen and (max-width: 991px) {
  .homepage-hero-col .banner-item h1 {
    font-size: 2.5rem;
    width: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .homepage-hero-col .banner-item h1 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 575px) {
  .homepage-hero-col .banner-item h1 {
    font-size: 1.75rem;
  }
}

/* Center homepage hero vertically */
@media screen and (min-width: 992px) {
  .banner-sec .banner-content {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}

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

}

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

}

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

}
