@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
}
@font-face {
    font-family: 'rock';
    src: url(../images/ROCK.TTF);
}
@font-face {
    font-family: 'rock-bold';
    src: url(../images/ROCK.TTF);
}
@font-face {
    font-family: 'mus';
    src: url(../images/SinkinSans-300Light.otf);
}
@font-face {
    font-family: 'opensans';
    src: url(../images/OpenSans-Regular.ttf);
}
@font-face {
    font-family: 'sinksans';
    src: url(../images/SinkinSans-300Light.otf);
}
/* FROM MAIN CSS */

/* LAYOUT */

.main-wrapper{
	width:100%;
	height:auto;
	margin:0px;
	padding:0px;
}
.top-panel{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	margin-bottom:0px;
	background-image:url(../images/inner-footer-img-bg.jpg);

	background-repeat:no-repeat;
	background-position:right bottom;
}
.super-wrapper{
	position:relative;
	float:left;
	top:45px;
	left:55px;
	width:90%;
}
.logo-menu-content-wrapper{
	position:relative;
	float:left;
	width:90%;
	margin-bottom:25px;
	display:block;
}
/* Social connect */

.social-connect{
	 position:relative;
	 float:left;
	 margin-top:185px;
	 min-height:200px;
}
.social-icons{
	vertical-align:central;
	width:100%;
	height:auto;
}
.social-icons img, .social-icons a img{
	cursor:hand;
	border:0px;
	max-width: 100%;
	height: auto;
	width: auto;
}
.social-icons a:hover {
 	-webkit-opacity: 0.55;
  	-moz-opacity: 0.55;
  	opacity: 0.55;
	-webkit-transition: all 0.25s ease;
  	-moz-transition: all 0.25s ease;
 	-ms-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
  	transition: all 0.25s ease;
}

/* logo */

.logo-panel{
	display:block;
	position:relative;
	float:left;
}
.logo-panel img, .logo-panel img a{
	max-width: 100%;
	height: auto;
	width: auto;
}
.logo-panel-inner{
	display:none;
}

/* menu */

.menu-panel{
	position:relative;
	float:left;
	margin-left:55px;
	margin-top:39px;
}

@media only screen and ( min-width: 0px ) and ( max-width: 480px ){
.logo-panel{
	display:none;
}
.logo-panel-inner{
	display:block;
	position:relative;
	float:left;
}
.logo-panel-inner img, .logo-panel-inner img a{
	max-width: 100%;
	height: auto;
	width: auto;
}
.super-wrapper{
	top:25px;
	left:15px;
	width:90%;
}
.social-connect{
	 margin-top:165px;
	 min-height:0px;
	 width:23px;
}
.top-panel{
	background-image:url(../images/inner-footer-img-m-bg.jpg);
	background-size: contain;
	background-repeat:no-repeat;
	background-position:right bottom;
	margin-bottom:0px;
}
}
@media only screen and ( min-width: 481px ) and ( max-width: 1024px ){
.logo-panel-inner{
	display:none;
}
.logo-panel{
	display:block;
	width:35%;
}
.social-connect{
	 margin-top:105px;
	 min-height:0px;
	 width:30px;
}
.inner-banner-m{
	display:none;
}
.images-inner{
	width:48%;
}
.top-panel{
	background-image:url(../images/inner-footer-img-bg.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	margin-bottom:0px;
}
}
/* INNER PAGE CSS */

.content-wrapper{
	width:92%;
	position:relative;
	float:right;
}
.inner-banner-m{
	display:none;
}
.inner-banner{
	display:block;
	position:relative;
	float:left;
	margin-top:35px;
	left:0px;
	z-index:114;
}
.inner-banner img{
	max-width: 100%;
	height: auto;
	width: auto;
}
.sports-stories-title-480{
	display:none;
}
/* sport images */

.images-inner{
	display:block;
	position: absolute;
	float:right;
	top:0px;
	right:0px;
	width:38%;
	z-index:111;
}
.images-inner img{
	max-width: 100%;
	height: auto;
	width: auto;
}
.imagesm-inner{
	display:none;
}

/* LOWER PANEL */

.lower-panel-inner{
	position:relative;
	float:left;
	width:100%;
	height:auto;
}
.lfs-menu a; .ac-menu a{
	cursor:hand;
	text-decoration:none;
	border:0px;
}
.lfs-menu{
	position:relative;
	float:left;
	width:50%;
	padding:0px;
	margin:0px;
	border:0px;
}
.ac-menu{
	position:relative;
	float:left;
	width:50%;
	padding:0px;
	margin:0px;
	border:0px;
}
.lower-panel-inner img{
	max-width: 100%;
	height: auto;
	width: auto;
}
.lfs-menu2{
	position:relative;
	float:left;
	width:33.28%;
	padding:0px;
	margin:0px;
	border:0px;
}

/* FOOTER PANEL */

.footer-container{
	position:relative;
	float:left;
	width:90%;
	background-color:#ffffff;
	margin-left:35px;
	margin-top:15px;
	margin-bottom:15px;
}
.footer-logo{
	position:relative;
	float:left;
	width:25%;
	height:25%;
}
.footer-menu-wrapper{
	position:relative;
	float:left;
}
.footer-container img{
	max-width: 100%;
	height: auto;
	width: auto;
}
.f-social-icons{
	position:relative;
	float:right;
	vertical-align:central;
	width:auto;
	height:auto;
	margin-top:25px;
}
.f-social-icons img, .f-social-icons a img{
	cursor:hand;
	border:0px;
	max-width: 100%;
	height: auto;
	width: auto;
}
.f-social-icons a:hover {
 	-webkit-opacity: 0.55;
  	-moz-opacity: 0.55;
  	opacity: 0.55;
	-webkit-transition: all 0.25s ease;
  	-moz-transition: all 0.25s ease;
 	-ms-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
  	transition: all 0.25s ease;
}

/* Media Queries */

@media only screen and ( max-width: 480px ) {

.content-wrapper{
	width:90%;
	margin-top:0px;
}
.inner-banner-m{
	display:block;
	margin-top:15px;
	position:relative;
	float:left;
	left:0px;
}
.inner-banner-m img{
	max-width: 100%;
	height: auto;
	width: auto;
}
.inner-banner{
	display:none;
}
.images-inner{
	display:none;
}
.sports-stories-title-480{
	display:block;
	position:relative;
	float:left;
	width:100%;
	height:auto;
	background-image:url(../images/sports-stories-title-bgrepeat-480.jpg);
	background-repeat:repeat-x;
}
.footer-logo{
	width:35%;
	height:35%;
}
.lfs-menu{
	width:100%;
}
.ac-menu{
	width:100%;
}
.f-social-icons{
	position:relative;
	float:right;
	vertical-align:central;
	width:10%;
	height:10%;
	margin-top:5px;
}
.f-social-icons img, .f-social-icons a img{
	cursor:hand;
	border:0px;
	max-width: 100%;
	height: auto;
	width: auto;
}
.footer-menu-wrapper{
	position:relative;
	float:left;
	width:40%;
	margin-top:10px;
}
}
@media only screen and ( min-width: 480px ) and (max-width:1024px) {

.footer-menu-wrapper{
	position:relative;
	float:left;
	width:50%;
	margin-top:35px;
}
.f-social-icons{
	position:relative;
	float:right;
	vertical-align:central;
	width:10%;
	height:10%;
	margin-top:15px;
}
}

/* CONTENT-SECTION */

.page-title-wrap{
	position:relative;
	float:left;
	width:90%;
	margin-left:95px;
	margin-top:12px;
}
.page-title-downloads{
	display:block;
	position:relative;
	float:left;
	width:25%;
}
.page-title-downloads img, .page-title-downloads a img{
	cursor:hand;
	border:0px;
	max-width: 100%;
	height: auto;
	width: auto;
}
.page-title-downloads-long{
	display:block;
	position:relative;
	float:left;
	width:40%;
	margin-right:6px;
}
.page-title-downloads-long img, .page-title-downloads-long a img{
	cursor:hand;
	border:0px;
	max-width: 100%;
	height: auto;
	width: auto;
}
.page-download-link{
	position:relative;
	float:left;
	display:block;
	overflow:hidden;
	text-transform:uppercase;
	letter-spacing:.1em;
	border:solid 1px #787a7c;
	font-family:'sinksans';
	font-size:15px;
	font-weight: bolder;
	text-align:center;
	vertical-align:middle;
	line-height:25px;
	color:#010101;
	width:auto;
	padding:9px;
	text-decoration:none;
	cursor:hand;
	margin-right:11px;
	margin-bottom:11px;
	margin-top:4px;
}
.page-download-link:hover{
	text-decoration:none;
	cursor:hand;
	background-color:#d93625;
	color:#ffffff;
	border:solid 1px #d93625;
}
@media only screen and ( max-width: 480px ) {
	
.page-title-downloads{
	display:none;
}
.page-title-wrap{
	width:90%;
	margin-left:12px;
	margin-top:22px;
}
.page-download-link{
	width:95%;
	padding:7px;
	margin-right:0px;
	margin-bottom:11px;
	font-size:5vw;
	font-weight:200;
	text-align:left;
}
}
@media only screen and ( min-width: 480px ) and (max-width:1024px) {
	
.page-title-wrap{
	width:95%;
	margin-left:40px;
	margin-top:12px;
}
.page-title-downloads{
	width:40%
}
.page-download-link{
	width:auto;
	padding:5px;
	margin-right:12px;
	margin-bottom:11px;
	font-size:2vw;
	font-weight:bold;
	text-align:left;
}
}

/* write-ups-page */

.introductory-content{
	position:relative;
	float:left;
	left:0px;
	bottom:0px;
	width:85%;
	color:#474040;
	font-family:'mus';
	font-size:17px;
	line-height:25px;
	font-weight:normal;
	font-smooth:always;
	padding-left:110px;
	margin-top:18px;
}
.offerings-m{
	display:none;
}
.offerings{
	display:block;
	position:relative;
	float:left;
	padding-left:110px;
	margin-top:20px;
	margin-bottom:5px;
}
.offerings img{
	cursor:none;
	border:0px;
	max-width: 100%;
	height: auto;
	width: auto;
}
.offerings-no-padding{
	display:block;
	position:relative;
	float:left;
	margin-top:20px;
	margin-bottom:15px;
	width:75%;
}
.offerings-no-padding img{
	cursor:none;
	border:0px;
	max-width: 100%;
	height: auto;
	width: auto;
}
.offerings-no-padding-m{
	display:none;
}
.booking{
	position:relative;
	float:left;
	width:90%;
	padding-left:90px;
	margin-top:20px;
	margin-bottom:2px;
}
.booking img{
	cursor:none;
	border:0px;
	max-width: 100%;
	height: auto;
	width: auto;
}
.normal-content{
	position:relative;
	float:left;
	left:0px;
	bottom:0px;
	width:85%;
	color:#474040;
	font-family:'mus';
	font-size:24px;
	line-height:45px;
	font-weight:bold;
	font-smooth:always;
	padding-left:110px;
	margin-top:18px;
}

@media only screen and ( max-width: 480px ) {
.introductory-content{
	padding-left:30px;
	margin-top:18px;
}
.offerings{
	display:none;
}
.offerings-m{
	display:block;
	position:relative;
	float:left;
	padding-left:30px;
	margin-top:30px;
	margin-bottom:25px;
	width:95%;
}
.offerings-m img{
	cursor:none;
	border:0px;
	max-width: 100%;
	height: auto;
	width: auto;
}
.booking{
	padding-left:30px;
	width:98%;
}
.booking img{
	cursor:none;
	border:0px;
	max-width: 60%;
	height: auto;
	width: auto;
}
.normal-content{
	padding-left:40px;
	font-size:18px;
	line-height:35px;
	margin-bottom:325px;
}
}

/* ABOUT US */

.section-1{
	width:95%;
	position:relative;
	float:left;
	margin-left:35px;
	margin-top:35px;
}
.mission-statement{
	position:relative;
	float:left;
	text-align:center;
	margin-top:15px;
	width:40%;
}
.mission-statement img{
	max-width: 70%;
	height: auto;
	width: auto;
}
.acclivers-write-up{
	position:relative;
	float:left;
	width:50%;
	font-family:'mus';
	font-size:21px;
	line-height:25px;
	color:#343434;
	font-smooth:always;
	padding-bottom:35px;
}
.acclivers-write-up b{
	color:#fe4646;
}
.section-2{
	width:100%;
	position:relative;
	float:left;
	margin-top:30px;
	margin-bottom:20px;
	text-align:center;
}
.section-2 img{
	max-width: 100%;
	height: auto;
	width: auto;
	border-right:solid 45px #ffffff;
}
.section-3{
	width:90%;
	margin:0px;
	position:relative;
	float:left;
	padding-left:120px;
} 
.acclivers-write-up-2{
	position:relative;
	float:left;
	width:80%;
	font-family:'mus';
	font-size:21px;
	line-height:25px;
	color:#343434;
	font-smooth:always;
	padding-bottom:5px;
}
.acclivers-write-up-2 b{
	color:#fe4646;
}
.founders{
	position:relative;
	float:left;
	width:50%;
	text-align:center;
}
.founders-img{
	position:relative;
	float:left;
}
.founders-text{
	position:relative;
	float:left;
	font-family:'mus';
	font-size:21px;
	line-height:27px;
	color:#343434;
	font-smooth:always;
	width:100%;
	margin-bottom:40px;
	margin-top:30px;
	text-align:left;
}
.founders-img img{
	max-width: 100%;
	height: auto;
	width: auto;
}
.founders p{
	width:50%;
	align:center;
}
.section-4{
	width:75%;
	position:relative;
	float:left;
	padding-left:120px;
	margin-bottom:60px;
}
.section-4a{
	width:75%;
	position:relative;
	float:left;
	padding-left:70px;
	margin-top:20px;
	margin-bottom:60px;
}
.sub-heading-blurb{
	position:relative;
	float:left;
	text-align:left;
	padding-left:130px;
	width:65%;
	font-family:'sinksans';
	font-size:24px;
	line-height:33px;
	color:#343434;
	font-smooth:always;
	margin-bottom:35px;
}
.sub-heading-blurb-no-padding{
	position:relative;
	float:left;
	text-align:left;
	width:65%;
	font-family:'sinksans';
	font-size:24px;
	line-height:33px;
	color:#343434;
	font-smooth:always;
	margin-bottom:20px;
}
.prog-list-wrap{
	position:relative;
	float:left;
	padding-left:130px;
	width:90%;
	text-align:left;
}
.prog-list{
	position:relative;
	float:left;
	width:25%;
}
.prog-list-title{
	position:relative;
	float:left;
	width:100%;
	height:45px;
	font-family:'sinksans';
	font-size:18px;
	font-weight:bold;
	background-image:url(../images/prog-list-title-bg.png);
	background-position: left bottom;
	background-repeat:no-repeat;
	text-align:left;
}
.prog-list-text{
	position:relative;
	float:left;
	width:85%;
	font-family:'mus';
	font-weight:7px;
	font-weight:normal;
	line-height:23px;
	margin-top:21px;
	margin-bottom:21px;
}
.prog-list-know-more{
	position:relative;
	float:left;
	width:70%;
}
.know-more-link{
	position:relative;
	float:left;
	display:block;
	overflow:hidden;
	text-transform:uppercase;
	border:solid 1px #787a7c;
	font-family:'mus';
	font-weight:bold;
	font-size:11px;
	text-align:center;
	vertical-align:middle;
	line-height:25px;
	color:#010101;
	width:auto;
	padding:5px;
	text-decoration:none;
	cursor:hand;
	margin-right:7px;
	margin-bottom:7px;
	margin-top:4px;
	cursor:pointer;
}
.know-more-link:hover{
	text-decoration:none;
	cursor:hand;
	color:#ffffff;
	background-color:#ee6557;
	border:solid 1px #d93625;
}
.inspiring-title{
	position:relative;
	float:left;
	width:95%;
	font-family:'sinksans';
	font-size:35px;
	font-weight:bold;
	color:#fe4646;
	margin-bottom:15px;
	padding-left:95px;
}
.inspiring-content{
	position:relative;
	float:left;
	width:85%;
	font-family:'sinksans';
	font-size:18px;
	line-height:26px;
	color:#343434;
	font-smooth:always;
	padding-left:95px;
	margin-bottom:35px;
}
.services-main-title{
	display:block;
	position:relative;
	float:left;
	width:95%;
	margin-bottom:7px;
}
.services-main-title-m{
	display:none;
}
.services-sec-wrap{
	position:relative;
	float:left;
	width:95%;
}
.services-sec-1{
	position:relative;
	float:left;
	width:30%;
	border-right:solid 1px #f0f0f0;
}
.services-sec-2{
	position:relative;
	float:left;
	width:20%;
	padding-left:15px;
	border-right:solid 1px #f0f0f0;
}
.services-sec-3{
	position:relative;
	float:left;
	width:30%;
	padding-left:25px;
}
.services-sec-1-title{
	position:relative;
	float:left;
	width:95%;
	font-family:'sinksans';
	font-weight:bold;
	font-size:24px;
	color:#0a0a0a;
	margin-bottom:15px;
	padding-left:15px;
}
.services-sec-1-text{
	position:relative;
	float:left;
	width:95%;
	font-family:'mus';
	font-size:18px;
	line-height:34px;
	color:#2b2727;
	margin-bottom:15px;
	padding-left:15px;
}
.services-sec-1-title-no-pad{
	position:relative;
	float:left;
	width:95%;
	font-family:'sinksans';
	font-weight:bolder;
	font-size:24px;
	line-height:40px;
	color:#132227;
	margin-bottom:20px;
}
.benefits-text{
	position:relative;
	float:left;
	width:95%;
	font-family:'mus';
	font-size:18px;
	line-height:34px;
	color:#2b2727;
	margin-bottom:15px;
	margin-top:12px;
}
.general-text{
	position:relative;
	float:left;
	width:75%;
	font-family:'mus';
	font-size:22px;
	line-height:18px;
	color:#2b2727;
	padding-left:110px;
}

@media only screen and ( max-width: 480px ) {
.section-1{
	margin-top:0px;
}
.mission-statement{
	width:90%;
}
.mission-statement img{
	max-width: 100%;
	height: auto;
	width: auto;
}
.acclivers-write-up{
	width:90%;
	font-family:'mus';
	font-size:15px;
	line-height:20px;
}
.section-3{
	padding-left:20px;
} 
.founders{
	width:95%;
}
.founders-text{
	padding-left:15px;
}
.founders p{
	width:100%;
}
.lfs-menu2{
	width:100%;
}
.page-title-downloads-long{
	display:none;
}
.section-2{
	margin-top:0px;
	margin-bottom:20px;
	text-align:center;
}
.sub-heading-blurb{
	padding-left:30px;
	width:85%;
}
.sub-heading-blurb-no-padding{
	width:85%;
}
.prog-list-wrap{
	padding-left:30px;
}
.prog-list{
	width:95%;
	padding-bottom:20px;
}
.section-3{
	padding-left:30px;
}
.offerings-no-padding{
	display:none;
}
.offerings-no-padding-m{
	display:block;
	position:relative;
	float:left;
	margin-bottom:15px;
	width:95%;
	margin-top:0px;
}
.inspiring-title{
	padding-left:15px;
	width:80%;
	font-size:27px;
	padding-top:25px;
}
.inspiring-content{
	width:80%;
	padding-left:15px;
	margin-bottom:10px;
}
.services-sec-wrap{
	position:relative;
	float:left;
	width:95%;
}
.services-sec-1{
	width:90%;
	border-right:none;
}
.services-sec-2{
	display:none;
}
.services-sec-3{
	width:90%;
	padding-left:5px;
}
.section-4{
	width:95%;
	padding-left:35px;
	margin-bottom:320px;
}
.section-4a{
	width:95%;
	padding-left:35px;
	margin-bottom:320px;
}
.services-main-title{
	display:none;
}
.services-main-title-m{
	display:block;
	position:relative;
	float:left;
	width:95%;
	margin-bottom:7px;
}
.main-wrapper{
	overflow-x:hidden;
}
}
@media only screen and ( min-width: 480px ) and (max-width:1024px) {
	
.offerings-no-padding{
	display:none;
}
.offerings-no-padding-m{
	display:block;
	position:relative;
	float:left;
	margin-bottom:15px;
	width:95%;
	margin-top:0px;
}
.services-sec-1{
	border-right:solid 0px #f0f0f0;
}
.services-sec-2{
	border-right:solid 0px #f0f0f0;
}
}