/*
Theme Name: theme.CAB
Design Studio: Moocow Media http://www.moocowmedia.com/
Version: 2.2.1
Author: Moocow Media
Author URI: http://www.moocowmedia.com/
Description: theme.CAB is a comprehensive theme framework. It's flexible home page and customization options mean you have full control over your CA website.
License: Wordpress derivate http://www.gnu.org/licenses/gpl-2.0.html
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/
@import url(reset.css);
@import url(clearfix.css);
html, html a {
	-webkit-font-smoothing: antialiased;
}
/*-------------------------------------------------------------------------------------------*/
/*- SETUP STD CLASSES -----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font: 16px/1.5 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 29px;
	background-color: #f2f6f9;
	color: #000000;
}
h1 {
    font-size: 2.5em;
    padding: 0;
    margin: 0 0 0.4em;
    font-weight: 600;
    color: #004b88;
    line-height: 1.2;
}
h2 {
    font-size: 1.8em;
    line-height: 1.3;
    margin: 0 0 0.5em;
	font-weight: 600;
}
h3 {
    font-size: 1.6em;
    margin: 0 0 0.5em;
	font-weight: 600;
}
h4 {
    font-size: 1.22em;
    margin: 0 0 0.5em;
}
h5 {
    font-size: 1.1em;
    margin: 0 0 0.909090909em;
}
h6 {
    font-size: 1em;
}
p {
	margin-top: 1em;
	margin-bottom: 1em;
}
.uls li {
	list-style: circle;
	color: #99877c;
}
.button-big {
	border: none;
	padding: 0;
	padding: 10px;
	border-radius: .2em;
	background-color: #004b88;
	color: white;
	font-weight: 600;
	margin-top: 20px;
}
.button-big-home {
	border: none;
	padding: 0;
	padding: 10px;
	border-radius: .2em;
	background-color: #fbc0ad;
	color: white;
	font-weight: 600;
	margin-top: 20px;
}
.button-big-home {
	color: #000;
}
.slider .copy ul li {
	list-style: none;
}
.click-action {
	cursor: pointer;
}
textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	padding: 8px;
	background: #fff;
	border: 1px solid #ccc;
	color: #595959;
	line-height: 1.6em;
	max-width: 100%;
	width: 100%;
	margin-bottom: 15px!important;
	box-sizing: border-box;
	-webkit-appearance: none;
}
input[type=button], input[type=submit] {
    padding: 7px 7px;
    background-color: #004b88;
    font-weight: bold;
	border: none;
	color: #fff;
	cursor: pointer;
	width: auto;
}
input[type=button]:hover, input[type=submit]:hover {
	background: #111;
	color: #fff
}
img {
	max-width: 100%;
	height: auto;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}
/*-------------------------------------------------------------------------------------------*/
/*- GLOBAL CLASSES --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/*--- Links ---*/
a {
	text-decoration: none;
	color: #004b88;
}
a:hover {
	color: #000;
	text-shadow: none;
}
/*--- Layouts ---*/
.no_bg {
	background-image: none;
}
.clearboth {
	clear: both
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.floatright {
	float: right;
}
.no_display {
	display: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
h5.date {
	margin: 0px 0px 8px;
	padding: 0px;
	font-weight: lighter;
	font-size: 10px;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #999;
}
h1.entry-title {
	padding: 0px 7.5px;
}
.section-title, .widgettitle {
	padding: 5px 0px;
	margin: 0px 0px 12px;
	color: #004b88;
	font-size: 22px;
}
.section-title a, .widgettitle a {
	color: #004b88;
	font-size: 21px;
	line-height: 22px;
	font-weight: 600;
	text-decoration: none;
}
.section-title a:hover, .widgettitle a:hover {
	color: #39c;
}
table {
    display: table;
    width: 100%
}

table tr {
    display: table-row
}

table tr td {
    display: table-cell;
}

@media (max-width:767px) {
    table,
    table tr {
        display: block
    }
    table tr td {
        display: block;
    }
}
/*-------------------------------------------------------------------------------------------*/
/*- CUSTOM STYLE  --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.pps-header {
	background-color: #004b88;
}
.pps-title {
	color: #fff;
	text-align: center;
}
.overflow-box {
	padding: 0px;
}
.sticky-container {
    margin: 0;
    padding: 0;
    position: fixed;
    right: -129px;
    top: 130px;
    width: 200px;
    z-index: 10000;
}
@media (max-width: 1024px) {
.sticky-container {
    display: none;
}
}
@media (max-width: 767px) {
.sticky-container {
    display: none;
}
}
.sticky li {
    background-color: #e8eaec;
    color: #8d837d;
    cursor: pointer;
    height: 43px;
    list-style-type: none;
    margin: 0 0 1px;
    padding: 0;
    transition: all 0.25s ease-in-out 0s;
}
.sticky li:hover {
    margin-left: -115px;
}
.sticky li a {
    text-decoration: none;
}
.sticky li a img {
    float: left;
    margin: 5px 10px 5px 5px;
}
.sticky li a p {
    color: #8d837d;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    padding: 10px 0 0;
    text-decoration: none;
    text-transform: capitalize;
}
a#barometer_tab {
	background-image: url(images/feedback_tab.png);
	background-color: #222222;
	color: #FFFFFF;
	cursor: pointer;
	height: 102px;
	left: 0;
	margin-left: -7px;
	overflow: hidden;
	position: fixed;
	text-indent: -100000px;
	top: 25%;
	width: 42px;
	z-index: 100000;
}
@media (max-width: 1024px) {
	a#barometer_tab {
    	display: none;
	}
}
@media (max-width: 767px) {
	a#barometer_tab {
    	display: none;
	}
}
/*-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/*- GENERAL LAYOUT --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#header-container {
	position: relative;
	margin: 0 auto 0px;
	background-color: #FFF;
}
#header {
	padding: 0 1em;
	margin: auto;
	max-width: 1366px;
}
#navigation-container {
	position: relative;
}
#content-container {
	max-width: 1366px;
	margin: auto;
	clear: left;
	padding: 0 1em;
	margin-top: 1em;
	margin-bottom: 1.5em;
}
#left-column {
	float: left;
	width: 66%;
	width: calc(66% - 1em);
	position: relative;
}
@media (max-width: 1024px) {
	#left-column {
    	width: 100%;
	}
}
@media (max-width: 767px) {
	#left-column {
    	width: 100%;
	}
}
#right-column {
	float: right;
	width: 33%;
	width: calc(33% - 1em);
}
@media (max-width: 1024px) {
	#right-column {
    	width: 100%;
	}
}
@media (max-width: 767px) {
	#right-column {
    	width: 100%;
	}
}
#force-right {
	float: right;
	width: 76%;
	width: calc(76% - 1em);
}
@media (max-width: 1024px) {
	#force-right {
    	width: 100%;
	}
}
@media (max-width: 767px) {
	#force-right {
    	width: 100%;
	}
}
#force-left {
	float: left;
	width: 23%;
	width: calc(23% - 1em);
	margin-top: 7.5px;
}
@media (max-width: 1024px) {
	#force-left {
    	width: 100%;
	}
}
@media (max-width: 767px) {
	#force-left {
    	width: 100%;
	}
}
#full-width {
	max-width: 1366px;
}
#gallery {
	max-width: 940px;
}
.comments-area,
.hentry {
    background-color: #fff;
    padding: 1em;
    padding-right: 1em;
    padding-left: 1em;
    margin: 0 0 1em;
    line-height: 1.7;
    color: #202020
}
@media (max-width: 1024px) {
	.comments-area, .hentry {
		padding-right: 1em;
    	padding-left: 1em;
	}
}
@media (max-width: 767px) {
	.comments-area, .hentry {
    	padding-right: 1em;
    	padding-left: 1em;
	}
}

/*** For events page override ***/
.page-id-6823 .hentry {
	background-color: #f2f6f9;
	padding: 0em;
}
.page-id-6823 .hentry .hentry {
	background-color: #ffffff;
	padding: 1em 2.5em;
}

/*-------------------------------------------------------------------------------------------*/
/*- HEADER ----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.logo {
	float: left;
	width: 50%;
	position: relative;
	padding: 0.5em 0em;
}
@media (max-width: 1024px) {
	.logo {
    	width: 50%;
	}
}
@media (max-width: 767px) {
	.logo {
    	width: 100%;
	}
	.logo img {
	    margin: 0 auto;
	}
}
.logo img {
	max-height: 100px;
}
.logo span {
	position: absolute;
	top: 42px;
	left: 110px;
	font-size: 16px;
	font-weight: 700;
	color: #004b88;
	line-height: 1.3;
}
.brand {
	clear: both;
}
.brand h1 {
	margin: 0px 0px 0px;
	padding: 0px;
	color: #005AB6 !important
}
.brand p {
	color: #ffffff;
	margin-top: 2px;
	margin-bottom: 20px;
	margin-left: 10px
}
.brand h1 a {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	color: #ffffff;
	font-size: 26px
}
.cabsearch {
	float: right;
	margin-top: 2.2em;
	width: 50%;
	width: calc(50% - 1em);
}
@media (max-width: 1024px) {
	.cabsearch {
	    width: 50%;
    	width: calc(50% - 1em);
	}
}
@media (max-width: 767px) {
	.cabsearch {
    	width: 100%;
		margin-top: 0px;
	}
}
#google_translate_element {
	float: right;
	max-width: 50%;
	line-height: 50px;
}
.goog-te-gadget, .goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {
	color: #ffffff!important;
}
.cabsearch form {
	float: right;
	margin-top: 0.5em;
	max-width: 75%;
}
@media (max-width: 1024px) {
	.cabsearch form {
    	margin-top: 0.5em;
	}
}
@media (max-width: 767px) {
	.cabsearch form {
    	margin-bottom: 1em;
	}
}
.cabsearch input[type="text"] {
	display: inline-block;
	margin: 0;
	padding: 2px;
	width: 100%;
	width: calc(100% - 34px);
}
.cabsearch input[type="image"] {
	padding: 0px;
	display: inline-block;
	float: right;
}
.main-header__top-nav {
    float: right;
    text-align: right;
}
.main-header__top-nav ul >li {
    float: left;
    margin: 0;
    position: relative;
}
.main-header__top-nav ul >li >a {
    padding: 0px 8px;
    display: block;
    font-weight: 600;
    color: #004b88;
}
.main-header__top-nav ul >li:last-child >a {
    padding-right: 0;
}
.telnumber {
	text-align: right;
	color: #004b88;
}
@media (max-width: 1024px) {
	.telnumber {
    	text-align: right;
	}
}
@media (max-width: 767px) {
	.telnumber {
    	text-align: center;
	}
}
.dropin {
    text-align: right;
    clear: both;
}
.dropin a {
    font-weight: bold;
}
@media (max-width: 1024px) {
	.dropin {
    	text-align: right;
	}
}
@media (max-width: 767px) {
	.dropin {
    	text-align: center;
    	margin-top: 1em;
    	margin-bottom: 1em;
	}
}
/*--------------------------*/
/*- HEADER BANNER ----------*/
#header-banner {
	margin: 0px;
	border-bottom: 5px solid #111;
}
/*--------------------------*/
/*- NAVIGATION ----------*/
.main-nav {
	background-color: #004b88;
	margin-bottom: 1em;
}
.main-nav::after {
	clear: both;
	content: " ";
	display: block;
}
#mobile {
	display: none;
}
ul#nav {
	clear: both;
	margin: auto;
	max-width: 1366px;
    padding: 0 1em;
}
@media (max-width: 1024px) {
	#desktop {
    	display: none;
	}
	#mobile {
		background-color: #004b88;
		display: block;
	}
	#mmenu:after {
		height: 15px;
	}
	nav#mobile #toggle-bar {
		line-height: 50px;
		height: 50px;
	}
	nav#mobile strong a {
		color: #ffffff;
		margin-left: 20px;
	}
	nav#mobile .navicon {
		float: right;
		height: 3px;
		width: 20px;
		margin: 20px;
		border-top: 9px double #FFF;
		border-bottom: 3px solid #FFF;
		font-size:0;
	}
	nav#mobile ul li {
		clear:both;
		list-style:none;
	}
	nav#mobile ul li a {
		display: block;
		background-color: #004b88;
		color: #ffffff;
		margin:2px 0;
		padding:6px 0 6px 20px;
		font-weight: 600;
	}
	nav#mobile ul ul {
		font-size:small;
	}
	nav#mobile ul ul li {
		margin-left:30px;
	}
	nav#mobile ul ul a {
		background-color:#004b88;
	}
	nav#mobile .menu_item_wpglobus_menu_switch .sub-menu {
		display: block;
	}
	nav#mobile .menu_item_wpglobus_menu_switch .sub-menu li {
		margin-left: 0px;
	}
	nav#mobile .menu_item_wpglobus_menu_switch .sub-menu li a {
		font-size: initial;
	}
}
@media (max-width: 767px) {
}
ul#nav li {
	float: left;
	position: relative;
}
ul#nav li a {
	display: block;
	padding: 9px 1.5em 9px 9px;
	margin: 0px 6px 0px 0px;
	color: #ffffff;
	font-weight: 600;
	text-decoration: none;
}
ul#nav li a:hover {
	color: #000;
	background-color: #FFF
}
/*--------------------------*/
/*- SUB MENU ---------------*/
ul#nav ul.sub-menu {
	position: absolute;
	display: none;
	top: 50px;
	left: 0px;
	z-index: 2;
	border-top: 6px solid #004b88;
    box-shadow: 3px 3px 10px #5c5c5c;
    background: #fff;
    padding: .5em 1em;
    z-index: 1;
    max-width: 400px;
}
@media (min-width: 768px) {
  ul#nav ul.sub-menu {
    float: left;
    position: absolute;
    top: 100%;
    z-index: 99999;
  }
}

ul#nav ul.sub-menu ul {
	left: 162px;
	top: 0px;
}
ul#nav ul.sub-menu li {
	width: 215px;
	border-bottom: 1px dotted #ccc;
}
ul#nav ul.sub-menu li a {
	display: block;
	padding: 3px 5px;
	margin: 5px;
	border-top: none;
	color: #004b88;
}
ul#nav ul.sub-menu li a:hover {
	color: #000;
}
/*-------------------------------------------------------------------------------------------*/
/*- FOOTER ----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#footer {
	margin: auto;
    background-color: #b2c9db;
	font-size: 13px;
	overflow: hidden;
}
.footer-container {
    margin: auto;
    max-width: 1366px;
    padding: 0 1em;
}
@media (max-width: 1024px) {
	#footer ul li.column {
		margin: auto;
	}
}
@media (max-width: 767px) {
	#footer ul li.column {
    	margin: auto;
    	clear: left;
    	padding: 0 1em;
    	margin-top: 1em;
    	margin-bottom: 1.5em;
	}
}
.footer-widgets {
	margin: auto;
	max-width: 1366px;
}
.footermenuleft {
	float: left;
	width: 40%
}
.footermenuright {
	float: right;
	width: 50%
}
.footerdetails {
	float: left;
	width: 74%
}
.footercopyright {
	float: left;
	width: 26%
}
.footer--logos {
	float: right;
	margin-top: 1em;
}
#footermenu input {
	padding: 3px;
}
#footermenu {
	font-size: 13px;
	color: #999999;
	margin: 0px auto 0px auto;
	height: 30px;
	max-width: 940px;
	padding: 10px;
}
#footer h4 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: bold;
	color: #004b88;
	font-size: 20px;
}
#footer h4 a {
	font-weight: bold;
	color: #004b88;
	font-size: 20px;
}
#footer a {
	color: #000;
	text-decoration: none;
	font-size: 13px;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .widgettitle {
	margin: 0px 0px 10px;
	padding: 0px;
	text-transform: none;
	border: none;
}
#footer ul {
	overflow: hidden;
}
#footer ul li.column {
	float: left;
	width: 22.5806455%;
	margin-right: 3.225806%;
}
@media (max-width: 1024px) {
	#footer ul li.column {
		float: left;
		width: 22.5806455%;
		margin-right: 3.225806%
	}
}
@media (max-width: 767px) {
	#footer ul li.column {
		float: left;
		width: 100%;
		margin-right: 0px;
		box-sizing: border-box;
	}
}
#footer ul li.column:last-child {
	margin-right: 0;
}
#footer ul li.column ul li {
	padding: 0px 0px 3px;
	margin: 0px 0px 3px;
}
.footer-text {
	clear: both;
	margin-top: 0px;
	padding: 0;
	margin: auto;
	max-width: 1366px;
}
.footer-text p {
	float: left;
	font-size: 11px;
}
.footer-text .obox-credit {
	float: right;
	margin-top: -30px;
}
#footer ul#twitter_update_list li {
	background: none;
}
#footer ul#twitter_update_list li span a {
	color: #3399CC;
}
#footer .search-form input[type=text] {
	width: 100%;
	width: calc(100% - 72px);
	padding: 8px;
}
#footer .search-form input[type="submit"] {
	background: #004b88;
	color: #FFF;
	width: 72px;
}
#footer .search-form input[type="submit"]:hover {
	background: #333;
}
#footer ul li.column ul.social-bookmarks li {
	padding: 0px;
	margin: 0px;
}
.members-social-footer {
    margin: 1em 0 0
}
.members-social-footer>a {
    margin-right: .5em;
    padding: 25px
}
.members-social-footer .members-social-footer__twitter {
    background: url(../../../wp-content/uploads/2019/05/socialmedia_twitter.png) 50% no-repeat;
    background-size: 50px
}
.members-social-footer .members-social-footer__facebook {
    background: url(../../../wp-content/uploads/2019/05/socialmedia_facebook.png) 50% no-repeat;
    background-size: 50px
}
.members-social-footer .members-social-footer__youtube {
    background: url(../../../wp-content/uploads/2019/05/socialmedia_youtube.png) 50% no-repeat;
    background-size: 50px
}
.footer-text .copyright {
	float: left;
	width: 100%;
}
.footer-text .copyright .blurb, .footer-text .copyright .blurb a {
	padding-top: 12px;
	font-size: 12px;
	line-height: 24px;
	color: #000;
}
/*--------------------------------------------*/
/*- FOOTER MENU ---------------------*/	
.menu-bottom-menu-container li {
	display: inline-block;
}
/*--------------------------------------------*/
/*- FOOTER CATEGORY MENU ---------------------*/
ul#menu-bottom-menu {
	margin-top: 12px;
	font-size: 12px;
	color: #FFF;
}
ul#menu-bottom-menu {
	margin-bottom: 10px;
	overflow: hidden;
}
ul#menu-bottom-menu li {
	float: left;
}
ul#menu-bottom-menu li ul {
	display: none;
}
ul#menu-bottom-menu li a {
	display: block;
	padding: 0px;
	margin: 0px 10px 0px 0px;
}
ul#menu-bottom-menu li:first-child a {
	padding-left: 0px;
}
ul.afp-item-details {
	padding: 10px 12px 15px;
	border-bottom: 10px solid #f2f6f9;
	border-top: 5px solid #99b7c4;
	background-color: #ffffff;
	height: 220px;
	text-align: center;
}
/*---------------------*/
/*- PAGE STYLES -------*/
.hentry ol, .hentry ul {
    list-style: outside none disc;
    margin: 1em 0;
	padding-left: 40px;
}
.hentry li {
    margin-bottom: 0.5em;
	list-style: disc;
	list-style-position: outside;
}
/*---------------------*/
/*- VISUAL COMPOSER OVERWRITE -------*/
.box-advice .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-sm {
    padding: 0 0.8em;
    background-color: transparent;
    font-size: 100%;
    font-weight: bold;
    color: #004b88;
    line-height: 1;
    
}
.vc_column_container > .vc_column-inner {
	padding-left: 1em!important;
	padding-right: 1em!important;
}
.vc_row-o-equal-height > .vc_column_container > .vc_column-inner {
	padding-left: 0px!important;
	padding-right: 0px!important;
}
.limit100 .wpb_single_image.vc_align_center {
	min-height: 100px;
	height: 100px;
}
.limit150 .wpb_single_image.vc_align_center {
	min-height: 150px;
	height: 150px;
}
.limit100.wpb_single_image img {
	max-height: 100px;
}
.limit150 .wpb_single_image img {
	max-height: 150px;
}
.wpb_single_image .vc_figure-caption {
	font-size: 16px!important;
	font-weight: 700;
	color: #004b88;
}
.vc_separator h4 {
	font-weight: bold;
	color: #004b88;
}
.blue--button .vc_general.vc_btn3 {
	background-color: #004b88!important;
	color: #ffffff!important;
}
.blue--button .vc_general.vc_btn3:hover {
	background-color: #000000!important;
}
.pink--button .vc_general.vc_btn3 {
	background-color: #fbd5c3!important;
	color: #000000!important;
}
.pink--button .vc_general.vc_btn3:hover {
	background-color: #000000!important;
	color: #ffffff!important;
}
.vc_general.vc_btn3 {
	font-weight: 600;
}
.wpb_gmaps_widget .wpb_wrapper {
    background-color: #ffffff!important;
    padding: 0px!important;
}
.wpb_image_grid .wpb_image_grid_ul {
    text-align: center;
}
.wpb_image_grid .wpb_image_grid_ul .isotope-item {
	display: block!important;
    width: 25%!important;
	margin: 0!important;
	height: 150px!important;
	line-height: 150px!important;
}
.wpb_image_grid .wpb_image_grid_ul img {
	display: inline-block!important;
	width: auto!important;
	max-width: 100%!important;
	margin: auto!important;
	height: auto!important;
	max-height: 70%!important;
	vertical-align:middle!important;
}
/*- PLUGINS OVERWRITE -------*/
.menu_item_wpglobus_menu_switch .sub-menu {
    display: block;
}
.home .testimonial-entry-content {
    margin: 0px!important;
}
.home .testimonial-entry-content p:before {
  color: #ffffff;
  content: open-quote;
  font-size: 26px;
  line-height: 0.1em;
  margin-right: 0.25em;
}
.home .testimonial-entry-content p:after {
  color: #ffffff;
  content: close-quote;
  font-size: 26px;
  line-height: 0.1em;
  margin-left: 0.25em;
}
.home .testimonial-entry-title {
    display: none!important;
}
.frm_style_cab-style.with_frm_style .form-field.frm_section_heading {
    padding: 1em;
    margin: 1em 0;
    border: 1px solid #ddd;
}
/*---------------------*/
/*- GLOBAL STYLES -----*/
.border-top-blue {
	border-top: 8px solid #004b88;
}
.border-top-lblue .vc_column-inner {
	border-top: 8px solid #99b7c4;
}
.home .type-page {
	background-color: transparent;
	padding: 0px;
	padding-right: 7.5px;
    padding-left: 7.5px;
	margin: 0px;
}
.home--posts, .type-page {
	border-top: 8px solid #99b7c4;
}
/*** For events page override ***/
.post-6823 {
	border-top: none;
}
.box-welcome .wpb_single_image, .box-advice .wpb_single_image {
    min-height: 130px;
    height: 130px;
    line-height: 130px;
}
.box-welcome .wpb_single_image img, .box-advice .wpb_single_image img {
	max-height: 100px;
	width: auto;
	vertical-align: middle;
}
.get--advice {
	margin-top: 30px;
}
.need--help .vc_column-inner {
    background: #fcbb69 url("https://s3-eu-west-1.amazonaws.com/moocowmedia/CAB/Inventive/Pink/inventivepink_wallet_closed.png") no-repeat 80% 90%;
    background-size: 280px;
    border-top: 8px solid #ffcbb6;
}
.need--help h2 {
	margin-top: 0;
    color: #fbd5c3;
}
.need--help p {
    color: #fff;
}
.people--say .vc_column-inner {
    background: #fcbb69 url("https://s3-eu-west-1.amazonaws.com/moocowmedia/CAB/Inventive/Pink/inventivepink_mugs.png") no-repeat 80% 90%;
    background-size: 280px;
    border-top: 8px solid #ffcbb6;
}
.people--say h2 {
	margin-top: 0;
    color: #fbd5c3;
}
.people--say p {
    color: #fff;
	margin-top: 0px!important;
}

/** heritage **/
.heritage.yellow {
	background-color: #fcbb69!important;
	border-color: #004b88!important;	
}
.heritage.yellow h2 {
	color: #004b88!important;	
}
.heritage.yellow .vc_general {
    background-color: #fcbb69 !important;
    color: #000000 !important;
}
.heritage.blue {
	background-color: #004b88!important;
	border-color: #fcbb69!important;	
}
.heritage.blue h2 {
	color: #fcbb69!important;	
}
.heritage.blue .vc_general {
    background-color: #004b88 !important;
    color: #ffffff !important;
}
/** responsible **/
.responsible.lgreen {
	background-color: #a6d6ae !important;
	border-color: #57486b !important;	
}
.responsible.lgreen h2 {
	color: #57486b !important;	
}
.heritage-yellow-button .vc_general.vc_btn3 {
    background-color: #fcbb69 !important;
    color: #000000 !important;
}
.responsible.purple {
	background-color: #57486b !important;
	border-color: #a6d6ae !important;	
}
.responsible.purple h2 {
	color: #a6d6ae !important;	
}
.heritage-blue-button .vc_general.vc_btn3, .blue--button .vc_general.vc_btn3 {
    background-color: #004b88 !important;
    color: #ffffff !important;
}
/** inventive **/

.inventive.pink {
	background-color: #ffcbb6!important;
	border-color: #11617a!important;	
}
.inventive.pink h2 {
	color: #11617a!important;	
}
.inventive-pink-button .vc_general.vc_btn3, .pink--button .vc_general.vc_btn3 {
    background-color: #ffcbb6 !important;
    color: #000000 !important;
}
.inventive.teal {
	background-color: #11617a!important;
	border-color: #ffcbb6!important;	
}
.inventive.teal h2 {
	color: #ffcbb6!important;	
}
.inventive-teal-button .vc_general.vc_btn3 {
    background-color: #11617a !important;
    color: #ffffff !important;
}
/** generous **/

.generous {
	background-color: #c3b8da!important;
	border-color: #025543!important;	
}
.generous.lpurple h2 {
	color: #025543!important;	
}
.generous.green {
    background-color: #025543!important;
    color: #c3b8da!important;
}
/*---------------------*/
/*- HOME PAGE -----*/
.hero-title {
    margin: .625em 0 0;
}
.hero-image {
    float: right;
	margin: -16px -1em 0 0;
}
/*---------------------*/
/*- SLIDER IMAGES -----*/
.gallery-container {
	float: left;
	width: 100%;
	height: 580px;
	position: relative;
}
.gallery-container li {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1px;
}
.gallery-image {
	display: block;
	height: 260px;
	overflow: hidden;
	background-color: #FFF;
}
.gallery-image img {
	display: block;
	margin: auto;
}
.gallery-container a {
	display: block;
	width: 620px;
	overflow: hidden;
}
.gallery-container a img {
	position: relative;
	margin: auto;
}
/*---------------------*/
/*- EVENTS SLIDER IMAGES -----*/
.events .gallery-container {
	float: left;
	width: 65.9574%;
	height: 580px;
	position: relative;
}
.events .gallery-container li {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1px;
}
.events .gallery-image {
	display: block;
	height: 340px;
	overflow: hidden;
}
.events .gallery-image img {
	display: block;
	margin: auto;
}
.events .gallery-container a {
	display: block;
	width: 620px;
	overflow: hidden;
}
.events .gallery-container a img {
	position: relative;
	margin: auto;
}
/*---------------------*/
/*- SLIDER BUTTONS ----*/
.slider .next, .slider .previous {
	display: block;
	width: 19px;
	height: 26px;
	position: absolute;
	top: 42%;
	text-indent: -999px;
	z-index: 10;
	overflow: hidden;
	background-color: #fff;
	background-image: url(images/layout/sprite.png);
}
.slider .previous {
	left: 0px;
	background-position: 0px 0px;
	border-radius: 0px 5px 5px 0px;
}
.slider .next {
	left: 63.9362%;
	background-position: -129px -0px;
	border-radius: 5px 0px 0px 5px;
}
.slider .previous:hover {
	background-position: 0px -55px;
}
.slider .next:hover {
	background-position: -129px -55px;
}
/*---------------------*/
/*- SLIDER DOTS -------*/		
.slider .dots {
	position: relative;
	width: 100%;
}
.slider .dots ul {
	list-style: none;
	margin: 0px;
}
.slider-dots {
	float: left;
	width: 100%;
	margin: 20px auto;
}
.slider-dots .dot {
	float: left;
	display: block;
	width: 8px;
	height: 8px;
	margin-right: 10px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(images/layout/sprite.png) -18px -136px no-repeat;
}
.slider-dots .dot:hover, .slider-dots .dot-selected {
	background-position: 0px -136px;
}
/*---------------------*/
/*- SLIDER COPY -------*/
.slider .copy {
	position: absolute;
	width: 34.914894%;
	top: 0;
	right: 0;
}
.slider .copy ul {
	list-style: none;
	margin: 0px;
}
.slider .post-title {
	line-height: 1.1em;
	font-size: 32px;
	font-weight: lighter;
	padding-top: 42px;
	padding-right: 0px;
}
/*---------------------*/
/*- EVENTS SLIDER COPY -------*/
.events.slider .copy {
	float: right;
	width: 31.914894%;
}
.events.slider .copy ul {
	list-style: none;
	margin: 0px;
}
.events.slider .post-title {
	line-height: 1.1em;
	font-size: 35px;
	font-weight: lighter;
	padding-top: 20px;
	padding-right: 21px;
}
/*----------------------------*/
/*- ARTICLE LIST (NO META) ---*/
.article-list a {
	font-weight: bold;
	color: #333;
}
.article-list a:hover {
	color: #39c;
}
/*--------------------------*/
/*- RELATED GALLERIES ------*/
.related-galleries {
	overflow: auto;
	margin-bottom: 30px;
}
.related-galleries li {
	float: left;
	width: 95px;
	margin: 0px 10px 10px 0px;
}
.related-galleries li:nth-child(6n+6) {
	margin-right: 0px;
}
.related-galleries li .gallery-image {
	display: block;
	width: 95px;
	height: 75px;
	overflow: hidden;
}
.related-galleries .last {
	margin-right: 0px;
}
/*--------------------------------------------------------*/
/*- PAGINATION -------------------------------------------*/
.pagination {
	padding: 0px;
	margin-bottom: 30px;
	overflow: hidden;
	border-top: 3px solid #111;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
.pagination .prev  {
	padding-left: 0!important;
}
.pagination .page-numbers  {
	padding: 0 1em;
}

/*--------------------------------------------------------*/
/*- ACTION LINK / VC3 BUTTON ------------------------------------------*/
.continue-reading {
    display: block;
    margin-bottom: 0.621118em;
    max-width: 100%;
}
a.action-link, a.vc_general {
	border: none;
	padding: 14px 20px;
	border-radius: 5px;
	background-color: #004b88;
	color: white;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
}
a.action-link:hover, a.vc_general:hover {
	background: #000000;
}
.donatebutt {
	margin-bottom: 10px;
	margin-top: 10px;
}
.findout {
	color: #ffffff
}
.donate {
	background-color: #5da631;
	padding: 15px;
	border-radius: 15px;
	margin-top: 15px;
}
.donation {
	margin: none
}

/*--------------------------------------------------------*/
/*- CATEGORY SPECIFIC ------------------------------------------*/

/*--------------------------------------------------------*/
/*- TEXT WIDGET ------------------------------------------*/
.cabbox {
	padding: 10px 12px 15px;
	border-bottom: 10px solid #f2f6f9;
	border-top: 5px solid #99b7c4;
	background-color: #ffffff;
}
.cabbox li {
	padding-bottom: 0px;
	min-height: auto;
}
.post, .event {
	border-top: 8px solid #99b7c4;
}
.cabnews {
}
.cabnews p, .cabnews a {
	color: #fff;
	font-weight: 600;
}
.ticker-wrapper.has-js {
	margin: 0;
	width: 100%;
	height: 32px;
	display: block;
}
.ticker {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
.ticker-title {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
.ticker-content {
	margin: 0px;
	padding-top: 5px;
	position: absolute;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.5;
}
.ticker-content:focus {
}
.ticker-content a {
	text-decoration: none;
	color: #fff;
	font-weight: 600;
}
.ticker-content a:hover {
	text-decoration: underline;
	color: #fff;
	font-weight: 600;
}
.ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px;
	background-color: #004b88;
	display: block;
	width: 800px;
	height: 23px;
}
.ticker-swipe span {
	margin-left: 1px;
	background-color: #004b88;
	border-bottom: 1px solid #004b88;
	height: 12px;
	width: 7px;
	display: block;
}
.ticker-controls {
	width: 20%;
	padding: 0;
	list-style-type: none;
	float: left;
	background-color: #004b88;
}
.ticker-controls li {
	padding: 0px;
	margin-left: 5px;
	float: right;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
.ticker-controls li.jnt-play-pause {
	display: none;
	background-image: url('images/controls.png');
	background-position: 32px 16px;
}
.ticker-controls li.jnt-play-pause.over {
	background-position: 32px 32px;
}
.ticker-controls li.jnt-play-pause.down {
	background-position: 32px 0px;
}
.ticker-controls li.jnt-play-pause.paused {
	display: none;
	background-image: url('images/controls.png');
	background-position: 48px 16px;
}
.ticker-controls li.jnt-play-pause.paused.over {
	background-position: 48px 32px;
}
.ticker-controls li.jnt-play-pause.paused.down {
	background-position: 48px 0px;
}
.ticker-controls li.jnt-prev {
	display: none;
	background-image: url('images/controls.png');
	background-position: 0px 16px;
}
.ticker-controls li.jnt-prev.over {
	background-position: 0px 32px;
}
.ticker-controls li.jnt-prev.down {
	background-position: 0px 0px;
}
.ticker-controls li.jnt-next {
	background-image: url('images/controls.png');
	background-position: 16px 16px;
	display: none;
}
.ticker-controls li.jnt-next.over {
	background-position: 16px 32px;
}
.ticker-controls li.jnt-next.down {
	background-position: 16px 0px;
}
.ticker-wrapper {
	display: none
}
.js-hidden {
	display: none;
}
.no-js-news {
	padding: 10px 0px 0px 45px;
	color: #f4faf0;
}
.left .ticker-swipe {
/*left: 80px;*/

}
.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
	float: left;
}
.left .ticker-controls {
	padding-left: 0;
}
.right .ticker-swipe {
/*right: 80px;*/

}
.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
	float: right;
}
.right .ticker-controls {
	padding-right: 6px;
}
/*--------------------------------------------------------*/
/*- VIDEO META ------------------------------------------*/
.single .video-meta {
	clear: none;
	display: inline;
}
.views, .likes {
	margin-right: 10px;
	padding-left: 20px;
	font-size: 12px;
	text-transform: uppercase;
}
.views {
	background: url(images/layout/views.png) left no-repeat;
}
.likes {
	background: url(images/layout/likes.png) left no-repeat;
	margin-left: 1.0204%;
}
/*-------------------------------------------------------------------------------------------*/
/*- POSTS CLASSES ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/*-----------------------------*/
/*- NEXT - PREV POST NAV ------*/
.next-prev-post-nav {
	margin-bottom: 10px;
	overflow: hidden;
	background: #f1f1f1;
	border-top: 3px solid #111;
	border-bottom: 1px solid #ccc;
	display: none;
}
.next-prev-post-nav li {
	float: left;
	width: 46.612903%;
	padding: 4px 10px 5px;
	text-align: right;
}
.next-prev-post-nav li:first-child {
	border-right: 1px solid #ccc;
	text-align: left;
}
.next-prev-post-nav li a {
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	color: #111;
}
.next-prev-post-nav li a:hover {
	color: #39c;
}
.next-prev-post-nav li p {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	line-height: 1.6em;
	color: #777;
}
/*-----------------------------*/
/*- RELATED / RECENT SLIDER ---*/
.post-slider {
	padding: 0px;
	margin: 0px 0px 0px;
	background: #f1f1f1;
	border-top: 3px solid #111;
}
.post-slider ul {
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
.post-slider ul li {
	float: left;
	width: 167px;
	padding: 10px;
	border-right: 1px solid #ccc;
	overflow: hidden;
}
.post-slider ul li:last-child {
	border-right: none;
}
.post-slider ul li img {
	float: left;
	display: block;
	margin-right: 10px;
}
.post-slider ul li a.post-title {
	font-size: 12px;
	color: #595959;
	line-height: 1.2em;
}
.post-slider ul li a.post-title:hover {
	color: #111;
}
/*- RESET SOME CLASSES FOR THE COPY AFTER CLEARING EVERYTHING AT THE TOP OF THE CSS  -*/
.copy {
	margin-bottom: 0px;
}
.copy ol, .copy ul {
	line-height: 22px;
	margin-bottom: 28px;
}
/* Gradient transparent - color - transparent */
.copy ul li {
}
hr {
	height: 1px;
	border: none;
	color: #ccc9c6;
	background-color: #ccc9c6;
	margin: 10px 0 10px 0;
}
.copy ol {
	list-style: decimal;
}
.copy code, .copy pre {
}
.copy img {
	display: block;
}
.copy iframe {
	max-width: 100%;
}
.copy h1 {
	margin-bottom: 20px;
}
.copy blockquote {
	padding: 10px 10px 1px 30px;
	margin: 10px 0px 10px 0px;
	font-size: 17px;
	line-height: 1.6em;
	background: url(images/layout/sprite.png) -480px -516px no-repeat;
	border-bottom: 1px dotted #ddd;
	color: #888;
}
.copy img.alignleft, .copy img.alignright {
	max-width: 50%;
}
/*------------------------------*/
/*- POST PAGE POST CONTAINER ---*/
.post-title {
	margin: 0px 0px 4px;
	padding: 0px;
}
h2.post-title {
	font-size: 2.5em;
	padding: 0;
	margin: 0 0 0.4em;
	font-weight: 600;
	color: #004b88;
	line-height: 1.2;
	margin-top: 0px;
	margin-bottom: 24px;
}
.blog-main-post-container h2.post-title {
	font-size: 16px !important
}
.four-column h3 {
	margin-top: 0px;
	position: absolute;
	width: 188px;
	bottom: 0;
}
h3 a {
	color: #004b88;
}
.post-title a {
	color: #004b88;
	line-height: 18px;
}
.post-title a:hover {
	color: #39c;
}
.post-date {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    color: #999;
    font-size: 12px;
}
.post-image.in-post {
	float: right;
	width: 320px;
	height: auto;
	margin: 0px 0px 20px 20px;
}
.post-image.in-post img {
	border: 5px solid #ddd;
}
/*------------------------------*/
/*- POST PAGE META -------------*/	
.category-campaigns .post-meta {
	display: block;
}
.post-meta {
	padding: 10px;
	margin: 20px 0px 30px;
	display: none;
}
.post-meta li {
	list-style: none;
}
/*-------------------------*/
/*- SOCIAL ----------------*/
ul.social {
	float: left;
	width: 100%;
}
a.addthis_button_facebook_like {
	width: 80px;
}
a.addthis_button_google_plusone {
	width: 70px;
}
a.addthis_button_tweet {
	width: 85px;
}
/*------------------------------------*/
/*- TAGS -----------------------------*/
ul.tags {
	float: left;
	width: 40%;
	margin: 0px;
	overflow: hidden;
}
ul.tags li {
	float: left;
	margin-right: 5px;
}
ul.tags strong {
	font-weight: bold;
	color: #000;
}
/*----------------------*/
		/*- AUTHOR META AREA ---*/
.author {
	clear: both;
	height: auto;
	margin-bottom: 30px;
}
.author-avatar {
	float: left;
	position: relative;
	margin-right: 20px;
}
.author-details h4 {
	padding: 0px;
	margin: 0px 0px 5px;
	line-height: normal;
}
.author-details h4 a {
	display: block;
	margin-top: 3px;
	font-size: 14px;
	font-weight: bold;
}
.author-details p {
	margin-left: 70px;
}
/*------------------------------------*/
/*- POST PAGE WP GALLERY -------------*/
dl.gallery-item {
	float: left;
	padding: 10px;
	margin: 0px 16px 8px 0px;
	position: relative;
	background: #000;
	border: 3px solid #333;
	color: #ccc;
}
dt.gallery-icon img {
	overflow: hidden;
	border: 3px solid #fff;
}
dd.gallery-caption {
	padding: 0px;
	margin-top: 10px;
	font-size: 11px;
}
div[id^='gallery-'] {
	margin: none;
}
div[id^='gallery-'] .gallery-item {
	margin-top: none;
	width: 154px;
}
/*-------------------------------------------------------------------------------------------*/
/*- SOME STANDARD WORDPRESS PLUGIN/WIDGET STYLES --------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.wp-caption {
	border: 1px solid #cccccc;
	text-align: center;
	background-color: #f0f0f0;
	padding: 5px 0px 10px 5px;
	margin-bottom: 10px;
	max-width: 96%;
}
.wp-caption.alignleft {
	margin: 0px 10px 10px 0px;
}
.wp-caption.alignright {
	margin: 0px 0px 10px 10px;
}
.wp-caption img {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	max-width: 98.5%;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0px 4px 5px;
	margin: 0px;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0px;
}
.alignnone {
	margin: 5px 20px 20px 0px;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0px 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0px;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0px 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0px;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 10px 0px;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
pre {
	padding: 15px;
	margin: 0px 0px 22px 0px;
	border: 1px solid #dadada;
	text-indent: 0px;
	overflow-x: auto;
	overflow-y: auto;
	white-space: pre-wrap;
	white-space: pre-line;
	word-wrap: break-word;
	font-variant: normal;
	text-align: left;
	;
	font-family: Consolas, Monaco, 'Courier New', Courier, monospace;
	background-color: #f0f0f0;
	font-size: 12px;
	line-height: 1.3em;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
	orphans: 2;
	text-transform: none;
	widows: 2;
	word-spacing: 0px;
}
.gallery-item img:hover {
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	transition: ease-in-out 1s;
}
.gallery-caption {
	margin-left: 0;
	font-size: 11px;
	width: 74%;
}
small {
	font-size: 75%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
em, i {
	font-style: italic;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	text-decoration: none;
}
table {
	padding: 10px;
	margin-bottom: 20px;
}
.table-scroll {
    overflow-x: auto;
    margin: 1em 0;
}
th {
    background: #004b88;
    font-weight: 400;
	padding: 3px;
	font-weight: bold;
}
td, th {
    border: 1px solid #ccc;
    padding: .4em;
    text-align: left;
    vertical-align: top;
}
th, th a {
    color: #fff;
}
tr {
	border-bottom: 1px solid #eee;
}
tr:last-child {
	border: 0px;
}
tr, td {
	padding: 3px 8px;
}
td {
    background: #fff;
}
/* WP3.4 Required */
.sticky {
}
.bypostauthor {
}
.archive .widget-list li:first-child h4, .single .widget-list li:first-child h4 {
	border-top: none;
}
/*-------------------------------------------------------------------------------------------*/
/*- COMMENTS --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.comments {
	max-width: 620px;
}
.comment-container {
	max-width: 620px;
}
.comment-container .children li {
	margin-left: 50px;
	max-width: 570px;
}
li.comment {
	overflow: hidden;
	padding: 20px 0px;
	margin: 0px;
	position: relative;
	border-bottom: 1px dotted #ddd;
}
.comment-avatar {
	float: left;
}
.comment-avatar img {
	display: block;
	width: 50px;
	height: 50px;
}
.comment h5.date {
	position: absolute;
	top: 15px;
	right: 0px;
}
.comment h4.comment-name {
	color: #39c;
}
.comment-post {
	margin-left: 70px;
}
li.comment:first-child {
	padding-top: 10px;
}
li.comment:last-child {
	border-bottom: none;
}
/*--------------------------------------------------------*/
	/*- THREADED COMMENTS - ITS TIME TO THREAD THIS BEAST ----*/
.threaded-comments {
	clear: both;
	margin: 20px 0px 0px 70px;
	border: 1px solid #ccc;
}
.threaded-comments li.comment {
}
.threaded-comments li.comment:last-child {
	border-bottom: none;
}
.threaded-comments .comment-meta {
}
.threaded-comments h5.date {
	right: 20px;
}
.threaded-comments .comment-post {
	padding: 0px 20px;
	margin: 0px;
}
/*-------------------------------------------------------------------------------------------*/
/*- POST A COMMENT --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.logged-in-as {
	width: 296px;
	padding: 0px 0px 0px 23px;
	margin-bottom: 15px;
	background: url(images/layout/sprite.png) -485px 5px no-repeat;
}
.comment-form-comment label {
	display: block;
	font-weight: bold;
}
.comment-form-content {
	max-width: 620px;
	margin-bottom: 40px;
	overflow: hidden;
}
.comment-form-content p {
	margin: 0px;
}
#commentform input[type=text] {
	clear: both;
	width: 92%;
	padding: 8px;
	margin: 0px 0px 10px;
	font-size: 13px;
	line-height: 15px;
	background: #fff;
	border: 1px solid #ccc;
	color: #595959;
}
#commentform textarea {
	clear: both;
	width: 92%;
	height: 220px;
	padding: 8px;
	margin: 0px 0px 10px;
	font-size: 13px;
	line-height: 15px;
	background: #fff;
	border: 1px solid #ccc;
	color: #595959;
}
.checkbox {
	padding: 0px 0px 10px;
	margin: 0px 0px 10px 0px;
}
input.submit_button {
	clear: both;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	background: #39c;
	border: none;
	color: #fff;
	cursor: pointer;
}
input.submit_button:hover {
	background: #111;
	color: #fff
}
.reply-to-comment a {
	display: block;
	float: right;
	background: #111;
	color: #fff;
	padding: 3px 5px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
/*-------------------------------------------------------------------------------------------*/
/*- SINGLE ADVICE PAGE ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/*- GALLERY PAGES ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.gallery-title {
	color: #FFF;
}
ul.gallery_list {
	clear: both;
	margin: 20px 0px;
	overflow: hidden;
}
ul.gallery_list:nth-of-type(4) {
	margin-right: 0px;
}
li.gallery_description {
	float: left;
	width: 335px;
	min-height: 130px;
	padding: 20px;
	margin: 0px 1px 1px 0px;
	background: #111;
}
li.gallery_description h1 {
	line-height: 38px;
	margin: 0px 0px 10px;
	color: #fff;
}
li.gallery_description p {
	color: #999;
}
li.gallery_image {
	float: left;
	width: 187px;
	height: 170px;
	margin: 0px 1px 1px 0px;
	overflow: hidden;
	text-decoration: none;
}
li.gallery_image a {
	position: relative;
	text-decoration: none;
	display: block;
	width: 191px;
	height: 191px;
	overflow: hidden;
}
li.gallery_image a img {
	position: absolute;
	z-index: 1;
	margin: auto;
}
span.gallery-image-overlay {
	display: none;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
li.gallery_image a:hover span.gallery-image-overlay {
	display: block;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	width: 192px;
	height: 192px;
	background: rgba(0, 0, 0, 0.6);
	text-indent: -9999px;
	text-decoration: none;
}
li.gallery_image a:hover span.gallery-image-overlay span.gallery_name {
	padding: 20px;
	display: block;
	z-index: 3;
	color: #fff;
	text-indent: 0px;
	line-height: 22px;
}
li.gallery_image a:hover span.gallery-image-overlay span.gallery_name span.gallery-date {
	display: block;
	color: #ccc;
	font-size: 10pt;
	font-style: italic;
}
li.gallery_image a:hover, li.gallery_image a:hover span {
	text-decoration: none;
}
/*-------------------------------------------------------------------------------------------*/
/*- ARCHIVES --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.archives_list {
	width: auto;
}
.archives_list li {
	padding: 20px 0px;
	margin: 0px;
	border-bottom: 1px dotted #ddd;
}
.archives_list li .archive-post-image {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
}
.archives_list li .archive-post-image img {
	display: block;
	position: relative;
}
.archives_list li a {
	font-weight: bold;
	font-size: 15px;
}
.archives_list li .comment-count {
	margin-left: 20px;
	font-weight: lighter;
	color: #999;
	font-size: 11px;
}
.archives_list .date {
	display: block;
	margin-right: 20px;
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
}
.archives_list .date sup {
	position: relative;
	top: -3px;
	text-transform: lowercase;
	font-size: 8px;
}
.archives_list .label {
	float: right;
	display: inline-block;
}
.archives_list .label a {
	font-weight: lighter;
	color: #999;
	font-size: 11px;
}
.archives_list li .comment-count:hover, ul.archives_list .label :hover {
	color: #111;
}
.archives_list li:last-child {
	margin-bottom: 30px;
}
/*-------------------------------------------------------------------------------------------*/
/*- ADVERTS ---------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
li.widget .advert {
	float: left;
	margin-right: 50px;
}
li.widget .advert:nth-child(2n+2) {
	margin-right: 0px;
}
.uls {
	margin: 0px 0px 18px 18px;
}
.uls li {
	list-style: none;
}
/*-------------------------------------------------------------------------------------------*/
/*- RIGHT COLUMN ----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
ul.widget-list {
	padding: 0px;
	margin: 0px;
}
ul.widget-list li.widget {
	clear: both;
	padding: 1em;
	background-color: #ffffff;
	margin-bottom: 15px;
	border-top: 8px solid #99b7c4;
}
ul.widget-list li.widget>h2 {
    color: #004b88;
    font-size: 1.6em;
}
ul.widget-list li.widget.get--involved {
    background-image: url("https://s3-eu-west-1.amazonaws.com/moocowmedia/CAB/Heritage/Blue/heritageblue_man_with_pocket.png");
    background-repeat: no-repeat;
	background-size: 50%;
	background-position: 90% 110px;
}
ul.widget-list li.widget.research--campaigns {
    background-image: url("https://s3-eu-west-1.amazonaws.com/moocowmedia/CAB/Inventive/Teal/inventiveteal_young_family.png");
	background-repeat: no-repeat;
    background-size: 50%;
	background-position: 90% 110px;
}
ul.widget-list li.widget.need--help {
    background-image: url("https://s3-eu-west-1.amazonaws.com/moocowmedia/CAB/Inventive/Pink/inventivepink_wallet_closed.png");
	background-repeat: no-repeat;
    background-size: 50%;
	background-position: 90% 205px;
}
ul.widget-list li.widget.rss--updates {
    background-image:  url("https://s3-eu-west-1.amazonaws.com/moocowmedia/CAB/Heritage/Blue/heritageblue_envelope.png");
	background-repeat: no-repeat;
    background-size: 50%;
	background-position: 90% 110px;
}
ul.widget-list li.widget.rss--updates>h2 {
    color: #004b88;
}
ul.widget-list li.widget.rss--updates p, ul.widget-list li.widget.rss--updates a {
	color: #000000;
}
ul.widget-list li.widget.seach--box {
    background: #fcbb69 url("/cdn/heritageyellow-speech-bubble-20pcw-400x220px.png") no-repeat right top;
    background-size: 250px;
    border-top: none;
}
ul.widget-list li.widget_search input[type=image] {
    background: #fcbb69 url("cdn/heritageyellow-speech-bubble-20pcw-400x220px.png") no-repeat right top;
    background-size: 250px;
    border-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 21px;
    padding-top: 5px;
    margin-bottom: 22px;
}
ul.widget-list a {
	text-decoration: none;
}
ul.widget-list li.widget ul {	
}
ul.widget-list li.widget ul li {
	margin-bottom: 0px;
}
ul.widget-list li.widget ul li:last-child {
	border-bottom: none;
}
ul.widget-list li.widget ul.blogroll li a {
	color: #004b88
}
ul.widget-list li.widget ul.badges li.bureau a span {
	top: 54px;
	left: 58px;
}
ul.widget-list li.widget ul.badges li.think a span {
	top: 30px;
	left: 58px;
}
ul.widget-list li.widget ul.badges li a span {
	position: absolute;
	color: #777777;
}
ul.widget-list li.widget ul li a {
	display: block;
	position: relative;
}
ul.widget-list li.widget ul li ul.children li {
	margin-left: 20px;
	padding: 6px;
	border-bottom: 0;
}
h4.widgettitle {
	padding: 5px 0px;
	margin: 0px 0px 5px;
	color: #004b88;
	font-size: 15px;
}
/*--------------------------------------------*/
/*- SEARCH -----------------------------------*/
.search-form, .search-form h4 {
	margin-bottom: 10px;
}
.search-form input {
	line-height: normal;
}
.search-form input[type=text] {
	float: left;
	width: 148px;
	padding: 7px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	background: #fff;
	border: 1px solid #ccc;
	color: #595959;
}
.search-form input[type=submit] {
	float: right;
	padding: 7px 4px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	background: #111;
	border: none;
	color: #fff;
	font-weight: bold;
	line-height: 16px;
}
.search-form input[type=submit]:hover {
	background: #333;
	color: #999;
	cursor: pointer;
}
.archives_list .search-form input[type="text"] {
	width: 540px;
}
.archives_list .search-form {
	margin-bottom: 20px;
}
.archives_list h2 {
	margin-bottom: 10px;
}
/*--------------------------------------------*/
/*- POPULAR/RECENT COMMENTS ------------------*/
.comment-widget-list li {
	padding-left: 20px;
	background: url(images/layout/sprite.png) -488px -92px no-repeat;
}
.comment-widget-list li a {
	font-size: 11px;
	line-height: 16px;
	font-style: italic;
}
.comment-widget-list li a span {
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
	font-style: normal;
}
/*--------------------------------------------*/
/*- POPULAR/RECENT POSTS ---------------------*/
ul.widget-list li.widget_hier_page ul li {
	padding: 0px;
	background: none;
}
ul.widget-list li.widget_hier_page ul li a {
	list-style: none;
	margin: 0px;
	padding: 10px 0px;
	font-weight: lighter;
	color: #777777;
	font-size: 12px;
}
ul.widget-list li.widget_hier_page ul li.page_item_has_children {
	padding: 0px 0px;
	background: none;
}
ul.widget-list li.widget_hier_page ul li.page_item_has_children > a {
	padding: 5px 0px;
	margin: 0px 0px 16px;
	color: #004b88;
	font-size: 20px;
	FONT-WEIGHT: BOLD
}
ul.widget-list li.widget_hier_page ul li.page_item_has_children li.current_page_item a {
	color: #004b88;
	font-size: 15px;
}
ul.widget-list li.widget_hier_page ul li.page_item_has_children ul.children li {
	margin-left: 0;
	padding: 0px;
}
ul.widget-list li.widget_hier_page ul li.page_item_has_children ul.children li a {
	font: 15PX 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #004b88;
	padding: 0;
	margin: 0px 0px 5px;
}
/*--------------------------------------------*/
/*- POPULAR/RECENT POSTS ---------------------*/
ul.widget-list li.widget_popular_posts ul li {
	padding-left: 20px;
	background: url(images/layout/sprite.png) -489px -222px no-repeat;
}
ul.widget-list li.widget_popular_posts ul li a {
	margin: 0px;
	padding: 0px;
	line-height: 21px;
}
.topslider {
	background: #ffffff;
	height: 256px;
	margin-top: 3px;
}
.boxed img {
	padding-top: 0px
}
.topslider h2 {
	color: #004b88;
	line-height: 41px;
	font-size: 40px;
	font-weight: 600;
	padding: 24px;
	margin-top: 0px;
}
.topslider h3 {
	color: #004b88;
	line-height: 1px;
	font-size: 23px;
	font-weight: 600;
	padding: 25px;
	margin-top: 0px;
	padding-top: 0;
	padding-bottom: 6px;
}
.four-column li {
	text-align: center
}
.four-column li img {
	width: auto;
	max-height: 150px;
	margin: auto;
}
ul.widget-list li.widget_popular_posts ul li h5 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #999;
	font-size: 12px;
}
/*--------------------------------------------*/
/*- LATEST VIDEO LIST ------------------------*/
.latest-videos div {
	margin: -5px 0px 10px;
}
.latest-videos li {
	padding: 5px 0px 5px 20px;
	background: url(images/layout/sprite.png) -0px -427px no-repeat;
}
.latest-videos .post-image {
	width: 300px;
	margin: 0px;
	overflow: hidden;
}
.latest-videos .post-image img {
	width: 100%;
	height: auto;
}
.latest-videos li.selected, .latest-videos li:hover {
	background-color: #f1f1f1;
}
/*--------------------------------------------*/
/*- LATEST GALLERY ITEMS ---------------------*/
ul.widget-list li.latest_gallery ul li {
	float: left;
	margin: 10px 10px 0px 0px;
	width: 87px;
	height: 60px;
	padding: 0px;
	border: 3px solid #fff;
}
ul.widget-list li.latest_gallery ul li:nth-child(3n+3) {
	margin-right: 0px;
}
ul.widget-list li.latest_gallery ul li a {
	display: block;
	width: 87px;
	height: 60px;
	overflow: hidden;
}
.related-galleries li img:hover {
	opacity: .7;
}
/*-------------------------------------------*/
/*- FLICKR ITEMS ----------------------------*/
#flickr_badge_wrapper {
	padding-bottom: 10px;
}
#flickr_badge_wrapper .flickr_badge_image {
	float: left;
	margin: 10px 10px 0px 0px;
	width: 55px;
	height: 55px;
	padding: 0px;
	border: 3px solid #fff;
}
#flickr_badge_wrapper .flickr_badge_image:nth-child(4n+5) {
	margin-right: 0px;
}
#flickr_badge_wrapper .flickr_badge_image a {
	display: block;
	width: 55px;
	height: 55px;
	overflow: hidden;
}
/*--------------------------------------------*/
/*- TWITTER ----------------------------------*/
.chirp span a {
	display: inline;
	font-weight: normal;
}
.chirp span.meta {
	height: 40px;
	display: block;
	padding-left: 30px;
	font-size: 10px;
}
.chirp p {
	background: url(images/layout/sprite.png) -480px -340px no-repeat;
	padding-left: 30px;
	margin-bottom: 0px;
}
.chirp a {
	font-weight: 600;
	font-style: normal;
}
/*--------------------------------------------*/
/*- WP CALENDAR  -----------------------------*/
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 100%;
}
#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight: bold;
}
#wp-calendar a:hover {
	text-decoration: underline;
}
#wp-calendar caption {
	text-decoration: none;
	font: bold 13px Arial, Sans-Serif;
}
#wp-calendar td {
	padding: 3px 5px;
	color: #9f9f9f;
}
#wp-calendar td#today {
	color: #111;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	padding: 3px 5px;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
/*--------------------------------------------*/
/*- EVENT LIST  -----------------------------*/
.event-list li {
	background-color: #f0efee;
	height: 140px;
	border-radius: 25px;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 15px;
}
.event-list li a {
	color: #004b88;
	font-size: 15px;
	padding: 20px;
}
.event-list li ul li {
	width: 192px;
	margin: 0;
	padding: 0 10px;
}
/*--------------------------------------------*/
/*- YOUTUBE -----------------------------*/
#youtube {
	background: #fff url(images/laptop.png) no-repeat;
	min-height: 143px;
	height: 143px;
}
#youtube iframe {
	position: relative;
	top: 8px;
	left: 32px;
	width: 210px;
	min-height: 118px;
	margin: auto;
}

/*-------------------------------------------------------------------------------------------*/
/*- EVENTS CUSTOM CSS ----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
li.afp-single-item img {
	display: block;
}
/*-------------------------------------------------------------------------------------------*/
/*- PLUGINS CUSTOM CSS ----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
blockquote.easy_testimonial p {
	color: #ffffff;
	font-size: 16px;
}
blockquote.easy_testimonial p:before, blockquote.easy_testimonial p:after {
	content: '"';
}
blockquote.easy_testimonial p.testimonial_author:before, blockquote.easy_testimonial p.testimonial_author:after {
	content: '';
}
.home blockquote.easy_testimonial .testimonial_author {
	display: none;
}
.testimonial_author {
	font-size: 10px
}
.testimonial_body {
	padding-left: 30px
}
.testimonial-client {
	font-size: 12px;
	color: #004b88;
	padding-left: 30px;
}
.testimonial_body p {
	font-size: 16px;
	color: #004b88;
	line-height: 1.7;
}
/*** RESTTING ***/
ul#afp-filter, ul#afp-filter li, ul.afp-items, li.afp-single-item, ul.afp-item-details, ul.afp-item-details li {
	margin: 0;
	padding: 0;
}
/****************/
ul#afp-filter {
	display: block;
	list-style: none;
	clear: both;
	padding: 5px 0px;
	margin: 0px 0px 12px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #111;
	border-top: 3px solid #111;
	border-bottom: 1px solid #ccc;
}
ul#afp-filter li {
	display: inline-block;
	padding-right: 20px;
}
ul.afp-items {
	display: block;
	list-style: none;
}
li.afp-single-item {
	float: left;
	width: 22.5806455%;
	margin-right: 3.225806%;
	padding-bottom: 10px;
	overflow: hidden;
}
.afp-items li:nth-child(4n+4) {
	margin-right: 0px;
}
.afp-items li:nth-child(4n+5) {
	clear: both;
}
ul.afp-item-details {
	display: block;
	list-style: none;
}
.afp-active-cat {
	font-weight: bold;
}
/*** Clear Fix ***/
.afp-clear {
	clear: both;
}
#feedbackbutton {
	background-image: url(images/feedback_tab.png);
	background-color: #222222;
	color: #FFFFFF;
	cursor: pointer;
	height: 102px;
	left: 0;
	margin-left: -7px;
	overflow: hidden;
	position: fixed;
	text-indent: -100000px;
	top: 25%;
	width: 42px;
	z-index: 100000;
}

/* Dropdown Styling */

.vc_separator .vc_sep_holder {
    min-width: 5%!important;
}

.custom-dropdown {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    position: relative;
    width: 100%;
    float: left;
    background: #d9dada;
}

.custom-dropdown>select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    background: transparent;
    padding: 10px .2em;
    width: 100%;
    width: calc(100% + 1.2em);
    margin: 0 33px 0 0;
    margin: 0 calc(33px + .2em) 0 0;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border .2s linear,box-shadow .2s linear;
    max-width: 100%;
}

.custom-dropdown a {
    position: absolute;
    right: 0;
    top: 0;
    background: #004b88;
    color: #fff;
    padding: 5px 5px;
    font-size: 1em;
    font-weight: bold;
}