/*FONTS
*******************************************************************/

/*Font Awesome - must be included at top of page for IE8!
Icon font used for icons throughout the site. 
For use, see: http://astronautweb.co/snippet/font-awesome/ and http://fortawesome.github.io/Font-Awesome/examples/ */
@import url("font-awesome.min.css");

/*Open Sans - used for all body text and headings*/
@font-face {
	font-family: 'open_sans';
	src: url('../fonts/OpenSans-Light-webfont.eot');
	src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
			url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
			url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
			url('../fonts/OpenSans-Light-webfont.svg#playfair_displayregular') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'open_sans';
	src: url('../fonts/OpenSans-Regular-webfont.eot');
	src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
			url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
			url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
			url('../fonts/OpenSans-Regular-webfont.svg#playfair_displayregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sans';
	src: url('../fonts/OpenSans-Bold-webfont.eot');
	src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
			url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
			url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
			url('../fonts/OpenSans-Bold-webfont.svg#playfair_displayregular') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'open_sans';
	src: url('../fonts/OpenSans-Italic-webfont.eot');
	src: url('../fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
			url('../fonts/OpenSans-Italic-webfont.woff') format('woff'),
			url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
			url('../fonts/OpenSans-Italic-webfont.svg#playfair_displayregular') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'open_sans';
	src: url('../fonts/OpenSans-BoldItalic-webfont.eot');
	src: url('../fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
			url('../fonts/OpenSans-BoldItalic-webfont.woff') format('woff'),
			url('../fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
			url('../fonts/OpenSans-BoldItalic-webfont.svg#playfair_displayregular') format('svg');
	font-weight: bold;
	font-style: italic;
}



/*GENERAL SITE WIDE STYLES
******************************************************************/

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, img {
	margin:0;
	padding:0;
	border: 0;
}

ul { 
	list-style:none;
}

body {
	background-color: #fff;
	font-family: 'open_sans', 'Helvetica', Arial, sans-serif;
	color: #4e677a;
	font-size: 16px;
	line-height: 24px;
	padding: 0 0 0 0;
}

a {
	color: #cd202c;
}

a:hover,
a:active {
	color: #f3393b;
	text-decoration: none;
}

a:visited {
	color: #ce5355;
}

.container.grey {
	margin-top: 30px;
	background-color: #eff1f3;
	padding-top: 20px;
	padding-bottom: 50px;
	overflow: hidden;
}

/*adds a play icon to any element with a class of "fancyvideo"*/

.fancyvideo {
	display: block;
	position: relative;
}

.fancyvideo:after {
	content: "\f04b";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #cd1719;
	background-color: #fff;
	border-radius: 50%;
	font-size: 32px;
	width: 64px;
	height: 64px;
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -32px;
	padding: 21px 0 0 23px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0.6;
}

.fancyvideo:hover:after {
	opacity: 0.9;
}

/*buttons*/ 
.hoverContent p.btn {
	display: block;
	color: #cd202c !important;
	background-color: #fff;
	font-size: 16px;
	line-height: 16px;
	padding: 10px 0;
	text-align: center;
	position: absolute;
	z-index: 10;
	left: 20px;
	right: 20px;
	bottom: 20px;
	font-style: normal;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

/*flexslider direction nav*/

.flex-direction-nav {
	list-style: none;
	height: 0;
}

.flex-direction-nav a {
	display: inline-block;
	width: 0;
	height: 0;
	text-indent: -5000px;
	position: absolute;
	top: 35%;
	z-index: 100;
	opacity: 0.4;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

div:hover > .flex-direction-nav a {
	opacity: 1;
}

.flex-direction-nav a.flex-prev {
	left: -20px;
}

.flex-direction-nav a.flex-next {
	right: -20px;
}

.flex-direction-nav a:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #030e15;
	font-size: 48px;
	position: absolute;
	top: 0;
	left: 20px;
	text-indent: 0;
	text-decoration: none;
}

.flex-direction-nav a.flex-prev:before {
	content: "\f104";
}

.flex-direction-nav a.flex-next:before {
	content: "\f105";
	right: 20px;
	left: auto;	
}

.flex-direction-nav a.flex-disabled:before {
	display: none;
}

.sponsors .flex-direction-nav a {
	top: 45%;
}


/*copy content*/

.copy {
	padding-bottom: 50px;
}

.copy h2 {
	color: #030e15;
	font-size: 34px;
	line-height: 36px;
	margin: 20px 0 0;
}

.copy h3 {
	color: #cd202c;
	font-size: 24px;
	line-height: 26px;
	margin: 20px 0 0;
	text-transform: none;
}

.copy h4 {
	color: #030e15;
	font-size: 18px;
	line-height: 20px;
	margin: 20px 0 0;
}

.copy h5 {
	color: #cd202c;
	font-size: 17px;
	line-height: 20px;
	margin: 20px 0 0;
	text-transform: none;
	letter-spacing: 1px;
}

.copy p {
	margin: 15px 0 0;
}

.copy ul,
.copy ol {
	margin: 15px 0 0;
}

.copy ul li {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0 0 0 30px;
}

.copy ul li:before {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
	color: #cd202c;
	font-size: 16px;
	display: inline-block;
	padding: 0 10px 0 0;
}

.copy ol li {
	margin: 5px 0 0 50px;
}

.copy blockquote {
	border-left: 5px solid #ccd4da;
	margin: 20px 50px 0;
	padding: 10px 30px 20px;
	font-style: italic;
}

.copy .pull-right {
	float: right;
	margin: 0 0 30px 2%;
	clear: right;
}

.copy .pull-left {
	float: left;
	margin: 0 2% 30px 0;
	clear: left;
}


/*tabs*/

.tabbedArea {
	background-color: #edf0f2;
	position: relative;
}

.etabs {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
	justify-content: space-between;
	background-color: #fff;
	position: relative;
	z-index: 5;
}

.etabs .tab {
	display: inline;
	-webkit-flex: 1;
	flex: 1;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
	margin-right: 1px;
}

.etabs .tab:last-child {
	margin-right: 0;
}

.etabs a {
	display: inline-block;
	background-color: #ccd4da;
	color: #4e677a;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 12px 20px 11px;
	position: relative;
	-webkit-flex: 1;
	flex: 1;
}

.etabs a:hover {
	color: #cd202c;
}

.etabs .active a {
	background-color: #cd202c;
	color: #fff;
}

.etabs .active a:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -5px;
	border-top: 8px solid #cd202c;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

.tabbedArea .tabContent {
	background-color: #edf0f2;
	padding: 20px;
	/*position: relative;*/
	z-index: 2;
}

.blue .etabs a:hover {
	color: #003c69;
}
.blue .etabs .active a {
	background-color: #003c69;
	color: #fff;
}
.blue .etabs .active a:after {
	border-top-color: #003c69;
}


/*buttons*/

a.nounderline{
	text-decoration: none;
}

a.btn, button.btn{
	display: inline-block;
	padding: 2px 10px;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	background-color: #cd202c;
	text-decoration: none;
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	transition: .3s all ease;
	cursor: pointer;
}

button.btn{
	outline: none;
	box-shadow: none;
	border: none;
	margin-right: 3px;
    padding: 10px;
}

a.btn:hover, button.btn:hover{
	opacity: 0.8;
}

a.btn:after, button.btn:after, button.btn[name="previous"]:before{
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
	color: #fff;
	font-size: 16px;
	padding-left: 0.5em;
}

button.btn[name="previous"]:before{
	content: "\f104";
	padding-right: 5px;
}

.btn[name="previous"]:after{
	content: "";
	padding-left: 0;
}

a.btn.block, button.btn.block{
	display: block;
	text-align: center;
	padding: 10px 10px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}

a.btn.block:after, button.btn.block:after{
	font-size: 24px;
}

a.btn.grey, button.btn.grey{
	background-color: #ccd4da;
	color: #cd202c;
}

a.btn.grey:after, button.btn.grey:after{
	color: #cd202c;
}

.blue a.btn {
	background-color: #003c69;
}

.blue a.btn.grey,
.blue a.btn.grey:after {
	background-color: #ccd4da;
	color: #003c69;
}

.yellow a.btn {
	background-color: #ffb500;
	color: #000;
}

.yellow a.btn:after {
	color: #000;
}



/*HEADER
******************************************************************/

header {
	background-color: #edf0f2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 500;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

header.sticky {
	background-color: #edf0f2;
	background: rgba(237,240,242,0.95);
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

header.sticky:hover {
	background-color: #edf0f2;
}

header .row {
	margin-top: 0;
}

/*top nav*/

.topNav ul {
	list-style: none;
	overflow: hidden;
	height: 48px;
}

.topNav ul li {
	float: left;
	padding: 0;
	position: relative;
}

.topNav ul li > a {
	display: block;
	padding: 12px 10px;
	font-size: 12px;
	color: #4e677a;
	text-decoration: none;
	text-transform: uppercase;
}

.topNav ul li > a:hover,
.topNav ul .onPath > a {
	color: #cd202c;
	background-color: #dee4e8;
}

.topNav ul li.navhome > a {	
	position: relative;
	padding-left: 38px;
}

.topNav ul li.navhome > a:before {
	content: "\f015";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
	color: inherit;
	font-size: 24px;
	position: absolute;
	top: 10px;
	left: 10px;
}

.topNav ul li.navhome.onPath > a {
	padding-right: 8px;
	margin-right: -10px;
}

.topNav ul li.navhome.onPath > a,
.topNav ul li.navclubhome.onPath > a {
	color: #003c69;
}

.topNav ul li.navhome.sel > a,
.topNav ul li.navclubhome.sel > a {
	color: #cd202c;
}

.topNav ul li:nth-child(2) > a {
	padding-left: 40px;
}

.club .topNav ul li:nth-child(3) > a {
	padding-left: 30px;
}

.topNav ul li.navhome.onPath > a:after,
.topNav ul li.navclubhome.onPath > a:after {
	content: "";
	border-top: 26px solid transparent;
	border-bottom: 26px solid transparent;
	border-left: 16px solid #dee4e8;
	position: absolute;
	top: -2px;
	right: -15px;
	z-index: 5;
}

.topNav ul li.navhome.onPath:after,
.topNav ul li.navclubhome.onPath:after {
	content: "";
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 20px solid #edf0f2;
	position: absolute;
	top: -6px;
	right: -30px;
	z-index: 1;
}

.topNav ul li.navclubhome.onPath:after {
	right: -20px;
}

/*UCC link*/

header .uccLink {
	position: relative;
}

.uccLink > a.dropdownLink {
	display: block;
	padding: 12px 56px 12px 0;
	text-align: right;
	color: #003c69;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	position: relative;
}

.uccLink > a.dropdownLink:after {
	content: "\f067";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
	color: #fff;
	background-color: #cd202c;
	font-size: 16px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 30px;
	padding: 15px 16px 0 0;
}

.uccLink.open > a.dropdownLink:after {
	content: "\f00d";
	color: #030e15;
	background-color: #ffb500;
}

.uccLink .dropdownContent {
	width: 500px;
	height: 0;
	padding: 0;
	overflow: hidden;
	position: absolute;
	z-index: 20;
	top: 45px;
	right: 0;
	background-color: #ffb500;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.uccLink.open .dropdownContent {
	height: auto;
	padding: 50px;
	opacity: 1;
}

.uccLink .dropdownContent .text {
	float: left;
	padding: 0 50px 0 0;
	width: 200px;
}

.uccLink .dropdownContent .text h2 {
	color: #030e15;
	font-size: 22px;
	margin: 3px 0 0 5px;
}

.uccLink .dropdownContent .text ul {
	list-style: none;
	margin: 5px 0 0 0;
}

.uccLink .dropdownContent .text ul a {
	display: block;
	text-decoration: none;
	color: #1c2b36;
	padding: 1px 5px 1px;
	font-size: 14px;
}

.uccLink .dropdownContent .text ul a:hover {
	color: #030e15;
	background-color: #ffc433;
}

.uccLink .dropdownContent .text ul a:after {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
	color: inherit;
	font-size: 14px;
	padding-left: 6px;
}

.uccLink .dropdownContent img {
	float: left;
	width: 150px;
	height: auto;
	display: block;
}

/*Search link*/

header .row .searchLink {
	position: relative;
	width: 56px;
}

.searchLink > a.dropdownLink {
	display: block;
	padding: 12px 56px 12px 0;
	text-align: right;
	color: #003c69;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	position: relative;
	width: 0;
}

.searchLink > a.dropdownLink span {
	display: inline-block;
	text-align: left;
	text-indent: -5000px;
}

.searchLink > a.dropdownLink:after {
	content: "\f002";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
	color: #fff;
	background-color: #cd202c;
	font-size: 16px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 30px;
	padding: 15px 16px 0 0;
}

.searchLink.open > a.dropdownLink:after {
	content: "\f00d";
	color: #fff;
	background-color: #003c69;
}

.searchLink .dropdownContent {
	width: 280px;
	height: 0;
	padding: 0;
	overflow: hidden;
	position: absolute;
	z-index: 20;
	top: 45px;
	right: 0;
	background-color: #003c69;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.searchLink.open .dropdownContent {
	height: auto;
	padding: 10px;
	opacity: 1;
}

.searchLink .dropdownContent .text {
	float: left;
	padding: 0 50px 0 0;
	width: 200px;
}

.searchLink form {
	position: relative;
	width: 100%;
	height: 34px;
	background: #fff;
}

.searchLink input[type="text"] {
	width: 80%;
	height: 34px;
	border: 0;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

.searchLink input[type="submit"] {
	width: 30px;
	height: 30px;
	background: #cd202c;
	color: #fff;
	border: 0;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	position: relative;
	top: 2px;
	right:2px;
	border-radius: 0;
}


/*BANNER
******************************************************************/

/*grid*/

.banner {
	position: relative;
}

.banner .row {
	position: relative;
}

.banner ul {
	list-style: none;
}

.banner .tile {
	display: block;
	overflow: hidden;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	position: relative;
}

.banner .tile h1,
.banner .tile h2 {
	text-indent: -5000px;
	height: 0;
}

.banner .tile a {
	text-decoration: none;
}

.banner .tile.onecol {
	padding-bottom: 6.33333333%;
}

.banner .tile.twocol,
.banner .tile.fourcol {
	padding-bottom: 14.66666666%;
}

.banner .tile.twocol.half {
	padding-bottom: 6.33333333%;
}

.banner .tile.threecol {
	padding-bottom: 22.99999999%;
}

.banner .tile.fourcol.title {
	padding-bottom: 6.33333333%;
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 0;
}

.banner .tile > div {
	display: block;
	position: absolute;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	transition: all .7s ease;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.banner .tile.half > div {
	text-align: center;
}

/*.banner .tile h3 {
	padding: 15px 10px;
	position: absolute;
	z-index: 10;
	bottom: 30px;
	left: 0;
	right: 0;
	background-color: #eee;
	background: rgba(255,255,255,0.8);
	color: #000;
	font-size: 15px;
	line-height: 17px;
	text-transform: uppercase;
	text-align: center;
}*/

.banner .tile h3 {
	position: absolute;
	z-index: 10;
	bottom: 14px;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 19px;
	line-height: 25px;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(255,255,255,0.5);
	background: rgba(0,0,0,0.7);
	padding: 10px 5px;
}

.club .banner .tile h3 {
	position: static;
	z-index: 10;
	bottom: auto;
	left: auto;
	right: auto;
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(255,255,255,0.5);
	background: transparent;
	padding: 0;
	text-align: center;
}

.club .banner .tile.title h3 {
	font-size: 33px;
	line-height: 35px;
}

.club .banner .tile.title img{
	height: 100%;
	width: 100%;
}

.club .banner .tile.title > div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.club .banner .tile.title > div > h3 {
	display: flex;

}


/*offset tiles*/

.banner .tile.onecol.offset {
	margin-top: 8.33333333%;
}

/*coloured tiles*/

.banner .tile.red {
	background-color: #cd202c;
}

.banner .tile.yellow {
	background-color: #ffb500;
}

.banner .tile.blue {
	background-color: #003c69;
}

.banner .tile img {
	width: 100%;
	height: auto;
}

.banner .tile.half img {
	width: auto;
	height: 100%;
	margin: auto;
}

/*club title*/

/*.banner .tile:nth-child(3) {
	background-color: #74aa50;
}

.banner .tile:nth-child(3) img {
	display: none;
}*/

/*UCC logo*/

.banner .tile.ucc > div, .banner .tile.ucc:hover > div {
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
}

.banner .tile.ucc.half > div, .banner .tile.ucc.half:hover > div {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px 15px 12px;
}



/*LIVE SCORE CENTRE
******************************************************************/

.liveScore .twelvecol {
	background-color: #edf0f2;
	padding: 20px 220px 20px 20px;
}

.liveScore h2 {
	color: #cd202c;
	font-size: 20px;
	text-transform: uppercase;
	float: left;
	padding: 0 20px 0 0;
}

.liveScore h2:before {
	content: "\f0a1";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
	color: #003c69;
	font-size: 26px;
	padding-right: 0.5em;
}

.liveScore span {
	display: inline-block;
	padding: 2px 10px 0 0;
	/*font-size: 18px;*/
}

.liveScore span.type {
	text-transform: uppercase;
}

.liveScore span.score {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

.liveScore span.comment {
	font-style: italic;
}

/*controls*/

.liveScoreControls {
	position: absolute;
	z-index: 10;
	top: 20px;
	right: 0;
	width: 200px;
}

.liveScoreControls .flex-direction-nav {
	float: left;
	height: auto;
}

.liveScoreControls .flex-direction-nav li {
	float: left;
	margin-right: 1px;
}

.liveScoreControls .flex-direction-nav a {
	display: inline-block;
	width: 28px;
	height: 28px;
	text-indent: -5000px;
	position: relative;
	top: auto;
	left: auto;
	bottom: auto;
	right: auto;
	opacity: 0.9;
	text-decoration: none;
	background: #ffb500;
}

.liveScoreControls .flex-direction-nav a:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #000;
	font-size: 18px;
	position: absolute;
	top: 2px;
	left: 10px;
	text-indent: 0;
	text-decoration: none;
}

.liveScoreControls .flex-direction-nav a.flex-prev:before {
	content: "\f104";
}

.liveScoreControls .flex-direction-nav a.flex-next:before {
	content: "\f105";
	left: 12px;	
}




/*ARTICLE LISTINGS - NEWS, EVENTS 
***************************************************************/

article {
	margin: 15px 0 0 0;
}

article:before,
article:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
article:after { 
	clear: both;
}

article .date {
	background-color: #cd202c;
	color: #fff;
	font-size: 12px;
	line-height: 17px;
	text-transform: uppercase;
	padding: 5px 5px 3px;
	float: left;
}

.blue article .date {
	background-color: #003c69;
}

article .date span {
	display: block;
	font-size: 20px;
	font-weight: bold;
}

article h3 {
	font-weight: normal;
	padding-left: 40px;
	font-size: 18px;
	line-height: 20px;
}

article h3 a,
article h3 a:visited {
	color: #030e15;
	text-decoration: none;
}

article p {
	clear: left;
	font-size: 14px;
	line-height: 20px;
	margin: 15px 0 0 0;
}



/*CAROUSELS - USED FOR VIDEOS, SPONSORS
***************************************************************/

.carousel {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
}

.slides:before,
.slides:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
.slides:after { 
	clear: both;
}

.carousel .slides li {
	padding: 0 10px;
}

.carousel img {
	display: block;
}

.carousel .slides a {
	display: block;
	text-decoration: none;
}

.carousel h3 {
	color: #4e677a;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	margin: 10px 0 0 0;
}

.carousel h2 {
	color: #cd202c;
	font-size: 22px;
	text-transform: uppercase;
	padding: 5px 0 20px 10px;
}

.carousel p {
	text-align: right;
	padding: 20px 10px 0 0;
}

.videos .featured {
	position: relative;
}

.videos .featured img {
	position: relative;
	z-index: 2;
	display: block;
}

.videos .featured h3 {
	position: absolute;
	z-index: 20;
	bottom: 0;
	left: 0;
	right: 0;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	padding: 12px 20px;
	background-color: #fff;
	background: rgba(255,255,255,0.8);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.videos .featured:hover h3 {
	padding: 20px 20px;
}

.sponsors img {
	border: 1px solid #ccd4da;
}


/*SIDE ITEMS
***************************************************************/

.sideItems .twelvecol,
.sideItems .fourcol,
.sideItems .threecol,
.sideItems .sixcol {
	/*padding-bottom: 22.99999999%;*/
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sideItems .twelvecol {
	margin-bottom: 20px;
}

.sideItems .twelvecol > div,
.sideItems .fourcol > div,
.sideItems .threecol > div,
.sideItems .sixcol > div {
	/*position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;*/
	border: 1px solid #ccd4da;
	overflow: hidden;
}

.sideItems img {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
}

.sideItems h3 {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	background-color: #cd202c;
	background: rgba(205,32,44,0.8);
	padding: 20px 20px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.sideItems .navy h3 {
	background-color: #003c69;
	background: rgba(0,60,105,0.8);
}


.sideItems .yellow h3 {
	color: #000;
	background-color: #ffb500;
	background: rgba(255,181,0,0.8);
}

.sideItems a:hover h3 {
	padding: 40px 20px;
	background-color: #cd202c;
	background: rgba(205,32,44,1);
}

.sideItems .navy a:hover h3 {
	background-color: #003c69;
	background: rgba(0,60,105,1);
}

.sideItems .yellow a:hover h3 {
	background-color: #ffb500;
	background: rgba(255,181,0,1);
}

.sideItems h3 i {
	font-size: 22px;
	padding-right: 10px;
}

/*social side items*/

.sideItems .social {
	padding-bottom: 22.99999999%;
}

.sideItems .social > div {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: scroll;
}

.sideItems .twelvecol.social {
	padding-bottom: 98%;
}

.sideItems .social h3 {
	position: relative;
	z-index: 10;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 20px;
}

.sideItems .facebook h3 {
	background-color: #3b5997;
}

.sideItems .twitter h3 {
	background-color: #00aced;
}

.sideItems iframe {
	width: 100% !important;
/*	height: 100% !important;*/
}

.sideItems iframe.twitter-timeline {
	padding-left: 4% !important;
	max-width: 96% !important;
}

/*training schedule side item*/

.sideItems .schedule > div {
	background: #003c69;
	border: 0;
}

#content .schedule > div {
	background: #003c69;
	border: 0;
}

.sideItems .schedule h3 {
	position: static;
	font-size: 18px;
	text-transform: uppercase;
	background: transparent;
	padding: 20px 20px;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.sideItems .schedule>p {
	color: #fff;
	padding: 0 20px 10px;
}

.sideItems .schedule div.text {
	color: #fff;
	padding: 0 20px 10px;
	border: none;
}

/*calendar - overrides for plugin*/

.sideItems .sixcol > div.responsive-calendar {
	position: static;
	border: 0;
}

.calendar {
	background: #003c69;
}

.calendar .responsive-calendar hr {
	display: none;
}

.calendar .responsive-calendar .controls {
	background: transparent;
	color: #fff;
	padding: 4% 0 2%;
}

.calendar .responsive-calendar .controls .btn {
	position: relative;
	color: #fff;
	text-indent: -5000px;
	opacity: 0.5;
}

.calendar .responsive-calendar .controls .btn:hover {
	opacity: 1;
}

.calendar .responsive-calendar .controls .btn:before {
	content: "\f104";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	/*--adjust as necessary--*/
	color: inherit;
	font-size: 24px;
	padding: 0 0 0 0.5em;
	display: inline-block;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.calendar .responsive-calendar .controls .pull-right .btn:before {
	content: "\f105";
	padding: 0;
	left: auto;
	right: 10px;
}

.calendar .responsive-calendar .day-headers {
	background: transparent;
	color: #fff;
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.calendar .responsive-calendar .day.header {
	border: 0;
}

.calendar .responsive-calendar .days {
	background: transparent;
	color: #fff;
}

.calendar .responsive-calendar .day {
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.calendar .responsive-calendar .day a {
	padding: 10% 0;
	color: #fff;
}

.calendar .responsive-calendar .day.active a {
	background-color: #cd1719;
}

.calendar .responsive-calendar .day.active a:hover {
	background-color: #ffb500;
}

.calendar .responsive-calendar .day .badge {
	background-color: #fff;
	border-radius: 50%;
	padding: 0 4px;
	font-size: 10px;
	line-height: 14px;
	color: #000;
}

.calendar .responsive-calendar .day a:hover {
	background-color: #000;
	background: rgba(255,255,255,0.2);
}



/*MAIN CONTENT BLOCK
****************************************************************/

/*.container#content > .row {
	display: flex;
	align-items: stretch;
}*/

/*LEFT NAV
****************************************************************/

.leftNav {
	background-color: #edf0f2;
	padding: 55px 20px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.leftNav ul {
	list-style: none;
	text-align: right;
}

.leftNav ul li a,
.leftNav ul li span {
	display: block;
}

.leftNav ul li a {
	color: #1c2b36;
	text-decoration: none;
}

.leftNav ul li span {
	color: #cd202c;
}

.leftNav > ul > li > a,
.leftNav > ul > li > span {
	font-size: 19px;
	padding: 8px 0;
}

.leftNav > ul > li ul {
	padding: 2px 0;
}

.leftNav > ul > li li a,
.leftNav > ul > li li span {
	font-size: 14px;
	text-transform: uppercase;
	padding: 4px 0;
}

.leftNav > ul > li li a {
	color: #4e677a;
}


/*BREADCRUMB
***************************************************************/

ul.breadcrumb {
	overflow: hidden;
}

ul.breadcrumb li {
	list-style-type: none;
	font-size: 12px;
	text-transform: uppercase;
	float: left;
	color: #cd202c;
	padding: 0 10px 0 0;
}

ul.breadcrumb li a {
	color: #4e677a;
	text-decoration: none;
}

ul.breadcrumb li a:hover {
	color: #cd202c;
	text-decoration: underline;
}

ul.breadcrumb li a:after {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	/*--adjust as necessary--*/
	color: #4e677a;
	font-size: 16px;
	display: inline-block;
	padding: 0 0 0 10px;
}



/*NEWS/EVENTS LISTING PAGES
************************************************************/

.article {
	background-color: #edf0f2;
	padding: 2%;
	margin-top: 2%;
}

.article:before,
.article:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
.article:after { 
	clear: both;
}

.article .image {
	float: left;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.article .text {
	float: left;
	width: 75%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 0 2%;
}

.article h2 {
	font-size: 22px;
	line-height: 26px;
	text-transform: none;
	letter-spacing: 0;
	margin-top: 10px;
}

.article h2 a {
	text-decoration: none;
}

.article p {
	margin-top: 10px;
}

.copy ul.details {
	margin-top: 10px;
}

.copy ul.details li {
	margin-top: 1px;
	padding-left: 0;
	font-size: 14px;
}

.copy ul.details li a {
	color: #4e677a;
}

.copy ul.details li:before {
	width: 18px;
	text-align: center;
}
.copy ul.details li.date:before {
	content: "\f073";
}
.copy ul.details li.time:before {
	content: "\f017";
}
.copy ul.details li.location:before {
	content: "\f041";
}
.copy ul.details li.person:before {
	content: "\f007";
}
.copy ul.details li.money:before {
	content: "\f153";
}
.copy ul.details li.people:before {
	content: "\f0c0";
}
.copy ul.details li.link:before {
	content: "\f0c1";
}

.article p.more {
	margin-top: 15px;
	text-align: right;
}

p.morePrev,
p.moreNext {
	display: inline-block;
}

p.moreNext {
	float: right;
}

p.more a,
p.morePrev a,
p.moreNext a {
	font-style: normal;
	font-size: 16px;
	line-height: 16px;
	padding: 8px 15px;
	display: inline-block;
	color: #fff;
	background-color: #cd1719;
	text-decoration: none;
}

p.more a:after,
.articleDetail p.more a:before,
p.moreNext a:after,
p.morePrev a:before {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #fff;
	font-size: 16px;
	padding: 0 0 0 10px;
	display: inline-block;
}

.articleDetail p.more a:after,
p.morePrev a:after {
	content: "";
}

.articleDetail p.more a:before,
p.morePrev a:before {
	content: "\f104";
	padding: 0 10px 0 0;
}

/*news/events detail pages*/

.articleDetail {
	overflow: hidden;
}

.articleDetail h2 {
	color: #1c2b36;
	font-size: 40px;
	line-height: 46px;
	margin: 15px 0 30px 0;
}

.share {
	background-color: #edf0f2;
	width: 65%;
	float: left;
	margin: 0 0 0 0;
	overflow: hidden;
	padding: 1% 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.share h3 {
	font-size: 18px;
	display: inline-block;
	padding-right: 10px;
	color: #1c2b36;
}
.share .shareList {
	display: inline-block;
	padding-bottom: 10px;
	position: relative;
	top: -4px;
}

.share .shareList li {
	display: inline-block;
	margin: 0 0 0 0;
	padding: 0;
}

.share .shareList li:before {
	content: "";
}

.share .shareList a {
	display: inline-block;
	position: relative;
	width: 32px;
	height: 32px;
	text-indent: -5000px;
}

.share .shareList a:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	/*--adjust as necessary--*/
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	display: inline-block;
	position: absolute;
	top: 7px;
	left: 6px;
	text-indent: 0;
	width: 32px;
	height: 32px;
}

.share .shareList .facebook a {
	background-color: #3b5997;
}
.share .shareList .facebook a:before {
	content: "\f09a";
}
.share .shareList .twitter a {
	background-color: #00aced;
}
.share .shareList .twitter a:before {
	content: "\f099";
}
.share .shareList .youtube a {
	background-color: #d90016;
}
.share .shareList .youtube a:before {
	content: "\f167";
}
.share .shareList .linkedin a {
	background-color: #005a87;
}
.share .shareList .linkedin a:before {
	content: "\f0e1";
}
.share .shareList .googleplus a {
	background-color: #d90016;
}
.share .shareList .googleplus a:before {
	content: "\f0d5";
}

.details {
	width: 60%;
	margin: 20px 0 0 0;
}

figure {
	width: 33%;
	position: relative;
}

figcaption {
	position: absolute;
	z-index: 20;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	background: rgba(0,0,0,0.6);
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	padding: 10px;
	text-align: center;
}

.copy .articleDetail .detailsWrap {
	background-color: #edf0f2;
	width: 61%;
	float: left;
	clear: left;
	margin: 2% 0;
	padding-bottom: 10px;
	padding: 0 2% 1%;
}

.copy .articleDetail .detailsWrap ul {
	width: 50%;
	float: left;
}

.copy .articleDetail p {
	clear: left;
}





/*MAIN NAV
*******************************************************************/

/*show/hide megamenu*/

.mainNav .megeMenu {
	position: absolute;	
	top: 50px;
	left: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	transition: all .1s ease;
}

.mainNav.sticky .megeMenu {
	top: 40px;
}

.mainNav li:hover .megeMenu {
	visibility: visible;
	opacity: 1;
}

/*show/hide dropdown menu*/

.mainNav .children {
	position: absolute;	
	top: 50px;
	left: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	transition: all .1s ease;
}

.mainNav.sticky .children {
	top: 40px;
}

.mainNav li:hover .children {
	visibility: visible;
	opacity: 1;
}

/*main nav styles*/

.mainNav {
	margin-top: 78px;
	-webkit-transition: background .1s ease;
	-moz-transition: background .1s ease;
	transition: background .1s ease;
	position: relative;
	z-index: 100;
}

.mainNav.sticky {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	margin-top: 0;
	background-color: #000;
}

.mainNav.sticky .row {
	margin-top: 0;
}

.mainNav .mainNavList {
	background-color: #000;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.mainNav.sticky .mainNavList {
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.mainNav li {
	float: left;
}

.mainNav li a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 20px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.mainNav.sticky li a {
	padding-top: 8px;
	padding-bottom: 8px;
}

.mainNav li:hover > a {
	color: #000;
	background-color: #ffb500;
}

.mainNav li.current_page_item > a,
.mainNav li.current_page_ancestor > a,
.mainNav li.current_page_parent > a {
	color: #ffb500;
	padding-bottom: 10px;
	border-bottom: 5px solid #ffb500;
}

.mainNav li.current_page_item:hover > a,
.mainNav li.current_page_ancestor:hover > a,
.mainNav li.current_page_parent:hover > a  {
	color: #000;
	background-color: #ffb500;
}

/*megamenu styles*/

.mainNav .megeMenu {
	background: #cd202c;
	background: rgba(205,32,44,0.95);
	border-top: 5px solid #ffb500;
	width: 98%;
	margin: 0 1%;
	max-width: 1300px;
	display: flex;
}

.mainNav .megeMenu .menu {
	width: 75%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
}

.mainNav .megeMenu h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.mainNav .megeMenu .menu ul {
	width: 25%;
	float: left;
}

.mainNav .megeMenu .menu ul li {
	width: 100%;
	float: none;
}

.mainNav .megeMenu .menu a {
	font-weight: 400;
	text-transform: none;
	padding: 3px;
	margin-right: 10px;
	font-size: 13px;
}

.mainNav .megeMenu .featured {
	width: 25%;
	float: right;
	background: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
}

.mainNav .megeMenu .featured .image {
	position: relative;
	border: 1px solid #555;
	padding: 0;
}

.mainNav .megeMenu .featured img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

.mainNav .megeMenu .featured h3 {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	right: 0;
	background: 000;
	background: rgba(0,0,0,0.8);
	padding: 10px 5px;
	text-align: center;
}

.mainNav .megeMenu .featured p {
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	margin-top: 15px;
}

.mainNav .megeMenu .featured .btn {
	font-size: 18px;
}

/*drpodown menu styles*/

.mainNavList > ul > .page_item_has_children {
	position: relative;
}

.page_item_has_children .children {
	background: #cd202c;
	background: rgba(255,181,0,0.9);
	border-top: 5px solid #ffb500;
	width: auto;
	margin: 0;
	max-width: 300px;
	padding-bottom: 20px;
}

.page_item_has_children .children > li {
	float: none;
}

.page_item_has_children .children > li > a {
	text-transform: none;
	font-weight: normal;
	font-size: 14px;
	min-width: 180px;
	color: #000;
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.page_item_has_children .children > li > a:hover,
.page_item_has_children .children > li.current_page_item > a {
	color: #fff;
	background-color: #cd202c;
	border-bottom: 1px solid #fff;
}




.mainNav .sub-menu {
	position: absolute;	
	top: 50px;
	left: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	transition: all .1s ease;
}

.mainNav.sticky .sub-menu {
	top: 40px;
}

.mainNav li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
}


.mainNavList > .menu-item-has-children {
	position: relative;
}

.menu-item-has-children .sub-menu {
	background: #cd202c;
	background: rgba(255,181,0,0.9);
	border-top: 5px solid #ffb500;
	width: auto;
	margin: 0;
	max-width: 300px;
	padding-bottom: 20px;
}

.menu-item-has-children .sub-menu > li {
	float: none;
}

.menu-item-has-children .sub-menu > li > a {
	text-transform: none;
	font-weight: normal;
	font-size: 14px;
	min-width: 180px;
	color: #000;
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.menu-item-has-children .sub-menu > li > a:hover,
.menu-item-has-children .sub-menu > li.current_page_item > a {
	color: #fff;
	background-color: #cd202c;
	border-bottom: 1px solid #fff;
}


/*BIG BANNER SLIDER
***************************************************************/

.bannerSlider {
	position: relative;
	overflow: hidden;
}

.sixcol .bannerSlider li {
	height: 520px;
}

.sixcol .bannerSlider img {
	height: 520px;
	width: auto;
	max-width: 2000px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.bannerSlider a {
	text-decoration: none;
	color: #000;
}

.bannerSlider a.btn {
	color: #fff;
}

.bannerSlider .text {
	position: absolute;
	z-index: 20;
	bottom: 50px;
	right: 0;
	width: 45%;
	background: #ffb500;
	background: rgba(255,181,0,0.9);
	color: #000;
	padding: 25px;
}

.sixcol .bannerSlider .text {
	width: 75%;
}

.bannerSlider .text h2 {
	text-transform: uppercase;
	font-size: 22px;
	padding: 0 0 6px;
}

.bannerSlider .text p {
	padding: 0 0 12px;
}

.sixcol .bannerSlider .text p {
	font-size: 14px;
	line-height: 19px;
}

.bannerSlider .flex-direction-nav a {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-indent: -5000px;
	opacity: 0.9;
	text-decoration: none;
	background: #eee;
	background: rgba(255,255,255,0.9);
	top: 45%;
	left: 0;
	z-index: 10;
}

.bannerSlider .flex-direction-nav a.flex-next {
	left: auto;
	right: 0;
}

.bannerSlider .flex-direction-nav a:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #000;
	font-size: 28px;
	position: absolute;
	top: 9px;
	left: 12px;
	text-indent: 0;
	text-decoration: none;
}

.bannerSlider .flex-direction-nav a.flex-prev:before {
	content: "\f104";
}

.bannerSlider .flex-direction-nav a.flex-next:before {
	content: "\f105";
	left: 16px;	
}


/*FIXTURES/RESULTS
***************************************************************/

/*make boxes stretch on home page*/

#home .fixtures > .row {
	display: flex;
	align-items: stretch;
}

#home .tabbedArea {
	padding-bottom: 60px;
	overflow: hidden;
}

#home .tabbedArea .btn.block {
	position: absolute;
	z-index: 20;
	bottom: 20px;
	left: 20px;
	right: 20px;
}

/*general table styles*/

table.general {
	font-size: 16px;
	width: 100%;
	border-collapse: collapse;
}

table.general td {
	padding: 5px;
	vertical-align: top;
}

table.general tr:nth-child(2n+2) td {
	background-color: #e4e8eb;
}

table.general td.highlight {
	color: #cd202c;
}

table.general td b {
	color: #030e15;
}

table.general td.center {
	text-align: center;
}

table.general td.result {
	min-width: 100px;
}

table.general td.right {
	text-align: right;
}

.blue table.general td.highlight {
	color: #003c69;
}

#home table.general td .btn {
	text-align: left;
	padding: 0 12px;
	text-indent: -5000px;
	position: relative;
}

#home table.general td .btn:after {
	content: "\f129";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #fff;
	font-size: 14px;
	padding-left: 0;
	position: absolute;
	text-indent: 0;
	left: 9px;
	top: 0;
}


/*ARTICLE LISTINGS - NEWS, EVENTS 
***************************************************************/

article {
	margin: 15px 0 0 0;
}

article:before,
article:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
article:after { 
	clear: both;
}

article .date {
	background-color: #cd202c;
	color: #fff;
	font-size: 12px;
	line-height: 17px;
	text-transform: uppercase;
	padding: 5px 5px 3px;
	float: left;
}

.blue article .date {
	background-color: #003c69;
}

article .date span {
	display: block;
	font-size: 20px;
	font-weight: bold;
}

article h3 {
	font-weight: normal;
	padding-left: 40px;
	font-size: 18px;
	line-height: 20px;
}

article h3 a,
article h3 a:visited {
	color: #030e15;
	text-decoration: none;
}

article p {
	clear: left;
	font-size: 14px;
	line-height: 20px;
	margin: 15px 0 0 0;
}



/*CAROUSELS - USED FOR VIDEOS, SPONSORS
***************************************************************/

.carousel {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
}

.slides:before,
.slides:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
.slides:after { 
	clear: both;
}

.carousel .slides li {
	padding: 0 10px;
}

.carousel img {
	display: block;
}

.carousel .slides a {
	display: block;
	text-decoration: none;
}

.carousel h3 {
	color: #4e677a;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	margin: 10px 0 0 0;
}

.carousel h2 {
	color: #cd202c;
	font-size: 22px;
	text-transform: uppercase;
	padding: 5px 0 20px 10px;
}

.carousel p {
	text-align: right;
	padding: 20px 10px 0 0;
}

.videos .featured {
	position: relative;
}

.videos .featured img {
	position: relative;
	z-index: 2;
	display: block;
}

.videos .featured h3 {
	position: absolute;
	z-index: 20;
	bottom: 0;
	left: 0;
	right: 0;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	padding: 12px 20px;
	background-color: #fff;
	background: rgba(255,255,255,0.8);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.videos .featured:hover h3 {
	padding: 20px 20px;
}

.sponsors img {
	border: 1px solid #ccd4da;
}



/*ACCORDION
***************************************************************/

.accordion h2 {
	margin-top: 10px;
}

.accordion h2 a {
	display: block;
	background-color: #dee4e8;
	color: #003c69;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	padding: 10px 20px;
	text-decoration: none;
	position: relative;
}

.accordion h2 a.open {
	color: #cd202c;
}

.accordion h2 a:before {
	content: "\f067";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: inherit;
	font-size: 18px;
	padding-right: 0.5em;
	position: absolute;
	top: 11px;
	right: 15px;
}

.accordion h2 a.open:before {
	content: "\f068";
}

.accordion div.accordionContent {
	display: none;
	overflow: hidden;
}

.accordion div.accordionContent.open {
	display: block;
	padding-bottom: 30px;
}

.peopleList > li {
	background-color: #edf0f2;
	height: 240px;
	padding: 1%;
	margin-top: 2%;
}

.peopleDetail {
	background-color: #edf0f2;
	padding: 3% 2%;
	overflow: hidden;
}

.peopleList > li .text {
	padding-left: 2%;
	font-size: 13px;
	line-height: 17px;
}

.peopleDetail h2 {
	color: #000;
	padding: 15px 0 15px 0;
	font-size: 26px;
}

.peopleList > li span,
.peopleDetail span {
	color: #cd202c;
}

.peopleList > li span.title,
.peopleDetail span.title {
	display: block;
}

.peopleList > li p {
	margin: 0 0 8px 0;
}

.peopleDetail p {
	margin: 0 0 15px 0;
}

.peopleList > li ul {
	width: auto;
	margin: 5px 0 8px 0;
}

.peopleDetail ul {
	width: auto;
	margin: 5px 0 15px 0;
}

.phone:before {
	content: "\f095";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #cd202c;
	font-size: 16px;
	padding-right: 0.5em;
	position: relative;
	top: 1px;
	right: 0;
}

.email:before {
	content: "\f0e0";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #74aa50;
	font-size: 16px;
	padding-right: 0.5em;
	position: relative;
	top: 1px;
	right: 0;
}

.peopleList li li > a,
.peopleDetail li a {
	color: #4e677a;
}

.peopleList p.more a {
	font-style: normal;
	font-size: 13px;
	line-height: 13px;
	padding: 6px 10px;
}

.peopleList p.more a:after {
	font-size: 14px;
}


/*FOOTER
***************************************************************/

footer  {
	background-color: #edf0f2;
	color: #4e677a;
	text-align: center;
	font-size: 13px;
}

footer a {
	color: #4e677a;
}

footer a:hover,
footer a:active,
footer a:visited {
	color: #4e677a;
}

footer .row {
	padding-top: 50px;
	padding-bottom: 50px;
}

.footerLinks,
.contactsLine,
.copyright {
	margin-top: 15px;
}

/*social links*/

.socialLinks {
	text-align: center;
	padding-bottom: 20px;
}

.socialLinks li {
	display: inline-block;
	margin: 0 7px;
}

.socialLinks a {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
	text-indent: -5000px;
	text-decoration: none;
}

.socialLinks a:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	/*--adjust as necessary--*/
	color: #fff;
	font-size: 28px;
	line-height: 28px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 0;
	width: 64px;
	height: 64px;
	padding-top: 18px;
}

.socialLinks .navfacebook a {
	background-color: #3b5997;
}
.socialLinks .navfacebook a:before {
	content: "\f09a";
}
.socialLinks .navtwitter a {
	background-color: #00aced;
}
.socialLinks .navtwitter a:before {
	content: "\f099";
}
.socialLinks .navyoutube a {
	background-color: #d90016;
}
.socialLinks .navyoutube a:before {
	content: "\f167";
}
.socialLinks .navlinkedin a {
	background-color: #005a87;
}
.socialLinks .navlinkedin a:before {
	content: "\f0e1";
}

/*footerLinks*/

.footerLinks ul {
	display: inline-block;
	text-align: center;
	list-style: none;
}

.footerLinks li {
	display: inline-block;	
}


.footerLinks li a {
	padding: 0 10px;
	border-right: 1px solid #8497a5;
}

.footerLinks li:last-child a {
	border-right: 0;
}

/*contact info*/

.contactsLine ul {
	display: inline-block;
	text-align: center;
	list-style: none;
}

.contactsLine li {
	display: inline-block;
	padding: 0 5px;
}

.contactsLine li:before {
	content: "\f054";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	/*--adjust as necessary--*/
	color: #cd202c;
	font-size: 16px;
	line-height: 16px;
	display: inline-block;
	padding-right: 5px;
}

.contactsLine li.address:before {
	content: "\f041";
}
.contactsLine li.phone:before {
	content: "\f095";
}
.contactsLine li.email:before {
	content: "\f0e0";
}
.contactsLine li.fax:before {
	content: "\f02f";
}

/*copyright*/

footer .copyright,
footer .copyright a {
	color: #8497a5;
	font-size: 13px;
}


/*MAIN CONTENT BLOCK
****************************************************************/

.container#content > .row {
	/*display: flex;
	align-items: stretch;*/
}

/*LEFT NAV
****************************************************************/

.leftNav {
	background-color: #edf0f2;
	padding: 55px 20px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.leftNav ul {
	list-style: none;
	text-align: right;
}

.leftNav ul li a,
.leftNav ul li span {
	display: block;
}

.leftNav ul li a {
	color: #1c2b36;
	text-decoration: none;
}

.leftNav ul li span {
	color: #cd202c;
}

.leftNav > ul > li > a,
.leftNav > ul > li > span {
	font-size: 19px;
	padding: 8px 0;
}

.leftNav > ul > li ul {
	padding: 2px 0;
}

.leftNav > ul > li li a,
.leftNav > ul > li li span {
	font-size: 14px;
	text-transform: uppercase;
	padding: 4px 0;
}

.leftNav > ul > li li a {
	color: #4e677a;
}


/*BREADCRUMB
***************************************************************/

ul.breadcrumb {
	overflow: hidden;
}

ul.breadcrumb li {
	list-style-type: none;
	font-size: 12px;
	text-transform: uppercase;
	float: left;
	color: #cd202c;
	padding: 0 10px 0 0;
}

ul.breadcrumb li a {
	color: #4e677a;
	text-decoration: none;
}

ul.breadcrumb li a:hover {
	color: #cd202c;
	text-decoration: underline;
}

ul.breadcrumb li a:after {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	/*--adjust as necessary--*/
	color: #4e677a;
	font-size: 16px;
	display: inline-block;
	padding: 0 0 0 10px;
}




/*Evan's Terrible CSS (It's not that bad - Fiona)
************************************************************/
/*SIDEBAR
************************************************************/

#sidebar{
	background-color: #EDF0F2;
}

#sidebar a{
	text-decoration: none;
	font-weight: 550;
}

#sidebar a:hover{
	opacity: 0.8;
}

#sidebar ul, #sidebar li{
	list-style: none;
}

#sidebar .sidePages{
	text-align: right;
	margin-top: 32px;
	padding: 0 20px 30px;
}

.threecol .sidePages{
	margin-top: 34px;
	margin-bottom: 20px;
}

#sidebar .sidePages li{
	padding-top: 20px;
}

#sidebar .sidePages li a{
	color: #040E17;
	font-size: 14px;
	line-height: 20px;
	display: block;
}

#sidebar .sidePages a:hover,
#sidebar .sidePages .current_page_item a{
	color: #D52C31;
}

/*SINGLE PAGE
************************************************************/
#content h1{
	color: #030e15;
	padding: 15px 0 15px;
	font-size: 28px;
	line-height: 32px;
}

#contentCopy{
	content: ' ';
	/*overflow:hidden;*/
}

#contentCopy p:first-of-type{
	margin-top: 20px;
}

#contentCopy p:not(:first-of-type){
	margin-top: 15px;
}


#contentCopy .attachment-page-feature{
	margin-top: 20px;
}

#contentCopy h2, #contentCopy h3{
	color: #D52C31;
	margin: 25px 0 10px;
	font-size: 18px;
}

#contentCopy h3{
	font-weight: 500;
	font-size: 14px;
}

#contentCopy ul:not(.breadcrumb){
	margin-top: 20px;
	padding: 0 0 20px 30px;
}

#contentCopy ul:not(.breadcrumb) li{
	padding-left: 15px;
	position: relative;
	padding-bottom: 12px;
}

#contentCopy ul:not(.breadcrumb) li:before{
	content: '\f105';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	color: #D52C31;
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
}

#contentCopy ul:not(.breadcrumb) li ul {
	padding-left: 60px;
}

/* SINGLE FIXTURE
************************************************************/
#map-canvas{
	width: 100%;
	height: 400px;
}

.expandMapCanvas{
	width: 100%;
	height: 400px;
}

.fixtureDetail {
	background-color: #edf0f2;
	padding: 1% 2%;
	overflow: hidden;
}

.fixtureDetail a{
	text-decoration: none;
}

.fixtureDetail h2 {
	color: #000;
	padding: 15px 0 15px 0;
	font-size: 26px;
}

.fixtureDetail span {
	color: #cd202c;
}

.fixtureDetail span.title {
	display: block;
}


.fixtureDetail p {
	margin: 0 0 15px 0;
}


.fixtureDetail ul {
	width: auto;
	margin: 5px 0 15px 0;
}

.fixtureDetail figure img{
	width: 100%;
}

.fixtureImage{
	width: 100%;
	margin: 0 0 30px;
}

/* VIDEOS ARCHIVE
************************************************************/
.fancyvideo img {
	width: 100%;
}


/*GALLERY
************************************************************/

.galleryList li {
	width: 14.66666666%;
	float: left;
	margin: 1%;
	padding: 0 0 12.66666666% !important;
	position: relative;
	text-indent: 0 !important;
	overflow: hidden;
}

.galleryList li:before {
	content: "" !important;
}

.galleryList li a {
	display: block;
	position: absolute;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.galleryList img {
	position: absolute;
	z-index: 10;
	top: -25%;
	left: 0;
	height: 150%;
	width: auto;
	max-width: 1000px;
}

.galleryList li p {
	position: absolute;
	z-index: 15;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #eee;
	background: rgba(255,255,255,0.8);
	padding: 5px;
	text-align: center;
	color: #000;
	font-size: 13px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.galleryList li a:hover p {
	padding: 10px 5px;
}



/*FILTER FORM
************************************************************/

form.filter {
	background: #e4e8eb;
	overflow: hidden;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 30px;
	padding: 15px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

form.filter select {
	padding: 5px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 140px;
	border: 1px solid #ccd4da;
	color: #8497a5;
	font-size: 15px;
	font-family: 'open_sans', 'Helvetica', Arial, sans-serif;
}

form.filter .btn {
	padding-top: 5px;
	padding-bottom: 5px;
}



/*GENERAL FORMS
**************************************************************/

form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="email"],
form.wpcf7-form input[type="password"],
form.wpcf7-form select,
form.wpcf7-form textarea {
	padding: 5px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 300px;
	border: 1px solid #ccd4da;
	color: #8497a5;
	font-size: 15px;
	font-family: 'open_sans', 'Helvetica', Arial, sans-serif;
}

form.wpcf7-form input[type="submit"] {
	display: inline-block;
	padding: 8px 40px;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	background-color: #cd202c;
	text-decoration: none;
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	transition: .3s all ease;
	border: 0;
}


/*TEAM TEMPLATE
**************************************************************/
.page-template-template-team-php .sidePages li{
	background: #EDF0F2;
	padding: 20px;
	margin: 0;
	list-style:none;
	text-align: left;
	text-indent: 10px;
}

.page-template-template-team-php .sidePages li a{
	text-decoration: none;
}

.page-template-template-team-php .sidePages li a:hover{
	opacity: 0.8;
}

.page-template-template-team-php .sidePages .twitter{
	margin-top: 20px;
}

.bannerSlider .slides li>a {
    width: 100%;
    overflow: hidden;
    height: 520px;
    display: block;
}