/* =============================================================================
================================================================================

	--------- Old Wilsonians Sport Clubs and Social Occasions ---------

	Design by :: Mike Wedge of Fifteen Ten Ltd.

	Date created :: 20/03/2016

	© Copyright Fifteen Ten Ltd. 2016. All rights reserved.

 =============================================================================
 ============================================================================= */

@import url("../css/reboot.min.css");


.vidWrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.vidWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* =============================================================================
   HTML
   ========================================================================== */

html {
	-webkit-font-smoothing: antialiased;
	-ms-font-feature-settings: inherit;
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
	height: 100%;
	width: 100%;
	}
html.no-overflow {
	overflow-y: hidden;
	}

/* =============================================================================
   ANCHOR TAGS
   ========================================================================== */

a {
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	color: #3279b0;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
	}
a:hover,
a:focus,
a:active {
	color: #363b3f;
	text-decoration: none;
	}

/* =============================================================================
   PSEUDO TAGS
   ========================================================================== */

.left {
	float: left;
	}
.right {
	float: right;
	}
.clear {
	clear: both;
	padding: 0;
	}
.centred {
	text-align: center;
	margin: 0 auto;
	}
.button,
a.button {
	background-color: transparent;
	border: 1px solid #ffffff;
	border: 0.1rem solid #ffffff;
	background-color: #ffe44e;
	color: #363b3f;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 20px;
	line-height: 2rem;
	padding: 15px 20px;
	padding: 1.5rem 2rem;
	position: relative;
	z-index: 2;
	}
.button:hover,
a.button:hover {
	background-color: #3279b0;
	color: #ffffff;
	}
.button .fa,
a.button .fa {
	font-size: 20px;
	font-size: 2rem;
	height: 20px;
	height: 2rem;
	margin-top: -10px;
	margin-top: -1rem;
	position: absolute;
	right: 20px;
	right: 2rem;
	top: 50%;
	}
.mobile-view {
	display: none;
	}
.gutter-left {
	padding-left: 40px;
	padding-left: 4rem;
	}

/* =============================================================================
   WIDTHS
   ========================================================================== */

.full-width {
	width: 100%;
	}
.nine-column-width {
	width: 90%;
	}
.eight-column-width {
	width: 80%;
	}
.seven-column-width {
	width: 70%;
	}
.six-column-width {
	width: 60%;
	}
.half-width {
	width: 50%;
	}
.four-column-width {
	width: 40%;
	}
.three-column-width {
	width: 30%;
	}
.two-column-width {
	width: 20%;
	}
.one-column-width {
	width: 10%;
	}

#banner {
    position: relative;
    overflow: hidden;
}
video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 1632px !important;
    width: 100% !important;
    display: block;
    transform: translate(-50%,-50%);
}
#vid-box { min-height: 400px; }


/* -------------- HOME LINKS --------------- */

.homepage #news-events .inner { padding-top: 40px; }

#home-links .inner { padding-bottom: 0px; padding-top: 20px;}

#home-links .col { float:left;  }

#home-links .col {
	float: left;
	background-image: url(../images/home-links-tennis.jpg);
	width: 31.33%;
	background-position: right center;
	background-size: cover;
	margin: 20px 1% 0;
	padding: 0px;
}

#home-links .col.tennis { background-image: url(../images/home-links-tennis.jpg); }
#home-links .col.football { background-image: url(../images/home-links-football.jpg); }
#home-links .col.cricket { background-image: url(../images/home-links-cricket.jpg); }
#home-links .col.netball { background-image: url(../images/home-links-netball.jpg); }
#home-links .col.squash { background-image: url(../images/home-links-squash.jpg); }
#home-links .col.alumni { background-image: url(../images/home-links-alumni.jpg); }

#home-links .col a { padding: 0px; width: 100%; display: block; position: relative; padding-top: 180px; padding-bottom: 40px; }

#home-links .col a:hover span { background-color: #3279b0; color: #fff; }

#home-links .col a:hover span i { color: #fff; }

#home-links .col span {
    background: #ffe44e;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 0.75em 40px 0.75em 0.75em;
    color: #000;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
}
#home-links .col a i {
	position: absolute;
	right: 20px;
	top: 17px;
	}


/* =============================================================================
   COLUMNS
   ========================================================================== */

.col {
	padding: 0 1%;
	}
.two-column .col {
	width: 50%;
	}
.three-column .col {
	width: 33.33%;
	}
.four-column .col {
	width: 25%;
	}
.five-column .col {
	width: 20%;
	}

/* =============================================================================
   BACKGROUND COLOURS
   ========================================================================== */

.grey-bg {
	background-color: #dddddd;
	}
.light-grey-bg {
	background-color: #f8f8f8;
	}
.yellow-bg {
	background-color: #ffe44e;
	}

/* =============================================================================
   BODY
   ========================================================================== */

body {
    background: #dddddd;
    color: #363b3f;
    font-family: 'Helvetica Neue', Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 100%;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0;
    padding: 0;
    width: 100%;
}

/* =============================================================================
   WRAPPERS
   ========================================================================== */

#site-wrapper {
    margin: 0 auto;
    min-height: 100%;
    padding: 0;
    position: relative;
    width: 100%;
    max-width: 1920px;
    background: #fff;
	} 
.inner {
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	margin: 0 auto;
	max-width: 95%;
    padding: 0;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
	}

/* =============================================================================
   HEADER
   ========================================================================== */

#header ul > li:before {
	display: none;
	}

/* HEADER TOP
   ========================================================================== */

#header-top {
	height: 44px;
	}

/* Sports List */
#header-top .sports > ul.sports-list {
	padding: 0;
	}
#header-top .sports > ul.sports-list li {
	border-left: 1px solid #ffffff;
	float: left;
	font-size: 12px;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	z-index: 4;
	}
#header-top .sports > ul.sports-list > li > a {
	color: #363b3f;
	display: block;
	padding: 10px 15px;
	padding: 1rem 1.5rem;
	}
#header-top .sports > ul.sports-list > li.active:before {
	background-color: #ffe44e;
	content: "";
	display: block;
	height: 110%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	}
.no-touch #header-top .sports > ul.sports-list > li > a:hover {
	background-color: #ffe44e;
	}

/* HEADER MIDDLE
   ========================================================================== */

/* Logo */
#logo > a {
	-moz-background-size: 125px auto;
	-moz-background-size: 12.5rem auto;
	-ms-background-size: 125px auto;
	-ms-background-size: 12.5rem auto;
	-o-background-size: 125px auto;
	-o-background-size: 12.5rem auto;
	-webkit-background-size: 125px auto;
	-webkit-background-size: 12.5rem auto;
	background: url("../images/logo.png") no-repeat 0 0 transparent;
	background-size: 125px auto;
	background-size: 12.5rem auto;
	display: block;
	float: left;
	height: 183px;
	height: 18.3rem;
	margin-top: -38px;
	margin-top: -3.8rem;
	width: 125px;
	width: 12.5rem;
	}
#logo figcaption {
	color: #363b3f;
	padding-left: 30px;
	padding-left: 3rem;
	padding-top: 40px;
	padding-top: 4rem;
	}
#logo figcaption h1 {
	color: #363b3f;
	font-family: 'Helvetica Neue', Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	margin: 0 0 5px;
	margin: 0 0 0.5rem;
	}
#logo figcaption h1:after {
	display: none;
	}
#logo figcaption p {
    font-family: Baskerville,"Baskerville Old Face","Hoefler Text",Garamond,"Times New Roman",serif;
    font-size: 23px;
    font-style: italic;
}


/* Social Links */
ul.social-links {
    padding: 50px 0 50px 20px;
    padding: 0px;
    position: absolute;
    top: -47px;
    right: 550px;
    width: auto;
}
ul.social-links > li:first-child {
	padding: 0;
	}
ul.social-links > li {
	float: left;
	padding: 0 0 0 0;
	padding: 0 0 0 0;
	}
ul.social-links > li > a {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border: 1px solid #ffffff;
	border-radius: 0px;
	color: #565a5d;
	display: block;
	/* height: 40px; */
	height: 50px;
	line-height: 44px;
	text-align: center;
	/* width: 40px; */
	width: 50px;
	border-left: 0px;
}
ul.social-links > li:first-child > a {
	border-left:1px solid #fff;
}
ul.social-links > li > a > span {
    font-size: 15px;
    line-height: 17px;
}
ul.social-links > li.in > a:hover {
	background-color: #007bb5;
	color: #ffffff;
	}
ul.social-links > li.tw > a:hover {
	background-color: #55acee;
	color: #ffffff;
	}
ul.social-links > li.fb > a:hover {
	background-color: #3b5998;
	color: #ffffff;
	}
ul.social-links > li.search > a:hover {
	background-color: #ffe44e;
	}
ul.social-links > li.search .search-area {
	display: none;
	height: 40px;
	height: 4rem;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 190px;
	width: 19rem;
	}
ul.social-links > li.search .search-area.active {
	display: block;
	}
ul.social-links > li.search .search-area .form-field {
	padding: 0;
	}
ul.social-links > li.search .search-area .form-field > input {
	height: 36px;
	height: 3.6rem;
	}
ul.social-links > li.search .search-area .form-field > span.fa,
ul.social-links > li.search .search-area .form-field span.fa > input[type="submit"] {
	height: 32px;
	height: 3.2rem;
	width: 32px;
	width: 3.2rem;
	}
ul.social-links > li.search .search-area .form-field > span.fa:before  {
	top: 8px;
	top: 0.8rem;
	}
#header-middle ul.social-links > li.search .search-area .form-field > input {
	height: 40px;
	height: 4rem;
	}
#header-middle ul.social-links > li.search .search-area .form-field > span.fa,
#header-middle ul.social-links > li.search .search-area .form-field span.fa > input[type="submit"] {
	height: 36px;
	height: 3.6rem;
	width: 36px;
	width: 3.6rem;
	}
#header-middle ul.social-links > li.search .search-area .form-field > span.fa:before  {
	top: 10px;
	top: 1rem;
	}

/* Advertisement */
.advertisement {
    padding-left: 20px;
    padding-top: 40px;
    max-width: 420px;
    width: 420px;
}
#advertisement img {
    max-width: 700px;
}

/* HEADER BOTTOM
   ========================================================================== */

#header-bottom {
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	}

/* Navigation */
nav#navigation ul {
	padding: 0;
	}
nav#navigation ul > li {
    border-right: 1px solid #dddddd;
    float: left;
    font-size: 13px;
    padding: 0;
    text-transform: uppercase;
}
nav#navigation ul > li > a {
    color: #565a5d;
    display: block;
    padding: 10px 15px;
    height: 42px;
}
nav#navigation ul > li.active > a,
.no-touch nav#navigation ul > li > a:hover {
	background-color: #ffe44e;
	}
nav#navigation ul > li > ul.secondary-nav {
	background-color: #ffffff;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	display: none;
	left: 0;
	position: absolute;
	top: 100%;
	width: 280px;
	width: 28rem;
	z-index: 8;
	}
nav#navigation ul > li > ul.secondary-nav  > li {
	border-bottom: 1px solid #dddddd;
	border-right: none;
	float: none;
	}
nav#navigation ul > li:hover > ul {
    display: block !important;
}

/* Subscription */
a.subscribe {
    background-color: #fff7c8;
    border-left: 1px solid #dddddd;
    color: #565a5d;
    font-size: 12px;
    padding: 10px 20px;
    /* padding: 1rem 2rem; */
    text-transform: uppercase;
    height: 42px;
	display:none;
}
a.subscribe > span.fa {
	margin-left: 10px;
	margin-left: 1rem;
	}
.no-touch a.subscribe:hover {
	background-color: #ffe44e;
	}

/* =============================================================================
   HOMEPAGE
   ========================================================================== */

section > .inner {
	padding: 0 0 80px;
	padding: 0 0 8rem;
	}

/* LATEST NEWS AND EVENTS
   ========================================================================== */

#news-events > .inner {
	padding-top: 80px;
	padding-top: 8rem;
	}

/* FEATURED ARTICLE AND EVENTS
   ========================================================================== */

/* Featured Article */
.article .img {
	margin: 0;
	}
span.tag {
	color: #3279b0;
	}
.article .img {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	position: relative;
	}
.article .img .plus {
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    background-color: #ffe44e;
    display: block;
    line-height: 40px;
    line-height: 4rem;
    position: absolute;
    top: 10%;
    left: 10%;
    transition: 0.2s ease;
    height: 80%;
    width: 80%;
    opacity: 0;
}

.article .img .plus:before {
	-moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
	content:' ';
	background-image: url(../images/chevvychase.png);
    background-repeat: no-repeat;
    background-position: center center;
	background-size: 100%;
	display:block;
	position:absolute;
	top:70%;
	left:50%;
	margin: -18px 0 0 -12px;
	width:25px;
	height:36px;
	opacity:0;
}
.article .img a:hover .plus:before {
	opacity:1;
	top:50%;
}




/*

.article a:hover .img .plus {
	background-size:25px 36px;
}

.plus:before,
.plus:after {
	-moz-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
	background-color: #363b3f;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transition: 0.2s ease;
	}
.plus:before {
	height: 20px;
    height: 2rem;
    left: 50%;
    margin-left: -1px;
    margin-left: -0.1rem;
    margin-top: -4px;
    margin-top: -0.4rem;
    width: 4px;
    width: 0.4rem;
	}
.plus:after {
	height: 4px;
	height: 0.4rem;
	left: 50%;
	margin-left: -5px;
	margin-left: -0.5rem;
	width: 20px;
	width: 2rem;
	}
*/
.article a:hover span.plus {
	opacity:1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	}
.pagination {
    font-size: 17px;
    margin: 20px auto 40px;
    text-align: center;
    background: #ddd;
    padding: 30px 0;
	}

/* Events */
#events #upcoming {
	max-height: 300px;
	max-height: 30rem;
	}
#events #upcoming .mCSB_scrollTools .mCSB_draggerRail {
	background-color: #d8d8d8;
	}
#events #upcoming .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #3279b0;
	}
#events #upcoming ul > li:before {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	height: 6px;
	height: 0.6rem;
	top: 8px;
	top: 0.8rem;
	width: 6px;
	width: 0.6rem;
	}

/* Sports Clubs */
#sports-clubs ul > li:before {
	display: none;
	}
#sports-clubs ul > li:first-child {
	margin: 0;
	}
#sports-clubs ul > li {
	-moz-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
	background: #eeeeee;
	font-size: 12px;
	margin-top: 15px;
	margin-top: 1.5rem;
	text-transform: uppercase;
	transition: 0.2s ease;
	}
#sports-clubs ul > li:hover {
	background-color: #ffe44e;
	}
#sports-clubs ul > li > a {
	color: #363b3f;
	display: block;
	padding: 10px 20px 10px 30px;
	padding: 1rem 2rem 1rem 3rem;
	}
#sports-clubs ul > li span {
	background-color: #ffe44e;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 40px;
	width: 4rem;
	background-image: url(../images/chevvychase.png);
    background-repeat: no-repeat;
    background-position: center center;
	background-size: 5px 7px;
	}
#sports-clubs ul > li:hover span {
	background-color: #eeeeee;
	}

/* ADVERTISEMENT
   ========================================================================== */

#advertisement > .inner {
	padding: 20px 0;
	padding: 2rem 0;
	}
#advertisement ~ #latest-news > .inner {
	padding-top: 80px;
	padding-top: 8rem;
	}

/* PHOTO GALLERY
   ========================================================================== */

#gallery > .inner {
	padding: 40px 0;
	padding: 4rem 0;
	}
#gallery ul > li:before {
	display: none;
	}
#gallery ul > li {
	display: block;
	float: left;
	padding: 0;
	padding-left: 1%;
	width: 12.22%;
	}
#gallery ul > li > a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}
#gallery a .plus {
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    background-color: #ffe44e;
    display: block;
    line-height: 40px;
    line-height: 4rem;
    position: absolute;
    top: 10%;
    left: 10%;
    transition: 0.2s ease;
    height: 80%;
    width: 80%;
    opacity: 1;
}
#gallery ul > li > a span.plus:after {
	margin-left: -12px;
	margin-left: -1.2rem;
	width: 24px;
	width: 2.4rem;
	}
#gallery ul > li > a:hover span.plus:before {
	top: 50%;
	}
#gallery ul > li > a:hover span.plus:after {
	margin-top: -0.5rem;
	}
#gallery a .plus {
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    background-color: #ffe44e;
    display: block;
    line-height: 40px;
    line-height: 4rem;
    position: absolute;
    top: 10%;
    left: 10%;
    transition: 0.2s ease;
    height: 80%;
    width: 80%;
    opacity: 1;
}
#gallery a .plus:before {
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    content: ' ';
    background-image: url(../images/chevvychase.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    width: 25px;
    height: 36px;
    opacity: 1;
    margin-top: -18px;
    margin-left: -12px;
}
#gallery a:hover .plus:before {
	opacity:1;
	left:70%;
}
#gallery li.last {
	height:auto !important;
}




/* =============================================================================
   CONTENT PAGE
   ========================================================================== */

/* BREADCRUMBS
   ========================================================================== */

#breadcrumbs {
	border-bottom: 1px solid #dddddd;
	padding: 15px 40px;
	padding: 1.5rem 4rem;
	}
#breadcrumbs a {
	font-weight: 400;
	}

/* CONTENT
   ========================================================================== */

#content {
	border-left: 1px solid #dddddd;
	}
#content > .inner {
	max-width: 100%;
	padding: 40px;
	padding: 4rem;
	}
#content > .inner h2 {
	color: #3279b0;
	}
#content > .inner > .right {
    padding: 0 0 0 40px;
    padding: 0 0 0 4rem;
    width: 36%;
}
#content > .inner > .right img {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	}
#content > .inner > .right h1.sml {
	font-size: 10px;
	font-size: 1rem;
	margin: 0;
	}
#content > .inner #share {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	}
.right #share ~ .img a img {
    max-width: 320px;
	width:100%;
	}
#content > .inner .stButton {
	margin: 0;
	padding: 0;
	}
#content > .inner .stButton .stBubble {
	height: 35px;
	height: 3.5rem;
	margin: 0;
	}
#content > .inner .stMainServices {
	height: 22px;
	height: 2.2rem;
	}
#content > .inner #gallery ul > li {
	padding-bottom: 1%;
	width: 25%;
	}

/* SIDEBAR
   ========================================================================== */

#sidebar .title {
	border-bottom: 1px solid #dddddd;
	padding: 15px 20px;
	padding: 1.5rem 2rem;
	}
#sidebar .title h3 {
	font-size: 15px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	}

/* Articles */
#sidebar .article ul {
	margin: 0;
	padding: 0;
	}
#sidebar .article ul > li:before {
	display: none;
	}
#sidebar .article ul > li {
    border-bottom: 1px solid #dddddd;
	padding:0px;
}
#sidebar .article ul > li a {
    font-weight: 400;
    padding: 20px 13px 20px 34px;
    display: block;
    background-image: url(../images/sidebar-bullet.png);
    background-repeat: no-repeat;
    background-position: 18px 26px;
    background-color: #fff;
}
#sidebar .article ul > li a:hover {
	background-color:#ffe44e;
	color:#444;
}
#sidebar .article.gutter {
    padding: 40px;
    padding: 4rem;
}
#sidebar.left.two-column-width .article.gutter {
    padding: 20px;
    padding: 2rem;
}

/* =============================================================================
   SPORTS HOME PAGE
   ========================================================================== */

#forthcoming-events .article {
	position: relative;
	}
#forthcoming-events .article:first-of-type:before {
	display: none;
	}
#forthcoming-events .article:before {
	background: #d0d0d0;
	content: "";
	display: block;
	height: 100%;
	left: -10px;
	left: -1rem;
	position: absolute;
	top: 0;
	width: 1px;
	width: 0.1rem;
	}
span.date,
#forthcoming-events .article .date p {
	color: #3279b0;
	font-family: Baskerville,"Baskerville Old Face","Hoefler Text",Garamond,"Times New Roman",serif;
	font-style: italic;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	line-height: 4rem;
	}
#forthcoming-events .article .description {
	padding-left: 30px;
	padding-left: 3rem;
	}
#forthcoming-events .article .description p {
	padding: 0 0 10px;
	padding: 0 0 1rem;
	}
span.date {
    display: block;
    position: absolute;
    letter-spacing: -2px;
    font-size: 31px;
    left: 0px;
    top: 40px;
}
.article-list.events .article {
    padding-left: 94px;
    position: relative;
    padding-top: 40px;
}



/* =============================================================================
   FOOTER
   ========================================================================== */

footer#footer {
	background-color: #dddddd;
	}
footer#footer .inner {
	padding: 40px 0;
	padding: 4rem 0;
	}

/* FOOTER TOP
   ========================================================================== */

footer#footer {
	border-collapse: collapse;
	display: table;
	width: 100%;
	}
footer#footer .cell {
    display: block;
    padding: 0;
    position: absolute;
}
#sponsor-icon {
    position: absolute;
    top: 40px;
    left: 0px;
    display: block;
}
footer#footer .cell h6,
footer#footer .cell p {
	margin: 0;
	padding: 0;
	}
footer#footer .cell + .cell + .cell + .cell {
	padding-left: 40px;
	padding-left: 4rem;
	}
footer#footer #back-to-top {
    cursor: pointer;
    height: 60px;
    height: 6rem;
    text-align: center;
    width: 60px;
    width: 6rem;
    right: 20px;
    position: absolute;
    top: 40px;
}
footer#footer #back-to-top > .fa {
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 60px;
	line-height: 6rem;
	}

/* FOOTER BOTTOM
   ========================================================================== */

footer#footer #footer-bottom p {
	padding: 0;
	}
footer#footer #footer-bottom p a {
	font-weight: 400;
	}

/* =============================================================================
   STYLE TEMPLATE
   ========================================================================== */

ul {
	list-style: none;
	padding: 0 0 20px;
	}
ul:before,
ul:after {
	clear: both;
	content: "";
	display: table;
	width: 100%;
	}
.team-list li {
    border-top: 1px solid #ddd;
    padding: 10px 0 10px 20px;
	}
ul.team-list > li:before {
	top:19px;	
	}
ul li {
	display: block;
	line-height: 24px;
	list-style: none;
	padding: 0 20px;
	position: relative;
	}
ul > li:before {
	background-color: #363b3f;
	content: "";
	display: block;
	height: 4px;
	height: 0.4rem;
	left: 5px;
	left: 0.5rem;
	position: absolute;
	top: 11px;
	top: 1.1rem;
	width: 4px;
	width: 0.4rem;
	}
ol {
	list-style: none;
	overflow: hidden;
	padding: 0 0 20px;
	}
ol li:before {
    background-color: #2caddd;
    color: #ffffff;
    content: counter(step-counter);
    font-weight: 700;
    height: 18px;
    left: 0;
    line-height: 18px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 4px;
    width: 18px;
	}
ol li {
	counter-increment: step-counter;
	display: block;
	line-height: 28px;
	padding: 0 30px;
	position: relative;
	}
strong,
b {
	font-weight: bold;
	}

/* HEADINGS
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
	color: #565a5d;
	font-weight: 600;
	letter-spacing: -0.02em;
	margin: 0 0 20px;
	margin: 0 0 2rem;
	position: relative;
	}
h1 {
	font-family: Baskerville,"Baskerville Old Face","Hoefler Text",Garamond,"Times New Roman",serif;
	font-size: 27px;
	font-style: italic;
	line-height: 27px;
	}
h2 {
	font-size: 32px;
	line-height: 38px;
	}
h3 {
    font-size: 24px;
    line-height: 29px;
}
h4 {
	font-size: 17px;
	font-weight: 400;
	line-height: 22px;
	}
h5 {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	}
h6 {
	font-size: 16px;
	line-height: 20px;
	}
h1 > span {
	background: #ffffff;
	content: "";
	display: inline-block;
	padding: 10px 20px 10px 0;
	padding: 1rem 2rem 1rem 0;
	position: relative;
	z-index: 1;
	}
h1:after {
	background: #d8d8d8;
	content: "";
	display: block;
	height: 2px;
	height: 0.2rem;
	margin: 0;
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 0;
	}
h1.sml {
	font-family: 'Helvetica Neue', Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.8em;
	line-height: 12px;
	line-height: 1.2rem;
	margin: 0 0 20px;
	margin: 0 0 2rem;
	text-transform: uppercase;
	}
h1.sml:after {
	display: none;
	}

/* PARAGRAPHS
   ========================================================================== */

p {
	padding: 0 0 20px;
	padding: 0 0 2rem;
	}
.content p {
	padding: 0 0 30px;
	padding: 0 0 3rem;
	}

/* IMAGES
   ========================================================================== */

img {
	display: block;
	height: auto;
	margin: auto;
	max-width: 100%;
	}
.img > img {
	width: 100%;
	}
.content img {
	margin-bottom: 30px;
	margin-bottom: 3rem;
	}
.img-parent {
	margin: 0;
	padding: 0;
	}
.img-parent img {
	border: 5px solid #f1f1f1;
	}
.float-right {
	float: right;
	margin: 5px 0 20px 20px;
	}
.float-left {
	float: left;
	margin: 5px 20px 20px 0;
	}
.right.three-column-width figure.img {
    margin-bottom: 30px;
}

/* ACCORDIONS
   ========================================================================== */

.accordion {
	margin: 40px 0;
	margin: 4rem 0;
	padding: 0;
	}
.accordion .accordion-item {
	margin: 0;
	position: relative;
	}
.accordion .accordion-item:before {
	background-color: #3279b0;
	height: 8px;
	height: 0.8rem;
	left: 15px;
	left: 1.5rem;
	top: 19px;
	top: 1.9rem;
	width: 8px;
	width: 0.8rem;
	}
.accordion .accordion-item:nth-child(even) {
	background-color: #f8f8f8;
	}
.accordion .accordion-header {
	color: #3279b0;
	cursor: pointer;
	display: block;
	font-weight: 700;
	margin-top: 0;
	padding: 10px 20px;
	padding: 1rem 2rem;
	position: relative;
	}
.accordion .accordion-header span.fa {
	-moz-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
	display: block;
	height: 11px;
	height: 1.1rem;
	margin-top: -5px;
	margin-top: -0.55rem;
	position: absolute;
	right: 0;
	top: 50%;
	transition: 0.2s ease;
	width: 16px;
	width: 1.6rem;
	}
.accordion .accordion-item.active span.fa {
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	top: 28px;
	top: 2.8rem;
	transform: rotate(90deg);
	}
.accordion .accordion-content {
	display: none;
	padding: 10px 20px;
	padding: 1rem 2rem;
	}


/* SPORTS LEAGUE STYLING
   ========================================================================== */

#content > .inner h2 {
    color: #565a5d;
    margin-top: 40px;
}
#content > .inner div > *:first-child {
	margin-top:0px;
}
.inner .left.seven-column-width {
    width: 63%;
    padding-left: 1%;
}
.inner .left.seven-column-width div table tr table.dataEntryTable {
	display:none;
}
.advert-image img {
    max-width: 300px;
    width: 100%;
}
table.dataEntryTable {
    display: none;
}
/*.right table td {
    font-size: 10px;
    font-weight: normal !important;
}*/
table {
	width:100%;
}
table {
    width: 100% !important;
    margin-bottom: 40px;
    display: block;
}
table td, table th {
    font-weight: normal !important;
    border: 1px solid #ddd;
    padding: 10px 7px;
	line-height:14px;
}
table th > * {
	color:#363b3f !important;
	font-weight:bold;
    font-size: 20px !important;
}
table th h3 {
    font-size: 16px !important;
    margin: 0;
}
table th {
	background-color:#ffe44e;
}
#content-area table {
	border-width:3px;
	width:100%;
	display:table;
	table-layout: fixed;
}
table th {
	border-bottom-width:3px;
}
table .even td {
	background-color:#f1f1f1;
}
.right.league-content div {
    width: 100% !important;
}
table.sport-table {
	width: 100% !important; 
    border: 3px solid #FFF !important;
    padding: 1px !important; 
    font-family: Arial, Helvetica, sans-serif !important; 
    font-size: 11px !important;
}
.sport-table td.date {
	background-color: #ffffff; 
	color: #333;  
	height:20px; 
	font-weight:bold; 
	padding: 3px !important;
}
.sport-table tr.odd td {
	background:#f2f2f2;
}
.sport-table tr.even td {
	background:#fff;
}
.sport-table tr td,
.sport-table tr th {
	padding:3px;
	text-align:center;
}
.sport-table tr th {
	font-weight:bold;
}

/* TEAM CONTENT UPDATES
------------------------- */

.team-content div {
    width: 100% !important;
	}
.team-content table {
    display: table;
    border: 1px solid #ccc !important;
    box-shadow: 0px 0px 1px #666;
	}
.team-content table table {
    display: none;
	}

/* NEWS LIST PAGE
   ========================================================================== */

.article-list .article .img {
    max-width: 200px;
    float: left;
    margin: 0 20px 20px 0;
}
.article-list .article {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    clear: both;
}
.article-list .article p.synopsis {
	
}
.news-filter > * {
    width: 100%;
	margin-bottom:15px;
}
form.news-filter {
	padding:20px;
}
.news-filter input {
    padding: 15px;
}
.news-filter input[type="submit"] {
	background-color:#ffe44e	;
	font-weight:bold;
	border:0px;
}
.select {
  position: relative;
  display: inline-block;
}
.select select {
    outline: none;
    -webkit-appearance: none;
    display: block;
    padding: 14px 14px;
    margin: 0;
    transition: border-color 0.2s;
    border: 1px solid #ddd;
    border-radius: 0px;
    background: #fff;
    color: #555;
    line-height: normal;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    height: 52px;
}
.select .arr {
    background: #fff none repeat scroll 0 0;
    bottom: 1px;
    pointer-events: none;
    position: absolute;
    right: 1px;
    top: 2px;
    width: 42px;
}
.select .arr:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: 0px;
  pointer-events: none;
  border-top: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.select .arr:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 28px;
  margin-top: 0px;
  pointer-events: none;
  border-top: 3px solid #fff;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}


/* VIDEO
   ========================================================================== */

.video-container {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	}
.video-container > iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}

/* TABLE ELEMENTS
   ========================================================================== */

.table {
	border-collapse: collapse;
	display: table;
	table-layout: auto;
	width: 100%;
	}
.table-row {
	display: table-row;
	}
.table-cell {
	border: 1px solid #dddddd;
	display: table-cell;
	padding: 5px;
	padding: 0.5rem;
	text-align: center;
	}
.table-cell:first-child {
	color: #3279b0;
	font-weight: 700;
	}

/* FORM ELEMENTS
   ========================================================================== */

.form-field {
	position: relative;
	}
.form-field > input:-webkit-input-placeholder,
.form-field > input:-moz-placeholder,
.form-field > input:-moz-placeholder,
.form-field > input:-ms-input-placeholder,
.form-field > input:input-placeholder {
   color: #565a5d;
	}
.form-field > input {
    background: #ffffff;
    border: 2px solid #ccc;
    color: #565a5d;
    font-weight: 700;
    height: 60px;
    height: 6rem;
    padding: 0 20px;
    padding: 0 2rem;
    width: 100%;
    margin-bottom: 20px;
}
.form-field > select:-webkit-input-placeholder,
.form-field > select:-moz-placeholder,
.form-field > select:-moz-placeholder,
.form-field > select:-ms-input-placeholder,
.form-field > select:input-placeholder {
   color: #565a5d;
	}
.form-field > select {
    background: #ffffff;
    border: 2px solid #ccc;
    color: #565a5d;
    font-weight: 700;
    height: 60px;
    height: 6rem;
    padding: 0 20px;
    padding: 0 2rem;
    width: 100%;
    margin-bottom: 20px;
}
.form-field > textarea:-webkit-input-placeholder,
.form-field > textarea:-moz-placeholder,
.form-field > textarea:-moz-placeholder,
.form-field > textarea:-ms-input-placeholder,
.form-field > textarea:input-placeholder {
   color: #565a5d;
	}
.form-field > textarea {
    background: #ffffff;
    border: 2px solid #ccc;
    color: #565a5d;
    font-weight: 700;
    padding: 20px 20px;
    padding: 2rem 2rem;
    width: 100%;
    margin-bottom: 20px;
}
.form-field > input[type="submit"] {
	}
.form-field > span.fa {
	height: 58px;
	height: 5.8rem;
	position: absolute;
	right: 2px;
	right: 0.2rem;
	text-align: center;
	top: 2px;
	top: 0.2rem;
	width: 58px;
	width: 5.8rem;
	}
.form-field > span.fa:before {
	font-size: 1.8rem;
	position: relative;
	top: 20px;
	top: 2rem;
	}
.form-field > span.fa > input[type="submit"] {
	background: none;
	border: none;
	height: 60px;
	height: 5.6rem;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	width: 6rem;
	}
button.btn.btn-primary {
    background-color: #f1d600;
    border: 0px;
    padding: 13px;
    font-weight: bold;
    border-radius: 4px;
}


/* =============================================================================
   MEDIA QUERIES
   ========================================================================== */

@media all and (max-width: 1440px) {
	.left.team-content {
		width:52%;
		}
	#content > .inner > .right.league-content {
		width:46%;
		}
}
		
@media all and (max-width: 1280px) {
	.sports #featured-article .article .img {
		margin: 0 auto 2rem;
		width: 100%;
		}
	.sports #featured-article .article .img > a {
		display: block;
		}
	.sports #featured-article  .article > .gutter-left {
		padding-left: 0;
		width: 100%;
		}
	#latest-results {
		width: 100%;
		}
	#forthcoming-events .article .description {
		padding-left: 0;
		width: 100%;
		}
	#forthcoming-fixtures {
		padding-top: 2rem;
		width: 100%;
		}
	.article-list .article .img {
		max-width: 300px;
		float: none;
		margin: 0 20px 20px 0;
		}
	}
@media all and (max-width: 1110px) {
	header#header #logo {
		width: 450px;
		}
	header#header #logo figcaption {
    padding-left: 15px;
}
	header#header ul.social-links {
		padding-left: 1rem;
		}
	.left.team-content {
		width:44%;
		}
	#content > .inner > .right.league-content {
		width:52%;
		padding-left:2%;
		}

	}
@media all and (max-width: 960px) {

	#home-links .col, .three-column .col { width: 50%; }

	header#header .desktop-view {
		display: none;
		}
	header#header .mobile-view {
		display: block;
		}

	header#header ul.social-links {
		padding: 0;
		position: absolute;
		right: 168px;
		top: -1px;
	}
	header#header ul.social-links > li {
		padding-left: 0px;
	}
	header#header ul.social-links > li > a {
		height: 46px;
		line-height: 44px;
		width: 45px;
	}
	header#header ul.social-links > li > a > span.fa {
		line-height: 30px;
		}
	header#header #header-top .sports {
		position: relative;
		text-align: center;
		width: 15rem;
		}
	header#header #header-top .sports > span {
		background-color: #ffe44e;
		border-left: 0.2rem solid #ffffff;
		cursor: pointer;
		display: block;
		font-size: 1.2rem;
		font-weight: 700;
		padding: 1rem 2rem;
		text-align: left;
		text-transform: uppercase;
		}
	header#header #header-top .sports > span:after {
		border-right: 0.6rem solid transparent;
		border-left: 0.6rem solid transparent;
		border-top: 0.6rem solid #202020;
		content: "";
		display: block;
		height: 0;
		margin-top: -0.3rem;
		position: absolute;
		right: 1rem;
		top: 50%;
		width: 0;
		}
	header#header #header-top .sports > span.active:after {
		border-bottom: 0.6rem solid #202020;
		border-top: none;
		}
	header#header #header-top .sports > .sports-list {
		background-color: #ffffff;
		border-left: 2px solid #ffffff;
		border-bottom: 2px solid #dddddd;
		left: 0;
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 6;
		}
	header#header #header-top .sports > .sports-list > li {
		width: 100%;
		}
	header#header #header-top .sports > .sports-list > li > a {
		padding: 0.2rem;
		}
	header#header .advertisement {
		width: 100%;
		max-width: 340px;
		position: absolute;
		right: 0px;
		top: 6px;
	}
	/* Sections */
	section > .inner {
		padding: 0;
		}
	#latest-news > .inner,
	#news-events > .inner,
	#advertisement ~ #latest-news > .inner,
	#gallery > .inner {
		padding: 2rem 0 0;
		}
	#news-events .inner > .half-width {
		width: 100%;
		}
	#news-events .inner > .half-width {
		clear: both;
		padding-top: 2rem;
		}
	#news-events .inner > #featured-article.half-width {
		padding-bottom: 0;
		}
	#events.gutter-left {
		padding-left: 0;
		}
	.sports #featured-article .article .img,
	.sports #featured-article .article > .gutter-left {
	    width: 50%;
		}
	 .sports #featured-article .article > .gutter-left {
		padding-left: 2rem;
		}
	#latest-results,
	#forthcoming-fixtures {
		padding-left: 0;
		padding-top: 0;
		width: 50%;
		}
	#latest-results {
		padding-right: 1rem;
		}
	#forthcoming-fixtures {
		padding-left: 1rem;
		}
	#forthcoming-events ~ #latest-news > .inner {
		padding-top: 0;
		}
	#forthcoming-events > .inner {
		padding: 2rem 0;
		}

	/* Photo Gallery */
	#gallery ul > li {
		padding-bottom: 1%;
		width: 25%;
		}

	/* Content */
	#content > .inner > .left {
		width: 100%;
		}
	#content > .inner > .right {
		float: none;
		padding: 2rem 0 0;
		width: 100%;
		}
	#content > .inner > .right.league-content {
		width: 100%;
		padding-left: 0%;
		padding-top:50px;
		clear:both;
	}
	}
@media all and (min-width: 861px) {
	nav#navigation {
		display: block !important;
		height: auto !important;
		}
	}
@media all and (max-width: 860px) {
	
	#home-links .col, .three-column .col { width: 100%; }
	
	.desktop-view {
		display: none;
		}
	.mobile-view {
		display: block;
		}

	header#header .advertisement {
		max-width: 280px;
		right: 65px;
		top: 39px;
		left: auto;
	}

	/* Columns */
	.four-column .col {
		padding-bottom: 2rem;
		width: 50%;
		}
	.homepage .four-column article.col {
		height: 700px;
	}

	/* Header */
	header#header #logo, header#header #header-middle .inner > .right {
		width: 100%;
		height: 68px;
		}
	header#header .advertisement {
		padding: 0 0 2rem;
		}
	#header #header-bottom {
		border: none;
		position: relative;
		z-index: 12;
		}

	/* Navicon */
	#navicon {
		-moz-transition: all 0.2s ease-in-out 0s;
		-ms-transition: all 0.2s ease-in-out 0s;
		-o-transition: all 0.2s ease-in-out 0s;
		-webkit-transition: all 0.2s ease-in-out 0s;
		background-color: #ffe44f;
		border: 0.2rem solid #dddddd;
		cursor: pointer;
		display: block;
		float: right;
		height: 39px;
		margin: 0;
		padding: 0;
		position: absolute;
		right: 0;
		top: 20px;
		transition: all 0.2s ease-in-out 0s;
		width: 45px;
		z-index: 2;
	}
	#navicon > span {
		-webkit-transition: all linear 0.3s;
		-moz-transition: all linear 0.3s;
		-ms-transition: all linear 0.3s;
		background: #333c41;
		height: 3px;
		left: 0;
		margin-left: auto;
		margin-right: auto;
		margin-top: -0.2rem;
		position: absolute;
		right: 0;
		transition: all linear 0.3s;
		top: 50%;
		width: 80%;
  		}
  	#navicon > span:after,
  	#navicon > span:before {
	  	-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-webkit-transition: all linear 0.3s;
		-moz-transition: all linear 0.3s;
		-ms-transition: all linear 0.3s;
	  	background: #333c41;
		content: "";
		display: block;
		height: 3px;
		left: 0;
		position: absolute;
		transform: rotate(0);
		transition: all linear 0.3s;
		width: 100%;
  		}
   	#navicon > span:before {
  		top: -0.8rem;
		}
  	#navicon > span:after {
  		top: 0.8rem;
		}
	#navicon.open {
		right: 0;
		top: -3.9rem;
		z-index: 9999;
		}
	#navicon.open > span {
		background: transparent;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;
		}
	#navicon.open > span:before {
		visibility: visible;
		top: 0 !important;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		}
	#navicon.open > span:after {
		visibility: visible;
		top: 0 !important;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		}
	nav#navigation {
		-moz-transition: all 0.2s ease-in-out 0s;
		-ms-transition: all 0.2s ease-in-out 0s;
		-o-transition: all 0.2s ease-in-out 0s;
		-webkit-transition: all 0.2s ease-in-out 0s;
		-webkit-overflow-scrolling: touch;
		-webkit-transform: translateZ(0px);
		-webkit-transform: translate3d(0,0,0);
		background: #ffffff;
		display: block;
		height: 100%;
		right: -260px;
		overflow-y: auto;
		position: fixed;
		left: auto;
		padding: 0;
		text-align: left;
		top: 0;
		transition: all 0.2s ease-in-out 0s;
		width: 260px;
		z-index: 9999;
}
	.nav-open nav#navigation {
    right: 0px;
}
	
	nav#navigation:after {
		background: #ddd;
		content: "";
		display: block;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 0.2rem;
		}
	nav#navigation ul {
		float: none;
		padding: 0;
		width: 100%;
		border-left:0px;
		}
	nav#navigation ul li, nav#navigation ul li:first-child {
		border: none;
		display: block;
		float: none;
		font-size: 13px;
		margin-left: 0;
		padding: 0;
		position: relative;
		border-top: 1px solid #ddd;
	}
	nav#navigation ul > li > ul.secondary-nav {
		border: none;
		border-left: 0.2rem solid;
		position: relative;
		width: 100%;
		}
	nav#navigation ul > li > ul.secondary-nav > li {
		padding: 0;
		text-transform: none;
		}
	a.subscribe {
		display: block;
		float: none;
		padding: 1rem 1rem 1rem 2rem
		}
	a.subscribe > span.fa {
		margin-left: 10px;
		margin-left: 1rem;
		display: none;
	}
	nav#navigation ul > li > ul.secondary-nav {
		display: block !important;
		border-left: 3px solid #ddd;
	}
	nav#navigation ul > li a {
		background-color:#eee;
		}
	nav#navigation ul > li ul li a {
		padding: 4px 20px;
		height: auto;
		font-weight: normal;
		background-color: #fafafa;
	}

	.article-list .article .img {
		max-width: 200px;
		float: none;
		margin: 0 20px 20px 0;
		max-height: 200px;
		overflow: hidden;
		height: 200px;
		border: 4px solid #eee;
	}
	
	.article-list .tag {
    	display: block;
	}

	/* advertisement */
	#advertisement {
		margin-top: 1rem;
		}

	/* Photo Gallery */
	#gallery ul > li,
	#content > .inner #gallery ul > li {
		width: 33%;
		}

	/* Forthcoming Events */
	#forthcoming-events .article {
		border-bottom: 1px solid #d0d0d0;
		width: 50%;
		}
	#forthcoming-events .article:last-child {
		border: none;
	    float: none;
	    clear: both;
	    padding: 2rem 0 0;
	    overflow: hidden;
	    display: block;
	    margin: 0 auto;
		}
	#forthcoming-events .article:last-child:before {
		display: none;
		}

	/* Page Overay */
	#page-overlay {
		background-color: rgba(0,0,0,0.6);
		display: none;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 11;
		}

	/* Footer */
	footer#footer .cell + .cell + .cell + .cell {
		display: inline;
		padding: 0;
		}
	footer#footer #back-to-top {
		position: absolute;
		right: 0;
		top: 20px;
		}
	header#header #logo, header#header #header-middle .inner > .right {
    width: 100%;
    height: 80px;
}
#logo > a {
    -moz-background-size: 9rem auto;
    -ms-background-size: 9rem auto;
    -o-background-size: 9rem auto;
    -webkit-background-size: 9rem auto;
    background-size: 5rem auto;
    height: 7.2rem;
    margin-top: 3px;
    width: 59px;
}

	#logo figcaption {
		padding-top: 15px;
	}
	#logo figcaption h1 {
		margin: 0 0 2px;
		font-size: 23px;
	}
	header#header .advertisement {
		top: auto;
		bottom: 0px;
		left: 10px;
		right: 0px;
		display: block;
		max-width: 240px;
		width: 240px;
	}
	#header-middle {
		height: 170px;
	}
	#logo figcaption {
		padding-top: 20px;
		padding-top: 2rem;
		}


	}
@media all and (max-width: 737px) {
	.right table tr td:first-child[align="right"] {
		display:none;
	}

	#sponsor-icon {
		display:none !important;
	}
	#footer-bottom {
		padding-top:60px;
	}
	footer#footer #back-to-top {
		position: absolute;
		right: 50%;
		top: -40px;
		margin-right: -30px
	}
	#advertisement img {
		max-width: 100%;
	}	
	#navicon {
    	top: 3rem;
		}
		
	/* Columns */
	.two-column .col,
	.three-column .col,
	.four-column .col {
		padding-bottom: 2rem;
		width: 100%;
		}
	.homepage .four-column article.col {
		height: auto;
	}

	/* Widths */
	.half-width {
		width: 100%;
		}

	/* News & Events */
	#latest-results,
	#news-events #featured-article {
		padding: 0;
		}
	.sports #featured-article .article .img,
	#news-events .inner > #featured-article .gutter-left {
		padding: 0;
		width: 100%;
		}
	.article .img {
		display:none;
	}
	#latest-results {
		width: 100%;
		}
	#forthcoming-fixtures {
		padding: 2rem 0 0;
		width: 100%;
		}
	#forthcoming-events .article {
		border: none;
		width: 100%;
		}
	#forthcoming-events .article:before {
		height: 0.1rem;
		left: 0;
		top: -1.5rem;
		width: 100%;
		}
	#forthcoming-events .article:last-child {
		overflow: visible;
		padding: 0;
		}
	#forthcoming-events .article:last-child:before {
		display: block;
		}
/* #logo > a {
    -moz-background-size: 65px auto;
    -moz-background-size: 6.5rem auto;
    -ms-background-size: 65px auto;
    -ms-background-size: 6.5rem auto;
    -o-background-size: 65px auto;
    -o-background-size: 6.5rem auto;
    -webkit-background-size: 65px auto;
    -webkit-background-size: 6.5rem auto;
    background-size: 6.5rem auto;
    width: 6.5rem;
}
*/

	/* Sports Club list */
	#sports-clubs {
		padding: 2rem 0 0;
		}

	/* Sections */
	section > .inner {
		padding: 2rem 0;
		}

	/* Photo Gallery */
	#gallery ul > li,
	#content > .inner #gallery ul > li {
		width: 49.5%;
		}

	/* Breadcrumb */
	#breadcrumbs {
		padding-left: 2rem;
		padding-right: 2rem;
		}
	/* Banner */
	#banner {
		margin: 0 auto 0;
		}

	/* Sidebar */
	#sidebar,
	#content {
		float: none;
		width: 100%;
		}

	/* Inner */
	#content > .inner {
		padding: 2rem;
		}
	#content > .inner > .left {
		width: 100%;
		}
	#content > .inner > .right {
		float: none;
		padding: 2rem 0 0;
		width: 100%;
		}

	/* Footer */
	footer#footer #footer-top .cell:first-child {
		margin-top: 0;
		width: 8rem;
		}
	footer#footer #footer-top .cell {
		display: block;
		margin: 2rem auto 0;
		}
	footer#footer #footer-top #back-to-top {
		top: 0;
		}
	#banner #vid-box, #banner video { display: none !important; }
	}
@media all and (max-width: 480px) {
	header#header .advertisement {
		max-width: 280px;
		right: auto;
		top: 67px;
		left: 0px;
		}
	#navicon {
		top: 90px;
		}
	header#header .advertisement {
		padding: 2rem 0 0;
		}

	h1 {
		font-size: 2.2rem;
		line-height: 2.2rem;
		}
	#logo figcaption p {
		font-size: 15px;
	}
	.article .img {
		margin-bottom: 2rem;
		max-width: 150px;
		position: relative;
	}
	article .img ~ h3 {
		font-size: 20px;
		line-height: 22px;
	}
	}