/*
Theme Name: Creatomatic WordPress Framework
Theme URI: http://www.creatomatic.co.uk/our-framework-for-wordpress/
Description: Client website theme
Author: Creatomatic Ltd
Author URI: http://www.creatomatic.co.uk

Colours being used:

blue: #1188B4
grey: #646473

*/


html, body {
	margin: 0;
	padding: 0;
	font-family: 'Helvetica', 'Arial', serif;
	color: #646473;
	font-size: 14px;
	line-height: 1.2;
}

h1, h2, h3 {
	font-family: 'Helvetica', 'Arial', serif;
	margin: 0;
	color: #1188B4;
}

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

iframe{
	max-width: 100%;
}

iframe img{
	max-width: inherit;
}

#google-map img{
	max-width: inherit;
}

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


*:focus {  
	outline: none;
}

a {
	color: #1188B4;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

::selection {
	background: #1188B4; /* Safari */
	color: #fff;
}

::-moz-selection {
	background: #1188B4; /* Firefox */
	color: #fff;
}

.centred {
	margin: 0 auto;
	text-align: center;
	max-width: 1200px;
}

.hr, hr {
	background:url(images/hr.png) repeat-x top left;
	height: 2px;
	margin: 5px 0 5px 0;
	border: 0;
	clear:both;
}

a.blue-cta{
	color: #fff;
	background: #1188B4;
	text-transform: uppercase;
	padding: 10px 25px;
	line-height: normal;
}

a.blue-cta:hover{
	background: #646373;
}

/* Heading */

.heading{
	float: left;
	width: 100%;
	margin: 20px 0 40px 0;
	padding: 0 0 20px 0;
	border-bottom: 5px solid #1188B4;
}

a.header-logo{
	float: left;
	max-width: 20%;
}

.top-right{
	float: right;
	max-width: 80%;
}

a.top-twitter{
	float: right;
	margin-left: 10px;
}

a.mail{
	float: right;
}


/* Search */

.superfastsearch_results, .superfastsearch_input {
	width: 98%;
	padding: 5px 1%;
}

.superfastsearch /* control the width of the outer box from here */ {
	width: 100%;
}

.sfs_result:hover, .sfs_result:focus{
	background: #cdcdcd
}


/* Navigation */

.nav {
	float: right;
	color: #fff;
	margin: 20px 0 0px 0;
}

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

.nav ul li {
	display: inline;
	text-decoration: none;
	color: #fff;
	position: relative;
}

.nav li {
	display: inline;
	list-style-type: none;
}

.nav a {
	position: relative;
	padding: 10px 15px 5px 0;
	margin-left: 25px;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	color: #646473;
	text-transform: uppercase;
	text-align: left;
}

.nav a:hover, .nav .current_page_ancestor > a, .nav .current_page_item > a {
	color: #1188B4;
}

.nav .menu li ul a:link, .nav .menu li ul a:visited {
	display: block;
	text-decoration: none;
	padding: 10px 6px;
} 

.nav .menu li ul {
	position: absolute;
	display: none;
	background: #fff;
	text-align: left;
	z-index: 1000; 
	margin: 0;
	background: #1188B4;
	padding: 0; 
	width: 280px;
	left: 0;
	margin-left: 0px;
} 

.nav .menu li ul a {
	font-size: 14px;
}

.nav .menu li ul li {
	display: inline;
	float: none;
	padding: 0px;
	margin: 0px;
}

.nav .menu li ul li a {
	color: #fff;
	margin-left: 0;
}

.nav .menu li ul li a:hover {
	color: #fff;
	background: #646373;
}


/* Mobile Nav */

.mobile-nav-header {
	color:#fff;
	width: 100%;
	margin: 0;
	background: #1188B4;
	padding: 20px 0;
	text-align: left;
}

.mobile-nav-header:hover{
	cursor: pointer;
}

.mobile-nav .menu {
	display: none;
}

.arrow{
	display: none;
}

.menu-icon{
	float: left;
	margin: -7px 20px 0 15px;
}

.mobile-nav {
	display: none;
	width: 100%;
}

.mobile-nav ul {
	list-style: none;
	padding:0;
	margin:0;
}

.mobile-nav a {
	color: #646473;
	float: left;
	width: 80%;
	margin: 0;
	text-align: left;
	padding: 10px 10%;
}

.mobile-nav a:hover, .mobile-nav .current_page_ancestor > a, .mobile-nav .current_page_item > a {
	background:#1188B4;
	color: #fff;
}

.mobile-nav ul li ul a {
	font-size:80%;
	padding: 5px 5% 5px 15%;
}






/* Body */

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.home-content{
	float: left;
	width: 50%;
	text-align: left;
	font-size: 18px;
}

.home-content a.blue-cta{
	float: left;
}

.home-image{
	float: left;
	width: 42%;
	padding: 5px 4% 0 4%;
	opacity: 0.8;
}

.fouricons{
	float: left;
	width: 90%;
	margin: 40px 0;
	padding: 40px 5% 0 5%;
	border-top: 5px solid #1188B4;
}

a.fouricons-icon{
	margin: 5px 1%;
	max-width: 14%;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
	  display: inline-block;
}

a.fouricons-icon img{
	opacity: 0.8;
}

a.fouricons-icon:hover{
	opacity: 0.5;
}

.home-three{
	float: left;
	width: 30%;
	border-top: 5px solid #1188B4;
	border-bottom: 5px solid #1188B4;
	margin: 20px 0;
	padding: 20px 0;
	text-align: left;
	position: relative;
	min-height:200px;
}

.home-three .blue-cta {
	position: absolute;
	bottom:10px;
	left:0;
	}

.home-three-middle{
	margin-left: 5%;
	margin-right: 5%;
}

.home-three h2{
	font-size: 28px;
	min-height: 70px;
}

.home-three span{
	display: inline-block;
	width: 100%;
	min-height: 130px;
}

.home-three a.blue-cta{
	float: left;
}

.home-news, .home-twitter{
	float: left;
	width: 42%;
	padding: 20px 3%;
	border-top: 5px solid #1188B4;
	background: #F3F0F1;
	text-align: left;
	border-bottom: 5px solid #1188B4;
	min-height: 300px;
	position: relative;
}


.home-news h2, .home-twitter h2{
	display: inline-block;
	width: 100%;
	color: #424251;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 30px;
}

.home-twitter h2{
	margin-bottom: 10px;
}

.home-twitter .tweet_timestamp { font-size:11px;}

.home-news{
	margin-right: 2%;
}

.home-news .home-news-single{
	display: inline-block;
	width: 100%;

	padding: 12px;
}

a.home-news-image{
	float: left;
	width: 30%;
}

.home-news-content{
	float: left;
	width: 60%;
	margin: 0 0 20px 5%;
}


.home-twitter{
	margin-left: 2%;
}

.home-twitter a.twitter-follow{
	position: absolute;
	top: 10px;
	right: 10px;
}

.page-left {width: 20%; float: left; text-align: left; max-width:240px; background:#fff;}
.page-left ul li{ list-style: none outside none;}
.page-right {width: 75%; float: right; text-align: left; margin: 0 0 0 5%; }
.sections-menu {margin-bottom: 16px;}

.sections-menu .bold {font-weight: bold;}

.page-left h3:hover {cursor: pointer; color:#1188B4 }
.sponsors{
	float: left;
	width: 100%;
	margin: 50px 0;
}

.sponsors h2{
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	color: #747484;
}

.sponsors a.sponsor-all{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}

.sponsor {
	display:inline-block;
	max-width:150px;
	margin:40px 30px;
	text-align: center;
	}
	
.sponsors-content h2 {
	width:100%;
	border-bottom: 5px solid #1188B4;
	text-transform: capitalize
	}

	

.inner-image{
	float: left;
	width: 20%;
	margin: 20px 1%;
}

.inner-content{
	float: left;
	width: 96%;
	padding:2%;
	margin: 20px 0;
	text-align: left;
}

.cop-content{
	float: left;
	width: 75%;
	margin: 20px 1% 20px 2%;
	text-align: left;
	font-size: 18px;
}

.cop-content h1{
	font-size: 36px;
}

.inner-content img{
	margin: 0 20px 20px;
}

.cop{
	display: inline-block;
	width: 96%;
	padding: 40px 2%;
	border-top: 5px solid #1188B4;
}

.top-cop{
	float: left;
	width: 100%;
	max-width:1200px;
	background:#fff;
	padding: 10px 0;
	border-bottom: 1px solid #1188B4;
	margin-bottom: 20px;
	z-index: 1000;
}

.top-cop .top-cop-title{
	float: left;
	color: #1188B4;
	font-weight: 600;
	font-size: 23px;
	margin-top: 5px;
}

.top-cop .search{
	float: right;
	min-width: 200px;
	margin: 0 10px 0 20px;
}

.top-cop .search input {
	border: 1px solid #1188B4;
	padding: 10px;
	min-width: 200px;
	-webkit-appearance:none;
}


.top-cop .download-link{
	float: right;
	padding: 3px 50px 0 0;
	position: relative;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.top-cop .download-link:hover{
	color: #bcbcbc;
	cursor: pointer;
}

.top-cop .download-link span{
	float: left;
	font-size: 18px;
	margin: 3px 5px 0 0;

	color: #646473;
}

.download-link-box {
	display: none;

	height: 140px;

	border-bottom: 1px solid #1188B4;

	margin-bottom: 20px;
}


.download-link-box .dl {
	width: 50%;
	float: left;
	text-align: center;

	padding-top: 8px;
}

.download-link-box a {
	/*font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #1188B4;*/

	padding: 8px 16px;
}

.download-link-box .dl-no-pdf {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 8px;
}









.cop-bottom-content{
	display: inline-block;
	width: 90%;
	padding: 30px 5% 0px 5%;
	margin-top: 10px;
	text-align: left;
	border-top: 5px solid #1188B4;
}


/* Columnomatic */

.creatomatic-column {
   padding: 10px 0;
   margin: 0 2%;
   border: none;
   border-top: 5px solid #1188B4;
   float: left;
}

.creatomatic-column-two {
	width: 46%;
}

.creatomatic-column-three {
	width: 29.33%;
}

.creatomatic-column-four {
	width: 21%;
}

.creatomatic-clearer{
	clear: both;
	display: inline-block;
	width: 100%;
}





/* Contact Form */

.contact-form{
	/* float:left; */
	/* width: 100%; */
}

.contact-form h2 {
	margin-bottom: 20px;
	text-align: left;
}

.contact-row {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}

.contact-row label {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 8px;
}

.contact-row input, .contact-row textarea {
	border: 1px solid #1188B4;
	padding: 8px 1%;
	width: 98%;
	max-width: 98%;
	-webkit-appearance:none;
	border-radius: 2px;
	font-family: 'Helvetica', 'Arial', serif;
	font-size: 14px;
}

.contact-row input[type="submit"] {
	float: right;
	border: none;
}

.contact-row input[type="submit"]:hover {
	background-color: #646373;
}

.contact-form2{
	float: left;
	padding: 60px 2% 0 2%;
	width: 46%;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.contact-form-content {
	float: left;
	text-align: left;
	padding: 60px 2% 0 2%;
	width: 46%;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.contact-form2 label{
	display: none;
}

.contact-form-content p {
	padding-top:5px;
}



/* Footer */

.footer {
	width: 100%;
	display: inline-block;
	background: #F3F0F1;
	padding: 20px 0;
}

a.footer-logo{
	display: inline-block;
	width: 200px;
}

.footer-menu{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}

.footer-menu ul {
	margin: 0;
	padding: 0;
}

.footer-menu ul li {
	list-style: none outside none;
	display: inline;
}

.footer-menu a{
	padding: 0 10px;
	text-transform: uppercase;
	color: #646473;
	font-weight: 400;
}

.footer-menu a:hover {
	color: #1188B4;
}

a.footer-twitter{
	display: inline-block;
	margin-bottom: 20px;
}

.footer-bottom{
	float: left;
	width: 100%;
	background: #DEDEE1;
	font-size: 12px;
	padding: 20px 0;
	font-weight: bold;
}

.footer-bottom a{
	color: #646473;
}

.bf-left{
	float: left;
}

.bf-right{
	float: right;
}

.mobile-title{
	display: none;
	width: 90%;
	padding: 10px 5%;
	text-align: center;
	color: #fff;
	background: #1188B4;
	margin-bottom: 20px;
}

.mobile-title h3, .mobile-title h3:hover{
	color: #fff !important;
}





/* Browser-specific hacks - Chrome fonts, IE7 (!) dropdowns */

html {
	-webkit-font-smoothing: antialiased;
}

* + html .nav .menu li ul {
	margin-left: 20px;
	margin-top: 35px;
}

#catapult-cookie-bar {
 -webkit-transform: translateZ(0);
 }





#cboxClose {
	top: 0px;
	bottom: auto;
}

.next-section {
	background-color: #1188B4;
	padding: 12px 26px 12px 26px;

	margin-top: 10px;

	display: inline-block;

	font-size: 16px;
	letter-spacing: 0.5px;

}

.next-section a {
	color: #fff;
	font-weight: bold;
}

.cop {
	color: black;
	font-size: 15px;
	letter-spacing: 0.3px;

	line-height: 26px;
}

.cop h3 {
	font-size: 20px;
	color: black;
}

.cop h4 {
	color: black;
	font-size: 16px;
	letter-spacing: 0.8px;
}

/* Glossary */

span.glossarybox{
    background:#f8f8f8;
    border: 5px solid #DFDFDF;
    font-size: 13px;
    width:300px;
    letter-spacing: 1px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: -80px;
    left:-30px;
    display:none;
    padding:20px;
      -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
	  z-index: 1000;
 
}
span.glossarybox:after{
    content:'';
    position:absolute;
    bottom:-10px;
    width:10px;
    height:10px;
    border-bottom:5px solid #dfdfdf;
    border-right:5px solid #dfdfdf;
    background:#f8f8f8;
    left:50%;
    margin-left:-5px;
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}
span.glossarylink{
    position:relative;
    cursor:pointer;
    border-bottom:1px dotted #000;
}

span.glossarylink:hover span{
    display:block;
}

.highlight {
	background-color: yellow;
}

#cop-search-notice {
	color: gray;
	text-align: right;
}

.appendices-menu {display:none;}

span.glossarybox span.glossarybox {display:none !important;}
span.glossarybox span.glossarylink:hover, span.glossarybox span.glossarylink {display:inline; border-bottom:none;}
span.glossarylink:hover span.glossarylink:hover {display:inline;}

/* auhtor styles */

.single-author-top{
	display: inline-block;
	width: 100%;
	padding: 30px 0;
	text-align: left;
}

.single-author-image{
	float: left;
	width: 25%;
	text-align: center;
}

.single-author-contact{
	float: left;
	width: 71%;
	padding: 10px 2%;
}

.single-author-contact h1{
	display: inline-block;
	width: 100%;
}

.single-author-contact-box{
	float: left;
	width: 25%;
	margin: 20px 0 10px 0;
}

.single-author-contact-box strong{
	display: inline-block;
	width: 100%;
	color: #1188B4;
}

.single-author-tabs, .single-author-sushi{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}

.single-author-tabs h2, .single-author-sushi h2{
	display: inline-block;
	width: 100%;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 5px solid #1188B4;
	margin-bottom: 20px;
	font-size: 18px;
	padding-bottom: 10px;
}

.single-author-sushi-data{
	display: inline-block;
	width: 96%;
	padding: 20px 2%;
	background: #F3F0F1;
	text-align: left;
	
}

.single-author-sushi-data-left, .single-author-sushi-data-right{
	float: left;
	width: 48%;
	padding: 10px 1%;
}

.single-author-sushi-data-single{
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	font-size: 13px;
}

.single-author-sushi-data-single label{
	float: left;
	width: 25%;
	font-weight: bold;
	margin-right: 5%;
}

.single-author-sushi-data-single span{
	float: left;
	width: 70%;
}

.single-author-update{
	display: inline-block;
	width: 80%;
	margin: 10px 10%;
}

.single-author-update .contact-form{
	float: left;
	width: 70%;
	margin: 0 5% 0 0;
}

.single-author-update-image{
	float: left;
	width: 25%;
	text-align: center;
	margin-top: 50px;
}


.this-changes-everything-tabs .panels {
	clear: both;
}

.this-changes-everything-tabs .tab {
	background-color: #1188B4;
	color: #fff;
	display: block;
	width: auto;
	float: left;
	width: 16.66%;
	padding: 15px 0;
	text-align: center;
}

.this-changes-everything-tabs .tab.active {
	background-color: #F3F0F1;
	color: #1188B4;
}

.this-changes-everything-tabs .panel {
	display: none;
	padding: 20px;
	background-color: #F3F0F1;
}

.this-changes-everything-tabs .panel.active {
	display: block;
}



.top-members-list-title {
    font-size: 28px;
    font-family: Helvetica, Arial, serif;
    color: #1188B4;
	font-weight: bold;
	text-transform: uppercase;
}


.top-members-list-title {
	float: left;
}

.top-members-search {
	float: right;
}

.top-members-search input {
	border: 1px solid #1188B4;
	padding: 10px;
	min-width: 200px;
}

.main-members-list {
	text-align: left;
}

.main-members-list h3 {
	margin-top: 30px;
	margin-bottom: 20px;
}

.main-members-list a {
	/*color: #646473;*/
}




































































.sfsmembers {
	position: relative;

	text-align: left;
}


.sfsmembers_results {
	position: absolute;
	z-index: 100;

	top: 40px;
	left: 0px;

	background-color: #fff;
}


.sfs_result_show {
	display: block !important;
}


.sfs_result {
	padding: 5px;

	/* runtime hide */
	display: none;
}

.sfs_post_title {
	padding: 5px;

	font-weight: bold;

	/* runtime hide */
	display: none;
}

a.sfs_result {
	border-bottom: 1px solid #eee;

	text-align: left;
}


.sfsmembers_results,
.sfsmembers_input {
	width: 200px;

}

.sfsmembers_powered {
	font-size: 12px;
	text-align: right;

	/* runtime hide */
	display: none;
}





.three_column {
	float: left;
	width: 31%;
	margin-right: 1%;
}


.round-box {
	
	position: relative;
	width: 100px;
	min-height:100px;
	background-color: #1188B4;

	border-radius: 10px;

	float: left;
	margin-right: 20px;

	padding: 10px;

	color: #fff;

	font-weight: bold;
	font-size: 16px;
}

.key {
	text-align: left;
	}

.key .round-box {
	width:15px;
	min-height:0;
	height:15px;
	display:inline-block;
	margin:10px;
	border-radius: 5px;
	}
	
.key .text {
	display:inline-block;
	padding-top:20px;
	}

	
	

.round-box span {
	 position: absolute;
	  top: 50%;
	  left:50%;
	  transform: translate(-50%, -50%);
	}


.round-box-grey {
	background-color: #e2e1e2;
}

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:#1188B3;
    border-color: #646473  ;
    color: #fff;
    clear: both;
}





/* news */

.archive-left{
	float: left;
	width: 21%;
	padding: 20px 2%;
	background: #f5f5f5;
}

.filter{
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
}

.filter label{
	float: left;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
}

.filter input{
	float: right;
	border-radius: 0;
	border: 1px solid #acacac;
	-webkit-appearance:none;
}

.archive-left input.search{
	width: 96%;
	font-size: 16px;
	padding: 5px 2%;
	-webkit-appearance:none;
}

h2.filter-title{
	text-transform: uppercase;
	border-bottom: 1px solid #acacac;
	margin: 10px 0 15px;
	padding: 5px 0;
	display: inline-block;
	width: 100%;
	text-align: left;
	font-size: 16px;
	font-family: 'Josefin Sans', sans-serif;
}

.archive-right{
	float: left;
	width: 70%;
	margin-left: 5%;
	text-align: left;
}


a.archive-author{
	float: left;
	width: 25%;
	position: relative;
	overflow: hidden;
}

.archive-image{
	height: 330px;
	background-size: cover;
background-position: center center;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	display: inline-block;
	width: 100%;
}

a.archive-author img{
	float: left;
	width: 100%;
}


h2.archive-title{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90%;
	margin: 5%;
	padding:5% 0;
	background: #000;
	color: #fff;
	font-size: 20px;
	text-align: center;		
}
/*
.archive-image:hover{
	-webkit-filter: grayscale(0%) !important;
	filter: grayscale(0%) !important;
}
*/


h1.single-title{
	display: inline-block;
	width: 96%;
	padding: 10px 0 20px;
	margin: 0 2% 30px;
	font-size: 40px;
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-weight: normal;
}

.single-left{
	float: left;
	width: 26%;
	margin-bottom: 50px;
}

.single-left img{
	margin-bottom: 40px;
}

a.single-auhor-social{
	display: inline-block;
	width: 21%;
	margin: 0 1%;
}

.blog-left{
	text-align: left;
}

.blog-left ul{
	margin: 0;
	padding: 0;
}

.blog-left h2 {
	margin:10px 0;
	}

.blog-left ul li{
	list-style: none outside none;
}

.blog-left .widget{
	margin: 20px 0 10px;
}

.blog-right img{
	float: none;
	margin: 20px;
}


/* login form */

input#user_login, input#user_pass {
	padding: 5px;
	font-size: 16px;
	max-width: 70%;
	width: 70%;
	margin-left:20px;
	}
	
input[type="submit"] {
	color: #fff;
	background: #1188B4;
	text-transform: uppercase;
	padding: 10px 25px;
	line-height: normal;
	border:0;
	font-size:16px;
	font-weight: bold;
	cursor:pointer;
	border:none;
	max-width:300px;

}
	
.profile-message {
	
	color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
    
.profile-message h2 {
	 margin: 10px 0;
}
	 
.inner-content label {
	display:inline-block;
	min-width:150px;
}

.member-tabs {
	margin-right: 40px;
}

.member-tabs .last {
	margin-right: 0px;
}

.member-tabs img {
	width: 162px;
	height: auto;

	opacity: 0.8;
}

.member-tabs img:hover{
	opacity: 0.5;
}


.login_failed {
	color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}

.logged_out {
	color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}

select.currency {
	font-size:15px;
	padding:7px;
}

.joinform input[type="text"], .joinform textarea {
	font-family: 'Helvetica', 'Arial', serif;
	padding:10px;
	font-size:16px;
	width:80%;
	max-width:600px;
	margin-bottom: 10px;
	}
	
.joinform textarea {
	border:1px solid #ccc;
	height:100px;
	}
	
.joinform label {
	font-weight: bold;
	margin:20px 0 10px 0;
	}
	
.joinform h3 {
	margin-top:20px;
	}
	
	
.styled-select {
    display: inline-block;
    width: 400px;
    padding: 6px;
    margin-right:20px;
    margin-bottom:10px;
    overflow: hidden;
    background: url('images/arrow.png') no-repeat scroll right center #fff;
    border: 1px solid #ddd;
    float:left;
	}
	
	.styled-select select {
    background: none repeat scroll 0% 0% transparent;
	width: 572px;
	padding: 6px;
	font-size: 16px;
	line-height: 1;
	border: 0px none;
	height: 34px;
	cursor: pointer;
}


.faq-toggle {
	cursor: pointer;
	}
	
.faq-tab {
	display:none;
	}

.faq-tab.first {
	display:block;
	}

.login-links {
	text-align:right;
	margin-bottom:20px;
	font-size:12px;
	}
	
div.bbp-template-notice.info p  {
	color:#000;
	}



.teammember {
	width: 15%;
	margin: 2%;
	float:left;

	cursor: pointer;
}



.teammember-top {
	display: none;

	margin-bottom: 60px;

	/*min-height: 420px;*/
}

.teammember {

	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.teammember img {
	min-width:150px !important;
	
	}
		
.clicker {
	height: 220px;
	overflow: hidden;
	}

a.member-tabs img {
		  -o-transition:.5s;
		  -ms-transition:.5s;
		  -moz-transition:.5s;
		  -webkit-transition:.5s;
		  transition:.5s;
		  
		  
	}

#reporttoggle {cursor: pointer;}

.box-left {
	float: left;
	width: 25%;
}

.box-right {
	float: right;
	width: 70%;
	text-align: left;
}


.flexslider {
	margin: 0px;
    border: 0px;
    border-radius: 0px;
	box-shadow: none;
	background:none;
}

.flex-control-nav {
	bottom:0;
	}
	
	
label.oneyear, label.threeyears {
	display:block;
	margin:5px 0;
	cursor: pointer;
	}
	
.publisherlist {
	text-align: left;
	}
	

	
.cop .page-right table {
    border-collapse: collapse;
}

.cop .page-right table, th, td {
    border: 1px solid black;
}	

.cop .page-right td {
	padding:5px;
	}
	
#text-size {
	text-align: right;
	padding-top:3px;
	margin-right:20px;
	display:inline-block;
}

#text-size i {
	cursor: pointer;
	}
	

	
.glossary-content {
	display:none;
	}
	
.search-cop {
	text-align: center;
	background: #1188B4;
	color:#fff;
	font-size:16px;
	padding:10px 0 5px;
	}
	
.search-cop input {
	font-size:16px;
	padding:5px;
	}	
	
.slide-down {
	display:block;
	border-bottom:1px solid #ddd;
	padding:10px 0;
	cursor: pointer
	}
