/* OWL SLIDER */
@import url(https://owlcarousel2.github.io/OwlCarousel2/assets/owlcarousel/assets/owl.carousel.min.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);

.owl-carousel {
	margin: 0;
}

.owl-carousel .owl-nav [class*=owl-] {

	color: rgba(0, 0, 0, 0.9);
	font-size: 28px;
    width: 30px;
    height: 40px;
    line-height: 35px;
	border-radius: 0;
	text-align: center;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
	background: rgba(255, 255, 255, 0.5);
	color: #000;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
	position: absolute;
	top: 45%;
	height: 20px;
	margin: auto !important;
  z-index:999999;
}

.owl-carousel .owl-prev {
	left: 0px;
}

.owl-carousel .owl-next {
	right: 0px;
}



.owl-carousel .owl-item img {
    display: block;
    width: 100%;
  	max-width: 200px;
    margin: 0 auto
}

.slideshow-slide .button {
    position: relative;
    bottom: 0;
}

.slideshow-slide .new-action {
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 1158px;
  	background: none!important;
  	margin-top: 15px;
}

.slideshow-slide h3, .slideshow-slide p {
    text-shadow: none!important;
    font-family: 'EngraversGothicBT-Regular', sans-serif!important;
    color: #888;
    font-size: 26px;
    letter-spacing: 5px;
}

.slideshow-slide .button {
  color: #AA0B57!important;
  background: none!important;
  border-radius: 0px!important;
  padding: 0 0 10px 0;
  font-size: 20px;
  font-family: 'EngraversGothicBT-Regular', sans-serif!important;
  letter-spacing: 1px
}

.slider-hr {width: 20%;margin: 3px auto;background-color: #AA0B57;}

.spotted-in {
    margin: 40px 0;
}

/*  SECTIONS  */
.colsection {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.colhome {
	display: block;
	float:left;
	margin: 1% 0 1% 2%;
}
.colhome:first-child { margin-left: 0; }

/*  GROUPING  */
.rowhome:before,
.rowhome:after { content:""; display:table; }
.rowhome:after { clear:both;}
.rowhome { zoom:1; /* For IE 6/7 */ }
/*  GRID OF THREE  */
.spans_3_of_3 { width: 100%; }
.spans_2_of_3 { width: 66%; }
.spans_1_of_3 { width: 32%; }


.subs-images {
	max-width: 800px;
  	margin: 0 auto;
}

.subs-images img {
	width:100%;
  margin:0 0 -10px 0;
  padding: 0;
}

.page-custom.join-fam {background-color: #ff6448;max-width: 900px;
    margin: 30px auto;}
.img-fluid {max-width: 100%}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 768px) {
	.colhome {  margin: 1% 0 1% 0%; }
	.spans_3_of_3, .spans_2_of_3, .spans_1_of_3 { width: 100%; }
}


.instafeed-container {width:100%!important; height: 100%!important; padding-top: 100%!important}

/*  LSG 06/19/2020 new page format for full width needed for new Broadcast theme...this is a test */
.page-fullwidth {
  max-width: 100%;
}
