@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
html, body {
	overflow-x: hidden; 
}
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/*drop down menu*/
ul.n {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	background: rgba(39, 39, 39, 1.0);
}

li.n {
    float: left;
}

li.n a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 20px 20px;
    text-decoration: none;
}

li.n a:hover, .dropdown:hover .dropbtn {
    background: rgba(255, 255, 255, 1.0);
}

li.n.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background: rgba(39, 39, 39, 1.0);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #FFFFFF}

.dropdown:hover .dropdown-content {
    display: block;
}

/*fonts*/
@font-face {
    font-family: 'Avenir';
    src: url('AvenirLTStd-Light.otf') format('opentype');
}
@font-face {
    font-family: 'Avenir';
    src: url('AvenirLTStd-Light.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Avenir';
    src: url('AvenirLTStd-Light.otf') format('opentype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
    font-family: 'Avenir';
    src: url('AvenirLTStd-Roman') format('opentype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
    font-family: 'Avenir';
    src: url('AvenirLTStd-Roman') format('opentype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
    font-family: 'prioriserregularsc';
    src: url('prioriserregularsc.ttf') format('truetype');
}
@font-face {
    font-family: 'prioriserregularsc';
    src: url('prioriserregularsc.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'prioriserregularsc';
    src: url('prioriserregularsc.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
    font-family: 'prioriserboldsc';
    src: url('prioriserboldsc.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
    font-family: 'prioriserboldsc';
    src: url('prioriserboldsc.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}
/*preloader*/
#preloader  {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #FFFFFF;
     z-index: 1000;
     height: 100%;
 }
#status  {
     width: 40px;
     height: 40px;
     position: absolute;
     left:48%;
     top: 44%;
 }
 @media only screen and (max-width: 560px){
#status  {
     width: 40px;
     height: 40px;
     position: absolute;
     left:44%;
     top: 40%;
 }
 }
#preloader_1{
    position:relative;
}
#preloader_1 span{
    display:block;
    bottom:0px;
    width: 9px;
    height: 5px;
    background:#cccccc;
    position:absolute;
    animation: preloader_1 1.5s  infinite ease-in-out;
}
 
#preloader_1 span:nth-child(2){
left:11px;
animation-delay: .2s;
 
}
#preloader_1 span:nth-child(3){
left:22px;
animation-delay: .4s;
}
#preloader_1 span:nth-child(4){
left:33px;
animation-delay: .6s;
}
#preloader_1 span:nth-child(5){
left:44px;
animation-delay: .8s;
}
@keyframes preloader_1 {
    0% {height:5px;transform:translateY(0px);background:#545454;}
    25% {height:30px;transform:translateY(15px);background:#000000;}
    50% {height:5px;transform:translateY(0px);background:#545454;}
    100% {height:5px;transform:translateY(0px);background:#545454;}
}
/*end preloader*/
/*video*/
.js-video {
	height: 0;
	padding-top: 25px;
	padding-bottom: 67.5%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	z-index:0;
	}
	.js-video.widescreen {
	padding-bottom: 56.34%;
	}	
	.js-video.vimeo {
	padding-top: 0;
	}
 	.js-video embed, .js-video iframe, .js-video object, .js-video video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	}
.work_media {
	width: 100%;
	margin-left:0%;
	clear: none;
    background: rgba(0, 0, 0, 0.7);
	font-weight: bold;
	font-size: small;
	text-align: center;
	padding: 0px;
}
/*............*/
/*links*/
a.l1:link {
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
	background: rgba(0, 0, 0, 1.0);
	border-top: 0px solid #647a84;
	padding: 12px;
	border-radius: 3px 15px 15px 15px;
}
a.l1:visited {
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
	background: rgba(0, 0, 0, 1.0);
	border-top: 0px solid #647a84;
	padding: 12px;
	border-radius: 3px 15px 15px 15px;
}
a.l1:hover {
    color: #000;
	font-size: 16px;
	text-decoration:none;    
	font-weight: thin;
	background: rgba(255, 255, 255, 1.0);
	border-top: 0px solid #647a84;
	border-radius: 15px 15px 15px 3px;
}
a.l1b:link {
	color: #000000;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
	background: rgba(255, 255, 255, 1.0);
	border-top: 0px solid #FFFFFF;
	padding: 12px;
    border-radius: 3px 15px 15px 15px;
}
a.l1b:visited {
	color: #000000;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
	background: rgba(255, 255, 255, 1.0);
	border-top: 0px solid #647a84;
	padding: 12px;
	border-radius: 3px 15px 15px 15px;
}
a.l1b:hover {
    color: #FFF;
	font-size: 16px;
	text-decoration:none;    
	font-weight: thin;
	background: rgba(0, 0, 0, 1.0);
	border-top: 0px solid #647a84;
	border-radius: 15px 15px 15px 3px;
}
a.l1c:link {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
	background: rgba(255, 255, 255, 1.0);
	border-top: 0px solid #FFFFFF;
	padding: 7px;
    border-radius: 3px 15px 15px 15px;
}
a.l1c:visited {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
	background: rgba(255, 255, 255, 1.0);
	border-top: 0px solid #647a84;
	padding: 7px;
	border-radius: 3px 15px 15px 15px;
}
a.l1c:hover {
    color: #FFF;
	font-size: 14px;
	text-decoration:none;    
	font-weight: thin;
	background: rgba(0, 0, 0, 1.0);
	border-top: 0px solid #647a84;
	border-radius: 15px 15px 15px 3px;
}
a.l1d:link {
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
	background: rgba(255, 168, 0, 1.0);
	border-top: 0px solid #FFFFFF;
	padding: 10px;
    border-radius: 3px 15px 15px 15px;
}
a.l1d:visited {
	color: #FFFFFF;
	font-size: 148px;
	text-decoration: none;
	font-weight: bold;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
	background: rgba(255, 168, 0, 1.0);
	border-top: 0px solid #647a84;
	padding: 10px;
	border-radius: 3px 15px 15px 15px;
}
a.l1e:link {
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
	background: rgba(255, 168, 0, 1.0);
	border-top: 0px solid #FFFFFF;
	padding: 10px;
    border-radius: 3px 15px 15px 15px;
}
a.l1e:visited {
	color: #FFFFFF;
	font-size: 148px;
	text-decoration: none;
	font-weight: bold;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
	background: rgba(255, 168, 0, 1.0);
	border-top: 0px solid #647a84;
	padding: 10px;
	border-radius: 3px 15px 15px 15px;
}
a.l1e:hover {
    color: #000000;
	font-size: 18px;
	text-decoration:none;    
	font-weight: thin;
	background: rgba(255, 255, 255, 1.0);
	border-top: 0px solid #647a84;
	border-radius: 15px 15px 15px 3px;
}
a.l1d:hover {
    color: #FFF;
	font-size: 18px;
	text-decoration:none;    
	font-weight: thin;
	background: rgba(0, 0, 0, 1.0);
	border-top: 0px solid #647a84;
	border-radius: 15px 15px 15px 3px;
}
a.l1sel:hover {
    color: #FFF;
	text-decoration:none;    
	font-weight: thin;
	background: rgba(10, 25, 35, 1.0);
	border-top: 10px solid #647a84;
}
a.l2:link {
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
}
a.l2:visited {
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
}
a.l2:hover {
    color: #FFF;
	text-decoration:none;    
	font-weight: thin;
}
a.lql:link {
	color: #e6e6e6;
	text-decoration: none;
	font-weight: bold;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
}
a.lql:visited {
	color: #e6e6e6;
	text-decoration: none;
	font-weight: bold;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
}
a.lql:hover {
    color: #FFF;
	text-decoration:none;    
	font-weight: bold;
}
/*mobile menu*/
hr.mobile_menu {
	margin: 10px;
    color: #252525;
    background-color: #252525;
	border-color: #252525;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
	background: rgba(0, 0, 0, 1.0);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 50px;
	padding-right: 0px;
}
.sidenav a {
    text-align:left;
	padding: 0px 20px 0px 32px;
    text-decoration: none;
    font-size: 14px;
	font-weight:bold;
    color: #FFF;
    display: block;
    transition: 0.3s;
	padding-top: 5px;
}
.sidenav a:hover, .offcanvas a:focus{
    color: #cccccc;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 5px;
    font-size: 28px;
    margin-left: 0px;
    padding-top: 0px;
}
@media screen and (max-height: 1000px) {
.sidenav {padding-top: 30px;}
.sidenav a {
	font-size: 14px;
    padding-top: 5px;
}
.sidenav .closebtn {
	padding-top: 0px;
    margin-left: 0px;
}
}
/*Main Navigation*/
.sc_holder_01 {
	display: block;
	position: relative;
	width: 100%;
    margin-left: 0%;
	margin-top:0px;
    background-color:rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.sc_menu_m { 
   display: block;
   top: 0px; 
   margin-left: 0%;
   margin-right: 0%;
   width: 100%; 
   text-align:left;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 25px;
   background-color:rgba(41, 41, 41, 1.0);
}
.container03 {
	display: none;
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
	font-size: 16px;
	color: #FFFFFF;
	min-width: 1200px;
}
.wrapper03 {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-left: 0%;	
}
.sc_holder_menu {
	display: flex;
	justify-content: center;
	clear: none;
	width: auto;
	margin-left: 0%;
	margin-top:0px;
    background-color:rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: px;
}
@media only screen and (min-width: 1000px) {
.container03 {
	display: block;
	width: 100%;
    margin-left: 0%;
	background: rgba(39, 39, 39, 1.0);
	text-align:center;
	padding: 0px;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	min-width: 1000px;
}
.wrapper03 {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-left: 0%;	
}
.sc_holder_menu {
	display: flex;
	justify-content: center;
	clear: none;
	width: auto;
	margin-left: 0%;
	margin-top:0px;
    background-color:rgba(54, 67, 78, 0.0);
	text-align:center;
	padding: px;
}
.sc_holder_01 {
	display: none;
	position: relative;
	width: 100%;
    margin-left: 0%;
	margin-top:0px;
    background-color:rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.sc_menu_m { 
   display: none;
   top: 0px; 
   margin-left: 0%;
   margin-right: 0%;
   width: 100%; 
   text-align:left;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 25px;
   background-color:rgba(0, 0, 0, 1.0);
}
}
@media only screen and (min-width: 1100px) {
.container03 {
	display: block;
	width: 100%;
    margin-left: 0%;
	background: rgba(39, 39, 39, 1.0);
	text-align:center;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	min-width: 1000px;
}
.wrapper03 {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-left: 0%;	
}
.sc_holder_menu {
	display: flex;
	justify-content: center;
	clear: none;
	width: auto;
	margin-left: 0%;
	margin-top:0px;
    background-color:rgba(54, 67, 78, 0.0);
	text-align:center;
	padding: px;
}
}
@media only screen and (min-width: 1200px) {
.container03 {
	display: block;
	width: 100%;
    margin-left: 0%;
	background: rgba(39, 39, 39, 1.0);
	text-align:center;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	min-width: 1000px;
}
.wrapper03 {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-left: 0%;	
}
.sc_holder_menu {
	display: flex;
	justify-content: center;
	clear: none;
	width: auto;
	margin-left: 0%;
	margin-top: 0px;
    background-color:rgba(54, 67, 78, 0.0);
	text-align:center;
	padding: px;
}
}
@media only screen and (min-width: 1300px) {
.container03 {
	display: block;
	width: 100%;
    margin-left: 0%;
	background: rgba(39, 39, 39, 1.0);
	text-align:center;
	padding: 0px;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	min-width: 1000px;
}
.wrapper03 {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-left: 0%;	
}
.sc_holder_menu {
	display: flex;
	justify-content: center;
	clear: none;
	width: auto;
	margin-left: 0%;
	margin-top: 0px;
    background-color:rgba(54, 67, 78, 0.0);
	text-align:center;
	padding: px;
}
}
@media only screen and (min-width: 1400px) {
.container03 {
	display: block;
	width: 100%;
    margin-left: 0%;
	background: rgba(39, 39, 39, 1.0);
	text-align:center;
	padding: 0px;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	min-width: 1000px;
}
.wrapper03 {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-left: 0%;	
}
.sc_holder_menu {
	display: flex;
	justify-content: center;
	clear: none;
	width: auto;
	margin-left: 0%;
	margin-top: 0px;
    background-color:rgba(54, 67, 78, 0.0);
	text-align:center;
	padding: 0px;
}
}
@media only screen and (min-width: 1500px) {
.container03 {
	display: block;
	width: 100%;
    margin-left: 0%;
	background: rgba(39, 39, 39, 1.0);
	text-align:center;
	padding: 0px;
	font-size: 16px;
	font-weight:normal;
	color: #FFFFFF;
	min-width: 1000px;
}
.wrapper03 {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-left: 0%;	
}
.sc_holder_menu {
	display: flex;
	justify-content: center;
	clear: none;
	width: auto;
	margin-left: 0%;
	margin-top: 0px;
    background-color:rgba(54, 67, 78, 0.0);
	text-align:center;
	padding: px;
}
}
/*Quotes*/
#container{
	width:800px;
	margin:50px auto;
	padding: 0px;
	width:50%;
}
#container h2{
	text-align:center;
	color:#FFFFFF;
	font-size: 40px;
}

#quoteContainer{
	width:75%;
	padding:10px;
	margin:30px auto;
	text-align: center;
    height:70px;
}
#buttonContainer{
	width: 100%;
	text-align: center;
	padding-top: 20px;
}
#quoteButton{
	width:200px;
	margin-top: 10px;
	border:2px solid #cccccc;
	color:#FFF;
	font-family: inherit;
	font-weight: bold;
	padding:5px;
	text-decoration: none;
	text-align: center;
}
#quoteButton:hover{
	cursor:pointer;
	background:#09c;
	color: #fff;	
}
#quoteButton:active{
	cursor: pointer;
}
#quoteButton{
	display: inline-block;
}
#quoteGenius{
	font-style: italic;
	font-weight: 600;
	text-align: center;
}
/*
///////////////////////////////
Mobile Layout: 480px and below.
*/
.gridContainer {
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
}
body{
	overflow-x: hidden;
	margin-top: 0px;
	margin-left:0px;
	font-family: "Avenir", Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #000;
	background-image:url(img/fah_3.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
    background-position: top center;
	background-color: #000000; 
}
.container01 {
    top: 0;
    left: 0;
	width: 100%;
    margin-left: 0%;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-bottom: 3px;
}
.wrapper01 {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-left: 0%;
	margin-top: 0px;
}
.logo {
	display: block;
	width: 30%;
	height: auto;
	margin-left:35%;
	clear: none;
    background: rgba(255, 255, 255, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	padding: 0px;
}
.titlebar {
	width: 100%;
	height: auto;
	margin: 0px;
	color:#FFFFFF;
	background: rgba(0, 0, 0, 0.7);
	font-weight: bold;
	font-size: 28px;
	text-align:center;
	font-family: "prioriserboldsc", Times new roman, Helvetica, Arial, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}
.titlebar02 {
	width: 100%;
	height: auto;
	margin: 0px;
	color:#FFFFFF;
	background: rgba(0, 0, 0, 1.0);
	font-weight: bold;
	font-size: 28px;
	text-align:center;
	font-family: "prioriserboldsc", Times new roman, Helvetica, Arial, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}
.hld1 {
	width: 90%;
	margin-top: 0px;
    margin-left: 5%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.container02 {
	width: 100%;
    margin-left: 0%;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 10px;
	border-bottom: 0px solid #FFFFFF;
}
.wrapper02 {
	width: 100%;
	margin-left: 0%;
}
.menu_subscribe01 {
	display: none;
	position: relative;
	clear: none;
	width: 47%;
    margin-left: 0%;
	margin-right: 3%;
	margin-top:0px;
    background-color:rgba(0, 0, 0, 0.0);
	text-align:right;
	padding-top: 90px;
}
/*body begins*/
.container04 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.wrapper04 {
	width: 100%;
	margin-left: 0%;
}
.content04a {
	width: 90%;
    margin-left: 5%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding-top: 50px;
	padding-bottom: 80px;
	font-size: 20px;
	font-weight: thin;
	color:#FFFFFF;
}
.content04b {
	width: 30%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 18px;
	color:#FFFFFF;
}
.container05 {
	width: 100%;
    margin-left: 0%;
    background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper05 {
	width: 100%;
	margin-left: 0%;
	background: rgba(41, 41, 41, 0.0);
}
.content05a {
	display: block;
	width: 100%;
	height: auto;
	margin-left: 0%;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 0px solid #000000;
}
.content05b {
	display: block;
	width: 90%;
	height: auto;
	margin: 5%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 0px solid #000000;
}
.content05b_inner {
	display: block;
	width: 100%;
	height: auto;
	margin: 0%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
	border: 0px solid #000000;
}
.content05media {
	display: block;
	width: 80%;
	height: auto;
	margin-left: 10%;
	margin-bottom: 10px;
	clear: none;
    background: rgba(41, 41, 41, 0.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 0px solid #000000;
}
.content05c {
	display: block;
	width: 80%;
	height: auto;
	margin-left:10%;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	border: 0px solid #000000;
}
.content05d {
	display: block;
	width: 70%;
	height: auto;
	margin-left:15%;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 40px;
	border: 0px solid #000000;
}
.container05_sp01 {
	width: 100%;
	overflow-x: hidden;
	margin-top: 0px;
	margin-left:0px;
	font-family: "Avenir", Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #000;
	background-image:url(img/fah_5.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
    background-position: top center;   
}
.content05d_sp01 {
	display: block;
	width: 40%;
	height: auto;
	margin-left:10%;
	clear: none;
	background: rgba(10, 25, 35, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	padding: 0px;
	border: 0px solid #545454;
}
.content05d_sp02 {
	display: block;
	width: 25%;
	min-width: 320px;
	height: auto;
	margin-left:5%;
	clear: none;
	background: rgba(10, 25, 35, 0.7);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	padding: 0px;
	border: 1px solid #545454;
}
.content_listing01 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	background: rgba(41, 41, 41, 1.0);
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.wrapper_listings01 {
	width: 100%;
	margin-left: 0%;
	background: rgba(41, 41, 41, 0.0);
	padding-top: 50px;
	padding-bottom: 50px;
}
.listing01 {
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 10px;
	clear: none;
	background: rgba(255, 255, 255, 0.8);
	color: #000000;
	font-weight: normal;
	text-align: center;
	border: 0px solid #000000;
	padding: 0px;
	background-image:url(img/profiles/profile04.jpg);
	background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top center;  
}
.listing02 {
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 10px;
	clear: none;
	background: rgba(255, 255, 255, 0.8);
	color: #000000;
	font-weight: normal;
	text-align: center;
	border: 0px solid #000000;
	padding: 0px;
	background-image:url(img/profiles/profile02.jpg);
	background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top center;  
}
.listing03 {
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 10px;
	clear: none;
	background: rgba(255, 255, 255, 0.8);
	color: #000000;
	font-weight: normal;
	text-align: center;
	border: 0px solid #000000;
	padding: 0px;
	background-image:url(img/profiles/profile03.jpg);
	background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top center;  
}
.listingtitle {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 30px;
	text-align:center;
	background: rgba(0, 0, 0, 0.7);
	padding-top:10px;
	padding-bottom:10px;
}
.listingheading {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color:#ffe326;
	font-weight: bold;
	font-size: 15px;
	text-align:left;
}
.listingbody {
	width: 100%;
	min-height: 170px;
	margin-top: 0px;
    margin-left: 0%;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 20px;
	text-align:center;
	background: rgba(255, 0, 0, 0.1);
}
.listingspecial {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color:#545454;
	font-weight: normal;
	font-size: 11px;
}
.listingbtn {
	width: 100%;
	height: auto;
	margin-top: 0px;
	text-align:center;
	background: rgba(0, 0, 0, 0.7);
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*footer begins*/
.content_sec02 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.sec02 {
	display: block;
	width: 100%;
	height: auto;
	margin-left: 0%;
	clear: none;

	color: #FFFFFF;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	border: 0px solid #000000;
	padding-top: 0px;
	padding-bottom: 0px;
}
.sectitle02 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 50px;
}
.sectext02b {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 20px;
}
.content_menu01 {
	width: 90%;
	margin-top: 0px;
    margin-left: 5%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.menu_rc01 {
	display: block;
	width: 100%;
	height: auto;
	margin-left: 0%;
	margin-bottom: 5%;
	clear: none;
	background: rgba(4, 177, 196, 0.0);
	color: #000000;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	border: 1px solid #cccccc;
	padding-top: 0px;
}
.menuhead_01 {
	background: rgba(4, 109, 177, 1.0);
    color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.menubody_01 {
	background: rgba(4, 109, 177, 0.0);
	padding-top: 0px;
	padding-bottom: 10px;
}
.menutitle {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 24px;
}
.menutype {
	color:#e8f2f9;
	font-weight: normal;
	font-size: 16px;
}
.container06 {
	width: 100%;
    margin-left: 0%;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding: 0px;
	color: #FFFFFF;
}
.wrapper06 {
	width: 100%;
	margin-left: 0%;
}
.hld_contact {
	width: 90%;
	margin-top: 0px;
    margin-left: 5%;
	color: #000000;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.ct1 {
	display: block;
	width: 100%;
	height: auto;
	margin-left: 0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 16px;
	color: #000000;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.ct2 {
	display: block;
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.container07 {
	width: 100%;
    margin-left: 0%;
	background: rgba(49, 49, 49, 1.0);
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.wrapper07 {
	width: 100%;
	margin-left: 0%;	
}
.hld_ft {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.ft1 {
	display: none;
	width: 90%;
	height: auto;
	margin-left: 5%;
	clear: none;
	background: rgba(20, 129, 198, 0.0);
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	border: 0px solid #000000;
	padding: 0px;
}
.ft2 {
	display: block;
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	padding-top: 5px;
	border: 0px solid #000000;
}
.ft3 {
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	clear: none;
	background: rgba(20, 129, 198, 0.0);
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	border: 0px solid #000000;
	padding: 0px;
}
.ft4 {
	display: block;
	width: 90%;
	height: auto;
	margin-left:5%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	padding-top: 5px;
	border: 0px solid #000000;
}
.footer {
	width: 100%;
	height: auto;
	margin-left: 0%;
	color: #b0b0b0;
	background: rgba(0, 0, 0, 1.0);
	text-align: center;
	font-size: 12px;
	padding:5px;
	border-top:thin solid #525252;
}
/*contact form*/
.form_1 {
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	text-align: left;
	vertical-align: top;
	padding: 20px;
	margin-top: 0px;
	margin-left: 0px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #333;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #333;
}
.form_text {
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #000;
	text-align: right;
	vertical-align: top;
	padding: 5px;
	background-color: #FFF;
}
textarea{
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #000000;
	border: thin solid #FFFFFF;
	background-color:rgba(0, 0, 0, 0.1);
}
input.nl{
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	color:#ffffff;
	border:1px solid #fec7da;
	background-color: #545454;
} 
input.nlb{
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	background:#a20037;
	color:#ffffff;
	font:10px;
	border:1px solid #fec7da;
	border-right:1px solid #fec7da;
	border-bottom:1px solid #fec7da;
	font-weight:bold
}
input.emf{
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #000000;
	border:1px solid #FFFFFF;
	background-color:rgba(0, 0, 0, 0.1);
	font-size: 18px;
} 
input.smf{
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	border:0px solid #cccccc;
	font-weight:normal;
	background: rgba(10, 25, 35, 1.0);
	color: #FFFFFF;
	font-size: 20px;
	padding: 8px;
	text-decoration: none;
} 
select.dmf {
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	background:#e0e0e0;
	color:#000;
	border:0px solid #fec7da;
	border-right:2px solid #fec7da;
	border-bottom:1px solid #fec7da;
	} 
input.subscribe01{
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #ffffff;
	border:1px solid #FFFFFF;
	background-color:rgba(255, 255, 255, 0.1);
	font-size: 18px;
} 
input.btn_subscribe01{
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	border:0px solid #cccccc;
	font-weight:normal;
	background: rgba(255, 255, 255, 0.4);
	color: #FFFFFF;
	font-size: 20px;
	padding: 5px;
	text-decoration: none;
} 
.sc_contact_2 {
	width: 40%;
	height: auto;
	margin-left:1%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding: 8px;
}
/*..........*/
/*extra features*/
.outline_01 {
	font-family: "prioriserboldsc", Times new roman, Helvetica, Arial, sans-serif;
	
}
.sp01 {
	font-weight: bold;
}
.padding01 {
	padding: 10px;
}
.padding02 {
	padding: 5px;
}
.padding03 {
	padding: 3px;
	background-color:#000000;
}
.phone01 {
	color: #000000;
	text-decoration: none;
}
.phone02 {
	color: #FFF;
	font-weight:normal;
	text-decoration: none;
}
.title01 {
	color:#000000;
	font-weight: bold;
	font-size: 30px;
	font-family: "prioriserboldsc", Times new roman, Helvetica, Arial, sans-serif;
	line-height:30px;
}
.title02 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 60px;
	font-family: "prioriserboldsc", Times new roman, Helvetica, Arial, sans-serif;
	line-height:50px;
}
.title03 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 60px;
}
.title04 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 30px;
}
.title05 {
	color:#cccccc;
	font-weight: bold;
	font-size: 24px;
}
.title06 {
	font-family: "prioriserboldsc", Times new roman, Helvetica, Arial, sans-serif;
	font-size: 36px;
}
.title07 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 30px;
	font-family: "prioriserboldsc", Times new roman, Helvetica, Arial, sans-serif;
	line-height:28px;
}
.title08 {
	color:#000000;
	font-weight: bold;
	font-size: 28px;
	font-family: "prioriserboldsc", Times new roman, Helvetica, Arial, sans-serif;
	line-height: 35px;
}
.title_pro01 {
	font-family: "prioriserboldsc", Times new roman, Helvetica, Arial, sans-serif;
	font-size: 40px;
	line-height: 35px;
}
.text01 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 24px;
	text-shadow: 1px 1px #000000;
}
.text02 {
	color:#FFFFFF;
	font-weight: normal;
	font-size: 16px;
	text-shadow: 1px 1px #000000;
}
.justify {
	text-align:justify;
}
.spacer01 {
	font-size: 40px;
}
.spacer02 {
	width: 100%;
	margin: 0px;
	text-align:center;
	font-size: 1px;
	padding: 0px;
}
.navsel {
	background-color: #07304a;
}
.btn01 {
	color:#FFFFFF;
	font-weight: normal;
	font-size: 16px;
}
/*shut down mobile*/
.header {
	display: none;
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 1.0);
	text-align:center;
	padding-top: 10px;
	font-size: 1px;
}
.ph1 {
	display: none;
	width: 33.3%;
	height: auto;
	margin-left: 0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	text-align: left;
	padding-top: 35px;
	border: 0px solid #000000;
	line-height: 10px;
}
.sm1 {
	display: none;
	width: 33.3%;
	height: auto;
	margin-left:0%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 16px;
	text-align: right;
	padding-top: 5px;
	border: 0px solid #000000;
}

/*.............*/
/*secondary level pages*/
.sec_page_title01a{
	height: 60px;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 40px;
	font-family: "prioriserboldsc", Times new roman, Helvetica, Arial, sans-serif;
	line-height:40px;
	text-align:center;
}
.sec_page_title01b{
	color:#FFFFFF;
	font-weight: bold;
	font-size: 50px;
	line-height:50px;
}
.sec_page_title02a{
	color:#FFFFFF;
	font-weight: bold;
	font-size: 40px;
	font-family: "prioriserboldsc", Times new roman, Helvetica, Arial, sans-serif;
	line-height:50px;
}
.sec_page_title02b{
	color:#FFFFFF;
	font-weight: bold;
	font-size: 30px;
	line-height:30px;
}

.sec_page_title03a{
	color:#000000;
	font-weight: bold;
	font-size: 50px;
	font-family: "prioriserboldsc", Times new roman, Helvetica, Arial, sans-serif;
	line-height:50px;
}
.sec_page_title03b{
	color:#000000;
	font-weight: bold;
	font-size: 30px;
	line-height:50px;
}
.sec_page_title04a{
	color:#000000;
	font-weight: bold;
	font-size: 40px;
	font-family: "prioriserboldsc", Times new roman, Helvetica, Arial, sans-serif;
	line-height:50px;
}
.sec_page_title04b{
	color:#000000;
	font-weight: bold;
	font-size: 40px;
	line-height:50px;
}
/*programs*/
.container_programs01 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(255, 255, 255, 0.0);
	background-image:url(img/page_programs.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_programs01 {
	width: 100%;
	margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.content_programs01{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
	border: 0px solid #000000;
}
.container_programs{
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_programs {
	width: 100%;
	margin-left: 0%;
	background: rgba(41, 41, 41, 0.0);
	padding-top: 40px;
	padding-bottom: 70px;
}
.programs_title{
	display: block;
	width: 100%;
	height: auto;
	margin-left: 0%;
    font-family: "prioriserboldsc", Times new roman, Helvetica, Arial, sans-serif;
	clear: none;
	color: #000000;
	font-weight: bold;
	font-size: 60px;
	text-align: center;
	border: 0px solid #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}
.programs_sp{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 20px;
	clear: none;
	background-image:url(img/page_gallery.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    background-position: top center;   
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	border: 0px solid #000000;
	padding-top: 50px;
	padding-bottom: 60px;
}
.programs01{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 5px;
	clear: none;
	background-image:url(img/profiles/program01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    background-position: top center;   
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	border: 0px solid #000000;
	padding-top: 50px;
	padding-bottom: 80px;
}
.programs02{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 5px;
	clear: none;
	background-image:url(img/profiles/program02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    background-position: top center;   
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	border: 0px solid #000000;
	padding-top: 50px;
	padding-bottom: 80px;
}
.programs03{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 5px;
	clear: none;
	background-image:url(img/profiles/program03.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    background-position: top center;   
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	border: 0px solid #000000;
	padding-top: 50px;
	padding-bottom: 80px;
}
/*7v7 Team Program*/
.container_team01 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(0, 0, 0, 0.0);
	background-image:url(img/page_7v7.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.container_team02 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.container_team03 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(0, 0, 0, 1.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.container_team04 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(0, 0, 0, 0.0);
	min-width: 100%;
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_team01 {
	width: 100%;
	margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_team02 {
	width: 100%;
	margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_team03 {
	width: 100%;
	margin-left: 0%;
	background: rgba(0, 0, 0, 1.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_team04 {
	width: 100%;
	margin-left: 0%;
	background: rgba(39, 39, 39, 1.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.content_team01{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 50px;
	border: 0px solid #000000;
}
.content_team02{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.content_team02_left{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.content_team02_right{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.content_team03{
	display: block;
	width: 100%;
	height: auto;
	margin-left: 0%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.content_team04_left{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(39, 39, 39, 1.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	padding-top: 10px;
	border: 0px solid #000000;
}
.content_team04_right{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(39, 39, 39, 1.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	padding-top: 10px;
	border: 0px solid #000000;
}
.team_photo {
	display: block;
	width: 50%;
	height: auto;
	margin-left: 0%;
	clear: none;
	font-weight: normal;
}
.team_title {
	display: block;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 30px;
	padding-top: 0px;
}
.team_title02 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 18px;
}
.team_video01 {
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0px solid #000000;
}
/*Football Training Program*/
.container_football01 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(0, 0, 0, 0.0);
	background-image:url(img/page_7v7.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.container_football02 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_football01 {
	width: 100%;
	margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_football02 {
	width: 100%;
	margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.content_football01{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 50px;
	border: 0px solid #000000;
}
.content_football02{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.content_football02_left{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.content_football02_right{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.football_photo {
	display: block;
	width: 100%;
	height: auto;
	margin-left: 0%;
	clear: none;
	font-weight: normal;
}
.football_title {
	display: block;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 50px;
	padding-top: 0px;
}
.football_title02 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 24px;
}
.football_video01 {
	display: block;
	width: 100%;
	height: auto;
	margin-left: 0%;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0px solid #000000;
}
/*Athletic Program*/
.container_athletic01 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(0, 0, 0, 0.0);
	background-image:url(img/page_gallery.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.container_athletic02 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.container_athletic03 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(0, 0, 0, 1.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_athletic01 {
	width: 100%;
	margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_athletic02 {
	width: 100%;
	margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_athletic03 {
	width: 100%;
	margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.content_athletic01{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 50px;
	border: 0px solid #000000;
}
.content_athletic02{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.content_athletic02_left{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.content_athletic02_right{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.athletic_photo {
	display: block;
	width: 100%;
	height: auto;
	margin-left: 0%;
	clear: none;
	font-weight: normal;
}
.athletic_title {
	display: block;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 50px;
	padding-top: 0px;
}
.athletic_title02 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 24px;
}
.athletic_video01 {
	display: block;
	width: 100%;
	height: auto;
	margin-left: 0%;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0px solid #000000;
}
/*March Break*/
.container_odmb01 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(0, 0, 0, 0.0);
	background-image:url(img/page_gallery.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.container_odmb02 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_odmb01 {
	width: 100%;
	margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_odmb02 {
	width: 100%;
	margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.content_odmb01{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 50px;
	border: 0px solid #000000;
}
.content_odmb02{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.content_odmb02_left{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.content_odmb02_right{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.odmb_photo {
	display: block;
	width: 100%;
	height: auto;
	margin-left: 0%;
	clear: none;
	font-weight: normal;
}
.odmb_title {
	display: block;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 50px;
	padding-top: 0px;
}
.odmb_title02 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 24px;
}
.odmb_video01 {
	display: block;
	width: 100%;
	height: auto;
	margin-left: 0%;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0px solid #000000;
}
/*Coaches*/
.container_coach01 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(0, 0, 0, 0.0);
	background-image:url(img/page_coaches.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.container_coach02 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
    background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 40px;
	padding-bottom: 0px;
}
.wrapper_coach01 {
	width: 100%;
	margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_coach02 {
	width: 100%;
	margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.content_coach01{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
	border: 0px solid #000000;
}
.content_coach {
	display: block;
	width: 90%;
	height: auto;
	margin-left:5%;
	margin-bottom: 10px;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.coach_photo {
	display: block;
	width: 100%;
	height: auto;
	margin-left: 0%;
	text-align: center;
	clear: none;
	font-weight: normal;
}
.coach_title {
	display: block;
	width: 100%;
	height: auto;
    text-align: center;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 20px;
	padding-top: 20px;
	padding-left: 0px;
	border: 0px solid #000000;
}
.coach_text {
	display: block;
	width: 100%;
	height: 100%;
	margin-left: 0%;
	clear: none;
	background: rgba(39, 39, 39, 1.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	border: 0px solid #000000;
}
.coach_heading {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 16px;
}
/*Testimonials*/
.container_testimonials01 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(0, 0, 0, 0.0);
	background-image:url(img/page_testimonials.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_testimonials01 {
	width: 100%;
	margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.content_testimonials01{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 50px;
	border: 0px solid #000000;
}
.container_testimonials02 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.wrapper_testimonials02 {
	width: 100%;
	margin-left: 0%;
	background: rgba(39, 39, 39, 0.0);
	padding-top: 10px;
	padding-bottom: 10px;
}
.content_testimonials02 {
	display: block;
	width: 32%;
	height: auto;
	margin-left: 1%;
	margin-bottom: 10px;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.container_testimonials03 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(39, 39, 39, 1.0);
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.wrapper_testimonials03 {
	width: 100%;
	margin-left: 0%;
	background: rgba(39, 39, 39, 0.0);
	padding-top: 10px;
	padding-bottom: 10px;
}
.content_testimonials03 {
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 10px;
	clear: none;
    background: rgba(39, 39, 39, 1.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	padding: 0px;
	border-top: 20px solid #000000;
}
.testimonials_photo {
	display: block;
	width: 50%;
	height: auto;
	margin-left: 0%;
	clear: none;
	font-weight: normal;
}
.testimonials_title {
	display: block;
	width: 50%;
	height: auto;
    text-align: center;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 24px;
	padding-top: 20%;
	padding-left: 0px;
	border: 0px solid #000000;
}
.testimonials_text {
	display: block;
	width: 100%;
	height: 100%;
	margin-left: 0%;
	clear: none;
    background: rgba(255, 255, 255, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	border: 0px solid #000000;
}
.testimonials_heading {
	color:#494949;
	font-weight: normal;
	font-size: 24px;
}
.testimonials_video01 {
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	clear: none;
    background: rgba(41, 41, 41, 0.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 0px solid #000000;
}
.testimonials_padding01 {
	padding: 10px;
	text-align:left;
}
/*Football Academy*/
.container_academy01 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(0, 0, 0, 0.0);
	background-image:url(img/page_football_academy.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.container_academy02 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #FFFFFF;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 10px;
}
.container_academy03 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(0, 0, 0, 1.0);
	text-align:center;
	padding-top: 50px;
	padding-bottom: 50px;
}
.container_academy_media {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(0, 0, 0, 1.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_academy01 {
	width: 100%;
	margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_academy_02 {
	width: 100%;
	margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_academy03 {
	width: 100%;
	margin-left: 0%;
	background: rgba(39, 39, 39, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_academy_media {
	width: 100%;
	margin-left: 0%;
	background: rgba(39, 39, 39, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.content_academy01{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
	border: 0px solid #000000;
}
.content_academy02{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.content_academy03{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(39, 39, 39, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.academy_title {
	display: block;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 40px;
	padding-top: 0px;
}
.academy_title02 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 20px;
}
.academy_media01 {
	display: block;
	width: 100%;
	height: auto;
	margin-left: 0%;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0px solid #000000;
}
.academy_media02 {
	display: block;
	width: 100%;
	height: auto;
	margin-left: 0%;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0px solid #000000;
}
/*about us*/
.container_about01 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(0, 0, 0, 0.0);
	background-image:url(img/page_coaches.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.container_about02 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
    background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 40px;
	padding-bottom: 0px;
}
.container_about03 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
    background: rgba(39, 39, 39, 1.0);
	text-align:center;
	padding-top: 40px;
	padding-bottom: 0px;
}
.wrapper_about01 {
	width: 100%;
	margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_about02 {
	width: 100%;
	margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_about03 {
	width: 100%;
	margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.content_about02{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.content_about03 {
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.content_about03_left{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(39, 39, 39, 1.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.content_about03_right{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(39, 39, 39, 1.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.about_photo {
	display: block;
	width: 50%;
	height: auto;
	margin-left: 0%;
	clear: none;
	font-weight: normal;
}
.about_title {
	display: block;
	width: 50%;
	height: auto;
    text-align: center;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 20px;
	padding-top: 20%;
	padding-left: 0px;
	border: 0px solid #000000;
}
.about_text {
	display: block;
	width: 100%;
	height: 100%;
	margin-left: 0%;
	clear: none;
    background: rgba(255, 255, 255, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	border: 0px solid #000000;
}
.about_heading01 {
	color:#000000;
	font-weight: bold;
	font-size: 18px;
}
/*roster*/
.container_roster01 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_roster01 {
	width: 80%;
	margin-left: 10%;
	background: rgba(39, 39, 39, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.content_roster01 {
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 10px;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.container_roster02 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(39, 39, 39, 1.0);
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.wrapper_roster02 {
	width: 96%;
	margin-left: 2%;
	background: rgba(39, 39, 39, 0.0);
	padding-top: 10px;
	padding-bottom: 10px;
}
.content_roster_title {
	display: block;
	width: 100%;
	min-width: 400px;
	height: auto;
	margin-left: 0%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 0px;
}
.roster_photo_title {
	display: block;
	width: 14.2%;
	height: auto;
	margin-left: 0%;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.roster_name_title  {
	display: block;
	width: 14.2%;
	height: auto;
	margin-left: 0%;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.roster_position_title  {
	display: block;
	width: 14.2%;
	height: auto;
	margin-left: 0%;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.roster_height_title  {
	display: block;
	width: 14.2%;
	height: auto;
	margin-left: 0%;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.roster_weight_title  {
	display: block;
	width: 14.2%;
	height: auto;
	margin-left: 0%;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.roster_class_title  {
	display: block;
	width: 14.2%;
	height: auto;
	margin-left: 0%;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.roster_school_title  {
	display: block;
	width: 14.2%;
	height: auto;
	margin-left: 0%;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.content_roster {
	display: block;
	width: 100%;
	min-width: 400px;
	height: 100px;
	margin-left: 0%;
	margin-bottom: 5px;
	clear: none;
    background: rgba(255, 255, 255, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	padding: 0px;
	border-bottom: 0px solid #000000;
}
.roster_photo {
	display: block;
	width: 21.4%;
	min-height: 100px;
	margin-left: 0%;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#000000;
	font-weight: normal;
	text-align: center;
}
.roster_name {
	display: block;
	width: 18%;
	min-height: 100px;
	margin-left: 0%;
	clear: none;
    background: rgba(228, 228, 228, 1.0);
	color:#000000;
	font-weight: normal;
	text-align: center;
	padding-top: 0px;
}
.roster_class {
	display: block;
	width: 10%;
	min-height: 100px;
	margin-left: 0%;
	clear: none;
    background: rgba(255, 255, 255, 1.0);
	color:#000000;
	font-weight: normal;
	text-align: center;
	padding-top: 0px;
}
.roster_position {
	display: block;
	width: 10%;
	min-height: 100px;
	margin-left: 0%;
	clear: none;
    background: rgba(228, 228, 228, 1.0);
	color:#000000;
	font-weight: normal;
	text-align: center;
	padding-top: 0px;
}
.roster_height {
	display: block;
	width: 10%;
	min-height: 100px;
	margin-left: 0%;
	clear: none;
    background: rgba(255, 255, 255, 1.0);
	color:#000000;
	font-weight: normal;
	text-align: center;
	padding-top: 0px;
}
.roster_weight {
	display: block;
	width: 10%;
	min-height: 100px;
	margin-left: 0%;
	clear: none;
    background: rgba(228, 228, 228, 1.0);
	color:#000000;
	font-weight: normal;
	text-align: center;
	padding-top: 0px;
}
.roster_school {
	display: block;
	width: 20%;
	min-height: 100px;
	margin-left: 0%;
	clear: none;
    background: rgba(255, 255, 255, 1.0);
	color:#000000;
	font-weight: normal;
	text-align: center;
	padding-top: 0px;
}
.roster_padding01 {
	margin: 0px;
	padding-top: 25px;
}
.roster_title {
	display: block;
	width: 50%;
	height: auto;
    text-align: center;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 24px;
	padding-top: 20%;
	padding-left: 0px;
	border: 0px solid #000000;
}
.roster_text {
	display: block;
	width: 100%;
	height: 100%;
	margin-left: 0%;
	clear: none;
    background: rgba(255, 255, 255, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	border: 0px solid #000000;
}
.roster_heading {
	color:#252525;
	font-weight: normal;
	font-size: 18px;
}
.container_roster03 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.wrapper_roster03{
	width: 100%;
	margin-left: 0%;
	background: rgba(39, 39, 39, 0.0);
	padding-top: 10px;
	padding-bottom: 10px;
}
.roster_video01 {
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	clear: none;
    background: rgba(41, 41, 41, 0.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0px solid #000000;
}
/*Alumni*/
.container_alumni01 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_alumni01 {
	width: 80%;
	margin-left: 10%;
	background: rgba(39, 39, 39, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.content_alumni01 {
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 10px;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.container_alumni02 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(39, 39, 39, 1.0);
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.wrapper_alumni02 {
	width: 100%;
	margin-left: 0%;
	background: rgba(39, 39, 39, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.content_alumni02 {
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 10px;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.alumni_photo {
	display: block;
	width: 100%;
	height: auto;
	margin-left: 0%;
	clear: none;
	text-align:center;
	font-weight: normal;
}
.alumni_title {
	display: block;
	width: 100%;
	height: auto;
    text-align: left;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	padding-bottom: 10px;
	border: 0px solid #000000;
}
.alumni_text {
	display: block;
	width: 100%;
	height: 100%;
	margin-left: 0%;
	clear: none;
    background: rgba(0255, 255, 255, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	border: 0px solid #000000;
}
.alumni_heading {
	font-weight: bold;
	font-size: 20px;
	text-align:center;
}
.alumni_sub_heading {
	color:#ffe326;
	font-weight: bold;
}
.alumni_stats_title {
	margin: 0px;
	padding: 10px;
	font-weight: normal;
	font-size: 18px;
}
.alumni_stats {
	margin: 0px;
	padding-top: 5px;
	padding-left: 10px;
	font-weight: normal;
	font-size: 14px;
}
.alumni_padding01 {
	margin: 0px;
	padding: 5px;
}
/*terms*/
.container_terms{
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.wrapper_terms {
	width: 100%;
	margin-left: 0%;
	background: rgba(41, 41, 41, 0.0);
	padding-top: 10px;
	padding-bottom: 10px;
}
.content_terms {
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	clear: none;
    background: rgba(41, 41, 41, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0px solid #000000;
}
/*photo-video gallery*/
.container_media01 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(0, 0, 0, 0.0);
	background-image:url(img/page_gallery.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_media01 {
	width: 100%;
	margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.content_media01{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 50px;
	border: 0px solid #000000;
}
.container_media02 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.wrapper_media02 {
	width: 100%;
	margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.content_video {
	display: block;
	width: 100%;
    margin-left: 0%;
	text-align:center;
}
.video01 {
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	clear: none;
    background: rgba(41, 41, 41, 0.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0px solid #000000;
}
.container_media03 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(0, 0, 0, 1.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_media03 {
	width: 90%;
	margin-left: 5%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.content_gallery {
	display: block;
	width: 100%;
    margin-left: 0%;
	text-align:center;
}
.gallery {
	display: block;
	width: 100%;
    margin-left: 0%;
	text-align:center;
}
/*end secondary page*/




.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
	margin-left: auto;
}
.container02 {
	width: 100%;
    margin-left: 0%;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 10px;
	border-bottom: 0px solid #FFFFFF;
}
.wrapper02 {
	width: 100%;
	margin-left: 0%;
}
.logo {
	display: block;
	width: 24%;
	height: auto;
	margin-left:38%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
/*extra features*/
.title01 {
	color:#000000;
	font-weight: bold;
	font-size: 40px;
	font-family: "prioriserboldsc", Times new roman, Helvetica, Arial, sans-serif;
	line-height:30px;
}
.title02 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 70px;
	font-family: "prioriserboldsc", Times new roman, Helvetica, Arial, sans-serif;
	line-height:50px;
}
.title03 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 60px;
}
.title04 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 30px;
}
.title05 {
	color:#cccccc;
	font-weight: bold;
	font-size: 24px;
}
.title06 {
	font-family: "prioriserboldsc", Times new roman, Helvetica, Arial, sans-serif;
	font-size: 45px;
}
.title07 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 30px;
	font-family: "prioriserboldsc", Times new roman, Helvetica, Arial, sans-serif;
	line-height:28px;
}
.title_pro01 {
	font-family: "prioriserboldsc", Times new roman, Helvetica, Arial, sans-serif;
	font-size: 50px;
	line-height: 50px;
}

.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

@media only screen and (min-width: 581px) {
/*body begins*/
.container04 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.wrapper04 {
	width: 100%;
	margin-left: 0%;
}
.content04a {
	width: 90%;
    margin-left: 5%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding-top: 50px;
	padding-bottom: 80px;
	font-size: 20px;
	font-weight: thin;
	color:#FFFFFF;
}
.content04b {
	width: 30%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 18px;
	color:#FFFFFF;
}
.container05 {
	width: 100%;
    margin-left: 0%;
    background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper05 {
	width: 100%;
	margin-left: 0%;
	background: rgba(41, 41, 41, 0.0);
}
.content05a {
	display: block;
	width: 100%;
	height: auto;
	margin-left: 0%;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 0px solid #000000;
}
.content05b {
	display: block;
	width: 90%;
	height: auto;
	margin: 5%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 0px solid #000000;
}
.content05b_inner {
	display: block;
	width: 100%;
	height: auto;
	margin: 0%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
	border: 0px solid #000000;
}
.content05media {
	display: block;
	width: 80%;
	height: auto;
	margin-left: 10%;
	margin-bottom: 10px;
	clear: none;
    background: rgba(41, 41, 41, 0.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 0px solid #000000;
}
.content05c {
	display: block;
	width: 80%;
	height: auto;
	margin-left:10%;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	border: 0px solid #000000;
}
.content05d {
	display: block;
	width: 70%;
	height: auto;
	margin-left:15%;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 40px;
	border: 0px solid #000000;
}
.container05_sp01 {
	width: 100%;
	overflow-x: hidden;
	margin-top: 0px;
	margin-left:0px;
	font-family: "Avenir", Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #000;
	background-image:url(img/fah_5.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
    background-position: top center;   
}
.content05d_sp01 {
	display: block;
	width: 40%;
	height: auto;
	margin-left:10%;
	clear: none;
	background: rgba(10, 25, 35, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	padding: 0px;
	border: 0px solid #545454;
}
.content05d_sp02 {
	display: block;
	width: 25%;
	min-width: 320px;
	height: auto;
	margin-left:5%;
	clear: none;
	background: rgba(10, 25, 35, 0.7);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	padding: 0px;
	border: 1px solid #545454;
}
.content_listing01 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	background: rgba(41, 41, 41, 1.0);
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.wrapper_listings01 {
	width: 100%;
	margin-left: 0%;
	background: rgba(41, 41, 41, 0.0);
	padding-top: 50px;
	padding-bottom: 50px;
}
.listing01 {
	display: block;
	width: 80%;
	height: auto;
	margin-left: 10%;
	margin-bottom: 10px;
	clear: none;
	background: rgba(255, 255, 255, 0.8);
	color: #000000;
	font-weight: normal;
	text-align: center;
	border: 0px solid #000000;
	padding: 0px;
	background-image:url(img/profiles/profile04.jpg);
	background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top center;  
}
.listing02 {
	display: block;
	width: 80%;
	height: auto;
	margin-left: 10%;
	margin-bottom: 10px;
	clear: none;
	background: rgba(255, 255, 255, 0.8);
	color: #000000;
	font-weight: normal;
	text-align: center;
	border: 0px solid #000000;
	padding: 0px;
	background-image:url(img/profiles/profile02.jpg);
	background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top center;  
}
.listing03 {
	display: block;
	width: 80%;
	height: auto;
	margin-left: 10%;
	margin-bottom: 10px;
	clear: none;
	background: rgba(255, 255, 255, 0.8);
	color: #000000;
	font-weight: normal;
	text-align: center;
	border: 0px solid #000000;
	padding: 0px;
	background-image:url(img/profiles/profile03.jpg);
	background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top center;  
}
.listingtitle {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 30px;
	text-align:center;
	background: rgba(0, 0, 0, 0.7);
	padding-top:10px;
	padding-bottom:10px;
}
.listingheading {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color:#ffe326;
	font-weight: bold;
	font-size: 15px;
	text-align:left;
}
.listingbody {
	width: 100%;
	min-height: 170px;
	margin-top: 0px;
    margin-left: 0%;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 20px;
	text-align:center;
	background: rgba(255, 0, 0, 0.1);
}
.listingspecial {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color:#545454;
	font-weight: normal;
	font-size: 11px;
}
.listingbtn {
	width: 100%;
	height: auto;
	margin-top: 0px;
	text-align:center;
	background: rgba(0, 0, 0, 0.7);
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ft1 {
	display: none;
	width: 25%;
	height: auto;
	margin-left: 0%;
	clear: none;
	background: rgba(20, 129, 198, 0.0);
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	border: 0px solid #000000;
	padding: 0px;
}
.ft2 {
	display: block;
	width: 65%;
	height: auto;
	margin-left:0%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	padding-top: 20px;
	border: 0px solid #000000;
}
.ft3 {
	display: block;
	width: 35%;
	height: auto;
	margin-left: 0%;
	clear: none;
	background: rgba(20, 129, 198, 0.0);
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	border: 0px solid #000000;
	padding-top: 10px;
}
.ft4 {
	display: block;
	width: 100%;
	height: auto;
	margin-left:0%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}

/*Secondary Level Pages*/
/*Coaches*/
.coach_title {
	display: block;
	width: 100%;
	height: auto;
    text-align: center;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 22px;
	padding-top: 20px;
	padding-left: 0px;
	border: 0px solid #000000;
}
.coach_text {
	display: block;
	width: 100%;
	height: 100%;
	margin-left: 0%;
	clear: none;
	background: rgba(39, 39, 39, 1.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	border: 0px solid #000000;
}
.coach_heading {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 18px;
}
/*Football Academy*/
.content_academy02{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
/*Roster*/
.content_roster {
	display: block;
	width: 100%;
	min-width: 400px;
	height: 100px;
	margin-left: 0%;
	margin-bottom: 5px;
	clear: none;
    background: rgba(255, 255, 255, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	padding: 0px;
	border-bottom: 0px solid #000000;
}
/*March Break*/
.content_odmb02{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.content_odmb02_left{
	display: block;
	width: 40%;
	height: auto;
	margin-left: 10%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.content_odmb02_right{
	display: block;
	width: 50%;
	height: auto;
	margin-left: 0%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}

.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	max-width: auto;
	padding-left: 0.0%;
	padding-right: 0.0%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
body{
	overflow-x: hidden;
	margin-top: 0px;
	margin-left:0px;
	font-family: "Avenir", Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #000;
	background-image:url(img/fah_3.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;    
}
.container01 {
    position:relative;
	z-index: 10;
    top: 0;
    left: 0;
	width: 100%;
    margin-left: 0%;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.wrapper01 {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-left: 0%;
}
.hld1 {
	width: 96%;
	margin-top: 0px;
    margin-left: 2%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.ph1 {
	display: block;
	width: 33.3%;
	height: auto;
	margin-left: 0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	text-align: left;
	padding-top: 35px;
	border: 0px solid #000000;
}
.logo {
	display: block;
	width: 33.3%;
	height: auto;
	margin-left:0%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.sm1 {
	display: block;
	width: 33.3%;
	height: auto;
	margin-left:0%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 16px;
	text-align: right;
	padding-top: 5px;
	border: 0px solid #000000;
}
.titlebar {
	width: 100%;
	height: auto;
	margin: 0px;
	color:#FFFFFF;
	background: rgba(0, 0, 0, 0.7);
	font-weight: bold;
	font-size: 40px;
	text-align:center;
	font-family: "prioriserboldsc", Times new roman, Helvetica, Arial, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}
.titlebar02 {
	width: 100%;
	height: auto;
	margin: 0px;
	color:#FFFFFF;
	background: rgba(0, 0, 0, 1.0);
	font-weight: bold;
	font-size: 40px;
	text-align:center;
	font-family: "prioriserboldsc", Times new roman, Helvetica, Arial, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}
.container02 {
	width: 100%;
    margin-left: 0%;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 0px;
}
.wrapper02 {
	width: 100%;
	margin-left: 0%;
}
.menu_subscribe01 {
	display: block;
	position: relative;
	clear: none;
	width: 100%;
    margin-left: 0%;
	margin-right: 0%;
	margin-top:0px;
    background-color:rgba(0, 0, 0, 0.0);
	text-align:right;
	padding-top: 20px;
}

/*body code begins*/
.container04 {
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.wrapper04 {
	width: 100%;
	margin-left: 0%;
}
.content04a {
	width: 90%;
    margin-left: 5%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding-top: 70px;
	padding-bottom: 200px;
	font-size: 20px;
	font-weight: thin;
	color:#FFFFFF;
}
.content04b {
	width: 30%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 18px;
	color:#FFFFFF;
}
.container05 {
	width: 100%;
    margin-left: 0%;
    background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.wrapper05 {
	width: 90%;
	margin-left: 5%;
	background: rgba(41, 41, 41, 0.0);
}
.content05a {
	display: block;
	width: 100%;
	height: auto;
	margin-left: 0%;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 0px solid #000000;
}
.content05b {
	display: block;
	width: 60%;
	height: auto;
	margin: 0%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 20px;
	border: 0px solid #000000;
}
.content05b_inner {
	display: block;
	width: 95%;
	height: auto;
	margin: 5%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0px solid #000000;
}
.content05media {
	display: block;
	width: 40%;
	height: auto;
	margin-left: 0%;
	clear: none;
    background: rgba(41, 41, 41, 0.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 0px solid #000000;
}
.content05c {
	display: block;
	width: 80%;
	height: auto;
	margin-left:10%;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	border: 0px solid #000000;
}
.content05d {
	display: block;
	width: 70%;
	height: auto;
	margin-left:15%;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 40px;
	border: 0px solid #000000;
}
.container05_sp01 {
	width: 100%;
	overflow-x: hidden;
	margin-top: 0px;
	margin-left:0px;
	font-family: "Avenir", Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #000;
	background-image:url(img/fah_5.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
    background-position: top center;   
}
.content05d_sp01 {
	display: block;
	width: 40%;
	height: auto;
	margin-left:10%;
	clear: none;
	background: rgba(10, 25, 35, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	padding: 0px;
	border: 0px solid #545454;
}
.content05d_sp02 {
	display: block;
	width: 25%;
	min-width: 320px;
	height: auto;
	margin-left:5%;
	clear: none;
	background: rgba(10, 25, 35, 0.7);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	padding: 0px;
	border: 1px solid #545454;
}
.content_listing01 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	background: rgba(41, 41, 41, 1.0);
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.wrapper_listings01 {
	width: 90%;
	margin-left: 5%;
	background: rgba(41, 41, 41, 0.0);
	padding-top: 50px;
	padding-bottom: 50px;
}
.listing01 {
	display: block;
	width: 32%;
	height: auto;
	margin-left: 1%;
	clear: none;
	background: rgba(255, 255, 255, 0.8);
	color: #000000;
	font-weight: normal;
	text-align: center;
	border: 0px solid #000000;
	padding: 0px;
	background-image:url(img/profiles/profile04.jpg);
	background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top center;  
}
.listing02 {
	display: block;
	width: 32%;
	height: auto;
	margin-left: 1%;
	clear: none;
	background: rgba(255, 255, 255, 0.8);
	color: #000000;
	font-weight: normal;
	text-align: center;
	border: 0px solid #000000;
	padding: 0px;
	background-image:url(img/profiles/profile02.jpg);
	background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top center;  
}
.listing03 {
	display: block;
	width: 32%;
	height: auto;
	margin-left: 1%;
	clear: none;
	background: rgba(255, 255, 255, 0.8);
	color: #000000;
	font-weight: normal;
	text-align: center;
	border: 0px solid #000000;
	padding: 0px;
	background-image:url(img/profiles/profile03.jpg);
	background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top center;  
}
.listingtitle {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 30px;
	text-align:center;
	background: rgba(0, 0, 0, 0.7);
	padding-top:10px;
	padding-bottom:10px;
}
.listingheading {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color:#ffe326;
	font-weight: bold;
	font-size: 15px;
	text-align:left;
}
.listingbody {
	width: 100%;
	min-height: 170px;
	margin-top: 0px;
    margin-left: 0%;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 20px;
	text-align:center;
	background: rgba(255, 0, 0, 0.1);
}
.listingspecial {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color:#545454;
	font-weight: normal;
	font-size: 11px;
}
.listingbtn {
	width: 100%;
	height: auto;
	margin-top: 0px;
	text-align:center;
	background: rgba(0, 0, 0, 0.7);
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*footer code begins*/
.container06 {
	width: 100%;
    margin-left: 0%;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding: 0px;
	color: #000;
}
.wrapper06 {
	width: 100%;
	margin-left: 0%;
}
.hld_contact {
	width: 80%;
	margin-top: 0px;
    margin-left: 10%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.ct1 {
	display: block;
	width: 50%;
	height: auto;
	margin-left: 0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 20px;
	color: #000000;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.ct2 {
	display: block;
	width: 50%;
	height: auto;
	margin-left:0%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 24px;
	text-align: right;
	padding: 0px;
	border: 0px solid #000000;
}
.container07 {
	width: 100%;
    margin-left: 0%;
	background: rgba(49, 49, 49, 1.0);
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.wrapper07 {
	width: 100%;
	margin-left: 0%;	
}
.hld_ft {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.ft2 {
	display: block;
	width: 33.3%;
	height: auto;
	margin-left:0%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	padding-top: 20px;
	border: 0px solid #000000;
}
.ft3 {
	display: block;
	width: 33.3%;
	height: auto;
	margin-left: 0%;
	clear: none;
	background: rgba(20, 129, 198, 0.0);
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	border: 0px solid #000000;
	padding: 0px;
}
.ft4 {
	display: block;
	width: 33.3%;
	height: auto;
	margin-left:0%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.footer {
	color: #b0b0b0;
	background: rgba(0, 0, 0, 1.0);
	text-align: center;
	font-size: 14px;
	padding:5px;
	border-top: 0px solid #525252;
}
/*links*/
.navigation {
  margin:0px;
  width: 100%;
  padding: 0;
  text-align: center;
  list-style: none;
}
.navigation li {
	display: block; 
    float: left;
    width: auto;
    margin-left: 0%;
	text-align: center;
	background: rgba(0, 0, 0, 0.0);
}
.navigation li a {
    display: block;
	color: #FFFFFF;
	text-decoration: none;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom:20px;
	border-top: 0px solid #647a84;
}
.navigation li a:hover {
    display: block;
    color: #000000;
	text-decoration:none;    
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom:20px;
	border-top: 0px solid #647a84;
	
}
/*end links*/
/*contact form*/
.form_1 {
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	text-align: left;
	vertical-align: top;
	padding: 20px;
	margin-top: 0px;
	margin-left: 0px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000;
}
.form_text {
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #000;
	text-align: right;
	vertical-align: top;
	padding: 5px;
	background-color: #000;
}
textarea{
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #000000;
	border: thin solid #545454;
	background-color:rgba(0, 0, 0, 0.1);
}
input.nl{
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	color:#000000;
	border:1px solid #545454;
	background-color: #545454;
} 
input.nlb{
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	background:#cccccc;
	color:#000000;
	font:10px;
	border:1px solid #fec7da;
	border-right:1px solid #fec7da;
	border-bottom:1px solid #fec7da;
	font-weight:bold
}
input.emf{
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #000000;
	border:1px solid #FFFFFF;
	background-color:rgba(0, 0, 0, 0.1);
	font-size: 24px;
} 
input.smf{
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	border:0px solid #000000;
	font-weight:normal;
	background: rgba(54, 54, 54, 1.0);
	color: #FFFFFF;
	font-size: 20px;
	padding: 10px;
	text-decoration: none;
} 
select.dmf {
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	background:#e0e0e0;
	color:#000;
	border:0px solid #fec7da;
	border-right:2px solid #fec7da;
	border-bottom:1px solid #fec7da;
	}
input.subscribe01{
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #000000;
	border:1px solid #cccccc;
	background-color:rgba(255, 255, 255, 0.5);
	font-size: 26px;
} 
input.btn_subscribe01{
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	border:0px solid #cccccc;
	font-weight:normal;
	background: rgba(204, 204, 204, 1.0);
	color: #000000;
	font-size: 22px;
	padding: 5px;
	text-decoration: none;
} 
input.subscribe02{
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #000000;
	border:1px solid #252525;
	background-color:rgba(0, 0, 0, 0.05);
	font-size: 16px;
} 
input.btn_subscribe02{
	font-family: 'Avenir', Helvetica Neue, Helvetica, Arial, sans-serif;
	border:0px solid #cccccc;
	font-weight:normal;
	background: rgba(0, 0, 0, 0.6);
	color: #FFFFFF;
	font-size: 14px;
	padding: 3px;
	text-decoration: none;
}
.sc_contact_2 {
	width: 40%;
	height: auto;
	margin-left:1%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 8px;
}
::-webkit-input-placeholder {
   color: #171717;
}
:-moz-placeholder { /* Firefox 18- */
   color: #171717;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #171717;  
}
:-ms-input-placeholder {  
   color: #171717;  
}
/*..........*/
/*extra features*/
.outline_01 {
	background: rgba(10, 25, 35, 0.4);
	border: 1px solid #FFFFFF;
	padding: 10px;
}
.sp01 {
	font-weight: bold;
}
.padding01 {
	padding: 24px;
}
.padding03 {
	padding: 10px;
}
.title01 {
	color:#000000;
	font-weight: bold;
	font-size: 70px;
	font-family: "prioriserboldsc", Times new roman, Helvetica, Arial, sans-serif;
	line-height:50px;
}
.title02 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 60px;
	font-family: "prioriserboldsc", Times new roman, Helvetica, Arial, sans-serif;
	line-height:50px;
}
.title03 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 60px;
}
.title04 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 30px;
}
.title05 {
	color:#cccccc;
	font-weight: bold;
	font-size: 24px;
}
.title06 {
	font-family: "prioriserboldsc", Times new roman, Helvetica, Arial, sans-serif;
	font-size: 60px;
    text-shadow: 2px 2px #000000;
}
.title07 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 30px;
	font-family: "prioriserboldsc", Times new roman, Helvetica, Arial, sans-serif;
}
.title08 {
	color:#000000;
	font-weight: bold;
	font-size: 40px;
	font-family: "prioriserboldsc", Times new roman, Helvetica, Arial, sans-serif;
	line-height: 35px;
}
.title_pro01 {
	font-family: "prioriserboldsc", Times new roman, Helvetica, Arial, sans-serif;
	font-size: 50px;
}
.spacer01 {
	font-size: 70px;
}
.text01 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 24px;
}
.text02 {
	color:#FFFFFF;
	font-weight: normal;
	font-size: 18px;
}
/*..........*/

/*secondary level pages*/
.sec_page_title01a{
	height: 60px;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 50px;
	font-family: "prioriserboldsc", Times new roman, Helvetica, Arial, sans-serif;
	line-height:50px;
}
.sec_page_title01b{
	color:#FFFFFF;
	font-weight: bold;
	font-size: 50px;
	line-height:50px;
}
.sec_page_title02a{
	color:#FFFFFF;
	font-weight: bold;
	font-size: 40px;
	font-family: "prioriserboldsc", Times new roman, Helvetica, Arial, sans-serif;
	line-height:50px;
}
.sec_page_title02b{
	color:#FFFFFF;
	font-weight: bold;
	font-size: 40px;
	line-height:50px;
}

.sec_page_title03a{
	color:#000000;
	font-weight: bold;
	font-size: 50px;
	font-family: "prioriserboldsc", Times new roman, Helvetica, Arial, sans-serif;
	line-height:50px;
}
.sec_page_title03b{
	color:#000000;
	font-weight: bold;
	font-size: 50px;
	line-height:50px;
}
.sec_page_title04a{
	color:#000000;
	font-weight: bold;
	font-size: 40px;
	font-family: "prioriserboldsc", Times new roman, Helvetica, Arial, sans-serif;
	line-height:50px;
}
.sec_page_title04b{
	color:#000000;
	font-weight: bold;
	font-size: 40px;
	line-height:50px;
}
/*programs*/
.container_programs01 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(255, 255, 255, 0.0);
	background-image:url(img/page_programs.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_programs01 {
	width: 100%;
	margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.content_programs01{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
	border: 0px solid #000000;
}
.container_programs{
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_programs {
	width: 90%;
	margin-left: 5%;
	background: rgba(41, 41, 41, 0.0);
	padding-top: 40px;
	padding-bottom: 70px;
}
.programs_title{
	display: block;
	width: 100%;
	height: auto;
	margin-left: 0%;
    font-family: "prioriserboldsc", Times new roman, Helvetica, Arial, sans-serif;
	clear: none;
	color: #000000;
	font-weight: bold;
	font-size: 60px;
	text-align: center;
	border: 0px solid #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}
.programs_sp{
	display: block;
	width: 99%;
	height: auto;
	margin-left: 1%;
	margin-bottom: 20px;
	clear: none;
	background-image:url(img/page_gallery.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    background-position: top center;   
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	border: 0px solid #000000;
	padding-top: 70px;
	padding-bottom: 80px;
}
.programs01{
	display: block;
	width: 32.3%;
	height: auto;
	margin-left: 1%;
	clear: none;
	background-image:url(img/profiles/program01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    background-position: top center;   
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	border: 0px solid #000000;
	padding-top: 70px;
	padding-bottom: 100px;
}
.programs02{
	display: block;
	width: 32.3%;
	height: auto;
	margin-left: 1%;
	clear: none;
	background-image:url(img/profiles/program02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    background-position: top center;   
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	border: 0px solid #000000;
	padding-top: 70px;
	padding-bottom: 100px;
}
.programs03{
	display: block;
	width: 32.3%;
	height: auto;
	margin-left: 1%;
	clear: none;
	background-image:url(img/profiles/program03.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    background-position: top center;   
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	border: 0px solid #000000;
	padding-top: 70px;
	padding-bottom: 100px;
}
/*7v7 Team Program*/
.container_team01 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(0, 0, 0, 0.0);
	background-image:url(img/page_7v7.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.container_team02 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.container_team03 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(0, 0, 0, 1.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.container_team04 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(0, 0, 0, 0.0);
	min-width: 100%;
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_team01 {
	width: 100%;
	margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_team02 {
	width: 90%;
	margin-left: 5%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_team03 {
	width: 80%;
	margin-left: 10%;
	background: rgba(0, 0, 0, 1.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_team04 {
	width: 100%;
	margin-left: 0%;
	background: rgba(39, 39, 39, 1.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.content_team01{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 50px;
	border: 0px solid #000000;
}
.content_team02{
	display: block;
	width: 100%;
	height: auto;
	margin-left: 0%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.content_team02_left{
	display: block;
	width: 50%;
	height: auto;
	margin-left: 0%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.content_team02_right{
	display: block;
	width: 50%;
	height: auto;
	margin-left: 0%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.content_team03{
	display: block;
	width: 100%;
	height: auto;
	margin-left: 0%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.content_team04_left{
	display: block;
	width: 45%;
	height: auto;
	margin-left: 3%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(39, 39, 39, 1.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.content_team04_right{
	display: block;
	width: 45%;
	height: auto;
	margin-left: 3%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(39, 39, 39, 1.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.team_photo {
	display: block;
	width: 50%;
	height: auto;
	margin-left: 0%;
	clear: none;
	font-weight: normal;
}
.team_title {
	display: block;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 50px;
	padding-top: 0px;
}
.team_title02 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 24px;
}
.team_video01 {
	display: block;
	width: 48%;
	height: auto;
	margin-left: 1%;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0px solid #000000;
}
/*Football Training Program*/
.container_football01 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(0, 0, 0, 0.0);
	background-image:url(img/page_7v7.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.container_football02 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_football01 {
	width: 100%;
	margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_football02 {
	width: 90%;
	margin-left: 5%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.content_football01{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 50px;
	border: 0px solid #000000;
}
.content_football02{
	display: block;
	width: 100%;
	height: auto;
	margin-left: 0%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.content_football02_left{
	display: block;
	width: 50%;
	height: auto;
	margin-left: 0%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.content_football02_right{
	display: block;
	width: 50%;
	height: auto;
	margin-left: 0%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.football_photo {
	display: block;
	width: 50%;
	height: auto;
	margin-left: 0%;
	clear: none;
	font-weight: normal;
}
.football_title {
	display: block;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 50px;
	padding-top: 0px;
}
.football_title02 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 24px;
}
.football_video01 {
	display: block;
	width: 48%;
	height: auto;
	margin-left: 1%;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0px solid #000000;
}
/*Athletic Program*/
.container_athletic01 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(0, 0, 0, 0.0);
	background-image:url(img/page_gallery.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.container_athletic02 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.container_athletic03 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(0, 0, 0, 1.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_athletic01 {
	width: 100%;
	margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_athletic02 {
	width: 90%;
	margin-left: 5%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_athletic03 {
	width: 100%;
	margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.content_athletic01{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 50px;
	border: 0px solid #000000;
}
.content_athletic02{
	display: block;
	width: 100%;
	height: auto;
	margin-left: 0%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.content_athletic02_left{
	display: block;
	width: 40%;
	height: auto;
	margin-left: 10%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.content_athletic02_right{
	display: block;
	width: 50%;
	height: auto;
	margin-left: 0%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.athletic_photo {
	display: block;
	width: 50%;
	height: auto;
	margin-left: 0%;
	clear: none;
	font-weight: normal;
}
.athletic_title {
	display: block;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 50px;
	padding-top: 0px;
}
.athletic_title02 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 24px;
}
.athletic_video01 {
	display: block;
	width: 40%;
	height: auto;
	margin-left: 30%;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0px solid #000000;
}
/*March Break*/
.container_odmb01 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(0, 0, 0, 0.0);
	background-image:url(img/page_gallery.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.container_odmb02 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_odmb01 {
	width: 100%;
	margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_odmb02 {
	width: 90%;
	margin-left: 5%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.content_odmb01{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 50px;
	border: 0px solid #000000;
}
.content_odmb02{
	display: block;
	width: 100%;
	height: auto;
	margin-left: 0%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.content_odmb02_left{
	display: block;
	width: 30%;
	height: auto;
	margin-left: 20%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.content_odmb02_right{
	display: block;
	width: 25%;
	height: auto;
	margin-left: 10%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.odmb_photo {
	display: block;
	width: 50%;
	height: auto;
	margin-left: 0%;
	clear: none;
	font-weight: normal;
}
.odmb_title {
	display: block;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 50px;
	padding-top: 0px;
}
.odmb_title02 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 24px;
}
.odmb_video01 {
	display: block;
	width: 48%;
	height: auto;
	margin-left: 1%;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0px solid #000000;
}
/*Coaches*/
.container_coach01 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(0, 0, 0, 0.0);
	background-image:url(img/page_coaches.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.container_coach02 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
    background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 40px;
	padding-bottom: 0px;
}
.wrapper_coach01 {
	width: 100%;
	margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_coach02 {
	width: 90%;
	margin-left: 5%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.content_coach01{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 50px;
	border: 0px solid #000000;
}
.content_coach {
	display: block;
	width: 48.5%;
	height: auto;
	margin-left: 1%;
	margin-bottom: 10px;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.coach_photo {
	display: block;
	width: 50%;
	height: auto;
	margin-left: 0%;
	clear: none;
	font-weight: normal;
}
.coach_title {
	display: block;
	width: 50%;
	height: auto;
    text-align: center;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 24px;
	padding-top: 20%;
	padding-left: 0px;
	border: 0px solid #000000;
}
.coach_text {
	display: block;
	width: 100%;
	height: 100%;
	margin-left: 0%;
	clear: none;
	background: rgba(39, 39, 39, 1.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	border: 0px solid #000000;
}
.coach_heading {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 18px;
}
/*Testimonials*/
.container_testimonials01 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(0, 0, 0, 0.0);
	background-image:url(img/page_testimonials.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_testimonials01 {
	width: 100%;
	margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.content_testimonials01{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 50px;
	border: 0px solid #000000;
}
.container_testimonials02 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.wrapper_testimonials02 {
	width: 80%;
	margin-left: 10%;
	background: rgba(39, 39, 39, 0.0);
	padding-top: 10px;
	padding-bottom: 10px;
}
.content_testimonials02 {
	display: block;
	width: 32%;
	height: auto;
	margin-left: 1%;
	margin-bottom: 10px;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.container_testimonials03 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(39, 39, 39, 1.0);
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.wrapper_testimonials03 {
	width: 90%;
	margin-left: 5%;
	background: rgba(39, 39, 39, 0.0);
	padding-top: 10px;
	padding-bottom: 10px;
}
.content_testimonials03 {
	display: block;
	width: 32%;
	height: auto;
	margin-left: 1%;
	margin-bottom: 10px;
	clear: none;
    background: rgba(39, 39, 39, 1.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	padding: 0px;
	border-top: 20px solid #000000;
}
.testimonials_photo {
	display: block;
	width: 50%;
	height: auto;
	margin-left: 0%;
	clear: none;
	font-weight: normal;
}
.testimonials_title {
	display: block;
	width: 50%;
	height: auto;
    text-align: center;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 24px;
	padding-top: 20%;
	padding-left: 0px;
	border: 0px solid #000000;
}
.testimonials_text {
	display: block;
	width: 100%;
	height: 100%;
	margin-left: 0%;
	clear: none;
    background: rgba(255, 255, 255, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	border: 0px solid #000000;
}
.testimonials_heading {
	color:#494949;
	font-weight: normal;
	font-size: 24px;
}
.testimonials_video01 {
	display: block;
	width: 48%;
	height: auto;
	margin-left: 1%;
	clear: none;
    background: rgba(41, 41, 41, 0.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0px solid #000000;
}
.testimonials_padding01 {
	padding: 10px;
	text-align:justify;
}
/*Football Academy*/
.container_academy01 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(0, 0, 0, 0.0);
	background-image:url(img/page_football_academy.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.container_academy02 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #FFFFFF;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 10px;
}
.container_academy03 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(0, 0, 0, 1.0);
	text-align:center;
	padding-top: 50px;
	padding-bottom: 50px;
}
.container_academy_media {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(0, 0, 0, 1.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_academy01 {
	width: 100%;
	margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_academy_02 {
	width: 100%;
	margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_academy03 {
	width: 80%;
	margin-left: 10%;
	background: rgba(39, 39, 39, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_academy_media {
	width: 70%;
	margin-left: 15%;
	background: rgba(39, 39, 39, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.content_academy01{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
	border: 0px solid #000000;
}
.content_academy02{
	display: block;
	width: 60%;
	height: auto;
	margin-left: 20%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.content_academy03{
	display: block;
	width: 48%;
	height: auto;
	margin-left: 2%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(39, 39, 39, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.academy_title {
	display: block;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 50px;
	padding-top: 0px;
}
.academy_title02 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 24px;
}
.academy_media01 {
	display: block;
	width: 40%;
	height: auto;
	margin-left: 0%;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0px solid #000000;
}
.academy_media02 {
	display: block;
	width: 30%;
	height: auto;
	margin-left: 0%;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0px solid #000000;
}
/*about us*/
.container_about01 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(0, 0, 0, 0.0);
	background-image:url(img/page_coaches.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.container_about02 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
    background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 40px;
	padding-bottom: 0px;
}
.container_about03 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
    background: rgba(39, 39, 39, 1.0);
	text-align:center;
	padding-top: 40px;
	padding-bottom: 0px;
}
.wrapper_about01 {
	width: 100%;
	margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_about02 {
	width: 90%;
	margin-left: 5%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_about03 {
	width: 100%;
	margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.content_about02{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.content_about03 {
	display: block;
	width: 70%;
	height: auto;
	margin-left: 15%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.content_about03_left{
	display: block;
	width: 40%;
	height: auto;
	margin-left: 10%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(39, 39, 39, 1.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.content_about03_right{
	display: block;
	width: 40%;
	height: auto;
	margin-left: 3%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(39, 39, 39, 1.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.about_photo {
	display: block;
	width: 50%;
	height: auto;
	margin-left: 0%;
	clear: none;
	font-weight: normal;
}
.about_title {
	display: block;
	width: 50%;
	height: auto;
    text-align: center;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 24px;
	padding-top: 20%;
	padding-left: 0px;
	border: 0px solid #000000;
}
.about_text {
	display: block;
	width: 100%;
	height: 100%;
	margin-left: 0%;
	clear: none;
    background: rgba(255, 255, 255, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	border: 0px solid #000000;
}
.about_heading01 {
	color:#000000;
	font-weight: bold;
	font-size: 18px;
}
/*roster*/
.container_roster01 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_roster01 {
	width: 80%;
	margin-left: 10%;
	background: rgba(39, 39, 39, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.content_roster01 {
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 10px;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.container_roster02 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(39, 39, 39, 1.0);
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.wrapper_roster02 {
	width: 90%;
	margin-left: 5%;
	background: rgba(39, 39, 39, 0.0);
	padding-top: 10px;
	padding-bottom: 10px;
}
.content_roster_title {
	display: block;
	width: 100%;
	height: auto;
	margin-left: 0%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding: 0px;
}
.roster_photo_title {
	display: block;
	width: 14.2%;
	height: auto;
	margin-left: 0%;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.roster_name_title  {
	display: block;
	width: 14.2%;
	height: auto;
	margin-left: 0%;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.roster_position_title  {
	display: block;
	width: 14.2%;
	height: auto;
	margin-left: 0%;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.roster_height_title  {
	display: block;
	width: 14.2%;
	height: auto;
	margin-left: 0%;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.roster_weight_title  {
	display: block;
	width: 14.2%;
	height: auto;
	margin-left: 0%;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.roster_class_title  {
	display: block;
	width: 14.2%;
	height: auto;
	margin-left: 0%;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.roster_school_title  {
	display: block;
	width: 14.2%;
	height: auto;
	margin-left: 0%;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.content_roster {
	display: block;
	width: 100%;
	height: 100px;
	margin-left: 0%;
	margin-bottom: 5px;
	clear: none;
    background: rgba(255, 255, 255, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	padding: 0px;
	border-bottom: 0px solid #000000;
}
.roster_photo {
	display: block;
	width: 14.2%;
	min-height: 100px;
	margin-left: 0%;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
}
.roster_name {
	display: block;
	width: 14.2%;
	min-height: 100px;
	margin-left: 0%;
	clear: none;
    background: rgba(228, 228, 228, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	padding-top: 0px;
}
.roster_school {
	display: block;
	width: 14.2%;
	min-height: 100px;
	margin-left: 0%;
	clear: none;
    background: rgba(255, 255, 255, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	padding-top: 0px;
}
.roster_position {
	display: block;
	width: 14.2%;
	min-height: 100px;
	margin-left: 0%;
	clear: none;
    background: rgba(228, 228, 228, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	padding-top: 0px;
}
.roster_height {
	display: block;
	width: 14.2%;
	min-height: 100px;
	margin-left: 0%;
	clear: none;
    background: rgba(255, 255, 255, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	padding-top: 0px;
}
.roster_weight {
	display: block;
	width: 14.2%;
	min-height: 100px;
	margin-left: 0%;
	clear: none;
    background: rgba(228, 228, 228, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	padding-top: 0px;
}
.roster_class {
	display: block;
	width: 14.2%;
	min-height: 100px;
	margin-left: 0%;
	clear: none;
    background: rgba(255, 255, 255, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	padding-top: 0px;
}
.roster_padding01 {
	margin: 0px;
	padding-top: 25px;
}
.roster_title {
	display: block;
	width: 50%;
	height: auto;
    text-align: center;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 24px;
	padding-top: 20%;
	padding-left: 0px;
	border: 0px solid #000000;
}
.roster_text {
	display: block;
	width: 100%;
	height: 100%;
	margin-left: 0%;
	clear: none;
    background: rgba(255, 255, 255, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	border: 0px solid #000000;
}
.roster_heading {
	color:#252525;
	font-weight: normal;
	font-size: 18px;
}
.container_roster03 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.wrapper_roster03{
	width: 80%;
	margin-left: 10%;
	background: rgba(39, 39, 39, 0.0);
	padding-top: 10px;
	padding-bottom: 10px;
}
.roster_video01 {
	display: block;
	width: 48%;
	height: auto;
	margin-left: 1%;
	clear: none;
    background: rgba(41, 41, 41, 0.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0px solid #000000;
}
/*Alumni*/
.container_alumni01 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_alumni01 {
	width: 80%;
	margin-left: 10%;
	background: rgba(39, 39, 39, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.content_alumni01 {
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 10px;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.container_alumni02 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(39, 39, 39, 1.0);
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.wrapper_alumni02 {
	width: 100%;
	margin-left: 0%;
	background: rgba(39, 39, 39, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.content_alumni02 {
	display: block;
	width: 48.5%;
	height: auto;
	margin-left: 1%;
	margin-bottom: 10px;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.alumni_photo {
	display: block;
	width: 100%;
	height: auto;
	margin-left: 0%;
	clear: none;
	font-weight: normal;
}
.alumni_title {
	display: block;
	width: 100%;
	height: auto;
    text-align: left;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	border: 0px solid #000000;
}
.alumni_text {
	display: block;
	width: 100%;
	height: 100%;
	margin-left: 0%;
	clear: none;
    background: rgba(0255, 255, 255, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	border: 0px solid #000000;
}
.alumni_heading {
	font-weight: bold;
	font-size: 24px;
}
.alumni_sub_heading {
	color:#ffe326;
	font-weight: bold;
}
.alumni_stats_title {
	margin: 0px;
	padding: 10px;
	font-weight: normal;
	font-size: 18px;
}
.alumni_stats {
	margin: 0px;
	padding-top: 10px;
	padding-left: 20px;
	font-weight: normal;
	font-size: 16px;
}
.alumni_padding01 {
	margin: 0px;
	padding: 15px;
}
/*terms*/
.container_terms{
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.wrapper_terms {
	width: 100%;
	margin-left: 0%;
	background: rgba(41, 41, 41, 0.0);
	padding-top: 10px;
	padding-bottom: 10px;
}
.content_terms {
	display: block;
	width: 70%;
	height: auto;
	margin-left: 15%;
	clear: none;
    background: rgba(41, 41, 41, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0px solid #000000;
}
/*photo-video gallery*/
.container_media01 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(0, 0, 0, 0.0);
	background-image:url(img/page_gallery.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_media01 {
	width: 100%;
	margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.content_media01{
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 50px;
	border: 0px solid #000000;
}
.container_media02 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.wrapper_media02 {
	width: 80%;
	margin-left: 10%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.content_video {
	display: block;
	width: 100%;
    margin-left: 0%;
	text-align:center;
}
.video01 {
	display: block;
	width: 49%;
	height: auto;
	margin-left: 1%;
	clear: none;
    background: rgba(41, 41, 41, 0.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0px solid #000000;
}
.container_media03 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(0, 0, 0, 1.0);
	text-align:center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.wrapper_media03 {
	width: 80%;
	margin-left: 10%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.content_gallery {
	display: block;
	width: 100%;
    margin-left: 0%;
	text-align:center;
}
.gallery {
	display: block;
	width: 100%;
    margin-left: 0%;
	text-align:center;
}
/*end of secondary page*/

.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

@media only screen and (min-width: 1000px) {
.header {
	display: block;
	width: 100%;
    margin-left: 0%;
	background: rgba(0, 0, 0, 1.0);
	text-align:center;
	padding-top: 10px;
	font-size: 1px;
}
.hld1 {
	width: 90%;
	margin-top: 0px;
    margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	text-align:center;
	padding: 0px;
}
.ph1 {
	display: block;
	width: 33.3%;
	height: auto;
	margin-left: 0%;
	clear: none;
	background: rgba(0, 0, 0, 0.0);
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	text-align: left;
	padding-top: 35px;
	border: 0px solid #000000;
	line-height: 15px;
}
.logo {
	display: block;
	width: 33.3%;
	height: auto;
	margin-left:0%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.sm1 {
	display: block;
	width: 33.3%;
	height: auto;
	margin-left:0%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 16px;
	text-align: right;
	padding-top: 5px;
	border: 0px solid #000000;
}
.ft1 {
	display: block;
	width: 25%;
	height: auto;
	margin-left: 0%;
	clear: none;
	background: rgba(20, 129, 198, 0.0);
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	border: 0px solid #000000;
	padding: 0px;
}
.ft2 {
	display: block;
	width: 25%;
	height: auto;
	margin-left:0%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	padding-top: 20px;
	border: 0px solid #000000;
}
.ft3 {
	display: block;
	width: 25%;
	height: auto;
	margin-left: 0%;
	clear: none;
	background: rgba(20, 129, 198, 0.0);
	color: #FFFFFF;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	border: 0px solid #000000;
	padding: 0px;
}
.ft4 {
	display: block;
	width: 25%;
	height: auto;
	margin-left:0%;
	clear: none;
    background: rgba(0, 0, 0, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
/*..........*/
/*Extra features*/
.title_pro01 {
	font-family: "prioriserboldsc", Times new roman, Helvetica, Arial, sans-serif;
	font-size: 70px;
}
/*Secondary Level Pages*/
/*Coaches*/
.wrapper_coach02 {
	width: 70%;
	margin-left: 15%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.content_coach {
	display: block;
	width: 50%;
	height: auto;
	margin-left: 25%;
	margin-bottom: 10px;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.coach_photo {
	display: block;
	width: 50%;
	height: auto;
	margin-left: 0%;
	clear: none;
	font-weight: normal;
}
.coach_title {
	display: block;
	width: 50%;
	height: auto;
    text-align: center;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 24px;
	padding-top: 20%;
	padding-left: 0px;
	border: 0px solid #000000;
}
.coach_text {
	display: block;
	width: 100%;
	height: 100%;
	margin-left: 0%;
	clear: none;
	background: rgba(39, 39, 39, 1.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	border: 0px solid #000000;
}
.coach_heading {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 18px;
}
/*Testimonials*/
.wrapper_testimonials03 {
	width: 80%;
	margin-left: 10%;
	background: rgba(39, 39, 39, 0.0);
	padding-top: 10px;
	padding-bottom: 10px;
}
.content_testimonials03 {
	display: block;
	width: 32%;
	height: auto;
	margin-left: 1%;
	margin-bottom: 10px;
	clear: none;
    background: rgba(39, 39, 39, 1.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	padding: 0px;
	border-top: 20px solid #000000;
}
/*Roster*/
.wrapper_roster02 {
	width: 70%;
	margin-left: 15%;
	background: rgba(39, 39, 39, 0.0);
	padding-top: 10px;
	padding-bottom: 10px;
}
.content_roster_title {
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding: 0px;
}
.content_roster {
	display: block;
	width: 90%;
	height: 100px;
	margin-left: 5%;
	margin-bottom: 5px;
	clear: none;
    background: rgba(255, 255, 255, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	padding: 0px;
	border-bottom: 0px solid #000000;
}
/*Alumni*/
.wrapper_alumni02 {
	width: 90%;
	margin-left: 5%;
	background: rgba(39, 39, 39, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.content_alumni02 {
	display: block;
	width: 48.5%;
	height: auto;
	margin-left: 1%;
	margin-bottom: 10px;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.alumni_photo {
	display: block;
	width: 100%;
	height: auto;
	margin-left: 0%;
	clear: none;
	font-weight: normal;
}
.alumni_title {
	display: block;
	width: 100%;
	height: auto;
    text-align: left;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	border: 0px solid #000000;
}
.alumni_text {
	display: block;
	width: 100%;
	height: 100%;
	margin-left: 0%;
	clear: none;
    background: rgba(0255, 255, 255, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	border: 0px solid #000000;
}
/*7v7 Team Program*/
.content_team02{
	display: block;
	width: 70%;
	height: auto;
	margin-left: 15%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.content_team02_left{
	display: block;
	width: 50%;
	height: auto;
	margin-left: 0%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.content_team02_right{
	display: block;
	width: 50%;
	height: auto;
	margin-left: 0%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.content_team04_left{
	display: block;
	width: 38%;
	height: auto;
	margin-left: 10%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(39, 39, 39, 1.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.content_team04_right{
	display: block;
	width: 38%;
	height: auto;
	margin-left: 4%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(39, 39, 39, 1.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
/*Football Program*/
.wrapper_football02 {
	width: 80%;
	margin-left: 10%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.content_football02{
	display: block;
	width: 70%;
	height: auto;
	margin-left: 15%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.content_football02_left{
	display: block;
	width: 50%;
	height: auto;
	margin-left: 0%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.content_football02_right{
	display: block;
	width: 50%;
	height: auto;
	margin-left: 0%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
/*athletic Program*/
.wrapper_athletic02 {
	width: 80%;
	margin-left: 10%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.content_athletic02{
	display: block;
	width: 70%;
	height: auto;
	margin-left: 15%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.content_athletic02_left{
	display: block;
	width: 40%;
	height: auto;
	margin-left: 10%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.content_athletic02_right{
	display: block;
	width: 50%;
	height: auto;
	margin-left: 0%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
/*March Break*/
.wrapper_odmb02 {
	width: 80%;
	margin-left: 10%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.content_odmb02{
	display: block;
	width: 70%;
	height: auto;
	margin-left: 15%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.content_odmb02_left{
	display: block;
	width: 30%;
	height: auto;
	margin-left: 20%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.content_odmb02_right{
	display: block;
	width: 25%;
	height: auto;
	margin-left: 10%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}

.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

@media only screen and (min-width: 1000px) {
/*Alumni*/
.wrapper_alumni02 {
	width: 80%;
	margin-left: 10%;
	background: rgba(39, 39, 39, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.content_alumni02 {
	display: block;
	width: 48.5%;
	height: auto;
	margin-left: 1%;
	margin-bottom: 10px;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.alumni_photo {
	display: block;
	width: 50%;
	height: auto;
	margin-left: 0%;
	clear: none;
	font-weight: normal;
}
.alumni_title {
	display: block;
	width: 50%;
	height: auto;
    text-align: left;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	border: 0px solid #000000;
}
.alumni_text {
	display: block;
	width: 100%;
	height: 100%;
	margin-left: 0%;
	clear: none;
    background: rgba(0255, 255, 255, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	border: 0px solid #000000;
}
/*about*/
/*about us*/
.container_about01 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
	background: rgba(0, 0, 0, 0.0);
	background-image:url(img/page_coaches.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-width: 100%;
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.container_about02 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
    background: rgba(255, 255, 255, 1.0);
	text-align:center;
	padding-top: 40px;
	padding-bottom: 0px;
}
.container_about03 {
	width: 100%;
	margin-top: 0px;
    margin-left: 0%;
	color: #000000;
    background: rgba(39, 39, 39, 1.0);
	text-align:center;
	padding-top: 40px;
	padding-bottom: 0px;
}
.wrapper_about01 {
	width: 100%;
	margin-left: 0%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_about02 {
	width: 90%;
	margin-left: 5%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrapper_about03 {
	width: 80%;
	margin-left: 10%;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
	padding-bottom: 0px;
}
.content_about02{
	display: block;
	width: 70%;
	height: auto;
	margin-left: 15%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#000000;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.content_about03 {
	display: block;
	width: 70%;
	height: auto;
	margin-left: 15%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(255, 255, 255, 0.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	padding: 0px;
	border: 0px solid #000000;
}
.content_about03_left{
	display: block;
	width: 40%;
	height: auto;
	margin-left: 15%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(39, 39, 39, 1.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.content_about03_right{
	display: block;
	width: 40%;
	height: auto;
	margin-left: 3%;
	margin-bottom: 0px;
	clear: none;
    background: rgba(39, 39, 39, 1.0);
	color:#FFFFFF;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding: 0px;
	border: 0px solid #000000;
}
.about_photo {
	display: block;
	width: 50%;
	height: auto;
	margin-left: 0%;
	clear: none;
	font-weight: normal;
}
.about_title {
	display: block;
	width: 50%;
	height: auto;
    text-align: center;
	clear: none;
    background: rgba(0, 0, 0, 1.0);
	color:#FFFFFF;
	font-weight: bold;
	font-size: 24px;
	padding-top: 20%;
	padding-left: 0px;
	border: 0px solid #000000;
}
.about_text {
	display: block;
	width: 100%;
	height: 100%;
	margin-left: 0%;
	clear: none;
    background: rgba(255, 255, 255, 1.0);
	color:#000000;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	border: 0px solid #000000;
}
.about_heading01 {
	color:#000000;
	font-weight: bold;
	font-size: 18px;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}





