.scroll-arrow {
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 5;
}
.scroll-arrow-section-one {
	text-align: center;
	left: 0px;
	z-index: 5;
	padding-top: 19px;
}
.scroll-arrow-section-three {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
}
.arrows {
	width: 30px;
	height: 42px;
}
.arrows-light {
	width: 30px;
	height: 42px;
}
.arrows path {
	width: 30px;
	stroke: #fff;
	fill: transparent;
	stroke-width: 1px;	
	animation: arrow 2s infinite;
	-webkit-animation: arrow 2s infinite; 
}
.arrows-light path {
	width: 30px;
	stroke: #177cff;
	fill: transparent;
	stroke-width: 1px;	
	animation: arrow-light 2s infinite;
	-webkit-animation: arrow-light 2s infinite; 
}
@keyframes arrow {
	0% {opacity:0}
	40% {opacity:1}
	80% {opacity:0}
	100% {opacity:0}
}
@-webkit-keyframes arrow /*Safari and Chrome*/ {
	0% {opacity:0}
	40% {opacity:1}
	80% {opacity:0}
	100% {opacity:0}
}
@keyframes arrow-light {
	0% {opacity:0}
	40% {opacity:1}
	80% {opacity:0}
	100% {opacity:0}
}
@-webkit-keyframes arrow-light /*Safari and Chrome*/ {
	0% {opacity:0}
	40% {opacity:1}
	80% {opacity:0}
	100% {opacity:0}
}
.arrows path.a1 {
	animation-delay:-1s;
	-webkit-animation-delay:-1s; /* Safari 和 Chrome */
}
.arrows path.a2 {
	animation-delay:-0.5s;
	-webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}
.arrows-light path.a1 {
	animation-delay:-1s;
	-webkit-animation-delay:-1s; /* Safari 和 Chrome */
}
.arrows-light path.a2 {
	animation-delay:-0.5s;
	-webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}
.white {
	color: #ffffff;
}
.navy {
	color: #223b62;
}
.grey {
	color: #8898a2;
}
.green {
	color: #30bd52;
}
.blue {
	color: #177cff;
}
.orange {
	color: #ffcb4d;
}
.friendsmode-small-link {
	text-decoration: underline;
}
.friendsmode-small-link:hover {
	color: #ffcb4d;
	text-decoration: none;
}
.offer-disclaimer {
	padding-top: 10px;
	font-size: 11px;
}
.offer-disclaimer-ribbon {
	padding-top: 10px;
	font-size: 11px;
	color: #17692a;
	font-weight: 100;
}
.center {
	text-align: center;
}
.col-center {
	text-align: center;
	clear: left;
}
.vertical-align-middle {
	vertical-align: middle;
}
.video-player {
	background: #fff;
}
#videoPlayer {
	height: 360px;
	margin: 0 auto;
}
.video-play-button {
	z-index: 10;
	transform: translateX(0%) translateY(140px);
	box-sizing: content-box;
	display: block;
	width: 32px;
	margin: 0 auto;
	height: 44px;
	border-radius: 50%;
	padding: 18px 20px 18px 28px;
	box-shadow: 2px 2px 14px #21395b;
}
.video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 90px;
	height: 90px;
	border: 2px solid #fff;
	background: none;
	border-radius: 50%;
}
.video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 90px;
	height: 90px;
	border: 2px solid #fff;
	background: none;
	border-radius: 50%;
	transition: all 200ms;
}
.video-play-button:hover:after {
	background-color: darken(#fa183d, 10%);
}
.video-play-button img {
	position: relative;
	z-index: 3;
	max-width: 100%;
	width: auto;
	height: auto;
}
.video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 32px solid #ffffff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}
.video-overlay {
	position: fixed;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.80);
	opacity: 0;
	transition: all ease 500ms;
}
.video-overlay.open {
	position: fixed;
	z-index: 9000;
	opacity: 1;
}
.video-overlay-close {
	position: absolute;
	z-index: 3000;
	top: 15px;
	right: 20px;
	font-size: 36px;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition: all 200ms;
}
.video-overlay-close:hover {
	color: #1593ff;
}
.video-overlay iframe {
	position: absolute;
	z-index: 1500;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-shadow: 0 0 15px rgba(0,0,0,0.75);
}
.fd-wrapper {
	width: 100%;
}
.sportsrich-module {
	position: relative;
	text-align: center;
	background: #f5f8fc;
}
.leader-section-offer {
	position: fixed;
	z-index: 15;
	background: #fff;
	padding: 10px 0px;
	width: 100%;
	border-bottom: 1px solid #e4e8ee;
}
.five-pack-badge {
	width: 90%;
	float: left;
}
.offer {
	color: #1f375b;
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 6px;
	width: 76%;
}
.offer-ribbon {
	width: 98%;
	max-width: 900px;
	margin:auto;
}
.leader-section-ribbon-spacer {
	height: 57px;
}
.offer-button.button.primary {
	max-width: 315px;
	width: 24%;
	text-transform: uppercase;
	font-weight: bold;
}
.friendsmode-badge {
	position: absolute;
	top: 110px;
	left: 30px;
	width: 175px;
	z-index: 500;
}
.friendsmode-mobile {
	text-align: center;
	padding-top: 15px;
	display: none;
}
.leader-section-one {
	background-image: url('https://d17odppiik753x.cloudfront.net/images/pages/homepage-2016/background002.png');
}
.header-join {
	margin-top: 45px;
	margin-bottom: 65px;
}
.leader-section-one {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
}
.heading-float-left {
	width: 54.5%;
	float: left;
	text-align: right;
}
.rotating-text {
	width: 44%;
	float: right;
	text-align: left;
}
.header-guy-image {
	position: absolute;
	left: -100px;
	bottom: 0;
	max-height: 630px;
}
.leader-section-one .heading-one {
	text-align: center;
}
.rotation-heading {
	line-height: 53px !important;
}
.thin-heading {
	font-weight: 100;
}
.rotator {
	margin: auto;
	width: 90%;
	max-width: 480px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 47px;
	line-height: 163px;
	color: #fff;
}
.unseen {
	display: none;
}
.seen {
	display: block;
}
.featured-logos-container {
	width: 80%;
	margin: auto;
	padding: 10px 0 10px 0;
}
.featured-logos {
	width: 50%;
	margin: auto;
}
.leader-section-one .heading-one {
	text-transform: uppercase;
	margin-top: 50px;
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 0.842em;
}
.leader-section-one .heading-three {
	text-align: center;
}
.leader-section-one .join .button {
	max-width: 315px;
}
.lineup-image {
	max-height: 550px;
}
.leader-section-one .guarantee {
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	max-width: 315px;
	text-align: center;
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.leader-section-one .fanduel-featured-wrapper {
	position: relative;
	clear: both;
}
.leader-section-one .guarantee .moneyback-h4 {
	color: #ffffff;
}
.leader-section-one .guarantee .moneyback-p {
	color: #ffffff;
}
.leader-section-one .fanduel-featured {
	font-size: 15px;
	text-align: center;
	clear: left;
}
.leader-section-one .fanduel-featured .featured-p{
	margin-bottom: 15px;
}
.leader-section-one .fanduel-featured .featured-p {
	margin-bottom: 0;
}
.leader-section-two {
	background: #fff url('https://d17odppiik753x.cloudfront.net/images/homepage/2016/section2-football-bg.jpg') no-repeat top right;
	background-size: 60%;
	margin-top: -3px;
	position: relative;
	z-index: 1;
}
.leader-section-three {
	background: #eff5f9;
	margin-top: -3px;
	position: relative;
	z-index: 1;
}
.homepage-h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 38px;
	margin-bottom: 10px;
}
.homepage-h2 {
	text-transform: uppercase;
	font-size: 22px;
	line-height: 1em;
	margin-bottom: 10px;
}
.homepage-p {
	font-size: 16px;
	line-height: 1.3em;
}
.leader-section-four {
	background: url('https://d17odppiik753x.cloudfront.net/images/pages/homepage-2016/player_macro.jpg') no-repeat left;
	background-size: cover;
	position: relative;
	margin-top: -20px;
}
.leader-section-four .sports-list {
	list-style: none;
}
.leader-section-four .sports-list li {
	padding-bottom: 20px;
}
.leader-section-four .sports-list .sports-type-image {
	vertical-align: middle;
	padding-right: 15px;
}
.leader-section-five {
	background-color: #70a644;
}
.testimonial-wrapper {
	background-repeat: no-repeat;
	background-size: 100%;
	height:400px;
	-webkit-transition: .3s;
	transition: .3s;
}
.testimonial-half {
	background: #fff;
	width: 50%;
	height:400px;
	position: relative;
}
.testimonial-half::after {
	content: '';
	position: absolute;
	left: 100%;
	top: 47%;
	width: 0;
	height: 0;
	border-bottom: 15px solid transparent;
	border-right: 0px solid transparent;
	border-left: 12px solid #fff;
	border-top: 15px solid transparent;
	clear: both;
}
.testimonial-quote-icon {
	width:40px;
	margin:auto;
	padding-top: 70px;
	padding-bottom: 30px;
	-webkit-transition: .3s;
	transition: .3s;
}
.testimonial-text {
	margin: auto;
	width: 80%;
	font-size: 20px;
	text-align: center;
	line-height: 35px;
	-webkit-transition: .3s;
	transition: .3s;
}
.testimonial-name {
	margin: auto;
	width: 48%;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	text-align: center;
	line-height: 75px;
}
.testimonial-location {
	margin: -20px auto;
	width: 48%;
	font-style: italic;
	font-size: 14px;
	text-align: center;
}
.testimonial-image {
	display: none;
}
.leader-section-six {
	background: #eff5f9;
	position: relative;
	z-index: 1;
}
.easy-number-image {
	max-height: 80px;
}
.easy-p-margin {
	margin-top: -20px;
}
.leader-section-six .column-12 {
	text-align: center;
	text-transform: uppercase;
}
.homepage-h6 {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}
.leader-section-six .column-4 .easy-number-image {
	margin-top: 25px;
	margin-bottom: 25px;
}
.leader-section-seven {
	background-image: url('https://d17odppiik753x.cloudfront.net/images/pages/homepage-2016/grass_macro.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	z-index: 1;
	position: relative;
}
.featured-logo-1 {
	max-width: 74% !important;
	margin-top: 15px;
	margin-bottom: 23px;
}
.featured-logo-3 {
	max-width: 78% !important;
	margin-top: 29px;
	margin-bottom: 23px;
}
.leader-section-seven .column-12 {
	text-align: center;
	text-transform: uppercase;
}
.leader-section-seven .featured-quote {
	font-size: 20px;
	text-align: center;
}
.leader-section-eight {
	margin-top: -22px;
	z-index: -1;
	background: #192a49;
}
/*** Questus OVERRIDES ***/
/*header login button*/

a.leader.button.mini.button-transparent-bg {
	border-color: #70a644;
}
/*header join now button*/

a.join-now-button.trigger-promo-signup.test-f1.button.mini.button-transparent-bg {
	background-color: #70a644;
	border: solid 1px #558937;
	margin-right: 0;
	color: #ffffff;
}
a.join-now-button.trigger-promo-signup.test-f1.button.mini.button-transparent-bg:hover {
	background-color: #8ebf55;
}
a.heard-us.trigger-promo-signup.test-f1.button.mini.button-transparent-bg {
	border: 0;
	background-color: transparent;
}
.mic-image-two {
	margin-top: -6px;
}
.login-menu-block-join {
	margin-right: 10px !important;
}
.login-menu-block-login {
	margin-right: 5px !important;
}
.logged-out-user.radio-button {
	min-width: 330px;
}

/* inline styles */
.logged-in .optim-header {
	display: none;
}
.cp-caption {
	font-size: 12px;
	line-height: 17px;
	margin-top: 25px;
	display: block;
}
section.container {
	max-width: none;
	width: 100%;
	padding: 0;
}
.page-width {
	max-width: 1024px;
}
.leader-section-one .heading-one {
	margin-bottom: 35px;
}
.leader-section-one .join-menu-block {
	display: none;
}
.largescreen-join,
.largescreen-join-radio {
	display: none!important;
	margin-bottom: 15px;
}
.smallscreen-join {
	margin-bottom: 15px;
}
.hide-desktop {
	display: block;
}
.hide-mobile {
	display: none;
}
.leader-section-nine {
	display: block;
	padding: 50px 0 40px;
	background: #132037;
}
.nine-h1-margin {
	margin-bottom: 30px;
}
.offer-module .button,
.leader-section-nine .button {
	max-width: 215px;
}
.join .button,
.lower .button {
	font-size: 20px;
	padding: 15px 0;
	font-weight: bold;
	text-transform: uppercase;
}
.join .button small {
	margin-top: 5px;
	font-size: 12px;
	color: #17692a;
}
.guarantee {
	text-align: center;
	border-top: solid 1px #2d373b;
	border-bottom: solid 1px #2d373b;
	padding: 10px 0;
}
.guarantee .moneyback-h4 {
	color: #2d373b;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 1.6px;
	margin-right: -0.8px;
	margin-bottom: 0;
}
.guarantee .moneyback-p {
	font-size: 14px;
	margin-bottom: 0;
}
.terms {
	display: none;
}
/* CRAZY SECTION ONE STUFF */
@media screen and (max-width: 430px) {
	.rotate-wrapper {
		margin: 0px auto 0;
	}
}
@media screen and (min-width: 1000px) and (max-width: 1179px) {
.heading-one {
		font-size: 45px;
	}
}
@media screen and (min-width: 1180px) {
	.heading-one {
			font-size: 51.5px;
		}
}
@media screen and (min-width: 668px){
	.leader-section-one .heading-one{
		font-size: 50px;
	}
}
@media screen and (max-width: 475px) {
		.leader-section-one .heading-one {
			font-size: 6vw!important;
			line-height: 30px !important;
		}
}
@media screen and (min-height: 450px) {
	@media screen and (min-width: 300px) and (max-width: 667px) {
		.leader-section-one .heading-three {
			font-size: 14px !important;
		}
	}
}
@media screen and (min-width: 668px) and (max-width: 729px) {
	.leader-section-one .heading-one {
		font-size: 30px;
	}
	.leader-section-one .heading-three {
		font-size: 18px !important;
	}
}
@media screen and (min-width: 730px) and (max-width: 989px) {
	.leader-section-one .heading-one {
		font-size: 4.75vw;
	}
}
@media screen (min-width: 392px) and (max-width: 667px) {
	.leader-section-one .heading-one {
		font-size: 29px;
	}
	.leader-section-one .heading-three {
		font-size: 18px !important;
	}
}
@media screen and (max-width: 330px) {
	.leader-section-one .guarantee .moneyback-p {
		font-size: 13px;
	}
}
@media (max-width: 1024px) {
	.moneyback-h4 {
		font-size: 19px !important;
	}
	.moneyback-p {
		font-size: 12px !important;
	}
}
@media (max-width: 920px) {
	.moneyback-h4 {
		font-size: 16px !important;
	}
	.moneyback-p {
		font-size: 10px !important;
	}
}
@media (max-width: 810px){
	.moneyback-h4 {
		font-size: 14px !important;
	}
}
@media (max-width: 710px) {
	.moneyback-h4 {
		font-size: 12px !important;
	}
}
@media screen and (min-width: 668px) and (max-width: 712px) {
	.guarantee .moneyback-p {
		font-size: 8.75px !important;
	}
}
/* END CRAZY SECTION ONE STUFF */
/* HEADER GUY IMAGE */
@media screen and (min-width: 1600px) {
	.header-guy-image {
		left: -300px !important;
	}
}
@media screen and (min-width: 1500px) {
	.header-guy-image {
		left: -200px !important;
	}
}
@media screen and (min-width: 1300px) {
	.header-guy-image {
		height: calc(90vh - 65px);
	}
}
@media screen and (min-width: 1200px) {
	.header-guy-image {
		left: -100px !important;
	}
}
@media screen and (min-width: 668px) and (max-width: 1199px) {
	.header-guy-image {
		left: 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.header-guy-image {
		height: calc(90vh - 150px);
	}
}
@media screen and (max-width: 767px) {
	.header-guy-image {
		display: none;
	}
}
@media screen and (max-height: 499px) {
	.header-guy-image {
		display: none;
	}
}
/* END HEADER GUY IMAGE */
@media screen and (max-width: 1065px) {
	.friendsmode-badge {
		display: none;
	}
	.friendsmode-mobile {
		display: block;
	}
	.header-join {
		margin-top: 45px;
		margin-bottom: 45px;
	}
}
@media screen and (min-width: 1300px) {
	.testimonial-wrapper {
		height:400px;
		background-position: 100% 30%;
		-webkit-transition: .3s;
		transition: .3s;
	}
	.testimonial-quote-icon {
		width:40px;
		margin:auto;
		padding-top: 85px;
		padding-bottom: 30px;
		-webkit-transition: .3s;
		transition: .3s;
	}
	.testimonial-text {
		margin: auto;
		width: 80%;
		max-width: 600px;
		font-size: 20px;
		text-align: center;
		line-height: 35px;
		-webkit-transition: .3s;
		transition: .3s;
	}
}
@media screen and (max-width: 870px) {
		.testimonial-wrapper {
			background-size: 110%;
			height:400px;
			background-position: 100px 30%;
			-webkit-transition: 0s;
			transition: 0s;
		}
		.testimonial-quote-icon {
			width:40px;
			margin:auto;
			padding-top: 65px;
			padding-bottom: 30px;
			-webkit-transition: 0s;
			transition: 0s;
		}
		.testimonial-text {
			color: #2d363a;
			margin: auto;
			width: 85%;
			max-width: 600px;
			font-size: 20px;
			text-align: center;
			line-height: 35px;
			-webkit-transition: 0s;
			transition: 0s;
		}
}
@media screen and (max-width: 840px) {
	.offer {
		color: #1f375b;
		font-size: 15px;
		font-weight: 800;
		text-transform: uppercase;
		letter-spacing: 1px;
		margin-top: 9px;
		width: 70%;
	}
	.offer-button.button.primary {
		max-width: 315px;
		width: 30%;
		font-size: 13px;
	}
}
@media screen and (max-width: 704px) {
	.testimonial-wrapper {
		background: none;
		-webkit-transition: 0s;
		transition: 0s;
	}
	.testimonial-half {
		background: #fff;
		width: 100%;
		position: relative;
	}
	.testimonial-half::after {
		content: '';
		position: absolute;
		left: 48%;
		top: 100%;
		width: 0;
		height: 0;
		border-bottom: 0px solid transparent;
		border-right: 15px solid transparent;
		border-left: 15px solid transparent;
		border-top: 12px solid #fff;
		clear: both;
	}
	.testimonial-quote-icon {
		width:40px;
		margin:auto;
		padding-top: 45px;
		padding-bottom: 30px;
		-webkit-transition: 0;
		transition: 0;
	}
	.testimonial-text {
		color: #2d363a;
		margin: auto;
		width: 85%;
		max-width: 600px;
		font-size: 20px;
		text-align: center;
		line-height: 35px;
		-webkit-transition: 0s;
		transition: 0s;
	}
	.testimonial-image {
		display: block;
		width:100%;
		margin-bottom: -10px;
	}
	.testimonial-image img {
		width:100%;
	}
}
@media screen and (max-width: 700px) {
	.offer {
		color: #1f375b;
		font-size: 12px;
		font-weight: 800;
		text-transform: uppercase;
		letter-spacing: 1px;
		margin-top: 1px;
		width: 54%;
	}
	.offer-button.button.primary {
		max-width: 315px;
		width: 45%;
		margin-top: 4px;
		font-size: 13px;
	}
}
@media screen and (min-width: 668px) {
	.vertical-center {
		position: relative;
		top: 335px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.leader-section-one .heading-three {
		text-transform: uppercase;
		font-weight: 500;
		font-size: 18px;
		line-height: 0.889em;
	}
	.leader-section-one .fanduel-featured-container {
		clear: both;
	}
	.leader-section-eight {
		height: 670px;
	}
	.leader-section-two,
	.sportsrich-module,
	.leader-section-three,
	.leader-section-four,
	.leader-section-seven,
	.leader-section-six {
		height: 690px;
	}
	.logged-out-user.radio-button {
		float: right;
	}
	.hide-mobile {
		display: block;
	}
	.hide-desktop {
		display: none;
	}
	.smallscreen-join,
	.smallscreen-join-radio {
		display: none!important;
	}
	.largescreen-join,
	.largescreen-join-radio {
		display: block!important;
	}
}
@media screen and (max-width: 668px) {
	.leader-section-one .heading-one{
		font-size: 32px;
	}
	.featured-logos {
		width: 100%;
	}
}
@media screen and (min-width: 668px) and (min-height: 730px) {
	.leader-section-two,
	.sportsrich-module,
	.leader-section-three,
	.leader-section-four,
	.leader-section-six,
	.leader-section-seven,
	.leader-section-eight {
		min-height: 670px;
	}
}
@media (max-width: 667px) {
	.offer-module .button,
	.leader-section-nine .button {
		max-width: 215px;
		margin: auto;
	}
	.leader-section-one .join-menu-block {
		display: block;
		max-width: 315px;
		margin: 0 auto 15px;
	}
	.leader-section-nine .header-promocode-button {
		width: 100%;
	}
	.leader-section-one .column-spacer-4.column-4.join {
		margin-bottom: 3vh!important;
	}
	.image-margin-bottom {
		margin-bottom: 15px;
	}
	.one-night-margin {
		margin-bottom: 15px !important;
	}
	.leader-section-one .col-center.clearfix{
		margin-bottom: 40px !important;
	}
	.rotate-wrapper {
		margin: 20px auto 20px;
	}
	.rotator {
		font-size: 32px;
	}
	.leader-section-one .heading-three {
		padding-bottom: 0;
	}
	.moneyback-h4 {
		font-size: 22px !important;
	}
	.moneyback-p {
		font-size: 14px !important;
	}
	.leader-section-one .header-join,
	.leader-section-nine .header-join {
		display: table;
		float: none;
		width: auto;
		margin: 0 auto;
	}
	.leader-section-one .fanduel-featured .featured-p {
		margin-bottom: 0;
	}
	.leader-section-two {
		margin-top: -26px !important;
	}
	.leader-section-six .col-center.clearfix {
		margin-bottom: 35px;
	}
	.leader-section-seven {
		margin-top: -26px !important;
	}
	.leader-section-one,
	.leader-section-two,
	.sportsrich-module,
	.leader-section-three,
	.leader-section-four,
	.leader-section-six,
	.leader-section-seven,
	.leader-section-eight {
		text-align: center;
		min-width: 320px;
	}
	.leader-section-two,
	.sportsrich-module,
	.leader-section-three,
	.leader-section-four,
	.leader-section-six,
	.leader-section-seven,
	.leader-section-eight,
	.leader-section-nine {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.leader-section-one .column-4 img,
	.leader-section-seven .column-4 img,
	.leader-section-one-white .column-4 img {
		padding: 10px 0;
	}
	.leader-section-four .sports-list {
		text-align: center;
		width: 50%;
	}
	.leader-section-four .sports-list li {
		padding-bottom: 20px;
		position: relative;
		text-align: left;
		left: 50%;
	}
	.leader-section-eight {
		margin-top: -24px;
	}
}
@media screen and (max-width: 640px) {
	.five-pack-badge {
		width: 30%;
		float: none;
		margin-bottom: 30px;
	}
	.mobile-padding {
		margin-bottom: 20px;
	}
}
@media screen and (max-height: 630px) {
	.rotate-wrapper {
		margin: 20px auto 0;
	}
}
@media screen and (max-width:500px){
	.scroll-arrow-section-one {
		text-align: center;
		position: absolute;
		bottom: 0;
		left: 0px;
		z-index: 5;
	}
}