@charset "UTF-8";

html, body{
	box-sizing: border-box;
	/*background-color:#c9c9c9;*/
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	height:100%;
	width:100%;
background-color: #0a1f8f;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul{
  font-weight:normal;
  padding:0;
  margin:0;
  font-family: 'Open Sans', sans-serif;
}

ol, ul{
  list-style:none;
}

*, *:before, *:after{
  box-sizing:inherit;
}

img{
	display:block;
	width:100%;
}

a{
	text-decoration:none;
	color:inherit;
}

.desktop{
	display:block;
}

.mobile{
	display:none;
}

.wrapper, .sticky-wrapper{
	background-color:#fff;
	margin:0 auto;
	max-width:1160px;
	width:100%;
}

.wrapper header,
.wrapper section,
.wrapper footer{
	width:100%;
    
}

.wrapper section,
.wrapper footer{
	position:relative;
}

.wrapper header .sub-wrapper,
.wrapper section .sub-wrapper,
.wrapper footer .sub-wrapper{
	padding:5px 20px;
}

header{
	border:0 solid #cc0000;
	position:fixed;
	height:61px;
	z-index:9;
	left:0;
	top:0;
}

.logo{
	background-color:#fff;
	width:100%;
}

main{
	margin-bottom:24px;
	margin-top:61px;
}

.banner{
	padding:0 !important;
}

.swiper-container {
    width: 100%;
}

.swiper-pagination-bullet-active {
	background-color: #ffffff;
}

.swiper-button-next, .swiper-button-prev {
	color: #ffffff;
}

.logo-img{
	position:relative;
	max-width:165px;
	
}

.banner-copy{
	position:absolute;
	transform:translateY(-40%);
	text-align:center;
	max-width:50%;
	top:46%;
	left:10%;
}

.banner-copy img{
	margin:0 auto;
	padding-bottom:20px;
	max-width:90%;
}

.cta{
	outline:none;
	background-color:#c00;
	border: 1px solid #e45653;
	border-radius:4px;
	box-shadow:0 1px 3px 0 #7d7a7a;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	position:relative;
	min-width:80px;
	font-size:1.34em;
	line-height:12px;
	padding:8px 12px;
	cursor:pointer;
	color:#fff;
}

.cta:hover{
	background-color:#e00000;
}

.icons{
	background: #232526;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #414345, #232526);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

	color:#fff;
}

.icons ul{
	text-align:center;
}

.icons ul li{
	background-position:top center;
	background-repeat:no-repeat;	
	padding:56px 40px 40px 40px;
	display:inline-block;
	margin-top:25px;
	text-transform: uppercase;
}

.icon-one{
	background-image:url('../images/zendesk-icon.png');
}

.icon-two{
	background-image:url('../images/icons-sports.png');
}

.icon-three{
	background-image:url('../images/icons-payouts.png');
}

section.vid{
	max-width:80%;
	margin:0 auto;
}

.video-wrapper{
	position:relative;
	padding-bottom:56.25%;
	padding-top:25px;
	height:0;
}

.main-vid{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.header{
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	font-style:italic;
	text-align:center;
	font-weight:bold;
	margin-top:20px;
	font-size:36px;
}

.sub-header{
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	margin-bottom:10px;
	text-align:center;
    font-weight: bolder;
}

.cards-subheader{
	margin-top:20px;
	font-size:18px;
}

.cards ul{
	text-align:center;
}

.cards ul li{
	box-shadow:0 3px 20px #a6a6a6;
	display:inline-block;
    margin:0 1%;
	width:22%;
}

.cards ul li span{
	font-size:12px;
	padding:10px 5px;
	display:block;
	font-weight:bold;
}

.outro-subheader{
	margin-top:40px;
	margin-bottom:15px;
	font-size:20px;
}

.outro .sub-wrapper ol{
	
	list-style-type:decimal;
	max-width:320px;
	margin:0 auto;
	width:96%;
}

.outro .sub-wrapper ol li{
	text-transform:uppercase;
	margin-bottom:4px;
	margin-left:55px;
	font-size:18px;
}

.outro-cta{
	text-align:center;
	margin-bottom:40px;
	margin-top:35px;
}

.outro-cta .cta{
	vertical-align:text-bottom;
	padding:13px 22px;
	font-size:15px;
}

footer {background-color: #373737;
    padding-top: 20px;}


footer .sub-wrapper img{
	max-width:852px;
	margin:0 auto;
    
}

footer .sub-wrapper p{
	color:#808080 !important;
	text-align: center;
	line-height:18px;
	font-size:12px;
	margin:20px auto 20px auto;
	max-width:650px;
	padding:20px;
	width:96%;
}

footer .sub-wrapper p a{
	color:#0069ba;
}


.sticky-ul{
	text-align:center;
	height:80px;
}

.sticky-ul li{
	display:inline-block;
	vertical-align:middle;
	padding:40px;
	height:40px;
	width:50%;
    float: left;
}

.sticky-ul-offset{
  position:relative;
  transform:translateY(-50%);
  display:block;
  top:50%;
}

/* @ 830px */
@media screen and (max-width:830px){	
		
	.sticky-copy{
		display:none !important;
	}
		
}

/* @ 696px */
@media screen and (max-width:696px){
    .sticky-ul-offset{
          position:relative;
          transform:translateY(-50%);
          display:block;
          top:50%;
}
		
	.desktop{
		display:none !important;
	}
		
	.mobile{
		display:block !important;
	}
		
	.cta{
		font-size:0.8em;
		
	}

	.outro-cta .cta{
		vertical-align:text-bottom;
		padding:10px;
		font-size:15px;
	}
		
	.banner-copy img{
		padding-bottom:20px;
	}
		
	.cards ul li {
		width: 42%;
		margin:4% 2%;
	}
		
	.outro-subheader{
		margin-top:20px;
	}
	
	.outro .sub-wrapper ol{
		max-width:330px;
	}
	
	.outro .sub-wrapper ol li{
		font-size:16px;
	}
	
	section.vid{
		max-width:100%;
	}
	
	.icons ul li{
		width:32%;
		margin-top:0;
		font-size:11px;
		padding:56px 10px 25px 10px;
		text-transform: uppercase;
	}	

	.icon-one{
		margin-top:40px !important;
	}	
	
}


/* @ 464px */
@media screen and (max-width:464px){
		
	.outro .sub-wrapper ol{
		max-width:100px;
		width:86%;
	}
		
	.outro .sub-wrapper ol li{
		font-size:13px;
	}
		
	
	
	.outro-cta .cta{
		vertical-align:text-bottom;
		padding:10px;
		font-size:15px;
		margin-bottom:10px;
	}
		
	.sticky-ul li{
		width:50%;
	}		
		
}

/* @ 330px */
@media screen and (max-width:330px){
	.cards ul li{
		box-shadow:0 2px 10px #a6a6a6;
		width: 96%;
		margin:2%;
	}	
.outro-cta .cta{
		vertical-align:text-bottom;
		padding:5px;
		font-size:15px;
		margin-bottom:10px;
	}	
}

.outro .sub-wrapper ol{
	list-style-position:outside;
	list-style-type:decimal;
	max-width:340px;
	margin:0 auto;
	width:96%;
}


/* custom css responsive */

@media not all and (min-resolution:.001dpcm) { 
    @media {
       .chrome .logo-img{
	position:relative;
	max-width:165px;
	padding-top: 20px;
}
    }
}

@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {
	header .sticky-ul li a.cta.sticky-ul-offset {
	    position: static;
	    transform: none;
	    margin-top: -16px;
	}
}}





