@font-face {
  font-family:'rubikregular';
  src: url(../fonts/rubikRegular.eot);
  src: url(../fonts/rubikRegular.eot) format('embedded-opentype'),
       url(../fonts/rubikRegular.woff2) format('woff2'),
       url(../fonts/rubikRegular.woff) format('woff'),
       url(../fonts/rubikRegular.ttf)  format('truetype')
}

@font-face {
  font-family:'rubikmedium';
  src: url(../fonts/rubikMedium.eot);
  src: url(../fonts/rubikMedium.eot) format('embedded-opentype'),
       url(../fonts/rubikMedium.woff2) format('woff2'),
       url(../fonts/rubikMedium.woff) format('woff'),
       url(../fonts/rubikMedium.ttf)  format('truetype')
}

html, body{
	box-sizing: border-box;
	background-color:#c9c9c9;
	font-family:'rubikregular', sans-serif;
	font-size:16px;
	height:100%;
	width:100%;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul{
  font-weight:normal;
  padding:0;
  margin:0;
}

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: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;
}

.logo-img{
	display:inline-block !important;
	position:relative;
	max-width:173px;
	margin: 0 auto;
}

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

.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-color:#364250;*/
	/*color:#fff;*/
  backgroud-color: #fff;
  color: #000;
}

.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;
}

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

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

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

.icon-four{
	background-image:url('../images/icon-sports.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;
}

.h1-header{
	font-family:'rubikmedium', verdana, sans-serif;
	text-transform:uppercase;
	font-style:italic;
	text-align:center;
	font-weight:bold;
	padding: 20px 0;
	font-size:36px;
  background-color: #364250;
  color: #fff;
}

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

.sub-header{
	font-family:'rubikmedium', verdana, sans-serif;
	text-transform:uppercase;
	margin-bottom:10px;
	text-align:center;
}
.cards{
  background-color: #d3d3d3;
}

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

.cards ul{
	text-align:center;
  padding: 0 0 20px 0;
}

.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;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.second-block-copy{
    font-size:20pt;
    padding:25px 0;
    margin:0 auto;
    width:51%;
    text-transform: uppercase;
}

.second-block-copy-b{
    font-size: 19pt;
    padding: 25px 0 50px 0;
    margin: 0 auto;
    width: 40%;
}

.list-list{
    margin:10px 0;
}

.list-list li{
    display: inline-block;
    width: 32%;
    vertical-align:middle;
    line-height:70px;
    text-align:left;
    margin: 10px auto;
}

.list-list li div{
    font-weight:bold;
    font-size:16pt;
    color:#000;
    margin: 0 auto;
    width:100%;
    max-width:300px;
}
.list-1, .list-1 .span{
  text-align:right;
  padding-left: 80px;
}

.list-2, .list-2 .span{
    max-width:250px !important;
    margin: 0 auto;
    text-align: center;
}

.list-3, .list-3 .span{
  text-align: left;
}

.list-list li span{
    border-radius:40px;
    background-color:#4bad2b;
    text-align:center;
    margin-right:20px;
    font-size:30pt;
    color:#ffffff;
    height:70px;
    width:70px;
    display:block;
    float:left;
}

.outro {
  text-align: center;
}

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

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

.outro .sub-wrapper ol li{
	text-transform:uppercase;
	margin-bottom:4px;
	margin-left:18px;
	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 .sub-wrapper img{
	max-width:300px;
	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:61px;
}

.sticky-ul li{
	display:inline-block;
	vertical-align:middle;
	padding:1%;
	height:61px;
	width:29%;
}

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

/* @ 830px */
@media screen and (max-width:830px){

	.sticky-copy{
		display:none !important;
	}

  .list-1{
    text-align: left;
    padding-left: 30px;
  }

}

/* @ 696px */
@media screen and (max-width:696px){

	.desktop{
		display:none !important;
	}

	.mobile{
		display:block !important;
	}

	.cta{
		font-size:0.8em;

	}

	.banner-copy img{
		padding-bottom:10px;
	}

	.cards ul li {
		width: 42%;
		margin:4% 2%;
	}

	.outro-subheader{
		margin-top:20px;
	}

	.outro .sub-wrapper ol{
		max-width:310px;
	}

	.outro .sub-wrapper ol li{
		font-size:14px;
	}

	section.vid{
		max-width:100%;
	}

	.icons ul li{
		width:100%;
		margin-top:0;
		padding: 56px 40px 20px 40px;
	}

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

  .second-block-copy, .second-block-copy-b{
    width: 100%;
  }

  .list-list li {
    display: block;
    width: 100%;
  }

  .list-1{
    padding-left: 0;
  }

  .list-2{
    max-width: 100% !important;
    text-align:left;
  }

}

/* @ 464px */
@media screen and (max-width:464px){

	.outro .sub-wrapper ol{
		max-width:290px;
		width:86%;
	}

	.outro .sub-wrapper ol li{
		font-size:13px;
	}

	.outro-cta{
		margin-bottom:10px;
	}

	.sticky-ul li{
		width:40%;
	}

  .list-list li {
    width: 100%;
  }

  .list-2 {
    margin: 0 auto !important;
    }

}

/* @ 330px */
@media screen and (max-width:330px){
	.cards ul li{
		box-shadow:0 2px 10px #a6a6a6;
		width: 96%;
		margin:2%;
	}
}
