/*
Theme Name: UKBAA
Author: Freestyle Internet Services
Author URI: http://www.freestyleinternet.co.uk
Description: Custom built theme for UK Business Angels Association
Version: 1.0
*/

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, input {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}

article,
aside,
details,
figcaption,
figure, 
footer, 
header, 
hgroup, 
menu, 
nav, 
section {
	display:block;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

article,
header,
figcaption,
footer,
section,
nav,
time,
img,
aside {
	display:block;
}

body {
	color:#9BA39C;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	-webkit-appearance:none;
  	-webkit-border-radius:0px;
	-webkit-text-size-adjust:none;
}

body.overflow {
	overflow:hidden;
}

label {
	display:block;
	font-size:13px;
	font-weight:600;
	margin-bottom:6px;
}

input[type="text"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea {
	background:#f5f5f5;
	border:1px solid #eaeaea;
	color:#595f6f;
	height:36px;
	line-height:36px;
	outline:none;
	padding:0 10px;
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	-moz-border-radius:0px;
  	-webkit-border-radius:0px;
	border-radius:0px;
	-webkit-text-size-adjust:none;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;	
}

textarea {
	height:150px;
}

select {
	background:#f5f5f5 url(images/icons/arrow-down-orange.png) no-repeat 96% center;
	border:1px solid #eaeaea;
	color:#595f6f;
	height:36px;	
	outline:none;
	padding:0 10px;
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	-moz-border-radius:0px;
  	-webkit-border-radius:0px;
	border-radius:0px;
}

select::-ms-expand{
  display:none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
	border:1px solid #fd4d13;
}


textarea {
	overflow:auto;
	resize:none;
}

input[type=radio],
input[type=checkbox]{
    display:none;
}

input[type=radio] + label,
input[type=checkbox] + label {
	cursor:pointer;
	padding-left:25px;
	position:relative;
}

input[type=checkbox] + label {
	padding-left:30px;
}

input[type=radio] + label:before,
input[type=checkbox] + label:before {
	border:1px solid #eaeaea;
	background:#F5F5F5;
    content:"";
    display:inline-block;
    height:16px;
    position:absolute;
    left:0;
    width:16px;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
}

.filter input[type=radio] + label:before,
.filter input[type=checkbox] + label:before {
	background:#FFF;
}

input[type=checkbox] + label:before {
	background:#FFF url(images/icons/checkbox-icon.png) no-repeat 0 -20px !important;
	border:none;
	height:20px;
	width:20px;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

input[type=radio]:checked + label:before {
	background:#fd4d13;
	border:1px solid #eaeaea;
}

input[type=checkbox]:checked + label:before {
	background:#FFF url(images/icons/checkbox-icon.png) no-repeat 0 0 !important;
}

input[type="submit"],
.orangeBtn {
	background:#ff5c25;
	clear:both;
	color:#FFF;
	cursor:pointer;
	display:block;
	float:left;
	font-size:13px;
	font-weight:600;
	margin-top:30px;
	padding:16px 28px;
	text-decoration:none;
	text-transform:uppercase;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	-moz-border-radius:0px;
  	-webkit-border-radius:0px;
	border-radius:0px;
}

.slide .btn {
	background:none;
	border:2px solid #FFF;
	clear:both;
	color:#FFF;
	display:block;
	margin-top:30px;
	height:40px;
	line-height:40px;
	text-align:center;
	text-decoration:none;
	text-transform:none;
	width:120px;
	-moz-box-shadow:inset 0 0 5px rgba(159,46,7,0.7);
	-webkit-box-shadow:inset 0 0 5px rgba(159,46,7,0.7);
	box-shadow:inset 0 0 5px rgba(159,46,7,0.7);	
}

.blueBtn,
.colour-button {
	background:#189acd url(images/icons/arrow-right-white-small.png) no-repeat right 12px center;
	color:#FFF;
	display:block;
	float:right;	
	font-weight:300;
	height:46px;
	line-height:46px;
	margin-top:30px;
	padding:0 30px 0 15px;
	text-decoration:none;
	text-transform:uppercase;
}

.colour-button.view-profile {
	margin:0 0 50px;
}

.colour-button,
.blueBtn.content-button {
	display:inline-block;
	float:none;
}

.orange-button {
	background:#FF6432 url(images/icons/arrow-right-white-small.png) no-repeat right 12px center;
}

.grey-button {
	background:#9BA39C url(images/icons/arrow-right-white-small.png) no-repeat right 12px center;
}

.container {
	margin:0 auto;
	max-width:1170px;
}

.container:after,
.clearFix:after,
.gform_footer:after,
#theme-my-login:after {
	clear:both;	
	content:'';
	display:block;
}

.flexRow {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.noFlexBox .flexRow {
	display:block;
	font-size:0;
}

.justifyRow {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.noWrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;	
}

.borderBox {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.transition {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;	
}

.alignleft {
	float:left;
	margin:0 40px 40px 0;
}

.alignright {
	float:right;
	margin:0 0 40px 40px;
}

.greyBg {
	background:#EEE;
}

.vertCentre:before {
	content:'';
	display:inline-block;
	height:100%;
	vertical-align:middle;
}

.centred {
	display:inline-block;
	vertical-align:middle;
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight:400;
	margin-bottom:10px;
}

h1 {
	font-family:'Noto Serif', serif;
	font-size:42px;
	margin-bottom:25px;
}

h2 {
	font-size:22px;	
	margin-bottom:20px;
}

.contentCol h2 {
	background:#9BA39C;
	color:#FFF;
	display:inline-block;
	font-family:'Noto Serif', serif;
	font-size:24px;
	font-weight:400;
	padding:9px 20px;
}

h3 {
	font-size:18px;	
}

.contentCol h3 {
	background:#9BA39C;
	color:#FFF;
	display:inline-block;
	font-family:'Noto Serif', serif;
	font-size:20px;
	font-weight:400;
	padding:7px 20px;
}

h4 {
	font-size:15px;	
}

h5 {
	font-size:14px;	
}

h6 {
	font-size:13px;	
}

b,
strong {
	font-weight:700;
}

p {
	margin-bottom:20px;
}

.contentCol p {
	line-height:1.4;
}

a {
	color:#fc411d;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

ul,
ol {
	margin:0 0 40px 20px;
}

blockquote {
	border-left:3px solid #fc411d;
	clear:both;
	color:#fc411d;
	float:left;
	font-size:24px;
	margin:0 20px 30px 0;
	padding:15px 0 15px 20px;
	width:48%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.contentCol blockquote p {
	line-height:30px;
	margin:0;
}

.author-block {
	margin-bottom:30px;
}

.author-block .image {
	display:inline-block;
	margin-right:20px;
	vertical-align:middle;
	width:70px;
}

.author-block .image img {
	height:auto;
	width:100%;
}

.author-block .text {
	color:#333;
	display:inline-block;
	vertical-align:middle;	
}

.author-block .text .label {
	font-size:11px;
	margin-bottom:3px;
}

.author-block .text .name {
	font-size:18px;
	font-weight:600;
	margin-bottom:0;
}

.author-block .text .name a {
	color:#333;
	text-decoration:none;
}

.author-block .text .date {
	font-size:12px;
	margin:0;
}

header {
	padding-bottom:25px;
}

header .topRow {
	padding:10px 0 15px;
}

header #logo {
	float:left;
}

header .actionBtn {
	background:#FF6432;
	color:#FFF;
	font-size:14px;
	font-weight:400;
	margin-top:30px;
	padding:10px 20px 10px 12px;
	text-decoration:none;
	float:right;
}

header .actionBtn svg,
header .actionBtn span {
	display:inline-block;
	vertical-align:middle;
}

header .actionBtn.loggedIn {
	padding:10px 20px;
}

header .actionBtn span {
	margin-left:10px;
}

header .searchForm {
	float:right;
	margin:22px 30px auto auto;
	position:relative;
}

header input[type="text"] {
	background:none;
	border:none;
	border-bottom:1px solid #EAEAEA;
	color:#9BA39C;
	font-size:14px;
	font-weight:400;
	outline:none;
	padding:15px 0;
	text-indent:35px;
	width:230px;
}

header input[type="text"]:focus {
	border:none;
	border-bottom:1px solid #fd4d13;
}

header input[type="submit"]{
	background:url(images/icons/search-icon.svg) no-repeat;
	border:none;
	float:none;
	height:18px;
	margin-top:-7px;
	left:0;
	padding:0;
	position:absolute;
	top:50%;
	text-indent:-9999px;
	width:17px;
	zoom:1;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

header input[type="text"]:focus + input[type="submit"]{
	right:0;	
}

#mainMenu {
	font-size:0;
}

#mainMenu ul {
	list-style-type:none;
	margin:0;
}

#mainMenu ul li {
	display:inline-block;
	margin:0 8px 0 9px;
	position:relative;
}

#mainMenu ul li:first-child {
	margin-left:0;
}

#mainMenu ul li:last-child {
	margin-right:0;
}

#mainMenu ul li a {
	color:#333333;
	display:block;
	font-size:17px;
	font-weight:600;
	padding:14px 10px;
	position:relative;
	text-decoration:none;
	text-transform:uppercase;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;	
}

#mainMenu ul li ul li:hover a {
	background:#fd4d13;
	color:#FFF;
}

#mainMenu > ul > li > a:after {
	background:#fd4d13;
	bottom:0;
	content:'';
	height:3px;
	left:0;
	opacity:0;
	position:absolute;	
	right:0;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;	
}

#mainMenu ul li.current-menu-item > a:after,
#mainMenu > ul > li:hover > a:after,
#mainMenu > ul > li.current-page-ancestor > a:after {
	opacity:1;	
}

#mainMenu ul li ul {
	background:#EEEEEE;
	display:none;
	left:0;
	position:absolute;
	top:100%;
	z-index:999;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;	
}

#mainMenu ul li:hover ul {
	display:block;
}

#mainMenu ul li ul li {
	display:list-item;
	margin:0;
	padding:0 !important;
}

#mainMenu ul li ul li a {
	display:block;
	font-size:13px !important;
	font-weight:400 !important;
	padding:10px 35px 10px 10px;
	text-transform:none !important;
}

#mainMenu > ul > li > ul > li.menu-item-has-children > a {
	background:url(images/icons/arrow-right-black.png) no-repeat 94% center;	
}

#mainMenu > ul > li.openLeft > ul > li.menu-item-has-children > a {
	background:url(images/icons/arrow-left-black.png) no-repeat 10px center;	
	padding:10px 10px 10px 25px;
}

#mainMenu ul li ul li:hover ul li a {
	background:none;
	color:#333;
}

#mainMenu > ul > li > ul > li.menu-item-has-children:hover > a {
	background:#fd4d13 url(images/icons/arrow-right-white.png) no-repeat 94% center;
	color:#FFF;
}

#mainMenu > ul > li.openLeft > ul > li.menu-item-has-children:hover > a {
	background:#fd4d13 url(images/icons/arrow-left-white.png) no-repeat 10px center;
	color:#FFF;
}

#mainMenu ul li ul li ul {
	opacity:0;
	position:absolute;
	top:0;
	left:100%;
	visibility:hidden;
}

#mainMenu ul li.openLeft ul li ul {
	left:auto;
	right:100%;
}

#mainMenu ul li ul li ul li a {
	background:none;
}

#mainMenu ul li ul li ul li a:hover {
	background:#fd4d13;
	color:#FFF;
}

#mainMenu ul li ul li:hover ul {
	opacity:1;
	visibility:visible;
}

#mainMenu ul li ul li.mega-menu-item-has-children {
	padding-right:20px !important;
}

#mainMenu ul li ul li.mega-menu-item-has-children > a {
	font-size:16px !important;
	text-transform:uppercase !important;
	font-weight:700 !important;
}

#mainMenu li.mega-menu-item-type-widget {
	padding-bottom:25px !important;
}

#mainMenu li.mega-menu-item-type-widget p {
	font-size:13px !important;
}

#mainMenu li.mega-menu-item-type-widget h4 {
	color:#FFF !important;
	font-size:18px !important;
	font-weight:700;
	margin-bottom:0px !important;
	text-transform:uppercase !important;
}

#mega-menu-wrap-main-menu {
	background:none !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu {
	margin-bottom:20px;
}

.mega-menu-toggle {
	display:none !important;
}

#mobMenuBar {
	background:#EEEEEE;
	display:none;
	padding:10px 20px;	
}

#menuToggle {
	background:url(images/icons/menu-toggle.png) no-repeat;
	display:block;
	float:right;
	height:31px;
	text-indent:-9999px;
	width:31px;
}

#subNav {
	background:#00181D;
	padding:20px 0;
}

#subNav ul {
	font-size:0;
	list-style-type:none;
	margin:0;
}

#subNav ul li {
	display:inline-block;
	margin-right:55px;
}

#subNav ul li a {
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}

.breadcrumbs {
	padding:20px 0;
}

.breadcrumbs {
	font-size:13px;
}

.breadcrumbs a {
	color:#9BA39C;
	text-decoration:none;
}

.breadcrumbs a:hover {
	text-decoration:underline;
}

.breadcrumbs span {
	color:#ff6633;
	padding:0 3px;
}

.breadcrumbs a span {
	color:#9BA39C;	
}

.breadcrumbs span:first-child {
	padding-left:0;
}

#homeSlider {
	position:relative;	
}

#homeSlider .slide .overlay {
	left:0;
	padding:55px 0 0;
	position:absolute;
	right:0;
	top:0;
}

#homeSlider .slide .overlay span {
	clear:both;
	color:#FFF;
	display:block;
	float:left;
	font-family:'Noto Serif', serif;
	font-size:40px;
	font-weight:400;
	line-height:50px;
}

#ctas {
	background:#000;
	font-size:0;
	padding:40px 0;
}

#ctas .cta-wrap {
	display:inline-block;
	text-align:center;
	vertical-align:top;
	width:20%;
}

#ctas a {
	border:2px solid #FFF;
	border-radius:100%;
	color:#FFF;
	display:inline-block;
	font-size:14px;
	height:175px;
	margin:0 1%;
	position:relative;
	white-space:nowrap;
	width:175px;
}

#ctas a svg path {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;	
}

#ctas a:first-child {
	margin-left:0;
}

#ctas a:last-child {
	margin-right:0;
}

#ctas a:hover {
	background:#FFF;
	color:#151515;
}

#ctas .info {
	height:100%;
	left:0;
	position:absolute;
	text-align:center;
	top:0;
	white-space:normal;
	width:100%;
}

#ctas .info .centred {
	box-sizing:border-box;
	padding:0 10px;
	width:96%;
}

#ctas .info h2 {
	font-size:14px;
	font-weight:400;
	line-height:17px;
	margin:0;
}

#ctas .info .icon {
	display:block;
	margin-bottom:20px;
	min-height:30px;
}

#ctas a:hover svg.stroke-change path {
	stroke:#000;
}

#ctas a:hover svg.fill-change path {
	fill:#000;
}

#ctas a:hover svg.fill-stroke-change path {
	fill:#000;
	stroke:#000;
}

.teamMember .more {
	margin:10px 0 0;
	padding:0;
}

.searchResult .more a,
.teamMember .more a {
	background:url(images/icons/arrow-right-blue.png) no-repeat right center;
	color:#0099cc;
	font-size:14px;
	font-weight:300;
	padding-right:20px;
	text-decoration:none;
}

.contentCol {
	float:left;
	padding-bottom:40px;
	width:70.8%;	
}

.contentCol.news-col {
	font-size:16px;
}

.contentCol img {
	height:auto;
	max-width:100%;
}

.contentCol li {
	padding:2px 0;
}

.hero {
	margin-bottom:30px;
	overflow:hidden;
	position:relative;
}

.home .hero {
	background:url(images/ajax-loader-orange.gif) no-repeat center center;
	margin:0;
}

#homeSlider {
	opacity:0;
}

.hero img {
	height:auto;
	width:100%;
}

.hero .pageTitle {
	background:#00181D;
	bottom:25px;
	display:inline-block;
	left:0;
	padding:5px 25px;
	position:absolute;
}

.hero .pageTitle h1 {
	color:#FFF;
	font-family:'Noto Serif', serif;
	font-size:32px;
	font-weight:400;
	margin:0;
}

aside {
	float:right;
	padding-bottom:40px;
	width:26%;	
}

aside .widgetContainer {
	margin-bottom:17px;
	position:relative;
}

aside .widgetContainer > h3 {
	color:#FFF;
	display:inline-block;
	font-family: 'Noto Serif', serif;
	font-size:24px;
	font-weight:400;
	height:40px;
	line-height:40px;
	margin-bottom:10px;	
	padding:0 15px;
	position:absolute;
	top:15px;
	left:1px;
	z-index:99;
}

aside .widgetContainer.headlinesBox > h3 {
	background:#2398B0;
}

aside .widgetContainer.news > h3 {
	background:#9BA39C;
}

aside .widgetContainer.events > h3 {
	background:#FFF;
	color:#9BA39C;
}

aside .widgetContainer article .thumb img {
	height:auto;
	width:100%;
}

.postsLinks {
	padding:30px 0 0;
}

.nextPostBtn {
	background:#FFF;
	border:1px solid #EAEAEA;
	border-top:5px solid #9BA39C;
	margin-bottom:40px;
	width:48%;	
}

.nextPostBtn.next {
	float:right;
}

.nextPostBtn.prev {
	float:left;
	margin-right:4%;
}

.nextPostBtn a {
	display:block;
}

.nextPostBtn .nextText {
	color:#565656;
	font-size:14px;
	padding-bottom:5px;
}

.nextPostBtn.next a {
	padding:25px 25px 50px 25px;
	text-decoration:none;
}

.nextPostBtn .nextText {
	color:#9BA39C;
	display:block;
	font-size:14px;
}

.nextPostBtn.prev .nextText {
	background:url(images/icons/prev-post-arrow.svg) no-repeat left 4px;
	padding-left:18px;
}

.nextPostBtn.next .nextText {
	background:url(images/icons/next-post-arrow.svg) no-repeat right 4px;
	padding-right:18px;
	text-align:right;
}

.nextPostBtn.prev a {
	padding:25px 25px 50px 25px;
	text-decoration:none;
}

.nextPostBtn .title {
	color:#151515;
	display:block;
	font-size:18px;
	font-weight:400;
}

.nextPostBtn.next .title {
	text-align:right;
}

.relatedPost {
	border:1px solid #eaeaea;
	padding:12px;
	width:48%;
}

.relatedPost:first-child {
	margin-right:4%;
}

.relatedPost h2 {
	color:#fe5c25;
	font-size:18px;	
}

.relatedPost .thumb {
	float:left;
	width:26%
}

.relatedPost .thumb a {
	display:block;
}

.relatedPost .text {
	float:right;
	width:70%
}

.relatedPost .text h3 {
	font-size:14px;
	margin-bottom:8px;
}

.relatedPost .text h3 a {
	color:#595f6f;
	text-decoration:none;
}

.relatedPost .date {
	color:#595f6f;
	font-size:11px;
	margin:0 0 2px;
}

.relatedPost .excerpt {
	color:#8e97ac;
	font-size:12px;
	font-weight:300;
	margin-bottom:7px;
}

.relatedPost .more {
	font-size:12px;
	margin:0 0 10px;
}

.relatedPost .more a {
	background:url(images/icons/arrow-right-orange.png) no-repeat right center;
	padding-right:12px;
	text-decoration:none;
}

.relatedPost .more a:hover {
	text-decoration:underline;
}

.documentBox {
	background:#f5f5f5;
	border:1px solid #eaeaea;
	margin-bottom:20px;
	padding:20px;
}

.documentBox h2 {
	margin-bottom:10px;
}

.documentBox p {
	margin-bottom:20px;
}

.documentBox ul {
	list-style-type:none;
	margin:0;
}

.documentBox ul li {
	padding:7px 0;
}

.documentBox ul li a {
	background:url(images/icons/document-icon.png) no-repeat left center;
	display:block;
	font-size:14px;
	padding:0 0 0 25px;	
}

.teamMember,
.partner,
.memberType {
	background:#f5f5f5;
	border:1px solid #eaeaea;
	display:inline-block;	
	margin-bottom:30px;
	position:relative;
	width:31%;
}

.partner {
	padding:20px 12px;
	text-align:center;
}

.memberListing {
	background:none;
	padding:0 0 20px;
}

.teamMember:nth-child(2),
.partner:nth-child(2),
.teamMember:nth-child(3n + 2),
.partner:nth-child(3n + 2),
.memberType:nth-child(2),
.memberType:nth-child(3n+2){
	margin:0 3.5% 30px;	
}

.teamMember img {
	height:auto;
	width:100%;
}

.teamMember .bio {
	padding:12px 12px 20px;
}

.teamMember h2,
.partner h2,
.memberType h2 {
	background:none;
	font-family:'Open Sans', sans-serif;
	font-size:18px;
	margin-bottom:5px;
	padding:0;
}

.memberListing .desc {
	margin-bottom:25px;
	padding:15px;
}

.teamMember h2 a,
.partner h2 a,
.memberType h2 a {
	color:#0099cc;
	text-decoration:none;
}

.teamMember h2 a:hover,
.partner h2 a:hover,
.memberType h2 a:hover {
	text-decoration:underline;
}

.teamMember h3 {
	background:none;
	color:#9BA39C;
	font-size:15px;
	font-weight:400;
	margin:0;
	padding:0;
}

.partner img {
	margin:0 auto;
	max-height:67px;
	max-width:100%;
}

.memberListing img {
	margin:0 auto;
	max-width:80%;
}

.partner h2 {
	margin:20px 0 10px;
}

.memberListing h2 {
	background:none;
	margin:0;
	padding:0;
}


.memberType h2 {
	background:none;
	color:#333;
	margin-bottom:10px;
	padding:0;
}

.partner p,
.memberType p {
	font-size:13px;
	margin:0;
}

.memberType {
	padding:15px 15px 95px;
}

.memberType ul {
	margin-bottom:20px;
}

.memberType ul li {
	padding:4px 0;
}

.memberType .reg {
	bottom:15px;
	left:15px;
	position:absolute;
	right:15px;	
}

.memberType .price {
	font-size:24px;
	font-weight:700;
	margin:0 0 15px;
	text-align:center;
}

.memberType .orangeBtn {
	margin:0;
	padding:10px 0;
	text-align:center;
	width:100%;
}

.gform_wrapper ul {
	list-style-type:none;
	margin:0;
}

.gsection {
	padding-top:20px;
}

.gform_fields > li,
.field {
	float:left;
	font-size:13px;
	margin:0 0 25px;
	vertical-align:top;
	width:48%;
}

.filter.memberSearch .field.right {
	float:right;
}

.gform_fields li.left,
.field.left {
	float:left;	
}

.gform_fields li.right,
.field.right {
	float:right;
}

.field.full,
.gform_fields > li.full {
	clear:both;
	float:none;
	margin:0 0 25px;
	width:100%;
}

.gfield.hidden {
	display:none;
}

.gfield.field_admin_only {
	margin:0;
	padding:0;
}

.gform_fields > li.full select {
	background:#f5f5f5 url(images/icons/arrow-down-orange.png) no-repeat 98% center;
}

.field.full input[type="submit"]{
	margin:0;
}

.gfield_required {
	color:#cb0000;
	padding-left:4px;
}

.gform_fields .instruction {
	display:none;
}

.gfield_radio label {
	display:inline;
}

.gfield_radio li {
	padding:4px 0;
}

.gform_wysiwyg_ckeditor {
	margin-bottom:40px !important;
}

.gform_validation_container {
	display:none;
}

.gfield .validation_message,
.validation_error {
	color:#cb0000;
	padding:5px 0 0;
}

.validation_error {
	padding:0 0 20px;
}

.gform_ajax_spinner {
	clear:both;
	padding-top:20px;
}

.gform_footer {
	clear:both;
	width:100%;
}

.gfield_total label {
	font-size:20px;
}

.ginput_total {
	font-size:18px;
}

.ms-container{
  background:url(images/icons/switch.png) no-repeat 50% 50%;
  width:100%;
}

.ms-container:after{
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  min-height: 0;
  visibility: hidden;
}

.ms-container .ms-selectable, .ms-container .ms-selection{
  background:#f5f5f5;
  border:1px solid #eaeaea;
  color:#333;
  float:left;
  width:47.5%;
}

.filter .ms-container .ms-selectable, 
.filter .ms-container .ms-selection {
	background:#FFF;
	width:45%;
}

.ms-container .ms-selection{
  float: right;
}

.ms-container .ms-list{
  position: relative;
  height: 200px;
  padding: 0;
  overflow-y: auto;
}

.filter .ms-container .ms-list {
	height:180px;
}

.ms-container .ms-list.ms-focus{
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
}

.ms-container ul{
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.ms-container .ms-optgroup-container{
  width: 100%;
}

.ms-container .ms-optgroup-label{
  margin: 0;
  padding: 5px 0px 0px 5px;
  cursor: pointer;
  color: #999;
}

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection{
  border-bottom: 1px #ddd solid;
  padding: 5px 10px;
  color: #333;
  font-size: 13px;
}

.filter .ms-container .ms-selectable li.ms-elem-selectable,
.filter .ms-container .ms-selection li.ms-elem-selection{
  font-size: 12px;
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover{
  background:#fd4d13;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled{
  background:#fd4d13;
  color: #FFF;
  cursor: text;
}

.ms-container .ms-selectable li.disabled, 
.ms-container .ms-selection li.disabled {
	background:none;
	color:#333;
	cursor:text;
}

.disabled-field {
	display:none;
}

.requestLogin {
	background:#F5F5F5;
	border:1px solid #eaeaea;
	font-size:14px;
	padding:15px;
}

.requestLogin p {
	margin:0;
}

.membersOnly {
	background:#fd4d13;
	color:#FFF;
	display:block;
	font-size:10px;
	padding:2px 9px;
	position:absolute;
	top:10px;
	left:10px;
	z-index:2;
}

aside .membersOnly,
.event .membersOnly {
	left:auto;
	right:10px;	
	top:30px;
}

aside .membersOnly {
	top:10px;
}

.postList .event .membersOnly {
	top:10px;
}


.membersOnly:after {
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	border-top:6px solid #fd4d13;
	content:'';
	height:0;
	position:absolute;
	top:100%;
	left:5px;
	width:0;
}

.event .membersOnly:after {
	left:auto;
	right:5px;
}

.tml-rememberme-submit-wrap {
	clear:both;
}

.tml-action-links {
	clear:both;
	list-style-type:none;
	margin:0;
}

.openFilter {
	display:block;
	font-size:15px;
	font-weight:700;
	margin-bottom:20px;
	text-decoration:none;
	float:left;
}

.openFilter span {
	background:url(images/icons/arrow-right-orange-slider.png) no-repeat right center;
	display:inline-block;
	height:16px;
	margin:0 0 0 10px;
	position:relative;
	top:3px;
	width:10px;
}

.openFilter.open span {
	-ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.filterWrap {
	clear:both;
	padding-top:20px;
}

.filter {
	background:#f5f5f5;
    border:1px solid #eaeaea;
    clear:both;
	margin-bottom:20px;
	padding:10px 15px;
}

.filter.memberSearch.open {
	display:block;
}

.filter select {
	background:#FFF url(images/icons/arrow-down-orange.png) no-repeat 94% center;
	display:inline-block;
	margin-right:20px;
	vertical-align:middle;
	width:25%;
}

.filter > form > span {
	display:inline-block;
	font-family:'Open Sans', sans-serif;
	font-size:15px;
	font-weight:600;
	margin-right:20px;
	vertical-align:middle;
}

.filter > span.text {
	display:block;
	font-weight:600;
	margin-bottom:15px;
}

.filter.events span {
	display:block;
	margin-bottom:10px;
}

.filter.memberSearch select {
	width:100%;
}

.filter input[type="submit"]{
	display:inline-block;
	float:none;
	height:34px;
	line-height:34px;
	margin:0;
	padding:0 30px;	
	vertical-align:middle;
}

.filter.memberSearch input[type="submit"]{
	padding:0;
	width:100%;
}

.tabList {
	font-size:0;
	list-style-type:none;
	margin:0;
}

.tabList li {
	display:inline-block;
	font-size:14px;
	margin-right:10px;
	padding:0;
}

.tabList li a {
	border:1px solid #CCC;
	border-bottom:none;
	color:#9BA39C;
	display:block;
	height:45px;
	line-height:45px;
	padding:0 25px;
	text-decoration:none;
	text-transform:uppercase;
}

.tabList li .active,
.tabList li a:hover {
	background:#ff5c25;
	border:1px solid #ff5c25;
	border-bottom:none;
	color:#FFF;
}

.wp-pagenavi {
	margin-top:30px;
	text-align:right;
}

.wp-pagenavi span,
.wp-pagenavi a {
	background:#f5f5f5;	
	border:1px solid #eaeaea;
	color:#333;
	display:inline-block;
	font-size:13px;
	height:30px;
	line-height:30px;
	margin-left:5px;
	text-align:center;
	text-decoration:none;
	width:30px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;	
}

.wp-pagenavi a.last {
	width:45px;
}

.wp-pagenavi .current,
.wp-pagenavi a:hover {
	background:#ff5c25;
	border:1px solid #ff5c25;
	color:#FFF;
}

.wp-pagenavi .pages {
	background:none;
	border:none;
	float:left;
	line-height:30px;
	width:auto;
}

.eventDetails {
	background:#F5F5F5;
	border:1px solid #eaeaea;	
	margin-bottom:30px;
	padding:20px;
	position:relative;
}

.eventDetails h2 {
	background:none;
	color:#0099cc;
	margin-bottom:10px;
	padding:0;
}

.eventDetails td {
	font-size:16px;
}

.eventDetails table {
	max-width:48%;
}

.eventDetails table tr td {
	padding:5px 0;
}

.eventDetails table tr td:first-child {
	font-weight:600;
	width:125px;
	white-space:nowrap;
}

.eventDetails #mapCanvas {
	height:100%;
	position:absolute;
	top:0;
	right:0;
	width:48%;
}

#mapCanvas img {
	height:auto;
	max-width:none;
	width:auto;
}

.searchResult {
	border-bottom:1px solid #DDDDDD;
	padding:20px 0;
}

.searchResult:last {
	border:none;
}

.searchResult h2 {
	background:none;
	margin-bottom:5px;
	padding:0;
}

.searchResult h2 a {
	color:#333;
	text-decoration:none;	
}

.searchResult p {
	margin-bottom:10px;
}

#accountLinks {
	border-bottom:1px solid #DDDDDD;
	margin-bottom:30px;
}

#accountLinks ul {
	font-size:0;
	list-style-type:none;
	margin:0;	
}

#accountLinks ul li {
	display:inline-block;
	margin-right:10px;
	margin-top:10px;
	padding:0;
}

#accountLinks ul li:last-child {
	margin-right:0;
}

#accountLinks ul li a {
	background:#F5F5F5;
	border:1px solid #DDDDDD;
	border-bottom:none;
	color:#333;
	display:block;
	font-size:15px;
	padding:10px 18px;	
	text-decoration:none;
	-webkit-text-size-adjust:none;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;	
}

#accountLinks ul li a:hover,
#accountLinks ul li.current-menu-item a {
	background:#189acd;
	border:1px solid #189acd;
	border-bottom:none;
	color:#FFF;	
}

.newsPreview {
	background:#F5F5F5;
	padding:40px 0;
}

.eventsPreview {
	background:#9BA39C;
	padding:40px 0;
}

.author .newsPreview,
.author .eventsPreview {
	background:none;
}

.author .newsPreview {
	padding:60px 0;
}

.newsPreview h2,
.eventsPreview h2 {
	background:#9BA39C;
	color:#FFF;
	display:inline-block;
	float:left;
	font-family:'Noto Serif', serif;
	font-size:32px;
	font-weight:400;
	height:50px;
	line-height:50px;
	padding:0 20px;
}

.eventsPreview h2 {
	background:#FFF;
	color:#9BA39C;
}

.author .eventsPreview h2 {
	background:#9BA39C;
	color:#FFF;	
}

.newsPreview .all,
.eventsPreview .all {
	box-sizing:border-box;
	border:2px solid #9BA39C;
	color:#9BA39C;
	display:inline-block;
	float:right;
	font-size:14px;
	font-weight:400;
	height:40px;
	line-height:40px;
	margin-top:5px;
	text-align:center;
	text-decoration:none;
	width:120px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;	
}

.eventsPreview .all {
	border:2px solid #FFF;
	color:#FFF;
}

.eventsPreview .all:hover {
	background:#FFF;
	color:#9BA39C;
}

.newsPreview .all:hover {
	background:#9BA39C;
	color:#FFF;
}

.postSlider {
	clear:both;
	margin-top:10px;
	overflow:hidden;
	padding:4px;
}

.newsPreview .owl-carousel .owl-stage-outer,
.eventsPreview .owl-carousel .owl-stage-outer {
	overflow:visible;
}

.postSlider article {
	box-sizing:border-box;
	position:relative;
}

.postSlider .owl-item {
    background:#FFF;
    box-sizing:border-box;
    border:1px solid #EAEAEA;
}

.newsPreview .postSlider .owl-item,
.eventsPreview .postSlider .owl-item {
    transition: all 0.4s;
}

.eventsPreview .postSlider .owl-item {
	border:1px solid transparent;
}

.eventsPreview .postSlider article {
	border:none;
}

.newsPreview .postSlider .owl-item:hover,
.eventsPreview .postSlider .owl-item:hover {
	border:1px solid #CCC;
	box-shadow:0 0 4px #FF6432;
}

.postSlider article a {
	color:#9BA39C;
	display:block;
	height:100%;
	text-decoration:none;
	width:100%;
}

.postSlider article h3 {
	background:none;
	font-size:18px;
	padding:0;
}

.postSlider article h3 {
	color:#292929;
	text-decoration:none;
}

.postSlider article .thumb span {
	display:block;
	width:100%;
}

.postSlider article .text {
	color:#9BA39C;
	padding:15px;
}

.postSlider article .text p {
	font-size:14px;
	line-height:20px;
}

.postSlider article .text .more {
	margin:0;
}

.postSlider article .text .more a {
	color:#151515;
	font-size:13px;
	text-decoration:underline;
}

.postSlider article .text .more a:hover {
	text-decoration:none;
}

.postList article {
	border-top:1px solid #eaeaea;
	padding:30px 0;
}

.postList article:first-child {
	border:none;
}

.postList.events {
	font-size:0;
}

.postList.events article {
	background:#cccc00;
	border:none;
	display:inline-block;
	margin-top:20px;
	margin-bottom:20px;
	padding:0;
	position:relative;
	width:48%;	
}

.postList.events article:nth-child(2n){
	margin-left:4%;	
}

.postList .thumb {
	float:left;
	position:relative;
	width:25%;
}

.postList .thumb {
	width:22%;
}

.postList .event .thumb {
	float:left;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	width:55%;
}

.postList .thumb img {
	height:auto;
	width:100%;
}

.postList .thumb a {
	display:block;
}

.postList .text {
	padding-left:3%;
	width:75%;
}

.page-template-page-account-news .postList .text,
.page-template-page-account-offers .postList .text {
	padding-right:120px;
	position:relative;
}

.page-template-page-account-news .postList .text .blueBtn,
.page-template-page-account-offers .postList .text .blueBtn {
	margin:0;
	position:absolute;
	right:0;
	top:0;
}

.page-template-page-account-offers .postList .text .blueBtn.delete {
	top:55px;
}

.postList .event .text {
	background:#cccc00;
	float:left;
	margin:0;
	min-height:138px;
	padding:8px 20px 8px 8px;
	position:relative;
	width:45%;
	z-index:2;
}

.postList .event .text p {
	color:#333;
	font-size:13px;
	margin-bottom:10px;
}

.postList .text .date {
	color:#595f6f;
	font-size:14px;
	line-height:1;
	margin-bottom:4px;
}

.postList .event .text:after {
	background:url(images/icons/arrow-right-green.png) no-repeat;
	content:'';
	display:block;
	height:16px;
	position:absolute;
	right:-10px;
	top:7px;
	width:10px;
}

.postList.events .blueBtn {
	font-size:13px;
	position:absolute;
	top:10px;
	right:10px;
	z-index:3;
}

.postList h3,
.postList h2 {
	background:none;
	font-family:'Open Sans', sans-serif;
	font-size:18px;
	margin-bottom:5px;
	padding:0;
}

.postList h3 a,
.postList h2 {
	color:#595f6f;
	font-size:18px;
	font-weight:600;
	text-decoration:none;	
}

.postList .excerpt {
	color:#8e97ac;
	font-size:15px;
	font-weight:300;
	line-height:21px;
	margin-bottom:10px;
}

.postList .more,
.searchResult .more{
	margin:0;
}

.teamMember .more {
	margin:10px 0 0;
	padding:0;
}

.postList .more a,
.searchResult .more a,
.teamMember .more a {
	background:url(images/icons/arrow-right-blue.png) no-repeat right center;
	color:#0099cc;
	font-size:14px;
	font-weight:300;
	padding-right:20px;
	text-decoration:none;
}

.postList .event h3 {
	color:#FFF;
}

.postList .event a {
	overflow:hidden;
	text-decoration:none;
	width:100%;
}

.postList .event a .date {
	color:#FFF;
	font-size:16px;
	font-weight:600;
	margin-bottom:15px;
}

.postList .event .blueBtn {
	width:70px;
}

.postList .docs {
	list-style-type:none;
	margin:0;
}

aside .postSlider h3 {
	font-size:18px;
	font-weight:400;
}

aside .postSlider a {
	color:#151515;
	text-decoration:none;
}

aside .postSlider p {
	color:#9BA39C;
	margin-bottom:10px;
}

.socialBox {
	background:#FF6432;
	color:#FFF;
	padding:50px 0;
}

.socialBox h2 {
	background:#FFF;
	color:#FF6432;
	display:inline-block;
	font-family: 'Noto Serif', serif;
	font-size:32px;
	font-weight:400;
	height:50px;
	line-height:50px;
	margin-bottom:30px;
	padding:0 20px;
}

.socialBox .mailForm {
	float:left;
	position:relative;
	width:70%;
}

.socialBox .mailForm .validation_error{
	display:none;
}

.socialBox .mailForm .gform_fields > li {
	width:100%;
}

.socialBox .mailForm .gfield .validation_message, .validation_error {
	padding:10px 0 0;
}

.socialBox .mailForm label {
	display:none;
}

.socialBox .mailForm input[type="email"]{
	background:#FFF;
	box-sizing:border-box;
	font-size:14px;
	height:80px;
	line-height:80px;
	padding:0 25px;
}

.socialBox .mailForm input[type="submit"]{
	background:#FF6432;
	color:#FFF;
	font-size:14px;
	height:40px;
	line-height:1;
	margin:0;
	padding:0;
	position:absolute;
	right:25px;
	text-transform:none;
	top:20px;
	width:120px;
}

.socialBox .follow {
	float:right;
	font-size:0;
}

.socialBox .follow a {
	background:#FFF;
	display:inline-block;
	height:80px;
	margin-left:25px;
	text-indent:-9999px;
	width:80px;
}

.socialBox .follow .twitter {
	background:#FFF url(images/icons/twitter-icon.svg) no-repeat center center;
}

.socialBox .follow .linkedin {
	background:#FFF url(images/icons/linkedin-icon.svg) no-repeat center center;
}

.socialBox .follow .fb {
	background:#FFF url(images/icons/facebook-icon.svg) no-repeat center center;
}

.logoRows {
	background:#F5F5F5;
	font-size:0;
	padding:40px 0;
}

.logoRows h2,
.logoRows h3 {
	background:#FFF;
	color:#9BA39C;
	display:inline-block;
	font-family: 'Noto Serif', serif;
	font-size:32px;
	font-weight:400;
	height:50px;
	line-height:50px;
	margin-bottom:30px;
	padding:0 20px;
}

.logoRows .logos {
	clear:both;
}

.logoRows .logo {
	background:#FFF;
	box-sizing:border-box;
	display:inline-block;
	padding-bottom:100%;
	position:relative;
	vertical-align:top;
	width:100%;
}

.logoRows .logo {
	margin:0 1%;
}

.logoRows .logo:first-child,
.logoRows .logo:nth-child(6n+1) {
	margin-left:0;
}

.logoRows .logo:last-child,
.logoRows .logo:nth-child(6n) {
	margin-right:0;
}

.logoRows .logo .inner {
	height:100%;
	left:0;
	position:absolute;
	text-decoration:center;
	top:0;
	width:100%;
}

.logoRows .logo .inner img {
	height:auto;
	max-width:80%;
	margin:0 auto;
}

.memberOffers {
	margin-top:50px;
}

.footerCtas {
	border-top:1px solid #9ea8a0;
	display:none;
	margin-top:40px;
	padding-top:45px;
}

.footerCtas .ctaBlock {
	display:inline-block;
	width:48%;
}

.footerCtas .ctaBlock:nth-child(2n){
	margin-left:4%;	
}

footer .topRow {
	background:#4A4A4A;
	padding:56px 0;	
}

footer h3 {
	color:#FFF;
	font-size:20px;
	font-weight:400;
	margin-bottom:25px;
}

footer p {
	font-size:14px;
	margin-bottom:20px;
	line-height:20px;
}

footer a {
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}

footer a:hover {
	text-decoration:underline;
}

footer p a,
footer table td a {
	text-decoration:underline;
}

footer p a:hover,
footer table td a:hover {
	text-decoration:none;
}

footer ul {
	list-style-type:none;
	margin:0;
}

footer ul li {
	padding-bottom:14px;
}

footer ul li a {
	text-decoration:none;
}

footer ul li a:hover {
	text-decoration:underline;
}

footer table {
	color:#FFF;
	font-size:14px;
}

footer table td {
	padding:12px 20px 12px 0;
	vertical-align:top;
}

footer table tr:first-child td {
	padding-top:0;
}

footer table td:first-child {
	color:#9BA39C;
}

footer .col {
	float:left;
}

footer .col1 {
	padding-right:58px;
	width:40.2%;
}

footer .col2 {
	padding-right:58px;
	width:28%;
}

footer .col3 {
	padding-right:58px;
	width:31.8%;
}

footer .col1 .left {
	float:left;
	font-size:12px;
	padding-right:30px;
	width:63%;
}

footer .col1 .right {
	float:left;
	width:37%;
}

footer .twitterFeed li {
	font-size:12px;
	margin-bottom:20px;
	padding-bottom:12px;
}

footer .twitterFeed li .thumb {
	float:left;
	margin-right:10px;
}

footer .twitterFeed li .tweet {
	color:#FFF;
	float:left;
	width:100%;
}

footer .twitterFeed li .tweet p {
	margin:0;
}

footer .twitterFeed li .tweet .tweettext {
	padding-top:10px;
	padding-left:80px;
}

footer .twitterFeed li .tweet .title,
footer .twitterFeed li .tweet .title a {
	color:#9BA39C;
	font-weight:600;
	text-decoration:none;
}

footer .twitterFeed li .tweet .title a:hover {
	text-decoration:underline;
}

footer .copyright {
	background:#292929;
	padding:20px 0;
	text-align:center;
}

footer .copyright p {
	margin:0;
}

.actions {
	padding:0 0 30px;
}

.actions .blueBtn {
	float:left;
	margin:0;
}

.cke_chrome {
	border:1px solid #eaeaea !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
}

.cke_top,
.cke_bottom {
	background-image:none !important;
	background:#f5f5f5 !important;
}

.cke_top {
	border-bottom:1px solid #eaeaea !important;
}

.cke_bottom {
	border-top:1px solid #eaeaea !important;
}

.cke_wordcount {
	display:none !important;
}

#locationEditMapCanvas,
#locationEditMapCanvas {
	height:400px;
	width:100%;
}

#locationEditMapCanvas img,
#locationAddMapCanvas img {
	height:auto;
	max-width:none;
	max-height:none;
	width:auto;
}

.ui-datepicker {
	width: 216px;
	height: auto;
	margin: 5px auto 0;
	font: 9pt Arial, sans-serif;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}

.ui-datepicker a {
	text-decoration: none;
}

.ui-datepicker table {
	width: 100%;
	border-collapse: collapse;
}

.ui-datepicker-header {
	background-color: #666; /* set the header background color */
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	min-height: 30px !important;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #666;
}

.ui-datepicker-title {
	text-align: center;
}

.ui-datepicker-title select {
	margin-top: 2.5%;
}

.ui-datepicker-prev, 
.ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url(images/datepicker/arrow.png);
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}

.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}

.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}

.ui-datepicker-year {
	margin-bottom:5px;
}

.ui-datepicker thead {
	background: #f7f7f7;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background: linear-gradient(to bottom,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
	text-transform: uppercase;
	text-align: center;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td {
	padding: 0;
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

.ui-datepicker tbody td:last-child {
	border-right: 0px;
}

.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}

.ui-datepicker td span, 
.ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(to bottom,  #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}

.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
	background: #FFF2AA; /* set the active date background color */
	border: 1px solid #c19163; /* set the active date border color */
	color: #666; /* set the active date font color */
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	text-shadow: 0px 1px 0px #FFF;
	filter: dropshadow(color=#FFF, offx=0, offy=1);
	position: relative;
	margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}

td.ui-datepicker-unselectable.ui-state-disabled {
	background-color: #d7d7d7;
}

table.ui-datepicker-calendar {
	margin: 0 0 0 0 !important;
}

body div#ui-datepicker-div[style] {
	z-index: 9999 !important;
}

.single-board .jobTitle,
.single-team .jobTitle {
	color:#0099cc;
	font-size:18px;
	margin-bottom:20px;
}

.single-board .avatar,
.single-team .avatar {
	margin-bottom:25px;
}

.linkedInLink {
	display:block;
	margin-bottom:40px;
}

.memberDetails tr td {
	padding-bottom:4px;
	padding-top:4px;
}

.memberDetails tr td:first-child {
	font-weight:700;
	padding-right:20px;
}

.ginput_preview img {
	display:inline-block;
	margin:10px 5px 0 0;
}

.orgLogo {
	border:1px solid #CCC;
	float:left;
	height:auto;
	margin:0 30px 20px 0;
	padding:20px;
	width:20%;
}

.orgLogo img {
	height:auto;
	width:100%;
}

.vitals {
	clear:both;
	padding:30px 0 40px;
}

.vitals h2 {
	margin:0 0 15px;
}

.vitals table tr td {
	border-bottom:1px solid #ccc;
	padding:10px 0;
	vertical-align:middle;
	width:65;
}

.vitals table tr td:first-child {
	font-weight:700;
	padding-right:30px;
	width:35%;
}

.author .contactDetails p {
	margin-bottom:5px;
}

#crm-container fieldset .crm-section .crm-section,
#crm-container .email-5-section {
	display:inline-block;
	margin-bottom:25px;
	vertical-align:top;
	width:48%;
}

#crm-container fieldset .crm-section .crm-section:nth-child(2n){
	margin-left:4%;
}

#crm-container fieldset .crm-section .crm-section.custom_11-section,
#crm-container fieldset .crm-section .crm-section.custom_12-section,
#crm-container fieldset .crm-section .crm-section.custom_13-section,
#crm-container fieldset .crm-section .crm-section.custom_14-section,
#crm-container fieldset .crm-section .crm-section.custom_15-section,
#crm-container fieldset .crm-section .crm-section.custom_16-section,
#crm-container fieldset .crm-section .crm-section.custom_27-section {
	display:block;
	margin-left:0;
	width:100%;
}

#crm-container fieldset .crm-section .crm-section.custom_17-section,
#crm-container fieldset .crm-section .crm-section.custom_19-section,
#crm-container fieldset .crm-section .crm-section.custom_21-section {
	margin-left:0;
}

#crm-container fieldset .crm-section .crm-section.custom_18-section,
#crm-container fieldset .crm-section .crm-section.custom_20-section {
	margin-left:4%;
}

.crm-container .crm-section .content {
	margin-left:0;
}

#crm-container .cms_pass-section .content, 
#crm-container .cms_name-section .content{
	margin-bottom:25px !important;
}

#crm-container fieldset .crm-section .credit_card_type-section {
	display:block;
	margin-top:25px;
	width:100%;
}

#crm-container fieldset .crm-section .credit_card_number-section {
	clear:both;
	margin-left:0 !important;
}

#crm-container fieldset .crm-section .cvv2-section {
	margin-left:4%;
}

#crm-container .cvv2-icon {
	margin-top:6px;
}

#crm-container fieldset .crm-section .credit_card_exp_date-section {
	display:block;
	margin:0 !important;
	width:100%;
}

#crm-container fieldset .crm-section .credit_card_exp_date-section select {
	float:left;
	width:48%;
}

#crm-container fieldset .crm-section .credit_card_exp_date-section select:nth-child(2){
	margin-left:4%;
	margin-top:-17px;
}

#crm-container fieldset {
	border:none;
	font-size:0;
	margin-top:40px;
}

#crm-container legend {
	background:#9BA39C;
	border:none;
	color:#FFF;
	display:inline-block;
	font-family:'Open Sans', sans-serif;
	font-size:24px;
	font-weight:400;
	margin-bottom:20px;
	padding:16px 20px;
}

#crm-container .crm-section .content {
	margin:0;
	padding:0;
}

#crm-container .crm-section .label {
	display:block;
	float:none;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    text-align:left;
    width:100%;
}

#crm-container .crm-section .label label {
	font-weight:600;
	text-align:left;
}

#crm-container.crm-public input[type="text"], 
#crm-container.crm-public input[type="password"], 
#crm-container.crm-public input[type="email"], 
#crm-container.crm-public select,
.crm-container input.crm-form-text, 
.crm-container input.dateplugin {
	background:#f5f5f5;
	background-image:none;
	border:1px solid #eaeaea;
	border-radius:0 !important;
	color:#595f6f !important;
	font-family:'Open Sans', sans-serif;
	font-size:14px !important;
	height:36px;
	line-height:36px;
	outline:none;
	padding:0 10px !important;
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	-moz-border-radius:0px;
  	-webkit-border-radius:0px;
	border-radius:0px;
	-webkit-text-size-adjust:none;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;	
}

#crm-container.crm-public input[type="text"]:focus, 
#crm-container.crm-public input[type="password"]:focus, 
#crm-container.crm-public input[type="email"]:focus{
	border:1px solid #fd4d13;
}

#crm-container.crm-public select {
	background:#f5f5f5 url(images/icons/arrow-down-orange.png) no-repeat 94% center;
	line-height:1;
}

#crm-container label .crm-error, #crm-container label .crm-inline-error {
	background:none;
	color:#9BA39C;
}

#crm-container .content .crm-error {
	background:none;
	color: #cb0000;
	display:block;
	font-size:14px;
    padding:5px 0 0;
}

#crm-container .messages.crm-error {
	border-radius:0;
	font-weight:600;
	padding:20px;
}

#crm-container .messages.crm-error .icon {
	margin-right:7px;
}

#crm-container .messages.crm-error #errorList {
	font-weight:400;
	margin:15px 0 0 20px;
}

#crm-container .crm-button {
	padding:0;
	background:none;
	border:none;
}

#crm-container .crm-button-icon {
	display:none;
}

#crm-container #crm-submit-buttons {
	margin:0 !important;
}

#crm-container input#_qf_Register_upload_express, 
#crm-container input#_qf_Main_upload_express{
	margin:25px 0 !important;
}

#crm-container .crm-button input[type=button], 
#crm-container .crm-button input.crm-form-submit {
	background: #ff5c25;
    clear: both;
    color: #FFF;
    cursor: pointer;
    display: block;
    float: left;
    font-family:'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    margin:0;
    padding: 16px 28px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow:none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

#crm-container .select2-container-multi .select2-choices {
	background:#f5f5f5;
	border:none;
	padding:0;
}

#crm-container .select2-container-multi .select2-choices:before {
	background:url(images/icons/arrow-down-orange.png) no-repeat center center;
	right:10px;
	top:12px;
}

#crm-container .crm-option-edit-link {
	display:none;
}

#crm-container .select2-container {
	display:none !important;
}

#crm-container select.crm-select2 {
	display:block !important;
	color:#595f6f !important;
	font-family:'Open Sans', sans-serif;
	font-size:14px !important;
}

.crm-public-footer {
	display:none;
}

#crm-container #checkavailability {
	display:none;
}

#crm-container .description {
	display:block;
	font-size:12px;
	padding-top:7px;
}

#crm-container .crm_user-group:before {
	content:'Create an account';
	display:block;
	background: #9BA39C;
    border: none;
    color: #FFF;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
    padding: 16px 20px;
}

.share-this-buttons {
	margin-top:40px;
}
