@font-face {
	font-family: Novecento;
	src: url("futurefit/fonts/novecento.otf");
	
	font-weight: bold;
}

/* HOMEPAGE */

.futurefit--carousel-one, .futurefit--carousel-two{
	position: absolute;
	
	top: 2%;
	left: 50%;
	
	-webkit-transform: translateX(-50%);
	
	transform: translateX(-50%);
	
	text-align: center;
}

.futurefit--carousel-join2 {
	position: absolute;
	bottom: 4%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
}

.futurefit--carousel-one h1, .futurefit--carousel-two h1 {
	color: #fff;
	
	font-family: 'Novecento', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 75px;
	font-weight: bold;
	line-height: 1;
}
.futurefit--carousel-one p {
	color: #fff;
	
	font-size: 26px;
	line-height: 28px;
}
.futurefit--carousel-one-btn, .futurefit--carousel-two-btn, .futurefit--carousel-three-btn{
	display: inline-block;
	
	padding: 10px 40px;
	margin-top: 50px;
	
	background: #fff;
	
	color: #f4ab47;
	
	border-radius: 5px;
	border-bottom: 2px solid #d2d2d2;
	
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.futurefit--carousel-join-btn, .futurefit--carousel-join2-btn{
	display: inline-block;
	padding: 10px 40px;
	margin-top: 0px;
	top: 50%;
	right:0px;
    width: 100%;
    height: 30px;
    background: transparent;
    border-radius: 0px;
	border: 0px solid #d2d2d2;
}
.futurefit--carousel-join2-btn{
	width: 80px;
    height: 10px;
    top: -16px;
    position: relative;
}
.futurefit--carousel-two {
	top: 8%;
}
.futurefit--carousel-two p {
	color: #fff;
	font-size: 22px;
}
.futurefit--carousel-two h1 {
	font-size: 45px;
}
.futurefit--carousel-two-btn {
	color: #44c2cf;
	margin-top: 25px;  
}
.futurefit--carousel-three {
	position: absolute;
	top: 14%;
	left: 13%;
	width: 26%;
}
.futurefit--carousel-three h1 {
	color: #fff;
}
.futurefit--carousel-three p {
	color: #fff;
}
.futurefit--carousel-three-btn {
	color: #b6d04f;
	margin-top: 35px;
}

/* added for Join */
.futurefit--carousel-join {
	position: absolute;
	top: 40%;
	right: 0px;
	width: 23%;
}
.futurefit--carousel-join h1 {
	color: #fff;
}
.futurefit--carousel-join p {
	color: #fff;
	
}
.futurefit--carousel-join-btn {
	color: #b6d04f;
	height: 1px;
    margin-top: 0px;
    padding: 5px 30px;
    top: -17px;
    position: relative;
}



.futurefit--home-about-image {
	padding: 20px;
}
.futurefit--home-about-image img {
	display: block;
	float: none !important;
	
	margin: 0 auto !important;
}
.futurefit--home-about-text {
	padding: 0 20px 20px;
}

.futurefit--home-about-text .home-about-button {
	margin-top: 10px;
	margin-bottom: 15px;
}

.futurefit--home-signup {
	height: 100%;
	padding: 20px;
	text-align: center;
}

.futurefit--home-signup img {
	display: block;
	margin: 0 auto;
	
}

.futurefit--home-signup .futurefit--home-signup-btn {
	display: block;
	width: 80%;
	margin: 10px auto 0;
	
	background: #b2cc4d;
	
	border-radius: 5px;
	font-family: Arial;
	color: #ffffff;
	font-size: 1em;
	padding: 4px 12px 4px 12px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: #9cb441 2px solid;
	text-shadow: none;
	box-shadow: none;
}
.futurefit--home-signup .futurefit--home-signup-btn:hover, 
.futurefit--home-gamead-child .futurefit--home-gamead-btn:hover,
.futurefit--home-watchvid-child .futurefit--home-watchvid-btn:hover {
	outline: 0;
	color: #444;
	text-decoration: none;
}

.futurefit--home-volunteers-container {
	padding: 0 10px 18px;
}
.futurefit--home-volunteers-container .futurefit--home-volunteer {
	
}
.futurefit--home-volunteers-container .futurefit--home-volunteer img {
	margin: 4px 20px 4px 0;
}
.futurefit--home-volunteers-container .futurefit--home-volunteer .futurefit--home-volunteer-text {
	padding-left: 100px;
}




.home-partnership-opps {
	height: 100%;
	min-height: 230px;
}
.futurefit--home-gamead {
	position: relative;
	height: 100%;
	min-height: 230px;
	background: #b62a25 url('futurefit/futurefit--gameadbg.jpg');
	background-size: cover;
	background-position: center;
}
.futurefit--home-watchvid {
	position: relative;
	height: 100%;
	min-height: 230px;
	background: #b62a25 url('futurefit/futurefit--watchvidbg.jpg');
	background-size: cover;
	background-position: center;
}
.futurefit--home-gamead .futurefit--home-gamead-child,
.futurefit--home-watchvid .futurefit--home-watchvid-child {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
.futurefit--home-gamead-child h2,
.futurefit--home-watchvid-child h2 {
	color: #fff;
	font-family: 'Novecento', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 30px;
}
.futurefit--home-gamead-child .futurefit--home-gamead-btn,
.futurefit--home-watchvid-child .futurefit--home-watchvid-btn {
	display: inline-block;
	background: #fff;
	background: rgba(255, 255, 255, 0.4);
	color: #fff;
	padding: 15px 35px;
	margin-top: 10px;
	border-radius: 10px;
	font-family: 'Novecento', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.futurefit--blueButton {
    background: #44c2cf;
    /* background-image: -webkit-linear-gradient(top, #ea3d34, #ed4037);
    background-image: -moz-linear-gradient(top, #ea3d34, #ed4037);
    background-image: -ms-linear-gradient(top, #ea3d34, #ed4037);
    background-image: -o-linear-gradient(top, #ea3d34, #ed4037);
    background-image: linear-gradient(to bottom, #ea3d34, #ed4037); */
    border-radius: 5px;
    font-family: Arial;
    color: #ffffff;
    font-size: 1em;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
    font-weight: bold;
    border-bottom: #369ba5 2px solid;
    text-shadow: none;
    box-shadow: none;
}

@media screen and (min-width: 450px){
	.futurefit--carousel-join2-btn{
		width: 120px;
	    height: 24px;
	    top: -16px;
	    position: relative;
	}
}

@media screen and (min-width: 650px) {
	.futurefit--carousel-one h1, .futurefit--carousel-two h1 {
		font-size: 40px;
	}
	.futurefit--carousel-one-btn, .futurefit--carousel-two-btn, .futurefit--carousel-three-btn {
		margin-top: 20px;
	}
	
	.futurefit--carousel-one p {
		font-size: 16px;
		line-height: 18px;
	}
	.futurefit--carousel-two p {
		font-size: 16px;
		line-height: 1;
	}
	.futurefit--carousel-two h1 {
		font-size: 24px;
	}
	.futurefit--carousel-two-btn {
		margin-top: 0;
	}
	
	.futurefit--carousel-three {
		position: absolute;
		top: 2%;
		left: 8%;
		width: 40%;
	}
	.futurefit--carousel-three h1 {
		font-size: 24px;
		line-height: 1.2;
	}
	.futurefit--carousel-three p {
		font-size: 12px;
		line-height: 1.2;
	}
	.futurefit--carousel-three-btn {
		margin-top: 10px;
	}

/*	.futurefit--carousel-join {
		position: absolute;
		top: 2%;
		right: -7%;
		width: 40%;
	}*/
/*	.futurefit--carousel-join h1 {
		font-size: 24px;
		line-height: 1.2;
	}
	.futurefit--carousel-join p {
		font-size: 12px;
		line-height: 1.2;
	}*/
	.futurefit--carousel-join-btn {
		height: 8px;
		margin-top: 0px;
		padding: 10px 40px;
    	top: 0px;
	}
	.futurefit--carousel-join2-btn{
		width: 180px;
	    height: 45px;
	    top: -16px;
	    position: relative;
	}
}

@media screen and (min-width: 750px) {
	.futurefit--carousel-join2-btn{
		width: 240px;
	    height: 55px;
	    top: -36px;
	    position: relative;
	}
}

@media screen and (min-width: 901px) {
	.futurefit--home-about-image {
		padding: 0;
	}
	.futurefit--home-about-image img {
		float: left !important;
		margin: 0 !important;
	}
	.futurefit--home-about-text {
		padding: 0;
		padding-top: 2px;
		padding-bottom: 1px;
		padding-left: 250px;
	}
	.futurefit--home-signup {
		padding: 12px;
	}
	
	.home-partnership-opps {
		min-height: 360px;
	}
	.futurefit--home-gamead {
		min-height: 360px;
	}
	
	.futurefit--carousel-one h1, .futurefit--carousel-two h1 {
		font-size: 65px;
	}
	.futurefit--carousel-one p {
		font-size: 26px;
		line-height: 28px;
	}
	.futurefit--carousel-two p {
		font-size: 18px;
		line-height: 1.5;
	}
	.futurefit--carousel-two h1 {
		font-size: 35px;
	}
	.futurefit--carousel-one-btn, .futurefit--carousel-two-btn, .futurefit--carousel-three-btn {
		margin-top: 35px;
	}
	.futurefit--carousel-two-btn {
		margin-top: 15px;
	}
	
	.futurefit--carousel-three {
		top: 8%;
		left: 13%;
		width: 26%;
	}
	.futurefit--carousel-three h1 {
		font-size: 1.875em;
		line-height: 1.2em;
	}
	.futurefit--carousel-three p {
		font-size: 14px;
		line-height: 1.5;
	}
	.futurefit--carousel-three-btn {
		margin-top: 25px;
	}

/*	.futurefit--carousel-join {
		top: 8%;
		right: -7%;
		width: 26%;
	}
	.futurefit--carousel-join h1 {
		font-size: 1.875em;
		line-height: 1.2em;
	}
	.futurefit--carousel-join p {
		font-size: 14px;
		line-height: 1.5;
	}*/
	.futurefit--carousel-join-btn {
		height: 20px;
		margin-top: 0px;
		padding: 10px 40px;
    	top: 0px;
	}

	.futurefit--carousel-join2-btn{
		width: 310px;
	    height: 65px;
	    top: -46px;
	    position: relative;
	}
}

@media screen and (min-width: 1025px) {
	.futurefit--carousel-one h1, .futurefit--carousel-two h1 {
		font-size: 75px;
	}
	.futurefit--carousel-one p {
		font-size: 26px;
		line-height: 28px;
	}
	.futurefit--carousel-two p {
		font-size: 22px;
		line-height: 1.5;
	}
	.futurefit--carousel-two h1 {
		font-size: 45px;
	}
	.futurefit--carousel-one-btn, .futurefit--carousel-two-btn, .futurefit--carousel-three-btn{
		margin-top: 50px;
	}
	.futurefit--carousel-two-btn {
		margin-top: 25px;
	}
	.futurefit--carousel-three {
		top: 14%;
		left: 13%;
		width: 26%;
	}
	.futurefit--carousel-three h1 {
		font-size: 1.875em;
		line-height: 1.2em;
	}
	.futurefit--carousel-three p {
		font-size: 14px;
		line-height: 1.5;
	}
	.futurefit--carousel-three-btn {
		margin-top: 35px;
	}

/*	.futurefit--carousel-join {
		top: 14%;
		right: 13%;
		width: 26%;
	}
	.futurefit--carousel-join h1 {
		font-size: 1.875em;
		line-height: 1.2em;
	}
	.futurefit--carousel-join p {
		font-size: 14px;
		line-height: 1.5;
	}*/
	.futurefit--carousel-join-btn {
		height: 20px;
		margin-top: 10px;
		padding: 10px 40px;
    	top: 0px;
	}

	.futurefit--carousel-join2-btn{
		width: 360px;
	    height: 65px;
	    top: -46px;
	    margin-top: 40px;
	}
}

@media screen and (min-width: 1200px) {
	.futurefit--carousel-join-btn {
		height: 25px;
		margin-top: 20px;
		padding: 10px 40px;
    	top: 0px;
	}
	.futurefit--carousel-join2-btn{
		width: 410px;
	    height: 65px;
	    top: -76px;
	    margin-top: 50px;
	}
}










/* CAMPAIGN PAGE */

#futurefit--content * {
	box-sizing: border-box;
	
	color: #fff; /* reset the colour through the section */
}
#futurefit--content h1, #futurefit--content h2, #futurefit--content h3 {
	margin: 0;
	
	font-size: 42px;
	font-family: 'Novecento', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.1;
}
#futurefit--content h1 {
	margin-bottom: 25px;
}
#futurefit--content h2 {
	font-size: 42px;
}
#futurefit--content h3 {
	font-size: 22px;
}
#futurefit--content a {
	color: #fff;
	font-weight: normal;
}
#futurefit--content a:hover {
	color: #fff;
	text-decoration: underline;
}

#futurefit--content .futurefit--topbox {
	background: #f8ad47;
	padding: 30px;
	text-align: center;
}
#futurefit--content .futurefit--topbox p, #futurefit--content .futurefit--lowerbox p {
	max-width: 760px;
	margin: 20px auto 0;
	font-size: 16px;
	line-height: 1.45;
}


#futurefit--content .futurefit--floatcontainer {
}

#futurefit--content .futurefit--watchvid, #futurefit--content .futurefit--gamead {
	position: relative;
	min-height: 460px;
	text-align: center;
	vertical-align: middle;
}

#futurefit--content .futurefit--watchvid {
	background: #b62a25 url('futurefit/futurefit--watchvidbg.jpg');
	background-size: cover;
	background-position: center;
}
#futurefit--content .futurefit--gamead {
	background: #b62a25 url('futurefit/futurefit--gameadbg.jpg');
	background-size: cover;
	background-position: center;
}


#futurefit--content .futurefit--watchvid-child, #futurefit--content .futurefit--gamead-child {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}


#futurefit--content a.futurefit--watchvid-btn, #futurefit--content a.futurefit--gamead-btn, #futurefit--content a.futurefit--lowerbox-btn {
	display: inline-block;
	background: #fff;
	background: rgba(255, 255, 255, 0.4);
	color: #fff;
	padding: 15px 35px;
	margin-top: 30px;
	border-radius: 10px;
	font-family: 'Novecento', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
#futurefit--content a.futurefit--watchvid-btn:hover, #futurefit--content a.futurefit--gamead-btn:hover, #futurefit--content a.futurefit--lowerbox-btn:hover {
	color: #fff;
	text-decoration: underline;
}

#futurefit--content .futurefit--dates {
	background: #44c2cf;
	padding: 30px;
	text-align: center;
}

#futurefit--content .futurefit--dates-table-1 {  }
#futurefit--content .futurefit--dates-table-2 { margin-top: -30px; }

#futurefit--content .futurefit--dates-table {
	width: auto;
	margin: 30px auto 0;
	border: 0;
	font-size: 16px;
	text-align:center;
}
#futurefit--content .futurefit--dates-table td {
	color: #fff;
	padding: 5px 15px 5px 0;
	border: 0;
	text-align: left;
	width: 80%;
}

#futurefit--content .futurefit--dates-table td.date {
	padding-right: 15px;
	font-weight: bold;
	text-align: right;
	width: 20%;
	min-width: 140px;
}


#futurefit--content .futurefit--lowerbox {
	background: #b6d04f;
	padding: 30px;
	text-align: center;
}

/* Media Queries 

.futurefit--gamead {
	float: left;
	width: 50%;
}

.futurefit--dates {
	float: right;
	width: 50%;
} */

@media screen and (min-width: 720px) {
	
	/* HOMEPAGE */
	
	
	/* CAMPAIGN PAGE */
	
	#futurefit--content h1 {
		font-size: 64px;
	}
	#futurefit--content h2 {
		font-size: 45px;
	}
	#futurefit--content h3 {
		font-size: 28px;
	}
	
	#futurefit--content .futurefit--topbox {
		padding: 30px 60px;
	}
	#futurefit--content .futurefit--topbox p, #futurefit--content .futurefit--lowerbox p {
		font-size: 18px;
	}
	
	#futurefit--content .futurefit--floatcontainer {

	}
	
	#futurefit--content .futurefit--watchvid, #futurefit--content .futurefit--gamead {
		float: left;
		width: 50%;
	}
	
	#futurefit--content .futurefit--watchvid-child, #futurefit--content .futurefit--gamead-child {
		position: absolute;
		top: 50%;
	}

	#futurefit--content .futurefit--dates {
		display: table-cell;
		width: 50%;
		padding: 45px 20px;
	}
	
	#futurefit--content .futurefit--dates-table-1 { display: table-cell; width: 50%; float: left; }
	#futurefit--content .futurefit--dates-table-2 { display: table-cell; width: 50%; float: left; margin-top: 0px; }

	#futurefit--content a.futurefit--watchvid-btn, #futurefit--content a.futurefit--gamead-btn, #futurefit--content a.futurefit--lowerbox-btn {
		padding: 20px 35px;
		font-size: 30px;
	}
	
	#futurefit--content .futurefit--lowerbox {
		padding: 30px 60px 40px 60px;
		margin-bottom: -10px;
	}
	#futurefit--content .futurefit--lowerbox h2 {
		max-width: 480px;
		margin: 0 auto !important;
	}
	
}


@media screen and (max-width: 500px) {

	#futurefit--content .futurefit--dates-table td.date {
		min-width: 90px;
	}
	.headerButtons{
		display: none;
	}

}

@media screen and (max-width: 440px){
	#new-royalslider-1{
		display:block !important;
	}
}
.fluid-width-video-wrapper{
	width: 100% !important;
	padding-top: 64% !important;
}
