/*
	Theme Name: Northwest Auto Alliance
	Author: Unfold Studio / Ampersand Industries
	Version: 2.0
*/

*{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
}
body{
  background: #000 url(images/backgrounds/a.jpg) no-repeat 50% 0;
  color:    #fff;
  font-family: 'Open Sans', sans-serif;
  margin:   0;
  font-size:    14px;
  line-height:  22px;
  font-weight:	400;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
  min-width:320px;
  background-attachment: fixed;
}

/******
    Base elements
******/

a{
  color:    #f9b63e;
  text-decoration:  none;
  transition: all 0.3s ease 0s;
}
a:hover{
  text-decoration:  none;
  color:    #f9b63e;
}

img{
  border:   none;
}

p{
  margin:0 0 1em 0;
  padding:0;
}

blockquote{
	border-left: 4px solid #f9b63e;
	color:#f9b63e;
	font-weight:300;
	font-size:26px;
	line-height:36px;
	margin:1em 0;
	padding-left:	27px;
}

b, strong{font-weight:600;}

hr {
  border:none;
  border-top: 1px solid rgba(255,255,255,0.5);
  margin: 20px 0;
}

/******
    Structure elements
******/

.container{float:left;}
.full-width{ width:100%;float:left;}
.full-width .panel{width:100%;max-width:1000px;margin:0 auto; position:relative;}
.full-width .panel > .inner{padding: 0 20px; float:left; background-color:#000; width:100%;}

.full-width.header-panel{background-color:#a7a9ac; padding: 27px 0 0 0; display:none;}
.full-width.header-panel .panel > .inner{background:transparent;}

.full-width.header{ border-top: #858585 solid 6px;}
.full-width.header.open{ border-top: #a7a9ac solid 6px;}

.full-width.navigation{
	position:relative;
	z-index:30;
}
.full-width.navigation .inner{background-color:#f9b63e; padding: 0 !important;}
.full-width.navigation .inner .menu {background-color:#f9b63e; padding: 0; width:100%; float:left;}

.full-width.front .panel > .inner,  .full-width.gallery .panel > .inner, .full-width.page .panel > .inner{ padding-top:20px;}

.column{float:left;}
.column.one-half{width:	47%; margin-right:4%;}
.column:last-child{margin-right:0;}


.header-panel.banner-notice { display: none;}
.header-panel.banner-notice.open { display: block;}

/******
    Header elements
******/

a#logo{background:transparent url(images/naa-logo.svg) no-repeat top right; text-indent:-9999px;overflow:hidden; width:165px;display:block;height:71px; margin: 23px 0 12px 0;float:left;}
.header .strap{color:#858585; font-size:18px; line-height:23px;width:300px; float:left;display:block; border-left:1px solid #858585; padding-left:11px; margin: 56px 0 25px 25px;}

a.toggle-nav{display:none;}
a.show-contact {
  background-color: #f9b63e;
  border-radius: 0 0 15px 15px;
  color: #aef0b7;
  float: right;
  font-size: 14px;
  height: 42px;
  line-height: 15px;
  padding-left: 15px;
  padding-top: 7px;
  position: absolute;
  right: 0;
  text-align: left;
  top: -10px;
  width: 150px;
}

a.show-contact b{color:#fff; font-weight:600;}

.mobile-search, .mobile-newsletter{display:none;}

.header-links {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index:4;
}
.header-links li{list-style:none; display:inline-block; vertical-align: top;}

.header-links a{background-color:#858585; color:#fff; text-transform:uppercase; height:26px;line-height:26px; font-size:11px; display:block; margin-left:4px; text-align:center; width:117px;}
.header-links a:hover, .header-links a.current{background-color:#a7a9ac;}

.header-links li.social a { background: transparent; width: 26px; padding-top: 5px;}
.header-links li.social a img{     display: block;
    width: 100%;
    height: auto;
    max-width: 20px;
	
	}
a.toggle-search{background-image: url(images/search_bg.png); background-repeat: no-repeat; background-position: 75% 50%; padding-right:20px;}

.header-column{width:469px; float:left; border-top:1px solid #777777; padding:19px 0; color:#000;}
.header-column:last-child{float:right;}
.follow .header-column:last-child{text-align:right;}

.header-column h2{font-size:22px;line-height:28px;color:#000;text-transform:uppercase; margin-bottom:7px;}

.header-column .searchform{margin-top:7px;}
.searchform input{
	border:none;
	background:#fff;
	width:429px;
	float:left;
	height: 33px;
	line-height: 33px;
	padding:5px;
}

.mc-field-group input::-webkit-input-placeholder {color:#fff; opacity:1;}
.mc-field-group input:-moz-placeholder { /* Firefox 18- */ color:#fff; opacity:1;}
.mc-field-group input::-moz-placeholder {  /* Firefox 19+ */ color:#fff; opacity:1;}
.mc-field-group input:-ms-input-placeholder {  color:#fff; opacity:1;}

.searchform input::-webkit-input-placeholder {color:#3a3a3a;}
.searchform input:-moz-placeholder { /* Firefox 18- */ color:#3a3a3a;}
.searchform input::-moz-placeholder {  /* Firefox 19+ */ color:#3a3a3a;}
.searchform input:-ms-input-placeholder {  color:#3a3a3a;}

.header-column .searchform label{display:none;}

.searchform input#searchsubmit{
	width:	40px;
	height: 33px;
	display:block;
	background: #fbb73b url(images/btn-search.png) no-repeat 50% 50%;
	overflow:hidden;
	text-indent:-9999px;
	float:left;
	cursor:pointer;
}


a.join{
	width:359px;
	height:133px;
	display: block;
	position: absolute;
	top:0;
	right:0;
	background: url(images/join-us.jpg) no-repeat right bottom;
	overflow:hidden;
	text-align:left;
	text-indent:-9999px;
	background-size:contain;
}

/***
    Footer elements
***/
.footer{text-align:center;}

.footer p{font-size:10px; line-height:16px; text-align:left; margin: 15px 0; color:#818181;}

.footer a{
	border-bottom:none;
	border-right: 1px solid #848789;
	padding: 0 8px;
	text-transform:uppercase;
	font-size:11px;
}

.footer a:hover{}

.footer a:first-of-type{margin-left:8px;}
.footer a:last-of-type{border-right: none; margin-right:8px;}

.footer ul.menu{margin:0;padding:0;width:100%; text-align:left;}
.footer ul.menu li{display:inline-block; list-style:none; float:none;}
.footer ul.menu li a{padding:0; text-transform:none; color:#fff; border-right: 1px solid #fff; padding: 0 6px 0 3px;margin:0;}
.footer ul.menu li:first-child a{color:#f9b63e; padding-left:0;}
.footer ul.menu li:last-child a{border-right:0;}

span.partners{
	height:54px;
	line-height:54px;
	color:#7c7c7c;
	text-transform:uppercase;
	font-size:14px;
	display:block;
	width:100px;
}

.logos span, .logos a{margin:25px 0; float:left; margin-right:15px;}

/******
    Menus
******/
ul.menu{
  margin:   0;
  padding:  0;
}

ul.menu li{
  list-style:   none;
  display: flex;
}

ul.menu li a{
  text-decoration:  none;
  padding:  0 8px;
}


.navigation ul{
  margin:0;
  padding:0;
  display: flex;
}


.navigation li{
  list-style:   none;
  position:	relative;
  display:	inline-block;
  border-left: 1px solid #c98e22;
}

.navigation ul.menu > li:first-child {
  margin-left: 12px;
  border-left: none;
}

.navigation .menu a{
	display:flex;
	align-items: center;
	color:    #000;
	font-weight:  600;
	font-size:    14px;
	line-height: 1.2;
	padding:  16px 12px;
	border-bottom:none;
	text-transform:uppercase;
	text-align:center;
	height: 100%;
}

.navigation .menu ul ul a{font-size:16px;}
.navigation .menu ul ul ul a{font-size:14px; background-color:#e9e9e9;}

.navigation .menu a:hover,
.navigation .menu li.current_page_item > a:hover,
body.tax-training_category .navigation .menu li.menu-training > a,
body.single-training .navigation .menu li.menu-training > a,
.navigation .menu li.current-menu-ancestor > a:hover,
.navigation .menu li.menu-item-has-children:hover > a{
    color:#000;
	background-color:  #fff;
    text-decoration: none;
}


.navigation .menu li.current_page_item > a,
.navigation .menu li.current-menu-ancestor > a
{
    background-color:  #fff;
	color:#000;
    text-decoration: none;
	border-bottom:none;
}


.navigation ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 65px;
	left: 0;
	width: 188px;
	z-index: 99999;

}
.navigation ul ul ul {
	left: 188px;
	top: 0;
}
.navigation .menu ul ul a {
	height: auto;
	width:	100%;
	display:	block;
	background-color: #fff;
	font-size:	13px;
	font-weight:400;
	line-height:15px;
	padding-top:11px;
	padding-bottom:11px;
	color:#000;
	text-align: left;
}

.navigation .menu ul ul a:hover, .navigation .menu ul ul .current-menu-item > a, .navigation .menu ul ul ul > a, .menu ul ul .menu-item-has-children:hover > a{background-color:#e9e9e9 !important;}

.navigation .menu ul ul ul a:hover, .navigation .menu ul ul ul .current-menu-item a{background-color:#cecece !important;}

.navigation .sub-menu li{margin:0;padding:0;background:transparent none;width:100%;}
.navigation ul li:hover > ul {
	display: block;
}


/** SIDE MENU **/

ul.side-menu, ul.block-list{margin:0;padding:0; border-top:1px solid #747474;}
ul.side-menu li, ul.block-list li{list-style:none}
ul.side-menu a, ul.block-list a{color:#fff;border-bottom: 1px solid #747474; display:block; width:100%; padding:8px 0;}
ul.side-menu li.current-menu-item > a,
ul.side-menu li.current-menu-parent > a,
ul.side-menu li.current_page_item > a,
ul.side-menu li a:hover,
body.single-boardmember ul.side-menu li.page-item-27 > a,
body.single-casestudy ul.side-menu li.page-item-227 > a,
body.single-naamember ul.side-menu li.page-item-77 > a,
body.single-bemember ul.side-menu li.page-item-1656 > a,
body.single-beprovider ul.side-menu li.page-item-1660 > a,
ul.block-list li.current_page_item > a,
ul.block-list li a:hover{color:#f9b63e;}

ul.side-menu ul.children{display:none;margin:0;padding:0;}
ul.block-list ul.children{margin:0;padding:0;}

ul.side-menu ul a, ul.block-list ul a {padding-left:25px;}

ul.side-menu .current_page_item ul.children, ul.side-menu .current_page_parent ul.children
{display:block;}

.contact-sidebar p{padding-left:20px;}

.children select {
  background: none repeat scroll 0 0 transparent;
  background-color:#000;
  border: 1px solid #747474;
  color: #fff;
  padding: 5px;
  width: 100%;
  border-top: navy;
}

.board_categories.dropdown,
.members.dropdown,
.block-list.archive-list{display:none;}

select.tinynav{
	padding:8px;
	color:#fff;
	background-color:#000;
	border: 1px solid #747474;
	width:100%;
}

.member-navigation{margin:15px 0;}
.member-navigation h2{ font-size: 20px; font-weight:300;}

p.rss{margin-top:2em;}
/******
    Text formatting
******/


p.introduction{
	font-size:20px;
	line-height:30px;
	font-weight:300;
	margin-bottom:1em;
}

b, strong{}
.label{ color:#f9b63e;}



.featured-link a,
a.featured-link,
a.read-more,
span.read-more,
input#mc-embedded-subscribe{
	color:#000 !important;
	background-color:#f9b63e;
	text-align:center;
	cursor: pointer;
	width: auto;
	height:23px;
	line-height:23px;
	padding: 0 11px;
	font-weight:600;
	border:none;
	font-size:10px;
	display:inline-block;
	text-transform:	uppercase;
	}
.featured-link a:hover,
a.read-more:hover,
a.featured-link:hover{
	background-color:#fff;
	border-bottom:none !important;
}

input#mc-embedded-subscribe:hover{background-color:#fff;}
.banner input#mc-embedded-subscribe{color:#fff;border-color:#fff;}

.featured-link.back{margin-bottom: 1em;}
h1,
h2,
h3,
h4{
  margin:0;
  padding:0;
  font-style:   normal;
  font-weight:  600;
  font-size:    21px;
  line-height:  27px;
  color:	#f9b63e;
}


h1{font-size:44px;line-height:46px;margin:25px 0 30px 0; font-weight:300;}
h2{font-size:22px;line-height:26px;font-weight:600;margin-bottom:1em;}
h3{margin: 0.5em 0;}

.related-content h2{color:#f9b63e; font-weight:600;font-size:22px;line-height:1.1;margin-top:30px;}

.navigation a.nav-toggle{
  border-bottom: medium none;
  color: #6B6868;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 10px 5px 4%;
  text-transform: uppercase;
  display:none;
  background: transparent url(images/menu-burger.gif) no-repeat right center;
  width:	90%;
  float:	left;
}

.content a{ color:#f9b63e;}
.content p a:hover{ border-bottom: 1px solid #f9b63e;}
.content h3 a:hover{border-bottom:none;}
.general-content ul, .general-content ol{margin:0 0 1em 0;padding:0;}

.general-content li {
	list-style:none;
	padding-left:1em;
	margin-bottom: 0.5em;
}


.general-content li:before {
    content: '\2022';
    color: #f9b63e;
	padding-right:0.7em;
	margin-left: -1em;
}

.alignleft{float:left;margin-right:1em;margin-bottom:1em; width: auto !important;}
.alignright{float:right;margin-left:1em;margin-bottom:1em; width: auto !important;}
figure{background-color:#f9b63e;margin:0;}
figcaption{color:#fff;padding:5px;  font-size:85%;line-height:1.5em;margin-top:-7px;}

/**
	GENERAL PAGE LAYOUT
**/

.content{ width:100%; float:left;overflow:hidden;}
.content .inner{ }

.general-content{
	width:63.4%;
	float:right;
	border-top: 1px solid #747474;
}
.related-content{
	width:30.6%;
	float:left;
	position:relative;
	border-top: 1px solid #747474;
}
.home .related-content{width:32%;}


.share{width:100%; padding: 5px 0;border-radius:15px; background-color:#ececec; float:left; margin-top:25px;}
.share span:first-child{margin-left:10px;}

.gallery img{width:100%;height:auto;}


/***
	HOMEPAGE
***/


.widget_latest_tweets_widget{}
.latest-tweets ul{margin: 5px 0;padding:0 15px;}
.latest-tweets li {list-style:none; font-size:13px;line-height:18px; margin-bottom:10px;}
.latest-tweets p{margin:0;}
.tweet-details{display:none;}

a.link_ad{width:306px; height:238px; display:block; overflow:hidden; position:relative; float:left; margin-bottom:17px;}

a.link_ad .top{position:absolute;top:0;left:0;width:306px; height:238px; display:block; background: transparent url(images/home-section-cover-top.png) no-repeat top left;}
a.link_ad .bottom{position:absolute;top:0;left:0;width:306px; height:238px; display:block; background: transparent url(images/home-section-cover-bottom.png) no-repeat bottom left;}

a.link_ad span{width:100%;display:block; color:#fff; }
a.link_ad .overlay{background: rgba(0,0,0,0.7); width:100%; height:165px; top:168px; position:absolute; transition: all 0s ease 0s;}
a.link_ad .title{ height:68px; color:#f9b63e; font-weight:600; font-size:20px; line-height:25px; padding: 10px; background-image: url(images/title-plus.png); background-repeat:no-repeat; background-position:294px 13px;}
a.link_ad .description{font-size:14px; line-height:20px; padding: 0 10px; max-width:300px}

a.link_ad:hover .overlay{top:74px;transition: all 0.3s ease 0s;}

.link_ad .read-more {
  width: 95px;
  margin-left: 11px;
  margin-top: 7px;
}

.column{ width: 306px; float:left;}
.column.double{width:634px;}
.column.latest-content{height: 390px; display:block; overflow:hidden; border-top:1px solid #515151; border-bottom:1px solid #515151; margin-bottom:20px; position:relative;}
.logos .column{height: 108px; display:block; overflow:hidden; border-top:1px solid #515151; border-bottom:1px solid #515151; margin-bottom:20px;}

.column.latest-content h2{color:#fff;font-weight:200;line-height:55px; margin:0;}
.column.latest-content h2 a{color:#fff;}
.column.latest-content h3{font-size:14px;line-height:23px;}

.column.latest-content a.read-more{position:absolute; bottom:12px;}
.column.latest-content .event-date{
	width:97px;
	margin-right:15px;
	float:left;
	height:100%;
	margin-top:7px;
}

.column.latest-content .latest-image{
	width:100%;
}

.column.latest-content .latest-image img{
	width:100%;
	height:auto;
}

.event-date{
	text-align:center;font-weight:600;
	color:#fff;
}
a.event-date{color:#fff;}
.event-date span{display:block;}
.event-date .day{font-size:46px;line-height:46px;}
.event-date .month{font-size:26px}


.column.white-panel{
	height:214px;
	background: transparent url(images/white-panel.png) no-repeat 0 0;
	color:#000;
	text-align:center;
}

.white-panel h3{color:#000;padding:38px 0 0 0; margin:0 0 16px 0;}

.column{margin: 20px 20px 20px 0;}
.column.link_ad{margin-top:0;margin-bottom:0;}

.column:nth-child(3n){margin-right:0;}


ul.newsletters{ margin:0;padding:0; }

ul.newsletters li{list-style:none; display:inline-block; margin-right:8px;}
ul.newsletters li:last-child{margin-right:0;}
ul.newsletters a{display:block; text-transform:uppercase; width:82px; background-color:#e3e3e3; text-align:center; color:#000;}
ul.newsletters li span{display: block; width:100%;}

ul.newsletters span.newsletter_month{font-size:27px;line-height:25px; padding-top:12px;}
ul.newsletters span.newsletter_year{font-size:19px;line-height:25px; padding-bottom:12px;}
ul.newsletters span.link_text{font-size:10px;line-height:20px;background-color:#f9b63e;}
ul.newsletters a:hover span.link_text{font-size:10px;line-height:20px;background-color:#000; color:#fff;}

.members.carousel ul{margin:0 0 0 75px;padding:0;}
.members.carousel li{list-style:none; text-align:center;}
.members.carousel img{width:auto; max-height:75px; max-width:140px;}



/***
	CONTACT FORM

***/
.wpcf7-form{
	margin-top:0;
}
.wpcf7-form ol{ margin:0; padding:0;}
.wpcf7-form li {list-style:none; margin: 0;}
.wpcf7-form li:before {display:none;}
.wpcf7-form label{display:none;}
.wpcf7-form label.show{display:block; text-transform: uppercase;}

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select{
	border:none;
	background:#fff;
	width:75%;
	line-height: 33px;
	padding:5px;
	font-family: inherit;
	font-size:14px;
	margin: 1em 0;
}

.wpcf7-form input.wpcf7-submit{
	height: 33px;
	display:block;
	background: #fbb73b;
	overflow:hidden;
	text-transform:uppercase;
	text-align:center;
	cursor:pointer;
	color:#000;
	font-size:11px;
	font-weight:600;
	line-height:33px;
	margin:0;
	padding:0;

}

.header-column .wpcf7-form input,
.header-column .wpcf7-form textarea{
	width:404px;
	height: 33px;
	margin:0;
	float:left;
}

.header-column .wpcf7-form input.wpcf7-submit{
	width:65px;
	float:left;
}

.map iframe{width:100%;}

.mc-field-group{width:240px; display:inline-block; position:relative; margin:0 0;}
.mc-field-group label{display:none;}
.mc-field-group input{background-color:#1c8e2b; padding: 10px 7px 10px 19px; width:200px; color:#fff;border:none; -moz-border-radius: 30px;
	-webkit-border-radius:30px;
	border-radius:30px;
}
.mc-field-group span.required{position:absolute; right: 20px; text-transform:uppercase; color:#83d4f7;font-size:11px;top:5px;}

.full-width.contact h2{color:#fff;}




/***
	APPLICATION FORM
***/
.application_form li{float:left; width:100%; padding:0;}
.application_form li.half{width:49%;}

.application_form input, .application_form textarea{width:100%; margin:0.4em 0; border: 1px solid #fff;}

.application_form li.half {margin-right:1%;}
.application_form li.half.right {margin-left:1%; margin-right:0;}
fieldset{
	border: none;
	border-top: 1px solid #747474;
    padding: 50px 0 0 0;
    position: relative;
	margin: 1em 0;
}

fieldset.no-legend{padding:1em 0;}

legend{
  color: #f9b63e;
  font-size: 25px;
  position: absolute;
  top: 16px;
}

.application_form input[type=checkbox], .application_form input[type=radio] {
	width:20px !important;
}

.application_form label{
	display:block;
	width:100%;
	position:relative;
	height: 1px;
	visibility:hidden;
}

.application_form label.show{display:block;width:100%; height:auto; visibility:visible;}

.application_form label .required{
  bottom: -24px;
  color: #f00;
  display: block;
  font-size: 10px;
  position: absolute;
  right: 6px;
  text-transform: uppercase;
  visibility: visible;
  z-index: 10;
}

.application_form label.show .required{bottom:0;}
li.membership .wpcf7-list-item{
	display:block;
	padding:	15px;
	background-color:#fff;
	color:#000;
	margin: 0 0 -10px 0;
	position:relative;
	height:100px;
}


li.membership .wpcf7-list-item-label {
  color: #f9b63e;
  font-size: 25px;
  font-weight: 600;
  position: absolute;
  left: 51px;
  top: 0;
  right: 0;
  height: 100px;
}

li.membership input{margin-top:28px;}

.mem-left{display:block; padding:28px 0;}

.mem-right {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);
  bottom: 0;
  color: #000;
  display: block;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  width: 190px;
  padding: 28px 31px;
}
.sub{
	font-size:15px;
	color:#000;
	display:block;
	font-weight:300; padding-top:5px;
}


li.membership .wpcf7-list-item:hover, li.membership .wpcf7-list-item.chosen{background-color:#f9b63e;}
li.membership .wpcf7-list-item:hover .wpcf7-list-item-label,
li.membership .wpcf7-list-item:hover .mem-right,
li.membership .wpcf7-list-item:hover .sub,
li.membership .wpcf7-list-item.chosen .wpcf7-list-item-label,
li.membership .wpcf7-list-item.chosen .mem-right,
li.membership .wpcf7-list-item.chosen .sub
{color:#fff;}


.business_category .wpcf7-list-item {
  padding: 5px;
  display: inline-block;
}

input.wpcf7-not-valid {
  background: none repeat scroll 0 0 rgba(255, 0, 0, 0.36);
  border: 1px solid #f00;
  color: #fff !important;
}

span.wpcf7-not-valid-tip {
  display: none !important;
}

.certify span.wpcf7-not-valid-tip {
  display: block !important;
}

div.wpcf7-response-output {
  float: left;
}
/***
	POSTS
***/
.post.list {width:100%;float:left;	border-left: 4px solid #f9b63e; padding-left:27px; margin-bottom:27px;}
.post.list .post_text{width:320px; float:left;}
.post.list .post_text.no-image{width:100%;}
.post.list .post_image{width:320px; float:right;}


.content.post{margin-bottom:30px; overflow:hidden;}
.content.post .inner{padding:30px 40px;}
.content.post .entry{width:100%; float:left; margin-bottom:30px;}

.content.banner.nav{margin-bottom:30px;}
.content.banner.nav .inner{padding:10px 40px;}

.meta{
	background-color:#dbe8ef;
	color:#0c99d4;
	font-size:12px;
	text-transform:uppercase;
	padding: 15px 40px;
	width:100%;
	float:left;
}
.meta p{margin:0;}

.post-meta{
	font-size:11px;
	text-transform:uppercase;
	font-weight:600;
	color:#747474;
}

.post-image{width:	30%; margin-right:3%; float:left;}
.paging .inner { text-align: center;}
.paging a, .paging span{height: 28px; line-height:28px; display:inline-block;overflow:hidden; color:#acacac; padding: 0 5px; font-size:18px; }
.paging .current{color:#f9b63e;}
.paging span.prev, .paging span.next{width:80px;overflow:hidden;text-indent:-9999px;}
.paging a.prev{width:80px; background: transparent url(images/btn-prev.png) no-repeat 0 50%; text-transform: uppercase; font-size:13px; margin-right: 5%;}
.paging a.next{width:80px; background: transparent url(images/btn-next.png) no-repeat 100% 50%;  text-transform: uppercase; text-align:right; font-size:13px; margin-left:5%;}
.paging a:hover{border:none;}

.paging a.prev:hover{background-image: url(images/btn-prev-hover.png); color:#3a3a3a;}
.paging a.next:hover{background-image: url(images/btn-next-hover.png); color:#3a3a3a;}

.single-post img.wp-post-image{float:right;margin-left:20px;}
.single .general-content .gallery{margin-bottom:20px;}

.single .general-content .gallery .panel > .inner{padding:0;}

/***
	LISTING
***/
.listing{width:100%;float:left;margin-bottom:20px;padding-bottom:20px; border-bottom: 1px solid #747474;}
.listing-image{width:28%; margin: 0 2% 2% 0; float:left;}
.listing-content{width:70%; float:right;}
.listing.training .listing-content { float: none; width: 85%;}
.listing-image img{width:100%; height:auto;}

.listing h2{font-weight:300;}
.listing.training h2 a{ color:#fff;}
.contact-details-list {
  float: left;
  padding: 0 0 15px 0;
  margin:0;
  width: 100%;
}
.contact-details-list dt, .contact-details-list dd {
  float: left;
  width: 200px;
  margin-left:0;
}
.contact-details-list dt {
  clear: left;
  width: 90px;
}



img.aligncenter.size-full,
img.alignnone.size-full{
	width:100%;
	height:auto;
}

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

	.logos .column{width:100%;}
	.logos .column:first-child{margin-bottom:0;border-bottom:none;}

	.column:nth-child(3n) {
	  margin-right: 20px;
	}

	.column:nth-child(2n) {
	  margin-right: 0;
	}

}

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


	a.toggle-nav {
	  background: url(images/menu-burger.png) no-repeat scroll 100% 50% #f9b63e;
	  color: #000;
	  display: block;
	  font-weight: 600;
	  height: 20px;
	  position: absolute;
	  right: 13px;
	  text-transform: uppercase;
	  top: 10px;
	  width: 77px;
	  font-size: 14px;
	}

	a.toggle-nav:active,
	a.toggle-nav:hover{
		color:#fff;
		background: url(images/menu-burger-white.png) no-repeat scroll 100% 50% #f9b63e;
	}

	.toggle-nav.close {
		width: 26px;
		height:26px;
		background-color: transparent;
		top: -47px;
		background-image: url(images/menu-close.png);
	}

	.toggle-nav.close:active,
	.toggle-nav.close:hover {
		background-color: transparent;
		background-image: url(images/menu-close-on.png);
	}

	.full-width.navigation .inner .menu {
		min-height:40px;
	}

	.full-width.navigation .inner .menu > ul {
	  display: none;
	}

	ul.menu{margin-top:40px;}
	ul.menu li {
	  float: none;
	  list-style: none outside none;
	  width:100%;
	  display: block;
	}
	
	.navigation br { display: none;}
	.navigation .menu a,
	.navigation .menu .sub-menu a { display: block; text-align: center;}

	.navigation ul.menu > li:first-child {
	  margin-left: 0;
	}

	.navigation .menu a {
	  line-height: 38px;
	  padding:0;
	}

	.navigation ul ul {
	  display: block;
	  position: relative;
	  top: 0;
	  width: 100%;
	}

	.navigation ul ul ul {
	  left: 0;
	  top: 0;
	}

	.navigation ul ul ul a{
	  padding-left:18px;
	}

	a#logo{
		width:	118px;
		height:	51px;
		background-size: cover;
	}

	.header .strap {
	  font-size: 16px;
	  line-height: 19px;
	  margin: 20px 0 25px 25px;
	  width: 170px;
	}

	.header-links{display:none;}


	/** Position menu in a fixed position at the top and shift page content out of the way **/
	/**
	.full-width.header{border-top:none;background:#fff;z-index:50;position:fixed;}
	.full-width.navigation {top: 102px;position:fixed;}
	.admin-bar .full-width.navigation {top: 148px;position:fixed;}

	.full-width.page, .full-width.front{margin-top:142px;}
	.full-width.gallery{margin-top:142px;margin-bottom:-142px;}
	**/
	.full-width.header{border-top:none;}
	.menu.footer{display:none;}

	a.join{height:102px;}
}

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

	.general-content img.size-full{width:100%;height:auto;}
	.widget_latest_tweets_widget{
		background-image: url(images/bg-twitter-tablet.png);
		height:75px;
	}

}

@media all and (max-width: 630px){
	a.join{display:none;}
}

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

	.general-content{ width:100%;}
	.related-content{display:none;}

	.full-width .panel > .inner {
	  background-color: #000;
	  float: left;
	  padding: 0 8px;
	  width: 100%;
	}

	.header .strap {
	  margin: 20px 0 25px 16px;
	}

}


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

	.gallery{display:none;}

}

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

}



ul.hub-category-list { margin:0; padding:0;}
ul.hub-category-list li { list-style: none; padding-left:0;}
ul.hub-category-list li::before { display: none; }
ul.hub-category-list li a{ display: block; padding: 15px; font-weight: 600; background-color:#fff; color:#000; position: relative;}
ul.hub-category-list li a:hover{ background-color:#f9b63e; }

ul.hub-category-list li a::after{ position: absolute; top:0; right:0; bottom:0; width: 50px; content: "";
background-color: rgba(0,0,0,0.2);
background-image: url(images/training-section-arrow.png);
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 12px;
}
ul.hub-category-list li a:hover::after { background-image: url(images/training-section-arrow-hover.png); }


ul.slides { margin:0; padding:0;}
ul.slides li { list-style: none;}



.grid {
	width: 100%;
	display: grid;
	grid-gap:10px;
	margin-bottom:1em;
}
.grid a { position: relative; background-color:#fff; width:100%; padding-bottom: 100%; background-repeat: no-repeat; background-position: 50% 50%; background-size: 93%;}
.grid.board-member a { background-size: cover; background-color: transparent; padding:0;}
.grid a span {  display: none;}
.grid a::after { content: ""; display: block; position: absolute; top:0; right:0; bottom:0; left:0; background:rgba(239,185,87,0.6) url(images/info-icon.svg) no-repeat 50% 50%; background-size: 35px; opacity:0; transition: all 0.3s;}
.grid a:hover::after {  opacity: 1; transition: all 0.3s;}

@media all and (min-width: 500px){ .grid{ grid-template-columns: 1fr 1fr;} }
@media all and (min-width: 800px){ .grid{ grid-template-columns: 1fr 1fr 1fr 1fr;} .grid.board-member{ grid-template-columns: 1fr 1fr 1fr;} }



.header-panel.banner-notice { background-color:#3c3c3c;}
.header-panel.banner-notice .inner { display: block; float:none; max-width: 700px; margin: 0 auto;}
.header-panel.banner-notice h2 { font-size: 18px; color:#efb957;}
.header-panel.banner-notice p { font-size: 14px; color:#bcbcbc;}
.header-panel.banner-notice a.read-more { font-size: 12px; height: auto; padding:0.5em 1em;}
.header-panel.banner-notice .header-column { padding:0; border: none; float: none; display: block; position: relative;}

@media all and (min-width:600px){
	.header-panel.banner-notice .header-column { display: inline-block; vertical-align:bottom;}
	.header-panel.banner-notice .header-column.main { width: 75%;}
	.header-panel.banner-notice .header-column.further-info { width: 24%; text-align:right;}
	
}


.grid.board-member a{ padding-bottom: 1em; }
.grid.board-member a span, .board-member span { display: block !important; }
.grid.board-member a span.image { display: block !important; width:100%; padding-bottom: 100%; background-size: cover; position: relative;}
.grid.board-member a span.image::after { content: ""; display: block; position: absolute; top:0; right:0; bottom:0; left:0; background:rgba(239,185,87,0.6) url(images/info-icon.svg) no-repeat 50% 50%; background-size: 35px; opacity:0; transition: all 0.3s;}
.grid.board-member a:hover span.image::after {  opacity: 1; transition: all 0.3s;}
.grid.board-member a:hover span.title {  text-decoration: underline;}

.grid.board-member a::after { display: none;}
.grid.board-member a:hover::after { display:none;}


.board-member span.title { color:#fff; font-size: 16px; font-weight: 600; margin-top: 1em;}
.board-member span.role { color:#efb957; font-size: 14px;}
.board-member span.organisation { color:#969696; font-size: 14px;}

h2.keyline { border-top: 1px solid #747474; padding: 1em 0; margin:0;}

.single-boardmember .board-member { border-top: 1px solid #747474; padding: 3em 0; margin-top: 2em;}

@media all and (min-width: 600px){	.single-boardmember .board-member img { width: 50%; float: right; margin: 0 0 2em 2em; height: auto;} }

.single-boardmember .board-member p { margin-bottom: 2em;}
.single-boardmember .board-member p:first-of-type{ color:#fff; font-weight: 600; margin-top: 2em;}

.board-member h2 { font-size: 28px; font-weight: 600; color:#fff;}
.single-boardmember span.role { font-weight: 600; font-size: 16px; margin-bottom: 0.5em;}
.single-boardmember span.organisation { font-size: 16px; margin-bottom: 0.5em;}

a.back-link { font-weight: 600; padding: 1em 0;}
a.back-link::before { 
    width: 30px;
    height: 20px;
    display: inline-block;
    content: "";
    background: transparent url(images/dropdown-arrow.svg) no-repeat 5px 7px;
    background-size: 15px;
    transform: rotate(90deg);
    vertical-align: middle;

}


a.panel-close { 
	
	position: absolute;
	width: 30px;
	height: 30px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	overflow: hidden;
	top:0;
	right:0;
	background: transparent url(images/close-icon.svg) no-repeat 50% 50%;
	background-size: 20px;
	text-align: left;
	top: -40px;
	
}




















