/**
 * Thinque Theme for Drupal 7.x
 * Copyright (c) 2014 Interactive Focus [dot] com [dot] au
 */

/**
 * HTML Elements
 */

@font-face{
	font-family: "Lucida Sans"; src:url('/sites/all/themes/thinque/fonts/L_10646.TTF');
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background-image: url("/sites/all/themes/thinque/images/bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #EDEDEB;
	font: 12px 'Lucida Sans', 'Lucida Grande', sans-serif;
}


tr.odd td, tr.even td {
  padding: 0.3em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	margin: 0 0 13px 0;
}

h1 {
	margin: 0 0 13px 0;
	font-size: 2.333em;				/* 28px */
	text-transform: uppercase;
	line-height: 30px;
	color: #7DB534;
	overflow: hidden;
}

hr {
	background-color: #CCCCCC;
	border: 0;
	margin: 20px 0;
	height: 1px;	
}

#main-content-blog h1 {
	margin: 0;
	color: #5EB6B7;	
}

h2 {
	font-size: 24px;
	color: #7DB534;
	text-transform: uppercase;
}

h3 {
	font-size: 1.667em;
}

h4 {
	font-size: 18px;	
}

h5, h6 {
  font-size: 14px;
}

a {
  text-decoration: none;
}

a:link {
  color: #39c;
}

a:visited {
  color: #369;
}

a:hover {
  color: #39c;
  text-decoration: underline;
}

fieldset {
  border: 1px solid #CCCCCC;
  margin: 0 0 15px 0;
  padding: 0 15px 15px 15px;
}

fieldset legend {
	font-size: 14px;
	font-weight: bold;
}

pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}

/**
 *	Page Structure
 **/

#page-wrapper {
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 980px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
}

#fixed-header {
	display: none;	
}

#header-region {
	padding: 0;
	margin: 0 0 0 60px;
	width: 920px;
	height: 235px;
	display: block;
	position: relative;
}

#header-region #block-logo {
	float: left;
	padding: 20px 0;
	margin: 0 0 0 3px;
	width: 160px;
	height: 165px;
	display: block;
	overflow: hidden;
}

#tnav {
	float: right;
	background-color: #7DB534;
	box-shadow: 0 2px 10px #666666;
	-webkit-box-shadow: 0 2px 10px #666666;
	-moz-box-shadow: 0 2px 10px #666666;
	-ms-box-shadow: 0 2px 10px #666666;
	-o-box-shadow: 0 2px 10px #666666;
	margin: 10px 0;
	padding: 10px;
	text-align: right;
	width: 680px;
	height: 40px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}

#tnav .region-tnav {
	display: block;
}

#tnav .lb {
	background-image: url("/sites/all/themes/thinque/images/tnav-lb.png");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
	width: 39px;
	height: 39px;
	display: block;
	position: absolute;
	top: -39px;
	left: 0;
	z-index: -1;
}

#tnav .rb {
	background-image: url("/sites/all/themes/thinque/images/tnav-rb.png");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
	width: 39px;
	height: 39px;
	display: block;
	position: absolute;
	top: 60px;
	right: 0;
	z-index: -1;
}

#tnav #block-superfish-1 {
	display: block;
}

#tnav #block-superfish-1 ul li {
	float: left;
	border-right: 1px solid #5B9122;
	margin: 10px 0;
	padding: 0;
	font: 700 16px 'Dosis', sans-serif;
	list-style-type: none;
}

#tnav #block-superfish-1 ul li.last {
	border-right: 0;	
}

#tnav #block-superfish-1 ul li a,
#tnav #block-superfish-1 ul li .nolink {
	margin: 0;
	padding: 0 18px;
	text-transform: uppercase;
	color: #FFFFFF;
}

#tnav #block-superfish-1 ul li a:hover,
#tnav #block-superfish-1 ul li a.active {
	text-decoration: none;
	color: #487B12;
}

#tnav #block-superfish-1 ul li ul li ul {
	top: 0;
	left: 100%;	
}

#tnav #block-superfish-1 ul li ul li a,
#tnav #block-superfish-1 ul li ul li .nolink {
	padding: 0 10px;	
}

#tnav #block-superfish-1 ul li ul {
	float: none;
	clear: none;
	background-image: none;
	background-color: #7DB534;
	box-shadow: 0 6px 10px #666666;
	-webkit-box-shadow: 0 6px 10px #666666;
	-moz-box-shadow: 0 6px 10px #666666;
	-ms-box-shadow: 0 6px 10px #666666;
	-o-box-shadow: 0 6px 10px #666666;
	padding: 15px;
	width: 250px;
	height: auto;
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
}

#tnav #block-superfish-1 ul li ul li,
#tnav #block-superfish-1 ul li ul li ul li {
	border-right: 0;
	border-bottom: 1px dotted #FFFFFF;
	margin: 0;
	padding: 10px 0;
}

#tnav ul li a {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#tnav a span {
  display: block;
  overflow: hidden;
}


#tnav #superfish a {
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-transform: uppercase;	
	display: block;
	overflow: hidden;
}

#tnav #superfish a:hover {
	color: #487B12;
	text-decoration: none;
}

#tnav #superfish a.active {
	color: #487B12;
}

#tnav #superfish ul {
	margin: 0;
	padding: 15px;	
}

#tnav #superfish ul li ul li {
	
}

#tnav #superfish ul li ul li a {
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-transform: uppercase;	
	display: block;
	overflow: hidden;
}

#sidr-wrapper-1 a {
	font-size: 2.5em;					/* 30px */
	font-weight: bold;
	color: rgba(255,255,255,1);			/* FFFFFF */	
}

#sidr-wrapper-1 a:after {
	margin: 0 0 0 10px;
	font-size: 0.667em;
	content: "Menu";	
}

#sidr-wrapper-1 a:hover {
	text-decoration: none;	
}

#sidr-1 .sidr-inner li,
#sidr-1 .sidr-inner li ul li {
	border-top: 1px dotted rgba(255,255,255,0.35);
	margin: 0;
	padding: 0;
	font-weight: 600;
	list-style-type: none;
	display: block;
}

#sidr-1 .sidr-inner li ul {
	margin: 0;
	padding: 0;	
	display: block;
}

#sidr-1 .sidr-inner li a, 
#sidr-1 .sidr-inner li span, 
#sidr-1 .sidr-inner ul li a, 
#sidr-1 .sidr-inner ul li span {
	padding: 5px 15px;
	display: block;
	text-decoration: none;
	color: #FFFFFF
}

#sidr-1 .sidr-inner li a:hover, 
#sidr-1 .sidr-inner li span:hover, 
#sidr-1 .sidr-inner ul li a:hover, 
#sidr-1 .sidr-inner ul li span:hover {
	background-color: rgba(255,255,255,1);	/* FFFFFF */
	color: rgba(72,123,18,1);				/* 487B12 */
}

#sidr-1 .sidr-inner li ul li {
	font-size: 0.727em;	/* 16px */
	font-weight: 600;
}

#sidr-1 .sidr-inner li ul li ul li {
	font-size: 1em;		/* 16px */	
}

#sidr-1 .sidr-inner ul li.sidr-class-menuparent:after {
	content: "+";
	font-weight: normal;
	position: absolute;
	right: 20px;
	top: 4px;
}

#sidr-1 .sidr-inner ul li ul li.sidr-class-menuparent:after {
	content: "+";
	position: absolute;
	right: 20px;
	top: 9px;
}

#sidr-1 .sidr-inner li.sidr-class-menuparent:hover:after {
	color: rgba(255,255,255,1);		/* FFFFFF */
}

#content-region {
	clear: left;
	margin: 0 79px 0 60px;
	padding: 0;
	width: 862px;
	height: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}

#content-region a {
	color: #7DB534;
}

#content-region a:hover {
	color: #487B12;
}

#main-content {
	float: left; 
	background-color: #FFFFFF;
	margin: 5px 10px 10px 0;
	width: 597px;
	display: block;
	position: relative;
}

#main-content:before {
	content: "";
}

#main-content::after {
	content: url("/sites/all/themes/thinque/images/content-rb.png");
	background-attachment: fixed;
	background-image: url("/sites/all/themes/thinque/images/bg.jpg");
	background-position: center top;
	padding: 0;
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}

#main-content .node-content {
	padding: 30px 40px;
}

#main-content-full {
	float: left; 
	background-color: #FFFFFF;
	margin: 5px 10px 10px 0;
	width: 100%;
	display: block;
	position: relative;
}

#main-content:before {
	content: "";
}

#main-content-full::after {
	content: url("/sites/all/themes/thinque/images/content-rb.png");
	background-attachment: fixed;
	background-image: url("/sites/all/themes/thinque/images/bg.jpg");
	background-position: center top;
	padding: 0;
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}

#main-content-full .node-content {
	padding: 30px 40px;
}

/**
 *	Administration
 **/

#content-region ul.primary {
	border-bottom: 1px solid #CCCCCC;
	border-collapse: collapse;
	margin: 0 0 15px 0;
	display: block;
	overflow: hidden;
}

#content-region ul.primary li {
	margin: 0 5px 0 0;
	padding: 0;
	display: inline-block;
}

#content-region ul.primary li a {
	background-color: #000000;
	border: 1px solid #000000;
	margin: 0;
	padding: 5px 10px;
	font-size: 1.167em;
	font-weight: bold;
	color: #FFFFFF;
	display: inline-block;
	position: relative;
	top: 1px;
}

#content-region ul.primary li.active a {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #000000;
}

#content-region ul.primary li a:hover {
	background-color: #7DB534;
	border: 1px solid #7DB534;
	color: #FFFFFF;
}

/**
 *	Page Elements
 **/
 
table {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

table thead {
	border: 0;	
}

table thead tr th {
	background-color: #000000;
	border-bottom: 0;
	padding: 10px;
	font-size: 1.167em;
	color: #FFFFFF;
}

table tbody {
	border-top: 0;	
}

table tbody tr {
	
}

table tbody tr.odd {
	background-color: #FFFFFF;	
}

table tbody tr.even {
	background-color: #EEEEEE;
}

table tr.odd td, 
table tr.even td {
	padding: 5px 10px;
	display: table-cell;
}

/*	Blog Main Page */

.blog-feature-post {
	display: block;
	position: relative;	
	overflow: hidden;
}

#content-region .blog-feature-post a {
	color: #7DB534;
}

#content-region .blog-feature-post a:hover {
	color: #487B12;
}

.blog-feature-post .block-feature-image {
	display: block;
	position: relative;
}

.blog-feature-post .block-feature-image img {
	border: 1px solid #E3E5E4;
}

.blog-feature-post h2 {
	margin: 0;
	padding: 0;	
}

.blog-feature-post .block-feature-image .block-headline {
	background-image: url("/sites/all/themes/thinque/images/blue-overlay.png");
	margin: 0 1px;
	padding: 0;
	width: 579px;
	height: 124px;
	max-height: 124px;
	display: block;
	position: absolute;
	top: 207px;
	left: 0;
	overflow: hidden;
}

.blog-feature-post .block-feature-image a {
	width: 580px;
	height: 330px;
	display: block;
	overflow: hidden;
}

.blog-feature-post .block-feature-image a:hover .block-headline {
	background-image: url("/sites/all/themes/thinque/images/blue-overlay.png");
	margin: 0 1px;
	padding: 0;
	width: 579px;
	height: 332px;
	max-height: 332px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.blog-feature-post .block-feature-image .block-headline h2 {
	padding: 20px 10px 0 10px;
	font-size: 36px;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	overflow: hidden;	
}

.blog-feature-post .block-feature-image a:hover .block-headline h3 {
	display: block;	
}

.blog-feature-post .block-feature-image .block-headline h3 {
	margin: 0;
	padding: 0 10px;
	font-size: 28px;
	text-transform: uppercase;
	color: #FFFFFF;
	display: none;
}

.blog-feature-post label.views-label-tid {
	font-weight: bold;	
}

.blog-post {
	float: left;
	margin: 0 10px 15px 0;
	width: 280px;
	height: 280px;
	display: block;
	position: relative;	
	overflow: hidden;
}

.blog-post img {
	border: 1px solid #E3E5E4;
}

.blog-post .blog-image a {
	text-underline: none;
	width: 280px;
	height: 160px;
	display: block;
	overflow: hidden;
}

.blog-post .blog-image a:hover {
	text-underline: none;	
}

.blog-post .blog-image a .block-headline h3 {
	margin: 0;
	padding: 0 10px;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	display: none;
	overflow: hidden;
}

.blog-post .blog-image a:hover .block-headline h3 {
	display: block;	
}

.blog-post .blog-image a div.block-headline {
	background-image: url("/sites/all/themes/thinque/images/blue-overlay.png");	
}


.blog-post .blog-image a .block-headline {
	background-image: url("/sites/all/themes/thinque/images/blue-overlay.png");
	margin: 0 1px;
	padding: 0;
	width: 278px;
	height: 62px;
	max-height: 62px;
	display: block;
	position: absolute;
	top: 97px;
	left: 0;
	overflow: hidden;
}

.blog-post .blog-image a:hover .block-headline {
	background-image: url("/sites/all/themes/thinque/images/blue-overlay.png");
	width: 278px;
	height: 160px;
	max-height: 160px;
	position: absolute;
	top: 0;
	left: 0;
}

#content-region .blog-post a .block-headline h2 {
	margin: 0;
	padding: 12px 10px 5px 10px;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #FFFFFF;	
	display: block;
	overflow: hidden;
}




#content-region .blog-post .block-headline h3 a:hover {
	color: #EEEEEE;
	text-decoration: none;
}

/*	Blog Pages */

.meta-date {
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: bold;
	color: #90908E;
}

.metadata {
	display: block;
	overflow: hidden;	
}

.metadata .meta-left {
	float: left;
	overflow: hidden;
}

.metadata .meta-right {
	float: right;
	margin: 4px 0 0 0;
	overflow: hidden;
}

.pane-block-23 {
	background-color: #E8F1E0;
	margin: 15px 0;
	padding: 0;
	width: 580px;
	height: 57px;
	display: block;
	overflow: hidden;
}

.pane-block-23 .block-image {
	float: left;
	margin: 0 15px 0 0;
	width: 218px;
	height: 57px;
	display: block;
	overflow: hidden;	
}

.pane-block-23 h4 {
	float: left;
	width: 347px;
	display: block;
	overflow: hidden;
}

.pane-block-23 h4.green {
	margin: 12px 0 0 0;
	padding: 0;
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
}

.pane-block-23 h4.grey {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
}

#content-region .pane-block-23 h4.grey a {
	color: #8A8A88;
}

.pane-block-24 {
	margin: 10px 0;
	padding: 0;
	display: block;
	overflow: hidden;
}

.pane-block-24 ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.pane-block-24 ul li {
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}




/* Blog Controls */

.controls {
	clear: both;
	height: 16px;
	position: relative;
	margin: 0;
	padding: 10px 0 0 0;
}

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

.controls ul li {
	float: left;
	list-style-type: none;
	padding: 0 10px 0 0;
}

/* End Blog Controls */

.post {
	margin: 0 0 40px 0;
	padding: 0;
}

.post h2 {
	margin: 0 0 10px 0;	
}

.post h2 a {
	color: #7DB534;
}

#rightcol {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	color: #FFFFFF;
	width: 250px;
	display: block;
	overflow: hidden;
}

#rightcol h2.title {
	margin: 0;	
}

#rightcol h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 2.333em; /* 28px */
	font-weight: 700;
	line-height: 0.8em; /* 24px */
	text-transform: uppercase;
	color: #FFFFFF; 	
}

#rightcol h3 .small {
	clear: left;
	display: block;
	font-size: 0.571em; /* 16px */
	line-height: 32px;
}

#footer-region {
	clear: both;
	background-color: #487B12;
	margin: 0;
	padding: 0;
	position: relative;
	bottom: 0;
	display: block;
	width: 980px;
}

#footer-region .lb {
	background-image: url("/sites/all/themes/thinque/images/footer-lb.png");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
	width: 45px;
	height: 45px;
	display: block;
	position: absolute;
	top: -45px;
	left: 0;
	overflow: hidden;
}

#footer-region .rb {
	background-image: url("/sites/all/themes/thinque/images/footer-rb.png");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
	width: 45px;
	height: 45px;
	display: block;
	position: absolute;
	top: -45px;
	right: 0;
	overflow: hidden;
}

#footer-region h2.title {
	margin: 0;	
}

#block-menu-menu-fnav {
	margin: 0;
	padding: 20px 30px 0 30px;
	display: block;
}

#block-menu-menu-fnav2 {
	margin: 0;
	padding: 0 30px 20px 30px;
	display: block;
}

#block-menu-menu-fnav .content ul {
	width: 691px;	
}

#block-menu-menu-fnav2 .content ul {
	width: 577px;	
}

#block-menu-menu-fnav  .content ul,
#block-menu-menu-fnav2 .content ul {
	margin: 0 auto;
	padding: 0;
	overflow: auto;
}

#block-menu-menu-fnav .content ul li,
#block-menu-menu-fnav2 .content ul li {
	float: left;
	border-right: 1px solid #5B9122;
	margin: 0;
	padding: 0 15px;
	list-style-type: none;
	list-style-image: none;
}

#block-menu-menu-fnav .content ul li.last,
#block-menu-menu-fnav2 .content ul li.last {
	border: 0;	
}

#block-menu-menu-fnav .content ul li a,
#block-menu-menu-fnav2 .content ul li a {
	font-size: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
}

#block-menu-menu-fnav .content ul li a:hover,
#block-menu-menu-fnav2 .content ul li a:hover {
	
}

#block-menu-menu-fnav .content ul li a.active,
#block-menu-menu-fnav2 .content ul li a.active {
		
}

#copyright {
	clear: both;
	margin: 10px auto;
	font-size: 10px;
	color: #616161;
	text-align: center;
}

#copyright a {
	color: #616161;
	text-decoration: underline;
}

#copyright a:hover {
	color: #616161;
	text-decoration: none;
}

#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}

.breadcrumb {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
}

.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}

.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
}


/***************/
/* New Content */
/***************/


#header #quote {
	float: right;
	display: block;
	width: 806px;
	height: 113px;
	text-align: right;
}

.tnav-left {
	position: absolute;
	right: 689px;	
}

.tnav-right {
	position: absolute;
	left: 950px;
}

#main-top,
#main-bot {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	height: 15px;
	overflow: hidden;
}

#main-region {
	clear: both;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	position: relative;
	width: 950px;
	height: 100%;
}



#main-content-mid {
	float: left;
	border-right: 1px solid #EEEEEE;
	margin: 0 10px;
	padding: 0 10px 20px 10px;
	display: block;
	width: 499px;
	font-size: 14px;
}

#main-content-mid-blog {
	float: left;
	border-right: 1px solid #EEEEEE;
	margin: 0 10px;
	padding: 0 10px 20px 10px;
	display: block;
	width: 439px;
	font-size: 14px;
}


#main-content-blog {
	float: left; 
	background-image: url("/sites/all/themes/thinque/images/main-content-bg.png");
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0 0 70px 0;
	padding: 30px 45px 30px 40px;
	width: 575px;
	display: block;
	position: relative;
}



/* Menus */
.nomenu,
.menu-none,
.menu-orange,
.menu-light-green,
.menu-magenta,
.menu-dark-green,
.menu-purple {
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	width: 154px;
	height: 15px;
}

.nomenu {
	background-image: url("/sites/all/themes/thinque/images/thinque_menutop_white.gif");
}

.menu-none {
	background-image: url("/sites/all/themes/thinque/images/thinque_menutop_teal.gif");
}

.menu-orange {
	background-image: url("/sites/all/themes/thinque/images/thinque_menutop_orange.gif");
}

.menu-light-green {
	background-image: url("/sites/all/themes/thinque/images/thinque_menutop_lightgreen.gif");
}

.menu-magenta {
	background-image: url("/sites/all/themes/thinque/images/thinque_menutop_magenta.gif");
}

.menu-dark-green {
	background-image: url("/sites/all/themes/thinque/images/thinque_menutop_darkgreen.gif");
}

.menu-purple {
	background-image: url("/sites/all/themes/thinque/images/thinque_menutop_purple.gif");
}

/* End Menus */

#leftcol {
	float: left;
	margin: 0 0 20px 0;
	padding: 12px 0 0 0;
	width: 200px;
	display: block;
	position: relative;
}


/* Left Column Theme */

.bg-none ul,
.bg-orange ul,
.bg-light-green ul,
.bg-magenta ul,
.bg-dark-green ul,
.bg-purple ul {
	margin: 0;
	padding: 0;
}


.bg-none ul li,
.bg-orange ul li,
.bg-light-green ul li,
.bg-magenta ul li,
.bg-dark-green ul li,
.bg-purple ul li {
	list-style-type: none;	
}

.bg-none ul li a,
.bg-orange ul li a,
.bg-light-green ul li a,
.bg-magenta ul li a,
.bg-dark-green ul li a,
.bg-purple ul li a {
	display: block;
	padding: 5px 10px;
	color: #FFFFFF;
}

.bg-none {
	background-color: #3F917F;
}

.bg-none ul li {
	background-color: #5EA798;
}

.bg-none ul li a:hover {
	background-color: #7BBAAE;	
}

.bg-orange {
	background-color: #E3AC38;
}

.bg-orange ul li {
	background-color: #E9BE45;	
}

.bg-orange ul li a:hover {
	background-color: #EECC64;
	display: block;
	padding: 5px 10px;
}

.bg-orange ul li.active {
	background-color: #DFA62C;
	color: #FFFFFF;
}

.bg-light-green {
	background-color: #8FBC4B;
}

.bg-light-green ul li {
	background-color: #AACA56;	
}

.bg-light-green ul li a:hover {
	background-color: #BCD674;
	display: block;
	padding: 5px 10px;
}

.bg-magenta {
	background-color: #C3345F;
}

.bg-magenta ul li {
	background-color: #D0527C;	
}

.bg-magenta ul li a:hover {
	background-color: #DC7399;
	display: block;
	padding: 5px 10px;
}

.bg-dark-green {
	background-color: #2B6642;
}

.bg-dark-green ul li {
	background-color: #498261;	
}

.bg-dark-green ul li a:hover {
	background-color: #679B7E;	
	display: block;
	padding: 5px 10px;
}

.bg-purple {
	background-color: #5F3E84;
}

.block-menu_block {
	color: #FFFFFF;
	padding: 0;
}

.block-menu_block ul {
	margin: 0;
	padding: 0;
}

.block-menu_block ul li {
	list-style-type: none;
	padding: 2px 0;
}


.block-menu_block a {
	color: #FFFFFF;
}

.bg-orange .block-menu_block {
	background-color: #E9BE45;
	color: #FFFFFF;
}

.bg-light-green .block-menu_block {
	background-color: #AACA56;
	color: #FFFFFF;
}

.bg-magenta .block-menu_block {
	background-color: #D0527C;
	color: #FFFFFF;
}

.bg-dark-green .block-menu_block {
	background-color: #528669;
	color: #FFFFFF;
}

.bg-purple .block-menu_block {
	background-color: #916CBA;
	color: #FFFFFF;
}

#leftcol .footer-none {
	background-image: url("/sites/all/themes/thinque/images/thinque_sidefoot_teal.gif");
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	width: 200px;
	height: 32px;
}

#leftcol .footer-orange {
	background-image: url("/sites/all/themes/thinque/images/thinque_sidefoot_orange.gif");
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	width: 200px;
	height: 32px;
}

#leftcol .footer-light-green {
	background-image: url("/sites/all/themes/thinque/images/thinque_sidefoot_lightgreen.gif");
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	width: 200px;
	height: 32px;
}

#leftcol .footer-magenta {
	background-image: url("/sites/all/themes/thinque/images/thinque_sidefoot_magenta.gif");
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	width: 200px;
	height: 32px;
}

#leftcol .footer-dark-green {
	background-image: url("/sites/all/themes/thinque/images/thinque_sidefoot_darkgreen.gif");
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	width: 200px;
	height: 32px;
}

#leftcol .footer-purple {
	background-image: url("/sites/all/themes/thinque/images/thinque_sidefoot_purple.gif");
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	width: 200px;
	height: 32px;
}

/* End Left Column Theme */

/* Extended Themed Menus */

.menu-extend-none {
	background-image: url("/sites/all/themes/thinque/images/thinque_selector_teal.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #3F917F;
	display: block;
	height: 15px;
	width: 204px;
}

.menu-extend-orange {
	background-image: url("/sites/all/themes/thinque/images/thinque_selector_orange.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #E3AC38;
	display: block;
	height: 15px;
	width: 298px;
}

.menu-extend-light-green {
	background-image: url("/sites/all/themes/thinque/images/thinque_selector_lightgreen.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #8FBC4B;
	display: block;
	height: 15px;
	width: 403px;
}

.menu-extend-magenta {
	background-image: url("/sites/all/themes/thinque/images/thinque_selector_magenta.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #C3345F;
	display: block;
	height: 15px;
	width: 507px;
}

.menu-extend-dark-green {
	background-image: url("/sites/all/themes/thinque/images/thinque_selector_darkgreen.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #2B6642;
	display: block;
	height: 15px;
	width: 598px;
}

.menu-extend-purple {
	/*background-image: url("/sites/all/themes/thinque/images/thinque_selector_purple.gif");
	background-repeat: no-repeat;
	background-position: right top;*/
	background-color: #5F3E84;
	display: block;
	height: 15px;
	width: 796px;
}

/* End Themed Extended Menus */

/* Themed Corners */

.top-corner-none {
	background-image: url("/sites/all/themes/thinque/images/thinque_corner_teal.gif");
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 0 0 200px;
	width: 15px;
	height: 15px;
	display: block;
}

.top-corner-orange {
	background-image: url("/sites/all/themes/thinque/images/thinque_corner_orange.gif");
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 0 0 200px;
	width: 15px;
	height: 15px;
	display: block;
}

.top-corner-light-green {
	background-image: url("/sites/all/themes/thinque/images/thinque_corner_lightgreen.gif");
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 0 0 200px;
	width: 15px;
	height: 15px;
	display: block;
}

.top-corner-magenta {
	background-image: url("/sites/all/themes/thinque/images/thinque_corner_magenta.gif");
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 0 0 200px;
	width: 15px;
	height: 15px;
	display: block;
}

.top-corner-dark-green {
	background-image: url("/sites/all/themes/thinque/images/thinque_corner_darkgreen.gif");
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 0 0 200px;
	width: 15px;
	height: 15px;
	display: block;
}

.top-corner-purple {
	background-image: url("/sites/all/themes/thinque/images/thinque_corner_purple.gif");
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 0 0 200px;
	width: 15px;
	height: 15px;
	display: block;
}

.bot-corner {
	background-image: url("/sites/all/themes/thinque/images/thinque_corner_white.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0;
	width: 154px;
	height: 15px;
	display: block;
}

/* End Themed Corners */

/* Blog Node */

.post .submitted {
	font-size: 11px;	
}

/* End Blog Node */

/**
 *	Blocks
 **/

#rightcol .block-block {
	background-color: #000000;
	margin: 5px 0 15px 0;
	padding: 0;
	position: relative;
	display: block;
	overflow: hidden;
}

#rightcol .block-block:before {
	content: "";
}

#rightcol .block-block::after {
	content: url("/sites/all/themes/thinque/images/rightcol-block-bg.png");
	background-image: url("/sites/all/themes/thinque/images/bg.jpg");
	background-attachment: fixed;
	background-position: top center;
	padding: 0;
  	width: 30px;
  	height: 30px;
  	display: block;
	position: absolute;
  	bottom: 0;
  	right: 0;
}

#rightcol .block-block .content {
	padding: 15px 30px;	
}

#rightcol .block-block .content .required {
	color: #FF0000;	
}


#rightcol .block-block .content .row {
	display: block;
	overflow: hidden;	
}

#rightcol .block-block .content label {
	font-size: 1em;
	font-weight: normal;
}

#rightcol .block-block .content input[type=text],
#rightcol .block-block .content input[type=email],
#rightcol .block-block .content textarea {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 0 10px 0;
	padding: 2px 5px;
	font: 1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 100%;
}
 
/*	Header Region */

#site-slogan {
	margin: 10px 15px;
	padding: 0;
	width: 496px;
	color: #434242;
	display: block;
	font: 600 16px 'Dosis',sans-serif;
	text-transform: uppercase;
	text-align: right;
	position: absolute;
	bottom: 84px;
	right: 130px;
	overflow: hidden;
}

#block-block-17 {	
	margin: 154px 0 0 0;
	padding: 0;
	width: 130px;
	display: block;
	position: absolute;
	bottom: 89px;
	right: 0px;
	overflow: hidden;
}

#block-block-17 ul {
	margin: 0;
	padding: 0;
}

#block-block-17 ul li {
	float: left;
	margin: 0 2px;
	list-style-type: none;	
}


/*	Thinque E-Zine Block */

#block-block-15 p {
	margin: 0 0 10px 0;
	padding: 0
}

#block-block-15 p.privacy {
	margin: 0;
	font-size: 0.833em; /*	10px */
	line-height: 1.333em; /* 16px */
}

/*	Buy Digilogue Book */

#block-block-38 .content {
	background-image: url("/sites/default/files/images/digilogue-book.png");
	background-repeat: no-repeat;
	background-position: 15px 93px;
}

#block-block-38 .content a {
	color: #FFFFFF;
	height: 200px;
	display: block;
	overflow: hidden;
}

#block-block-38 .content a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#block-block-38 .content h3 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	color: #FFFFFF; 		
}

#block-block-38 .content h4 {
	margin: 54px 0 0 80px;
	font-size: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
}

#block-block-38 .content p {
	margin: 0 0 0 80px;
	font-size: 10px;
	text-transform: uppercase;
}

#block-block-38 .content a p {
	color: #B5B5B4;
}

#block-block-38 .content h4,
#block-38 .content p {
	float: left;
	display: block;
	width: 96px;	
}

/*	Brand Workbook */

#block-block-40 .content h3 {
  font-size: 19px;
  line-height: 24px;
}

#block-block-40 .content h3 a {
  color: #FFFFFF; 
}

#block-block-40 .content h3 a:hover {
  text-decoration: none; 
}

/*	Digital Strategies Enquiry */
/*	Leaders Mentoring Enquiry */
/*
/*
/*	Tech Coaching Enquiry */



/*	Buy Book Block */

#block-6 {
	background-image: url("/sites/all/themes/thinque/images/rightcol-block-bg.png");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 14px 20px;
	font-size: 12px;
	height: 211px;
	position: relative;
	top: -9px;
	display: block;
	overflow: hidden;
}

#block-6 a {
	color: #FFFFFF;	
}

#block-6 a:hover {
	color: #FFFFFF;	
}

#block-6 h3 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	color: #FFFFFF; 		
}

#block-6 .block-image {
	float: left;
	margin: 15px 10px 0 0;
	padding: 0;
	display: block;	
	width: 78px;
	overflow: hidden;	
}

#block-6 h4 {
	margin: 54px 0 10px 0;
	font-size: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
}

#block-6 p {
	margin: 0;
	font-size: 10px;
	text-transform: uppercase;
}

#block-6 p a {
	color: #B5B5B4;
}

#block-6 h4,
#block-6 p {
	float: left;
	display: block;
	width: 96px;	
}

#views-archive-block,
#views-blog_categories-block_1 {
	background-image: url("/sites/all/themes/thinque/images/rightcol-block-white-bg.png");
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0 0 52px 0;
	padding: 14px 41px 0 31px;
	font-size: 12px;
	color: #808080;
	display: block;
	position: relative;
	z-index: 10;
}

#views-archive-block h3,
#views-blog_categories-block_1 h3 {
	font-size: 20px;
	color: #5FB7B8;
}

#views-archive-block .bot,
#views-blog_categories-block_1 .bot {
	background-image: url("/sites/all/themes/thinque/images/rightcol-block-white-bot-bg.png");
	background-repeat: no-repeat;
	background-position: left top;
	width: 222px;
	height: 38px;
	display: block;
	position: absolute;
	bottom: -38px;
	left: 0;
	z-index: 1;
}

#views-archive-block ul,
#views-blog_categories-block_1 ul {
	margin: 0;
	padding: 0;
}

#views-archive-block ul li,
#views-blog_categories-block_1 ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 20px;
}

#views-archive-block a,
#views-blog_categories-block_1 a {
	color: #808080;
	text-decoration: none;
}

#views-archive-block a:hover,
#views-blog_categories-block_1 ul li a:hover {
	color: #808080;
	text-decoration: underline;
}

#block-18,
#block-19,
#block-20,
#block-21,
#block-22,
#block-25 {
	background-image: url("/sites/all/themes/thinque/images/rightcol-block-large-bg.png");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 14px 31px;
	font-size: 12px;
	height: 439px;
	display: block;
	overflow: hidden;
}

#block-18 input.field,
#block-19 input.field,
#block-20 input.field,
#block-21 input.field,
#block-22 input.field,
#block-25 input.field {
	margin: 0;
	padding: 0;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;	
}

#block-18 p,
#block-19 p,
#block-20 p,
#block-21 p,
#block-22 p,
#block-25 p {
	margin: 0;
}

.block-user {
	padding: 10px;
	color: #FFFFFF;
}

.block-user a {
	color: #FFFFFF;
}

#block-block-2 {
	background-image: url("/sites/default/files/bg-thinque-zine.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFFFFF;
	margin: 0 0 10px 0;
}

#rightcol #block-block-2 {
	padding: 0 10px 120px 10px;	
}

#rightcol-blog .block-block {
	margin: 0;
}

#rightcol-blog #block-block-2 {
	padding: 0 20px 120px 20px;	
}

#block-blog-0 {
	border-top: 1px solid #EEEEEE;
	margin: 10px 0;
}

.block-book {
	margin: 15px auto;
	padding: 0;
	width: 350px;
	display: block;
	overflow: hidden;	
}

.block-book .block-image {
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	width: 78px;
	display: block;	
}

.block-book .content {
	float: left;
	margin: 0;
	padding: 0;
	width: 257px;
	display: block;	
}

.block-book p {
	margin: 10px 0;
	padding: 0;	
}

/* End Blocks */

/* Content Boxes */

.testimonial {
	margin: 10px 0;
	border: 1px solid #EEEEEE;
	padding: 10px;
}

/* End Content Boxes */

/*	Panel: Testimonials */

ul.testimonials-legend {
	margin: 0;
	padding: 0;	
}

li.dark {
	background-image: url("/sites/default/files/images/dot-dark.png");
	background-repeat: no-repeat;
	background-position: left 5px;
	margin: 0;
	padding: 5px 0 5px 30px;
	font: bold 14px 'Dosis', sans-serif;
	text-transform: uppercase;
	line-height: 20px;
	color: #777777;
	list-style-type: none;
}

li.mid {
background-image: url("/sites/default/files/images/dot-mid.png");
	background-repeat: no-repeat;
	background-position: left 5px;
	margin: 0;
	padding: 5px 0 5px 30px;
	font: bold 14px 'Dosis', sans-serif;
	text-transform: uppercase;
	line-height: 20px;
	color: #777777;	
	list-style-type: none;
}

li.light {
background-image: url("/sites/default/files/images/dot-light.png");
	background-repeat: no-repeat;
	background-position: left 5px;
	margin: 0;
	padding: 5px 0 5px 30px;
	font: bold 14px 'Dosis', sans-serif;
	text-transform: uppercase;
	line-height: 20px;
	color: #777777;
	list-style-type: none;
}

/*	Views: Testimonials */

.view-testimonials .view-content {
	background-image: url("/sites/default/files/images/bg-testimonials.jpg");
	background-repeat: no-repeat;
	background-position: center;
}

.view-testimonials .views-row {
	margin: 22px 0;
	padding: 12px;
	color: #FFFFFF;
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	overflow: hidden;
}

#content-region .view-testimonials .views-row a {
	color: #FFFFFF;	
}

.view-testimonials .views-row-1 {
	clear: both;
	margin: 0 auto;
	background-image: url("/sites/default/files/images/bg-testimonials-dark-top.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #487B2F;
	padding: 7px 20px 16px 20px;
	width: 170px;
}

.view-testimonials .views-row-2 {
	clear: left;
	float: left;
	background-image: url("/sites/default/files/images/bg-testimonials-light-left.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #7DB534;
	padding: 7px 24px 7px 10px;
	width: 150px;
	height: 36px;
	display: block;
	overflow: hidden;
}

.view-testimonials .views-row-3 {
	clear: right;
	float: right;
	background-image: url("/sites/default/files/images/bg-testimonials-light-right.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #7DB534;
	padding: 7px 12px 7px 24px;
	width: 148px;
	height: 36px;
	display: block;
	overflow: hidden;
}

.view-testimonials .views-row-4 {
	clear: left;
	float: left;
	background-image: url("/sites/default/files/images/bg-testimonials-dark-left.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #487B2F;
	padding: 7px 24px 7px 10px;
	width: 96px;
	height: 36px;
	display: block;
	overflow: hidden;
}

.view-testimonials .views-row-5 {
	clear: right;
	float: right;
	background-image: url("/sites/default/files/images/bg-testimonials-dark-right.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #487B2F;
	padding: 7px 10px 7px 24px;
	line-height: 36px;
	width: 96px;
	height: 36px;
	display: block;
	overflow: hidden;
}

.view-testimonials .views-row-6 {
	clear: left;
	float: left;
	background-image: url("/sites/default/files/images/bg-testimonials-light-left.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #7DB534;
	padding: 7px 24px 7px 10px;
	width: 150px;
	height: 36px;
	display: block;
	overflow: hidden;
}

.view-testimonials .views-row-7 {
	clear: right;
	float: right;
	background-image: url("/sites/default/files/images/bg-testimonials-light-right.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #7DB534;
	padding: 7px 0px 7px 24px;
	width: 160px;
	height: 36px;
	display: block;
	overflow: hidden;
}

.view-testimonials .views-row-8 {
	clear: both;
	margin: 0 auto;
	background-image: url("/sites/default/files/images/bg-testimonials-dark-bottom.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #487B2F;
	padding: 16px 20px 7px 20px;
	width: 170px;	
}

.both {
	clear: both;
}

.clear-left {
	clear: left;	
}

/* Credit */

#credit {
	padding: 5px 20px;
	font-size: 11px;
}

/* End Credit */

/* Subscription Block */

.block-subscribe {
	border: 1px solid #CCCCCC;
	background-color: #D3EBEF;
	margin: 0 0 10px 0;
	padding: 0 10px 10px 10px;
	font-size: 12px;
	font-weight: normal;
}

.block-subscribe ul {
	margin: 0;
	padding: 0;
}

.block-subscribe ul li {
	float: left;	
}

#block-block-4 ul {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

#block-block-4 ul li {
	padding: 8px 10px 8px 31px;	
}

.subscribe {
	background-image: url("/sites/all/themes/thinque/images/rss_icon_glass24.jpg");
	background-repeat: no-repeat;
	background-position: left;
	list-style-type: none;
	padding: 5px 10px 5px 31px;
	text-align: left;
}

.twitter {
	background-image: url("/sites/all/themes/thinque/images/twitter24.png");
	background-repeat: no-repeat;
	background-position: left;
	list-style-type: none;
	padding: 5px 10px 5px 31px;
	text-align: left;
}

.share {
	list-style-type: none;
	padding: 4px 10px 5px 10px;
}

/* End Subscription Block */

.half {
	width: 48%;
	display: block;
}

/* Tags */

.tags {
	clear: both;
	position:relative;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 11px;
	line-height: 16px;
}

/* End Tags */



/* Footer Details */

.details {
	text-align: right;	
}

/* End Footer Details */

/* Podcasts */

.block-podcast {
	border: 1px solid #CCCCCC;
	background-color: #E3EED2;
	margin: 0 auto 10px auto;
	padding: 0 10px 10px 10px;
	width: 400px;
	font-size: 12px;
}

/* End Podcasts */

/* Slidecasts */

.block-slidecast {
	border: 1px solid #CCCCCC;
	background-color: #E3EED2;
	margin: 0 auto 10px auto;
	padding: 0 10px 10px 10px;
	width: 450px;
	font-size: 12px;
}

/* End Slidecasts */

.block-signup {
	margin: 0 auto;
	padding: 10px;
	background-color: #E3EED2;
	width: 400px;
	display: block;
	border: 1px solid #CCCCCC;
}

/* Columns */

.col-2-1 {
	float: left;
	padding: 2px 0;
	width: 48%;
	display: block;
}

.col-3-1 {
	float: left;
	padding: 2px 0;
	width: 30%;
	display: block;
}

.col-3-2 {
	float: left;
	padding: 2px 0;
	width: 30%;
	display: block;
}

/* End Columns */

input.btn-submit {
	margin: 10px 0 5px 0;	
}

/*	General Elements */

.block-image-left {
	float: left;
	margin: 0 10px 15px 0;
	padding: 0;
	width: 352px;
	display: block;
	overflow: hidden;
}

/*	Products Page */

.product {
	display: block;
	overflow: hidden;
}

.product .col-3-2 {
	float: left;
	margin: 0 10px 0 0;
	width: 60%;
	display: block;
	overflow: hidden;
}

.product .col-3-1 {
	float: left;
	margin: 0 0 0 10px;
	width: 30%;
	display: block;
	overflow: hidden;	
}

.block-testimonial {
	border-top: 2px solid #7DB635;
	margin: 15px 0 0 0;
	padding: 25px 0 5px 0;
	color: #858585;
}

.block-testimonial blockquote {
	margin: 0;
	padding: 0;
	color: #000000;
}

.quick-buy {
	margin: 10px 0;
	padding: 0;
	width: 200px;
	display: block;
	overflow: hidden;
}

.block-testimonial {
	clear: both;	
}

/*	Admin Links */

.admin-links {
	width: 100px;	
}

/**
 *	Custom Pages
 */
 
/*	Testimonial Page */

body.testimonial {
	background-image: none;
	background-color: #7DB534;
	border: 0;
	margin: 30px 0 0 0;
	padding: 0;
	font-size: 12px;
	color: #FFFFFF;
	height: 670px;
	overflow: hidden;
	position: relative;
}

body.testimonial .view-content {
	height: 644px;
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
}

body.testimonial .views_slideshow_slide .views-row {
	clear: none;
	float: left;
	border: 0;
	margin: 25px 25px 0 25px;
	padding: 0;
	font-size: 1.125em;
	line-height: 1.5em;
	color: #FFFFFF;
	/*width: 600px;*/
	width: auto;
	display: block;	
	overflow: hidden;
}

body.testimonial h2 {
	border-bottom: 2px dotted #FFFFFF;
	margin: 0 20px;
	padding: 0;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;	
}

body.testimonial .views_slideshow_slide .block-quote {
	background-image: url("/sites/default/files/images/bg-feature-quote.png");
	background-repeat: no-repeat;
	background-position: 90% 100%;
	padding: 0 0 10px 0;
	display: block;
	overflow: hidden;
}

body.testimonial .views_slideshow_slide .block-quote .content {
	background-color: #487B12;
	border-radius: 5px;
	margin: 0;
	padding: 20px;
	font: bold 1.5em/1.5em 'Dosis', sans-serif;
	text-align: left;
}

body.testimonial .views_slideshow_slide .views-row blockquote {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #FFFFFF;	
}

/*body.testimonial .views_slideshow_slide .views-row .block-qualities {
	font: bold 16px 'Dosis', sans-serif;
}*/

body.testimonial .views_slideshow_slide .views-row .block-client-details {
	font-size: 1.375em;	
	line-height: 1.875em;
}

body.testimonial .views_slideshow_slide .views-row .client-name {
	font-size: 1.5em;
	font-weight: bold;	
}

body.testimonial .views_slideshow_pagerNumbered {
	background-color: #487B2F;
	border-top: 2px dotted #FFFFFF;
	margin: 30px 0 0 0;
	padding: 15px 5%;
	text-align: right;
	/*width: 600px;*/
	width: 90%;
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
}

body.testimonial .views_slideshow_pagerNumbered .activeSlide a {
	background-color: #7DB534;
	padding: 5px;
}

body.testimonial .views_slideshow_pagerNumbered a {
	padding: 5px;
	font-size: 0.875em;
	text-decoration: none;
	color: #FFFFFF;
}

/*	Validator */

#field {
	margin-left: .5em; 
	float: left; 
}

#field, 
label { 
	float: left; 
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	font-size: small; 
}

.node-form label {
	float: none;	
}

br { 
	clear: both; 
}

input[type=checkbox] {
	float: left;
	clear: right;
	margin: 5px 10px 5px 0;
}

input { 
	border: 1px solid black; 
	margin: 0 0 10px 0;  
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;	
}

select {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;	
}

textarea {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;		
}


input.error { 
	border: 1px solid red; 
}

label.error {
	background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/unchecked.gif') no-repeat;
	padding-left: 16px;
	margin-left: .3em;
}

label.valid {
	background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/checked.gif') no-repeat;
	display: block;
	width: 16px;
	height: 16px;
}

/**
 *	Page Content
 */
 
.cta-sml-green {
	clear: both;
	float: right;
	background-image: url("/sites/all/themes/thinque/images/cta-bullet.png");
	background-repeat: no-repeat;
	background-position: right 2px;
	background-color: #7EB536;
	margin: 10px 0;
	padding: 5px 24px 5px 6px;
	font-size: 11px;
	text-transform: uppercase;
	text-align: right;
	color: #FFFFFF;
	display: inline;
	overflow: hidden;
}

.cta-sml-blue {
	clear: both;
	float: right;
	background-image: url("/sites/all/themes/thinque/images/cta-bullet.png");
	background-repeat: no-repeat;
	background-position: right 2px;
	background-color: #63BBBC;
	margin: 10px 0;
	padding: 5px 24px 5px 6px;
	font-size: 11px;
	text-transform: uppercase;
	text-align: right;
	color: #FFFFFF;
	display: inline;
	overflow: hidden;
}

#content-region .cta-sml-green a,
#content-region .cta-sml-blue a {
	color: #FFFFFF;	
}

#content-region .cta-sml-green a:hover,
#content-region .cta-sml-blue a:hover {
	color: #FFFFFF;
}

.cta-lge-green {
	clear: both;
	background-color: #E8F1E0;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px 0;
	font-family: 'Dosis', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #7EB734;
	display: block;
	overflow: hidden;
}

#content-region .cta-lge-green a {
	text-align: center;
	color: #7EB734;	
	display: block;
	overflow: hidden;
}

#content-region .cta-lge-green a:hover {
	color: #7EB734;	
}

.cta-lge-blue {
	clear: both;
	background-color: #A8EEEE;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px 0;
	font-family: 'Dosis', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #7EB734;
	display: block;
	overflow: hidden;
}

#content-region .cta-lge-blue a {
	text-align: center;
	color: #288783;	
	display: block;
	overflow: hidden;
}

#content-region .cta-lge-blue a:hover {
	color: #288783;	
}

.cta-green-logo {
	background-image: url("/sites/all/themes/thinque/images/cta-lge-green-1.png");
}

.cta-green-download {
	background-image: url("/sites/all/themes/thinque/images/cta-lge-green-2.png");
}

.cta-green-anders {
	background-image: url("/sites/all/themes/thinque/images/cta-lge-green-3.png");	
}

.cta-green-media {
	background-image: url("/sites/all/themes/thinque/images/cta-lge-green-4.png");
}

.cta-blue-media {
	background-image: url("/sites/all/themes/thinque/images/cta-lge-blue-5.png");	
}

.cta-blue-pen {
	background-image: url("/sites/all/themes/thinque/images/cta-lge-blue-1.png");
}

.cta-blue-logo {
	background-image: url("/sites/all/themes/thinque/images/cta-lge-blue-2.png");
}

.cta-blue-speech {
	background-image: url("/sites/all/themes/thinque/images/cta-lge-blue-3.png");	
}

.cta-blue-email {
	background-image: url("/sites/all/themes/thinque/images/cta-lge-blue-4.png");
}

.cta-blue-media {
	background-image: url("/sites/all/themes/thinque/images/cta-lge-blue-5.png");	
}

.font-14 a {
	padding: 21px 45px 20px 199px;
	font-size: 14px;	
}

.font-16 a {
	padding: 20px 45px 19px 199px;
	font-size: 16px;
}

.font-18 a {
	padding: 18px 45px 18px 199px;
	font-size: 18px;	
}

.font-20 a {
	padding: 17px 45px 17px 199px;
	font-size: 20px;	
}

.block-preview,
.block-code {
	border: 1px solid #CCCCCC;
	margin: 10px 0;
	padding: 10px;
	display: block;
	overflow: hidden;	
}

.block-code textarea {
	width: 552px;
	height: 45px;
	display: block;
}

/**
 *	Page Specific
 **/

/*
 *	Contact Us Page
 */

#webform-client-form-10 {
	float: left;
	margin: 0 1% 0 0;
	width: 58%;
	display: block;
	overflow: hidden;
}

#webform-client-form-10 .form-item {
	float: left;
	margin: 0;
	width: 100%;
	display: block;
	overflow: hidden;	
}

#webform-client-form-10 .form-item label {
	float: none;	
}

#webform-client-form-10 input[type=text],
#webform-client-form-10 input[type=email] {
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 0 10px 0;
	padding: 2px 5px;
	font: 1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 100%;
}

#webform-client-form-10 input[type=checkbox] {
	clear: left;	
}

#webform-client-form-10 select {
	
}

#webform-client-form-10 textarea {
	
}

#webform-client-form-10 #webform-component-firstname,
#webform-client-form-10 #webform-component-phone {
	clear: left;
	float: left;
	margin: 0 2% 0 0;
	padding: 0;
	width: 48%;
	display: block;
	overflow: hidden;	
}

#webform-client-form-10 #webform-component-lastname,
#webform-client-form-10 #webform-component-mobilephone {
	float: left;
	margin: 0 0 0 2%;
	padding: 0;
	width: 48%;
	display: block;
	overflow: hidden;	
}

#webform-client-form-10 #webform-component-interested-in,
#webform-client-form-10 #webform-component-mailchimp--mailchimp-signup {
	margin: 0 0 10px 0;	
}

.block-details {
	float: right;
	margin: 12px 0 0 1%;
	width: 38%;
	display: block;
	overflow: hidden;	
}
 
/*	Guest Speaker Enquiry */

.CheckboxGroupContainer {
	display: block;
	overflow: hidden;
}

.CheckboxGroupContainer label {
	padding: 3px 0 0 0;	
}

.hbspt-form .hs-form-field {
	margin: 0 0 10px 0;
	display: block;
	overflow: hidden;
}

.hbspt-form label {
	float: left;
	box-sizing: border-box;
	width: 30%;
}

.hbspt-form .input {
	float: left;
	box-sizing: border-box;
	width: 70%;
}

.hbspt-form .input input {
	margin: 0 0 0 0;
}

.hbspt-form .input ul.multi-container {
	margin: 0;
	padding: 0;
}

.hbspt-form .input ul.multi-container li {
	float: none;
	margin: 0 0 10px 0;
	list-style-type: none;
}

.hbspt-form .input ul.multi-container li label {
	float: none;
	width: 100%;
}

.hbspt-form .input ul.multi-container li label span {
	margin: 0 0 0 10px;
}

.hbspt-form .input input[type=text],
.hbspt-form .input input[type=tel],
.hbspt-form .input input[type=email],
.hbspt-form .input select,
.hbspt-form .input textarea {
	box-sizing: border-box;
	width: 100%;
}

#rightcol .hbspt-form .hs-form-field {
	margin: 0 0 10px 0;
}

#rightcol .hbspt-form label,
#rightcol .hbspt-form .input {
	float: none;
	width: 100%;
}

#rightcol .block-block .content .hbspt-form .input input[type=text], 
#rightcol .block-block .content .hbspt-form .input input[type=email], 
#rightcol .block-block .content .hbspt-form .input textarea {
	margin: 0;
}

#rightcol .hbspt-form .input input {
	width: 100%;
}

/**
 *	Administration Layout
 */
 
.tabs .secondary {
	display: block;
	overflow: hidden;	
}

ul.secondary li {
	float: left;
	border-right: 1px solid #CCCCCC;
	margin: 5px 0;
	padding: 5px 10px;
	display: block;
}

ul.secondary a.active {
	border-bottom: 0px;	
}
 
.form-item .description {
	clear: both;
}

.form-checkboxes {
	overflow: hidden;	
}

.form-checkboxes .form-item {
	display: block;
	overflow: hidden;		
}

/*	Bios */

.bio {
	clear: both;
	display: block;
	overflow: hidden;	
}

.bio .content {
	float: left;
	margin: 0 20px 0 0;
	width: 360px;
	display: block;
	overflow: hidden;	
}

.bio .block-image {
	float: right;
	margin: 0 0 10px 10px;
	width: 156px;
	display: block;
	overflow: hidden;	
}

.bio .block-image img {
	border: 3px solid #000000;	
}