/* =Reset CSS (v2.0) http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, main {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}

/*HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display:block;
}

body {
	line-height:1;
}

ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

button, input, select, textarea {
	width:auto;
	overflow:visible;
	margin:0;
	font-size:100%;
	vertical-align:baseline;
}

textarea {
	overflow:auto;
	vertical-align:text-top;
}

/* =GENERAL
-------------------------------------------------------------- */
body {
	background: url('../images/background.png') fixed no-repeat center top;
	font-family: 'texgyreherosregular', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 62.5%;
	line-height: 1.5em;
}

h1 {
	font-size: 4em;
	line-height: 1.4em;
}

h2 {
	font-size: 3em;
	line-height: 1.4em;
}

h3, h4, h5, h6 {
	font-size: 2em;
	line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'oswaldbold', Arial, sans-serif;
	text-transform: uppercase;
}

a {
	text-decoration: none;
}

/* =HEADER
-------------------------------------------------------------- */
header {
	margin: 0 auto;
	clear: both;
	background: #fff;
}

#wrapper-header {
	max-width: 1000px;
	margin: 0 auto;
	padding: 15px 0;
}

header a#logo-link {
	display: block;
	float: left;
	width: 222px;
	height: 108px;
}

header a#logo-link img {
	display: block;
	float: left;
	width: 100%;
	height: auto;
}

#header-strapline {
	margin-top: 20px;
	font-family: 'oswaldbold', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 3em;
	line-height: 1.4em;
	text-align: center;
}
#header-contact {
	margin-top: 16px;
	float: right;
	font-family: 'oswaldbold', Arial, sans-serif;
	text-align: right;
}
#header-contact .tel {
	color: #7a2911;
	font-size: 4.6em;
	line-height: 1.3em;
}
#header-contact .email {
	font-size: 1.9em;
	line-height: 1.3em;
	display: inline-block;
	position: absolute;
    left: 15px;
    top: 60px;
}
#header-contact .email a {
	color: #7a2911;
}
#header-contact .email a:hover {
	color: #6d722a;
}
#header-contact .twitter {
	display: inline-block;
	position: absolute;
    right: 0px;
}
#header-contact .twitter a {
	margin-left: 15px;
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url('../images/wha-twitter-icon.png') 0 0 no-repeat;
	text-indent: -9999px;
}
#header-contact .twitter a:hover {
	background-position: -25px 0;
}

nav.top-nav {
	background: #6d722a;
}
nav.top-nav p {
	color: #fff;
}
nav.top-nav ul {
	max-width: 1000px;
	margin: 0 auto;
	padding: 3px 0;
}
nav.top-nav ul li {
	display: inline-block;
	margin-right: 7px;
	padding-right: 7px;
	border-right: 1px solid #fff;
	font-family: 'eurostilebold', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 1.3em;
	line-height: 1em;
}
nav.top-nav ul li:first-child,
nav.top-nav ul li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}
nav.top-nav ul li:first-child {
	margin-right: 10px;
}
nav.top-nav ul li a {
	color: #fff;
}
nav.top-nav ul li a:hover {
	color: #000;
}

nav.main-nav {
	clear: both;
	padding: 10px 0;
	background: #000;
}
nav.main-nav > ul {
	max-width: 1000px;
	margin: 0 auto;
}
nav.main-nav > ul > li {
	float: left;
	position: relative;
	margin-left: 17px;
	padding-left: 17px;
	border-left: 2px solid #fff;
}
nav.main-nav > ul > li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}

nav.main-nav li ul {
	position: absolute;
	display: none;
	padding: 5px 8px;
	top: 100%;
	left: -999em;
	z-index: 200;
	background: #000;
}

nav.main-nav li:hover ul {
	display: block;
	left: 9px;
}
nav.main-nav li:last-child:hover ul {
	left: auto;
	right: -9px;
}

nav.main-nav li ul li {
	margin-top: 10px;
}

nav.main-nav li a {
	display: block;
	padding: 0;
	color: #fff;
	white-space: nowrap;
	font-family: 'oswaldbold', Arial, sans-serif;
	font-size: 2em;
	line-height: 1em;
	text-transform: uppercase;
}
nav.main-nav li ul li a {
	padding-right: 5px;
	font-size: 1.8em;
	line-height: 1.2em;
	text-transform: none;
}
nav.main-nav li ul li a:hover {
	padding-left: 5px;
	padding-right: 0;
}

nav.main-nav li.active > a,
body.single-post nav li.current_page_parent > a,
nav.main-nav li a:hover {
	color: #6d722a;
}



nav.member-nav {
	background: #A8A8A8;
	padding: 10px 0;
}
nav.member-nav p {
	color: #fff;
}
nav.member-nav ul {
	max-width: 1000px;
	margin: 0 auto;
	padding: 3px 0;
}
nav.member-nav ul li {
	display: inline-block;
	margin-right: 7px;
	padding-right: 7px;
	border-right: 1px solid #fff;
	font-family: 'eurostilebold', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 1.3em;
	line-height: 1em;
}
nav.member-nav ul li:first-child,
nav.member-nav ul li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}
nav.member-nav ul li:first-child {
	margin-right: 10px;
}
nav.member-nav ul li a {
	color: #fff;
}
nav.member-nav ul li a:hover {
	color: #000;
}


/* =SLIDER
-------------------------------------------------------------- */
#slider {
	width: 100%;
	height: 300px;
}
body.home #slider {
	height: 400px;
}
div.slider-text-wrapper {
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -500px;
	color: #fff;
}
div.slider-text-wrapper h2 {
	font-size: 4.8em;
	text-shadow: 3px 4px 7px rgba(0, 0, 0, 0.6);
}
div.slider-text-wrapper h3 {
	margin-bottom: 0.5em;
	font-size: 3.8em;
	text-shadow: 3px 4px 7px rgba(0, 0, 0, 0.6);
}
div.slider-text-wrapper p {
	font-size: 1.3em;
	line-height: 1.9em;
	text-transform: uppercase;
	font-weight: bold;
}
div.slider-text-wrapper p a {
	padding: 5px 10px;
	background: #6d722a;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
div.slider-text-wrapper p a:hover {
	background: #565921;
}

#slider-inner {
	width: 100%;
	height: 300px;
	background: no-repeat center center;
	-webkit-background-size: cover; /*for webKit*/
	-moz-background-size: cover; /*Mozilla*/
	-o-background-size: cover; /*opera*/
	background-size: cover; /*generic*/
	/* <IE9 support is handled with jquery.backgroundSize.min.js */
}

#slider.featured-image {
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#slider.header-map img {
	max-width: none;
}

.slider-nav {
	z-index: 200;
	position: relative;
}
body.home .slider-nav {
	padding-bottom: 40px;
}
#slider-ctas {
	max-width: 1000px;
	margin: -10px auto 0;
}
#slider-ctas li {
	position: relative;
	float: left;
	width: 324px;
	margin-left: 14px;
}
#slider-ctas li.slider-cta-1 {
	margin-left: 0;
}

#slider-ctas li a {
	display: block;
	height: 0;
	overflow: hidden;
	color: #fff;
	text-align: center;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
body.home #slider-ctas li a {
	height: 128px;
}
#slider-ctas li a:hover,
#slider-ctas li a.hover {
	height: 128px;
}
#slider-ctas li.slider-cta-1 a {
	background: #c82224;
	border-top: 10px solid #b20616;
}
#slider-ctas li.slider-cta-2 a {
	background: #e28b23;
	border-top: 10px solid #b26b18;
}
#slider-ctas li.slider-cta-3 a {
	background: #6d722a;
	border-top: 10px solid #6f7535;
}
body.home #slider-ctas li.slider-cta-1 a:hover {
	background: #b20616;
}
body.home #slider-ctas li.slider-cta-2 a:hover {
	background: #b26b18;
}
body.home #slider-ctas li.slider-cta-3 a:hover {
	background: #6f7535;
}

#slider-ctas li .hexagon-wrapper {
	position: absolute;
	top: -31px;
	left: 50%;
	margin-right: 0;
	margin-left: -36px;
	height: 72px;
	width: 72px;
	z-index: 200;
}
#slider-ctas li .hexagon-wrapper:after {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#slider-ctas li.slider-cta-1 .hexagon-wrapper:after {
	background: url('../images/icon-join.png') no-repeat center center;
}
#slider-ctas li.slider-cta-2 .hexagon-wrapper:after {
	background: url('../images/icon-benefits.png') no-repeat center center;
}
#slider-ctas li.slider-cta-3 .hexagon-wrapper:after {
	background: url('../images/icon-wha.png') no-repeat center center;
}

#slider-ctas li.slider-cta-1 .hexagon {
	background-color: #b20616;
}
#slider-ctas li.slider-cta-2 .hexagon {
	background-color: #b26b18;
}
#slider-ctas li.slider-cta-3 .hexagon {
	background-color: #6f7535;
}

#slider-ctas li a p {
	padding: 40px 0 20px;
	font-family: 'eurostileregular', Arial, sans-serif;
	font-size: 2.8em;
	line-height: 1.2em;
	text-transform: uppercase;
}
#slider-ctas li a p strong {
	font-size: 1.1em;
	font-family: 'eurostilebold', Arial, sans-serif;
}

/* mobile icon */
#mobile-header {
	display: none;
}

/* =CONTENT
-------------------------------------------------------------- */
main#content {
	clear: both;
}

article h1, article h2, article h3, article h4, article h5, article h6 {
	margin-bottom: 0.2em;
	color: #6d722a;
	text-transform: none;
}

article p, article li, article dt, article dd {
	font-size: 1.4em;
	line-height: 1.9em;
}

article li li, article li p, article dt dt, article dd dd {
	font-size: inherit;
	line-height: inherit;
}

article p {
	margin: 0 0 2em;
}

article ul {
	padding-left: 20px;
	margin: 0 0 1.5em;
	list-style: disc;
}

article ol {
	padding-left: 20px;
	margin: 0 0 1.5em;
	list-style: decimal;
}

article dl {
	margin: 0 0 1.5em;
}

article a {
	color: #6d722a;
	text-decoration: underline;
}
article a:hover {
	color: #7a2911;
	text-decoration: none;
}

article strong {
	font-weight: bold;
}

article em {
	font-style: italic;
}

article img {
	max-width: 100%;
	height: auto;
}

article .alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

article .alignright {
	float: right;
	margin: 0 0 20px 20px;
}

article .aligncenter {
	display: block;
	margin: 0 auto 20px;
}

table, th, td {
	border: 1px solid #787878;
}
th, td {
	padding: 5px;
}
tr p,
td p {
	margin-bottom: 0;
}

/* default page */
article.page,
article.post {
	max-width: 940px;
	margin: 0 auto;
	padding: 50px 30px;
	background: #fff;
	color: #a59177;
}

/* gallery */
article .gallery-item {
	margin-bottom: 20px;
}
article .gallery-item.col-2 {
	text-align: right;
}
article .gallery-item.col-2:first-child {
	text-align: left;
}
article .gallery-icon a {
	display: inline-block;
	position: relative;
}
article .gallery-icon a:before {
	content: " ";
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../images/icon-gallery.png') no-repeat center center;
	background-color: rgba(0,0,0,0.5);
}
article .gallery-icon a:hover:before {
	display: block;
}
article .gallery-icon img {
	display: block;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

/* post index page */
/* includes some styling for ctas that share the same design */
body.blog #content,
body.category #content,
body.archive #content,
body#page-members-news #content,
body#page-members-events #content {
	position: relative;
	padding-top: 33px;
}
body.blog #content:before,
body.category #content:before,
body.archive #content:before,
body#page-members-news #content:before,
body#page-members-events #content:before {
	content: " ";
	width: 100%;
	height: 74px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border-bottom: 10px solid #7a2911;
}
body.blog #title-header,
body.category #title-header,
body.archive #title-header,
body#page-members-news #title-header,
body#page-members-events #title-header {
	height: 94px;
	width: 94px;
	display: block;
	margin: 0 auto 40px;
}
body.blog #title-header .hexagon,
body.category #title-header .hexagon,
body.archive #title-header .hexagon,
body#page-members-news #title-header .hexagon,
body#page-members-events #title-header .hexagon {
	background: #7a2911;
}
body.blog #title-header h1,
body.category #title-header h1,
body.archive #title-header h1,
body#page-members-news #title-header h1,
body#page-members-events #title-header h1 {
	position: absolute;
	width: 60%;
	height: 93%;
	top: 7%;
	left: 20%;
	color: #fff;
	font-size: 4em;
	line-height: 1em;
	word-wrap: break-word;
	z-index: 2;
}

#post-index-filter {
	clear: both;
	max-width: 1000px;
	margin: 0 auto 25px;
}
#post-index-filter li {
	float: left;
	width: 324px;
	margin-left: 14px;
}
#post-index-filter li:first-child {
	margin-left: 0;
}

#post-index-filter li a {
	position: relative;
	padding: 0 24px;
	display: block;
	color: #fff;
	font-family: 'oswaldbold', Arial, sans-serif;
	font-size: 2.8em;
	line-height: 2.3em;
	text-transform: uppercase;
}
#post-index-filter li.cat-item-1 a {
	background: #5b5757;
}
#post-index-filter li.cat-item-7 a {
	background: #7d4947;
}
#post-index-filter li.cat-item-8 a {
	background: #6f4b52;
}
#post-index-filter li.cat-item-1 a:hover {
	background: #424040;
}
#post-index-filter li.cat-item-7 a:hover {
	background: #633a39;
}
#post-index-filter li.cat-item-8 a:hover {
	background: #573b41;
}

#post-index-filter li.current-cat a:after,
#post-index-filter li a:hover:after {
	content: " ";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border: 10px solid transparent;
}
#post-index-filter li.cat-item-1 a:after {
	border-top: 10px solid #5b5757;
}
#post-index-filter li.cat-item-7 a:after {
	border-top: 10px solid #7d4947;
}
#post-index-filter li.cat-item-8 a:after {
	border-top: 10px solid #6f4b52;
}
#post-index-filter li.cat-item-1 a:hover:after {
	border-top: 10px solid #424040;
}
#post-index-filter li.cat-item-7 a:hover:after {
	border-top: 10px solid #633a39;
}
#post-index-filter li.cat-item-8 a:hover:after {
	border-top: 10px solid #573b41;
}

#wrapper-post-index {
	max-width: 1000px;
	margin: 0 auto;
	padding: 25px 0 240px;
	border-top: 10px solid #7c7640;
}

article.post-index,
#ctas-other-news-list li {
	position: relative;
	float: left;
	width: 324px;
	margin-bottom: 25px;
	margin-left: 14px;
}
article.post-index-1,
article.post-index-4,
article.post-index-7,
article.post-index-10,
article.post-index-13,
#ctas-other-news-list li.other-news-item-1 {
	clear: left;
	margin-left: 0;
}

article.post-index a,
#ctas-other-news-list li a {
	display: block;
	min-height: 350px;
	background: #5b5757;
	color: #fff;
	text-decoration: none;
}
article.events a,
#ctas-other-news-list li.other-news-item-2 a {
	background: #7d4947;
}
article.case-studies a,
#ctas-other-news-list li.other-news-item-3 a {
	background: #6f4b52;
}
article.post-index a:hover,
#ctas-other-news-list li.other-news-item-1 a:hover {
	background: #424040;
}
article.events a:hover,
#ctas-other-news-list li.other-news-item-2 a:hover {
	background: #633a39;
}
article.case-studies a:hover,
#ctas-other-news-list li.other-news-item-3 a:hover {
	background: #573b41;
}

article.post-index img,
#ctas-other-news-list li img {
	display: block;
}
article.post-index .thumb-wrap,
#ctas-other-news-list li .thumb-wrap {
	height: 150px;
	position: relative;
}
article.post-index .text-wrap,
#ctas-other-news-list li .text-wrap {
	padding: 42px 10px 10px;
}
article.post-index h1,
#ctas-other-news-list li h3 {
	margin-bottom: 0.2em;
	color: #fff;
	font-size: 1.9em;
}
article.post-index p,
#ctas-other-news-list li p {
	margin-bottom: 0;
	font-size: 1.4em;
	line-height: 1.5em;
}
article.post-index .post-date,
#ctas-other-news-list li .post-date {
	position: absolute;
	top: 121px;
	left: 50%;
	margin-left: -29px;
	height: 58px;
	width: 58px;
	display: block;
}
article.post-index .post-date .hexagon,
#ctas-other-news-list li .post-date .hexagon {
	background: #fff;
	color: #5b5757;
}
article.events .post-date .hexagon,
#ctas-other-news-list li.other-news-item-2 .post-date .hexagon {
	color: #7d4947;
}
article.case-studies .post-date .hexagon,
#ctas-other-news-list li.other-news-item-3 .post-date .hexagon {
	color: #6f4b52;
}

article.post-index .post-date .hexagon p,
#ctas-other-news-list li .post-date .hexagon p {
	position: absolute;
	width: 100%;
	height: 93%;
	top: 7%;
	left: 0;
	z-index: 2;
	font-size: 2em;
	line-height: 1.2em;
}
article.post-index .post-date .hexagon span,
#ctas-other-news-list li .post-date .hexagon span {
	display: block;
}
article.post-index .post-date .hexagon span.post-date-day,
#ctas-other-news-list li .post-date .hexagon span.post-date-day {
	font-weight: bold;
	position: relative;
}
article.post-index .post-date .hexagon span.post-date-day:after,
#ctas-other-news-list li .post-date .hexagon span.post-date-day:after {
	content: " ";
	position: absolute;
	bottom: -2px;
	background: #5b5757;
	height: 2px;
	width: 60%;
	left: 50%;
	margin-left: -30%;
}
article.events .post-date .hexagon span.post-date-day:after,
#ctas-other-news-list li.other-news-item-2 .post-date .hexagon span.post-date-day:after {
	background: #7d4947;
}
article.case-studies .post-date .hexagon span.post-date-day:after,
#ctas-other-news-list li.other-news-item-3 .post-date .hexagon span.post-date-day:after {
	background: #6f4b52;
}


/* Member Nav */

nav.member-nav .active a {
	color: #000;
}



/* Members News section */

.membersnewssection {
	padding-top: 30px;
}

#post-index-filter-members {
	padding-right: 2%;
	padding-left: 2%;
}
#post-index-filter-members li {
	width: 48%;
	margin-left: 2%;
}

#post-index-filter-members  {
	clear: both;
	max-width: 1000px;
	margin: 0 auto 25px;
}
#post-index-filter-members  li {
	float: left;
	width: 493px;
	margin-left: 14px;
}
#post-index-filter-members  li:first-child {
	margin-left: 0;
}

#post-index-filter-members  li a {
	position: relative;
	padding: 0 24px;
	display: block;
	color: #fff;
	font-family: 'oswaldbold', Arial, sans-serif;
	font-size: 2.8em;
	line-height: 2.3em;
	text-transform: uppercase;
}
#post-index-filter-members  li.cat-item-1 a {
	background: #5b5757;
}
#post-index-filter-members  li.cat-item-7 a {
	background: #7d4947;
}
#post-index-filter-members  li.cat-item-8 a {
	background: #6f4b52;
}
#post-index-filter-members  li.cat-item-1 a:hover {
	background: #424040;
}
#post-index-filter-members  li.cat-item-7 a:hover {
	background: #633a39;
}
#post-index-filter-members  li.cat-item-8 a:hover {
	background: #573b41;
}

#post-index-filter-members  li.current-cat a:after,
#post-index-filter-members  li a:hover:after {
	content: " ";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border: 10px solid transparent;
}
#post-index-filter-members  li.cat-item-1 a:after {
	border-top: 10px solid #5b5757;
}
#post-index-filter-members  li.cat-item-7 a:after {
	border-top: 10px solid #7d4947;
}
#post-index-filter-members  li.cat-item-8 a:after {
	border-top: 10px solid #6f4b52;
}
#post-index-filter-members  li.cat-item-1 a:hover:after {
	border-top: 10px solid #424040;
}
#post-index-filter-members  li.cat-item-7 a:hover:after {
	border-top: 10px solid #633a39;
}
#post-index-filter-members  li.cat-item-8 a:hover:after {
	border-top: 10px solid #573b41;
}

.memberfluid {
	background-color: #6d722a;
	width: 100%;
	height: auto;
	padding-bottom: 15px;
}

.welcomemsg {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.welcomemsg h2 {
	padding-top: 20px;
	color: #FFF !important;
}

.welcomemsg p {
	padding-top: 10px;
	color: #FFF !important;
	font-size: 1.4em;
	line-height: 1.5em;
}

.membersforum {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 25px 0 240px;
	border-top: 10px solid #7c7640;
}

.membernewsnopad {
	padding: 25px 0 20px !important;
}

.memberflagsml {
	background-image: url('../images/members-flag-sml.png');
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	height: 90px;
}

.memberflaglrg {
	background-image: url('../images/members-flag-lrg.png');
	position: absolute;
	top: 0;
	right: 0;
	width: 126px;
	height: 126px;
}

.passedeventflag {
	position: absolute;
	top: 20px;
	font-family: 'oswaldbold', Arial, sans-serif;
	font-size: 2em;
	padding: 10px;
	color: #FFF;
	background-color: #b20616;
}



/* Forum WHA Styling */

#bbpress-forums li.bbp-header {
	background-color: #6d722a !important;
	color: #FFF;
}

#bbpress-forums li.bbp-header a {
	color: #FFF;
}

#bbpress-forums a {
	color: #6d722a;
}

div.bbp-template-notice.info {
border: #b27953 1px solid !important;
background-color: #e1ccbb !important;
}

div.bbp-template-notice, div.indicator-hint {
border-width: 1px;
border-style: solid;
padding: 0 0.6em;
margin: 5px 0 15px;
border-radius: 3px;
background-color: #a3adb6 !important;
border-color: #5f7884 !important;
color: #000;
clear: both;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
	border: 1px solid #C0C0C0 !important;
}

#bbp_topic_submit {
	background-color: #6f4b52;
	color: #FFF;
	font-family: 'oswaldbold', Arial, sans-serif;
	font-size: 1.7em;
	border: 0px;
	padding: 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#bbp_topic_submit:hover {
	background-color: #4e363a;
	cursor: pointer;
}

/* News Pagination */


.wp-pagenavi {
	clear: both;
	padding-bottom: 20px;
	border-bottom: 5px solid #a59177;
	text-align: right;
}
.wp-pagenavi span.current,
.wp-pagenavi a {
	display: inline-block;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 35px;
	height: 30px;
	color: #fff;
	font-family: 'oswaldbold', Arial, sans-serif;
	font-size: 1.7em;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
}
.wp-pagenavi .pages {
	float: left;
	height: 30px;
	margin-right: 5px;
	color: #a59177;
	font-family: 'oswaldbold', Arial, sans-serif;
	font-size: 1.9em;
	line-height: 30px;
	text-transform: uppercase;
}
.wp-pagenavi a:nth-child(5n+2) {
	background: url('../images/icon-pag-1.png') no-repeat center center;
}
.wp-pagenavi a:nth-child(5n+3) {
	background: url('../images/icon-pag-2.png') no-repeat center center;
}
.wp-pagenavi a:nth-child(5n+4) {
	background: url('../images/icon-pag-3.png') no-repeat center center;
}
.wp-pagenavi a:nth-child(5n+5) {
	background: url('../images/icon-pag-4.png') no-repeat center center;
}
.wp-pagenavi a:nth-child(5n+6) {
	background: url('../images/icon-pag-5.png') no-repeat center center;
}
.wp-pagenavi span.current,
.wp-pagenavi a:hover {
	background: url('../images/icon-pag-active.png') no-repeat center center;
}


/* Directory Page */

article.memberpanel {
	width: 324px;
	height: 350px;
	background-color: #5B5757;
	position: relative;
}

article.memberpanel a {
	display: inline-block;
	height: auto !important;
	min-height: 0 !important;
}
	
article.memberpanel .dir-thumb-wrap {
	overflow: hidden;
	text-align: center;
	height: 150px;
	background-color: #FFF;
	text-align: center;
}

article.memberpanel .text-wrap h1, 
article.memberpanel .text-wrap p, 
article.memberpanel .text-wrap a {
	color: #FFF;
}

article.memberpanel .text-wrap {
	padding: 42px 10px 10px;
}

article.memberpanel h1 {
	margin-bottom: 0.2em;
	color: #FFF;
	font-size: 1.9em;
}

article.memberpanel .serviceicns {
	position: absolute;
	top: 125px;
	width: 100%;
	height: 50px;
	text-align: center;
}

article.memberpanel .serviceicns img {
	margin: 0px 2px 0px 2px;
	float: left;
}

article.memberpanel .dir-thumb-wrap img {
	display: inline-block;
	vertical-align: middle;
}

.service{
    display: inline-block;
}

.memblogo {
	height: 150px;
    width: 324px;
    line-height:140px;
    text-align:center;
}

.memblogo img {
	vertical-align: middle;
	max-width: 80%;
	max-height: 80%;
}

.hover {
    position:relative;
}

.tooltip {
	width:140px;
	left: -75%;
	text-align: center;
	font-size: 14px;
	top:-50px;
	background-color:#5B5757;
	color:white;
	border-radius:5px;
	padding: 10px;
	opacity:0;
	position:absolute;
	-webkit-transition: opacity 0.5s;
	-moz-transition:  opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition:  opacity 0.5s;
	transition:  opacity 0.5s;
}

.tooltip:after {
	content: '';
  	position: absolute;
  	top: 100%;
  	left: 50%;
  	margin-left: -8px;
  	width: 0; height: 0;
  	border-top: 8px solid #5B5757;
  	border-right: 8px solid transparent;
  	border-left: 8px solid transparent;
}

.hover:hover .tooltip {
    opacity:1;
}

#search-services {
	margin-bottom: 20px;
}

#search-services ul li {
	display: inline-block;
	color: #FFF;
	background-color: #6d722a;
	padding: 20px 10px 12px 10px;
	width: 227px;
	font-family: 'oswaldbold', Arial, sans-serif;
	font-size: 1.9em;
	text-transform: uppercase;
	text-align: right;
}

#search-services input[type="checkbox"] {
	height: 17px;
	width: 20px;
	margin-top: -10px;
}

#search-services > ul > li:nth-child(1):before {
	content: url('../images/wha-icon-supplier-sml.png');
	float: left;
	margin-top: -7px;
}

#search-services > ul > li:nth-child(2):before {
	content: url('../images/wha-icon-manufacturer-sml.png');
	float: left;
	margin-top: -7px;
}

#search-services > ul > li:nth-child(3):before {
	content: url('../images/wha-icon-installer-sml.png');
	float: left;
	margin-top: -7px;
}

#search-services > ul > li:nth-child(4):before {
	content: url('../images/wha-icon-consultant-sml.png');
	float: left;
	margin-top: -7px;
}

.noborder {
	border-top: 0px !important;
}



/* Find a Member Map */
#fam-text {
	float: left;
	width: 40%;
	min-height: 290px;
}
#fam-map {
	min-height: 300px;
	float: right;
	width: 57%;
	background-color: transparent;
	margin-top: -50px;
	max-height: 800px;
	position: relative;
}
.jvectormap-container {
	background-color: transparent !important;
}

#unitedkingdom-map-731 > div > svg {
	margin-top: -40%;
}

.maptip {
	background-image: url('../images/uk-region-tip.png');
	width:187px;
	height: 148px;
	position: absolute;
	top: 10px;
	right: 10px;
}


/* Find a Member Menu */

.regionmenu-wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 30px;
	margin-top: -18px;
}

.regionmenu ul {
	color: #FFF;
	text-align: left;
	display: inline;
	margin: 0;
	list-style: none;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	position: absolute;
	right: 0px;
}
.regionmenu ul li {
	font-family: 'oswaldbold', Arial, sans-serif;
	font-size: 16px;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 15px 20px;
  background: #6f4b52;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.regionmenu ul li a {
	color: #FFF;
	text-decoration: none;
}
.regionmenu ul li:hover {
  background: #4e353a;
  color: #fff;
}
.regionmenu ul li ul {
  padding: 0;
  position: absolute;
  top: 45px;
  right: 5px;
  width: 200px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
.regionmenu ul li ul li { 
  background: #6f4b52; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}
.regionmenu ul li ul li:hover { background: #4e353a; }
.regionmenu ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}



/* Knowledge Centre */

.downloadbtn {
	background: #6f4b52;
	border: #6f4b52 solid 1px;
	color: #fff;
	display: inline-block;
	font-size: 22px;
	padding: 5px 10px;
	text-decoration: none;
	text-align: center;
	min-width: 40px;
	transition: color .1s ease;
	float: right;
}

a.downloadbtn:hover {
  background: #4e353a;
}

.dashicons-download:before {
	content: "\f316";
	color: #FFF;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 40px/1 'dashicons';
	vertical-align: middle;
}

article.knowledgepanel {
	width: 324px;
	height: 200px !important;
	background-color: #5f7884;
	position: relative;
	margin-top: 20px;
}

article.knowledgepanel a {
	display: inline-block;
	height: auto !important;
	min-height: 0 !important;
}

article.knowledgepanel .text-wrap h1, 
article.knowledgepanel .text-wrap p, 
article.knowledgepanel .text-wrap a {
	color: #FFF;
}

article.knowledgepanel .text-wrap {
	padding: 20px 10px 10px;
}

article.knowledgepanel h1 {
	margin-bottom: 0.2em;
	color: #FFF;
	font-size: 1.9em;
}
article.knowledgepanel h2 {
	margin-bottom: 0.2em;
	color: #FFF;
	font-size: 1.6em;
	margin-top: 0.3em
}
.knowledgepanel .hexagon-wrapper.post-date {
	position: absolute;
	top: -29px;
	left: 50%;
	margin-left: -29px;
	height: 58px;
	width: 58px;
	display: block;
}

article.knowledgepanel a {
	background-color: #FFF;
	color: #5f7884 !important;
	padding: 3px;
	margin-top: 5px;
}



/* Media Centre */

article.mediapanel a {
	background: #FFF;
	border: #FFF solid 1px;
	color: #6f4b52 !important;
	display: inline-block;
	font-size: 18px;
	padding: 5px 10px 2px 10px;
	text-decoration: none;
	text-align: center;
	min-width: 40px;
	transition: color .1s ease;
	float: left;
	font-family: 'oswaldbold', Arial, sans-serif; 
}

article.mediapanel a:before {
	content: "\f316";
	color: #6f4b52;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 25px/1 'dashicons';
	vertical-align: middle;
	margin-left: -5px; 
}

.post-type-archive-mediacentre #wrapper-post-index > article.knowledgepanel a,
.tax-mediatype #wrapper-post-index > article.knowledgepanel a {
	background-color: #FFF;
	color: #6f4b52;
}

article.mediapanel a:hover {
	background: #CCC;
}

a.mediabtn:hover {
  background: #CCC;
}

.post-type-archive-mediacentre .dashicons-download:before,
.tax-mediatype .dashicons-download:before {
	content: "\f316";
	color: #6f4b52;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 25px/1 'dashicons';
	vertical-align: middle;
	margin-left: -5px;
}

#wrapper-media-index-filter {
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
	margin-top: -50px;
	margin-bottom: 20px;
}
#media-index-filter {
	padding-left: 44px;
	background: url('../images/icon-business-cat.png') no-repeat left center;
	color: #7f7f7f;
	font-size: 2.8em;
	line-height: 1.4em;
}
#media-index-filter:hover {
	cursor: pointer;
	background: url('../images/icon-business-cat-inv.png') no-repeat left center;
	color: #564a6c;
}
#media-index-filter-list {
	padding-left: 44px;
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}
#media-index-filter-list li {
	font-family: 'oswaldbold', Arial, sans-serif;
	font-size: 2em;
	line-height: 1.4em;
	color: #7f7f7f;
}
#media-index-filter-list li a {
	font-family: 'oswaldbold', Arial, sans-serif;
	letter-spacing: 1px;
	color: #7f7f7f;
}
#media-index-filter-list li a:hover {
	color: #564a6c;
}

article.mediapanel {
	width: 324px;
	height: 180px !important;
	background-color: #b27953;
	position: relative;
	margin-top: 10px;
}

article.mediapanel a {
	display: inline-block;
	height: auto !important;
	min-height: 0 !important;
}

article.mediapanel .text-wrap h1, 
article.mediapanel .text-wrap p, 
article.mediapanel .text-wrap a {
	color: #FFF;
}

article.mediapanel .text-wrap {
	padding: 20px 10px 10px;
}

article.mediapanel h1 {
	margin-bottom: 0.2em;
	color: #FFF;
	font-size: 1.9em;
}
article.mediapanel h2 {
	margin-bottom: 0.2em;
	color: #FFF;
	font-size: 1.6em;
	margin-top: 0.3em
}




/* contact page */
article.contact {
	padding: 20px 0 40px;
	background: #5f7884;
	color: #fff;
}
#wrapper-contact {
	max-width: 1000px;
	margin: 0 auto;
}
article.contact h1,
article.contact h2,
article.contact h3,
article.contact h4,
article.contact h5,
article.contact h6 {
	background: #5f7884;
	color: #fff;
}
#wrapper-address-form {
	max-width: 1000px;
	padding-top: 40px;
	margin: 0 auto 30px;
}
#contact-address {
	float: left;
	width: 40%;
	min-height: 290px;
	background: #6f4b52;
}
#contact-address .text-wrap {
	padding: 15px 25px 0;
	color: #fff;
}
#contact-address .text-wrap h2 {
	margin-bottom: 1em;
	font-size: 2em;
}
#contact-address .text-wrap p {
	margin-bottom: 1.5em;
	font-size: 1.4em;
	line-height: 1.6em;
}
#contact-address .text-wrap p strong {
	font-weight: bold;
}
#contact-address .text-wrap a {
	color: #fff;
}
#contact-address .text-wrap a:hover {
	text-decoration: underline;
}

#contact-form {
	min-height: 300px;
	float: right;
	width: 57%;
}
article.content .wpcf7 {
	max-width: 50%;
}
.wpcf7 ul {
	list-style: none;
	padding: 0;
}
.wpcf7 li {
	margin-bottom: 10px;
	font-size: 1.6em;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
	width: 96%;
	height: 30px;
	padding: 0 2%;
	background: #b27953;
	color: #fff;
	border: 0;
	font-family: 'oswaldbold', Arial, sans-serif;
	line-height: 30px;
	text-transform: uppercase;
}
.wpcf7 textarea {
	height: 160px;
	padding: 5px 2%;
}
.wpcf7 input[type="submit"] {
	float: right;
	padding: 5px 20px;
	border: 0;
	background: #b27953;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	font-size: 0.8em;
	line-height: 1.5em;
	text-transform: uppercase;
	font-weight: bold;
}
.wpcf7 input[type="submit"]:hover {
	cursor: pointer;
	background: #996848;
}
span.wpcf7-not-valid-tip {
	font-size: 1.4em!important;
}
div.wpcf7-response-output {
	padding: 0!important;
	margin: 0!important;
	font-size: 1.4em!important;
}

#contact-map {
	clear: both;
	max-width: 1000px;
	height: 320px;
	margin: 0 auto 40px;
}

/* =CTAS
-------------------------------------------------------------- */
/* shared styles across ctas */
#ctas-wha-about,
#ctas-why-choose,
#ctas-types-fuel,
#ctas-wha-join,
#ctas-other-news {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}
#ctas-wha-about h2,
#ctas-why-choose h2,
#ctas-types-fuel h2,
#ctas-wha-join h2,
#ctas-sponsors h2,
#ctas-other-news h2 {
	font-size: 4.7em;
	line-height: 1.9em;
}
#ctas-wha-about .read-more-header,
#ctas-why-choose .read-more-header,
#ctas-blog .read-more-header,
#ctas-other-news .read-more-header,
#ctas-types-fuel .read-more-header {
	position: absolute;
	top: 30px;
	right: 0;
	font-size: 1.3em;
	line-height: 1.5em;
	text-transform: uppercase;
	font-weight: bold;
}
#ctas-wha-about .read-more-header a,
#ctas-why-choose .read-more-header a,
#ctas-blog .read-more-header a,
#ctas-other-news .read-more-header a,
#ctas-types-fuel .read-more-header a {
	display: block;
	padding: 5px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
}
#ctas-wha-about li,
#ctas-why-choose li {
	position: relative;
	float: left;
	width: 324px;
	margin-left: 14px;
	color: #fff;
}
#ctas-wha-about li .hover-overlay,
#ctas-why-choose li .hover-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	filter:alpha(opacity=0);
	z-index: 2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#ctas-wha-about li:hover .hover-overlay,
#ctas-why-choose li:hover .hover-overlay {
	opacity: 0.3;
	filter:alpha(opacity=30);
}
#ctas-wha-about li .text-wrap,
#ctas-why-choose li .text-wrap {
	position: relative;
	padding: 10px 15px;
	z-index: 3;
}
#ctas-wha-about li .text-wrap h3,
#ctas-why-choose li .text-wrap h3 {
	font-size: 3em;
}
#ctas-wha-about li .text-wrap p,
#ctas-why-choose li .text-wrap p {
	margin-bottom: 0.3em;
	font-size: 1.5em;
	line-height: 1.6em;
}
#ctas-wha-about li .text-wrap p:last-of-type,
#ctas-why-choose li .text-wrap p:last-of-type {
	margin-bottom: 0;
}
#ctas-wha-about li .text-wrap p a,
#ctas-why-choose li .text-wrap p a {
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
}
#ctas-wha-about li .text-wrap p a:hover,
#ctas-why-choose li .text-wrap p a:hover {
	text-decoration: underline;
	text-transform: uppercase;
}

/* specific to ctas */
#ctas-wha-about {
	padding-bottom: 40px;
	border-top: 10px solid #b27953;
}
#ctas-wha-about h2 {
	color: #6e5745;
}
#ctas-wha-about .read-more-header a {
	background: #6e5745;
}
#ctas-wha-about .read-more-header a:hover {
	background: #544335;
}
#ctas-wha-about .wha-about-1 {
	min-height: 300px;
	margin-left: 0;
}
#ctas-wha-about .wha-about-2 {
	width: 662px;
	min-height: 300px;
}
#ctas-wha-about li .text-wrap {
	padding-top: 15px;
}
#ctas-wha-about li .text-wrap h3 {
	margin-bottom: 0.9em;
}
#ctas-wha-about li .text-wrap p {
	margin-bottom: 2.5em;
}

#ctas-why-choose {
	padding-bottom: 26px;
	border-top: 10px solid #6f4b52;
}
#ctas-why-choose h2 {
	color: #7c7640;
}
#ctas-why-choose .read-more-header a {
	background: #7c7640;
}
#ctas-why-choose .read-more-header a:hover {
	background: #635f34;
}
#ctas-why-choose li {
	min-height: 185px;
	margin-bottom: 14px;
}
#ctas-why-choose .wha-choose-1,
#ctas-why-choose .wha-choose-4 {
	margin-left: 0;
}

#ctas-types-fuel {
	padding-bottom: 40px;
	border-top: 10px solid #7c7640;
}
#ctas-types-fuel h2 {
	color: #b27953;
}
#ctas-types-fuel .read-more-header a {
	background: #b27953;
}
#ctas-types-fuel .read-more-header a:hover {
	background: #996848;
}
#types-fuel-list img {
	display: block;	
	max-width: 100%;
	height: auto;
}
#types-fuel-list h3 {
	padding: 0 5%;
	color: #fff;
	font-size: 3em;
	line-height: 1.8em;
}
#types-fuel-list li a {
	position: relative;
	display: block;
}
#types-fuel-list li.active a:after {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	background: #000;
	opacity: 0.7;
	filter:alpha(opacity=70);
}
#types-fuel-list li.active a:hover:after {
	opacity: 0;
	filter:alpha(opacity=0);
}
#types-fuel-list .types-fuel-1 h3,
#types-fuel-list .types-fuel-4 h3 {
	background: #9a9d68;
}
#types-fuel-list .types-fuel-2 h3,
#types-fuel-list .types-fuel-5 h3 {
	background: #ea7565;
}
#types-fuel-list .types-fuel-3 h3,
#types-fuel-list .types-fuel-6 h3 {
	background: #a59177;
}
#types-fuel-list .types-fuel-1 a:hover h3,
#types-fuel-list .types-fuel-4 a:hover h3 {
	background: #828558;
}
#types-fuel-list .types-fuel-2 a:hover h3,
#types-fuel-list .types-fuel-5 a:hover h3 {
	background: #d1685a;
}
#types-fuel-list .types-fuel-3 a:hover h3,
#types-fuel-list .types-fuel-6 a:hover h3 {
	background: #8c7b65;
}
#types-fuel-list li .hexagon-wrapper {
	position: absolute;
	bottom: 35px;
	right: 5%;
	height: 40px;
	width: 40px;
	margin: 0;
	display: block;
}
#types-fuel-list li.types-fuel-1 .hexagon,
#types-fuel-list li.types-fuel-4 .hexagon {
	background: #7f7f55;
}
#types-fuel-list li.types-fuel-2 .hexagon,
#types-fuel-list li.types-fuel-5 .hexagon {
	background: #b2584f;
}
#types-fuel-list li.types-fuel-3 .hexagon,
#types-fuel-list li.types-fuel-6 .hexagon {
	background: #7f705d;
}
#types-fuel-list li .hexagon-wrapper p {
	position: absolute;
	width: 60%;
	height: 100%;
	top: 0;
	left: 20%;
	color: #fff;
	font-family: 'oswaldbold', Arial, sans-serif;
	font-size: 1.8em;
	line-height: 40px;
	z-index: 2;
	text-transform: uppercase;
}
#wrapper-ctas-types-fuel .bx-controls-direction a {
	position: absolute;
	top: 28px;
	right: 220px;
	width: 38px;
	height: 33px;
	background: url('../images/icon-fuel-prev.png') no-repeat center center;
	color: transparent;
	opacity: 0.7;
	filter:alpha(opacity=70);
	font: 0/0 a;
}
#wrapper-ctas-types-fuel .bx-controls-direction a.bx-next {
	right: 170px;
	background: url('../images/icon-fuel-next.png') no-repeat center center;
}
#wrapper-ctas-types-fuel .bx-controls-direction a:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}

#ctas-wha-join {
	border-top: 10px solid #7c7640;
}
#ctas-wha-join h2 {
	color: #7d5c50;
}
#ctas-wha-join-list li {
	float: left;
	width: 324px;
	margin-left: 14px;
	margin-bottom: 50px;
}
#ctas-wha-join-list li:first-child {
	margin-left: 0;
}
#ctas-wha-join-list li a {
	position: relative;
	display: block;
	min-height: 185px;
	color: #fff;
}
#ctas-wha-join-list li.ctas-wha-join-1 a {
	background-color: #aa9763;
}
#ctas-wha-join-list li.ctas-wha-join-2 a {
	background-color: #9c7a66;
}
#ctas-wha-join-list li.ctas-wha-join-3 a {
	background-color: #a88e6f;
}
#ctas-wha-join-list li.ctas-wha-join-1 a:hover {
	background-color: #918154;
}
#ctas-wha-join-list li.ctas-wha-join-2 a:hover {
	background-color: #826555;
}
#ctas-wha-join-list li.ctas-wha-join-3 a:hover {
	background-color: #8f795e;
}
#ctas-wha-join-list li h3 {
	position: absolute;
	width: 70%;
	bottom: 10px;
	left: 5%;
	font-size: 3em;
}
#ctas-wha-join-list li .hexagon-wrapper {
	position: absolute;
	bottom: 10px;
	right: 5%;
	height: 40px;
	width: 40px;
	margin: 0;
	display: block;
}
#ctas-wha-join-list li.ctas-wha-join-1 .hexagon {
	background: #7f7f55;
}
#ctas-wha-join-list li.ctas-wha-join-2 .hexagon {
	background: #b2584f;
}
#ctas-wha-join-list li.ctas-wha-join-3 .hexagon {
	background: #7f705d;
}
#ctas-wha-join-list li .hexagon-wrapper p {
	position: absolute;
	width: 60%;
	height: 100%;
	top: 0;
	left: 20%;
	color: #fff;
	font-family: 'oswaldbold', Arial, sans-serif;
	font-size: 1.8em;
	line-height: 40px;
	z-index: 2;
	text-transform: uppercase;
}

#ctas-sponsors {
	min-height: 200px;
	background: #fff;
	border-top: 10px solid #a59177;
}
#ctas-sponsors h2 {
	max-width: 1000px;
	margin: 0 auto;
	color: #5f7884;
}
#wrapper-ctas-sponsors {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	padding-bottom: 40px;
}
#wrapper-ctas-sponsors img {
	display: block;
	max-width: 100%;
	height: auto;
}
#wrapper-ctas-sponsors .bx-controls-direction a {
	position: absolute;
	top: 27px;
	left: -45px;
	width: 38px;
	height: 33px;
	background: url('../images/icon-sponsor-prev.png') no-repeat center center;
	color: transparent;
	opacity: 0.7;
	filter:alpha(opacity=70);
	font: 0/0 a;
}
#wrapper-ctas-sponsors .bx-controls-direction a.bx-next {
	left: auto;
	right: -45px;
	background: url('../images/icon-sponsor-next.png') no-repeat center center;
}
#wrapper-ctas-sponsors .bx-controls-direction a:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}

#ctas-blog {
	position: relative;
	padding-bottom: 240px;
	background: #d1d1c7;
	border-top: 10px solid #7a2911;
}
#ctas-blog #ctas-blog-header {
	height: 94px;
	width: 94px;
	display: block;
	margin: -47px auto 40px;
}
#ctas-blog #ctas-blog-header .hexagon {
	background-color: #7a2911;
}
#ctas-blog #ctas-blog-header h2 {
	position: absolute;
	width: 60%;
	height: 93%;
	top: 7%;
	left: 20%;
	color: #fff;
	font-size: 4em;
	line-height: 1em;
	word-wrap: break-word;
	z-index: 2;
}
#ctas-blog .read-more-header {
	right: 50%;
	margin-right: -500px;
}
#ctas-blog .read-more-header a {
	background: #6d722a;
}
#ctas-blog .read-more-header a:hover {
	background: #565921;
}
#ctas-blog-list {
	max-width: 1000px;
	margin: 0 auto;
}
#ctas-blog-list li {
	position: relative;
	float: left;
	width: 324px;
	min-height: 250px;
	padding-bottom: 40px;
	margin-left: 14px;
	background: #fff;
	color: #6d722a;
}
#ctas-blog-list li:first-child {
	margin-left: 0;
}
#ctas-blog-list li .text-wrap {
	padding: 10px 20px;
}
#ctas-blog-list li .text-wrap .read-more {
	position: absolute;
	bottom: 10px;
	right: 20px;
}
#ctas-blog-list li h3 {
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 2px dotted #7a2911;
	font-size: 3em;
}
#ctas-blog-list li h3 a {
	color: #7a2911;
}
#ctas-blog-list li h3 a:hover {
	color: #6d722a;
}
#ctas-blog-list li p {
	margin-bottom: 10px;
	font-size: 1.6em;
	line-height: 1.4em;
}
#ctas-blog-list li p.read-more {
	margin-bottom: 0;
	text-transform: uppercase;
	text-align: right;
	font-weight: bold;
}
#ctas-blog-list li p.read-more a {
	color: #7a2911;
}
#ctas-blog-list li p.read-more a:hover {
	color: #6d722a;
}

#ctas-other-news {
	padding-bottom: 215px;
	border-top: 10px solid #7c7640;
}
#ctas-other-news h2 {
	float: left;
	color: #7d5c50;
}
#ctas-other-news p.read-more-header a {
	background: #7d5c50;
	color: #fff;
}
#ctas-other-news p.read-more-header a:hover {
	background: #634940;
}
#ctas-other-news-list {
	clear: both;
}


/* =FOOTER
-------------------------------------------------------------- */
footer {
	position: relative;
	clear: both;
	background: #6d722a;
	color: #fff;
}
footer:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 218px;
	top: -218px;
	left: 0;
	background: url('../images/bg-footer-extended.png') no-repeat top center;
}
#wrapper-footer {
	max-width: 835px;
	margin: 0 auto;
	padding-right: 165px;
	padding-bottom: 20px;
	background: url('../images/logo-footer.png') no-repeat 100% 0;
}
#wrapper-footer .widget {
	position: relative;
	float: left;
	width: 40%;
	margin-right: 5%;
}
#wrapper-footer .widget.widget-first {
	width: 30%;
}
#wrapper-footer .widget.widget-last {
	width: 20%;
	margin-right: 0;
	padding-top: 3px;
}
#wrapper-footer .widget h2 {
	font-size: 2.1em;
}
#wrapper-footer .widget p {
	font-size: 1.5em;
	line-height: 1.5em;
}
#wrapper-footer .widget p a {
	color: #fff;
}
#wrapper-footer .widget p a:hover {
	color: #2a2b0d;
}

#wrapper-footer .widget p.link,
#wrapper-footer .widget_nav_menu li {
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: bold;
	text-transform: uppercase;
}
#wrapper-footer .widget p.link {
	position: absolute;
	top: 3px;
	right: 0;
}
#wrapper-footer .widget p.link a,
#wrapper-footer .widget_nav_menu li a {
	color: #2a2b0d;
}
#wrapper-footer .widget p.link a:hover,
#wrapper-footer .widget_nav_menu li a:hover {
	color: #fff;
}

#menu-item-1636 {
	width: 155px;
	height: 19px;
	margin-top: 5px;
}

#menu-item-1636 a {
	width: 155px;
	height: 19px;
	display: block;
	background: url('../images/wha-twitter-follow.png') 0 0 no-repeat;
	text-indent: -9999px;
}

#menu-item-1636 a:hover {
	background-position: -155px 0;
}


/* =USEFUL
-------------------------------------------------------------- */
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	max-height:0;
}

.clearfix {
	zoom: 1; /* For IE7 and below */
}

div.wpcf7-response-output {
	border: 0!important;
}

/* css hexagons - http://jsfiddle.net/M52QZ/ */
.hexagon-wrapper {
	text-align: center;
	margin: 0 20px;
	position: relative;
	display: inline-block;
}
.hexagon {
	height: 100%;
	width: 57.735%;
	display: inline-block;
}
.hexagon:before {
	position: absolute;
	top: 0;
	right: 21.1325%;
	background-color: inherit;
	height: inherit;
	width: inherit;
	content: ' ';
	transform: rotate(60deg);
	-webkit-transform: rotate(60deg); /* Ch, Saf  */
	 -moz-transform: rotate(60deg); /* Fx <16 */
	  -ms-transform: rotate(60deg); /* IE 9 */
	   -o-transform: rotate(60deg); /* Op <12.1 */
}
.hexagon:after {
	position: absolute;
	top: 0;
	right: 21.1325%;
	background-color: inherit;
	height: inherit;
	width: inherit;
	content: '';
	transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg); /* Ch, Saf  */
	 -moz-transform: rotate(-60deg); /* Fx <16 */
	  -ms-transform: rotate(-60deg); /* IE 9 */
	   -o-transform: rotate(-60deg); /* Op <12.1 */
}

/* bxslider - hide auto controls.
They need to be enabled to enable auto scrolling after manual scrolling */
.bx-controls-auto {
	display: none;
}

/* requires 'comment validation' plugin */
#commentform div.error,
#commentform label.error {
	color: red;
	font-size: 15px;
}

#commentform input.error,
#commentform textarea.error {
	background-color: red;
	color: #fff!important;
}

/* placeholder colours, defined separately otherwise they're ignored by all browsers  */
::-webkit-input-placeholder { /* WebKit browsers */
	color: inherit;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: inherit;
	opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: inherit;
	opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: inherit;
}

/* prevent automatic styling of telephone numbers */
a[href^=tel]{
    color:inherit;
    text-decoration:none;
}

/* prevent rounded corners on form inputs */
textarea,
input[type=text],
input[type=email],
input[type=image],
input[type=submit] {
	-webkit-appearance: none;
	-webkit-border-radius:0px;
}

/* work around mobile device auto-fitting where text is made too narrow on non responsive sites */
@media only screen and (max-device-width: 800px) {
   h1,h2,h3,h4,h5,h5,p,li,dt,dd {
       background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==); 
       background-repeat:repeat;
    }
}

/* =FONTS
-------------------------------------------------------------- */
@font-face {
    font-family: 'eurostileregular';
    src: url('fonts/eurostile-webfont.eot');
    src: url('fonts/eurostile-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/eurostile-webfont.woff') format('woff2'),
         url('fonts/eurostile-webfont.woff') format('woff'),
         url('fonts/eurostile-webfont.ttf') format('truetype'),
         url('fonts/eurostile-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'eurostilebold';
    src: url('fonts/eurostile-bold-1361505679-webfont.eot');
    src: url('fonts/eurostile-bold-1361505679-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/eurostile-bold-1361505679-webfont.woff') format('woff2'),
         url('fonts/eurostile-bold-1361505679-webfont.woff') format('woff'),
         url('fonts/eurostile-bold-1361505679-webfont.ttf') format('truetype'),
         url('fonts/eurostile-bold-1361505679-webfont.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'oswaldbook';
    src: url('fonts/oswald-regular-webfont.eot');
    src: url('fonts/oswald-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/oswald-regular-webfont.woff') format('woff2'),
         url('fonts/oswald-regular-webfont.woff') format('woff'),
         url('fonts/oswald-regular-webfont.ttf') format('truetype'),
         url('fonts/oswald-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oswaldbold';
    src: url('fonts/oswald-bold-webfont.eot');
    src: url('fonts/oswald-bold-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/oswald-bold-webfont.woff') format('woff2'),
         url('fonts/oswald-bold-webfont.woff') format('woff'),
         url('fonts/oswald-bold-webfont.ttf') format('truetype'),
         url('fonts/oswald-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'texgyreherosregular';
    src: url('fonts/texgyreheros-regular-webfont.eot');
    src: url('fonts/texgyreheros-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/texgyreheros-regular-webfont.woff') format('woff'),
         url('fonts/texgyreheros-regular-webfont.ttf') format('truetype'),
         url('fonts/texgyreheros-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* =IE FIXES
-------------------------------------------------------------- */
html.ie7 article li li,
html.ie7 article li p,
html.ie7 article dt dt,
html.ie7 article dd dd {
	font-size: 14px;
}

html.ie8 .hexagon {
	display: none;
}
html.ie8 #slider-ctas li .hexagon-wrapper {
	height: 73px;
	width: 83px;
}
html.ie8 #slider-ctas li .hexagon-wrapper:after,
html.ie8 #ctas-blog .hexagon-wrapper:after {
	display: none;
}
html.ie8 #slider-ctas li.slider-cta-1 .hexagon-wrapper {background: url('../images/ie/hex-slider-1.png') no-repeat center center;}
html.ie8 #slider-ctas li.slider-cta-2 .hexagon-wrapper {background: url('../images/ie/hex-slider-2.png') no-repeat center center;}
html.ie8 #slider-ctas li.slider-cta-3 .hexagon-wrapper {background: url('../images/ie/hex-slider-3.png') no-repeat center center;}


html.ie8 #ctas-blog .hexagon-wrapper {
	height: 94px!important;
	width: 108px!important;
}
html.ie8 #ctas-blog .hexagon-wrapper {background: url('../images/ie/hex-blog.png') no-repeat center center;}

/* =RESPONSIVE
/* rough breakpoints, but the design would dictate how the 
/* page adapts. Also see viewport sizes on:
/* http://i-skool.co.uk/mobile-development/web-design-for-mobiles-and-tablets-viewport-sizes/
-------------------------------------------------------------- */

/* over 1020 is desktop and ipad landscape */
@media (max-width: 1020px) {
	/* tablets, inc ipad portrait from 768 - 1020 */
	nav.top-nav {
		padding-right: 2%;
		padding-left: 2%;
	}
	nav.top-nav ul li {
		margin-right: 5px;
		padding-right: 5px;
		font-size: 1.2em;
	}
	#wrapper-header {
		padding-right: 2%;
		padding-left: 2%;
		position: relative;
	}
	#header-contact .tel {
		font-size: 3.4em;
	}
	#header-contact .email {
		font-size: 1.4em;
		position: absolute;
	    left: 5px;
	    top: 48px;
	}
	#header-contact .email span {
		display: none;
	}
	#header-strapline {
		font-size: 2.4em;
	}
	nav.main-nav {
		text-align: center;
	}
	nav.main-nav > ul > li {
		float: none;
		display: inline-block;
		margin-left: 7px;
		padding-left: 10px;
	}
	nav.main-nav ul li ul {
		text-align: left;
	}
	nav.main-nav li:hover ul {
		left: 3px;
	}
	nav.main-nav li a {
		font-size: 1.7em;
	}
	
	/* slider */
	#slider.featured-image {
		text-align: center;
	}
	#slider.featured-image img {
		margin-left: -100%;
		margin-right: -100%;
	}
	div.slider-text-wrapper {
		left: 2%;
		margin-left: 0;
	}
	#slider-ctas {
		padding-right: 2%;
		padding-left: 2%;
	}
	#slider-ctas li {
		width: 32%;
		margin-left: 2%;
	}
	/*#slider-ctas li a {
		height: 128px!important;
	}*/
	
	/* content */
	article.page,
	article.post {
		max-width: 700px;
		padding-top: 35px;
		padding-right: 2%;
		padding-left: 2%;
	}
	article .gallery-icon img {
		max-width: 90%;
	}
	#post-index-filter,
	#wrapper-post-index {
		padding-right: 2%;
		padding-left: 2%;
	}
	#post-index-filter li,
	article.post-index,
	#ctas-other-news-list li {
		width: 32%;
		margin-left: 2%;
	}
	article.post-index-1,
	article.post-index-4,
	article.post-index-7,
	article.post-index-10,
	article.post-index-13 {
		margin-left: 0;
	}
	article.post-index a,
	#ctas-other-news-list li a {
		min-height: 450px;
	}
	article.post-index .thumb-wrap,
	#ctas-other-news-list li .thumb-wrap {
		overflow: hidden;
		text-align: center;
	}
	article.post-index .thumb-wrap img,
	#ctas-other-news-list li .thumb-wrap img {
		display: inline;
		max-width: none;
		height: 100%;
		width: auto;
		margin-right: -100%;
		margin-left: -100%;
	}
	
	#wrapper-contact,
	#wrapper-address-form {
		padding-right: 2%;
		padding-left: 2%;
	}
	#contact-address {
		min-height: 310px;
	}
	.wpcf7 li {
		margin-bottom: 17px;
	}
	
	/* ctas */
	#ctas-wha-about,
	#ctas-why-choose,
	#ctas-types-fuel,
	#ctas-wha-join,
	#ctas-sponsors,
	#ctas-other-news {
		padding-right: 2%;
		padding-left: 2%;
	}
	#ctas-wha-about h2,
	#ctas-why-choose h2,
	#ctas-types-fuel h2,
	#ctas-wha-join h2,
	#ctas-sponsors h2,
	#ctas-other-news h2 {
		font-size: 3.5em;
	}
	#ctas-wha-about .read-more-header,
	#ctas-why-choose .read-more-header,
	#ctas-blog .read-more-header,
	#ctas-other-news .read-more-header,
	#ctas-types-fuel .read-more-header {
		right: 2%;
		top: 19px;
		margin-right: 0;
	}
	
	#ctas-wha-about li {
		background-size: cover;
	}
	#ctas-wha-about .wha-about-1 {
		width: 32%;
		min-height: 330px;
	}
	#ctas-wha-about .wha-about-2 {
		width: 66%;
		min-height: 330px;
	}
	
	#ctas-why-choose li {
		width: 49%;
		margin-left: 0;
		background-size: cover;
	}
	#ctas-why-choose .wha-choose-1,
	#ctas-why-choose .wha-choose-3,
	#ctas-why-choose .wha-choose-5 {
		margin-left: 0;
		margin-right: 2%;
	}
	
	#ctas-wha-join-list li {
		width: 32%;
		margin-left: 2%;
	}
	#ctas-wha-join-list li h3 {
		font-size: 2.7em;
	}
	
	#ctas-blog-list {
		padding-right: 2%;
		padding-left: 2%;
	}
	#ctas-blog-list li {
		width: 32%;
		min-height: 340px;
	}
	
	#ctas-types-fuel .read-more-header {
		display: none;
	}
	#wrapper-ctas-types-fuel {
		position: static;
		max-width: 662px;
		margin: 0 auto;
	}
	#wrapper-ctas-types-fuel .bx-controls-direction a {
		top: 16px;
		left: auto;
		right: 8%;
	}
	#wrapper-ctas-types-fuel .bx-controls-direction a.bx-next {
		right: 2%;
	}
	
	#ctas-sponsors {
		position: relative;
		max-width: 714px;
	}
	#wrapper-ctas-sponsors {
		position: static;
		max-width: 714px;
	}
	#wrapper-ctas-sponsors .bx-controls-direction a {
		top: 16px;
		left: auto;
		right: 8%;
	}
	#wrapper-ctas-sponsors .bx-controls-direction a.bx-next {
		right: 2%;
	}
	
	/* footer */
	footer {
		padding-right: 2%;
		padding-left: 2%;
	}
	#wrapper-footer .widget {
		width: 47%;
		margin-left: 4%;
		margin-right: 0;
	}
	#wrapper-footer .widget.widget-first {
		width: 47%;
		margin-left: 0;
	}
	#wrapper-footer .widget.widget-last {
		clear: both;
		width: auto;
		margin: 0;
		padding-top: 30px;
	}
	#wrapper-footer .widget_nav_menu li {
		float: left;
		margin-right: 30px;
	}
	
}

@media (max-width: 767px) {
	/* modern smartphones, smaller tablets are below this res. */
	header {
		position: relative;
		border-top: 10px solid #6d722a;
		border-bottom: 10px solid #000;
	}
	#mobile-header {
		display: block;
	}
	#mobile-header span {
		display: block;
		position: absolute;
		bottom: 85px;
    	right: 10px;
		width: 35px;
		height: 30px;
		color: transparent;
		background: url('../images/icon-mobile-menu.png') no-repeat center center;
		font: 0/0 a;
		text-decoration: none;
	}
	#mobile-header span:hover {
		cursor: pointer;
		background: url('../images/icon-mobile-menu-inv.png') no-repeat center center;
	}
	nav.top-nav,
	nav.main-nav {
		display: none;
	}
	header a#logo-link {
		float: none;
		margin: 0 auto;
		max-width: 80%;
	}
	#header-contact {
		float: none;
		text-align: left;
	}
	#header-contact .tel {
		font-size: 2.9em;
	}
	#header-strapline {
		display: none;
	}
	#header-contact .email {
		font-size: 1.4em;
		position: absolute;
	    left: 5px;
	    top: 35px;
	}
	#header-contact .twitter {
	    left: 185px;
    	top: 5px;
	}
	.contactheader {
		height: 50px;
	}
	
	/* slider */
	#slider,
	body.home #slider {
		height: 200px!important;
	}
	#slider .royalSlider,
	#slider .rsOverflow	{
		height: 200px!important;
	}
	#slider.featured-image img {
		margin-top: -50px;
	}
	div.slider-text-wrapper {
		top: 10px;
	}
	div.slider-text-wrapper h2,
	div.slider-text-wrapper h3 {
		font-size: 2em;
	}
	div.slider-text-wrapper p {
		font-size: 1.1em;
	}
	#slider-ctas {
		display: none;
	}
	
	/* content */
	article.page,
	article.post {
		padding-top: 20px;
	}
	h1 {
		font-size: 3em;
	}
	h2 {
		font-size: 2.5em;
	}
	h3, h4, h5, h6 {
		font-size: 2em;
	}
	article .gallery-item {
		margin-bottom: 10px;
	}
	
	#post-index-filter li a {
		padding: 0 5px;
		font-size: 1.9em;
		text-align: center;
	}
	.wp-pagenavi {
		text-align: left;
	}
	.wp-pagenavi .pages {
		display: block;
		float: none;
		margin-bottom: 5px;
	}
	#contact-address,
	#contact-form {
		width: 100%;
		float: none;
	}
	#fam-text,
	#fam-map {
		width: 100%;
		float: none;
	}
	article.content .wpcf7 {
		max-width: none;
	}
	
	/* ctas */
	#ctas-wha-about h2,
	#ctas-why-choose h2,
	#ctas-types-fuel h2,
	#ctas-wha-join h2,
	#ctas-sponsors h2,
	#ctas-other-news h2 {
		font-size: 2.5em;
	}
	.read-more-header {
		display: none!important;
	}
	
	#ctas-wha-about h3,
	#ctas-wha-about p {
		text-align: left!important;
	}
	#ctas-wha-about li,
	#ctas-why-choose li {
		width: 100%!important;
		float: none;
		margin: 0 0 10px!important;
		min-height: 0!important;
	}
	#ctas-wha-about li .hover-overlay,
	#ctas-why-choose li .hover-overlay {
		opacity: 0.3;
	}
	#ctas-wha-about li .text-wrap h3,
	#ctas-why-choose li .text-wrap h3 {
		margin-bottom: 0.5em;
		font-size: 2.0em;
	}
	#ctas-why-choose li .text-wrap h3 br,
	#ctas-why-choose li .text-wrap h3 br:after {
		content: " ";
	}
	
	#ctas-blog-list li,
	#ctas-wha-join-list li {
		width: 100%;
		min-height: 0;
		margin-left: 0;
		margin-bottom: 10px;
	}
	#ctas-wha-join-list li a {
		min-height: 62px;
	}
	
	#wrapper-ctas-types-fuel {
		max-width: 324px;
	}
	#wrapper-ctas-types-fuel .bx-controls-direction a {
		top: 12px;
		right: 12%;
	}
	#wrapper-ctas-sponsors {
		max-width: 348px;
	}
	#wrapper-ctas-sponsors .bx-controls-direction a {
		top: 12px;
		right: 12%;
	}
	
	/* footer */
	#wrapper-footer {
		padding-right: 0;
		padding-bottom: 110px;
		background: url('../images/logo-footer.png') no-repeat 50% 95%;
	}
	#wrapper-footer .widget {
		width: 100%!important;
		margin-left: 0;
		margin-bottom: 30px;
	}
	#wrapper-footer .widget.widget-last {
		padding-top: 0;
	}
}

@media (max-width: 500px) {
	/* interim breakpoint */
	#post-index-filter li,
	article.post-index,
	#ctas-other-news-list li {
		width: 100%;
		margin-left: 0;
	}
	article.post-index .thumb-wrap img,
	#ctas-other-news-list li .thumb-wrap img {
		height: auto;
		width: 100%;
	}
	
	
	#wrapper-ctas-sponsors {
		max-width: 348px;
	}	
	#wrapper-ctas-types-fuel .bx-controls-direction,
	#wrapper-ctas-sponsors .bx-controls-direction {
		display: none;
	}
}

@media (max-width: 319px) {
	/* good interim breakpoint if needed for earlier iphones
	/* iphone 320 width, 480 landscape */
	/* galaxy nexus viewport is 360 x 519 */
}

@media (max-width: 240px) {
	/* even smaller phones if needed */
}