@charset "UTF-8";
/* CSS Document */
body{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
	font-family:'Open Sans',Arial;
}
img{
	max-width:100%;
}
a:hover{
	text-decoration:none;
}
.btn-inverse{
	background-image: -webkit-linear-gradient(top,#ffffff 0,#e0e0e0 100%);
    background-image: -o-linear-gradient(top,#ffffff 0,#e0e0e0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#e0e0e0));
    background-image: linear-gradient(to bottom,#ffffff 0,#e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #e0e0e0;
	color:#333;
}
.btn-inverse:hover{
	background-image:none;
	background-color:#fff;
	color:#000;
}
header{
	height:60px;
	position: fixed;
    width: 100%;
    z-index: 500;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,126fbc+100 */
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(18,111,188,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(18,111,188,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(18,111,188,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#126fbc',GradientType=0 ); /* IE6-9 */
}
.headerMeta{
	
}
.headerMeta .btn{
	
}
.headerSocial{
	margin: 0 25px 0 0;
	padding:0;
	display: inline-block;
}
.headerSocial li{
	list-style: none;
	display:inline-block;
	padding:3px;
	margin:0px;
}
.headerSocial a{
	color:#fff;
	font-size: 20px;
    margin-top: 17px;
    display: block;
}
.pageWrapper{
	position: relative;
	margin-top:110px;
}
#currentClublogo{
	position: absolute;
    width: 160px;
    top: 10px;
    left: 10px;
}
.pageHeaderWithImage{
	width:100%;
	height:0px;
	padding-bottom:30%;
	background-size:cover;
	background-position:top center;
	background-repeat:no-repeat;
	border-bottom: 10px solid #126FBC;
    border-radius: 10px 10px 0px 0px;
}
.pageTitle{
	font-family:"Exo 2","Open Sans",Arial;
	font-weight:800;
	font-style:italic;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 56%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 56%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 56%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* background: rgba(0,0,0,.3); */
    width: 100%;
    /* height: 100%; */
    display: inline-block;
    padding-top: 24%;
    padding-bottom: 1%;
    /* padding: 2%; */
    text-indent: 20px;
    color: #fff;
}
.pageTitleLanding{
	font-family:"Exo 2","Open Sans",Arial;
	font-weight:800;
	font-style:italic;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* background: rgba(0,0,0,.3); */
    width: 100%;
    /* height: 100%; */
    display: inline-block;
    padding-top: 1%;
    padding-bottom: 1%;
    /* padding: 2%; */
    text-indent: 20px;
    color: #fff;
}
.contentRow{
	margin-top:30px;
}
.contentBox{
	color:#333;
	padding:20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0.81+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.81) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.81) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.81) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfffffff',GradientType=0 ); /* IE6-9 */
	border-radius: 5px 5px 0px 0px;
    border-bottom: 10px solid #126FBC;
	
}
.contentBox h1{
	color: #126FBC;
    font-family: 'Exo 2';
    font-style: italic;
    font-size: 32px;
    margin-bottom: 30px;
}
.contentBox h3{
	background-color: #126FBC;
    padding: 15px;
    color: #fff;
    font-family: 'Exo 2';
    border-radius: 5px;
    font-weight: 700;
    margin-top: 10px;
}
.contentRow .pageHeaderWithImage{
	padding-bottom: 35%;
	margin-bottom: 30px;
}
.defaultSubMenu{
	margin:0;
	padding:0;
}
.defaultSubMenu li{
	list-style:none;
	display:inline-block;
	width:100%;
	padding:0px;
	margin:0px;
	border-bottom:1px solid #444;
}
.defaultSubMenu a{
	display:block;
	padding:0 5%;
	width:100%;
	height:50px;
	line-height:50px;
	font-size:16px;
	background: rgb(30,87,153);
    background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(18,111,188,1) 100%);
    background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(18,111,188,1) 100%);
    background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(18,111,188,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#126fbc',GradientType=0 );
	color:#fff;
}
.defaultSubMenu a:hover{
	background: #1e5799;
	text-decoration:none;
}
.homeNewsImage{
	height: 0px;
    padding-bottom: 50%;
    background-position: center center;
    background-size: cover;
}
.homeNewsTitle{
	position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(0,0,0,.5);
    color: #fff;
    padding: 2%;
    margin: 0 15px 0 15px;
    font-size: 26px;
    font-weight: 700;
    font-family: 'Exo 2';
}
.moduleHeader{
	color: #fff;
    font-family: 'Exo 2';
    background-color: #126FBC;
    padding: 10px;
    margin-bottom: 0px;
    margin-top: 30px;
    background: rgb(30,87,153);
    background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(18,111,188,1) 100%);
    background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(18,111,188,1) 100%);
    background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(18,111,188,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#126fbc',GradientType=0 );
}
.moduleHeader .fa{
	margin-right: 6px;
}
ul.fieldStatus{
	margin:0px;
	padding:0px;	
}
.fieldStatus li{
	list-style:none;
	padding:2px;
	margin:0px 0px 8px 0px;
	display:block;
	background-color:#fff;	
	font-weight:bold;
	min-height:35px;
	padding-left: 35px;
	border-bottom: 1px solid #999;
	position: relative;
}
.fieldsopen{
	border-left:5px solid green;
}
.fieldsopen .fa{
	color:green;
	position: absolute;
    left: 4px;
    top: 6px;
    font-size: 28px;
}
.fieldspartial{
	border-left:5px solid #FFBF00;
}
.fieldspartial .fa{
	color:#FFBF00;
	position: absolute;
    left: 4px;
    top: 6px;
    font-size: 28px;
}
.fieldsclosed{
	border-left:5px solid red;
}
.fieldsclosed .fa{
	color:red;
	position: absolute;
    left: 4px;
    top: 6px;
    font-size: 28px;
}
.fieldStatus .fa-map-marker{
	display:inline-block;
}
.lastUpdated{
    font-size: 12px;
    color: #555;
	font-weight:normal;
	text-align:right;	
	padding-right: 45px;
}
.fieldNote{
	background-color: #FFEFBF;
    padding: 3px;
    color: #333;
    font-size: 12px;
    border: 1px solid #FFC926;	
	font-weight:normal;
}
.fieldMapit{
	position: absolute;
    right: 40px;
    top: 0px;
}
.fieldMapit .fa-map-marker{
	top: 2px;
    left: 7px;
}
.fieldMapit .fa-map-o{
	font-size: 18px;
    top: 20px;	
}
.newsGrid{
	
}
.newsGrid .newsItem{
	overflow:hidden;
	width:33.3%;
	width: calc(100% / 3);
	background-color:#f9f9f9;
	display:inline-block;
	position:relative;
}
.newsItem:nth-of-type(odd){
	background-color:#fff;
}
.mainNewsPicContainer{
	overflow:hidden;
	width:100%;
	height:100%;
}
.mainNewsPic{
	background-size:cover;
	background-position: center center;
	background-repeat:no-repeat;
	height:0px;
	padding-bottom:60%;
	width:100%;
	transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.newsItem:hover .mainNewsPic{
	transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); /* IE6 and 7 */ 
}
.mainNewsTitleContainer{
	width:100%;
	padding:2%;
	height:150px;
	border-right: 1px solid #ddd;
	border-bottom:5px solid #126FBC;
}
.mainNewsTitle{
	font-size:18px;
	color:#444;
	margin-top:10px;
}
.mainNewsSubTitle{
	font-size:12px;
	color:#777;
}
.newsItemPic, .newsItemPic img{
	width:100%;
}
.newsItemDate{
	color: #777;
    font-size: 14px;
    font-style: italic;
    position: absolute;
    right: 20px;
    bottom: 0;
}
.newsItemTitle{
	color: #444;
    font-family: 'Exo 2';
    font-weight: 700;
}
.newsItemSubTitle{
	padding-top: 10px;
    padding-bottom: 20px;
    font-size: 16px;
    color: #666;
}
.newsItemMeta{
	border-left:1px solid #ddd;
	min-height:150px;
	margin-top:20px;
	text-align:right;
}

.footerLogos{
	padding:0px;
	margin: 50px auto 0px auto;
    text-align: center;
}
.footerLogos li{
	display: inline-block;
    width: 18%;
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.footerLogos a{
	display:block;
	width:100%;
	height:100%;
}
.footerLogos img{
	max-height: 60px;
}
#footer{
	background:rgba(0,0,0,.3);
	margin-top: 50px;
}
#footerCopyright, #footerEzit{
	width:100%;
	padding-top:10px;
	text-align:center;
	color:#ddd;
}
#footerEzit{
	padding-top:15px;
	padding-bottom:10px;
}
/* IPHONE */
@media(max-width:767px){
	.headerSocial{
		display:block;
		margin:0 auto;
	}
	.headerMeta {
		margin-right: 0px;
	}
	.headerMeta .btn{
		margin-top:13px;
	}
	.homeNewsTitle{
		position: relative;
		margin: 0;
		font-size: 18px;
		margin-bottom: 30px;
	}
}
@media(max-width:767px) and (orientation: portrait){
	#currentClublogo{
		width:100px;
	}
	.pageHeaderWithImage{
		padding-bottom: 40%;
	}
	.footerLogos li{
		width: 32%;
	}
}
@media(max-width:767px) and (orientation: landscape){
	.pageHeaderWithImage{
		padding-bottom: 34%;
	}
}
/* IPAD */
@media screen and (max-width: 1024px) and (min-width: 768px){
	.headerSocial{
		display:block;
		margin:0 auto;
	}
	.headerMeta {
		margin-right: 0px;
	}
	.headerMeta .btn{
		margin-top:13px;
	}
}
@media screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait){

}