<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header[role="banner"] {
  background-color: white;
}

.hero-bg__container {
	display: block;
}

#email form.join-form button.custom-btn {
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    background: #f1b434;
    font-family: 'ArialRoundedMTBold';
}


#email form div.button-col {
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#email form div.disclaimer-col {
	color: #FFF;
	font-size: 12px;
}

#email .container-fluid.white-bg,
#email .white-section.white-bg {
  background-color: white;
}



#email .hero-home{
/*	padding:70px 0;*/
  padding:100px 0 200px 0;
  position: relative;
}




#email .hero-bg__container {
  background-image: url('../../img/custom-pages/shoutfactory/hero-desktop.jpg');
	background-repeat: no-repeat!important;
	background-size:cover!important;
	background-position: center!important;
  width: 100%;
	height: 100%;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: -9999;
}


#email .home-hero__text {
  color: #FFF;
	opacity: 1;
	background-color: rgba(167,0,50,0.8);
	padding: 40px;
}

#email .hero-home h1{
  max-width: 600px;
  
	color:#fff;
	font-size:44px;
	}

#email .hero-home h3{
	color:#fff;
	font-size:18px;
}

#email .hero-home p {
  max-width: 500px;
}

#email .hero-home a:first-of-type {
  margin-right: 20px;
}

#email .ajax-form .notice-success {
	color: #FFF;
	font-weight: bold;
	max-width: 500px;
	font-size: 18px;
}

#email .ajax-form .notice-error {
	color: #FFF;
	font-weight: bold;
	max-width: 500px;
	font-size: 18px;
}


.join-section .lnk {
	display: none;
}

@media (max-width:1280px){
	#email .hero-bg__container{
		background-position:69% 0px!important;
	}
}



@media (max-width:1100px){
#email .hero-home{
	background-position:center center!important;
}
}

@media (max-width:800px){
	#email .hero-bg__container{
		background-position:80% 0px!important;
	}
}


@media (min-width:640px) and (max-width: 767px) {
	#email .hero-home p{
		max-width: 90%;
	}
}

@media (max-width: 640px) {
	#email .join-form {
		width: 100%;
	}

#email form.join-form button.custom-btn {
	width: 100%;
	height: 50px;
}
#email form.join-form button.custom-btn span {
	width: 100%;
	height: 50px;
	line-height: 50px;
}

}

@media (max-width:640px){
#email .hero-bg__container {
	position: relative;
/*	top: -22px; */
}



#email .hero-home{
  background-image: url('../../img/custom-pages/shoutfactory/hero-mobile.jpg'); 
	background-position:center center!important;
	background-size: cover !important;
	padding: 10px 0px 10px 0px;
}

#email .hero-home h1{
	font-size:36px;
	margin-bottom: 5px;
	margin-top: 20px;
}

}
	
#email .hero-home p{
	font-size:18px;
	color:#fff;
	padding:10px 0 10px 0;
	font-family: 'Roboto', sans-serif;
	line-height:150%
	}

@media (max-width:640px){
#email .hero-home p{
	font-size:16px;
	line-height:140%;
	margin-bottom: 20px;
	}

}

#email .ajax-form {
	margin-bottom: 10px;
}

#email .hero-home a.custom-btn span.cnt {
	color: #666;
  color: white;
}




	

	
#email .intro-home{
	font-size:24px;
	line-height:160%;
	color:#fff;
	text-align:center
	
	}
	



</pre></body></html>