/*
Theme Name: BSECS
Theme URI: http://publicagency.co.uk
Author: Public
Author URI: http://publicagency.co.uk
Description: The theme for the BSECS website.
Version: 1.0
License: Private
License URI: http://publicagency.co.uk
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

* {
	-moz-hyphens:none;
	-ms-hyphens:none;
	-webkit-hyphens: none;
	hyphens:none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: 100%;*/
	font-size: 16px;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a h3,
a p,
a,
a:before,
a:after{
	transition: color 0.4s, background 0.4s;
}

a:focus {
	outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */


.archive-title,
.archive-title span,
.page-title,
.page-title span,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 24px;
	/*line-height: normal;
	font-weight: bold;
	color: #464646;*/
}

.entry-content th{
	font-size:inherit;
}



/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: none;
	border-radius: 0px;
	font-family: inherit;
	padding: 6px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
#delegate_conf_totals button,
.add_keyword,
.add_paper,
.add_speaker,
.widget-area .widget a.sidebar-button,
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	color: #fff;
	background-color: #838780;
	border-radius: 3px;
	box-shadow: 2px 3px 5px rgba(64, 64, 64, 0.7);
	border: none;
	
	-webkit-appearance: none; /*Safari/Chrome*/
    -moz-appearance: none; /*Firefox*/
    -ms-appearance: none; /*IE*/
    -o-appearance: none; /*Opera*/
    appearance: none;

    -webkit-border-radius: 3px;
	text-decoration:none;
		transition: 0.4s background;
	
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}

#delegate_conf_totals button:hover,
.add_keyword:hover,
.add_paper:hover,
.add_speaker:hover,
.widget-area .widget a.sidebar-button:hover,
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	background-color: #5E5D5D;
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	/*
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
	*/
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	
	
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 14px;
	line-height: normal;
	color: #757575;
	margin: 0;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: 'Sorts Mill Goudy', serif;
	text-rendering: optimizeLegibility;
	color: #464646;
	background:#838780;
}

a {
	outline: none;
}
a:hover {
	/*color: #0f3647;*/
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

.main-navigation .menu_expand{
	display:none;
}

/* Page structure */
.site {
	/*
	padding: 0 24px;
	padding: 0 1.714285714rem;
	*/
	/*background-color: #fff;*/
}

.site-content {
	margin: 50px 0 50px;
}

.home .site-content {
	margin: 24px 0 0;
}

.widget-area {
	margin: 50px 0 50px;
	
}

/* Header */
.site-header {
	padding: 4px 0;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 13px 0 13px 0;
	line-height: 0;
}

.site-header h1 a img{
	/*height: 66px;*/
}

.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 0;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 0px;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #000;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

.menu-toggle {
	margin-top: 24px;
	float: right;
	margin-right: 20px;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 12px;
	word-wrap: break-word;
}
.widget-area .widget h3 {
}

.widget-area .widget p em,
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: normal;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}

.widget-area .widget ul {
  list-style: disc inside;
}

.widget-area .widget.widget_specialties ul,
.post-type-archive-news-and-events .widget-area .widget ul {
  list-style: none;
}


.widget-area .widget li {
  color: #d0d1d1;
  font-size: 13px;
  line-height: normal;
}

.widget-area .widget a {
  color: #d0d1d1;
  font-size: 13px;
  line-height: normal;
}

.widget-area .widget.widget_specialties a {
	color: #fff;
	font-size: 18px;
	padding: 0px 37px 0px 0px;
	display: block;
	text-decoration: none;
	line-height: normal;
	position: relative;
}

.widget-area .widget a.current-cat{
	color: rgb(183, 192, 177);
}


/*
.widget-area .widget a:after {
	content:url(images/bsecs-go-white.png);
	font-size: 25px;
	line-height: 0;
	margin: 15px 0 0 0;
	color: #9f5f97;
	position: absolute;
	top: -4px;
	right: 8px;
}
*/

.widget-area .widget a:hover {
	color: #d0d1d1;
}

.widget-area .widget a:hover:after {
	color: #d0d1d1;
}

.widget-area #s {
	width: 100%;
  	box-sizing: border-box;
	padding: 6px 34px 6px 6px;
}

/* Footer */
footer[role="contentinfo"] {
	padding: 24px 0;
	background: #353535;
	position: relative;
	width:100%;
	box-sizing:border-box;
}
footer[role="contentinfo"] a {
	color: #d0d1d1;
}

footer[role="contentinfo"] a:hover h3,
footer[role="contentinfo"] a:hover p,
footer[role="contentinfo"] a:hover {
	color: #fff;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: none;
	float: left;
}

.tax-news-and-events-categories .entry-meta p,
.post-type-archive-news-and-events article .entry-meta p,
.post-type-archive-criticks-reviews article .entry-meta p,
.tax-review-category article .entry-meta p{
	line-height: 14px;
	font-size:15px;
	line-height:14px;
	font-style: italic;
	color: #353535;
}

.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 0;
	float: left;
	clear: both;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #464646;
	text-decoration:none;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #000;
	text-decoration:underline;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content{
	clear: both;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 0;
	line-height: normal;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}

.blog #content h2,
.content-section h2,
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 28px;
	line-height: normal;
	font-weight: normal;
}
.entry-content h3,
.comment-content h3 {
	font-size: 22px;
	line-height: normal;
	font-weight: normal;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}

.conf-archive p,
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 10px;
	line-height: normal;
}

.conf-archive a,
.open-content a,
.closed-content a,
.additional-content a,
.clients a,
.entry-content a{
	color: #838780;
	text-decoration: underline;
	font-weight: normal;
}

/*
.entry-content a:visited,
.comment-content a:visited {
	color: #9f5f97;
}*/

.content-section-content ul,
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 18px;
	line-height: normal;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}

.content-section-content ul,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}

.content-section-content li,
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 20px;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 6px 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 6px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #B0B0B0;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #B0B0B0;
	padding: 6px 10px 6px 0;
	line-height: normal;
}
.site-content article {
	/*border-bottom: 4px double #ededed;*/
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 0;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 0;
	padding-bottom: 0;
}

.archive-header,
.page-header {
	font-size: 28px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.search-results .page-header,
.archive-header{
	margin-bottom: 20px;
	padding-bottom: 0;
}

.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}


.page-template-default .site-content.with-sidebar, 
.page-template-page-contact .site-content, 
.page-template-officers-page .site-content, 
.single-news-and-events .site-content, 
.search-results .site-content, 
.archive .site-content, 
.single-post  .site-content, 
.single-criticks-reviews .site-content, 
.blog .site-content {
	width: 70%;
	float: left;
	background: #d8e4d0;
	padding: 20px;
	box-sizing: border-box;
}

.archive.post-type-archive-prizes-and-awards .site-content,
.archive.post-type-archive-resource .site-content{
	width: 100%;
}

.page-template-officers-page .site-content{
	width: 100%;	
}

.widget-area {
	float: right;
	width: 28%;
}

.entry-header .entry-title {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 10px;
	/*text-transform: uppercase;*/
}

.em-booking-form-details input.input, .em-booking-form-details textarea {
	width: 250px;
	max-width: 100%;
	box-sizing: border-box;
}
	
	
	
	.site-content {
		float: left;
		width: 100%;
		background: #d8e4d0;
		  padding: 20px;
		  box-sizing: border-box;
	}
		
	
/* Minimum width of 600 pixels. */

@media screen and (min-width: 965px) {
	
	
	
	
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		/*
		margin: 0 auto;
		max-width: 960px;
		max-width: 68.571428571rem;
		overflow: hidden;
		*/
		position: relative;
	}
	
	
	
	
	.home .site-content {
		background: #838780;
		padding: 0;
	}
	
	
	
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.home .site-content {
		width: 100%;
	}
	
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 12px;
		white-space: nowrap;
		font-size: 12px;
		text-transform:uppercase;
		font-weight:bold;
		text-align: center;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #000;
	}
	.main-navigation li {
		margin: 3px 16px 0 0;
		position: relative;
	}
	
	.main-navigation li:last-child {
		margin: 	0px 0px 0 0;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 8px 0px 0 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
		
		-webkit-box-shadow: 0px 11px 11px -5px rgba(50, 50, 50, 0.6);
		-moz-box-shadow: 0px 11px 11px -5px rgba(50, 50, 50, 0.6);
		box-shadow: 0px 11px 11px -5px rgba(50, 50, 50, 0.6);
		
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		background: #efefef;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 12px;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #d8e4d0;
		color: #000;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #000;
		/*font-weight: bold;*/
	}
	.menu-toggle {
		display: none;
	}
	
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		/*overflow: hidden;*/
	}
	.template-front-page.has-post-thumbnail article {
		/*float: left;
		width: 47.916666667%;*/
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 965px) {
	body {
		/*background-color: #d2d2d2;*/
	}
	body .site {
		padding: 0 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		/*box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);*/
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}

	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}


/* =Customisation Extras
----------------------------------------------- */

.site-header{
	position: fixed;
	z-index: 10000;
	background:#d8e4d0;
	width:100%;
	top:0;
	left:0;
	-webkit-box-shadow: 0px -3px 8px 9px rgba(50, 50, 50, 0.6);
	-moz-box-shadow: 0px -3px 8px 9px rgba(50, 50, 50, 0.6);
	box-shadow: 0px -3px 8px 9px rgba(50, 50, 50, 0.6);
	opacity: 0.92;
}

.site-header hgroup{
	float: left;
}

.main-navigation{
	float: left;
	margin: 0px 0 0 28px;
}

.site .inner_page {
	margin: 0 auto;
	max-width: 960px;
	position: relative;
	padding: 0 14px;
}

.home-slideshow{
	/*height:400px;*/
	position: relative;
	/*margin-top: 110px;*/
	
	-webkit-box-shadow: 0px 9px 14px 0px rgba(50, 50, 50, 0.75);
  	-moz-box-shadow: 0px 9px 14px 0px rgba(50, 50, 50, 0.75);
  	box-shadow: 0px 9px 14px 0px rgba(50, 50, 50, 0.75);
  
}

/*
.home-slideshow:after{
	content: '';
	width: 100%;
	height: 60px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	
background: -moz-linear-gradient(top,  rgba(210,210,210,0) 0%, rgba(210,210,210,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(210,210,210,0)), color-stop(100%,rgba(210,210,210,1))); 
background: -webkit-linear-gradient(top,  rgba(210,210,210,0) 0%,rgba(210,210,210,1) 100%); 
background: -o-linear-gradient(top,  rgba(210,210,210,0) 0%,rgba(210,210,210,1) 100%); 
background: -ms-linear-gradient(top,  rgba(210,210,210,0) 0%,rgba(210,210,210,1) 100%); 
background: linear-gradient(to bottom,  rgba(210,210,210,0) 0%,rgba(210,210,210,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d2d2d2', endColorstr='#d2d2d2',GradientType=0 ); 

}
*/

.home .entry-content h2{
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	line-height: 24px;
	margin: 10px 0 6px 0;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0 11%;
}

.home .entry-content strong,
.home .entry-content span,
.home .entry-content p{
line-height: normal;
  margin: 0 0 6px;
  text-align: center;
  font-size: 15px;
  color: #000000;
  padding: 0 11%;
  letter-spacing: 1px;
}

.home .entry-content h2:after,
.home .entry-content p:after{
	content:url(images/bsecs-separate.png);
	text-align:center;
	display:block;
	padding-top: 7px;
}

.home .entry-content p:last-child:after{
	content:'';
	display:none;
}


.reviews{
	clear: both;
	height: auto;
	background: #939491;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-shadow: inset 0px 7px 11px 0px rgba(50, 50, 50, 0.58);
	-moz-box-shadow: inset 0px 7px 11px 0px rgba(50, 50, 50, 0.58);
	box-shadow: inset 0px 7px 11px 0px rgba(50, 50, 50, 0.58);
}

.review_inner{
	padding: 0px 100px 44px 100px;
	margin: 54px 0 0px 0;
	display: block;
}

.home .review_inner{
	margin: 97px 0 0px 0;
}



.reviews .review_inner:before {
	content: '\f10d';
	font-family: fontAwesome;
	font-size: 65px;
	line-height: 0;
	margin: 24px 0 0 -100px;
	padding: 0px 0px 0 0;
	float: left;
	color: #be87b7;
}

.reviews .review_inner:after {
	content: "\f10e";
	font-family: fontAwesome;
	font-size: 65px;
	line-height: 0;
	margin: 0px -100px 0 0px;
	padding: 0;
	float: right;
	color: #be87b7;
}

.reviews blockquote p{
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	color: #fff;
}

.reviews blockquote footer{
	text-align: right;
	font-size: 18px;
	padding-top: 10px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}

.reviews blockquote footer cite{
	font-style:normal;
}

.cottages{
	padding: 0 0 26px 0;
}

.home .site-content article {
	border-bottom:none;
	margin-bottom: 0;
	padding-bottom: 8px;
}

ul.footer-menu{
	
}

ul.footer-menu li{
	display:inline-block;
	padding: 0 16px 0 0;
	margin:0;
	font-size:12px;
	color:#353535;
}

ul.footer-menu li a{
	text-decoration:none;
	color:#353535;
}

ul.footer-menu li a:hover{
	text-decoration:underline;
	color:#353535;
}

ul.footer-menu li:last-child{
	float: right;
	padding: 0;
}

.main-navigation li ul li{
	margin:0;
}

.main-navigation li ul li a{
	background: #d8e4d0;
	font-size: 12px;
	padding: 10px 10px;
	text-align: left;
}

/*
.main-navigation li ul li:first-child a{
	background:none;
}
*/

.main-navigation li ul li:first-child a:hover{
	/*background:#e3e3e3;*/
}

.home .ls-v5 .ls-nav-prev, 
.home .ls-v5 .ls-nav-next {
	/*margin-top: 19px;*/
}

.home-slideshow a:focus,
.home-slideshow a:active,
.home-slideshow a{
	color:#464646;
}

.home-panels{
	margin: 0 0 35px -40px;
}

.home-panel{
	width:33.3333%;
	box-sizing:border-box;
	display:inline-block;
	padding:0 0 0 40px;
	vertical-align: top;
}

.home-panel-inner{
	box-sizing:border-box;
	background:#fff;
	background: rgba(255, 255, 255, 0.6);
	padding:13px 12px 20px 12px;
}

.home-panel h3{
	font-size: 19px;
	font-weight: bold;
	color: #6a6a6a;
	text-align: center;
	letter-spacing: 1px;
	padding: 0 0 4px 0;
}

.home-panel p{
	text-align: left;
	line-height: 18px;
}

.home-panel a{
	text-align:center;
	font-size:16px;
	color:#e8aee1;
	line-height: 18px;
	font-weight:bold;
	text-decoration:none;
	display: block;
	padding-top: 14px;
	letter-spacing: 1px;
}

.home-panel a:before{
	content: "\f138";
	font-family: fontAwesome;
	font-size: 35px;
	line-height: 0;
	margin: 0;
	padding: 13px 0 20px 0;
	text-align: center;
	color: #e479d8;
	display: block;
}

.home-panel a:hover:before{
	color: #464646;
}

.home-panel a:hover{
	color:#e479d8;
}

.free-offer{
	text-align: center;
	margin-bottom: -82px;
	position: relative;
	z-index: 2;
}

.free-offer img{
	max-height:165px;
}


.footer-engage, 
.footer-tweets, 
.footer-info,
.footer-posts {
	float: left;
	box-sizing: border-box;
	width: 25%;
	padding: 0 20px 0 0px;
}

.footer-engage{
	width:  19%;
	float: right;
}

.footer-engage a{
	font-size: 12px;
	text-decoration:none;
}

.footer-posts {
	width: 45%;
	 padding: 0 20px 0 0px;
}


.footer-tweets {
	width: 36%;
}


.footer-info {
	width: 20%;
}

.footer-section h2{
	font-size: 20px;
	font-weight: normal;
	clear: both;
	color: #959d90;
	letter-spacing: 2px;
	padding-bottom: 10px;
}

.footer-section.footer-engage h2{
	line-height: normal;
	padding: 0px 0 0px 0;
}

.footer-info a{
	text-decoration:none;
}

.footer-info a:hover{
	color:#404040;
}

.footer-posts img{
	float: left;
	margin:0 14px 12px 0;
}

.footer-posts h3{
	clear: none;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 2px;
	color: #fff;
	font-weight: normal;
	line-height: 15px;
}

.footer-info p,
.footer-info p a,
.footer-engage p,
.latest_tweets p,
.latest_tweets p a,
.footer-posts p{
	font-size: 12px;
	color: #fff;
	line-height: 13px;
	overflow: hidden;
	position: relative;
}

.footer-posts a{
	text-decoration:none;
}

.latest_posts li{
	padding-bottom: 16px;
}

.latest_posts li a{
	display: block;
}
	
.latest_tweets li i{	
	font-size: 58px;
	float: left;
	margin: 0 0px 0px 0;
	color: #d0d1d1;
}

.latest_tweets li span.bsecspg,
.latest_tweets li i.bsecspg{	
	color: #959d90;
}

.latest_tweets li span.BSECS_Criticks,
.latest_tweets li i.BSECS_Criticks{	
	color: #757b71;
}

.latest_tweets li span.JECSjournal,
.latest_tweets li i.JECSjournal{	
	color: #d8e4d0;
}

.latest_tweets li a.twit_link{
	text-decoration:none;
}

.latest_tweets li span{
  color: #fff;
  clear: both;
  font-size: 11px;
  text-align: left;
  display: block;
}

.latest_tweets li {
	padding-bottom: 2px;
}

.twitter-icon{
	float: left;
  	margin: 0 10px 10px 0;
	width: 88px;
}

.bottom-footer-menu{
	margin: 14px 0 8px 0;
}

.bottom-footer-menu li{
	display:inline;
	margin-right:10px;
	font-size:14px;
	letter-spacing:normal;
	color: #d0d1d1;
}

.bottom-footer-menu li a{
	text-decoration:none;
	font-size: 14px;
}
	

.footer-engage span.wpcf7-form-control-wrap{
	box-sizing: border-box;
	width: 100%;
	display: inline-block;
}

.footer-engage span.wpcf7-form-control-wrap input{
	box-sizing: border-box;
	width: 100%;
	background: #d0d1d1;
	border: none;
	border-radius: 0;
	font-size: 17px;
	padding: 8px 38px 6px 10px;
}

.footer-engage input[type="submit"].wpcf7-submit{
	background: url(images/newsletter-button.png) no-repeat;
	width: 26px;
	height: 21px;
	text-indent: -9999px;
	box-shadow: none;
	border-radius: 0;
	line-height: normal;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 6px;
	right: 5px;
	border: none;
	outline: none;
}

.footer-engage form{
	max-width: 100%;
	width: 250px;
}

span.wpcf7-not-valid-tip {
  color: #cc0000;
  /* background: #8C8C8C; */
  padding: 4px 0px 0px 0px;
  font-size: 14px;
}

.find-out-more span.wpcf7-not-valid-tip{
	color: #fff;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
	border: none;
	background: #cc0000;
	color: #fff;
	margin: 0;
	padding: 5px 8px;
	line-height: normal;
}

div.wpcf7-mail-sent-ok {
	background: #398f14;
}


.footer-engage p{	
	margin-top: 8px;
}

.footer-info .login_link a{
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	padding: 6px 10px;
	margin:3px 0 16px 0;
	display: inline-block;
	/*width: 100%;*/
	box-sizing: border-box;
	text-align: center;
	display:inline-block;
	float: left;
	clear: both;
}


.footer-info .login_link a:after{
	content: '\f054';
	font-family: "fontAwesome";
	font-size: 12px;
	padding: 0px 0 0 5px;
}

.footer-info .login_link a:hover{
	color:#fff;
}

.footer-social{
	padding: 10px 0;
	display: inline-block;
}

.footer-social li{
	float:left;
	box-sizing:border-box;
	display: inline-block;
	text-align: left;
}

.footer-social li a{
	font-size: 48px;
	line-height: 0;
	margin-right: 8px;
}

.footer-social li.footer-social-pinterest{
	padding-right: 10px;
}
.footer-social li.footer-social-facebook{
}
.footer-social li.footer-social-instagram{
	clear:both;
	padding-right: 10px;
}
.footer-social li.footer-social-twitter{
}

::-webkit-input-placeholder {
   color: #404040;
   text-transform:uppercase;
}

:-moz-placeholder { /* Firefox 18- */
   color: #404040;  
   text-transform:uppercase;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #404040;  
   text-transform:uppercase;
}

:-ms-input-placeholder {  
   color: #404040;  
   text-transform:uppercase;
}

.delegate-reg-message img.ajax-loader,
div.wpcf7 img.ajax-loader{
	-webkit-animation: fa-spin 2s infinite linear;
	-moz-animation: fa-spin 2s infinite linear;
	-ms-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
	margin: 1px 0 0 6px;
}

.footer-info i{
	margin: 0 10px 0 0;
	font-size: 20px;
	float: left;
}

.footer-info p{
	margin-bottom: 12px;
}

.footer-info p span{
	overflow: hidden;
	display: inline-block;
}

#main{
	margin-top:110px;
}

.home #main{
	margin-top:0px;
}

.content-right,
.content-left{
	width:50%;
	box-sizing: border-box;
	float: left;	
}

.content-left{
	padding-right: 20px;
}

.content-right{
	padding-left: 20px;
}

.contact-form,
.map-block,
.contact-details,
.directions{
	width: 100%;
	box-sizing: border-box;
	float: left;
	padding: 0 0 30px 0;
}

.contact-details i{
	float: left;
	margin: 0 10px 0 0;
	font-size: 20px;
	clear:both;
}

.contact-details a{
	line-height: 20px;
	padding: 0;
	display: inline-block;
	margin: 0;
	text-decoration: none;
	color: #464646;
}

.contact-details p span{
	overflow:hidden;
	display: block;
}

.contact-details p{
	clear:both;
}

.map-block .google-map{
	width: 100%;
	height: 300px;
}

.map-block .google-map .map-canvas{
	width: 100%;
	height: 100%;	
}

.directions-button{
	clear: both;
	display: block;
	line-height: normal;
	margin: 8px 0 0 0;
}

.page-template-contact-page h2{
	font-size:30px;
	text-transform:uppercase;
	letter-spacing:1px;
	padding: 0 0 10px 0;
}

.page-template-contact-page h3{
	font-size:20px;
	text-transform:uppercase;
	letter-spacing:1px;
	padding: 0 0 10px 0;
	line-height:normal;
	margin:0;
}

.page-template-contact-page .entry-content p{
	margin:0;
	padding: 0 0 10px 0;
	line-height:normal;
}

.page-template-contact-page .entry-content li{
	margin:0;
	padding: 0;
	line-height:normal;
}

.page-template-contact-page .entry-content ul{
	list-style: disc inside;
}




.find-out-more textarea,
.find-out-more input[type="email"],
.find-out-more input[type="text"],
.contact-form textarea,
.contact-form input[type="email"],
.contact-form input[type="text"]{
	font-size: 18px;
	width: 100%;
	border-radius: 0;
	padding: 12px;
	margin: 0 0 10px 0;
	box-sizing: border-box;
	border:none;
}

.read_more_link,
.pink-button{
	color: #464646;
	font-size: 18px;
	padding: 0px 37px 0px 0px;
	display: inline-block;
	text-decoration: none;
	line-height: normal;
	position: relative;
}

.read_more_link:after,
.pink-button:after{
	content: "\f138";
	font-family: fontAwesome;
	font-size: 25px;
	line-height: 0;
	margin: 15px 0 0 0;
	color: #e479d8;
	position: absolute;
	top: -4px;
	right: 8px;
	
}

.read_more_link:hover:after,
.pink-button:hover:after{
	color: #464646;
}

.read_more_link:hover{
	color: #464646;
}

.contact-details p{
	padding-bottom: 12px;
	font-size: 16px;
}
.find-out-more span.wpcf7-not-valid-tip,
.contact-form span.wpcf7-not-valid-tip {
	background:none;
	padding: 0px;
	margin: -6px 0 10px 0;
}

.find-out-more div.wpcf7-mail-sent-ok,
.find-out-more div.wpcf7-validation-errors,
.contact-form div.wpcf7-mail-sent-ok,
.contact-form div.wpcf7-validation-errors {
	margin: 10px 0 0 0;
}

.find-out-more div.wpcf7 img.ajax-loader, 
.contact-form div.wpcf7 img.ajax-loader {
	margin: 2px 0 0 10px;
}

.featured-image {
	height: 232px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	webkit-box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.58);
	-moz-box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.58);
	box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.58);
	
}

.widget,
.find-out-more{
	width:100%;
	background: #353535;
	padding:20px;
	box-sizing: border-box;
}

.widget-area .widget h3,
.find-out-more h2{
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 0 10px 0;
	color:#fff;
	font-weight:normal;
}

.widget-area .widget h4{
	font-size: 20px;
	text-transform: none;
	padding: 0 0 10px 0;
	color:#fff;
	font-weight:normal;
}


.widget p,
.find-out-more p{
	font-size: 16px;
	color:#d0d1d1;
}

.find-out-more p.more-phone{
	font-size: 35px;
	padding: 0px 0 10px 0;
	color: #9f5f97;
}

.find-out-more p.more-phone:before{
	content: '\f095';
	font-family: fontAwesome;
	font-size: 27px;
	line-height: 0;
	padding: 0px 6px 0 0;
	color: #9f5f97;
}

.book-a-course p a:hover,
.find-out-more input[type="submit"]:hover{
	background: #9f5f97;
}

/*
.widget h3:before,
.find-out-more h2:before{
	content: '\f0e5';
	font-family: fontAwesome;
	font-size: 27px;
	line-height: 0;
	padding: 0px 6px 0 0;
	color: #fff;
}

.mp3-signup h2:before{
	content: '\f019';
}
*/

.ui-accordion h2{
	padding: 8px 0 8px 30px;
	outline: none;
	position: relative;
	cursor:pointer;
	font-size: 22px;
}

.ui-accordion h2:before {
	content: '\f138';
	font-family: fontAwesome;
	font-size: 27px;
	line-height: 0;
	padding: 0px 6px 0 0;
	color: #9f5f97;
	position: absolute;
	top: 19px;
	left: 0;
}

.ui-accordion h2.ui-state-active:before {
	-ms-transform: rotate(90deg);
	-ms-transform-origin: 11px -1px;
	-webkit-transform: rotate(90deg);
	-webkit-transform-origin: 11px -1px;
	transform: rotate(90deg);
	transform-origin: 11px -1px;
	/*transition: all 0.4s;*/
}

.ui-accordion .content-section-content{
	padding: 0 0 3px 30px;
}

.content-section{
	background: #C2C2C2;
	padding: 20px;
	margin-bottom: 30px;
}

.content-section > h2{
	color: #d0d1d1;
	background: #3e403b;
	padding: 20px;
	margin: -20px -20px 10px -20px;
	font-weight: normal;
	font-size: 21px;
}

.search-results .site-content article, 
.archive .site-content article, 
.blog .site-content article, 
.page-template-page-templatescontact-page-php .site-content article{
	border-bottom:none;
	margin-bottom: 0;
	padding-bottom: 18px;
}

.ui-accordion .content-section-content p{
	padding: 0 0 12px 0;
}


.about-sidebar{
	margin-bottom:20px;
	background: #c2c3c2;
	padding: 14px;
}

.content-section-content h3{
	margin-bottom: 4px;
	font-size: 17px;
	line-height: normal;
}





.widget.widget_search input[type="submit"]:hover{
	background: #9f5f97;
}

.search-results .wp-post-image,
.archive .wp-post-image,
.blog .wp-post-image{
	float: left;
	margin: 0 10px 10px 0;
}

.search-results article:nth-child(odd),
.archive article:nth-child(odd),
.blog .blog-posts article:nth-child(odd) {
	background: #A7AEA2;
}

.search-results article:nth-child(even),
.archive article:nth-child(even),
.blog .blog-posts article:nth-child(even) {
	background: rgba(183, 192, 177, 1);
}

.search-results article,
.archive article,
.blog .blog-posts article{
	padding:20px 20px 1px 20px;;
}


.search-results .blog-posts article h1 a,
.archive .blog-posts article h1 a,
.blog .blog-posts article h1 a{ 
	font-size: 20px;
	line-height: normal;
	color:#464646;
	font-weight:bold;
}

.search-results .blog-posts article header a.post_date,
.archive .blog-posts article header a.post_date,
.single-post article header a.post_date,
.blog .blog-posts article header a.post_date{ 
	color:#464646;
	text-decoration:none;
}

.search-results .blog-posts article header a.post_date time,
.archive .blog-posts article header a.post_date time,
.single-post article header a.post_date time,
.blog .blog-posts article header a.post_date time{ 
	font-size:15px;
}

.search-results .blog-posts .entry-header,
.archive .blog-posts .entry-header,
.blog .blog-posts .entry-header {
	margin-bottom: 10px;
}

.search-results .entry-content,
.archive .entry-content,
.blog .entry-content{
	line-height: normal;
}

.read_more_link{
	margin-top:8px;
}

.read_more_link:after{
	color:#9f5f97;
}

.search-results .pagination,
.archive .pagination,
.blog .pagination{
	margin-top: 20px;
}

.search-results .pagination a,
.search-results .pagination span,
.archive .pagination a,
.archive .pagination span,
.blog .pagination a,
.blog .pagination span{
	border: 1px solid #686C65;
	width: 26px;
	height: 26px;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	box-sizing: border-box;
	padding: 5px 0 0 0;
	background: #686C65;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	text-align: center;
}

.search-results .pagination span,
.archive .pagination span,
.blog .pagination span{
	border: 1px solid #686C65;
	background: none;
	color: #fff;
}

.search-results .pagination a:hover,
.archive .pagination a:hover,
.blog .pagination a:hover{
	background: #353535;
	border: 1px solid #353535;
}

.static-slider{
	display:none;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.home .featured-image{
	webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#pic_links ul{
	text-align: center;
	margin: 0 -1% 0 -1%;
}

#pic_links ul li{
	box-sizing: border-box;
	width: 50%;
	display: inline-block;
	text-align: center;
	padding: 0 1% 2% 1%;
	vertical-align: top;
	position: relative;
	float: left;
}

#pic_links ul li a{
	display:block;
	position: relative;
}

#pic_links ul li img,
#pic_links ul li h3{
	transition: all 0.4s;
}

#pic_links ul li:hover img{
	/*opacity:1;*/
	
}

#pic_links ul li:hover h3{
	color:#000;
	background: rgba(216, 228, 208, 0.76);
}

#pic_links ul li img{
	/*opacity:0.8;*/
	max-width: 100%;
	display: block;
}

.pic_links_container{
	background:#d8e4d0;
	padding: 34px 0 64px 0;
}

#pic_links h2{
	font-size:27px;
	color:#000;
	text-align:center;
	font-weight:normal;
	padding-bottom: 16px;
	letter-spacing: 3px;
}

#pic_links h2:after{
  content: url(images/bsecs-separate2.png);
  text-align: center;
  display: block;
  padding-top: 7px;
}

#pic_links ul li a h3{
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	display: block;
	width: 100%;
	left: 0;
	padding: 22px 10px 18px 10px;
	box-sizing: border-box;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 15px;
}

/* =BSECS Stuff
----------------------------------------------- */

.finger{
	font-weight:normal;
	position:relative;
}

/*
.finger:after{
	content: url(images/bsecs-go.png);
	position: absolute;
	top: 5px;
	right: 8px;
}*/

.home .ls-v5 .ls-bottom-slidebuttons a {
	width: 14px;
	background-position: 0px 0px;
	background-image: url(images/bsecs-slideshow-pager.png);
	height: 14px;
	margin: 0 4px;
}

.home .ls-v5 .ls-bottom-slidebuttons a.ls-nav-active, 
.home .ls-v5 .ls-bottom-slidebuttons a:hover{
	background-position: 0px 14px;
}

li.italic > a{
	font-style:italic;
}

.menu-descrip{
  float: left;
  margin: 26px 0 0 28px;
}

.menu-descrip ul{
  position: relative;
  display: block;
  width: 600px;
  height: 20px;
  overflow: hidden;
}

.menu-descrip ul li{
	display:none;
  	font-size: 14px;
	color:#777;
}

/*
.menu-descrip ul li:first-child{
	display:inline-block;
}
*/


.featured-image .archive-title-outer {
  display: table;
  vertical-align: middle;
  height: 232px;
}

.featured-image .archive-title {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}

.featured-image .archive-title h1 {
	padding: 16px 10px 12px;
	font-size: 36px;
	color: rgb(216, 228, 208);
	/*white-space: nowrap;*/
	background: rgba(0, 0, 0, 0.4); 
	font-weight:normal;
}

.featured-image .archive-title {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}

.tax-news-and-events-categories article h3,
.post-type-archive-news-and-events article h3,
.post-type-archive-criticks-reviews article h3,
.tax-review-category article h3 {
  clear: none;
  font-size: 19px;
  font-weight: normal;
  line-height: 19px;
  margin-bottom: 3px;
}

.tax-news-and-events-categories article p, 
.post-type-archive-news-and-events article p, 
.post-type-archive-criticks-reviews article p, 
.tax-review-category article p {
	line-height:16px;
	color:#000;
}


.search-results .wp-post-image, 
.archive .wp-post-image, 
.blog .wp-post-image {
  float: left;
  margin: 0 10px 10px 0;
  transition: all 0.4s;
}

.tax-news-and-events-categories article a, 
.post-type-archive-news-and-events article a, 
.post-type-archive-criticks-reviews article a, 
.tax-review-category article a {
  text-decoration: none;
  color: #000;
}

.page-template-conference-prop .read_more,
.page-template-default article .read_more,
.page-template-page-contact article .read_more,
.tax-news-and-events-categories article .read_more,
.post-type-archive-news-and-events article .read_more,
.post-type-archive-criticks-reviews article .read_more,
.tax-review-category article .read_more{
  padding: 7px 59px 4px 10px;
  background: #838780;
  color: #000;
  float: right;
  position: relative;
  margin: 10px 0 0 0;
  transition: background 0.4s;
  text-decoration:none;
    line-height: normal;
	/*white-space: nowrap;*/
	display: inline-block;
}

.page-template-conference-prop .read_more,
.page-template-default article .read_more,
.page-template-page-contact article .read_more{
	float:none;
}

.page-template-conference-prop .read_more:hover,
.page-template-default article .read_more:hover,
.page-template-page-contact article .read_more:hover,
.tax-news-and-events-categories .read_more:hover,
.post-type-archive-news-and-events .read_more:hover,
.post-type-archive-criticks-reviews .read_more:hover,
.tax-review-category article .read_more:hover{
	background: #686C65;
}

.page-template-conference-prop .read_more:after,
.page-template-default article .read_more:after,
.page-template-page-contact article .read_more:after,
.tax-news-and-events-categories article .read_more:after,
.post-type-archive-news-and-events article .read_more:after,
.post-type-archive-criticks-reviews article .read_more:after,
.tax-review-category article .read_more:after {
	content: url(images/bsecs-go.png);
	position: absolute;
	right: 7px;
	top: 5px;
}

.single-news-and-events .entry-meta,
.single-criticks-reviews .entry-meta{
	padding:0 0 16px 0;
}

.cat_back {
	float: right;
	margin: 0 0 10px 10px;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	display: block;
	font-size: 15px;
	color: #000;
	background: #838780;
	text-decoration: none;
	padding: 9px 12px 7px 12px;
	display: inline-block;
	margin-top: 0px;
	line-height: normal;
}

.cat_back:hover {
	background: #686C65;
}


/* =Responsive Stuff
----------------------------------------------- */

.cat_description{
	background: #d8e4d0;
	/*padding: 20px;*/
	margin-bottom: 30px;
}

.cat_description p{
	margin-bottom: 10px;
	line-height: 20px;
}

.cat_description h2{
	font-size: 27px;
	font-weight: normal;
	margin-bottom: 10px;
	/*text-transform:uppercase;*/
}

.cat_description h3{
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform:uppercase;	
}

.cat_description a{
	color:#838780;
	text-decoration:none;
}

.cat_description a:hover{
	color:#000;
}

#searchform{
	position: relative;
}

#searchsubmit{
	position: absolute;
	top: 0;
	right: 0;
	background: #838780;
}

#searchsubmit:hover{
	background: #686C65;
}

.delegate-reg select,
.delegate-reg input[type="file"],
.delegate-reg input[type="text"],
.delegate-reg input[type="date"],
.delegate-reg textarea,
.delegate-reg input[type="email"],
.wpcf7 select,
.wpcf7 input[type="file"],
.wpcf7 input[type="text"],
.wpcf7 input[type="date"],
.wpcf7 textarea,
.wpcf7 input[type="email"]{
	width: 100%;
  	box-sizing: border-box;
	font-size: 13px;
}

.delegate-reg input[type="checkbox"],
.wpcf7 input[type="checkbox"]{
	margin: 4px 4px 0 0;
}

.delegate-reg textarea,
.wpcf7 textarea{
	height: 100px;
}

.widget-area .widget .wpcf7 p{
  	margin-bottom: 4px;
	line-height: normal;
}
.widget-area .widget .wpcf7 p.spacer{
 	margin-bottom: 14px;	
}

.widget-area .widget .wpcf7 p span{
	color:#cc0000;
}

.widget-area .widget .wpcf7 p span.event-image,
.widget-area .widget .wpcf7 p span.wpcf7-list-item-label,
.widget-area .widget .wpcf7 p span.event-attachment{
	color: #d0d1d1;
	font-size: 13px;
}


.featured-with-caption{
	clear: both;
}

.featured-with-caption .wp-caption-text{
	font-style: italic;
	font-size: 14px;
	line-height: normal;
	color: #757575;
	padding: 8px 0 0 0;
	clear: both;
}

/* =Society Officers
----------------------------------------------- */
ul.officers li{
	width:25%;
	float:left;
	display:inline-block;
	box-sizing:border-box;
	padding:10px;
	max-width: 250px;
	text-align:center;
}

ul.officers div.officer_outer{
	background: rgba(183, 192, 177, 1);
	padding: 0 0 10px 0;
	position:relative;
	border:1px solid rgba(80, 82, 78, 0.26);
}

ul.officers div.officer_outer img{
	width:100%;
}

ul.officers li h3{
	font-size: 20px;
	padding: 10px 10px 0 10px;
	font-weight: normal;
}

ul.officers li p{
	font-size:14px;
	padding: 0 10px;
}

ul.officers li .biog p{
	margin-top:10px;
}

ul.officers li a{
	font-size: 14px;
  	color: #000;
	word-wrap: break-word;
}

ul.officers li a.email{
	position: absolute;
	padding: 6px;
	top: 0;
	right: 0;
	color: #838780;
	display: block;
	z-index: 1;
	background: rgba(255, 255, 255, 0.82);
	font-size: 22px;
	transition:all 0.4s;
}

ul.officers li a.email:hover{
	color: #5E615C;
}

/* =Resources
----------------------------------------------- */
.resource_links a{
	text-decoration:none;
	transition:al 0.4s
}

.resource_links .listing a{
  display: block;
  padding: 4px 6px 2px 6px;
}

.resource_links a:nth-child(even){
	/*background: rgba(183, 192, 177, 0.38);*/
}

.resource_links a:nth-child(odd) {
	/*background: rgba(183, 192, 177, 1);*/
}

.resource_links h3{
	font-weight:normal;
	font-size:18px;
	color:#464646;
	line-height: normal;
}

.resource_links a p{
	font-size:20px;
	color:#464646;
	font-size: 15px;
	font-style: italic;
}

.resource_links a:hover h3{
	color:#000;
}

.resource_links a:hover p{
	color:#000;
}

.resource-sub{
	padding-left:50px;
}

.conf-archive h2.heading_1,
.resource_links h2{
	text-transform:capitalize;
	margin: 10px 0 0 0;
	font-weight: normal;
	font-size: 20px;
}

.conf-archive h2.heading_1,
.resource_links h2.heading_1{
	font-size: 20px;
	background: #838780;
	color: #fff;
	padding: 10px 36px 6px 10px;
	text-transform: uppercase;
	margin-bottom: 18px;
	position:relative;
}


.conf-archive h2.heading_1,
.post-type-archive-prizes-and-awards .resource_links h2.heading_1{
	padding: 10px 36px 6px 10px;
	cursor: pointer;
	position:relative;
}

.conf-archive h3{
	font-weight: normal;
    font-size: 22px;
    margin-bottom: 4px;
}
	

.conf-archive h2.heading_1:after,
.post-type-archive-prizes-and-awards .resource_links h2.heading_1:after {
	content: '\f078';
	font-family: fontAwesome;
	font-size: 22px;
	position: absolute;
	top: 6px;
	right: 7px;
}

.resource-sub {
  padding-left: 20px;
}

.resource-sub.level_1 {
  padding-left: 0px;
}

.resource_links .listing{
	padding-left: 20px;
	padding-bottom: 20px;
}

.conf-archive .listing,
.post-type-archive-prizes-and-awards .resource_links .listing{
	display: none;
}


.resource_links .listing > li:nth-child(odd) > a{
	background: rgba(183, 192, 177, 0.22);
}

.resource_links .listing li a{
	transition:all 0.4s;
}

.resource_links .listing li a:hover{
	background: rgba(183, 192, 177, 1);
}

.resource_links .resource_descrip a,
.resource_links .resource_descrip{
  color: #464646;
  font-size: 15px;
  font-style: italic;
  padding-bottom: 10px;
}

.resource_links .resource_descrip a{
	text-decoration:underline;
}

/*
.prize_content{
  padding-left: 20px;
  padding-bottom: 20px;
}
*/
.post-type-archive-prizes-and-awards .resource_links .listing {
  padding-left: 0px;
}

.post-type-archive-prizes-and-awards .resource_links .prize_content a {
  display: inline;
  padding:0;
  color:#464646;
  text-decoration:underline;
  word-wrap: break-word;
}


.post-type-archive-prizes-and-awards .resource_links .prize_content a:hover {
  background: none;
  color:#000;
}

.prize_content p {
  padding-bottom:10px;
  box-sizing: border-box;
}

.prize_sponsor{
	margin-right:10px;
}
  
.post-type-archive-prizes-and-awards .resource_links .prize_content a.past_winner_details_link,
.post-type-archive-prizes-and-awards .resource_links .prize_content a.show_past_winners{
	display: block;
	width: 169px;
	height: 30px;
	padding: 9px 16px 0px 0px;
	box-sizing: border-box;
	background: #838780;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin-top: 8px;
	position: relative;
	float: right;
	margin-bottom: 10px;
}

.post-type-archive-prizes-and-awards .resource_links .prize_content a.past_winner_details_link{
  float: none;
  margin-top: -8px;
  margin-bottom: 6px;
  width: 134px;
}

.post-type-archive-prizes-and-awards .resource_links .prize_content a.past_winner_details_link:after,
.post-type-archive-prizes-and-awards .resource_links .prize_content a.show_past_winners:after{
  content: '\f078';
  font-family: fontAwesome;
  font-size: 14px;
  position: absolute;
  top: 7px;
  right: 5px;
}

.post-type-archive-prizes-and-awards .resource_links .prize_content a.past_winner_details_link:after{
	 content: '\f054';
	 top: 7px;
	  right: 5px;
}

.past_winners{
	display:none;
	clear: both;
	margin-top: 10px;
	background-color: rgba(0, 0, 0, 0.09);
	padding: 14px;
	box-sizing: border-box;
}

.post-type-archive-prizes-and-awards .resource_links .listing > li{
	padding: 10px;
	margin-bottom: 14px;
	background-color: rgba(183, 192, 177, 1);
}

/*
.post-type-archive-prizes-and-awards .resource_links .listing > li:nth-child(odd){
	background-color: rgba(183, 192, 177, 1);
}

.post-type-archive-prizes-and-awards .resource_links .listing > li:nth-child(even){
	background-color:#A7AEA2;
}
*/

.post-type-archive-prizes-and-awards .resource_links h3 {
  font-weight: normal;
  font-size: 18px;
  /* color: #fff; */
  line-height: normal;
  background: rgba(0, 0, 0, 0.14);
  margin: -10px -10px 12px -10px;
  padding: 4px 10px 0px 10px;
}

.prize_content ol {
	padding-bottom:10px;
	list-style: decimal inside;
}

.prize_content ul {
	padding-bottom:10px;
	list-style: disc inside;
}

.prize_content h4 {
	padding-bottom: 4px;
}

.page-template-page-contact h3 i.fa{
	margin-right:5px;	
}


.image-border{
	border:1px solid #B5B2B2;
}



/* =Contact Form
----------------------------------------------- */

#primary .delegate-reg,
#primary .wpcf7{
	width: 450px;
	max-width: 100%;
	background-color: rgba(131, 135, 128, 0.5);
	padding: 20px;
	box-sizing: border-box;
}

/* =Conferences
----------------------------------------------- */

.closed-content{
	clear: both;
}

.page-template-page-templates .site-content article{
 	margin-bottom: 22px;
}

.closed-content p,
.open-content p{
	line-height: normal;
	margin-bottom: 10px;
}

/*
.prop-types{
	background: rgba(183, 192, 177, 1);
	padding: 20px;
}
*/

.closed-content h2,
.open-content h2{
	/*text-transform: capitalize;*/
	margin: 0 0 12px 0;
	font-weight: normal;
	font-size: 20px;
}

.open-content h3{
	text-transform: capitalize;
	margin: 0 0 12px 0;
	font-weight: normal;
	font-size: 18px;
}


.prop-types h3 {
  
  font-size: 16px;
  background: #838780;
  color: #fff;
  padding: 13px 20px 6px 20px;
  text-transform: uppercase;
  margin: -20px -20px 20px -20px;
  position: relative;
  font-weight: normal;
  
}

.prop_list > li{
	padding: 20px;
	margin-bottom: 20px;
	background: rgba(183, 192, 177, 1);
}

ul.prop_list > li > ul{
	list-style: disc inside;
	padding: 10px 0 0px 0;
}

.page-template-conference-prop .read_more{
	margin-top: 14px;
  	display: inline-block;
	white-space:normal;
}

p.conf-dates,
p.conf-venue,
p.conf-prog{
	margin:0;
}

.conf-content {
	margin:20px 0 0 0;
}

.conf-info{
	padding:10px;
  	background: rgba(131, 135, 128, 0.24);
}

.conf-content ul{
	list-style:inside disc;
}

.conf-content ul li{
	padding-bottom: 6px;
}

.page-template-conference-info .conf-archive h2{
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 14px;
}

.page-template-conference-info .conf-archive .listing{
	display:block;
}

.page-template-conference-info #pic_links{
	margin-top:30px;
}

.back-to-top{
	position: fixed;
	width: 34px;
	height: 34px;
	background: rgba(255, 255, 255, 0.8);
	bottom: 10px;
	right: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.45);
	-moz-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.45);
	box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.45);
	text-decoration: none;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	box-sizing: border-box;
	padding: 9px 0 0 10px;
	display:none;
  	z-index: 100;
}

.back-to-top:hover{
	background:#fff;
}

.back-to-top i{
	color:#838780;
}

/* =Proposals
----------------------------------------------- */


.delegate-reg h3,
.page-template-conference-prop .wpcf7 h3{
	font-weight: normal;
    font-size: 26px;
	padding-bottom: 10px;
}

.page-template-conference-prop .wpcf7 h4{
	font-weight: normal;
    font-size: 20px;
	padding-bottom: 10px;
}
	
.page-template-conference-prop #primary .wpcf7{
	width:100%;
}

.prop_papers{
	margin-top: 26px;
}

.prop_paper{
	display: block;
}
.prop_paper.prop_paper1{
	display: block;
}

.prop_paper_inner{
	border: 1px solid #838780;
    padding: 20px;
}

.open-content a.add_keyword,
.open-content a.add_paper,
.open-content a.add_speaker{
	color:#fff;
	text-decoration:none;
	margin: 12px 0 16px 0;
    display: inline-block;
}


.wpcf7 textarea.abstract {
    height: 200px;
}

.prop_keywords{
	margin-top: 26px;
}

#delegate_conf_totals button,
p.submit_prop input[type="submit"]{
	font-size: 20px;
    margin-top: 0px;
}

.keyword{
	display:none;
}

.keyword.keyword_1{
	display:block;
}

.prop_speakers{
	margin-top: 26px;
	display:none;
}

.prop_speaker{
	display: none;
}
.prop_speaker.prop_speaker1{
	display: block;
}

.prop_speaker_inner{
	border: 1px solid #838780;
    padding: 20px;
}

.page-template-default .um_label_top {
    font-weight: normal;
}

.pf_success {
    background-color: #838780 !important;;
}

.pf_error{
    background-color: #cc0000 !important;;	
}

.pf_info, .pf_success, .pf_warning, .pf_error, .pf_validation {
	color: #fff !important;
    border: none !important;
    padding: 15px !important;
	background-image:none !important;
	margin:20px 0 10px 0 !important;
}

.pf_loading {
    background:none !important;
    margin:  10px; 
	-webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
	font-size:20px;
	position:relative;
	margin: 10px 20px 15px 0 !important;
	float: left;
	transform-origin: 9px 8px 0;
	display:inline-block;
	width:15px;
	height:15px;
	
}

.pf_loading:before {
    content: "\f021";
	font-family:fontAwesome;
	position:absolute;
	top:0;
	left:0;
	line-height: 15px;
}

.um_label_top {
    font-weight: normal !important;
}

.pf_label {
    font-weight: normal !important;
    padding: 5px 0 !important;
}

#um_resetpassword_form {
    border: none !important;
    padding: 0 !important;
    background:none !important;
}

#um_resetpassword_form h2{
	display:none;
}

.open-content p.caveat{
	font-style: italic;
    margin-top: 40px;
}


/* =Resources
----------------------------------------------- */
.resource_links .listing,
.resource_links .resource_descrip,
.resource_links .resource-sub.level_2{
	display:none;
}

.resource_links .heading_2,
.resource_links .heading_3{
	cursor:pointer;
	position: relative;
}


.resource_links .heading_2:after,
.resource_links .heading_3:after{
	content: '\f078';
    font-family: fontAwesome;
    font-size: 17px;
    padding-left: 10px;
}

.search_instructions{
    margin-top: 10px;
    font-style: italic;
}


.pf_success a{
	color:#fff;
}


/* =Delegate Registration
----------------------------------------------- */
#primary .delegate-reg{
	width:100%;
}

.delegate-reg label{
	line-height: normal;
    margin-bottom: 10px;
}

.delegate-reg ul,
.delegate-reg select,
.delegate-reg input{
    margin-bottom: 10px;
    margin-left: 0;
}

.delegate-reg ul{
    margin-top: 10px;
}
	
.delegate-reg fieldset{	
	border: 1px solid #464646;
    padding: 20px;
    margin: 0 0 20px 0;	
}

#delegate_conf_totals table{
	width: 100%;
    margin-bottom: 60px;
}

#delegate_conf_totals table th,	
#delegate_conf_totals table td{
	border:1px solid #464646;
	padding:10px;
}

#delegate_conf_totals table tr th:last-child,
#delegate_conf_totals table tr td:last-child{
	text-align:right;
}


#delegate_conf_totals table th{
	background:#464646;
	color:#fff;
}
	
#delegate_conf_totals table tfoot tr td{
	font-weight:bold;
}
	
.left{
	float:left;
	width:50%;
	box-sizing:border-box;
	padding-right: 20px;
}

.right{
	float:right;
	width:50%;
	box-sizing:border-box;
	padding-left: 20px;
}

.align-right{
	text-align: right;
}
	
.footnote{
	clear:both;
	font-style: italic;
    margin-top: 18px;
	line-height: normal;
    margin-bottom: 10px;
	display: block;
}

img.paypal{
    display: block;
    margin-bottom: 10px;
    max-width: 100%;
}
	
.req{
	color:#cc0000;
	padding-left: 2px;
}

.accommodation_requirements_section,
.accommodation_share_status_section,	
.accommodation_sharing_section,	
.accommodation_detail_section,	
.delegate_other_society_section{
	display:none;
	margin-left: 16px;
}




.formError .formErrorContent{
	font-size: 14px;
	padding-top: 6px;
}

#delegate_conf_security img{
	display:block;
	margin-top: 8px;
}

#delegate-captcha{
    margin-top: 8px;
    display: inline-block;
    width: 100%;
    max-width: 200px;
}
	
.delegate-reg h3.captcha-error{	
	text-transform: none;
    color: #fff;
    background: #cc0000;
    padding: 10px;
    font-size: 15px;	
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

/* =Responsive Stuff
----------------------------------------------- */



@media screen and (max-width: 980px) {
	
	
	.widget-area .widget h3, .find-out-more h2{
		font-size: 21px;
	}
	
	
}




@media screen and (max-width: 964px) {
	
	
	.home .site-content {
		background: none;
		padding: 8px;
		margin:0;
	}

	
	.main-navigation li {
		margin-top: 0;
		line-height: normal;
	}
	
	.main-navigation a {
		text-decoration:none;
	}
	
	.main-navigation {
		text-align: left;
		margin: 10px 0 0 0;
		position: absolute;
		right: 0;
		max-width: 100%;
	}
	
	.main-navigation ul.nav-menu.toggled-on{
		background: #d8e4d0;
		padding: 12px;
		margin-top: 20px;
	  	width: 200px;
	}
	
	.main-navigation li{
		font-size: inherit;
		position: relative;
		/*
		padding: 6px 0;
    	border: 1px solid blue;
		*/
	}
	
	.main-navigation li ul li a {
		background: none;
		white-space: normal;
		display: inline-block;
		padding: 10px 22px 7px 0px;
	}
	
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 12px;
		white-space: nowrap;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: bold;
		
		display:inline-block;
		padding: 10px 0 7px 0;
		/*border:1px solid red;*/
	}
	
	
	
	.site-header{
		position: absolute;
	}
	
	.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
		color: #000;
	}
	
	.home-panels {
		margin: 0 0 35px -14px;
	}
	
	.home-panel {
		padding: 0 0 0 14px;
	}
	
	.menu-descrip{
		display:none;
	}
	
	.main-navigation  .menu-item-has-children > .menu_expand{
		display: inline-block;
		font-size: 26px;
		position: absolute;
		top: 0;
		right: 0;
		padding: 10px;
		/*border: 1px solid red;*/
		width: 10px;
		height: 10px;
		box-sizing: border-box;
	}
	
	.main-navigation  .menu-item-has-children > .menu_expand i{
		position: absolute;
		top: -8px;
    	left: 3px;
	}
	
	.main-navigation  .menu-item-has-children .menu-item-has-children > .menu_expand{
		display:none;
	}
	
	

	.main-navigation ul.nav-menu.toggled-on .sub-menu{
		display:none;
		margin-left: 14px;
	}
	
	.main-navigation ul.nav-menu.toggled-on .sub-menu.sub-menu-on {
	  display: block;
	}
	
	a:hover{
		color:inherit !important;
	}
	
}

@media screen and (max-width: 880px) {
	ul.officers li {
		width: 33.3333%;
	}
	
	.left{
		width:100%;
		padding-right: 0px;
	}
	
	.right{
		float:left;
		width:100%;
		padding-left: 0px;
	}
	
	.align-right {
		text-align: left;
		margin-top: 20px;
	}
}

@media screen and (max-width: 812px) {
	
	.footer-posts {
		width: 50%;
	}
	.footer-tweets {
		width: 50%;
	}
	.footer-engage {
		width: 50%;
		clear:both;
		float: left;
	}
	.footer-info {
		width: 50%;
	}
	
	.widget-area #s {
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 10px;
	}
	
	.back-to-top{
		display:block;
	}
	
	#searchsubmit {
 		right: -2px;
	}
}

@media screen and (max-width: 724px) {
	
	#pic_links ul li{
		width:33% !important;
	}
	
	.page-template-page-contact .site-content,
	.single-news-and-events .site-content,
	.single-criticks-reviews .site-content,
	.page-template-default .site-content.with-sidebar, 
	.search-results .site-content, 
	.archive .site-content, 
	.single-post  .site-content, 
	.blog .site-content{
		width: 100%;
		margin: 20px 0 0px 0;
	}
	.widget-area {
		width: 100%;
		margin: 16px 0 50px;
	}
	
	
	
}

@media screen and (max-width: 620px) {
	ul.officers li {
		width: 50%;
	}
}

@media screen and (max-width: 600px) {
	
	.live-slider{
		display:none;
	}
	
	.static-slider{
		display: inline-block;
		float: left;
		margin: 0 0 20px 0;
		-webkit-box-shadow: 0px 9px 14px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow: 0px 9px 14px 0px rgba(50, 50, 50, 0.75);
		box-shadow: 0px 9px 14px 0px rgba(50, 50, 50, 0.75);
	}
	
	.static-slider:after {
		/* keep aspect ratio */
		padding-top: 40.9%;
		display: block;
		content: '';
	}
	
	/*
	.home .entry-content strong, .home .entry-content span, .home .entry-content p {
		line-height: 24px;
		font-size: 24px;
	}*/
	
	.home-panel {
		width: 100%;
		margin-bottom:10px;
	}
	
	.review_inner {
		padding: 0px 24px 24px 24px;
	}
	.reviews .review_inner:before {
		font-size: 25px;
		color: #E479D8;
		margin: 16px 0 0 -32px;
	}
	
	.reviews .review_inner:after {
		font-size: 25px;
		margin: -10px -31px 0 0px;
		color: #E479D8;
	}
	
	
	
	.featured-image{
		/*height:auto;*/
	}
	.featured-image:after {
		/* keep aspect ratio */
		padding-top: 40.9%;
		display: block;
		content: '';
	}
	
	.site-content {
		margin: 24px 0 24px;
	}
	
	.widget-area {
		margin: 12px 0 24px;
	}
	
	.site-content article{
		margin-bottom: 0px;
	}
	
	.content-right, .content-left {
		width: 100%;
		padding-right:0;
		padding-left:0;
	}
	
	.directions{
		padding: 0 0 0px 0;
	}

}

@media screen and (max-width: 540px) {
	
	.footer-posts {
		width: 100%;
	}
	.footer-tweets {
		width: 100%;
	}
	.footer-engage {
		width: 100%;
	}
	.footer-info {
		width: 100%;
	}
	
	#pic_links ul li{
		width:50% !important;
	}
	
	.home .entry-content h2 {
		font-size: 16px;
		line-height: normal;
		margin: 12px 0 6px 0;
		letter-spacing:1px;
		padding: 10px 4% 0 4%;
	}
	
	.home .entry-content p {
	  line-height: normal;
	  font-size: 16px;
	  padding: 0px 4% 0 4%;
	}
}

@media screen and (max-width: 480px) {
	ul.officers li {
		width: 100%;
	}
	
	#pic_links ul li img {
	  width: 100%;
	}
	
	.post-type-archive-prizes-and-awards .resource_links h3 {
	  font-weight: normal;
	  font-size: 18px;
	  /* color: #fff; */
	  line-height: 18px;
	  background: rgba(0, 0, 0, 0.14);
	  margin: -10px -10px 12px -10px;
	  padding: 8px 10px 4px 10px;
	}
	
	
	.delegate-reg h3{
		font-weight: bold;
		font-size: 16px;
	}

}

@media screen and (max-width: 380px) {
	#pic_links ul li{
		width:100% !important;
	}
	
	.footer-posts h3 {
		clear: both;
		padding-top: 15px;
	}
	
	.latest_tweets p, .latest_tweets p a, .footer-posts p {
		clear: both;
		padding-bottom: 15px;
	}
}


@media screen and (max-width: 330px) {
	.site-header h1 a img {
		width: 130px;
		height: auto;
		margin-top: 14px;
		margin-bottom: 7px;
	}
	
	.conf-archive h2.heading_1, .resource_links h2.heading_1 {
		font-size: 15px;
	}
	
	.tax-news-and-events-categories article h3, .post-type-archive-news-and-events article h3, .post-type-archive-criticks-reviews article h3, .tax-review-category article h3 {
 		 clear: both;
 
	}
	
	
}