/*------------------------------------*\
  General
\*------------------------------------*/
body{
	background-color:#183052;
	font-family: "open-sans", sans-serif;
}
.title-rule-grad{
	/* background-image: url("../images/green-fade-title-line.png"); */
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #183052;
    display: block;
    float: left;
    font-size: 28px;
    font-weight: 400;
    height: 38px;
    line-height: 16px;
    margin-bottom: 20px;
    width: 25%;
}
.rounded-blue-button, .circle-green-button, .rectangle-form-button, .square-green-arrow-button-large, more-link, .banner-down-arrow, .home-hero-square-link{
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
    cursor:pointer;
    cursor:hand;
}
.rounded-blue-button:hover, .circle-green-button:hover, .rectangle-form-button:hover, .square-green-arrow-button-large:hover, more-link:hover, .banner-down-arrow:hover, .home-hero-square-link:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}
.home-hero-square-link img{
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 1);
}
.rounded-blue-button{
 	border-top-right-radius: 2em;
 	border-top-left-radius: 2em;
 	border-bottom-right-radius: 2em;
 	border-bottom-left-radius: 2em;
 	background-color:#193355;
 	color:white;
 	text-decoration:none;
 	padding-top:19px;
 	padding-bottom:19px;
 	font-size:17px;
 	font-family: "open-sans", sans-serif;
 	letter-spacing: 1px;
 	width:250px;
 	
}
.circle-green-button{
	width:50px; 
	height:50px; 
	background-color:#20bb8b; 
	display:block; 
	float:right;
 	border-top-right-radius: 3em;
 	border-top-left-radius: 3em;
 	border-bottom-right-radius: 3em;
 	border-bottom-left-radius: 3em;
	overflow:hidden;
}
.circle-green-button img{
	position:relative;
	left:2px;
}
.rectangle-form-button{
	width:100%;
	height:48px;
	color:white;
	background-color:#183052;
	border-top:none;
	border-bottom:none;
	border-right:none;
	border-left:none;
 	font-size: 16px !important;
 	font-weight:bold;
  	border-top-right-radius: 2px;
 	border-top-left-radius: 2px;
 	border-bottom-right-radius: 2px;
 	border-bottom-left-radius: 2px;
}
.square-green-arrow-button-large{
	height:50px;
	width:50px;
	display:block;
	background-color:#09bc8a;
}
.social-icons-top-facebook-link, .social-icons-top-twitter-link, .psfa-logo, .footer-social-mini-twitter-link, .footer-social-mini-facebook-link, .footer-social-mini-logo-link{
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
    cursor:pointer;
    cursor:hand;
}
.social-icons-top-facebook-link:hover, .social-icons-top-twitter-link:hover, .psfa-logo:hover, .footer-social-mini-twitter-link:hover, .footer-social-mini-facebook-link:hover, .footer-social-mini-logo-link:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}
.more-link{
   	color: #696969;
    float: right;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    position: relative;
    top: -13px;
    width: 150px;
}
p{
	line-height:27px;
	font-size:16px;
	color:#333333;
	font-weight:200;
	margin-bottom:20px;
}
.txt-bolder{
	font-weight:700;	
}
.prev-next-posts{
	padding-bottom:20px;
	height:auto;
}
.prev-next-posts .prev-posts-link, .prev-next-posts .next-posts-link{
	width:50%;
}
.prev-next-posts .prev-posts-link{
	float:left;
}
.prev-next-posts .next-posts-link{
	text-align:right;
	float:right;
}
/*------------------------------------*\
  Sections Grouped
\*------------------------------------*/
 #home-hero, #home-main-content, #inner-main-content, #icon-picture-panel, #quick-content-panel, #footer{
	overflow:hidden;
}
/*------------------------------------*\
  Header - Global
\*------------------------------------*/

#header{
	background-color:#183052;
	position:absolute;
	z-index:1;
	width:100%;
	height:110px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.35);
}
#header .social-icons-top{
	width:72px;
	height:36px;
	background-color:#09bc8a;
	position:absolute;
	top:0px;
	right:0px;
}
#header .social-icons-top-two{
	padding-left:4px;
	padding-right:4px;
	padding-top:2px;
}
#header .psfa-logo{
	margin-top:22px;	
}
#header .social-icons-top-facebook, #header .social-icons-top-twitter{}
#header .social-icons-top-facebook{
	float:left;
}
#header .social-icons-top-twitter{
	float:right;
}
.header-fixed{
	position:fixed !important;
	top:0px;
	left:0px;
	right:0px;
}
.hamburger-icon{
	width:55px; 
   	height: 46px;
	background-color:#09bc8a; 
	position:fixed; 
	right:10px; 
	top:25px;
	z-index: 8;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
  	border-top-right-radius: 1px;
 	border-top-left-radius: 1px;
 	border-bottom-right-radius: 1px;
 	border-bottom-left-radius: 1px;
}
.hamburger-icon:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;	
}
.hamburger-link{
	height:auto; 
	display:block; 
	width:65%; 
	margin-left:auto; 
	margin-right:auto; 
	position:relative; 
	top:10px;

}
.hamburger-line{
	width:100%; 
	height:5px; 
	background-color:white; 
	margin-bottom:5px;
}
/*------------------------------------*\
  Footer - Global
\*------------------------------------*/

#footer{
	background-color:#183052;
	height:133px;
}
#footer .footer-content-text{
	color:white;
  	line-height: 25px;
    margin-top: 31px;
	display:block;
}
#footer .footer-content-text a{
	color:white;
	text-decoration:none;
}
#footer .footer-copyright{
	font-weight:600;
}
#footer .footer-organisation{
	font-weight:200;
	font-size:15px;
}
#footer .footer-link{
	font-size:12px;
	font-weight:200;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}
#footer .footer-link:hover{
	text-decoration:underline;
}
#footer .footer-social-icons{
	float:right;
	margin-top:21px;
}
#footer .footer-social-mini-logo{}
#footer .footer-social-mini-two{}
#footer .footer-social-mini-twitter, #footer .footer-social-mini-facebook{
	
}
#footer .footer-social-mini-facebook{
	float:left;
}
#footer .footer-social-mini-facebook img{
	position:relative;
	bottom:1px;
}
#footer .footer-social-mini-twitter{
	float:right;
}
#footer .footer-social-mini-twitter img{
	position:relative;
	right:3px;
}
#footer .footer-info-wrap{
	height:auto;
	width:500px;
}
#footer .footer-info-wrap .footer-info-wrap-left, #footer .footer-info-wrap .footer-info-wrap-right{
	float:left;
	height:auto;
}

#footer .footer-info-wrap .footer-info-wrap-left{
	width:65px;
}
#footer .footer-info-wrap .footer-info-wrap-right{
	width:425px;
}
#footer .footer-alignment-icon{
	margin-top: 31px;
	height:75px;
}

/*------------------------------------*\
  Home Hero - Home only
\*------------------------------------*/

#home-hero{
	position:relative;
}
#home-hero .home-hero-content{
	padding-top:50px;
}
#home-hero .banner-rim{
	height:6px; 
	width:100%; 
	background-image: url("../images/blue-banner-rim.gif");
	background-position:bottom left;
	background-repeat:repeat-x;
	position:absolute; 
	bottom:0px;
}
#home-hero .banner-down-arrow{
	height:50px; 
	width:105px; 
	position:absolute; 
	bottom:0px; 
	margin-left: auto; 
	margin-right: auto; 
	left:0px; 
	right:0px;
	overflow:hidden;
}
#home-hero .banner-info-box{
	height:300px; 
	width:390px; 
	background-color:white;
	float:right;
	position:relative;
  	border-top-right-radius: 2px;
 	border-top-left-radius: 2px;
 	border-bottom-right-radius: 2px;
 	border-bottom-left-radius: 2px;
 	overflow:hidden;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
 	margin-right: 65px;
}
#home-hero .banner-info-box-button-bar{
	position:absolute;
	height:50px; 
	width:100%; 
	background:#183052;
	bottom:0px;
	color:white;
	line-height:50px;
}
#home-hero .home-hero-title{
 	color: white;
    display: block;
    font-family: "droid-sans",sans-serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 47px;
    padding-left: 65px;
    text-shadow: 0px 2px 2px rgb(0, 0, 0);
}

/*------------------------------------*\
  Home Main Content - Home only
\*------------------------------------*/

#home-main-content{
	background-color:white;
}
#home-main-content h1{
	font-weight:200;
	color:#09bc8a;
	font-size:29px;
	margin-bottom:23px;
	line-height:36px;
}
#home-main-content p{

}

/*------------------------------------*\
  Inner Main Content - Home only
\*------------------------------------*/

#inner-main-content{
	background-color:white;
	padding-top:110px; 
	padding-bottom:25px;
}
#inner-main-content h1{
	font-weight:200;
	color:#09bc8a;
	font-size:29px;
	margin-bottom:10px;
	line-height:36px;
}
#inner-main-content .entry-title{
	font-weight:200;
	color:#09bc8a;
	font-size:23px;
	margin-bottom:10px;
	line-height:36px;
}
#inner-main-content h1 a {
    color: #09bc8a;
    text-decoration:none;
}
#inner-main-content h1 a:hover {
    text-decoration:underline;
}
#inner-main-content p{

}
#inner-main-content p strong{
	color:#183052;
}
#inner-main-content p a{
	text-decoration:underline;
	color:#183052;
	font-weight:400;
}
#inner-main-content p a:hover{
	text-decoration:none;	
}
#inner-main-content .entry-content ul {
  	list-style-type: disc;
  	margin-left: 16px;
}
#inner-main-content .entry-content ul li {
  	position: relative;
  	margin-bottom: 20px;
  	line-height:27px;
  	padding-left:15px;
   	color: #333333;
    font-size: 16px;
    font-weight: 200;
}
#inner-main-content .entry-content ul li p {
  	padding-left: 60px;
  	color: #555;
}
#inner-main-content .entry-content ul li span {
 	position: absolute;
}
#inner-main-content img{
	width:100%;
	height:auto;
	margin-bottom:20px;
}
#inner-main-content .side-box{
	width:100%;
	height:auto;
	background-color:#f2f2f2;
	margin-bottom:20px;
}
#inner-main-content .side-box-title{
	width:100%;
	background-color:#183052;
	height:50px;
	line-height:50px;
	color:white;
	font-style:italic;
	font-size:19px;
	font-weight:400;
}
#inner-main-content .side-box-title-padding{
	padding-left:20px;
	padding-right:20px;
}
#inner-main-content .side-box-content{
	height:auto;
}
#inner-main-content .side-box-content{
	font-size:14px;
	line-height:20px;
}
#inner-main-content .side-box-content ul li{
	padding-bottom:15px;
}
#inner-main-content .side-box-content ul .current_page_item a{
	font-weight:800;
	color:#183052;
}
#inner-main-content .side-box-content ul li a{
	text-decoration:none;
	color:#727272;
}
#inner-main-content .side-box-content ul li a:hover{
	text-decoration:underline;
}
#inner-main-content .side-box-content-padding{
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
}
#inner-main-content .box-menu-icon{
	width:35px;
	height:35px;
	background-color:#09bc8a;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	position:relative;
	top:7px;
	right:-8px;
}
#inner-main-content .box-menu-icon .box-menu-icon-lines{
	position:relative;
	top:11px;
	height:auto;
	width:60%;
	margin-left:auto;
	margin-right:auto;
}
#inner-main-content .box-menu-icon .box-menu-icon-lines .box-menu-icon-line{
	height:2px;
	background-color:white;
	margin-bottom:3px;
}
#inner-main-content .sidemenu-icon-image{
	position:relative;
	top:-3px;
}
/*------------------------------------*\
Post Listing - Home & Global
\*------------------------------------*/
.post-listing-wrapper{
	width:100%;
}
.post-listing-image, .post-listing-text{
	float:left;
}
.post-listing-image{
	width:30%;
}
.post-listing-image a{
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;	
}
.post-listing-image a:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;		
}
.post-listing-image-padding{}
.post-listing-text{
	width:70%;
}
.post-listing-text-padding{
	padding-left:20px;
}
.post-list-title h2{
	color: #183052;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
.post-list-title h2 a{
	text-decoration:none;
	color: #183052;
}
.post-list-title h2 a:hover{
	text-decoration:underline;
}
.post-list-date{
	color:#a5a5a5;
	margin-bottom: 6px;
	line-height: 22px;
}
.prev-next-posts{
	margin-bottom: 20px;
}
.prev-next-posts a{
 	color:#a5a5a5;
 	text-decoration:none;
}
.post-navigation{
	margin-bottom:30px
}
.post-navigation a{
 	color:#a5a5a5;
 	text-decoration:none;
}
.post-navigation a:hover{
 	color:#a5a5a5;
 	text-decoration:underline;
}
.post-navigation .nav-links a{
	margin-right:10px;
}
/*------------------------------------*\
Icon Picture Panel - Home & Global
\*------------------------------------*/

#icon-picture-panel{
	background-color:#183052;
}
#icon-picture-panel .icon-picture-holder{}
#icon-picture-panel .icon-picture-holder img{
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-bottom:22px;
}
#icon-picture-panel .icon-picture-text{
	text-align:center;
	color:#49d8b3;
	font-size:20px;
	font-weight:400;
}
#icon-picture-panel .icon-picture-grid-padding{
	padding-bottom:93px;
}
/*------------------------------------*\
  Latest News Panel - Home & Global
\*------------------------------------*/

#latest-news-panel{
	background-color:white;
	 height: 395px;
}
#latest-news-panel .latest-news-image{
	margin-bottom:20px;
}
#latest-news-panel .latest-news-image img{
	width:100%;
	height:auto;
}
#latest-news-panel .latest-news-title{
	margin-bottom:10px;
}
#latest-news-panel .latest-news-title h3{
	color:#333333;
	font-weight:700;
	font-size:21px;
	line-height:24px;
}
#latest-news-panel .latest-news-date{
	margin-bottom:10px;
	font-size:13px;
}
#latest-news-panel .latest-news-date span{
	color:#a5a5a5;
}
#latest-news-panel .latest-news-text p{
	font-size:13px;
	line-height:23px;
	font-weight:400;
	color:#696969;
	margin-bottom:0px;
}
#latest-news-panel .latest-news-text p a{
	color:#09bc8a;
	font-weight:800;
	text-decoration:none;
	font-size:13px;
}
#latest-news-panel .latest-news-image-link{
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}
#latest-news-panel .latest-news-image-link:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}
#latest-news-panel .latest-news-title-link{
	text-decoration:none;
	color:#183052;
}
#latest-news-panel .latest-news-title-link:hover, #latest-news-panel .latest-news-text p a:hover{
	text-decoration:underline;
}
#latest-news-panel .latest-news-shifted{
	background-color: white;
    top: -99px;
}
#latest-news-panel .latest-news-item{
	margin-bottom:40px;
	overflow:hidden;
}

/*------------------------------------*\
  Quick Contact Panel - Home & Global
\*------------------------------------*/

#quick-contact-panel{
	background-color:#e7e7e7;
	padding-bottom: 20px;
}
#quick-contact-panel .form-txt-input-wrapper{
	width:100%; 
	height:48px; 
	background-color:white;
  	border-top-right-radius: 2px;
 	border-top-left-radius: 2px;
 	border-bottom-right-radius: 2px;
 	border-bottom-left-radius: 2px;

}
#quick-contact-panel .form-txt-input-padding{
	padding-left:15px;
	padding-right:15px;
	height:auto;
	position:relative;
	top:14px;
}
#quick-contact-panel .form-row{
	margin-bottom:23px;
}
#quick-contact-panel .form-txt-input-wrapper input{
	border:none;
	font-size:15px;
	width:100%;
	color:#aeaeae;
}
.wpcf7-form img{
	height:0 !important;
	width:0 !important;
}
span.wpcf7-not-valid-tip {
   color: #f00;
    display: block;
    float: right;
    font-size: 14px;
    height: 10px;
    position: relative;
    text-align: right;
    top: -25px;
}
div.wpcf7-validation-errors {
    border: 2px solid #09bc8a;
    background-color:#09bc8a;
    font-weight:bold;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #09bc8a;
    background-color:#09bc8a;
    font-weight:bold;
}
div.wpcf7-mail-sent-ng {
    border: 2px solid #09bc8a;
    background-color:#09bc8a;
    font-weight:bold;
}
div.wpcf7-spam-blocked {
    border: 2px solid #09bc8a;
    background-color:#09bc8a;
    font-weight:bold;
}
div.wpcf7-response-output {
    margin: 0 0 0 0 !important;
    padding: 16px 15px 16px 15px;
}
.entry-content .wpcf7-response-output{
	margin-bottom:15px;
}
.entry-meta a:visited{
	color:#a5a5a5;
}
.entry-meta a:hover{
	text-decoration:none;
}
.entry-content em{
	font-style:italic;
}
/*------------------------------------*\
  Fixtures & Schedules - Page Specific
\*------------------------------------*/
#fixtures-schedules{}
.event-list-decription{
	padding-bottom:15px;
}
.event-list-decription a{
	color:#183052;
}
.event-list-decription a:hover{
	color:#183052;
	text-decoration:none;
}
.event-details-panel-wrap{
	min-height:50px;
	background-color:#f2f2f2; 
	width:100%; 
	height:auto;
	color: #a5a5a5;   
	margin-bottom:25px;
}
.event-details-panel-padding{
	padding-left:10px; 
	padding-right:10px; 
	padding-top:10px; 
	padding-bottom:10px;
}
.event-details-panel-grid{
	width:100%;
}
.event-details-grid-col-two{
	width:50%; 
	float:left;
}
.event-details-grid-col-padding{
	padding-left:10px; 
	padding-right:10px;
}
.event-details-grid-row{
	padding-top:10px;
	padding-bottom:10px;
	line-height:22px;
}
.match-fixture-group{
	margin-bottom: 20px;
}
.match-fixture-row-padding{
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
	padding-bottom:15px;
}
.match-fixture-row{
	background-color:#f2f2f2;
	line-height:45px;
	border-bottom:1px solid #183052;
	color:#7a7272;
	position:relative;
}
.match-fixture-row-col{
}
.match-fixture-row-col-date, .match-fixture-row-col-team-one, .match-fixture-row-col-vs, .match-fixture-row-col-team-two{
	float:left;
}
.match-fixture-row-col-date{
	width:20%;
}
.match-fixture-row-col-team-one{
	width:35%;
}
.match-fixture-row-col-team-one-badge img{
	width:17% !important;
	height:auto;
	float:left;
	margin-bottom: 0 !important;
	margin-top: 8px !important;
	margin-right: 8px !important;
}
.match-fixture-row-col-vs{
	width:10%;
	text-align:center;
}
.match-fixture-row-col-team-two{
	width:35%;
	text-align:right;
}
.match-fixture-row-col-team-two-badge img{
	width:17% !important;
	height:auto;									
	float:right;
	margin-top: 8px !important;
	margin-left: 8px !important;
}
.group-name-title{
	font-weight:bold;
	font-size:15px;
	line-height: 19px;
}
.reportlink{
	position:absolute;
	right:0px;
	bottom:0px;
	text-decoration:none;
	font-size:12px;
	display:block;
	background-color:#d2d2d2;
	padding-right:15px;
	padding-left:15px;
	padding-top:4px;
	padding-bottom:4px;
	color:#183052;
}
.reportlink:hover{
	text-decoration:underline;
}
.datelink{
	line-height:14px;
}
/*------------------------------------*\
  Fixtures & Schedules Box - Home
\*------------------------------------*/
.schedule-box-list-items{
	position:relative;
	top:-5px;
}
.schedule-box-list-items .last_item{
	border-bottom:none;
}
.schedule-box-item{
	border-bottom:1px solid #ededed;
	height:45px;
	line-height:40px;
	overflow:hidden;
}
.schedule-box-item:hover{
}
.schedule-box-title{
}
.schedule-box-title a, .schedule-box-date a{
	text-decoration:none;
	color:#333333;
	font-size:14px;
}
.schedule-box-title a:hover, .schedule-box-date a:hover{
	text-decoration:underline;
}
.schedule-box-date{
	float:right;
}
/*------------------------------------*\
 Image Gallery - Page Specific
\*------------------------------------*/
#image-gallery{}