*
{
	margin: 0px;
	padding: 0px;
}

a img
{
	border: 0px;
}

body
{
	text-align: center;
	/*background-image: url( images/background.jpg );*/
  background-image: url( images/background2020.jpg );
	background-repeat: no-repeat;
	background-position: center top;
  /*background-position: center;*/
  /*background-size: cover;*/
	background-color: #020202;
	color: #FFFFFF;
}

#wrapper
{
	margin: 0px auto;
	width: 960px;
	text-align: center;
}

h1,
#ctaWest,
#ctaEast,
h2,
h3
{
	font-family: 'Cabin', sans-serif;
}

h1,
h2
{
	font-weight: 500;
	font-size: 30px;
	line-height: 40px;
	color: #FFFFFF;
	text-transform: uppercase;
}

h2
{
	font-size: 27px;
	line-height: 34px;
	margin-bottom: 35px;
	padding-top: 30px;
}

h2 span
{
	font-size: 38px;
	display: inline-block;
	padding: 0 15px;
}

h3
{
	font-weight: 500;
	margin-top: 20px;
}

#wrapper
{
	padding-top: 59px;
}

#ctas
{
	padding: 25px 0px 0px;
	height: 347px;
	text-align: center;
}

#ctaWest,
#ctaEast
{
	display: inline-block;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #939598;
	padding: 14px;
	width: 292px;
	height: 300px;
	font-size: 17px;
	line-height: 20px;
	/*float: left;*/
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

#ctaEast
{
	margin-right: 80px;
}

#ctaWest img,
#ctaEast img,
#ctaWest span.text,
#ctaEast span.text
{
	margin-bottom: 14px;
	display: block;
}

#ctaWest span.subText,
#ctaEast span.subText
{
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}

#ctaWest span.button,
#ctaEast span.button
{
	font-size: 24px;
	width: 150px;
	height: 36px;
	line-height: 36px;
	display: block;	
	text-transform: uppercase;
	background-color: #EB0029;
	margin: 25px auto 0px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

#ctaWest:hover span.button,
#ctaEast:hover span.button
{
	background-color: black;
}

#footer
{
	clear: both;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #939598;
}

#footer a
{
	color: #939598;
}

#footer a:hover
{
	text-decoration: none;
}

#footer img
{
	margin-bottom: 13px;
}

#footer span
{
	display: block;
}

/*Comm Tech Video Styles*/
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.popup-youtube img {
	max-width: 125px;
	margin-bottom: 40px;
}

a.popup-youtube p {
	text-decoration: none;
	color: #97c93d;
  color: white;
	font-family: 'Cabin', sans-serif;
	margin-bottom: 4px;
}

a.popup-youtube {
	text-decoration: none;
	position: relative;
}

a.popup-youtube p:hover {
	text-decoration: underline;
}

.popup-youtube img.thumbnail-arrow {
    max-width: 40px;
    position: absolute;
    left: 50px;
    top: -88px;
}

.videoLink {
	max-width: 250px;
	box-sizing: border-box;
	margin: 0 auto;
}

.videoLink .col50 {
	width: 100%;
	float: left;
}

.col50 p {
	text-transform: uppercase;
}

.br2
{
	display: none;
}

/* =Media Queries
-------------------------------------------------------------- */

@media screen and (max-width: 959px) {
	body,
	#wrapper,
	#footer
	{
		width: 100%;		
	}

	#ctaWest
	{
		margin-right: 4%;
	}
}

@media screen and (max-width: 825px) {
	h1
	{
		font-size: 26px;
		line-height: 34px;
	}

	h3
	{
		font-size: 18px;
		line-height: 24px;
	}
}

@media screen and (max-width: 758px) {
	h1
	{
		font-size: 22px;
		line-height: 30px;
	}

	h2 
	{
    	font-size: 23px;
    	line-height: 28px;
    	margin-bottom: 25px;
	}

	h3
	{
		font-size: 16px;
		line-height: 20px;
	}

	#ctaEast
	{
		margin-right: 20px;
	}
}

@media screen and (max-width: 700px) {
	#wrapper
	{
		padding-top: 25px;
	}

	#ctas
	{
		padding: 28px 0;
		height: auto;
	}	

	#ctaWest,
	#ctaEast
	{
		display: block;
		margin: 0px auto;
	}

	#ctaEast
	{	
		margin-bottom: 15px;
	}

	h1
	{
		font-size: 24px;
		line-height: 30px;
	}

	h2 
	{
		padding: 10px;
		margin-bottom: 15px;
	}

	h3 
	{
    	font-size: 18px;
    	line-height: 25px;
	}

	.br2 
	{
		display: block;
	}
}

@media screen and (max-width: 475px) {	
	h2 
	{
		font-size: 18px;
	}
}

@media screen and (max-width: 425px) {
	h1 
	{
    	font-size: 20px;
    	line-height: 26px;
	}

	h2 {
    	font-size: 17px;
    	line-height: 22px;
    	margin-bottom: 8px;
	}

	h3 
	{
    	font-size: 15px;
    	line-height: 21px;
	}

	#ctaWest,
	#ctaEast
	{
		width: 280px;
	}

	#ctaWest img, 
	#ctaEast img 
	{
		max-width: 280px;
	}
}

@media screen and (max-width: 320px) {
	#ctaWest,
	#ctaEast
	{
		padding: 14px 13px;
	}

	h1
	{
		font-size: 19px;
		line-height: 25px;
	}

	h2 {
    	font-size: 18px;
    	line-height: 24px;
    	padding: 10px 35px;
	}

	#footer
	{
		font-size: 12px;
	}
}