/*
Theme Name: Southern United Hockey Club
Theme URI: http://www.suhc.com.au
Author: Ally Lawson
Author URI: http://www.nightandday.com.au
Description: Custom design for Southern Unitef Hockey Club
Version: 1.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* Sticky Footer
----------------------------------------------- */
* {
	margin: 0;
}

html, body {
	height: 100%;
}

.page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -186px;
}

.footer, .push {
	height: 186px;
	box-sizing: border-box;
}


/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #373737;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}
body {
	background: #fff;
}
#page {
	background: #fff;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}

h1{
font-size: 2em;
font-weight: bold;

}

h2{
font-size: 1.4em;
font-weight: bold;

}

h3{
font-size: 1.3em;
font-weight: bold;
color: #575656;
padding-bottom: 5px;

}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style-type: disc;
}

ol {
	list-style-type: disc;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

.w70 {
	width: 70%;
}

.feature{
	border: 5px solid #d9d8d8;
	box-sizing: border-box;

}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(assets/images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #b43131;
	text-decoration: none;
}


a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

.pop-out-fields{
border: 1px solid #999;
background-color: #efefef;
padding: 5px;
}
.pop-out-fields2{
border: 1px solid #999;
background-color: #efefef;
padding: 5px;
}

.total{
border: 1px solid #333;
background-color: #b0b0b0;
padding: 5px;
}

.pop-out-fields .gfield_label{
font-size: 14px;
}


.pop-out-fields2 .gfield_label{
font-size: 14px;
}

.total .gfield_label{
font-size: 14px;
}


.ginput_price{
display: none;
}


.clear {
	clear: both;
	height: 0;
}

.wrap {
	width: auto;
	max-width: 1366px;
	padding: 0 20px;
	margin: 0 auto;
}

.relative {
	position: relative;
}

.entry-content {
	font-size: 1.15em
}

.entry-content img {
	max-width: 100%;
	height: auto;
}

.entry-content .margin-right {
	margin-right: 50px;
}

.entry-content ul.no-bullets {
	list-style: none;
	margin-left: 0;
}

.entry-content ul.items-half li {
	width: 45%;
	padding-right: 30px;
	display: inline-block;
	box-sizing: border-box;
}

.entry-content ul.item-margin-bottom li {
	margin-bottom: 25px;
}

.entry-content .mc-main ul {
	list-style: none;
}

.can-break {
	word-break: break-all;
}

/* =Menu
-------------------------------------------------------------- */

.slicknav_menu {
	display: none;
}

.nav-placeholder {
	height: 43px;
	clear: both;
}

#access {
	clear: both;
	position: absolute;
	top: 149px;
	left: 0;
	width: 100%;
	z-index: 9999;
}
#access.fixed {
	top: 0!important;
	position: fixed;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
background-repeat: no-repeat;
background-position: top right;
}

#access .last-menu-item {
	background: none;
	float: right;
}


#access a {
	color: #cecece;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
	text-transform: uppercase;
}

#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background-image: url('assets/images/nav-hover-bg.jpg');
background-repeat: repeat-x;
background-position: top right;
	background: #373737;
	border-bottom: 1px dotted #4c4c4c;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
border-right: 1px solid #000;
border-left: 1px solid #000;
border-bottom: 1px solid #000;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #151515;
	color: #cecece;

}
#access li:hover > a,
#access a:focus {
background-image: url('assets/images/nav-hover-bg.jpg');
background-repeat: repeat-x;
background-position: top right;
	background: #373737; /* Show a solid color for older browsers */
	color: #cecece;
}
#access ul li:hover > ul {
	display: block;
}
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;

}
.social img{
padding-top: 12px;
height: 18px;
width: 17px;
float: left;
padding-left: 10px;
}

/* Layout
----------------------------------------------- */


/* ------------- Social -------------*/


#social-top {
    background-color: #000;
    width: 910px;
    margin: 0 auto;
    height: 40px;
}


#social-top ul {
	font-size: 25px;
	list-style: none;
	margin: 0;

}
#social-top li, #social-top li a{
	float: right;
	color: #fff;
	padding-right: 5px;
}

#social-top li a:hover {
	color: #e50000;
	cursor: pointer;
}

li.no-hover, #social-top li.no-hover:hover {
	font-size: 15px;
	color: #fff;
	margin-top: 8px;
  	margin-right: 10px;
}

.header-social {
	margin: 0;
	position: absolute;
	top: 5px;
	right: 20px;
	list-style: none;
}

.header-social li {
	float: left;
	padding-left: 8px;
}

.header-social a {
	color: #fff;
	font-size: 2em;
}

.header-social a:hover {
	opacity: 0.7;
}


/* ------------- Header -------------*/
#header-container{
margin: 0 auto;
}


h1.site-name {
	font-size: inherit;
	line-height: 1em;
}

h1.site-name img {
	vertical-align: middle;
}

h1.site-name .pull-right {
	padding-top: 64px;
}

h1.site-name .pull-right a {
	font-size: 3em;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 6px #000;
}

#header-middle {
	background: #cb2d34;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee312f+0,8f2834+100 */
	background: -moz-linear-gradient(top,  #ee312f 0%, #8f2834 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ee312f 0%,#8f2834 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ee312f 0%,#8f2834 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee312f', endColorstr='#8f2834',GradientType=0 ); /* IE6-9 */
}


#header-banner{
height: 111px;
}





/* ------------- Navigation -------------*/
#access{
background-color: #0b0a0a;
}


.inline-menu {
	list-style: none outside none;
	padding: 5px 0;
	margin: 0;
	text-align: center;
}

.inline-menu li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 10px 6px;
	font-size: 1.4em;
	text-transform: uppercase;
}

.inline-menu a, .inline-menu span {
	color: #575656;
	text-decoration: none;
}

.inline-menu a:hover {
	color: #b43131;
}

.inline-menu li.section {
	font-weight: bold;
}

.inline-menu li.divide {
	border-left: 1px solid #d3d3d2;
	padding-left: 20px;
	margin-left: 10px;
}



/* ---- Home Banner ----*/

#home-banner{
height: 308px;
float: left;
width: 685px;
}


.prime-banner {
	position: relative;
	width: 100%;
}

.prime-banner ul {
	margin: 0;
	width: 100%;
	height: 400px;
	background: #bfbfbf;
}

.prime-banner li {
	width: 100%;
	display: block;
	position: relative;
}

.prime-banner a {
	display: block;
	height: 100%;
	width: 100%;
}

.prime-banner span.panel {
	display: block;
	width: 100%;
	height: 400px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.prime-banner .caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 15;
	background: rgba(0,0,0,0.65);
	color: #fff;
	padding: 10px 0;
}

.prime-banner .caption h6 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.6em;
}

.prime-banner .caption p {
	font-size: 1.2em;
	margin: 0;
}

.prime-banner .bolt-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
	z-index: 120;
	text-align: right;
	pointer-events: none;
}

.prime-banner .bolt-overlay .wrap {
	height: 100%;
}

.prime-banner .bolt-overlay img {
	width: auto;
	height: 100%;
	margin-right: 15%;
}

.prime-banner .banner-select {
	position: absolute;
	z-index: 30;
	left: 0;
	top: 10px;
	width: auto;
	height: auto;
}

.banner-select a {
	display: block;
	background: rgba(0,0,0,0.6);
	padding: 8px 6px;
	text-align: center;
	font-size: 1.4em;
}

.banner-select a:hover {
	background: rgba(255,255,255,0.4);
}

.prime-banner .arrow {
	position: absolute;
	z-index: 8999;
	top: 40%;
	margin-top: -55px;
}

.prime-banner .arrow i {
	font-size: 110px;
	color: #B7B8B8;
	cursor: pointer;
	padding: 20px 15px;
}

.prime-banner .arrow i:hover {
	color: #ffffff;
}

.prime-banner .arrow#arrow-left {
	left: 0px;
}

.prime-banner .arrow#arrow-right {
	right: 0px;
}


/* ---- Home News ----*/


.grid {
	padding: 3px 0;
}

.grid .grid-item {
	float: left;
	clear: none;
}

.grid .grid-1 { width: 25%; }
.grid .grid-2 { width: 50%; }
.grid .grid-3 { width: 75%; }
.grid .grid-4 { width: 100%; } /* ??? */

.grid .grid-third { width: 33.3%; }

.grid .grid-inner {
	border: 1px solid #e3e2e2;
	padding: 10px;
	margin: 0 5px 1em 5px;
}

.grid .grid-inner.grid-inner-twitter {
	padding: 0;
	border-top: 0;
	border-bottom: 0;
	line-height: 0;
}

.grid h3 {
	padding: 11px;
	margin: 0 5px;
	text-transform: uppercase;
	font-size: 1.8em;
}

.grid h3 a {
	text-decoration: none;
	color: #575656;
}

.grid h3 a:hover {
	color: #b43131;
}

.news-item .news-image {
	height: 119px;
	background: #f2f2f2;
	display: block;
	margin-bottom: 0.7em;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.news-item h4 {
	font-weight: bold;
	font-size: 1.2em;
}

.news-item p.date {
	color: #A9A9A9;
	font-size: 0.9em;
	margin-bottom: 0.6em;
}

.news-item p.news-content {
	overflow: hidden;
	height: 118px;
	margin-bottom: 0.2em;
}

.news-item p.news-more {
	text-align: right;
	margin-bottom: 0;
	font-size: 1.7em;
}

.more-news {
	padding: 10px 0;
	text-align: right;
}

.more-news a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-left: 20px;
	font-size: 1.3em;
	text-transform: uppercase;
}


#latest-news{
background-color: #212121;
height: 300px;
float: left;
width: 220px;
}
#latest-news a:hover{
text-decoration: none;
}

.news-header{
height: 45px;
background-image: url('assets/assets/images/news-header.png');
background-repeat: no-repeat;
background-position: left bottom;
margin-left: 5px;
margin-top: 5px;
}

.news-header a{
	color: #fff;
	display: block;
	padding-left: 15px;
}

.news-header h2{
color: #f5f4f4;
padding-top: 5px;
font-size: 1.2em;
line-height: 1.2em;
}
.news-header:hover p{
	text-decoration: underline;
}
.news-header p{
	color: #fff;
	font-size: 0.9em;
	line-height: 1em;
}

.news-post{
height: 50px;
padding-left: 10px;
margin-left: 10px;
padding-right: 10px;
margin-right: 10px;
padding-top: 10px;
color: #d2d2d2;
font-size: .9em;
overflow: hidden;
line-height: 16px;
}

.imp-news-post{
height: 85px;
padding-left: 10px;
margin-left: 10px;
padding-right: 10px;
margin-right: 10px;
padding-top: 10px;
color: #d2d2d2;
font-size: .9em;
overflow: hidden;
line-height: 16px;
}

.imp-news-post a{
color: #f5f4f4!important;
}
.imp-news-post:hover{
background-color: #313131;
}

.imp-news-post h3{
color: #f5f4f4!important;
font-weight: bold;
margin: 0px;
padding: 0px;
line-height: 18px;
}

#latest-news .last{
border-bottom: none;
}

.news-post a{
color: #f5f4f4!important;
}
.news-post:hover{
background-color: #313131;
}

.news-post h3{
color: #f5f4f4!important;
font-weight: bold;
margin: 0px;
padding: 0px;
line-height: 18px;
}

.results-button{
background-color: #7c2627;
border: 2px solid #4f0101;
background-image: url('assets/images/button.jpg');
background-repeat: repeat-x;
background-postion: left bottom;
height: 40px;
}
.results-button{
color: #f5f5f5;
padding: 5px;
padding-left: 18px;
}

.results-button p{
text-shadow: 1px 1px 1px #000;
}

.results-button:hover{
background-image: url('assets/images/button-hover.jpg');
background-repeat: repeat-x;
background-postion: left bottom;
}


/* ---- Content ----*/

.page-left{
	margin-top: 40px;
	float: left;
	width: 70%;
}

.page-left.full {
	width: 100%;
}

.side-menu{
	border: 1px solid #999;
	width: 180px;
	float: right;
	margin-left: 30px;
	padding: 10px;
	margin-top: 40px;

}

.home-post{
width: 165px;
height: 120px;
float: left;
border-right: 1px solid #acacac;
margin: 25px;
color: #000;
}
#content .last{
border-right: 0px none;
}

.home-post a{
color: #000;
}

.more-link {
background-image: url('assets/images/more-info.jpg');
background-repeat: no-repeat;
background-postion: left top;
width: 81px;
height: 23px;
padding-left: 14px;
display: block;
line-height: 25px;
}

.more-link a:hover{
text-decoration: none;
}

.more-link:hover {
background-image: url('assets/images/more-info-hover.jpg');
background-repeat: no-repeat;
background-postion: left top;
}
.more-link{
color: #FFF;
font-size: .9em;
text-shadow: 1px 1px 0px #000;
}




/* =WordPress Core
-------------------------------------------------------------- */
.entry-content .alignnone {
    margin: 5px 20px 20px 0;
}

.entry-content .aligncenter,
.entry-content div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.entry-content .alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.entry-content .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.entry-content a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.entry-content a img.alignnone {
    margin: 5px 20px 20px 0;
}

.entry-content a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.entry-content a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.entry-content .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.entry-content .wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.entry-content .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.entry-content .wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.entry-content .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.entry-content .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.entry-content .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.entry-content .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/* ---- Footer ----*/


#footer{
background-color: #fff;
float: left;
height: 100px;
width: 865px;
padding: 20px;
background-image: url('assets/images/footer-top.jpg');
background-repeat: repeat-x;
background-postion: left top;
}

.footer-contact{
width: 400px;
float: left;
height: 100px;
font-size: .9em;
padding-top: 10px;
}
.shield-logo{
float: left;
margin-right: 10px;
}
.contact-info{

}

.footer-design a{
color: #767676;
}

.footer-sponsors{
width: 400px;
float: right;
height: 100px;
}

.footer-info{
float: left;
width: 100%;
color: #767676;
font-size: .9em;
height: 30px;
padding-top: 10px;
}

.footer-copy{
width: 500px;
float: left;
}
.footer-design{
width: 300px;
float: right;
text-align: right;
}





/* ---- Player Profiles ----*/
/* ---- added by jason@clarkey.id.au ---- */
/* http://suhc.com.au/section-information/men/men-player-profiles/ */
/* http://suhc.com.au/section-information/women/women-player-profiles/ */

.about-row {
	clear: both;
}

.bio-row{
	display: none;
	clear: left;
}

.bio-row div.text {
	color: #E4E4E4;
	font-size: 0.8em;
	text-align: justify;
	padding: 15px 15px 0px 15px ;
	-webkit-box-shadow: 0 0 15px #1d1d1d inset;
	-moz-box-shadow: 0 0 15px #1d1d1d inset;
	box-shadow: 0 0 15px #1d1d1d inset;
	margin-left:10px;
	margin-bottom: 10px;
	background-color: #444;
	position: relative;
//	height: 120px;


	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.bio-row td {
	color: #E4E4E4;
}

.bio-row h4 {
	color: #E4E4E4;
}

.bio-row h5 {
	color: #E4E4E4;

}

.bio-row h4 a{
	color: #00A200;
}

.bio-row.first img {
	position: relative;
	margin-left: 50px;
	margin-top: -19px;
	margin-bottom: -5px;
}

.bio-row.second img {
	position: relative;
	margin-left: 163px;
	margin-top: -19px;
	margin-bottom: -5px;
}

.bio-row.third img {
	position: relative;
	margin-left: 271px;
	margin-top: -19px;
	margin-bottom: -5px;
}

.bio-row.fourth img {
	position: relative;
	margin-left: 380px;
	margin-top: -19px;
	margin-bottom: -5px;
}

.bio-row.fifth img {
	position: relative;
	margin-left: 491px;
	margin-top: -19px;
	margin-bottom: -5px;
}

.about {
	float:right;
	color: #E4E4E4;
	font-size: 0.9em;
}

.about-main {
	width: 550px
}

.about a{
	color: #E4E4E4;
}

.about a:hover{
	text-decoration: none;
}

.about-individual {
	float: left;
	cursor: pointer;
	height:185px;
	width:100px;
	text-align: center;
	font-weight: bold;
	color:#878787;
	margin-left: 10px;
	margin-top: 10px;
	opacity: 0.8;
	-moz-transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
}

.about-individual.active  {
	opacity:1;
	color:#5D5D5D;
}

.about-individual:hover {
	opacity:1;
}

.about-individual:hover p{
	color:#5D5D5D;
}

.about-profile {
	width:100px;
	height:150px;
	float: left;
	background-color: #ccc;
	padding: 2px;
}
  
#our-people {
	width: 500px;
	margin-left: 20px;
}
#our-people .profile {
}
#our-people .profile .name {}
#our-people .profile .title {
	border-bottom: 2px dotted #999;
	color: #999;
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 0.5em;
	padding: 0 0 0.5em;
}
#our-people .profile p {
	margin-left: 20px;
	text-align: justify;
	font-size: 0.8em;
}
/** FIXES AND TWEAKS **/
#access .social a { padding: 0; }

table.grid {border-collapse: collapse;}
table.grid td {border: 1px solid #c2c2c2; padding: 3px 5px;}


.footer {
	background: #000;
	padding: 60px 0 30px;
}

.sock {
	width: auto;
	max-width: 940px;
	padding: 0 20px;
	margin: 0 auto;
}

.footer-social {
	margin: 0;
	list-style: none;
}

.footer-social li {
	float: left;
	padding-left: 8px;
}

.footer-social a {
	color: #fff;
	font-size: 2em;
}

.footer-social a:hover {
	opacity: 0.7;
}

.footer .pull-right {
	text-align: right;
	color: #fff;
}

.footer .pull-right a {
	color: #fff;
}

.footer .pull-right a:hover {
	text-decoration: none;
}

.footer p.attribution {
	color: #828282;
}


.pull-left.half, .pull-right.half {
	width: 50%;
}


.share-me {
	margin-bottom: 1.5em;
	border: 1px solid #dedede;
	padding: 8px 12px;
	border-radius: 4px;
	display: inline-block;
	font-size: 1.2em;
}

.share-me i {
	font-size: 1.45em;
}

.share-me .facebook { color: #3b5998; }
.share-me .twitter { color: #00aced; }
.share-me .email { color: #717171; }



.colour-table {
	width: 100%;
	max-width: 800px;
	border-collapse: collapse;
	border: 1px solid #dededf;
}

.colour-table th, .colour-table td {
	padding: 6px 8px;
	border-bottom: 1px solid #dededf;
}

.colour-table thead th {
	background: #CF2E30;
	color: #fff;
	font-size: 1.15em;
}

.colour-table tr.titlerow td {
	background: #dededf;
}

iframe {
	width: 100%;
	max-width: 800px;
	min-height: 800px;
}


/* --------------------------------------------------------------------------------- */
/* -------------------------- RESPONSIVE DEVELOPMENT ------------------------------- */
/* --------------------------------------------------------------------------------- */


@media screen and (max-width: 1366px){
	.wrap {
		width: 100%;
		box-sizing: border-box;
		padding-left: 30px;
		padding-right: 30px;

	}

	.grid .grid-stretch {
		width: 100%;
	}

	.grid .grid-auto {
		width: auto;
	}

}

@media screen and (max-width: 1200px){

	h1.site-name img {
		width: 335px;
	}

	h1.site-name .pull-right a {
		font-size: 2.4em;
	}

	#access {
		top: 135px;
	}


	#access a {
		padding: 0 0.7125em;
	}

	#access .last-menu-item {
		float: left;
	}

	.grid h3 {
		padding-left: 7px;
		margin-left: 0;
	}

	.grid .tweet-head, .grid .tweets {
		clear: both;
	}

	.grid .grid-1.more-news {
		padding: 0;
		text-align: center;
	}

	.grid .grid-1.more-news .grid-inner {
		border: 0;
	}

	.grid .grid-1.more-news a {
		line-height: 154px;
		display: block;
	}

	.wrap > .more-news {
		display: none;
	}

}

@media screen and (max-width: 1023px) {
	#access, .nav-placeholder {
		display: none;
	}

	.grid .grid-third {
		width: 50%;
	}

	.slicknav_menu {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 222;
		box-sizing: border-box;
		background: none;
		-webkit-transition: background 0.2s;
		-moz-transition: background 0.2s;
		-o-transition: background 0.2s;
		transition: background 0.2s;
	}
	.slicknav_nav {
		background: #000;
		overflow: auto;
	}
	.slicknav_menu a:hover {
		text-decoration: none;
		background: #bcbcbf;
	}

	.slicknav_menu .slicknav_nav a {
		padding: 12px 10px;
		border-radius: 0 !important;
		text-decoration: none !important;
	}

	.slicknav_menu .slicknav_row:hover, .slicknav_menu .slicknav_row:hover a {
		color: #000;
	}

	.slicknav_menu .slicknav_nav a > a {
		padding: 0;
	}

	.header-social {
		top: 55px;
	}

	#header-container {
		padding-top: 54px;
	}

	.page {
		margin-top: -54px;
	}

	h1.site-name .pull-left, h1.site-name .pull-right {
		float: none;
	}

	h1.site-name .pull-right {
		padding-top: 20px;
		padding-bottom: 20px;
		line-height: 3em;
	}

	.inline-menu li {
		float: left;
	}

	.inline-menu li.divide {
		clear: both;
		margin-left: 0;
		padding-left: 7px;
		border-left: 0;
	}

	.inline-menu li.section {
		width: 100px;
		text-align: left;
	}

	.grid .grid-3, .grid .grid-4 {
		clear: both;
	}

	.page-left {
		width: 65%;
	}

	.w70 {
		width: 100%;
	}

}

@media screen and (max-width: 700px) {
	
	h1.site-name img {
		width: 180px;
	}

	h1.site-name .pull-right a {
		font-size: 1.4em;
	}

	.prime-banner ul, .prime-banner span.panel, .prime-banner .bolt-overlay {
		height: 200px;
	}

	.grid .grid-third {
		width: 100%;
	}

	.grid .grid-1.more-news {
		width: 100%;
	}

	.grid .grid-1.more-news a {
		line-height: 1em;
		display: inline-block;
		width: 50%;
		margin-left: 0;
		box-sizing: border-box;
	}

	.page-left {
		width: 100%;
		float: none;
	}

	.side-menu {
		float: none;
		margin-left: 0;
	}

	.entry-content table.mobile-full {
		width: 100% !important;
	}

	.entry-content ul.items-half li {
		width: 100%;
		display: block;
	}

	.mobile-table {
		width: 100% !important;
		height: auto !important;
	}

	.mobile-table td {
		width: auto !important;		
	}

	.link-padding a {
		display: block;
	}


	.about-individual, .about-profile {
		width: 50px;
		height: 115px;
		font-size: 0.8em;
	}

	.about-profile{
		height: 72px;
	}

	.bio-row.first img {
		margin-left: 25px;
	}

	.bio-row.second img {
		margin-left: 85px;
	}

	.bio-row.third img {
		margin-left: 145px;
	}

	.bio-row.fourth img {
		margin-left: 205px;
	}

	.bio-row.fifth img {
		margin-left: 265px;
	}

	.pull-left.half, .pull-right.half {
		width: 100%;
		float: none;
	}

}

@media screen and (max-width: 480px) {

	.grid .grid-1 {
		width: 100%;
	}

	.page {
		margin-bottom: -213px;
	}

	.entry-content .margin-right {
		margin-right: 0;
	}

	.footer, .push {
		height: 213px;
	}

	.footer {
		padding: 20px 0;
	}

	.footer .pull-left, .footer .pull-right {
		float: none;
		text-align: left;
	}

}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}