/*
	Theme Name: Associate Child Theme
	Theme URI: http://www.studiopress.com/themes/associate
	Description: Associate is a two or three column child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.0.1
	
	Tags: black, custom-background, custom-header, custom-menu, featured-images, fixed-width, gray, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, white
	
	Template: genesis
	Template Version: 1.8

	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Defaults
------------------------------------------------------------ */

html {
	-webkit-text-size-adjust:100%;
}
b, strong {
	font-weight:600;
}
body, h1, h2, h3, h4, h5, h6, p, select, textarea {
	color: #353535;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
input {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
blockquote, input, select, textarea, .author-box, .breadcrumb, .sticky, .taxonomy-description, .wp-caption {
	background-color: #fff;
	border: 1px solid #ddd;
}
li, ol, ul {
	margin: 0;
	padding: 0;
}
ol li {
	list-style-type: decimal;
}

/* Movement Fix
------------------------------------------------------------ */

/*a,
a img {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
transform: rotate(0);
}*/

/* Hyperlinks
------------------------------------------------------------ */

a, a:visited {
	color: #C40B0B;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#2C537F;
}
a img {
	border: none;
}

a {outline:none;}


/* Body
------------------------------------------------------------ */

body {
	/*background: #E0E9F0 url(images/body-bg2.jpg) center bottom repeat-x;*/
	background: /*url(custom/body-bg-wide.png) 0px 64px no-repeat*/ #F4F4F4;
}

/* Wrap
------------------------------------------------------------ */
#wrap {
	margin: 0 auto;
	width:1000px;
}

/* Header
------------------------------------------------------------ */
#header {
	margin: 0 auto;/*min-height: 120px;*/
	/*width: 960px;*/
}
#title-area {
	overflow: hidden;
	padding: 25px 0 0;
}
#title {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 42px;
	line-height: 42px;
	margin: 0;
	text-shadow: #000 1px 1px;
	text-transform: uppercase;
	background:#F4F4F4;
	height:127px;
}
#title a, #title a:hover {
	color: #fff;
	text-decoration: none;
}
#description {
	color: #ddd;
	font-size: 14px;
	font-style: italic;
	text-shadow: #000 1px 1px;
	text-indent:-9999em;
}
#header .widget-area {
	padding: 35px 0 0;
}

/* Image Header - Partial Width
------------------------------------------------------------ */
.header-image #title-area, .header-image #title, .header-image #title a {
	display: block;
	float: left;
	height: 120px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 300px;
}
.header-image #description {
	display: block;
	overflow: hidden;
}

/* Image Header - Full Width
------------------------------------------------------------ */
.header-full-width #title-area, .header-full-width #title, .header-full-width #title a {
	width: 960px;
}

/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul, li.sfHover ul ul {
	left: -9999px;
}
li:hover, li.sfHover {
	position: static;
}
li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

/* Header Right Navigation
------------------------------------------------------------ */
#header ul.menu {
	float:left;
}
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
}
#header ul.menu li {
	float: left;
	list-style-type: none;
}
#header ul.menu li a, #nav.members li a {
	color: #17365D;
	display: block;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	/*font-size: 15px;
	padding: 14px 24px 12px 17px;
	text-transform:uppercase;*/
	font-size: 16px;
	padding: 13px 20px 13px 17px;
	position: relative;
	text-decoration: none;
	font-weight:normal;
}
#nav.members li a {
	font-size:15px;
	background:none;
	padding-right:133px;
}

#header ul.menu li.home-nav a {
    padding-left: 15px;
}

#nav.members li.member-nav-right a {
	padding-right: 0;
}
#header ul.menu li.last-nav a {
	padding-right:0;
}
#header ul.menu li.noline a {
	background: none;
}
#header ul.menu li a:hover, #header ul.menu li a:active, #header ul.menu .current_page_item a, #header ul.menu .current-cat a, #header ul.menu .current-menu-item a, #nav.members ul.menu li a:hover, #nav.members ul.menu li a:active, #nav.members ul.menu .current_page_item a, #nav.members ul.menu .current-cat a, #nav.members ul.menu .current-menu-item a {
	color: #7D9DC6;
}
span.red-dot {
	color:#ff0000;
	font-weight:bold;
}
span.blue-b {
	color:#274368;
	font-weight:bold;
}



/*#header ul.menu li a:hover span.red-dot, #header ul.menu li a:active span.red-dot, #header ul.menu .current_page_item a span.red-dot, #header ul.menu .current-cat a span.red-dot, #header ul.menu .current-menu-item a span.red-dot, */#header ul.menu li a:hover span.blue-b, #header ul.menu li a:active span.blue-b, #header ul.menu .current_page_item a span.blue-b, #header ul.menu .current-cat a span.blue-b, #header ul.menu .current-menu-item a span.blue-b, #header ul.menu .current-page-ancestor span.blue-b, #header ul.menu .current-menu-ancestor span.blue-b, #header ul.menu .current-menu-parent span.blue-b, #header ul.menu .current-page-parent span.blue-b/*, #header ul.menu .current-page-ancestor span.red-dot, #header ul.menu .current-menu-ancestor span.red-dot, #header ul.menu .current-menu-parent span.red-dot, #header ul.menu .current-page-parent span.red-dot*/ {
	color: #7D9DC6;
}
#header ul.sub-menu li a span.red-dot, #header ul.sub-menu li a:hover span.red-dot, #header ul.sub-menu li a:active span.red-dot, #header ul.sub-menu .current_page_item a span.red-dot, #header ul.sub-menu .current-cat a span.red-dot, #header ul.sub-menu .current-sub-menu-item a span.red-dot, #header ul.sub-menu .current-page-ancestor span.red-dot, #header ul.sub-menu .current-menu-ancestor span.red-dot, #header ul.sub-menu .current-menu-parent span.red-dot, #header ul.sub-menu .current-page-parent span.red-dot {
	color: #ff0000 !important;
}
#header ul.sub-menu li a span.blue-b, #header ul.sub-menu li a:hover span.blue-b, #header ul.sub-menu li a:active span.blue-b, #header ul.sub-menu .current_page_item a span.blue-b, #header ul.sub-menu .current-cat a span.blue-b, #header ul.sub-menu .current-menu-item a span.blue-b, #header ul.sub-menu .current-page-ancestor span.blue-b, #header ul.sub-menu .current-menu-ancestor span.blue-b, #header ul.sub-menu .current-menu-parent span.blue-b, #header ul.sub-menu .current-page-parent span.blue-b {
	color: #274368 !important;
}
#header ul.menu li li a, #header ul.menu li li a:link, #header ul.menu li li a:visited, #nav.members ul.menu li li a, #nav.members ul.menu li li a:link, #nav.members ul.menu li li a:visited {
	background: none;
	background-color: #D1DEE4;
	border: 1px solid #A7C2CE;
	border-top-width: 0;
	color: #353535;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 178px;
}
#header ul.menu li li a:hover, #header ul.menu li li a:active {
	background-color: #071628;
	color:#A0BADB;
}
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 7px;
	position: absolute;
	width: 250px;
	z-index: 9999;
}
#header ul.menu li#menu-item-681 ul a {
	width:230px;
}
#header ul.menu li#menu-item-681 ul ul {
	margin: -32px 0 0 221px;
}
#header ul.menu li#menu-item-843 ul {
	width:250px;
}
#header ul.menu li#menu-item-843 ul a {
	width:215px;
}

#header ul.menu li#menu-item-1551 ul {
	width:240px;
}
#header ul.menu li#menu-item-1551 ul a {
	width:205px;
}
#header ul.menu li#menu-item-1551 ul ul {
	margin: -32px 0 0 227px;
	width:200px;
}
#header ul.menu li#menu-item-1551 ul ul a {
	width:170px;
}
#header ul.menu li#menu-item-1551 ul ul ul {
	margin: -32px 0 0 192px;
}




#nav.members li#menu-item-14894 ul {
	width:110px;
}
#nav.members li#menu-item-14894 ul a {
	width:125px;
}

/*#subnav ul.menu li#menu-item-3023 ul {
	width:400px;
}
#subnav ul.menu li#menu-item-3023 ul a {
	width:375px;
}*/

/*#header ul.menu li ul li ul.sub-menu li a {width:215px;}
#header ul.menu li ul li ul.sub-menu {width:250px !important;}*/
#header ul.menu li ul a {
	/*width: 220px;*/
}
#header ul.menu li ul ul {
	margin: -32px 0 0 199px;
}
#header ul.menu li ul ul ul {
	/*margin: -32px 0 0 236px;*/
}

#menu-item-4103 ul ul {
	margin: -32px 0 0 -141px !important;
}


#menu-item-4103 ul.sub-menu ul a {
	width:120px !important;
}

#menu-item-4103 li ul {
	width:150px !important;	
}

#menu-item-4103 ul.sub-menu ul ul a {
	width:200px !important;
}

#menu-item-4103 ul.sub-menu ul ul {
	width:230px !important;
	margin: -32px 0 0 -221px !important;
}

#menu-item-4500 ul ul {
	margin: -32px 0 0 -200px !important;
	width:200px !important;
}

#menu-item-4500 ul ul ul {
	margin: -32px 0 0 -242px !important;
	width: 242px !important;
	background:#c5dbe5;
}

#menu-item-4500 ul ul ul a {
	width:220px !important;
}

#menu-item-4500 #menu-item-4518 ul {
	margin: -32px 0 0 -252px !important;
	width: 252px !important;
	background:#c5dbe5;
}

#menu-item-4500 #menu-item-4518 ul a {
	width:230px !important;
}

/*#header ul.menu li.last-nav ul {
	margin: 0 0 0 -42px;
}*/

#header ul.menu li.last-nav ul a {
	width:140px;
}



#header ul.menu li:hover>ul, #header ul.menu li.sfHover ul, #nav.members ul li:hover>ul, #nav.members ul li.sfHover ul {
	left: auto !important;
}
#header ul.menu {
	display:block !important;
	visibility:visible !important;
margin-left:
}
#header #menu-1-primary-nav {
	margin-left:13px;
}


/* Primary Navigation
------------------------------------------------------------ */
#nav {
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: url(images/nav.png);
	border-radius: 5px;
	clear: both;
	color: #fff;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 auto 10px;
	overflow: hidden;
	width: 960px;
}
#nav ul {
	float: left;
	width: 100%;
}
#nav li {
	float: left;
	list-style-type: none;
}
#nav li a {
	background: url(images/nav-line.png) no-repeat right;
	color: #fff;
	display: block;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 13px 22px 13px 20px;
	position: relative;
	text-decoration: none;
}
#nav li.noline a, #nav li.noline a {
	background: none;
}
#nav li a:hover, #nav li a:active, #nav .current_page_item a, #nav .current-cat a, #nav .current-menu-item a {
	color: #363e4c;
}
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: none;
	background-color: #3ab0ce;
	border: 1px solid #82d7ed;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}
#nav li li a:hover, #nav li li a:active {
	background-color: #279dbc;
}
#nav li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}
#nav li ul a {
	width: 140px;
}
#nav li ul ul {
	margin: -31px 0 0 159px;
}
#nav li:hover>ul, #nav li.sfHover ul {
	left: auto;
}

/* Primary Navigation Extras
------------------------------------------------------------ */
#nav li.right {
	float: right;
	padding: 13px 20px;
}
#nav li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}
#nav li.right a:hover {
	color: #363e4c;
	text-decoration: none;
}
#nav li.search {
	padding: 0 10px;
}
#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 18px;
}
#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}

/* Secondary Navigation
------------------------------------------------------------ */
#subnav {
	background: none;
	color: #fff;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	margin: 0 auto;
}
#subnav ul {
	float: left;
	width: 100%;
}
#subnav li {
	float: left;
	list-style-type: none;
}
#subnav li a {
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	padding: 8px 54px 8px 18px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover, #subnav li a:active, #subnav .current_page_item a, #subnav .current-cat a, #subnav .current-menu-item a {
	/*background-color: #0E233E;*/
	color: #95B2D6;
}
#subnav.members li a:hover, #subnav.members li a:active, #subnav.members .current_page_item a, #subnav.members .current-cat a, #subnav.members .current-menu-item a {
	color: #7D9DC6;
}
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background-color: #2b3545;
	border: 1px solid #424c5d;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 170px;
}
#subnav li li a:hover, #subnav li li a:active {
	background-color: #424c5d;
}
#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 192px;
	z-index: 9999;
}
#subnav li ul a {
	width: 140px;
}
#subnav li ul ul {
	margin: -32px 0 0 192px;
}
#subnav li:hover>ul, #subnav li.sfHover ul {
	left: auto;
}
body #subnav #menu-item-2343 a {
	color:#FFF;
}
body #subnav #menu-item-2343 a:hover {
	color:#95B2D6;
}

/* Featured
------------------------------------------------------------ */
.featured {
	margin: 0 auto;
	height: 430px;
	padding: 0 0 25px;
	width: 910px;
}

/* Home Middle
------------------------------------------------------------ */
.home-middle {
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 5px;
	/*width: 940px;*/
}
.home-middle-1 {
	float: left;
	margin: 0 35px 0 0;
	width: 290px;
}
.home-middle-2 {
	float: left;
	width: 290px;
}
.home-middle-3 {
	float: right;
	width: 290px;
}

/* Home Middle Lower
------------------------------------------------------------ */
.home-middle-lower {
	/*margin: 0 auto;
	width: 940px;*/
	overflow: hidden;
	padding: 0 0 5px;
	float:left;
}
.home-middle-lower-1 {
	float: left;
	margin: 0 35px 0 0;
	width: 290px;
}
.home-middle-lower-2 {
	float: left;
	width: 290px;
}
.home-middle-lower-3 {
	float: right;
	width: 290px;
}

/* Home Bottom
------------------------------------------------------------ */
.home-bottom {
	margin: 0 auto;
	padding: 0 0 25px;
	width: 940px;
}
.home-bottom-1 {
	float: left;
	width: 615px;
}
.home-sidebar {
	float: right;
	width: 290px;
}

/* Inner
------------------------------------------------------------ */
#inner {
	/*background: url(images/blur.png) no-repeat top center;*/
/*min-height:415px;*/
	background:#FFFFFF;
	box-shadow:0px 10px 10px #969696;
	-webkit-box-shadow:0px 10px 10px #969696;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
}
.home #inner {
	margin-top:-25px;
	margin-top: -25px;
}
#inner .wrap {
	margin: 0 auto;
	overflow: hidden;
	padding: 25px;
	padding-top:29px;
	padding-bottom:33px;
	width: 940px;
	clear:both;
}
.home #inner .wrap {
	clear:both;
	/*padding: 17px 25px 20px 25px;*/
	padding: 10px 25px 20px 25px;
	width: 940px;
	overflow:visible;
}
#inner:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.home #inner #footer .wrap {
	padding:0;
}

/* Breadcrumb
------------------------------------------------------------ */
.breadcrumb {
	/*-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	background:none;
	border: none;
	font-size: 11px;
	line-height: 18px;
	margin: -14px auto 10px;
	padding: 5px 10px 5px 0;
	width:840px;
	display:none;
}

/* Taxonomy Description
------------------------------------------------------------ */
.taxonomy-description {
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f5f5f5;
	margin: 0 0 30px;
	padding: 10px;
}

/* Content-Sidebar Wrap
------------------------------------------------------------ */
#content-sidebar-wrap {
	float: left;
	width: 940px;
}

/* Content
------------------------------------------------------------ */
#content {
	float: left;
	padding: 0 5px;
	width: 580px;
}
.sidebar-content #content {
	float: right;
}
.full-width-content #content {
	padding: 0;
	width: 940px;
}
.home .full-width-content #content,
.page.home.page-id-4433 #content {
	width:940px;
}
blockquote {
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f5f5f5;
	border: none;
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}
.post {
	margin: 0 0 40px;
}
.entry-content {
	overflow: hidden;
}
.entry-content p, 
.home-bottom-1 p,
#text-6 p {
	padding: 0 0 15px;
}

.entry-content .newsletterdiv p {
	padding:0;
	margin: 0 0 15px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}
.clear {
	clear: both;
}
.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}

.line {
	border-bottom: 1px solid #D3D3D3;
	clear: both;
	margin: 0 0 15px;
}

hr {
	color: #D3D3D3;
	background-color: #D3D3D3;
	height: 1px;
	border:none;
	margin: 0 0 15px;
}

/* Column Classes
------------------------------------------------------------ */
.five-sixths, .four-fifths, .four-sixths, .one-fifth, .one-fourth, .one-half, .one-sixth, .one-third, .three-fifths, .three-fourths, .three-sixths, .two-fifths, .two-fourths, .two-sixths, .two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}
.one-half, .three-sixths, .two-fourths {
	width: 48%;
}
.one-third, .two-sixths {
	width: 31%;
}
.four-sixths, .two-thirds {
	width: 65%;
}
.one-fourth {
	width: 22.5%;
}
.three-fourths {
	width: 73.5%;
}
.one-fifth {
	width: 17.4%;
}
.two-fifths {
	width: 37.8%;
}
.three-fifths {
	width: 58.2%;
}
.four-fifths {
	width: 78.6%;
}
.one-sixth {
	width: 14%;
}
.five-sixths {
	width: 82%;
}
.first {
	clear: both;
	padding-left: 0;
}

/* Featured Post Grid
------------------------------------------------------------ */
.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}
.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}
.genesis-grid-even, .genesis-grid-odd {
	margin: 0 0 20px;
}

/* Headlines
------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6 {
	color: #17365D;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
}
h2 {
	font-size:20px;
	line-height:28px;
}
h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #C40B0B;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color:#2C537F;
}
.featured h2 a {
	color: #232832;
}
.home h2 {
	margin: 0 0 5px;
}
.home h2 a, .widget-area h2 a {
	font-size:20px;
	line-height: 24px;
	margin: 0;
}
.featured h2 a:hover {
	color: #34accb;
	text-decoration: none;
}
h3 {
	font-size:19px;
	line-height:25px;
}
h4 {
	font-size: 17px;
	line-height:22px;
}
.home-bottom h4, .home-middle h4, .home-middle-lower h4,
.home-sidebar h4, .home-bottom-1 h4 {
	color: #fff;
	font-size: 16px;
	padding: 9px 12px 9px;
}
.home-bottom-1 h4 {
	margin: 0 0 15px;
}
.home-sidebar h4 {
	margin: 0 0 10px;
}
.home-bottom-1 h4, .home-middle-1 h4, .home-middle-lower-1 h4 {
	background-color: #274368;
	color:#FFF;
	text-transform:uppercase;
	text-align:center;
}

.home .lowercase {
	text-transform:none !important;	
}

.home-middle-2 h4, .home-middle-lower-2 h4 {
	background: #234772;
}
.home-sidebar h4, .home-middle-3 h4, .home-middle-lower-3 h4 {
	background: #274368;
	color:#FFF;
	text-transform:uppercase;
}
.widget-area h4 a {
	color: #333;
	text-decoration: none;
}
#footer-widgets h4 {
	background: none;
	border: none;
	color: #41c5e7;
	font-size: 16px;
	margin: 0 0 5px;
	padding: 0;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}

#featured-post-16,
#featured-post-17,
#featured-post-3,
#featured-post-23 {
	margin-bottom:25px;
	border-bottom: 1px solid #D1DEE4;
	padding-bottom:5px;	
}

#featured-post-17 {padding-bottom:10px;}

#text-6 a img:hover,
.home-sidebar a img:hover,
#featured-post-24 a img:hover {
	opacity:0.8;	
}

.home .home-sidebar .home-login-header {
	background: #D1DEE4;
    color: #353535;
	font-size: 16px;
	margin-bottom: 15px;
	padding: 9px 12px;
	line-height: 22px;
	text-transform:none;
}

.home #featured-post-17 .home-alt-header {
	text-transform:none;
	margin-bottom:0;
}

.home .homecoursetable {
	border-collapse:separate;
	border-spacing:2px;	
}

.home .homecoursetable thead th {
	background: #D1DEE4;
	color:#353535;
	border:none;
}

.home .homecoursetable tfoot th {
	background-color: #D1D1D1;
	font-weight:bold;
	text-align:center;
	border:none;
}

.home .homecoursetable .even td {
	background-color: #EAEAEA;
	border:none;	
}

.home .homecoursetable .odd td {
	background-color: #EAEAEA;
	border:none;	
}

.home .homecoursetable .column-3 {
	width:180px;	
}

#featured-post-12 p {
	margin-bottom:10px;	
}

#featured-post-12 img {
	margin-top:3px;
}

.featmed-sep {
	border-bottom: 1px solid #D1DEE4;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.home-sidebar .featmed-sep {
	padding-bottom:15px;	
}

.lower-case {
	text-transform:none !important;	
}

/* Ordered / Unordered Lists
------------------------------------------------------------ */
.entry-content ol, .entry-content ul {
	margin: 0;
	padding: 0 0 5px 0;
}
.entry-content ol {
	margin: 0;
}
.archive-page ul li, .entry-content ul li {
	list-style-type: disc;
	margin: 0 0 10px 30px;
	padding: 0;
}
.archive-page ul li {
	margin-bottom:0;
}
.entry-content ol li {
	margin: 0 0 10px 35px;
}
.archive-page ul ul, .entry-content ul ul, .entry-content ol ol {
	padding: 0;
}

/* Post Info
------------------------------------------------------------ */
.post-info {
	color: #999;
	font-size: 12px;
	margin: -10px 0 10px;
}
.home .post-info {
	margin: -3px 0 5px;
}

.single-post .post {
	margin:0;
}

/* Post Meta
------------------------------------------------------------ */
.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	color: #999;
	font-size: 12px;
	padding: 5px 0 0;
}

/* Author Box
------------------------------------------------------------ */
.author-box {
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f5f5f5;
	border: none;
	border-radius: 5px;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

/* Sticky Posts
------------------------------------------------------------ */
.sticky {
	margin: 0 0 40px;
	padding: 10px;
}

/* Archive Page
------------------------------------------------------------ */
.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}

/* Post Icons
------------------------------------------------------------ */
.post-comments, .tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}

/* Images
------------------------------------------------------------ */

img {
	max-width: 100%;
}
img.alignleft, img.alignright, .alignleft img, .alignright img {
	max-width: none;
}
.avatar, .post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}
.home-middle .featuredpage img, .home-middle .featuredpost img, .home-middle-lower .featuredpage img, .home-middle-lower .featuredpost img {
	/*margin: 0 0 5px;*/
	margin-bottom:5px;
}

.home-middle a img:hover,
.home-middle-lower a img:hover {
	opacity:0.8;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 70px;
	margin: 0 10px 0 0;
	width: 70px;
}

.home-middle .entry .alignnone,
.home-middle-lower .entry .alignnone {
	display:block;	
}

.post-image {
	margin: 0 10px 10px 0;
}
.comment-list li .avatar {
	background-color: #fff;
	float: left;
	height: 33px;
	margin: 0 5px 0 0;
	padding: 4px;
	width: 33px;
}
img.centered, .aligncenter {
	display: block;
	margin: 0 auto 10px;
}
img.alignnone {
	display: inline;
	margin: 0 0 10px;
}
img.alignleft {
	display: inline;
	margin: 0 15px 7px 0;
}
img.alignright {
	display: inline;
	margin: 5px 0 7px 15px;
}
.alignleft {
	float: left;
	margin: 0 10px 0 0;
}
.alignright {
	float: right;
	margin: 0 0 0 10px;
}
.wp-caption, .vid-caption {
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #D3D3D3;
	border: none;
	padding: 5px 7px;
	text-align: center;
	font-size:13px;
}
p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}
.wp-smiley, .wp-wink {
	border: none;
	float: none;
}
.gallery-caption {
}

.media-gallery-specialbox {
	text-align:center;	
}

.media-gallery-specialbox .wp-caption {
	margin:5px;
	float:left;
	width:230px !important;
}

.media-gallery-specialbox img {
	margin-bottom:5px;
}

/* Post Navigation
------------------------------------------------------------ */
.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}
.navigation li {
	display: inline;
}
.navigation li a, .navigation li.disabled, .navigation li a:hover, .navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}
.navigation li a:hover, .navigation li.active a {
	background-color: #f5f5f5;
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */
.sidebar {
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f5f5f5;
	border-radius: 5px;
	display: inline;
	float: right;
	padding: 20px;
	width: 250px;
}
.sidebar-content #sidebar {
	float: left;
}
.home .widget {
	margin: 0 0 20px;
}
.home .home-middle .home-middle-1 .widget, .home .home-middle .home-middle-2 .widget, .home .home-middle-lower .home-middle-lower-1 .widget, .home .home-middle-lower .home-middle-lower-2 .widget {
	border-bottom: 1px solid #D1DEE4;
	padding-bottom: 17px;
}
.sidebar .widget {
	margin: 0 0 30px;
}
.home-bottom ul, .home-middle ul, .home-middle-lower ul, .widget-area ol, .widget-area ul {
	margin: 0 0 0 20px;
}
.widget-area ol ol, .widget-area ul ul {
	margin: 0 0 0 15px;
}
.home-bottom ul li, .home-middle ul li, .home-middle-lower ul li, .widget-area ul li {
	list-style-type: disc;
	word-wrap: break-word;
}

/* Dropdowns
------------------------------------------------------------ */
#cat, .widget_archive select {
	display: inline;
	font-size: 12px;
	padding: 3px;
	width: 100%;
}

/* Featured Page / Post
------------------------------------------------------------ */
.featuredpage, .featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}
.featuredpage .page, .featuredpost .post {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.home-bottom .featuredpost .post {
	border-bottom: 3px solid #e5e5e5;
	margin: 0 0 15px;
	padding: 0 0 15px;
}

/* User Profile
------------------------------------------------------------ */
.user-profile {
	overflow: hidden;
}

/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button, .enews #subbutton, .searchsubmit, #submit {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #25446D;
	border: 1px solid #1B3659;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 12px;
	text-decoration: none;
}
div.gform_footer input.button:hover, .enews #subbutton:hover, .searchsubmit:hover, #submit:hover {
	background-color: #CCC;
	border: 1px solid #BCBCBC;
	color: #25446D;
	text-decoration: none;
}



.button-div {
	text-align:center;
	border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    margin-bottom: 15px;
    padding: 15px 0 18px;	
}

.apply-button {
	font-size: 16px;
	padding: 5px 25px;
	margin: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 5px 10px #6C6C6C;
	background: #25446d;
	color: #FFF !important;
	border: 1px solid #25446d;
}

.apply-button:hover {
	background: #CCCCCC;
	border: 1px solid #CCCCCC;
	box-shadow: none;
	color:#25446d !important;
}


.buybutton {
	text-align:center;	
	padding-top:10px;
}

.buybutton .eStore_buy_now_button,
.buybutton a {
  background: #25446d;
  border: 1px solid #25446d;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  padding: 10px 20px;
}

.buybutton .eStore_buy_now_button:hover,
.buybutton a:hover {
  background: #fff;
  border: 1px solid #d2d9ef;
  box-shadow: none;
  color: #132d4f;
  cursor: pointer;
}


/* Search Form
------------------------------------------------------------ */
#header .searchform {
	float: right;
	padding: 30px 0 0;
}
#nav .searchform {
	float: right;
	padding: 8px 0 0;
}
.s {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	width: 150px;
}

/* eNews and Update Widget
------------------------------------------------------------ */
.enews #subbox {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 5px;
	width: 180px;
}

/* Calendar Widget
------------------------------------------------------------ */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}
#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}
#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}

/* Footer Widgets
------------------------------------------------------------ */
#footer-widgets {
	background-color: #345e75;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}
#footer-widgets .wrap {
	color: #fff;
	font-size: 12px;
	overflow: hidden;
	padding: 20px;
	width: 920px;
}
#footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
}
#footer-widgets .textwidget {
	padding: 0;
}
#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}
#footer-widgets p {
	color: #fff;
	padding: 0 0 10px;
}
#footer-widgets a, #footer-widgets a:visited {
	color: #fff;
	text-decoration: underline;
}
#footer-widgets a:hover {
	text-decoration: none;
}
#footer-widgets ul {
	color: #fff;
	margin: 0 0 10px;
}
#footer-widgets ul li {
	margin: 0 0 0 15px;
}
#footer-widgets #wp-calendar thead, #footer-widgets #wp-calendar td {
	background: none;
}
.footer-widgets-1 {
	float: left;
	padding: 0 20px 0 0;
	width: 295px;
}
.footer-widgets-2 {
	float: left;
	width: 290px;
}
.footer-widgets-3 {
	float: right;
	width: 295px;
}

/* Footer
------------------------------------------------------------ */
#footer {
	clear: both;
	padding: 32px 20px 38px;
	box-shadow:0px 8px 10px #969696;
	-webkit-box-shadow:0px 8px 10px #969696;
	width:960px;
	margin:0 auto;
	background:#D1DEE4;
}
#footer .wrap {
	color: #ddd;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 940px;
}
#footer p {
	color: #444444;
	font-size: 13px;
}
#footer a, #footer a:visited {
	color: #133052;
	font-weight:400;
}
#footer a:hover {
	color:#2C537F;
}
#footer .gototop {
	float: left;
	width: 200px;
}
#footer .creds {
	float: left;
	text-align: left;
}
#footer .creds p {
	margin-bottom:3px;
}
#footer .footer-right {
	float:right;
}
#footer #footer-search form {
	float:right;
	margin-top:3px;
}
#footer .social {
	float:right;
	clear:both;
	margin-top:15px;
}
#footer .social a {
	/*-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;*/
	background-position: 0 0;
	display: block;
	height: 35px;
	width:116px;
	float:left;
}
a.ease {
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#footer a.facebook {
	background: url("custom/misp-facebook.png") no-repeat scroll 0 0 transparent;
}
#footer a.twitter {
	background: url("custom/misp-twitter.png") no-repeat scroll 0 0 transparent;
	margin-left:15px;
}

#footer .social a:hover {
	background-position: 0 -35px;
}
.facebook-big {
	background: url("custom/misp-facebook-big.png") no-repeat scroll 0 0 transparent;
	margin:15px auto 0;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	background-position: 0 0;
	display: block;
	height: 60px;
	width:200px;
}
.facebook-big:hover {
	background-position: 0 -60px;
}

/* Comments
------------------------------------------------------------ */
#comments, #respond {
	margin: 0;
	overflow: hidden;
	padding: 10px 0 20px;
}
#author, #comment, #email, #url {
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}
#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}
.ping-list {
	margin: 0 0 40px;
}
.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
}
.comment-list li, .ping-list li {
	font-weight: bold;
	list-style: none;
	margin: 10px 0 0;
	padding: 10px;
}
.comment-list li ul li {
	list-style-type: none;
}
.comment-list p, .ping-list p {
	font-weight: normal;
	margin: 10px 5px 10px 0;
	padding: 0;
	text-transform: none;
}
.comment-list ul.children {
	margin-top: 20px;
}
.comment-list ul.children li.comment {
	background: #fff;
}
.comment-list cite, .ping-list cite {
	font-style: normal;
	font-weight: bold;
}
.commentmetadata {
	font-weight:normal;
}
.comment-author {
	background: #e5e5e5;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	padding: 8px 10px 0;
}
.comment-meta {
	background: #e5e5e5;
	font-size: 14px;
	padding: 0 10px 8px;
}
.nocomments {
	text-align: center;
}
#comments .navigation {
	display: block;
	padding: 0;
}
.thread-alt, .thread-even {
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f5f5f5;
	border-radius: 5px;
}

/* Gravity Forms
------------------------------------------------------------ */div.gform_wrapper input, div.gform_wrapper select, div.gform_wrapper textarea {
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
	padding: 4px 5px !important;
}
div.gform_footer input.button {
	color: #fff;
}
div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}
div.gform_wrapper li, div.gform_wrapper form li {
	margin: 0 0 10px;
}
div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

/* MiSP Styles
------------------------------------------------------------
------------------------------------------------------------ */

.entry-title .small-b {
	text-transform:none;
	font-size:21px;
	color:#274368;
	font-weight:bold;
}
.red-dot {
	color:#FF0000;
	font-weight:bold;
}
.margin-bottom-none {
	margin-bottom:0px;
}

/* Header
------------------------------------------------------------ */
#header {
	padding-top:0px;
}
#title-area {
	padding:0;
	height:120px;
	overflow:visible;
}
/*#title-area a {
	background: url(custom/mindfulness-in-schools-header.png) top left no-repeat;
	height:127px;
	display:block;
	width:1000px;
}*/

#title-area a {
	background: url('images/MiSP-logo.png') top left no-repeat;
	height:106px;
	display:block;
	width:240px;
	margin-left:25px;
}

#title-area a:hover {
	opacity:.9;
}

#header {
	padding-top:15px;
}

#title-area {
	height:100px;
}

.header-social {
	display:block;
	width:34px;
	height:34px;
	float:left;
	margin-right:7px;
}

.header-social:hover {
	opacity:.9;
}

.header-facebook {
	background: url('images/header-facebook.png') top left no-repeat;
}

.header-twitter {
	background: url('images/header-twitter.png') top left no-repeat;
}

.header-email {
	background: url('images/header-email.png') top left no-repeat;
	margin-right:0;
}

#text-11 {
	position:absolute;
	width:135px;
	top:-85px;
	right:0;
}

#header .widget-area {
    position: relative;
}

.bmembers #text-11 {
	top:-75px;	
}



#title-area #title {
	text-indent:-9999px;
}
#header .widget-area {
	padding-top:0px;
}

body.page-id-3384,
body.page-id-4433 {
    background: #f4f4f4;
}


.page-id-3384 #title-area a {
	background: url(images/header-test2.png) top left no-repeat;
	height:127px;
	display:block;
	width:1000px;
}



/* Navigation
------------------------------------------------------------ */
#header ul.menu li.current_page_ancestor a,
#nav.members ul.menu li.current_page_ancestor a,
#nav.members ul.menu li.current-menu-ancestor a,
.bbpress li#menu-item-3715 a,
#header ul.menu li.current-menu-ancestor a {
	color:#7D9DC6;
}

#header ul.menu li.current_page_ancestor ul ul a
{
	color: #353535;	
}

ul.menu li a .sf-sub-indicator {
	position: relative;
	top: -1px;
	left:3px;
}
#header .widget_nav_menu, #nav.members {
	margin: 20px 0 0;
	background:#EAEAEA;
	height:45px;
	border-bottom: 1px solid #EDEDED;
	-webkit-border-radius: 10px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius: 10px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
#nav.members {
	width:auto;
}

/*#header ul.menu li.noline a { background: url(images/log-in-button.jpg) repeat-x; -webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px;}*/

/* Dropdown Nav
------------------------------------------------------------ */
#header ul.menu li li a, #header ul.menu li li a:link, #header ul.menu li li a:visited {
	background: #C5DBE5;
	border: 1px solid #A7C2CE;
}
#nav.members ul.menu li li a, #nav.members ul.menu li li a:link, #nav.members ul.menu li li a:visited {
	background: #EAEAEA;
	border: 1px solid #C6C6C6;
}
#header ul.menu li li a:hover, #header ul.menu li li li a:hover, #header ul.menu li li.current-menu-item a, #header ul.menu li li a:active, #header ul.menu li li li.current-menu-item a, #header ul.menu li li.current_page_ancestor a.sf-with-ul,
#header ul.menu li li.current-menu-ancestor a.sf-with-ul {
	background: #EDF4F7;
	color:#262626;
}
#nav.members ul.menu li li a:hover, #nav.members ul.menu li li li a:hover, #nav.members ul.menu li li.current-menu-item a, #nav.members ul.menu li li a:active, #nav.members ul.menu li li li.current-menu-item a, #nav.members ul.menu li li.current_page_ancestor a.sf-with-ul {
	background: #FFFFFF;
	color:#262626;
}
#header ul.menu li li.current-menu-ancestor ul li.menu-item a {
	background:#C5DBE5;
}

#nav.members ul.menu li li.current-menu-item li a,
#nav.members ul.menu li li.current-menu-ancestor ul li.menu-item a {
	background:#EAEAEA;
}

#nav.members ul.menu li li.current-menu-item li a:hover {
	background:#FFFFFF;
}

#header ul.menu li li.current-menu-ancestor ul li.menu-item a:hover {
	background:#EDF4F7;
}
#header ul.menu li li.current-menu-ancestor ul li.current-menu-item a, #header ul.menu li li.current-menu-ancestor ul li.current-menu-ancestor a {
	background:#EDF4F7;
}

#nav.members ul.menu li li.current-menu-ancestor ul li.current-menu-item a, #nav.members ul.menu li li.current-menu-ancestor ul li.current-menu-ancestor a,
#nav.members ul.menu li li.current-menu-ancestor ul li.menu-item a:hover {
	background:#FFFFFF;
}

#header ul.menu li li.current-menu-ancestor ul li.current-menu-item li a, #nav.members ul.menu li li.current-menu-ancestor ul li.current-menu-item li a {
	background:#C5DBE5;
}
#header ul.menu li li.current-menu-ancestor li.current-menu-ancestor li a, #nav.members ul.menu li li.current-menu-ancestor li.current-menu-ancestor li a {
	background:#C5DBE5;
}
#header ul.menu li li.current-menu-ancestor li.current-menu-ancestor li.current-menu-item a, #nav.members ul.menu li li.current-menu-ancestor li.current-menu-ancestor li.current-menu-item a {
	background:#EDF4F7;
}
#subnav.members li a {
	color:#353535;
}

/* Secondary Nav
------------------------------------------------------------ */
#subnav ul#menu-2-secondary-nav {
	background:#274368;
	padding-left:10px;
	width:990px;
}
#subnav ul.menu li a .sf-sub-indicator {
	top:0px;
}
#subnav ul.menu li li a, #subnav ul.menu li li a:link, #subnav ul.menu li li a:visited,
#subnav li.members-nav-item li a,
#subnav ul.menu li.current_page_ancestor.members-nav-item li a {
	color:#FFFFFF;
}
#subnav ul.menu li.current_page_ancestor a,
#subnav ul.menu li.current-menu-ancestor a {
	color:#7D9DC6;
}
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background-color: #304D72;
	border: 1px solid #203859;
	color:#FFFFFF;
}
#subnav ul.menu li li a:hover, #subnav ul.menu li li li a:hover, #subnav ul.menu li li.current-menu-item a, #subnav ul.menu li li a:active, #subnav ul.menu li li li.current-menu-item a, #subnav ul.menu li li.current_page_ancestor a.sf-with-ul {
	background-color: #5B7AA3;
	color:#FFFFFF;
}
#subnav ul.menu li li.current-menu-ancestor ul li.menu-item a, #subnav ul.menu li li.current-menu-item li a {
	background:#304D72;
}
#subnav ul.menu li li.current-menu-ancestor ul li.menu-item a:hover, #subnav ul.menu li li.current-menu-item li a:hover {
	background:#5B7AA3;
}
#subnav ul.menu li li.current-menu-ancestor ul li.current-menu-item a, #subnav ul.menu li li.current-menu-ancestor ul li.current-menu-ancestor a {
	background:#5B7AA3;
}
#subnav ul.menu li li.current-menu-ancestor ul li.current-menu-item li a {
	background:#304D72;
}
#subnav ul.menu li li.current-menu-ancestor li.current-menu-ancestor li a {
	background:#304D72;
}
#subnav ul.menu li li.current-menu-ancestor li.current-menu-ancestor li.current-menu-item a {
	background:#5B7AA3;
}

#subnav li.members-nav-item a,
#subnav ul.menu li.current_page_ancestor.members-nav-item a {
	font-weight:600;
	color: #6DAFFF;
}

#subnav li.members-nav-item a:hover,
#subnav ul.menu li.current_page_ancestor.members-nav-item a:hover {
	color: #91C4FF;
}

#subnav li.members-nav-item:hover {
	color:#FFF;
}

.members-nav-item a {
	padding-right:0 !important;
}

#subnav .blue-b {
	color:#9CC2F4;	
}

.bmembers #subnav .blue-b {
	color:#274368;	
}

#subnav a:hover .blue-b,
.bmembers #subnav a:hover .blue-b {
	color:#9CC2F4;	
}


/* Homepage
------------------------------------------------------------ */

/* Slider ---------- */
#home-top-bg {
	margin-top:63px;
}
#home-top {
	width:940px;
	margin:0 auto;
}

.home .genesis_responsive_slider {
	width:600px;
	float:left; /*height:225px;*/
}
.home .genesis_responsive_slider.widget {
	margin-bottom:17px;
}
.home #genesis-responsive-slider {
	border: none;
	padding: 0;
}
.home #genesis-responsive-slider img {
}

.home #genesis-responsive-slider a img:hover {
	opacity:0.8;
}


.home #genesis-responsive-slider .flex-direction-nav li a {
	margin-top:-30px;
	visibility:hidden;
	opacity:0;
  	transition:visibility 0s linear 0.5s,opacity 0.5s linear;
	background-image:url(images/slider-arrows.png);
}

.home #genesis-responsive-slider:hover .flex-direction-nav li a {
	visibility:visible;
  	opacity:1;
  	transition-delay:0s;
}

.home #genesis-responsive-slider .flex-direction-nav li .next {
	right:-25px;
}

.home #genesis-responsive-slider .flex-direction-nav li .prev {
	left:-25px;	
}


.home .flexslider {
	overflow:hidden;
}
.home .slide-excerpt {
	margin:0;
	background:none;
	padding:5px;
	border:none;
	width:33.8%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:none;
}
.home .slide-excerpt-border {
	margin:0;
	background:none;
	padding:5px;
	border:none;
}
.home .slide-excerpt p {
	font-size:15px;
	color:#0F2441;
	line-height:21px;
}
.home .slide-excerpt a {
	color:#C40B0B
}
.home .slide-excerpt a:hover {
	color:#2C537F;
}
.home .flex-direction-nav li a {
	margin-top:-30px;
}
.flexslider .slides img {
	width:600px;
	height:200px;
}
.home .flex-control-nav li a {
	background:url("custom/home-slide-nav.png") no-repeat scroll 0 0 transparent !important;
}
.home .flex-control-nav li a.active {
	background-position: 0 -26px !important;
}
.home #genesis-responsive-slider .flex-control-nav {
	width:940px;
	margin: 20px 0 -11px 0;
}
.home-top-1 .featuredpost {
	width:300px;
	height: 170px;
	padding:30px 0px 0px 40px;
	float:left;
	clear:none;
	background: url("custom/slide-text.jpg") repeat-x scroll center top #FFFFFF;
	overflow: hidden;
}
.home-top-1 .featuredpost p, .home-top-1 .featuredpost div {
	color:#353535;
	font-size:14px;
	margin:0;
	padding:0
}

.home-main {
	float: left;
    width: 630px;	
}

/* Home Widgets ---------- */
.home-bottom .featuredpost {
	margin-bottom:0;
}

.home-bottom #featured-post-9 {
	margin-bottom:68px;	
}

.home-bottom .featuredpost .post {
	border:none;
	margin-bottom:0;
	padding-bottom:0;
}
.home .widget-wrap h3 {
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:0px;
}

.home .home-middle .widget-wrap h3,
.home .home-middle-lower .widget-wrap h3 {
	font-weight:600;
}

.home-middle-1 .widgettitle, .home-middle-2 .widgettitle, .home-middle-lower-1 .widgettitle, .home-middle-lower-2 .widgettitle {
	display:none;
}
.homepage-register-button {
	width:200px;
	height:55px;
	margin:13px auto 0;
	display:block;
	background: url("custom/register-login-button.png") no-repeat center top transparent;
}
.homepage-login-button {
	width:200px;
	height:55px;
	margin:13px auto 0;
	display:block;
	background: url("custom/teacher-login-button.png") no-repeat center top transparent;
}
.homepage-register-button:hover, .homepage-login-button:hover {
	background-position: 0 -55px;
}

.partners-home .left {
	float:left;	
}

.partners-home .right {
	float:right;	
}

.ibme img {
	max-width:none; 
	width:275px;
	height:auto;
}

.partners-home a:hover img {
	opacity:.9;	
}

/* Featured Media ---------- */
.home .home-sidebar .widgettitle {
	margin-bottom:10px;
	text-align:center;
	text-transform:uppercase;
	font-size:16px;
	line-height:25px;
	font-weight:400;
}
.home .home-sidebar h2, .home .home-sidebar h3, .home .home-sidebar h4, .home .home-sidebar h5 {
	margin-bottom:2px;
	font-size:16px;
	text-transform:none;
	font-weight:600;
	line-height:1.3;
}
.featured-media-post {
	border-bottom: 1px solid #D1DEE4;
	padding-bottom:10px;
	margin-bottom:10px;
}

.home .ted-video iframe {
	margin:3px 15px 10px 0;
	float:left;
}

.home .home-sidebar img,
.home #featured-post-23 img,
.home #featured-post-24 img {
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.40);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.40);
	border: 3px solid #C9C9C9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.home .home-sidebar img {
	margin-top:6px;	
}


.home #featured-post-23 img {
	margin: 0 15px 5px 0;
}

.home #featured-post-12 a:hover img {
	opacity:.9;	
}

.home .home-social {
	text-align:center;
	margin: -30px 0 17px;
}

.home .home-social a {
	display:block;
	margin:0 auto;
}

.home .home-social a.right {
	float:right;
}

.home .home-social img {
	/*margin: 0 40px 3px !important;*/
	margin: 0 !important;
}

.home .home-social a img:hover,
.home .home-social a:hover img {
	opacity:.9;
}

.home #text-10 {
	margin-bottom:0;	
}

/* Content Pages
------------------------------------------------------------ */
.entry-content, .entry-content p {
	font-size:14px;
}
.partners {
	height:30px;
}

/* IMG Styles ---------- */
img.border {
	border: 7px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.wp-caption {
	background-color: #E5E5E5;
}
img.margin-bottom-none {
	margin-bottom:0px;
}
.entry-content img {
	border: 2px solid #D6D6D6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 5px 10px #8E8E8E;
	box-shadow: 0px 5px 10px #8E8E8E;
}
.home-bottom-1 .photo-gallery img {
	border: 2px solid #D6D6D6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 5px 10px #8E8E8E;
	box-shadow: 0px 3px 4px #8E8E8E;
	margin-bottom:15px;
}
.entry-content img.noborder,
.entry-content img.noshadow,
.home img.noborder {
	border:none !important;
	box-shadow:none !important;
	-moz-box-shadow: none !important;
}
.entry-content img.border {
	border: 2px solid #D6D6D6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 5px 10px #8E8E8E;
	box-shadow: 0px 5px 10px #8E8E8E;
}


/* Photo Gallery on Pages
------------------------------------------------------------ */
.entry-content .gallery-table img {
	margin:5px;
	width:250px;
	height:auto;	
}


/* What is .b? slideshow ---------- */
.page-id-775 #rotator,
.page-id-11369 #rotator {
	float:right;
	margin: 0 0 7px 20px;
	padding-right:7px;
	overflow:visible;
	height:250px;
}
.page-id-775 #rotator img,
.page-id-11369 #rotator img {
	border: 3px solid #D6D6D6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 5px 10px #8E8E8E;
	box-shadow: 0px 5px 10px #8E8E8E;
}

/* Full Width Pages
------------------------------------------------------------ */
.page.full-width-content .entry-content, .single-post.full-width-content .entry-content, .error404 .entry-content, .search .entry-content {
	margin: 0 auto;
	width: 802px;
	float: none;
	background: #EAEAEA;
	border:1px solid #CCC;
	padding: 25px; 
}
.page.full-width-content #content, .single-post.full-width-content #content {
	margin: 0 auto;
	width: 905px;
	float: none; /*padding: 15px 0 15px 0;*/
}
.page.full-width-content .entry-title, 
.error404 .entry-title, 
.single-post .entry-title,
.bbpress.bmembers .entry-title {
	border:1px solid #adc6d1;
	border-bottom: none;
	padding: 0;
	background: #D1DEE4;
	color: #274368;
	padding: 11px 15px 12px;
	text-align: center;
	width: 822px;
	margin: 0 auto 0 auto;
}
h1.entry-title {
	font-size: 25px;
	line-height:25px;
}
.headertext {
	background: #DBDBDB;
	padding: 5px;
}
.post-info, .post-meta {
	display: none;
}

/* Upcoming Events ---------- */
.page-id-687 .page-box-top h2 {
	margin-bottom:0;
	font-size:19px;
	border:none;
	padding:0;
}
.page-id-687 h2, .page-id-687 h3 {
	margin-bottom:5px;
	font-size:19px;
	padding-top:13px;
	padding-bottom:5px;
	border-bottom:1px solid #D3D3D3;
}

/* Research Page ----------- */
.page-id-1575 h2, .page-id-1575 h3,
.page-id-3020 h2, .page-id-3020 h3,
.page-id-3048 h2, .page-id-3048 h3,
.page-id-3039 h2, .page-id-3039 h3,
.page-id-8336 h2, .page-id-8336 h3 {
	margin-bottom:5px;
	font-size:17px;
	padding-bottom:2px;
	border-bottom:1px solid #D3D3D3;
}

/* Press & Media ---------- */
.page-id-1021 h2, .page-id-1021 h3,
.page-id-3760 h2, .page-id-3760 h3,
.page-id-4640 h2, .page-id-4640 h3 {
	margin-bottom:5px;
	font-size:17px;
	padding-bottom:2px;
	border-bottom:1px solid #D3D3D3;
}

.page-id-1021 h2,
.page-id-1021 h3,
.page-id-1021 h4 {
	border-top:1px dashed #446591;
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
	padding-top:12px;	
}

.page-id-3971 h2, .page-id-3971 h3 {
	margin:5px 0 15px;
	font-size:17px;
	padding-bottom:2px;
	background:#274368;
	color:#FFF;
	text-align:center;
}

.dark-header {
	background:#274368;
	color:#FFF;
	padding:6px 12px;
	text-align:center;
}

.page-id-3971 .page-box-top-white {
	padding-bottom:0px;	
}

.page-id-3971 .page-box-top-white p {
	padding-bottom:10px;	
}

.ted-video iframe {
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.40);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.40);
	border: 5px solid #C9C9C9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:left;
	margin:3px 20px 20px 0;
}

.home .ted-video iframe {
	border: 3px solid #C9C9C9;
}

.ted-video.vid-center {
	text-align:center;
}
.ted-video.vid-center iframe {
	float:none;
	margin-bottom:3px;
	margin-right:0;
}

.embed-vid iframe {
	box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.40);
	-webkit-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.40);
	border: 2px solid #D6D6D6;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	margin:3px 20px 5px 0;
}

.embed-vid.center {
	text-align:center;
}	

.embed-vid.center iframe {
	margin:0;
}	

.page-box-vid iframe {
	box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.40);
	-webkit-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.40);
	border: 2px solid #D6D6D6;
	margin:6px 20px 5px 6px;
	float:left;
}

.embed-vid.caption iframe {
	margin-bottom:0;
	margin-right:0;
}

.embed-vid.caption.left {
	margin-right:20px;
	margin-bottom:5px;
	float:left;
}

.vid-caption.dark {
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #274368;
	border: none;
	padding: 5px 7px;
	text-align: center;
	font-size:13px;
	color:#FFF;
}

/* Past Events --------- */
.page-id-1031 h2, .page-id-1031 h3 {
	margin-bottom:5px;
	font-size:19px;
	padding-bottom:5px;
	border-bottom:1px solid #D3D3D3;
}

/* Search Page ---------- */
.search .entry {
	margin-top:20px;
	margin-bottom:30px;
}
.search .entry-title {
	border-bottom: none;
	padding: 0;
	background: #D1DEE4;
	color: #C40B0B;
	padding: 9px 15px 10px;
	text-align: center;
	width: 822px;
	margin: 0 auto 0 auto;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	line-height:20px;
}
.search .entry-title a {
	color: #C40B0B;
	font-size:25px;
	line-height:26px;
}
.search .entry-title a:hover {
	color:#2C537F;
}
.search .archive-title {
	width:852px;
	margin: 0 auto;
	font-size:17px;
}
.search-no-results #content p {
	padding: 10px 0 0 45px;
}

.search .post-2877 {
	display:none; visibility:hidden;	
}

/* Sidebar Pages
------------------------------------------------------------ */
.content-sidebar #content, .sidebar-content #content {
	width: 700px;
	padding:0;
}
.wide-sidebar.content-sidebar #content, .wide-sidebar .sidebar-content #content {
	width: 655px;
	padding:0;
}
.page.content-sidebar .entry-content, .page.sidebar-content .entry-content {
	background: #EAEAEA;
	padding: 15px;
	border:1px solid #CCC;
}
.page.content-sidebar #content-sidebar-wrap, .page.sidebar-content #content-sidebar-wrap {
	margin: 0 auto;
}
.page.content-sidebar .entry-title, .page.sidebar-content .entry-title {
	border-bottom: none;
	background: #D1DEE4;
	color: #274368;
	padding: 9px 15px 10px;
	text-align: center;
	margin-bottom: 0; 
	border:1px solid #adc6d1;
	border-bottom: none;
}

/* Sidebars
------------------------------------------------------------ */
.page.content-sidebar .sidebar, .page.sidebar-content .sidebar {
	width: 210px;
	background: none;
	padding:0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none; /*margin-top:29px;*/
	margin-top:2px;
}
.wide-sidebar.page.content-sidebar .sidebar, .wide-sidebar.page.sidebar-content .sidebar {
	width: 252px;
	background: none;
	padding:0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none; /*margin-top:29px;*/
	margin-top:2px;
}
.page.content-sidebar .sidebar .widget, .page.sidebar-content .sidebar .widget {
	margin: 0;
	width: 210px; /*background: #A0A0A0;*/ /*padding: 5px;*/
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px; /*border: 1px solid #C9C9C9;*/
}
.wide-sidebar.page.content-sidebar .sidebar .widget, .wide-sidebar.page.sidebar-content .sidebar .widget {
	margin: 0;
	width: 252px; /*background: #A0A0A0;*/ /*padding: 5px;*/
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px; /*border: 1px solid #C9C9C9;*/
}
.widget-area h4 {
	background: #CCCCCC;
	color: #0E233E;
	font-size: 14px;
	padding: 7px 12px;
	text-align:center;
	border:1px solid #939393;
	margin-bottom:5px;
}

/* Sidebar Nav
------------------------------------------------------------ */
.page.content-sidebar .sidebar ul.menu, .page.sidebar-content .sidebar ul.menu {
	margin:0;
	padding:10px;
	background:#EFEFEF;
	border:1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.page.content-sidebar .sidebar li, .page.sidebar-content .sidebar li {
	list-style:none;
}
.page.content-sidebar .sidebar ul.menu a, .page.sidebar-content .sidebar ul.menu a {
	background: #D1DEE4;
	color:#353535;
	display:block;
	padding:5px 7px;
	margin: 3px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #adc4ce;
}
.page.content-sidebar .sidebar ul.menu a:hover, .page.content-sidebar .sidebar ul.menu li.current-menu-item a, .page.sidebar-content .sidebar ul.menu a:hover, .page.sidebar-content .sidebar ul.menu li.current-menu-item a {
	background:#FFFFFF;
	color:#091930;
}
.widget_nav_menu .widgettitle {
	display:none;
}
.widget_text .widgettitle {
	display:none;
}

#text-7.widget_text .widgettitle {
	display:block;
	background:#274368;
	color:#FFF;
}

#text-7 {
	margin:13px 0 25px;
	border-bottom: 1px solid #d1dee4;
	padding-bottom:10px;
}

.partners-home {
	padding:10px 0 5px;	
}

#text-6.widget_text .widgettitle,
#featured-post-16 .widgettitle,
.home .home-dark-header {
	display:block;
	background:#274368;
	color:#FFF;
}

/*  Sidebar Buttons ---------- */
.sidebutton1 h4 {
	font-size:16px;
	margin:0;
	background:#152F52;
	color:#ffffff;
}
.sidebutton1 h4:hover {
	background:#ffffff;
	color:#0E233E;
}

/* Research Evidence Button ---------- */
#text-3.widget {
	background:none;
	border: none;
	margin-top: 25px;
}
.research-button {
	width:125px;
	height:125px;
	margin:0 auto;
}
.research-button a {
	background: url(custom/research-evidence.png) 0 0 no-repeat;
	display:block;
	height:125px;
	width:125px;
}
.research-button a:hover {
	background: url(custom/research-evidence.png) 0 -125px no-repeat;
}

/* Nine Lessons Button ---------- */
#text-4.widget {
	background:none;
	border: none;
	margin-top: 25px;
}
.nine-lessons-button {
	width:125px;
	height:125px;
	margin:0 auto;
}
.nine-lessons-button a {
	background: url(custom/nine-lessons.png) 0 0 no-repeat;
	display:block;
	height:125px;
	width:125px;
}
.nine-lessons-button a:hover {
	background: url(custom/nine-lessons.png) 0 -125px no-repeat;
}

/* Contact Page ---------- */

.main-contact {
	width: 450px;
	margin: 15px auto 0;	
}

.main-contact-form {
	background:#EFEFEF;
	padding:20px;
	border:2px solid #E2E2E2;
	border-top:none;
}

.main-contact-form-header {
	background:#274368;
	padding:10px 12px;
	color:#FFF;
	font-size:20px;
	text-align:center;
}

.main-contact-form .wpcf7 input,
.main-contact-form .wpcf7 textarea {
	padding:10px;
	color:#515151;
	font-size:16px;
	width: 384px;
	background:#F9F9F9;
	border: 1px solid #ddd;
}

.main-contact-form .wpcf7 input:focus,
.main-contact-form .wpcf7 textarea:focus {
	background:#FFF;
	border: 1px solid #C9C9C9;
}

.main-contact-form .wpcf7 .wpcf7-submit {
	width: 25%;
	padding:10px;
	text-align: center;
	font-size: 14px;
	background: #25446D;
	border: 1px solid #1B3659;
	color:#FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
}
.main-contact-form .wpcf7 .wpcf7-submit:hover {
	background: #fff;
    border: 1px solid #d2d9ef;
    color: #25446D;
	cursor:pointer;
}

.entry-content .main-contact p {
	color:#274368;	
}


/* Forms ---------- */
.newform {
	width: 520px;
	margin: 15px auto 0;	
}

.newform-footer {
	width:520px;
	margin: 20px auto 0;	
}

.newform-footer-inner {
	background:#EFEFEF;
	padding:17px 20px 2px 20px;
	border:2px solid #E2E2E2;
}

.newform-footer-inner,
.newform-footer-inner p {
	font-size:13px !important;
}

.newform-footer li {
	margin: 0 0 10px 15px !important;
}

.newform-inner {
	background:#EFEFEF;
	padding:10px 20px 20px;
	border:2px solid #E2E2E2;
	border-top:none;
}

.newform h2,
.newform h3,
.newform h4 {
	background:#274368;
	padding:10px 12px;
	color:#FFF;
	font-size:20px;
	text-align:center;
	line-height:1;
	margin:0;
}

.newform-inner .wpcf7 input,
.newform-inner .wpcf7 textarea {
	padding:10px;
	color:#515151;
	font-size:16px;
	width: 100%;
	background:#F9F9F9;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.newform-inner .wpcf7 .radio input,
.newform-inner .wpcf7 .checkbox input {
	width:auto;
}

.newform-inner span.wpcf7-list-item {
    margin: 0;
    padding: 0;
}

.newform-inner .wpcf7 input:focus,
.newform-inner .wpcf7 textarea:focus {
	background:#FFF;
	border: 1px solid #C9C9C9;
}

.newform-inner .wpcf7 .wpcf7-submit {
	width:auto;
	padding:10px 20px 8px;
	text-align: center;
	font-size: 14px;
	background: #25446D;
	border: 1px solid #1B3659;
	color:#FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
}
.newform-inner .wpcf7 .wpcf7-submit:hover {
	background: #fff;
    border: 1px solid #d2d9ef;
    color: #25446D;
	cursor:pointer;
}

.entry-content .newform p {
	color:#274368;	
}

.newform .term-box {
	padding:8px 0 !important;
	border-top:1px solid #D3D3D3;
	border-bottom:1px solid #D3D3D3;
	font-size:13px !important;
	margin-bottom:10px;
	font-weight:bold !important;
}









.full-width-form-outside {
	width: 400px;
	margin: 15px auto 0;
	background: #BFBFBF;
	padding: 8px;
}
.full-width-form-outside input,
.full-width-form-outside textarea {
	font-size:14px;
	color:#444;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}
.full-width-form {
	background: #D3D3D3;
	padding: 0 17px 17px 17px;
}
.full-width-form .checkboxes input {
	width: 5%;
}
.full-width-form .checkboxes label {
	display: block;
	width: 100%;
	margin: 0;
}
.full-width-form .full-width-fields {
	width: 400px;
	margin-bottom: 10px;
}
.full-width-form .full-width-fields input {
	width: 50%;
	padding: 2px;
}
.full-width-form .full-width-fields p {
	padding: 0 0 3px 0;
}
.full-width-form .event-title {
	background: #888888;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 40px;
	position: relative;
	top: 17px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.full-width-form .wpcf7 span.wpcf7-not-valid-tip {
	display: block;
}
.full-width-form .wpcf7-submit {
	background: #25446D;
!important;
	width: 20% !important;
	padding: 3px;
	khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #1B3659;
	color:#FFFFFF;
}
.full-width-form .wpcf7-submit:hover {
	background: #B6CAD3 !important;
	color: #25446D !important;
	border: 1px solid #9CB6C1 !important;
}
.full-width-form span.wpcf7-list-item {
	margin: 0;
	padding: 0;
}
.wpcf7 input {
	width: 100%;
}
.wpcf7 textarea {
	width: 100%;
	height: 100px;
}
.wpcf7 .wpcf7-submit {
	width: 25%;
	text-align: center;
	font-size: 13px;
	background: #25446D;
	border: 1px solid #1B3659;
	color:#FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.wpcf7 .wpcf7-submit:hover {
	background: #B6CAD3;
	border:1px solid #9CB6C1;
	cursor:pointer;
	color: #25446D;
}
.wpcf7 .wpcf7-response-output {
	margin: 0;
	border: 1px solid #910202;
	color: #FFFFFF;
	padding: 10px;
	background: #C40B0B;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.wpcf7 span.wpcf7-not-valid-tip {
	width: 100% !important;
	border: none;
	top: 0;
	left: 0;
	color: #C40B0B;
	background: none;
	position: relative;
}
.wpcf7 .wpcf7-mail-sent-ok {
	color: #FFFFFF;
	border: 1px solid #1B3659;
	background: #25446D;
}

/* Application Forms
------------------------------------------------------------ */
.full-width-form-outside.application {
	width:500px;
}
.full-width-form-outside.application input {
	font-size:14px;
}
.full-width-form-outside.application .radio input, .full-width-form-outside.application .checkbox input {
	width:auto;
	background:none;
}
.full-width-form-outside h2, .full-width-form-outside h3 {
	background:#FFFFFF;
	padding:5px 10px 7px;
}
.full-width-form-outside.application .checkbox span {
	font-weight:bold;
}
.entry-content .agree-opt-in {
	padding-bottom:3px;
}
p.large-text-field textarea {
	height:350px;
}

.full-width-form input,
.full-width-form textarea {
	padding:3px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}

.full-width-form-footer {
	background: #E0E0E0;
	border: 8px solid #BFBFBF;
	margin: 20px auto 0;
	padding: 10px 8px 0;
	width: 484px;
}


/* NEW Application Forms
------------------------------------------------------------------------------- */
.newform .iphorm .iphorm-elements input,
.newform .iphorm .iphorm-elements textarea {
	width:100%;
	background: #f9f9f9;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 10px;	
}

.newform .iphorm .iphorm-elements input,
.newform .iphorm .iphorm-elements textarea,
.newform .iphorm .iphorm-elements input:focus,
.newform .iphorm .iphorm-elements textarea:focus,
.newform .iphorm .iphorm-elements input:hover,
.newform .iphorm .iphorm-elements textarea:hover {
    color: #333;
    font-size: 14px;
	font-weight:normal;
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
}

.iphorm_1_6-element-wrap,
.iphorm_1_8-element-wrap {
	width:45%;	
}

.iphorm_1_6-element-wrap {
	float:left;	
}

.iphorm_1_8-element-wrap {
	float:right;
}

.iphorm_1_9-element-wrap {
	clear:both;	
}

.newform .iphorm .iphorm-elements .iphorm_1_43-input-wrap textarea {
	height:100px;
}

.newform .iphorm .iphorm-submit-wrap button {
    background: #25446D;
	border: 1px solid #1B3659;
	color:#FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
	padding:4px 0;
	font-size:15px;
	font-weight:normal;
}

.newform .iphorm .iphorm-submit-wrap button:hover {
    background: #fff;
    border: 1px solid #d2d9ef;
    color: #25446D;
	cursor:pointer;
}

.newform .iphorm .iphorm-submit-wrap button span {
    background:none;
	border:none;
}

.newform .iphorm .iphorm-submit-wrap button span, 
.newform .iphorm .iphorm-submit-wrap button em {
    background:none;
	border:none;
	color:inherit;
}

.newform .iphorm .iphorm-success-message {
    background: #4995ED url("images/success.png") no-repeat scroll 14px center;
    border: 1px solid #2F7DD6;
    color: #FFF;
    font-weight: normal;
    line-height: 18px;
    margin: 10px 0;
    padding: 8px 20px 8px 45px;
}

.newform .iphorm .iphorm-errors-list > .iphorm-error {
    background: #C40B0B url("images/error.png") no-repeat scroll 3px center;
    border: 1px solid #AA0606;
    color: #FFF;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    margin: 0;
    padding: 4px 10px 4px 25px;
}


.iphorm-required {
    color: #cc0101;
    font-size: 10px;
}

.newform .iphorm-inner label,
.newform .iphorm-inner div {
    color: #274368;
}






/* Sidebar Address ---------- */
#contact-address {
	padding:7px;
	background:#F4F4F4;
	border:1px solid #EAEAEA;
	border-top:none;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-size:13px;
}
#contact-header {
	background:#274368;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	padding:5px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.term-box {
	padding:8px 0 !important;
	border-top:1px solid #9B9B9B;
	border-bottom:1px solid #9B9B9B;
	font-size:13px !important;
	margin-bottom:10px;
	font-weight:bold !important;
}

/* Error Page
------------------------------------------------------------ */
.error404 .entry-content .error-intro {
	padding:0 30px;
	margin-bottom:20px;
}
.error404 ul li, .error404 .entry-content ul li {
	list-style-type:disc;
}
.archive-page {
	width:400px;
	margin:0 auto;
	background:#D1DEE4;
	padding:25px 50px;
	float:none;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.error404 .post {
	margin:0;
}
.archive-page h4 {
	text-align:center;
}


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


/* Hover Elements
------------------------------------------------------------ */
.page-id-156 .entry-content {
	overflow:visible;
}
#lessons-wrap {
	width:820px;
	margin:0 0 0 2px;
}
body ul.txt-popup, body ul.txt-popup ul {
	margin:0;
	padding:0;
}
body ul.txt-popup li {
	width:250px;
	height:190px;
	display:block;
	list-style:none;
	float:left;
	margin:10px 5px 0;
	border:3px solid #ADADAD;
}
body ul.txt-popup li#lesson0 {
	background:url('custom/lesson0-small.jpg');
}
body ul.txt-popup li#lesson1 {
	background:url('custom/lesson1-small.jpg');
}
body ul.txt-popup li#lesson2 {
	background:url('custom/lesson2-small.jpg');
}
body ul.txt-popup li#lesson3 {
	background:url('custom/lesson3-small.jpg');
}
body ul.txt-popup li#lesson4 {
	background:url('custom/lesson4-small.jpg');
}
body ul.txt-popup li#lesson5 {
	background:url('custom/lesson5-small.jpg');
}
body ul.txt-popup li#lesson6 {
	background:url('custom/lesson6-small.jpg');
}
body ul.txt-popup li#lesson7 {
	background:url('custom/lesson7-small.jpg');
}
body ul.txt-popup li#lesson8 {
	background:url('custom/lesson8-small.jpg');
}
body ul.txt-popup li#lesson9 {
	background:url('custom/lesson9-small.jpg');
}
body ul.txt-popup ul {
	color:#000;
	margin-left:-9999px;
	background:#CCCCCC;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	border-radius: 5px;
	border-top-left-radius: 0;
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
	border:3px solid #BFBFBF;
	-webkit-box-shadow:  3px 3px 5px 1px rgba(50, 50, 50, .5);
	box-shadow:  3px 3px 5px 1px rgba(50, 50, 50, .5);
}
body ul.txt-popup ul .lesson-title {
	background:#848484;
	color:#FFFFFF;
	padding:5px;
	margin:0;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
body ul.txt-popup ul .lesson-hover-text {
	padding:7px;
	margin:0;
}
body ul.txt-popup li:hover ul {
	display:block;
	margin-left:0px;
	position:relative;
	top:10px;
	left:10px;
}
body ul.txt-popup ul p {
	font-size:16px;
}

/* Tables
------------------------------------------------------------ */
table.bio-pages td {
	padding-bottom: 22px;
	padding-top: 17px;
}
table.bio-pages tr {
	display:block;
}
table.bio-pages tr.last-tr {
	border-bottom: none;
}
table.bio-pages tr.first-tr td {
	padding-top: 0px;
}
table.bio-pages tr.last-tr td {
	padding-bottom: 0px;
}
table.bio-pages td.bio-pic {
	display:none;
}
table.bio-pages td.td-border {
	border-bottom: 1px solid #D8D8D8;
}
table.bio-pages tr.last-tr td.td-border {
	border:none;
}
.page-id-17 h2, .page-id-17 h3, .white-header {
	background:#FFFFFF;
	text-align:center;
	padding:2px;
	margin-top:22px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
table.bio-pages.team-top {
	background:#D1DEE4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 2px solid #F2F2F2;
	padding-left:10px;
	padding-right:10px;
}
table.bio-pages.team-top td {
	padding: 15px 0 18px;
}
table.bio-pages.team-top td.td-border {
	border-bottom:1px solid #F2F2F2;
	padding: 15px 0 18px;
}

.terms-tables table {
	width:800px;
	font-size:14px;
	-moz-box-shadow: 0px 4px 8px #AAAAAA;
	box-shadow: 0px 4px 8px #AAAAAA;
	margin-bottom:20px;
}

.terms-tables table td {
    background: #ffffff;
    padding: 12px 5px 12px 20px;
	vertical-align: middle !important;
}

.terms-tables table th {
    background:#D1DEE4;
	text-align:center;
	padding: 8px;
	font-size:16px;
}


/* Team page table ---------- */
table.team-page {
	width:800px;
	margin-left:75px;
	font-weight:bold;
}
table.team-page tr {
	height:40px;
}

/* Registration Tables
------------------------------------------------------------ */
.specialheader {
	background: #FFF;
    line-height: 1;
    margin: 0 0 15px 0;
    padding: 10px 12px;
    text-align: center;	
}

.specialheader.dark {
	background: #274368;
    color: #fff;
}

div.page-box-top-white,
.specialbox {
	background:#FFFFFF;
	padding:10px;
	border:2px solid #DDDDDD;
	margin-bottom:20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.specialbox.white.shadow {
	-moz-box-shadow: 0px 4px 8px #CCC;
	box-shadow: 0px 4px 8px #CCC;
	border:none;
	padding:14px;
	background:#FFF;
}

.specialbox.dark {
	background:#274368;
	padding:12px 14px;
	border:none;
	margin-bottom:20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 4px 8px #878787;
	box-shadow: 0px 4px 8px #878787;
}

.specialbox.dark h2,
.specialbox.dark h3,
.specialbox.dark h4,
.specialbox.dark h5,
.specialbox.dark h6 {
	color:#FFF;	
}

.waitlist {
	background:#274368;
	padding:8px 15px;
	color: #ADD3FF;
	text-align:center;
	margin-bottom:15px;
	font-weight:bold;
}

.specialbox.dark,
.specialbox.dark p {
	color:#FFF;
}

.specialbox.dark a {
	color:#B5D7FF;
	font-weight:bold;
}

.specialbox.dark a:hover {
	color:#FFF;
}

.newsletterdiv {
	background:#FFFFFF;
	padding:10px;
	border:2px solid #DDDDDD;
	margin-bottom:20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.newsletterdiv h3,
.newsletterdiv h4 {
	border-bottom: 1px solid #D3D3D3;
    padding-bottom: 2px;	
}

div.page-box-top {
	background:#D1DEE4;
	padding:10px;
	border:2px solid #AFC7D1;
	margin-bottom:20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
div.page-box-bottom {
	background:#FFFFFF;
	padding:7px;
	text-align:center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top:5px;
}
.register-tables-div .wp-table-reloaded {
	background:none;
}
.register-tables-div table {
	font-size:14px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-box-shadow: 0px 4px 8px #AAAAAA;
	box-shadow: 0px 4px 8px #AAAAAA;
}
.register-tables-div table#wp-table-reloaded-id-1-no-1 {
	margin-top:25px;
}
.register-tables-div table#wp-table-reloaded-id-3-no-1 {
	margin-bottom:47px;
}
.register-tables-div table th {
	border:none;
}
.register-tables-div table .row-1 .column-1, table.members-listing .row-1 .column-1 {
	background:#274368;
	color:#FFF;
	text-align:center;
	font-weight:normal;
	font-size:21px;
	padding:12px 8px 12px;
	/*-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;*/
}
.register-tables-div table .row-1 .column-1 span {
	font-weight:bold;
}
.register-tables-div table td {
	width:35%;
	vertical-align:middle !important;
}

.register-tables-div table td.column-1 {
	width:35%;
}

.page-id-6201 .register-tables-div table td.column-1 {
	width:300px;
}

.page-id-6201 .register-tables-div table td.column-3 {
	width:200px;
}

.register-tables-div table#tablepress-33 small {
	font-size:13px;
	font-weight:normal !important;
}

.register-tables-div table#tablepress-33 small strong {
	font-weight:bold !important;
}

.register-tables-div table td {
	background:#FFFFFF;
	padding:15px 5px 15px 20px;
}

.register-tables-div table.eventstable td {
	background:#FFFFFF;
	padding:15px !important;
	width:auto !important;
}

.register-tables-div table .row-2 td {
	padding:12px 5px 12px 20px;
}

.register-tables-div table#tablepress-33 .row-2 td {
	padding:8px 5px 8px 20px;
}

.register-tables-div .tablepress .row-hover tr:hover td {
	background:#E3EFF4;
}

.register-tables-div .tablepress .row-hover tr:hover td.row-1 {
	background:#d1dee4;
}

.register-tables-div table .row-2 td {
	font-size:16px;
}

.tableyear {
    background: #274368;
    color: #fff;
    left: -7px;
    padding: 8px 0;
    position: relative;
    text-align: center;
}



/*.register-tables-div table .column-1 {width:35% !important;}*/
.register-tables-div table .row-2 td, table.members-listing .row-2 td {
	background:#D1DEE4 !important;
	color:#274368 !important;
	font-weight:600;
}
/*.register-tables-div table .odd td {background-color:#F2F2F2;}*/
.register-tables-div #tablepress-1 .row-1 .column-1 {
	background:#274368;
	color:#FFFFFF;
}
#tablepress-2 {
	margin-bottom:20px;
}

/* Individual registration page tables ---------- */
table.registration {
	background:none;
	font-size:14px;
	padding-bottom:15px;
	border-collapse: separate !important;
	border-spacing: 1px !important;
	margin-bottom:3px;
}
table.registration td.column-1 {
	background:#D1DEE4;
	font-weight:bold;
	color:#274368;
	font-size:15px;
	width:150px;
}
table.registration td.column-2 {
	background:#FFFFFF;
}
table.registration tbody td {
	border:none;
	padding:5px;
}

.tablepress.resources-table tbody td {
	vertical-align:middle;
	border:4px solid #EAEAEA;
}

.tablepress.resources-table tbody .column-1 {
	border-right:none;
	text-align:center;
}

.tablepress.resources-table tbody .column-2 {
	border-left:none;
}

.entry-content .tablepress.resources-table img {
    border: 1px solid #D6D6D6;
	-moz-box-shadow: 0px 5px 10px #AAAAAA;
	box-shadow: 0px 5px 10px #AAAAAA;
}

.tablepress.resources-table a:hover img {
	opacity:0.8;	
}

.tablepress.conference-table tbody td {
	vertical-align:middle;
	border:2px solid #EAEAEA;
}

.tablepress.conference-table tbody td.column-1 {
	font-weight:bold;
}

.tablepress.conference-table th {
	background:#d1dee4;
	color: #274368;
	border:2px solid #EAEAEA;
	border-bottom:none;
}

.conferencetableheader {
	background:#274368;
	color:#FFF;
	padding:8px 15px 9px;
	font-size:16px;
	margin:0;
	text-align:center;	
}

.conference-speakers td {
	vertical-align:top;
	padding-bottom: 20px;
    padding-top: 20px;
}

.conference-speakers tr.first-tr td {
    padding-top: 0;
}

.conference-speakers tr.first-tr.single-tr td {
	padding-top: 0;
	border-bottom:none !important;
	padding-bottom:0 !important;
}

.conference-speakers tr.last-tr td {
    padding-bottom: 0;
}

.conference-speakers tr.last-tr td {
    border-bottom: none;
}

.conference-speakers .column-1 {
	width:160px;	
}

.entry-content .conference-speakers img {
    height: auto;
    width: 145px;
}

.conference-speakers .column-2 {
	padding-left:15px;	
	border-bottom:1px solid #B5C8D1;
}

.member-research-table-div {
	width:500px;
	margin:5px auto 0;
}

.member-research-table {
	width:500px;
	margin:0 auto;
}

.member-research-table-header {
	margin:0;
	padding:5px 15px;
	color:#FFF;
	background:#274368;
	text-align:center;	
}

.member-research-table tbody td {
	vertical-align:middle;
	border:none;
	padding: 5px 10px;
}

.member-research-table tbody .even td {
	background:#F2F2F2;
}
.member-research-table tbody .odd td {
	background:#EAEAEA;
}

.member-research-table tbody .column-1 {
	border-right:none;
	text-align:center;
}

.member-research-table tbody .column-2 {
	border-left:none;
}

.entry-content .member-research-table img {
    border: 1px solid #D6D6D6;
	-moz-box-shadow: 0px 5px 10px #AAAAAA;
	box-shadow: 0px 5px 10px #AAAAAA;
	margin:0;
}

.member-research-table a:hover img {
	opacity:0.8;	
}





/*iBme Table*/
.ibme-table .tablepress th {
	background:#274368;
	color:#FFF;
	text-align:center;
	font-weight:normal;
	font-size:20px;
	padding:8px 8px 10px;
}

.ibme-table .tablepress .row-2 td {
	background:#D1DEE4 !important;
	color:#274368 !important;
	font-weight:600;
}


/* Basic Table
------------------------------------------------------------ */
.foundations-basic-table {
	width:480px;
	margin:0 auto;	
}

.foundations-basic-table td {
	vertical-align:middle;	
	background:#FFF;
	padding:10px;
}

.bmembers .foundations-basic-table td {
	background:#EDEDED;
}

.foundations-basic-table td img {
	margin:0;
}

.foundations-basic-table a:hover img,
.foundations-basic-table a img:hover {
	opacity:.9;	
}

.simpletable td {
	vertical-align:middle;	
	background:#FFF;
	padding:10px;
}

.simpletable.train-to-teach-pupils {
	width:600px;
	margin:0 auto 15px;	
}

.simpletable.train-to-teach-pupils .column1 {
	text-align:center;
}

.simpletable.train-to-teach-pupils .column1 img {
	height:75px;
	width:auto;
	margin:0;
}

/* Buttons
------------------------------------------------------------ */

/* Interpage button ---------- */
div.interpage-button {
	text-align:center;
	margin-top:5px;
	height:33px;
}
a.interpage-button {
	background:#274368;
	color:#FFFFFF !important;
	padding:5px 10px;
	font-size:18px;
	border:2px solid #CECECE;
}
a.interpage-button:hover {
	background:#FFFFFF;
	color:#274368 !important;
}

/* Recordings
------------------------------------------------------------ */
.recordingswrap {
	max-width:580px;
	margin:0 auto;	
}

.recordingswrap img {
	margin: 10px 0;
}

.recordings {
	margin:0 auto 20px;
	width:400px;
}

.recordings.mediapage {
	margin: 15px 0 20px 0;
	clear:both;	
}

.recordings.homerec {
	width:275px;
	margin: 15px 0 0 0;
}

.recordings .recordingsmall {
	float:left;	
}

.recordings .recordingsmall.right {
	float:right;	
}

.recordingsmall {
	margin:22px auto;
	width:250px;
}

.recordingsmall.last {
	margin-bottom:20px;	
}

.recordingsmall .wrap_inline_mp3j {
	padding:5px;
	background:#F2DADA;
	border: 2px solid #DDBEBE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.recordingsmall .wrap_inline_mp3j {
	display:block;
	width:250px;
}

.recordingsmall .ui-slider-horizontal .ui-slider-range {
	top:-3px;
	left:-4px;
}

.recordingsmall span.vol_mp3t .ui-slider-handle, 
.recordingsmall span.vol_mp3j .ui-slider-handle {
	top:-9px;
	left:-4px;
}

.recordings .haiku-graphical-container {
	height:auto;
	width:400px;
	padding:10px 0;
	background:#274368;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.recordings.homerec .haiku-graphical-container {
	width:275px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


div.haiku-seek-bar {
    height: 10px;
    margin: 10px 0 0 0;
    color: #000;
    background: #274368;
    background: -moz-linear-gradient(top,  #274368 0%, #274368 39%, #ffffff 40%, #ffffff 60%, #274368 61%, #274368 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#274368), color-stop(39%,#274368), color-stop(40%,#ffffff), color-stop(60%,#ffffff), color-stop(61%,#274368), color-stop(100%,#274368));
    background: -webkit-linear-gradient(top,  #274368 0%,#274368 39%,#ffffff 40%,#ffffff 60%,#274368 61%,#274368 100%);
    background: -o-linear-gradient(top,  #274368 0%,#274368 39%,#ffffff 40%,#ffffff 60%,#274368 61%,#274368 100%);
    background: -ms-linear-gradient(top,  #274368 0%,#274368 39%,#ffffff 40%,#ffffff 60%,#274368 61%,#274368 100%);
    background: linear-gradient(top,  #274368 0%,#274368 39%,#ffffff 40%,#ffffff 60%,#274368 61%,#274368 100%);
}

.recordings .songtitle {
	background:#446591;
	padding:7px 10px;
	font-size:16px;
	text-align:center;
	color:#FFF;
	font-weight:400;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.entry-content .recordings ul,
.home #content .recordings ul {
	margin-left:20px;	
}

.recordings li.haiku-seek-container {
    margin: 0 10px 0 5px;
    width: 140px;
}



.haiku-no-solution {
	display:none;	
}



/* Reading List
------------------------------------------------------------ */
.reading-list {
	background:#F4F4F4;
	padding:10px;
	clear:both;
	margin-bottom:15px;
	border:1px solid #DBDBDB;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


/* Testimonials
------------------------------------------------------------ */
.testimonial-div {
	border-bottom:1px solid #CCC;
	padding-bottom:15px;
	margin-bottom:15px;	
}

.testimonial-div,
.testimonial-div p {
	font-size:15px !important;	
}

/* Partners
------------------------------------------------------------ */
.partners-table img {
	border:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	vertical-align:middle;
	margin:0 auto;
	display:block;
	float:none;
	max-width:200px;
	height:auto;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.partners-table td {
	background:#FFF;
	padding:10px;
	border:1px solid #DBDBDB;
	margin:3px 0;
	border-collapse:
}

.partners-table td.partner-left {
	border-right:none;
	padding-right:0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.partners-table td.partner-right {
	border-left:none;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.partners-table td.partner-spacer {
	padding:0;
	background:none;
	border:none;
	height:5px;
}

.partners-table a:hover img {
	opacity:.9;	
}

/* Poem
------------------------------------------------------------ */
.poem {
	background:#FFFFFF;
	padding:15px;
	text-align:center;
	width:500px;
	margin:20px auto 0;
}

/* Map
------------------------------------------------------------ */
table.members-listing {
	width:100%;
	font-size: 14px;
	margin-top: 25px;
}
table.members-listing td {
	background:#FFFFFF;
	padding:7px 5px 7px 20px;
}

.mapify-popup {
	display:none;	
}

.map-page .members-map img {
	border:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	max-width:none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.gm-style img { max-width: none; } 

.map-page #inner .wrap {
	padding: 29px 5px 33px;
    width: 980px;	
}

.map-page #content-sidebar-wrap,
.map-page #content-sidebar-wrap #content {
	width:980px;
}

.map-page #content-sidebar-wrap .entry-content {
	width:902px
}

.map-page .entry-title {
	width:922px !important;
}

.map-page #fancybox-wrap {
	/*top:250px !important;*/
	position:fixed !important;
	top:100px !important;
	/*left: 100px !important;*/
	max-width:700px !important;
	
}

.map-page #fancybox-wrap #fancybox-outer {
	
	background:#D1DEE4;
	padding:3px 5px 0;
	max-height:500px;
	overflow-y:auto;
}

.map-page #fancybox-wrap .cm-pin-popup {
	width:auto;	
}

.map-page #fancybox-wrap div {
	height:auto !important;
	width:auto !important;
}

.map-page #fancybox-wrap .side-a {
	display:none;	
}

.map-page #fancybox-wrap .side-b,
.map-page .mpfy-p-color-popup-background {
	width:auto;
	background:#D1DEE4 !important;
	float:none;
	display:block;
}

.map-page .mpfy-p-popup-style-two .mpfy-p-top {
	background: #274368 !important;	
}

.map-page .mpfy-p-popup-style-two .mpfy-p-top::before {
	background: #3A5A84 !important;	
}

.map-page .mpfy-p-popup-style-two .mpfy-p-widget {
    display:none;
}

.map-page .mpfy-p-popup-style-two {
    margin: 50px auto 0;
    width:600px;
}

.map-page .mpfy-p-popup {
	position:relative;
	left:0;	
}

.map-page .mpfy-p-content .mpfy-p-scroll {
    min-height: 0;
}

.map-page .mpfy-p-popup-style-two .mpfy-p-top h1 {
	font-size:19px;
	font-family: "Open Sans",Arial,Helvetica,sans-serif;	
}

.map-page .mpfy-zoom-out {
    background: url("images/map-zoom-out.png") no-repeat scroll 0 0;
}

.map-page .mpfy-zoom-in {
    background: url("images/map-zoom-in.png") no-repeat scroll 0 0;
}

.map-page .mpfy-p-entry {
	font-size:18px;
	text-align:center;
	padding:10px 0;
	float:none;
}

.map-page .mpfy-p-entry p {
	font-size:18px;
	padding:0;
}

.map-page .mpfy-p-entry blockquote {
	background:none;	
}

.map-page .mpfy-p-entry a {
	font-size:18px;
	color:#274368;
	text-decoration:none;
}

.map-page .mpfy-p-entry a:hover {
	color:#c40b0b;
}

.map-page #fancybox-wrap img {
	float:left;
	margin: 0 15px 5px 0;
	border: 2px solid #D6D6D6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 5px 10px #A8A8A8;
	box-shadow: 0px 5px 10px #A8A8A8;
}

.map-page #fancybox-content .cm-pin-popup .nfo {
	overflow:visible;
	padding:0;
}

.map-page #fancybox-wrap .cm-pin-popup .nfo h3 {
	background: #274368;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin: 0 0 10px;
    padding: 4px 0 5px;
    text-align: center;
}

.map-page #fancybox-close, .map-page .mapify-popup .close {
	background: url("images/popup-close.png") no-repeat scroll center center transparent;
	width:12px;
	height:12px;
	padding:6px;
}


.map-page .cm_search {
	padding:4px;	
}

.map-page .mapify-search-form input[type=submit] {
	background:#25446D;
	color:#FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:12px;
	margin:0 0 0 5px;
	padding:3px 10px;
	border:none;
}

.map-page #fancybox-outer ul {
	margin-left:15px;	
}


.map-page .mapify-search-form {
	display:none;	
} 

.map-page .tltpcnt a {
	color:#A8EDFF;
}

.map-page .tltpcnt a:hover {
	color:#FFF;
	text-decoration:underline;
}

.map-page .mpfy-controls {
    background: none repeat scroll 0 0 rgba(39, 67, 104, 0.7);
}

.map-page .mpfy-controls .mpfy-search-wrap .mpfy_search_button {
    background: url("images/map-search-button.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.map-page .mpfy-controls .mpfy-search-wrap .mpfy_search_button:hover {
    cursor:pointer;
	opacity:.9;
}

.map-page .mpfy-controls-wrap {
	top:70px;	
}

/* WP eMember styles
------------------------------------------------------------ */
.member-form-outside {
	background:#C9C9C9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 15px auto 15px;
	padding: 2px;
	width: 450px;
}

.member-form-outside.profile {
	width:500px;	
}

.member-form-outside.profile .eMember_text_input {
	width:100% !important;
	font-size:16px;
}

.member-form, .emember_modal {
	padding:15px;
	background:#EAEAEA;	
}

.emember_modal {
	background:#D6D6D6;
	border:5px solid #C9C9C9;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
}

.member-form input, .emember_modal input {
	background:#F4F4F4;
	border:1px solid #D3D3D3;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	padding:8px 4px !important;
}

.member-form input:focus,
.emember_modal input:focus {
	background:#FFF;
	border:1px solid #D3D3D3;	
}

.member-form .wp_emember_loginForm {
	max-width:none;
}

.member-form.logging .eMember_text_input {
	margin-top:-8px;	
}

.member-form a {
	color:#C40B0B;
	font-size:14px;
	font-weight:normal;
}

.member-form a:hover {
	color:#2C537F;	
}

.member-form input.eMember_button,
.emember_modal input.emember_button,
.member-form .eMember_logged_widget a {
	background: #25446D !important; 
	border: none !important; 
	color:#FFFFFF; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	padding: 7px 12px 6px !important;
	font-size:14px !important;
	margin:0 auto 5px;
	font-weight:normal;
	text-transform:uppercase;
	-moz-box-shadow: none; 
	box-shadow: none;
}

.member-form .eMember_logged_user_info_section a {
	background: #C40B0B !important; 
	border: none !important; 
	color:#FFFFFF; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	padding: 10px 12px !important;
	font-size:16px !important;
	font-weight:bold;
	display:block;
	margin:5px auto;
	width:50%;
	text-align:center;
}



.member-form .eMember_logged_user_info_section .eMember_logged_user_expiry a {
	background: #C40B0B !important; 
	border: none !important; 
	color:#FFFFFF;  
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	padding: 7px 12px 6px !important;
	font-size:14px !important;
	font-weight:normal;
	display:block;
	text-align:center;
	-moz-box-shadow: none; 
	box-shadow: none;
	font-size:14px;
	width:150px;
	margin:7px auto 5px;
}

input.eMember_button:hover,
.emember_modal input.emember_button:hover,
.member-form .eMember_logged_widget a:hover {
	background:#FFF !important;
	color:#25446D !important;
	cursor:pointer;
	-moz-box-shadow: none; 
	box-shadow: none;
}

.breathe input.eMember_button:hover,
.breathe .emember_modal input.emember_button:hover,
.breathe .member-form .eMember_logged_widget a:hover {
	background:#A9C8D6 !important;
	color:#25446D !important;
	cursor:pointer;
}

#emember_forgot_pass_prompt.emember_modal input {margin:0 5px 0 0;}

.member-form .loginForm,
.member-form .eMember_logged_widget {
	background:#D6D6D6; 
	padding:15px 0 0 50px; 
	border:2px solid #BFBFBF; 
	-moz-box-shadow: 0px 5px 10px #8E8E8E; 
	box-shadow: 0px 5px 10px #8E8E8E;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

.member-form .eMember_logged_widget {
	padding:15px;
}

.member-form .eMember_logged_widget li {
	margin:0;
	list-style:none;
	text-align:center;
	margin-top:20px;
}

.member-form .eMember_logged_user_info_section {
	padding:10px;
	background:#E5E5E5;
	font-size:14px;
	border:1px solid #BFBFBF;	
}

.emember_modal .emember_modal_title {
	background:#274368;
	border:none;
	color:#FFF !important;
	text-align:center;
	padding:10px 5px;	
}

.emember_modal .emember_modal_title h3 {
	margin:0;
	color:#FFF;	
}

.emember_modal .textbox {
	margin:10px 0 15px;	
}

.logged-in-top {
	text-align:center;
	width:434px;
	padding:10px 10px 0;
	margin:0 auto -15px;
	background:#EAEAEA;
	border:2px solid #C9C9C9;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

.logged-in-top.profile {
	width:485px;
	text-align:center;
	padding:10px 12px 5px;
}

.logged-in-top.profile.bottom {
	margin:-15px auto 0;	
}

.logged-in-top p {
	margin:0;
	padding:0 0 10px 0;
	font-size:16px;
}

.logged-in-top.profile p {
	line-height:1.5;
	padding-bottom:5px;
}

.wp-emember-warning-msgbox {
	border:2px solid #C40B0B !important;
	text-align:center;
	background:#E5E5E5;
	padding:10px;
}

.wp-emember-warning-msgbox-text {
	padding:0;	
}

.wp-emember-warning-msgbox-image {
	display:none;
}

.login-top-text {
  color: #244065;
  margin: -10px 0 -10px;
  text-align: right;
}

.emember_ok, .emember_error {
  color: #244065;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top:-8px;
}

.emember_error {color:#FB0E0E; }

.eMember_not_a_member_msg,
.member-form .register_link {
	display:none;	
}


/* .breathe
------------------------------------------------------------ */
.breathe .eMember_protected_message {
	background:#FFFFFF;
	padding:10px;
	border:2px solid #CCC;
	text-align:center;	
}

.breathe .eMember_protected_message {
	background:#FFFFFF;
	padding:10px;
	border:2px solid #CCC;
	text-align:center;	
}

.breathe .member-form-outside {
	background:#F4F4F4;
	margin: 15px auto 15px;
	padding: 10px;
}

.breathe .member-form, .emember_modal {
    background: #FFFFFF;
    padding: 15px;
}

.breathe .member-form {
    text-align:center;
}

.breathe.logged-in .member-form,
.breathe #wp_emember_loginForm {
    text-align:left;
}

.breathe .logged-in-top {
    background: #FFFFFF;
    border: 8px solid #F4F4F4;
}
 
.breathe .eMember_text_input {
	border: 1px solid #D3D3D3;
}

.breathe .member-form .loginForm, .breathe .member-form .eMember_logged_widget {
    background: #EAEAEA;
    border: 5px solid #E2E2E2;
    box-shadow: 0 5px 10px #A8A8A8;
	-moz-box-shadow: 0px 5px 10px #A8A8A8;
    padding: 15px 0 0 50px;
}

.breathe .member-form .eMember_logged_widget {
    padding:15px;
}

.breathe .member-form .eMember_logged_user_info_section {
    background: #FEFEFE;
}


/* Members Downloads Section
------------------------------------------------------------ */
.download-box-header {
	background:#274368;
	color:#FFF;
	padding:6px 12px;
	text-align:center;
	margin:15px 0 0;
}
.download-box {
	background:#EAEAEA;
	padding:15px 0 5px 5px;
	font-size:16px;
	margin-bottom: 20px;
}

.breathe .download-box {
	background:#F2F2F2;
}

.download-sub-header {
	padding:3px;
	text-align:center;
	background:#C9C9C9;
}

.downloads .eStore-product {
	border:none;
	margin:0;
	padding:0;	
}

.downloads .eStore-product-description {
	margin:0 0 0 90px;	
}

.downloads .eStore_price {
	display:none;	
}

.downloads .eStore-product-name {
	font-size:15px;	
}

.downloads .eStore-thumbnail img {
	box-shadow:none;
	-moz-box-shadow:none;
	background:#FFF;
	width:75px;
	height:75px;
	border:1px solid #E0E0E0;
	margin:0;
	padding:2px;
}

.downloads .eStore-thumbnail img:hover {
	background:#FFF;	
}

.downloads .eStore-thumbnail a:hover {
	cursor:default;	
}

.downloads .download_now_button input, 
.downloads .download_now_button a {
	background:#274368;
	border: 1px solid #274368;
	font-size:14px;
	color:#FFF;
	padding:5px 15px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-family:Arial, Helvetica, sans-serif;
}

.downloads .download_now_button a {
	display:block;
	float:left;
	padding:5px 15px;
}

.downloads .mac {
	float: right;
    margin-right: 80px;
    margin-top: -57px;
}

.downloads .mac .download_now_button input {
	text-indent:100%;
	height:29px !important;
	width:101px !important;
	background: url("custom/mac-button.png") no-repeat scroll center top transparent;
	padding:0;
}

.downloads .mac .download_now_button input:hover {
	background: url("custom/mac-button.png") no-repeat scroll 0 -30px transparent;	
}

.downloads .download_now_button input:hover,
.downloads .download_now_button a:hover {
	background: #fff;
    border: 1px solid #d2d9ef;
    color: #25446d;
	cursor:pointer;	
}

.downloads .download-item {
	width:370px;
	background:#E0E0E0;
	border:1px solid #D3D3D3;
	padding:7px;
	margin:0 5px 10px;
	float:left;
}

.breathe .downloads .download-item {
	width:304px;
}

.downloads .download-item.left {
	float:left;	
}

.downloads .download-item.right {
	float:left;	
}

.downloads .download-item.center {
	margin:0 auto 10px;	
}

.eMember_label {
	color:#274368;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;	
}


/* Show/Hide
------------------------------------------------------------ */

.entry-content .showhidelink {
	text-align: center;
	font-size: 13px;
	background: #25446D;
	border: 1px solid #1B3659;
	color: #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:5px 12px;
	display:block;
	margin:0 auto;
	width:50px;
}

.entry-content .showhidelink:hover {
	background: #B6CAD3;
	border:1px solid #9CB6C1;
	color:#25446D;
	cursor:pointer;	
}

.showhidediv {
	text-align:center;
	margin-bottom:12px;
	/*clear:both;*/
}


.page-button-menu {
	margin:20px auto 0;
	background:#E0E0E0;
	padding:15px;
	width:250px;
	border: 2px solid #C9C9C9;
}

.page-button-menu a {
	display:block;
	margin: 7px auto;
	background:#244065;
	color:#FFF;
	padding:7px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #1B3659;
}

.page-button-menu a:hover {
	background: #CCCCCC;
    border: 1px solid #BCBCBC;
    color: #25446D;
}

.transfour-row1 {
	margin-left:90px;
}

.transfour-row2 {
	margin-left:185px;
}

.transfour-box.left {
	float:left;
	margin:10px 0 10px 45px;
}


.transfour-box.right {
	float:right;
	margin:10px 45px 10px 0;
}


.transfour-box {
	width:140px;
	background: #EAEAEA;
    border: 2px solid #C9C9C9;
	float:left;
	text-align:center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.transfour-box img {
	width:100px;
	height:auto;
	margin:0;
}

.transfour-box h4 a {
	background:#244065;
	display:block;
	color:#FFF;
	padding:4px;
	margin-bottom:17px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.transfour-box h4 a:hover {
	background: #B6CAD3;
	color: #25446D;
}

.transfour-box a img:hover {
	opacity:.8;	
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
}

.cm-map-pin-center,
.cm-map-pin .cm-map-pin-bottom {
	
}

/* Misc
------------------------------------------------------------ */
.bring-mindfulness-arrow {
	text-align:center;	
	margin-bottom:15px;
}

.bring-mindfulness-arrow img {
	text-align:center;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border:none;
	margin:0;	
}

.bring-mindfulness-icons {
	margin-left:11px;
}

.bring-mindfulness-icons .column {
	float:left;
	width:175px;
	margin:0 10px;	
}

.bring-mindfulness-icons .column-image {
	text-align:center;	
	margin-bottom:10px;
}

.bring-mindfulness-icons .column-text {
	background:#FFF;
	border:1px solid #CCC;
	padding:10px 12px;	
}

.bring-mindfulness-icons .column-icon {
	margin-bottom:10px;	
}

.bring-mindfulness-icons .column-icon a {
	display:block;
	width:150px;
	height:150px;
	margin:0 auto;
}

.bring-mindfulness-icons .column-icon.one a {
	background: url("images/bring-mindfulness-icon1.png") 0 0 no-repeat;	
}

.bring-mindfulness-icons .column-icon.two a {
	background: url("images/bring-mindfulness-icon2.png") 0 0 no-repeat;	
}

.bring-mindfulness-icons .column-icon.three a {
	background: url("images/bring-mindfulness-icon3.png") 0 0 no-repeat;	
}

.bring-mindfulness-icons .column-icon.four a {
	background: url("images/bring-mindfulness-icon4.png") 0 0 no-repeat;	
}

.bring-mindfulness-icons .column-icon a:hover {
	background-position:0 -152px;
}

.bring-mindfulness-icons.arrange-taster .column-icon.one a,
.bring-mindfulness-icons.staff-learn-mindfulness .column-icon.two a,
.bring-mindfulness-icons.train-to-teach-pupils .column-icon.three a,
.bring-mindfulness-icons.train-to-introduce .column-icon.four a {
	background-position:0 -152px;	
}