/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */
 
/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
/* div { border:1px solid #fff; } */
    
    
@font-face {
font-family: BebasNeue;
src: url(/wp-content/themes/yoo_square_wp/fonts/BebasNeue-webfont.ttf);
}  


@font-face {
   font-family: 'Gibson';
   src: url('/wp-content/themes/yoo_square_wp/fonts/Gibson-Light-webfont.woff') format('woff'),
        url('/wp-content/themes/yoo_square_wp/fonts/Gibson-Light-webfont.ttf') format('truetype');
   font-weight: 300;
   font-style: normal;
}

@font-face {
   font-family: 'Gibson';
   src: url('/wp-content/themes/yoo_square_wp/fonts/Gibson-Regular-webfont.woff') format('woff'),
        url('/wp-content/themes/yoo_square_wp/fonts/Gibson-Regular-webfont.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: 'Gibson';
   src: url('/wp-content/themes/yoo_square_wp/fonts/Gibson-SemiBold-webfont.woff') format('woff'),
        url('/wp-content/themes/yoo_square_wp/fonts/Gibson-SemiBold-webfont.ttf') format('truetype');
   font-weight: bold;
   font-style: normal;
}

body { 
font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
font-size:1em;
background-color: white;
line-height:1.4em;
}

h1, h2, h3, h4, h5, h6 { 
	font-family: BebasNeue, Arial, Helvetica, sans-serif;
}
 
/* ==========
Structure and layout 
=========== */ 
 
.tm-block { 
	margin-bottom:30px; /* default of 70px was way too much */ 
}

		.uk-panel-header {
			padding-top:1.5em;
			margin-bottom:-40px !important; /* cancel out the default tm-block margin */ 	
			border-radius:10px 10px 0 0; 
			overflow: hidden; /* necessary to make the border radius work */
			
		}
		
.tm-main-top { 
	margin-bottom:35px;
	
}

.tm-main > :nth-child(n+2) {
	margin-top:0px; /* remove the massive vertical space on the original theme */ 
}

.tm-middle.uk-grid {
	/* .tm-middle.uk-grid? */
	 background-color: rgba(256,256,256,1);
padding: 1em;
border-radius: 5px;
margin-left:0px !important;
border: 5px solid rgba(0,0,0,0.15);
}


.tm-toolbar { 
	margin:15px 0px 35px 0px;

}
        .tm-toolbar ul.uk-subnav > li.uk-nav-header {
            padding:0;
            font-size: 1em;
            font-weight: bold;
            text-transform: capitalize;
            color: #999;
            cursor: pointer;

        }

        .tm-toolbar ul.uk-subnav > li > ul {
            display:none;
            position: absolute;
            background-color: white;
            z-index: 100000;
            list-style-type: none;
            padding-left: 0;
            padding: .5rem;
            width: 300px;
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
            text-transform: capitalize;
        }

        .tm-toolbar ul.uk-subnav > li > ul > li {
            padding: 0.1rem 0;

        }

        .tm-toolbar ul.uk-subnav > li:last-child:hover ul {
            display:block;
        }

        .tm-toolbar ul.uk-subnav > li > ul > li a {
            color: #999;
        }


		.tm-toolbar ul.uk-subnav {
				font-size:0.9em;
				font-weight:bold;
		}
		
				.tm-toolbar ul.uk-subnav > li {
				
				}
				
				.uk-subnav > li:nth-child(n+2){
						margin-left:7px;
				}
						.uk-subnav-line > li:nth-child(n+2):before {
							border-left: 1px solid #81b7e1;
							margin-right:7px;
						}
						
						
						.tm-toolbar ul.uk-subnav > li > a {
						 		color:#999;
						}
		
		
		.tm-toolbar .uk-float-right .uk-panel.widget_text {
			float:right;
			margin-right:1.5em;
		}
		
		.tm-toolbar .uk-float-right .uk-panel.widget_search {
			float:right;	
			
		}
		
			.tm-toolbar .uk-float-right .uk-panel.widget_search .uk-search-field {
				color: #fff;
				background: rgba(255,255,255,0.5);
							border-radius:18px;
			}
			.uk-search:before { 
				color:#fff;
				background:none;
			}
			
	

.tm-headerbar { 
	margin-bottom:35px;
	margin-left:0px;
}


.tm-sidebar-a {
	
	margin-top:90px !important;
}

.blog .tm-sidebar-a, .tribe-filter-live .tm-sidebar-a, .wp-page-112 .tm-sidebar-a {
	margin-top: 0 !important;
}

.blog a[href="/feed/"] {
	display: inline-block;
	float: right;
	position: relative;
	right: 7px;
	background: orange;
	/* padding: 10px 15px; */
	max-height: 50px;
	max-width: 50px;
	line-height: 50px;
	font-size: 40px;
	padding: 0px 10px;
}

.tm-block-dark { /* for footer  banner */ 
	border-top: 3px solid #AAA;
	background: #f7f7f7;
	box-shadow: 0 1px 0 #fff inset;
	
}
.tm-footer { 
	margin-top:70px;
	color:#666;

}



/* ===================
// Widget styles 
==================== */

.no-padding { 
	padding:0 !important;
}

/* ===================
// Navigation
=====================*/ 

.uk-nav-side  {
	line-height:1em;	
}

.uk-navbar-flip {
	margin-top:30px;
	margin-bottom:-35px;
	margin-right:20px; 
}

/* the button for the nav menu on mobile */ 
.uk-navbar-toggle:after { 
	color:#fff;
}

.uk-nav-offcanvas > .uk-parent { 
	text-transform:uppercase;
}

.uk-nav-offcanvas .uk-nav-sub {
	padding: 5px 0 5px 40px;
	text-transform:none;
}
ul.uk-nav-sub li a:before {
	content:none;
}

.uk-panel-box.uk-hidden-medium.uk-hidden-large.widget_nav_menu .uk-panel-title:before {
content: "In this section: ";
font-size: 0.8em;
display: block;
text-transform: uppercase;
}

	/* ======= Sidebar Nav Menu ================= */ 
	
	 .tm-middle .widget_nav_menu { 
		background: #394b71;
		border-radius:5px;
		
	}
	.tm-middle .widget_nav_menu h3.uk-panel-title, .tm-middle .widget_nav_menu li a {
		color:#fff;
		transition: all .3s ease-out;
	}
	.tm-middle .widget_nav_menu li.uk-active a {
			color:#ccc;
	}
	
	
	/* ======= Sidebar Nav Menu - secondary (eg. banking 101 in the How Money Works section) ================= */ 
	.tm-middle .widget_nav_menu.secondary-nav-menu { 
		background: #fff;
		border-radius:5px;
		
	}
	
	.tm-middle .widget_nav_menu.secondary-nav-menu h3.uk-panel-title:before { 
		content:"In this Section: ";
	}
	
	.tm-middle .widget_nav_menu.secondary-nav-menu h3.uk-panel-title, 
	.tm-middle .widget_nav_menu.secondary-nav-menu li a {
		color:#666;
	}
	.tm-middle .widget_nav_menu.secondary-nav-menu li.uk-active a {
			color:#333;
	}
	
	
/* ====================
// Margins on mobiles  - making best use of screen space
===================== */ 
@media(max-width:767px){ 
		.uk-container { padding:0 5px 0 5px; } 
		.uk-navbar-toggle { margin-left:10px; }
		.tm-middle.uk-grid { padding:16px 8px 16px 0px; }
}



/* =================== 
Breadcrumbs NavXT
====================*/ 

.breadcrumbs { 
	margin: 0 15px 5px 0px;
	font-size:0.9em;
	display:block;
	margin-bottom:1em;


}

   .breadcrumbs a { color: rgb(102, 102, 102) }

/* =====================
Visual Composer add-on CSS
====================== */

.wpb_separator.wpb_content_element {
border: 1px solid #EEE;
height: 0px;
}


/* =================== 
Social icons
====================*/ 

.social-icons li.youtube a {
    /*background: url(//www.positivemoney.org/wp-content/uploads/positive/icon_youtube.png) 0 0 no-repeat;*/
    display: block;
    height: 37px;
    width: 37px;
}

/*.social-icons li.youtube a:hover { background: url(//www.positivemoney.org/wp-content/uploads/positive/icon_youtube_hover.png) 0 0 no-repeat }
*/
.social-icons {
	padding: 0;
	overflow: hidden;
	list-style: none;
}

.social-icons li {
	margin-left: 5px;
	float: left;
}

.social-icons li:first-child { margin-left: 0; }

.social-icons li a {
	display: block;
	width: 37px;
	height: 37px;
	background: url(../images/tools/icons_social.png) 0 0 no-repeat;
}

.social-icons .facebook a:hover { background-position: 0 -50px; }

.social-icons .twitter a { background-position: 0 -100px; }
.social-icons .twitter a:hover { background-position: 0 -150px; }

.social-icons .rss a { background-position: 0 -200px; }
.social-icons .rss a:hover { background-position: 0 -250px; }

.social-icons .googleplus a { background-position: 0 -300px; }
.social-icons .googleplus a:hover { background-position: 0 -350px; } 

/* colours for widgets */

.background-grey { 
	background-color:rgba(240,240,240,1);
}
.background-turqoise {
	background-color:rgb(148, 212, 232);	
}


/*=====================
// typography
===================== */
.first-para { font-size:1.2em; line-height:1.3em; display:block; margin-top:1em; margin-bottom:1em; }

h1.uk-article-title { font-size:3em;  text-align:left !important; }

h2 { font-size:2.5em; }

h3, .uk-h3 { font-size:2em; }

em { color:inherit; }

ol > li { margin-bottom:0.8em; }

ul.zebra {
list-style: none;
margin: 0;
padding: 0;
}

ul.zebra > li.odd, table.zebra tbody tr.odd, ul.zebra > li:nth-of-type(odd), table.zebra tbody tr:nth-of-type(odd) {
background: url(../images/tools/zebra_list.png) 0 0 repeat;
}

ul.zebra > li, table.zebra tbody td {
border-bottom: 1px solid #ddd;
border-bottom: 1px solid rgba(0,0,0,0.1);
}
ul.zebra > li {
padding: 5px;
}

@media (max-width: 767px){ 
h1, .uk-h1 { 
	line-height:100%;
	
}
}

/*=====================
// FAQs
===================== */

.qa-faq-title {
		font-size:1.2em;
	
}

/* ============= SUBSCRIBE BANNER AT FOOT OF EACH PAGE - STRUCTURE======= */
.uk-panel.footer-subscribe-banner {
	margin-top: -43px;	
}

#footer-subscribe-banner {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.76) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.76)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.76) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.76) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.76) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.76) 100%);
    clear: both;
    color: #FFF;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab000000', endColorstr='#b8000000', GradientType=0 );
    padding: 20px;
}

#footer-subscribe-banner-left {
    /*float: left;*/
    font-size: 1.1em;
    width: 70%;
    margin:auto;
}

#footer-subscribe-banner h1 {
    font-size: 3.2em;
    margin: 0;
    margin-bottom: 20px;
	color:#fff;
}

#footer-subscribe-banner-left-border {
    border-right: #FFF solid 2px;
    margin-right: 20px;
    padding-right: 20px;
}

#footer-subscribe-banner-right {
    float: left;
    width: 30%;
}

/* ======== POP UP SIGNUP FORM CSS (reveal modal) = IN USE ====== */

.reveal-modal-bg {
    background: black;
    background: rgba(0, 0, 0, 0.45);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.reveal-modal {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    background-color: white;
    border: solid 1px #666666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    display: none;
    height: auto;
    left: 50%;
    margin-left: -40%;
    padding: 1.25em;
    position: absolute;
    top: 50px;
    visibility: hidden;
    width: 80%;
    z-index: 15000;
}

    .reveal-modal .close-reveal-modal {
        color: #aaaaaa;
        cursor: pointer;
        font-size: 1.375em;
        font-weight: bold;
        line-height: 1;
        position: absolute;
        right: 0.6875em;
        top: 0.5em;
    }

    .reveal-modal > :first-child { margin-top: 0 }

    .reveal-modal > :last-child { margin-bottom: 0 }

    .reveal-modal .column,
    .reveal-modal .columns { min-width: 0 }

@media only screen and (min-width: 768px) { 
    .reveal-modal {
        padding: 1.875em;
        top: 6.25em;
    }

    .reveal-modal.tiny {
        margin-left: -15%;
        width: 30%;
    }

    .reveal-modal.small {
        margin-left: -20%;
        width: 40%;
    }

    .reveal-modal.medium {
        /*margin-left: -30%;
        width: 60%;*/
    }

    .reveal-modal.large {
        margin-left: -35%;
        width: 70%;
    }

    .reveal-modal.xlarge {
        margin-left: -47.5%;
        width: 95%;
    }
}

@media (max-width: 768px) { 
    .reveal-modal #homepage-subscribe-banner-left { width: 100% }

    .reveal-modal #homepage-subscribe-banner-right { display: none }
}

@media print { 
    .reveal-modal { background: white !important }
}



/* ============ STYLING FOR DONATE STARTING PAGE /DONATE =========== */

#control_set h1 {

    font-family: "bebas Neue", helvetica;
}

#donate-box {
    background-color: #FFFFDB;
    border: 2px dashed #ccc;
    min-height: 150px;
    padding-left: 20px;
}

    #donate-box ul { list-style-type: none }

    #donate-box br {
        display: none;
        height: 0;
    }

    #donate-box li { margin-bottom: 10px }

/* because wordpress is crap and screws up the shortcode output  */

#donate-c2a {
    float: left;
    font-size: 1.5em;
    margin-top: 55px;
    max-width: 500px;
    padding-right: 10px;
}

    #donate-c2a select,
    #donate-c2a input[type='text'] {
        border: 1px solid #a4a4a4;
        border-radius: 3px;
        font-size: 0.9em;
    }

a.link-other-ways-to-donate {
    color: #666;
    font-size: 0.9em;
    text-decoration: none;
}

a.link-other-ways-to-donate:hover {
    color: #00C;
    text-decoration: underline;
}

#donate-methods { float: left }

#paypal-monthly-submit {
    background-image: url(../images/buttons/donate-monthly-paypal.png);
    background-repeat: no-repeat;
    border: none;
    float: left;
    height: 69px;
    margin-top: 10px;
    width: 184px;
}

#paypal-monthly-submit:hover { background-position: 0 -70px }

#direct-debit-monthly-submit {
    background-image: url(../images/buttons/donate-monthly-direct-debit.png);
    background-repeat: no-repeat;
    border: none;
    float: left;
    height: 69px;
    margin-top: 10px;
    width: 184px;
}

#direct-debit-monthly-submit:hover { background-position: 0 -70px }


/* ===== DIRECT DEBIT PAGES CSS ===================== */

#copyright {
    color: #333;
    font-size: .8em;
    margin-top: 15px;
}

.right { float: right }

#headline {
    float: left;
    font-size: 20px;
    line-height: 120%;
    padding-left: 20px;
    width: 300px;
}

div.headline {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 10px;
}

    #headline strong,
    div.headline strong { font-size: 52px }

    div.headline h2 {
        font-size: 32px!important;
        font-weight: 700;
    }

#api-form { margin: auto }

    #email_address
        {Width: 100%}

    #api-form input[type=text] {
        -moz-border-radius: 25px;
        -webkit-border-radius: 5px;
        border: 3px solid #CCC;
        border-radius: 5px;
        float: left;
        font-size: 1em;
        margin-bottom: 10px;
        padding: 3px;
        width: 100%
\[;
    }

    #api-form #dd-guarantee {
        color: #999;
        float: left;
        line-height: 120%;
        width: 200px;
    }

    #api-form #form-fields {
        float: left;
        width: 100%;
    }

        #api-form #form-fields li {
            clear: both;
            list-style-type: none;
            margin-bottom: 10px;
        }

    #api-form div.note {
        color: #333;
        float: left;
        font-size: .9em;
        font-style: italic;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-top: 0;
    }

    #api-form fieldset {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #999;
        border-radius: 5px;
        margin: auto;
        width: 100%;
    }

    #api-form legend {
        color: #333;
        font-weight: 700;
        padding: 10px;
        text-transform: uppercase;
    }

    #api-form label {
        display: block;
        float: left;
        font-weight: 700;
        padding-right: 5px;
        text-align: right;
        width: 25%;
    }

    #api-form ul { padding-left: 10px }

    #api-form h2 {
        font-size: 26px;
        margin-bottom: 15px;
    }

#false-bottom { height: 80px }

#other-ways ul {
    margin-left: 0;
    min-height: 150px;
    padding-left: 0;
}

    #other-ways ul li {
        -moz-border-radius: 10px;
        -webit-border-radius: 10px;
        border: 1px solid #ddd;
        border-radius: 10px;
        float: left;
        list-style-type: none;
        margin-right: 10px;
        min-height: 200px;
        padding: 5px;
        width: 22%;
    }

        #other-ways ul li div.top { height: 40px }

        #other-ways ul li h4 {
            font-size: 16px;
            text-transform: uppercase;
        }

        #other-ways ul li h3 {
            font-size: 20px;
            text-transform: uppercase;
        }

#other-ways h3 { margin-bottom: 10px }

table.amounts label {
    display: inline!important;
    padding-left: 5px;
    text-align: left!important;
    width: 30px!important;
}

span.req { color: red }

div.yellow-box {
    -moz-border-radius: 5px;
    -webit-border-radius: 5px;
    background-color: #FFC;
    border: 1px solid red;
    border-radius: 5px;
    padding: 10px;
}

div#errors {
    -moz-border-radius: 5px;
    -webit-border-radius: 5px;
    background-color: #FFC;
    border: 1px solid red;
    border-radius: 5px;
    color: red;
    margin-right: 10px;
    padding: 10px;
}

    div#errors li {
        list-style-type: disc!important;
        margin-bottom: 0!important;
        margin-left: 20px!important;
    }

li.error {
    background-color: #FF9;
    color: red;
    display: none;
    font-size: 1em;
    font-weight: 700;
    min-height: 30px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 10px;
}

div#declaration {
    margin: 15px auto auto;
    width: 500px;
}

.dd_summary {
    border: solid 1px silver;
    clear: both;
    color: #000;
    margin: 1em auto;
    width: 800px;
}

    .dd_summary .summary_footer {
        clear: both;
        font-size: .8em;
        margin-left: 10px;
        text-align: left;
        width: 90%;
    }

    .dd_summary .large_heading {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.5em;
        line-height: 120%;
    }

    .dd_summary .small_heading {
        font-size: .9em;
        font-weight: 700;
        margin-top: 1em;
    }

    .dd_summary .right_column {
        margin-left: 50%;
        padding: 1em;
        width: 45%;
    }

    .dd_summary .left_column {
        float: left;
        margin: 0;
        padding: 1em;
        width: 45%;
    }

    .dd_summary .our_address {
        font-family: Arial, Helvetica, sans-serif;
        font-size: .9em;
    }

    .dd_summary .header {
        height: 65px;
        margin-right: 25px;
        padding-bottom: 15px;
        padding-top: 15px;
        text-align: right;
    }

    .dd_summary .value {
        border: solid 1px #000;
        padding-left: 1em;
        padding-right: 1em;
        width: 90%;
    }

        .dd_summary .value .number { letter-spacing: 10px }

        .dd_summary .value .text { text-align: center }

            .dd_summary .value .text .small {
                font-size: .75em;
                padding-bottom: 10em;
            }

.full-summary {
    font-family: arial;
    font-size: 12px;
}

    .full-summary .heading_row {
        clear: both;
        padding-bottom: 5px;
        padding-left: 50px;
        position: relative;
        width: 875px;
    }

    .full-summary .row {
        padding-bottom: 5px;
        padding-left: 50px;
        position: relative;
        width: 875px;
    }

        .full-summary .row .value {
            display: inline;
            min-width: 20px;
        }

            .full-summary .row .value pre { margin-left: 215px }

        .full-summary .row .title {
            float: left;
            padding-right: 15px;
            position: relative;
            text-align: right;
            width: 200px;
        }

ul#full-summary-list {
    -moz-border-radius: 10px;
    -webit-border-radius: 10px;
    border: 1px solid #999;
    border-radius: 10px;
    width: 400px;
}

    ul#full-summary-list li.heading {
        border-bottom: 1px solid #666;
        font-size: 1.4em;
        font-weight: 700;
        height: 20px;
        margin-top: 15px;
        padding-bottom: 5px;
    }

    ul#full-summary-list label {
        display: block;
        float: left;
        margin-right: 5px;
        text-align: right;
        width: 150px;
    }

    ul#full-summary-list li { list-style-type: none }

div.instruction {
    -moz-border-radius: 10px;
    -webit-border-radius: 10px;
    background-color: #FFC;
    border: 1px solid #666;
    border-radius: 10px;
    color: #039;
    font-size: 1.3em;
    font-weight: 700;
    margin: auto;
    padding: 10px;
    width: 800px;
}

nav ul.header-menu,
ul.footer-menu {
    list-style-type: none;
    padding: 0;
}

.clear,
div#not-account-holder { clear: both }

.left,
table.amounts input[type=radio] { float: left }

.fieldError { border: solid 2px red !important }

.formErrorBanner {
    background-color: #f2dede;
    border: solid 1px #b94a48;
    color: #b94a48;
    margin: 10px;
    margin-left: 0px;
    padding: 10px;
    width: 90%;
}


@media(max-width:480px){ 
		#submit-dd-details label {
				width:100%;
				text-align:left;
		}
		#submit-dd-details input {
			clear:both;
		}
		#submit-dd-details label[for="other_amount"] {
			float:left !important;
			width:20% !important;
		
		}
		#submit-dd-details input#other_amount { 
			float:left !important;
			
		}
}



/* ======= "REGISTRATION FORM" DEFAULT STYLES APPLIED TO ALL FORMS ============ */
/* USE ADDITIONAL CLASSES TO CREATE FORM-SPECIFIC STYLES */ 

.registration-form {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.76) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.76)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.76) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.76) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.76) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.76) 100%);
    border-radius: 3px;
    color: #fff;
}

    .registration-form h1 {
        margin:0;
 
    }

   .registration-form input[type='submit'] {
        border-radius: 5px;
        font-size: 1.3em;
        height: 58px;
        margin: 10px 0;
        text-transform: uppercase;
        margin-bottom: 5px;
        margin-top: 5px;
    }

   .registration-form select,
   .registration-form textarea,
   .registration-form input[type="text"],
   .registration-form input[type="password"],
   .registration-form input[type="email"] {
        border-radius: 3px;
        display: inline-block;
        max-width: 550px;
        min-width: 50px;
        padding: 0 .4em 0 .4em;
        margin-bottom:5px;
        vertical-align: middle;
         background-color: #fff;
        border: 2px solid #c8c8c8;
        min-height: 36px;
        width: 90%;
        font-family: "Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
        font-size: 1.4em;
        font-weight: normal;
    }


   .registration-form .privacy {
        color: #DDD;
        font-size: 0.85em;
        line-height: 140%;
    }
    
    .registration-form .field-wrapper {
        clear: both;
        margin: 0;
        overflow: visible;
        position: relative;
    }

    .registration-form .error,
    .registration-form .please-wait { display: none; color: #F00; }

    .registration-form h3 {
        font-size: 2.4em;
        line-height: 90%;
        margin: 0;
    }


/* ======= SIDEBAR FORM SPECIFIC STYLES ========= */ 

.sidebar-form {
      
        padding:15px;
}

.sidebar-form h1 {
	color:#fff;	
}

.sidebar-form  input[type='submit']  {
    width:
}

@media (max-width: 768px) { 
    .registration-form.sidebar-form {
            display:none;
    }
}

.sidebar-form .join-the-campaign {
    background-image: url(../images/buttons/JoinButton_Down_184px.png);
    background-repeat:no-repeat;
    display: block;
    height: 46px !important;
    width: 184px;
}

.sidebar-form .join-the-campaign:hover {
    background-image: url(../images/buttons/JoinButton_Up.png);
    background-repeat:no-repeat;
    display: block;
    height: 46px !important;
    width: 184px;
}

/* ======= END OF CONTENT FORM SPECIFIC STYLES ========= */ 

.end-of-content  { 
    background: none;
    color: #333;

}

.hide_signup .registration-form {

    display:none;

}

.end-of-content .privacy { 
    color:#666;
}

/* ======= FOOTER (BOTTOM-A) FORM SPECIFIC STYLES ========= */

.footer-form {
    background:none; /* black semi-transparent background already set on the parent wrapper, so if we set it twice with transparency, it shows up  */ 
    padding:0;
}
.footer-form h1 {   
    display:none; /* join the campaign is already shown on parent wrapper, so hide here to avoid duplication */
}

.footer-form p {
    margin-top:0;
}


/* ======= POPUP FORM SPECIFIC STYLES ========= */  



/* ======== POSTCODE FORM ============== */ 

.postcode-form { 
    background:none; /* black semi-transparent background already set on the parent wrapper, so if we set it twice with transparency, it shows up  */ 
    padding:0;
} 
.postcode-form select.country {
        height: 35px;
        width: 266px !important;
    }
    
    .postcode-form input.postcode {
        height: 35px;
        width: 250px !important;
    }

   .postcode-form .join-button {
        -moz-transition: all 0.25s cubic-bezier(.7, 0, .175, 1) 0s;
        -moz-user-select: none;
        -ms-transition: all 0.25s cubic-bezier(.7, 0, .175, 1) 0s;
        -ms-user-select: none;
        -o-transition: all 0.25s cubic-bezier(.7, 0, .175, 1) 0s;
        -webkit-transition: all 0.25s cubic-bezier(.7, 0, .175, 1) 0s;
        -webkit-user-select: none;
        border: 0 none;
        border-radius: 3px;
        cursor: pointer;
        display: inline-block;
        font-family: "Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
        font-weight: 500;
        letter-spacing: .01em;
        margin-right: 18px;
        overflow: hidden;
        padding: 0 18px;
        text-align: center;
        text-shadow: none;
        text-transform: capitalize;
        transition: all 0.25s cubic-bezier(.7, 0, .175, 1) 0s;
        user-select: none;
        vertical-align: middle;
    }

    .postcode-form .join-button:hover,
    .postcode-form .join-button:active,
    .postcode-form .join-button:focus {
        background-color: #616161 !important;
        color: #fff !important;
    }
    
      .postcode-form button { line-height: normal !important;
        background-color: #737373;
        color: #fff;
        font-size: 15px;
        height: 42px;
        line-height: 41px; }

    
      .postcode-form label {
        -moz-box-sizing: border-box;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-box-sizing: border-box;
        -webkit-user-select: none;
        box-sizing: border-box;
        color: #595959;
        display: block;
        font-family: "Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
        font-size: 15px;
        font-weight: bold;
        max-width: 550px;
        padding-bottom: .4em;
        user-select: none;
    }
    
    
    
/* ======= TABLET AND PHONES ======== */ 

@media (max-width:767px) { 
    .registration-form select,
   .registration-form textarea,
   .registration-form input[type="text"],
   .registration-form input[type="password"],
   .registration-form input[type="email"] {
            width:90%;  
   }

}

/* ==== JOIN THE CAMPAIGN BUTTON ======= */ 



/* join the campaign button  */

.join-the-campaign {
    background-image: url(//www.positivemoney.org/wp-content/uploads/2013/08/JoinButton_Up.png);
    background-repeat:no-repeat;
    display: block;
    height: 58px;
    width: 233px;
}

.join-the-campaign:hover { background-image: url(/wp-content/uploads/2013/08/JoinButton_Down.png) }


/* ========================
// Left / Right columns - DELETE this once we have switched everything over to Visual Composer
-======================== */

/* ADDITIONS FOR LEFT/RIGHT COLUMN SHORTCODE
   ================================================== */

.pm-column-left,
.pm-column-right { float: left }

    .pm-column-left h2,
    .pm-column-left h3,
    .pm-column-right h2,
    .pm-column-right h3 { margin-top: 0px }

@media (max-width:850px) { 
    .pm-column-left,
    .pm-column-right {
        float: left;
        width: 100% !important;
    }
}



/* =======ADDITIONS FOR EVENTS PAGE========== */

h4.event-day { font-size: 2em }

h2.tribe-events-cal-title { display: none }

.entry-content.tribe-events-event-entry { border-bottom: 1px solid #ccc }

.tribe-events-nav-previous {
    font-size: 1.5em;
    margin-top: 20px;
}

dd.event-meta.event-meta-name { display: none }

/* ===== PM SOCIAL BUTTONS ==================== */

#pm-social-buttons {
    margin: 20px 0 10px 0px;
    overflow: hidden;
}

.twitter-share-button {
    float: left;
    margin-right: 30px;
    width: 80px;
	margin-bottom:0px !important;
}

.fb-like {
    float: left;
    width: 300px;
}

/* ====== DISQUS =================================== */

/* put a grey border-top above the disqus thing   */

#disqus_thread {
    border-top: 2px solid #eee;
    padding-top: 10px;
}

/* ======= FAQs ==================== */

h3.qa-faq-title {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size: 1.4em;
}


/* ===== QUOTE BOX SHORTCODE =================== */

.quote_box {
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border: 1px solid #bbb;
    border-radius: 1px;
    margin-bottom: 20px;
}

    .quote_box cite {
        clear: both;
        font-size: 0.7em;
        line-height: normal;
        margin-top: 15px;
    }

.quote_box_content {
    border: 1px solid #fff;
    padding: 10px;
}

.quote_box_content a {

    float: left;
    margin-right:1rem;

}


    .quote_box_content img {
        margin-bottom: 0;
        margin-top: 0;
    }

    .quote_box_content h3 { margin-bottom: 0px }

.quote_box {
    background: rgba(240, 243, 252, 0.54);
    border-color: rgb(228, 231, 233);
    color: #5E6984;
 
    line-height: 140%;
}

/* ======== RESPONSIVE YOUTUBE EMBEDS ============= */

.responsive-youtube-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

    .responsive-youtube-container iframe {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
	
	
/* ===== ISSUES SIDEBAR ICONS ========== */ 
.rhs-issues-menu ul li {
	padding-left:25px;
}

.rhs-issues-menu ul li:nth-child(1){
background: url(/wp-content/uploads/2014/01/New-Icons_debt.png) no-repeat;
}

.rhs-issues-menu ul li:nth-child(2){
background: url(/wp-content/uploads/2014/01/New-Icons_houses.png) no-repeat;
}

.rhs-issues-menu ul li:nth-child(3){
background: url(/wp-content/uploads/2014/01/New-Icons_inequality.png) no-repeat;
}

.rhs-issues-menu ul li:nth-child(4){
background: url(/wp-content/uploads/2014/01/New-Icons_environment.png) no-repeat;
}

.rhs-issues-menu ul li:nth-child(5){
background: url(/wp-content/uploads/2014/01/New-Icons_democracy.png) no-repeat;
}

.rhs-issues-menu ul li:nth-child(6){
background: url(/wp-content/uploads/2014/01/New-Icons_recessions.png) no-repeat;
}

.rhs-issues-menu ul li:nth-child(7){
background: url(/wp-content/uploads/2014/01/New-Icons_jobs.png) no-repeat;
}

.rhs-issues-menu ul li:nth-child(8){
background: url(/wp-content/uploads/2014/01/New-Icons_taxes.png) no-repeat;
}  




/* 
 * LUUK EDITS
 */
 
* {
	box-sizing: border-box;
}
 
.uk-navbar-brand {margin-right: 0; margin-bottom: 10px;}
 
@media(max-width: 767px) {
	.uk-navbar-brand {display: block !important;}
	.uk-hidden-small,
	//.uk-navbar-toggle {display: block !important;}
	.uk-container .tm-headerbar {padding-top: 0; padding-bottom: 0; margin-bottom: 0;}
}

@media(max-width: 600px) {
	.uk-hidden-small {display: none !important;}
	.uk-navbar-brand {display: block !important;}
}
 
/* reset main page wrapper to be wide */
.wp-front_page .uk-container.uk-container-center {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

/* redo max-width and <center> for other blocks */
.wp-front_page .tm-toolbar, .wp-front_page .tm-block, .wp-front_page .homepage-wrapper, .wp-front_page #front-sm .wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 983px;
} 

.tm-middle .widget_nav_menu {
	border-radius: 0;
	background: #301554;
	padding: 20px;
}

.tm-sidebar-a {
	margin-top: -80px !important;
}

#attention-spanner.long_title + .uk-container .tm-sidebar-a {
	margin-top: 0px !important;
}

/* make attention block wide */
.home .uk-container .tm-headerbar + .tm-block {
	margin: 0;
	width: 100%;
	max-width: 100%;
	background: #562693;
}

.tm-content {
	padding-right: 40px;
}

.wp-front_page .tm-content {
	padding-right: 0px;
}

.tm-content h3 {margin-top: 50px; margin-bottom: 10px;}
.tm-content h3:first-of-type {margin-top: 30px;}

.tm-content h3 + p {margin-top: 0px;}

.tm-content img { /* width: 100%; */ margin-bottom: 20px !important;}

/*.tm-content a img, img[src="http://www.bankofengland.co.uk/_layouts/images/pdf16.gif"] {width: auto;}
*/
.tm-content .quote_box {
	background: 0;
	border: 0;
	padding:0;
	margin: 0;
}

.tm-content .quote_box .quote_box_content, blockquote {
	border: 0;
	background: #EEE;
	padding: 20px;
	border-left: 4px solid #562693;
	margin-left: 25px;
}

.tm-content .quote_box .quote_box_content p {
	margin: 0;
}

.tm-content .quote_box .quote_box_content cite {
	float: left;
}

.tm-content .quote_box img {width: 150px;}

#attention-spanner {
	background: #562693;
	padding: 30px 0;
	color: white;
	margin-bottom: 15px;
	padding-left: 15px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.7);
}

#attention-spanner h1 {
	color: white;
}

#attention-spanner h1 a:first-child {
	max-width: 735px;
	display: inline-block;
}

@media(max-width: 800px) {
	#attention-spanner {
		padding: 10px 0;
	}
	#attention-spanner h1.uk-article-title {
		font-size: 40px;
		text-align: center !important;
	}
}

/* remove eye pain light blue background */
body {
	background: white !important;
}

/* remove silly borders */
.uk-panel-box, .tm-middle.uk-grid {
	border: 0;
	padding: 0;
}

.wp-front_page .tm-block-dark {
	border-top: 3px solid #DDD;
}

/* silly padding */
.uk-grid:not(.uk-grid-preserve) > [class*='uk-width-'] {
	padding-left: 0px;
}

/* backgrounds */
.wp-front_page {
	
}

/* remove weird border-radius from breadcrumbs */
.tm-middle.uk-grid {border-radius: 0;}

/* subscribe footer on home, full width */

.home .tm-block:nth-child(5) {
	margin: 0;
	max-width: 100%;
	background: #333;
}

.home .tm-block:nth-child(5) #footer-subscribe-banner{
	margin: auto;
	max-width: 983px;
	background: none;
	margin-top: 30px;
	margin-bottom: 30px;
}

#footer-subscribe-banner #homepage-subscribe-banner-right{
	float:right;
	width: 30%;
}

@media (max-width:800px) { 
    #footer-subscribe-banner-left { width: 60%; }

    #footer-subscribe-banner #homepage-subscribe-banner-right {
        width: 40%;
    }
}

@media(max-width: 768px) {
	#footer-subscribe-banner #homepage-subscribe-banner-right {
		display: none;
	}
	#footer-subscribe-banner-left {
		width: 100%;
	}
	#footer-subscribe-banner #footer-subscribe-banner-left-border {
		border-right: 0;
		margin-right: 0;
		padding-right: 0;
	}
}

.uk-panel.footer-subscribe-banner {
	margin-top: 0px;	
}

.locals {
	background: #262626;
	font-family: Gibson, 'Helvetica Neue', Arial, sans-serif;
	margin-top: 20px;
	
}

.locals .inner {padding: 20px;}

.locals h2 {color: white;}

.locals ul {
	list-style-type: none;
	text-align: left;
	width: 50%;
	float: left;
	margin: 0;
	padding-left: 20px;
}

.locals .international {
	background: #1F1F1F;
	padding: 5px 0;
	color: #C2C2C2;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

.tm-bottom-c .locals {background: #ddd;}

#footer-subscribe-banner #footer-subscribe-banner-left-border {
	border: 0;
}

#footer-subscribe-banner input, #footer-subscribe-banner select, .registration-form input[type=text], .registration-form input[type="email"], .registration-form select {
	min-width: 100%;
	border: 0;
	border-radius: 0;
	padding: 10px;
	margin-bottom: 10px;
}

.registration-form {text-align: center;}

.registration-form.end-of-content, .registration-form.end-of-content h1, .registration-form.end-of-content .privacy {
	background: #dedede;
	color: #333;
}

.registration-form.end-of-content {
	padding: 15px 30px;
}

.PostCodeWrapper p {margin: 0;}

.registration-form .privacy, .petition-form + .privacy {
	font-size: 12px;
	margin-top: 15px;
	text-align: center;
	color: white;
}

.petition-form + .privacy p {line-height: 1;}

#footer-subscribe-banner {
	text-align: center;
}

.registration-form .not_in_uk {
	font-size: 14px;
}
.registration-form.end-of-content .not_in_uk {
	color: white !important;
}

@media(max-width: 320px) {
	
}

#footer-subscribe-banner-left > h1 {
	display: none;
}

.footer-form > h1 {
	display: block;
}

.home .tm-block:nth-child(5) .footer-subscribe-banner{
	margin-top: 0;
}

#pm-signup-box-submit {
	background: #562693;
	border: 1px solid #301554 !important;
	color: white;
	font-weight: bold;
	border-bottom: 4px solid #301554 !important;
	border-top: 0 !important;
	border-radius: 0;
	width: 100%;
	text-shadow: 2px 2px #301554;
}

/* menu */

/*.home .social-icons, .tm-toolbar > .uk-float-right {display: none;}*/

.tm-toolbar .uk-subnav li:last-child a{
	//background: #F7931D;
	//color: white;
	//padding: 0 10px;
}

/* menu items */
#megaMenu ul.megaMenu li.menu-item > a {
	font-weight: 200;
	color: #999;
	color: rgb(65, 77, 90);
}

li#menu-item-20417 a span {

    color: rgb(65, 77, 90)!important;
}

li#menu-item-20417:hover a span {

    color: #fff!important;
}

/* styling for whole main menu */
#megaMenu ul.megaMenu {
	padding: 0px 0px;
	width: 640px;
	box-sizing: border-box;
	margin-top: 5px;
}

.wp-front_page #megaMenu ul.megaMenu > li.menu-item {
	
}

/* menu item hovers */
#megaMenu ul.megaMenu > li:hover > a, 
#megaMenu ul.megaMenu > li > a:hover, 
#megaMenu ul.megaMenu > li.megaHover > a {
	background: #222;
	color: white;
	border-radius: 0;
}

/* submenu styling */
#megaMenu ul.megaMenu > li.ss-nav-menu-mega > ul.sub-menu-1, 
#megaMenu ul.megaMenu li.ss-nav-menu-reg ul.sub-menu {
	border: 2px solid #202020 !important;
	background: #363636;
	border-radius: 0;
}

/* main menu */
.uk-navbar-flip {margin-right: 0;}

@media (max-width: 940px) {
	/* center main menu */
	.wp-front_page #megaMenu ul.megaMenu > li.menu-item,
	.tm-headerbar, .tm-toolbar ul.uk-subnav {
		text-align: center;
	}
	
	/* clear floats in main menu */
	.uk-navbar-brand, #megaMenu ul.megaMenu,
	.tm-toolbar > .uk-float-left,
	.wp-front_page #megaMenu ul.megaMenu > li.menu-item,
	.uk-navbar-flip
	 {
		float: none;
	}
	
	/* set auto width so we can center it */
	#megaMenu.megaMenuHorizontal ul.megaMenu {
		text-align: center;
		margin: auto;
		width: auto;
		display: inline-block;
	}
	
	/* reset logo margin */
	.tm-headerbar {
		margin-top: 0;
		margin-bottom: 15px;
	}
	.tm-toolbar {margin: 15px 0px;}
}

@media(max-width:800px){

	
	
	/* reset secondary menu margin */
	.tm-toolbar {
		margin: 15px 0px 15px 0px;
	}
}

#megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item.ss-nav-menu-mega-fullWidth > ul.sub-menu.sub-menu-1 {
	width: 595px !important;
}

/* headings in submenu */
#megaMenu ul.megaMenu .sub-menu .wpmega-link-title {
	color: white;
}

/* no border on selected item */
#megaMenu ul.megaMenu > li.current-menu-ancestor > a span {
	border: 0 !important;
}

#megaMenu ul.megaMenu > li.current-menu-ancestor {
	background: #562693 !important;
}

#megaMenu ul.megaMenu > li.current-menu-item {background: #562693 !important;}

/* search toolbar */

/* search glass color */
.uk-search:before {
	color: rgb(65, 77, 90);
}

/* item background */
.tm-toolbar .uk-float-right .uk-panel.widget_search .uk-search-field {
	background: rgba(190, 190, 190,0.5); /* it is transparent so that the icon is visible even though it is behind the element */
	color: rgb(65, 77, 90);
}

/*.uk-panel.widget_search {display: none;}*/
.uk-panel.widget_search > form, .uk-panel.widget_search .uk-search:before {line-height:30px;}
.uk-panel.widget_search .uk-search-field {height:30px;}

/* the dropdown itself */
.uk-dropdown-search {
	background: #222;
	color: white;
	width: 361px;
	-webkit-box-shadow: 0px 10px 10px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 10px 10px 5px rgba(0,0,0,0.5);
	box-shadow: 0px -10px 10px 3px rgba(255,255,255,0.05), 0px 10px 10px 5px rgba(0,0,0,0.5);
	border: 1px solid #111;
}

.uk-nav-side > li > a:hover, .uk-nav-side > li > a:focus, .uk-nav-side > li.uk-active a {
	background: rgba(255, 255, 255, 0.25);
	outline: none;
	border-color: #271145;
	margin-left:10px;
}

/* reset text color */
.uk-nav-search .uk-nav-header, 
.uk-nav-search > li > a, 
.uk-nav-search > li > a:hover, 
.uk-nav-search > li > a:active, 
.uk-nav-search > li:hover, 
.uk-nav-search > li > a.active,
.uk-nav-search > li.uk-active > a {
	color: white;
	border: 0;
}

/* fix strange negative margin */
.uk-navbar-flip {
	margin: 0;
}

.tm-headerbar {margin-bottom: 15px;}

/* distinct item background */
.uk-nav-search > li {background: #444; margin-bottom: 10px;}

/* no background for headers and footers */
.uk-nav-search .uk-nav-header, .uk-nav-search .uk-search-moreresults {background: none;}

/* bold item header */
.uk-nav-search > li > a {text-justify: distribute; font-weight: bold;}

/* style item preview */
.uk-nav-search > li > a div {font-weight: normal; font-style: italic; padding-top: 5px;}

/* remove ugly border */
.uk-nav-search > li > a:hover, .uk-nav-search > li > a:active, .uk-nav-search > li:hover {
	border-bottom: 0;
}

/* hover text decoration on item header */
.uk-nav-search > li:hover > a:not(.uk-nav-header) {text-decoration: underline;}
.uk-nav-search > li:hover > a:not(.uk-nav-header) div {text-decoration: none;}

/* right sidebar nav link color */
.tm-middle .widget_nav_menu li.uk-active a {
	color: white;
	font-weight: bold;
	padding-left: 10px;
}

.tm-middle .widget_nav_menu li.uk-active a:before {
	/*content: '> ';*/
}

.page-id-816 .tm-middle .widget_nav_menu li.uk-active a:before,
.parent-pageid-816 .tm-middle .widget_nav_menu li.uk-active a:before {
	content: '';
}

#megaMenu ul.megaMenu > li.current-menu-ancestor > a span {
	font-weight: bold;
}

/* 
 * TODO: remove styling in Text: Homepage Top Banner in widgets
 */

.uk-grid:not(.uk-grid-preserve) {margin-left: 0;}

/* comes from the inline <style> attr */
/*@media(max-width:850px) {
	#homepage-top-banner-left {
		width:100%;
		margin-bottom:15px;
	}
	#homepage-top-banner-right {
		width:100%;
		float:left;
	}
	#play-now-button {
		display:none;
	}
}*/
/*@media(min-width:1220px) {*/

	#homepage-top-banner-left {
		width: 40%;
		float: left;
		padding: 25px;
		padding-left: 0px;
		padding-right: 10px;
	}
	
	/* op kleinere devices is de 100px gap te groot */
	@media(max-width: 1024px) {
		#homepage-top-banner-left {
			padding-right: 25px;
		}
	}
	
	#homepage-top-banner-left h1, .wp-front_page #homepage-top-banner-left p{
		color: white;
	}
	
	#homepage-top-banner-left h1 {
		font-size: 60px;
		line-height: 65px;
		font-weight: bold;
		text-transform: uppercase;
		/*letter-spacing: -2px;*/
	}
	
	/* readon notice */
	.readon_notice {
		display: inline-block;
		/*float: left;*/
		/*height: 100%;*/
		line-height: 36px;
		text-transform: uppercase;
		width: 45%;
		text-align: left;
		color: #bbb;
		font-weight: bold;
		padding-left: 110px;
	}
	
	.wp-front_page #front-sm {
		background: #ededed;
		padding: 7px 0px;
		position: relative;
	}
	
	.wp-front_page #sm-front {
		display: inline-block;
		width: 50%;
		text-align: center;
        vertical-align:middle;
	}

	.wp-front_page #sm-front iframe:first-child{
		width: 100px;
	}

	/*.wp-front_page #front-sm span {
		height: 30px;
		width: 122px;
		display: inline-block;
		margin-right: 43px;
	}

	.wp-front_page #front-sm .wrapper {
		text-align: right;
	}

	.wp-front_page #front-sm .facebook {
		background: url('../images/sm/facebook.png');
	}

	.wp-front_page #front-sm .twitter {
		background: url('../images/sm/twitter.png');
	}

	.wp-front_page #front-sm .youtube {
		background: url('../images/sm/youtube.png');
	}

	.wp-front_page #front-sm .rss {
		background: url('../images/sm/rss.png');
	}*/
	
	#homepage-top-banner-left #subheadline{
		
	}
	#homepage-top-banner-right {
		width:57%;
		float:right;
		background: #301554;
		padding: 20px;
		position: relative;
	}
	#play-now-button {
		display:none;
	}
/*}*/

@media(max-width: 321px) {
		#homepage-top-banner-left h1 {
			font-size: 40px
			line-height: 40px;
		}
		#homepage-top-banner-left {
			width: 100%;
		}
		#homepage-top-banner-right {
			display: none;
		}
		.pm-social-links {display: none;}
	}
	
	@media(max-width: 500px) {
		#homepage-top-banner-left {
			width: 100%;
			padding-bottom: 0;
		}
		#homepage-top-banner-right {
			width: 100%;
			border-left: 20px solid #562693;
		}
		.pm-social-links {display: none;}
	}
	
	@media(max-width: 800px) {
		#homepage-top-banner-left h1 {
			font-size: 50px;
			line-height: 55px;
		}
		#homepage-top-banner-left {
			padding-left: 20px;
			padding-top: 0;
		}
		#homepage-top-banner-right {
			border-right: 20px solid #562693;
		}
		.readon_notice {
			padding-left: 20px;
			width: 20px;
			display: none;
		}
		
		.wp-front_page #front-sm {
			padding-right: 20px;
			text-align: center;
		}
	}

	@media(max-width: 980px) {
		#homepage-top-banner-right {
			border-right: 20px solid #562693;
		}
	}

#homepage-top-banner br {display: none;}

#homepage-top-banner .pm-social-links {
	background: white;
	position: relative;
	bottom: -1px;
	padding: 10px;
	display: none;
}

.uk-article .pm-social-links {
	
}

.wp-front_page .homepage-wrapper {
	padding: 30px 0px;
    overflow:hidden;
	/*padding-bottom: 0;*/
}

/* front subscribe */

.wp-front_page #front-subscribe {
	display: none;
}

.wp-front_page #front-subscribe input {
	padding: 7px;
}

.wp-front_page #front-subscribe input[type=email] {
	width: 70%;
}

.wp-front_page #front-subscribe input[type=submit] {
	width: 30%;
}

/*.social-icons .facebook {background: #4B72C5;}
.social-icons .twitter {background: #33CCFF;}
.social-icons .googleplus {background: #D90000;}
.social-icons .youtube {background: #7A0000;}*/

.social-icons > li, .social-icons > li.youtube a, .social-icons > li a:hover {background: none;}
.social-icons > li a {background: none; height: 30px; transition: all .3s ease-out;}

.social-icons > li a i {
    line-height: 30px;
    text-align: center;
    font-family: FontAwesome;
    font-size: 14px;
    color: #2e2e2e;
    width: 38px;
    background: #DFDFDF;
    /*border-radius: 18px;*/
    color: #777;
    transition: all .3s ease-out;
}


.home #badge {
	position: absolute;
	right: 17px;
	z-index: 9;
	width: 100px;
	top: 17px;
	pointer-events:none;
}

.home #badge:hover {opacity: 0.5; }

.homepage-wrapper strong {
	font-weight: bold;
	font-size: 1em;
}

/* padding in footer vlocks */
.tm-bottom-c.uk-grid  .uk-width-1-1 {padding: 20px;}

.pm-introduction {
	margin-top: 70px;
	opacity: 0.5;
	transition: all .3s ease-out;
}

.pm-introduction > .wpb_wrapper:before {
	font-family: FontAwesome;
	display: block;
	text-align: center;
	margin: auto;
	font-size: 60px;
	color: #ccc;
    position: relative;
}

.front_page_row:before {
    
    content: '\f05b';

}

.pm-introduction:first-child > .wpb_wrapper:before, 
    .pm-introduction:left > .wpb_wrapper:before {content: '\f128';}
/*.pm-introduction:nth-child(2) > .wpb_wrapper:before,
    .pm-introduction.middle > .wpb_wrapper:before {content: '\f05b';}*/

.pm-introduction:last-child > .wpb_wrapper:before,
    .pm-introduction:right > .wpb_wrapper:before {content: '\f0f1';}

.pm-introduction > .wpb_wrapper:before img {width: 100%;}

.pm-introduction:first-child .intro-block p {text-align: left;}
.pm-introduction:first-child .intro-block p:last-child {text-align: left;}

/* undo vague opacity on rollover to regain focus */
.home .uk-container > .tm-block:hover .pm-introduction, .pm-introduction.visible {opacity: 1; transition: all .3s ease-out;}

@media(min-width: 768px) {
	/* dont make three columns opaque on small cursorless screens */
	.home .uk-container > .tm-block:hover .pm-introduction, .pm-introduction {opacity: 1; transition: all .3s ease-out;}
}

@media(max-width: 769px) {
	.vc_row-fluid .pm-introduction.vc_span4 {width: 100%; margin-left: 0; padding: 0px 20px;}
	.vc_row-fluid .pm-introduction.vc_span4 .intro-block p {margin: 0;}
}

.intro-block {
	background: #f0f0f0;
	text-align: center;
	line-height: 1.5;
	padding: 30px 20px;
	padding-bottom: 10px;
	/*border-bottom: 5px solid #ccc;*/
}

.tm-isblog .tm-content .intro-block p {
	font-size: 17px;
	padding: 0 10px;
}

.intro-block br {display: none;}

.tm-content .problemwrapper img, .tm-isblog .tm-content .problemwrapper p, .tm-content .problemwrapper h3 {
  margin: 0 !important; padding: 0 !important;
}
.problemwrapper {
  position: relative;
  margin-bottom: 10px;
}
.tm-content .problemwrapper h3{
  position: absolute;
  bottom: 0;
  background: #562693;
  color: white;
  padding: 3px 5px !important;
}

.tm-content .problemwrapper img {
  width: 75%;
}

.intro-block.involved h2 {line-height: 2;}
.intro-block.involved h3, .intro-block.involved p {
  text-align: left; margin: 0; padding: 0;
}
.intro-block.involved p:last-child a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
.intro-block.involved ul {padding-left: 0;}
.intro-block.involved li {list-style-type: none; margin-bottom: 30px; padding: 0 15px;}
.intro-block.involved ul li:last-child {margin-bottom: 0;}
.intro-block.involved i {font-size: 50px; margin-right: 15px; float: left; /*margin-top: 20px;*/ margin-bottom: 50px;}
.tm-isblog .tm-content .intro-block.involved p {padding: 0 !important; margin-left: 60px;}

.pm-introduction .wpb_content_element {position:relative;}
.pm-introduction .wpb_content_element .wpb_wrapper:after {
  content: " ";
  background: url('../images/front-boxfooter.png');
  background-size: 100% 75px;
  height: 75px;
  display: block;
}

.rectangle-list {list-style-type: none; padding-left: 30px;}

/* http://red-team-design.com/css3-ordered-list-styles/ */
.rectangle-list a{
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    background: #dfdfdf;
    color: #444;
    text-decoration: none;
    transition: all .3s ease-out;   
}

ul.rectangle-list {padding-left: 0;}

ul.rectangle-list a{
	margin: .5em 0em .2em 2.5em;
}

.rectangle-list a:hover{
    background: #eee;
}   

ol.rectangle-list li:nth-child(1) a:before {
	content: '1';
}

ol.rectangle-list li:nth-child(2) a:before {
	content: '2';
}

ol.rectangle-list li:nth-child(3) a:before {
	content: '3';
}

ol.rectangle-list li:nth-child(4) a:before {
	content: '4';
}

ol.rectangle-list li:nth-child(5) a:before {
	content: '5';
}

ul.rectangle-list li a:before {
	content: ' ';
}

.rectangle-list a:before{
    //content: counter(li);
    //counter-increment: li;
    position: absolute; 
    left: -3.5em;
    top: 50%;
    margin-top: -1.5em;
    background: #562693;
    height: 3em;
    width: 3em;
    line-height: 3em;
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 20px;
}

ul.rectangle-list a:before {
	position: absolute; 
    left: -2em;
    top: 50%;
    margin-top: -0.75em;
    background: #562693;
    height: 1.5em;
    width: 1.5em;
    line-height: 1.5em;
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 17px;
}

.rectangle-list a:after{
    position: absolute; 
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;               
}

ul.rectangle-list a:after{
    margin-top: -0.3em;               
}

.rectangle-list a:hover:after{
    left: -.7em;
    border-left-color: #562693;             
}   

.vc_row-fluid .vc_span12.pm-introduction h2 {
	line-height: 1;
}

/*
 * EMAIL MP PAGE 
 */

.page-email-mp aside,
.page-email-mp .registration-form,
.page-email-mp #disqus_thread,
.page-email-mp .pm-social-links,
.page-email-mp .footer-subscribe-banner
{
    display: none;
}

.page-email-mp .page-email-mp .tm-main {
    min-height: 0px !important;
}

.page-email-mp .alert.notice {
    color: #666;
    background: yellow;
    border: 1px solid brown;
    padding: 5px;
    font-weight: bold;
}

.page-email-mp .error {
    background: #C00;
    color: white;
    padding: 10px;
}

.page-email-mp .spinner {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    float: none;
}

.page-email-mp .hidden {
    display: none;
}

.page-email-mp .error:empty {
    display: none;
}

.page-email-mp #profile h4 { 
	margin-top:0; 
}

.page-email-mp #profile {
    margin-bottom:20px;
}


.page-email-mp #profile img {
    height: 135px;
    width: auto;
    float: left;
    margin-right: 10px;
    margin-bottom: 0 !important;
}

.page-email-mp .tm-main {
    width: 100%;
}

.page-email-mp #step1 {
    background: #eee;
    padding: 30px 30px;
    box-sizing: border-box;
    -moz-box-shadow:    inset 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow:         inset 0 0 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
}

.page-email-mp #step1 .error.invisible {
    display: none;
}

.page-email-mp #step1 #input_data {
    width: 60%;
    float: left;
}

.page-email-mp #step1 h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

.page-email-mp #step1 #input_data > div {
    margin-bottom: 5px;
}

.page-email-mp #step1 #input_data label {
    width: 20%;
    display: inline-block;
}

.page-email-mp #step1 #input_data input {
    width: 80%;
    display: inline-block;
    padding: 10px;
    border: 1px solid #bbb;
}

.page-email-mp #step1 #input_data input.valid {
    border-right: 5px solid green;
}

.page-email-mp #step1 #input_data input.invalid {
    border-right: 5px solid #c00;
}

.page-email-mp button, .page-email-mp input[type="submit"] {
    background: #562693;
    color: white;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 30px;
    border: 0;
    width: 100%;
}

.page-email-mp button[disabled], .page-email-mp input[type="submit"][disabled] {
    background: #ccc;
    color: #888;
}

.page-email-mp #step1 #mp p {
    padding: 0;
}

.page-email-mp #step1-button {
    width: 40%;
    float: right;
    padding-left: 30px;
}

.page-email-mp #mp h4{
    margin-top: 0;
}

.page-email-mp #step2 #emailcontent {
    height: 600px;
    padding: 20px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    width: 100%;
}

.page-email-mp #step2 #messagewrapper {
    width: 60%;
    float: left;
}

.page-email-mp #step2 #messagewrapper button {
    display: block;
}

.page-email-mp #step2 #instructionwrapper {
    width: 40%;
    float: right;
    padding: 0 25px;
}

.page-email-mp #step2 #instructions {
    background: #424242;
    padding: 30px;
    margin-bottom: 20px;
}

.page-email-mp #step2 #instructions h4,
.page-email-mp #step2 #instructions li, 
.page-email-mp #step2 #instructions a{
    color: white;
}

.page-email-mp-response table th {
    padding: 5px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}

.page-email-mp-response table td {
    padding: 10px;
}

.page-email-mp-response table td.answer {
    text-align: center;
}

.page-email-mp-response table thead {
    background: #666;
    color: white;
}

.page-email-mp-response table tr:nth-child(even) {
    background: #DDD;
}

.page-email-mp-response textarea {
    width: 100%;
    height: 250px;
}

.page-email-mp-response #questions {
    margin-bottom: 30px;
}

/* PROPOSALS */
.page-id-14691 .wp-image-17808,  
.page-id-14691 .wp-image-14866,
.page-id-14691 .wp-image-20416,
.page-id-14691 .wp-image-20415,
.page-id-14691 .wp-image-14874 {
  width: 170px !important;
}

.page-id-14691 img[src*="Screen-Shot-2014-07-10-at-22.03.51-300x182.png"] {
  width: 100% !important;
}

/* 
* Email MP Page - Responsive
*/ 
/* break points 480px (mobile portrait) and 768px (tablet portrait) */ 
@media(max-width:480px){ 
	
	.page-email-mp #step1 {
		padding:5px;	
	}
	
	.page-email-mp #step1 #input_data {
		width:100%;
	}
			.page-email-mp #step1 #input_data label {
					display:block;
					width:100%;
			}
			
			.page-email-mp #step1 #input_data input {
				clear:both;
				width:100%;
			}
	
	.page-email-mp #step1 #step1-button {
		width:100%;
		clear:both;	
	}
	
	.page-email-mp #step1 p {
		display:none;
	}
	
	.page-email-mp #step2 #messagewrapper { 
	    clear:both; 
		width:100%;	
	}
	
	.page-email-mp #step2 #instructionwrapper {
		clear:both; 
		width:100%;	
	}
	
	.page-email-mp #step2 #instructions {
		display:none;
	}	
}

@media(max-width:768px){ 
    
    .page-email-mp #step1 {
        padding:5px;    
    }
    
    .page-email-mp #step1 #input_data {
        width:100%;
    }
            .page-email-mp #step1 #input_data label {
                    display:block;
                    width:100%;
            }
            
            .page-email-mp #step1 #input_data input {
                clear:both;
                width:100%;
            }
    
    .page-email-mp #step1 #step1-button {
        width:100%;
        clear:both; 
        padding: 0;
    }
    
    .page-email-mp #step1 p {
        display:none;
    }
    
    .page-email-mp #step2 #messagewrapper { 
        clear:both; 
        width:100%; 
        margin-bottom: 20px;
    }
    
    .page-email-mp #step2 #instructionwrapper {
        clear:both; 
        width:100%; 
    }
    
    .page-email-mp #step2 #instructions {
        display:none;
    }   
}



/*
 * GENERAL PAGE 
 */

.first-para {
	font-size: inherit; 
 	line-height: inherit; 
 	display: block; 
 	margin-top: 0; 
 	margin-bottom: 10px; 
 	padding: 20px 30px;
 	font-weight: bold;
 	line-height: 1.5;
 	font-size: 20px;
}

.page .first-para {
	padding-left: 0px;
	padding-right: 0;
}

.breadcrumbs {
	margin: 0 15px 5px 0px;
	font-size: 0.9em;
	display: block;
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 12px;
}

.uk-panel.widget_text {font-size: 15px;}

.uk-panel .socialblock {
	width: 50%;
	float: left;
	padding: 10px;
	position: relative;
}

.uk-panel .socialblock .inner{
	text-align: center;
	color: white;
	font-size: 50px;
	padding: 20px;
	line-height: 80px;
}

.uk-panel .socialblock.facebook .inner{
	background: #4B72C5;
}

.uk-panel .socialblock.twitter .inner{
	background: #33CCFF;
}

.uk-panel .socialblock .count {
	background: #c00;
	color: white;
	position: absolute;
	right: 0;
	padding: 2px 4px;
	font-size: 12px;
	font-weight: bold;
	bottom: 0;
}

/* key stats blocks */
ul.zebra > li {
	padding: 15px 20px;
	font-size: 13px;
}

ul.zebra > li.odd {
	border-left: 1px solid #ccc;
}

.clearfix {clear: both;}

/* remove scrollbars from graphic animation */
.page-id-823 .tm_block, .page-id-823 .uk-width-1-1 {
	overflow: hidden;
}

.uk-panel-header {
	margin-bottom: 0 !important;
}

img[title="Modernising Money"] {
	width: 100%;
	padding: 10px;
}

#buy_book {
	background: #c00;
	color: white;
	padding: 4px;
	position:absolute;
	bottom: 0;
	right: 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}

#back-up-helper {

    text-align:center;
}

/*
 * GRAY BACKGROUND PAGE LAYOUT
 * USED FOR PAGES WITH POSTS CONTENT
 * LIKE BLOG AND EVENTS
 */

/* remove white padding below attention spanner */
.blog #attention-spanner, 
.tribe-theme-yoo_square_wp:not(.single) #attention-spanner,
.archive #attention-spanner,
.category #attention-spanner {
	margin-bottom: 0;
}

/* widen containers, make background */
.blog > .uk-container-center, 
.tribe-theme-yoo_square_wp:not(.single) > .uk-container-center,
body.archive > .uk-container-center,
body.category > .uk-container-center
 {
	margin: 0;
	max-width: 100%;
	padding: 0;
	background: #F0F0F0;
	padding-top: 15px;
}

.blog > .uk-container-center:first-child, 
.tribe-theme-yoo_square_wp:not(.single) > .uk-container-center:first-child,
body.archive > .uk-container-center:first-child,
body.category > .uk-container-center:first-child {
	padding-top: 0;
}

/* re-center toolbars and blocks */
.blog > .uk-container-center .tm-block, 
.blog > .uk-container-center .tm-toolbar,
.tribe-theme-yoo_square_wp:not(.single) > .uk-container-center .tm-block, 
.tribe-theme-yoo_square_wp:not(.single) > .uk-container-center .tm-toolbar,
body.archive > .uk-container-center .tm-block, 
body.archive > .uk-container-center .tm-toolbar,
body.category > .uk-container-center .tm-block, 
body.category > .uk-container-center .tm-toolbar{
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
}

/* remove white content backgrounds */
.blog .tm-middle.uk-grid, 
.tribe-theme-yoo_square_wp:not(.single) .tm-middle.uk-grid,
body.archive .tm-middle.uk-grid,
body.category .tm-middle.uk-grid {background: none;}

.blog .tm-content article .tm-blog-more, 
.tribe-theme-yoo_square_wp .tribe-events-loop .type-tribe_events .event-more,
body.archive .tm-content article .tm-blog-more,
body.category .tm-content article .tm-blog-more
{background: #ddd; padding: 10px;}

.blog .tm-content article .tm-blog-more a, 
body.archive .tm-content article .tm-blog-more a,
body.category .tm-content article .tm-blog-more a,
.tribe-theme-yoo_square_wp .tribe-events-loop .type-tribe_events .event-more a
 {
	color: white;
	background: #562693;
	padding: 10px;
	display: block;
	width: 200px;
	margin: auto;
	text-align: center;
}

.blog .tm-content article .tm-blog-more a:hover,
body.archive .tm-content article .tm-blog-more a:hover,
body.category .tm-content article .tm-blog-more a:hover,
.tribe-theme-yoo_square_wp:not(.single) .tribe-events-loop .type-tribe_events .event-more a:hover {
	background: #301554;
}

/*
 * FROM HERE SPECIFIC FOR EVENTS
 */
 
.tribe-theme-yoo_square_wp .tribe-events-loop .type-tribe_events {
	background: white;
	margin-bottom: 20px;
	border-bottom: 3px solid #ccc;
	padding-bottom: 0;
}

.tribe-theme-yoo_square_wp .tribe-events-loop .tribe-events-content {
	float: none;
}

.tribe-theme-yoo_square_wp .tribe-events-loop .type-tribe_events .wrapper {
	padding: 30px;
}

.tribe-theme-yoo_square_wp .tribe-events-loop .type-tribe_events .tribe-events-list-event-title {
	font-size: 40px;
	line-height: 40px;
	padding: 30px 0;
	padding-bottom: 0;
}

.tribe-theme-yoo_square_wp .tribe-events-loop .type-tribe_events .tribe-events-list-event-title a {
	color: rgb(65, 77, 90);
}

.tribe-events-list-separator-month span {
	background-color: #fff;
	padding: 10px 7.5%;
}

.tribe-theme-yoo_square_wp .tribe-events-list .vevent.hentry.tribe-event-end-month {
	padding-bottom: 0;
}

/*
 * FROM HERE SPECIFIC FOR BLOG POSTS
 */

.tm-isblog .tm-content article .wp-post-image {margin: 0 !important;}
.tm-isblog .tm-content article .article-content {}
.tm-isblog:not(.home) .tm-content article {background: white; border-bottom: 3px solid #ccc; margin-bottom: 20px; position: relative; /*border-right: 1px solid #ddd;*/}
.tm-isblog .tm-content article h1 {font-size: 40px; line-height: 40px; padding: 30px; padding-bottom: 0;}
.tm-isblog .tm-content article p {padding: 0 30px 0 0;}
.article-content p {padding: 0 30px!important;}
.tm-isblog .tm-content article .tm-socialbuttons {display: none;}
.tm-isblog .tm-content article .post-date {
	position: absolute;
	left: -50px;
	width: 50px;
	padding-right:0px;
	text-align: center;
	top: 15px;
	text-transform: uppercase;
	color: #aaa;
}
.tm-isblog .tm-content article .post-date .day {font-size: 30px; margin-bottom: 5px;}
.tm-isblog .tm-content article .post-date .year {font-size: 12px;}
.tm-isblog .tm-content article .post-date .comments a{
	color: #bbb;
	margin-top: 10px;
	font-size: 14px;
	display: block;
}
.tm-isblog .tm-content article .post-date .comments.hot a {color: #C00;}
.tm-isblog .tm-content article .post-categories, .type-tribe_events .post-categories {
	position: relative;
	/*right: -20px;*/
	float: right;
	width: 150px;
	text-align: right;
	margin-bottom: 10px;
}
.tm-isblog .tm-content article .post-categories a, .type-tribe_events .post-categories a {
	background: #333;
	color: white;
	padding: 0 8px;
	text-transform: uppercase;
	font-size: 11px;
	display: inline-block;
	 text-shadow: none!important; 
	/*border: 1px solid #000;*/
	opacity: 0.8;
	text-shadow: 1px 1px #000;
	font-weight: bold;
	padding-right: 25px;
}

.type-tribe_events .post-categories > div:first-child {display: none;}
.type-tribe_events .post-categories ul {list-style-type: none;}

.tm-isblog .tm-content article .post-categories .awrapper, .type-tribe_events .post-categories .awrapper {position: relative; margin-bottom: 10px;}

.tm-isblog .tm-content article .post-categories .artefact, .type-tribe_events .post-categories .artefact {
	width: 15px;
    height: 100%;
    background: #333;
    position: absolute;
    top: 5px;
    bottom: 0;
    right: -15px;
    z-index: 0;

}

.tm-isblog .tm-content article .illustration {text-align: center; padding: 0 20px; padding-top: 20px;}
.tm-isblog .tm-content article .illustration img {}
.tm-isblog .tm-content article .tm-blog-more a:hover {background: #301554;}
.tm-isarticle-comments img {width: auto;}

.article-comments {padding-left: 150px; margin-bottom: 60px; opacity: 1;}
.article-comments:hover {opacity: 1;}
.article-comments .dsq-widget-comment {
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-bottom: 2px solid #ccc;}
.article-comments .dsq-user-avatar {width: auto; float: left; margin-right: 10px; height: 50px; margin-bottom: 0 !important;}
.article-comments p {padding-left: 60px; font-size: 12px; margin: 0; line-height: 1.2;}
.article-comments .dsq-comment-author {margin: 0; font-weight: bold; display: inline; margin-right: 5px;}

.article-comments .heading {text-align: right; font-size: 12px; text-transform: uppercase; color: #bbb; font-weight: bold;}
.article-comments .created {padding-left: 60px; color: #aaa; font-size: 12px;}
.article-comments .view-discussion {
	text-align: right;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;}
.uk-article + .uk-article {
	margin-top: 0px;
	padding-top: 0px;
	border-top: 0;
}

select[name="archive-dropdown"] {
	padding: 10px;
	width: 100%;
}

/* 
 * ABOUT US PAGE 
 */
.page-id-816 .tm-sidebar-a, .page-id-816 .breadcrumbs,
.parent-pageid-816 .tm-sidebar-a, .parent-pageid-816 .breadcrumbs {
	/*display: none;*/
}

.page-id-816 .tm-main, 
.parent-pageid-816 .tm-main {
	/*width: 100%;*/
	font-size: 18px;
	line-height: 1.5;
}

.page-id-816 .tm-main-top, 
.parent-pageid-816 .tm-main-top {
	margin-bottom: 0;
}

.page-id-816 .first-para, 
.parent-pageid-816 .first-para {
	/*padding: 20px 90px;*/
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 50px !important;
	text-align: center;
    margin-bottom: 0;
}

@media(max-width: 800px) {
	.page-id-816 .first-para, 
	.parent-pageid-816 .first-para {
		font-size: 20px;
		padding: 0 50px;
	}
	.about-first-row .emotion-column.vc_span6 {
		width: 60%;
	}
	.about-first-row .vision-short.vc_span6.wpb_column.column_container {
		width: 38%;
		margin-left: 2%;
		margin-top: 30px;
	}
	.about-first-row .vision-short.vc_span6.wpb_column.column_container p {
		padding: 0;
	}
}

@media(max-width: 320px) {
	.page-id-816 .first-para, 
	.parent-pageid-816 .first-para {
		font-size: 20px;
		padding: 0 0px;
	}
	.about-first-row .emotion-column.vc_span6 {
		width: 100%;
	}
	.about-first-row .vision-short.vc_span6.wpb_column.column_container {
		width: 100%;
		margin-left: 0%;
		margin-top: 30px;
	}
	.about-first-row .vision-short.vc_span6.wpb_column.column_container p {
		padding: 0;
	}
}

.page-id-816 .about-menu, 
.parent-pageid-816 .about-menu {
	background: none;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 20px;
}

.page-id-816 h2 {clear: both;}

/*.page-id-816 .uk-nav-side > li, 
.parent-pageid-816 .uk-nav-side > li {
	display: inline-block;
	width: 23.0%;
	float: left;
	text-align: center;
}*/

/*.page-id-816 .uk-nav-side > li:last-child, 
.parent-pageid-816 .uk-nav-side > li:last-child {
	display: inline-block;
	width: 31%;
	float: left;
	text-align: center;
}*/

.page-id-816 .emotionlist h2,
.parent-pageid-816 .emotionlist h2 {
	/*text-transform: lowercase;
	font-weight: normal;
	font-family: inherit;
	line-height: 1.3;
	font-size: 30px;*/
	margin-bottom: 20px;
	padding-left: 150px;
	margin-top: 50px;
}

/*.page-id-816 .uk-nav-side > li a,
.parent-pageid-816 .uk-nav-side > li a {
	color: #333;
	border-radius: 0;
	border: 0;
	margin: 0;
	font-size: 20px;
	padding: 0;
	padding-bottom: 20px;
	line-height: 1.2;
	border-bottom: 3px solid #eee;
}

.page-id-816 .uk-nav-side > li a:hover,
.parent-pageid-816 .uk-nav-side > li a:hover {
	margin: 0;
	background: none;
	color: #333;
	border: 0;
	border-bottom: 3px solid #ddd;
}*/

.page-id-816 .responsive-youtube-container,
.parent-pageid-816 .responsive-youtube-container {
	width: 100%;
	float: left;
	padding: 30px;
	margin: 0;
	height: 400px;
	margin-bottom: 50px;
	margin-top: 30px;
}

@media(max-width: 800px) {
	.page-id-816 .responsive-youtube-container,
	.parent-pageid-816 .responsive-youtube-container {
		width: 300px;
		margin: 20px;
	}
}

@media(max-width: 568px) {
	.page-id-816 .responsive-youtube-container,
	.parent-pageid-816 .responsive-youtube-container {
		display: none;
	}
	.page-id-816 .what-we-are h2{
		text-align: center;
	}
}

/*.page-id-816 .uk-nav-side > li.uk-active a,
.parent-pageid-816 .uk-nav-side > li.uk-active a {
	background: none;
	border: 0;
	border-bottom: 3px solid #562693;
	color: #333;
	font-weight: bold;
}*/

.page-id-816 .emotionlist li,
.parent-pageid-816 .emotionlist li {
	margin-bottom: 20px;
	list-style-type: none;
}

@media(max-width: 320px) {
	.page-id-816 .emotionlist li,
	.parent-pageid-816 .emotionlist li {
		text-align: right;
	}
}

.page-id-816 .emotionlist li img,
.parent-pageid-816 .emotionlist li img {
	width: 100px;
	float: left;
	margin-right: 20px;
}

.page-id-816 .emotionlist li strong:first-child,
.parent-pageid-816 .emotionlist li strong:first-child {
	/*display: block;*/
	text-transform: uppercase;
	font-size: 120%;
	/*font-family: BebasNeue, Arial, Helvetica, sans-serif;*/
	margin-bottom: 10px;
	margin: 0 7px;
}

.page-id-816 .vision-short,
.parent-pageid-816 .vision-short {
	padding: 60px;
	font-size: 40px;
	border-left: 1px solid #e3e3e3;
}

@media(max-width: 800px) {
	.page-id-816 .vision-short,
	.parent-pageid-816 .vision-short {
		padding: 30px;
		font-size: 30px;
		border-left: 1px solid #e3e3e3;
	}
	blog:not(.tm-isblog) .tm-content {padding-right: 10px;}
	.tm-isblog .tm-content {padding-left: 10px;}
	.breadcrumbs {padding-left: 20px;}
	.uk-panel .socialblock {padding-left: 0;}
	.uk-panel .socialblock .count {right: 10px; bottom: 10px;}
	#book_wrapper img {padding-left: 0;}
	#buy_book {right: 10px;}
	.uk-panel-box.widget_archive {padding-right: 10px;}
	.tm-sidebar-a {
		margin-top: -00px !important;
	}
	.registration-form.sidebar-form {margin-right: 10px;}
	.tm-isblog .tm-content article .post-date {
		position: static;
		width: 100%;
		text-align: right;
		padding-right: 10px;
		margin-top: 10px;
		font-size: 12px;
	}
	.tm-isblog .tm-content article .post-date .day,
	.tm-isblog .tm-content article .post-date .month,
	.tm-isblog .tm-content article .post-date .year,
	.tm-isblog .tm-content article .post-date .comments,
	.tm-isblog .tm-content article .post-date .comments a {
		font-size: inherit; display: inline;
	}
	.uk-navbar-content.uk-navbar-center.uk-visible-small {
		display: none;
	}
	
}

@media(max-width: 550px) {
	.article-comments {padding-left: 0;}
}

@media(max-width: 400px) {
	.article-comments {display: none;}
	.tm-isblog .tm-content article h1 {
		font-size: 30px;
		line-height: 30px;
	}
}

@media(max-width: 320px) {
	.post-categories {display: none;}
	.tm-isblog .tm-content article h1 {
		font-size: 25px;
		line-height: 25px;
	}
	.illustration:empty,
	.tm-isblog .tm-content article .illustration:empty 
 	{display: none; padding: 0;}
 	.uk-navbar-brand {width: 80%;}
 	
}

.page-id-816 .vision-short p,
.parent-pageid-816 .vision-short p {
	line-height: 1.2;
}

.page-id-816 p,
.parent-pageid-816 p {line-height: 1.5;}

.page-id-816 #wolf blockquote,
.parent-pageid-816 blockquote {
	margin-right: 160px;
	text-align: right;
}

.page-id-816 #wolf blockquote p,
.parent-pageid-816 blockquote p{
	font-size: 28px;
	line-height: 0.9;
}

.page-id-816 #wolf blockquote cite,
.parent-pageid-816 blockquote cite {
	display: block;
	font-style: normal;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 20px;
}

.page-id-816 #wolf img, .page-id-816 #boa img {
	width: 130px;
}

.page-id-816 #wolf .imgwrap, .page-id-816 #boa .imgwrap {
	float: right;
}

.page-id-816 #boa, .page-id-816 #wolf {margin: 80px 0;}

.page-id-816 h2 {font-size: 45px;}

@media(max-width: 320px) {
	.page-id-816 #wolf blockquote,
	.parent-pageid-816 blockquote {
		margin-right: 0px;
		text-align: center;
	}

	.page-id-816 #wolf blockquote p,
	.parent-pageid-816 blockquote p{
		font-size: 20px;
		line-height: 0.9;
		padding: 0;
		text-align: center;
	}
	
	.page-id-816 #wolf img, .page-id-816 #boa img {
		width: 50px;
		margin: 15px;
	}
}

/*
 * TEAM MEMBER PAGE
 */

.page-id-683 .member {
	float: left;
	width: 100%;
	vertical-align: top;
	/*padding: 20px;*/
}

.page-id-683 .member.director {
	width: 100%;
}

.page-id-683 .member.volunteer {
	float: none;
	display: inline-block;
}

.page-id-683 .member img {
	height: 100px;
	float: none;
	margin: auto;
	width: auto;
}

.page-id-683 .member img#luukavatar {
	border-radius: 50px;
}

.page-id-683 .member h3 a {
	display: block;
	text-align: center;
}

.page-id-683 .member p:not(:empty) {
	font-size: 16px;
	text-align: left;
/*	max-height: 220px;
	min-height: 220px;*/
	overflow: hidden;
	position: relative;
	padding-bottom: 0;
	margin-bottom: 0;
    width: 80%;
    float:left;
    margin-top:30px;
    padding-left:2rem;
}

.page-id-683 .member div[id*="read-more"].expanded {padding: 0 30px; font-size: 16px; display: block !important; width:100%; float:left;}

/* read more link */
.page-id-683 .member p a[href="javascript:void(0);"] {
	
	color: #562693;
	display: block;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	padding: 4px 0;
	position: relative;
	bottom: 0px;
	width: 100%;
    margin-top: 1rem;
    border: 2px solid #562693;
}

.page-id-683 .role {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}

#skin h2 {

    font-family: "Bebas Neue";
    font-size:10rem;
}

.memrole {
    width: 20%;
    float:left;
}

.member_director.memrole {

    width: 50%;
}

.page-id-683 #directors,
.page-id-683 #volunteers,
.page-id-683 #team {margin-bottom: 50px;}

.page-id-683 .tm-content, /*.page-id-683 #attention-spanner + .uk-container-center*/ {padding: 0;}

.page-id-683 h2 {margin-top: 50px;}
.page-id-683 h2, .page-id-683 #volunteers {text-align: center;}
.page-id-683 h3 {text-align: center; width:100%; /*height: 184px;*/}

/* TODO: this is ugly */
.page-id-683 br {display: none;}
.page-id-683 #footer-subscribe-banner br {display: block;}

@media(max-width: 767px) {
	.uk-navbar-toggle:after {
		color: #562693;
	}
	.uk-navbar-brand {
		float: left;
	}
	.uk-navbar-content {
		display: none;
	}
	.uk-offcanvas-bar {
		background: #111;
		color: white;
		padding-right: 10px;
	}
	.uk-nav-offcanvas > li > a, .uk-nav-offcanvas ul a{
		color: white;
	}
	.uk-container .tm-headerbar {
		padding: 10px;
		padding-left: 20px;
	}
	#homepage-top-banner-left h1 {
		font-size: 35px;
		line-height: 35px;
	}

    .first-para {
        margin-top: 2.5rem
}
}

@media(max-width: 600px) {
	.page-id-683 .member, .page-id-683 .member.director, .page-id-683 .member.volunteer {
		width: 100%;
		padding: 0;
		float: left;
	}



}

@media(max-width: 930px) {
	.page-id-816 .uk-nav-side > li a, 
	.parent-pageid-816 .uk-nav-side > li a {
		height: 70px;
	}
}

@media(max-width: 540px) {
	.page-id-816 .uk-nav-side > li a, 
	.parent-pageid-816 .uk-nav-side > li a {
		height: 100px;
	}
	.reveal-modal-bg, #myModal {display: none;}

    .page-id-683 .member p:not(:empty) {

        width: 100%;
    }

    .memrole {
        width: 100%;
    }
}

@media(max-width: 320px) {
	.page-id-683 .member, .page-id-683 .member.director, .page-id-683 .member.volunteer {
		width: 100%;
		padding: 0;
		float: left;
	}
	.page-id-683 .tm-content {padding-right: 0px; padding-left: 0px;}
	
	.page-id-816 .uk-nav-side > li, 
	.parent-pageid-816 .uk-nav-side > li,
	.page-id-816 .uk-nav-side > li:last-child,
	.parent-pageid-816 .uk-nav-side > li:last-child {
		display: block;
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 20px;	
	}
	
	.page-id-816 .uk-nav-side > li a, 
	.parent-pageid-816 .uk-nav-side > li a,
	.page-id-816 .uk-nav-side > li:last-child a,
	.parent-pageid-816 .uk-nav-side > li:last-child a{
		height: auto;
	}
	
	.page-id-816 .emotionlist li img, .parent-pageid-816 .emotionlist li img {
		background: #562693;
		width: 50px;
	}
	
	.page-id-816 .emotionlist h2 {
		text-align: center;
		padding: 0;
	}
	
}

/* share buttons */

.share-buttons {
  font-family: sans-serif;
}
.share-buttons .sharrre .share {
  font-weight: bold;
  font-size: 13px;
}

.share-buttons.inline .sharrre {
float: left;
width: 45%;
margin-bottom: 10px;
}

/*.share-buttons.inline .sharrre {
  display: inline-block;
  margin-right: 15px;
  height: 40px;
  margin-bottom: 0px;
}*/
.share-buttons.inline .sharrre .count {
  vertical-align: top;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: 400;
  border: 1px solid #DDD;
  /*.border_box;*/
}

.share-buttons .sharrre .count {
display: inline-block;
height: 40px;
line-height: 40px;
background: white;
color: black;
border-radius: 4px;
width: 40px;
text-align: center;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
font-weight: bold;
}

.share-buttons.inline .sharrre .count {
vertical-align: top;
height: 25px;
line-height: 25px;
font-size: 20px;
font-weight: bold;
background: inherit;
border-radius: 0;
box-shadow: none;
text-shadow: none;
border: none;
color: white;
}

.share-buttons .sharrre a {
color: white;
line-height: 40px;
font-size: 14px;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}

.share-buttons .sharrre .box {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
display: inline-block;
margin-right: 10px;
width: 200px;
text-align: center;
}

.share-buttons.inline .sharrre .boxcontainer .box {
line-height: 25px;
width: 100%;
padding: 7px 10px;
box-sizing: border-box;
border-radius: 0;
}

.share-buttons.inline .sharrre .boxcontainer {
padding: 0px 10px;
padding-left: 0;
}

.share-buttons.inline .sharrre .box i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
}

.share-buttons i {
border-right: 1px solid rgba(0, 0, 0, 0.2);
display: block;
float: left;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
font-size: 24px;
}

.share-buttons.inline .sharrre .boxcontainer .box i {
height: 25px;
width: 25px;
line-height: 25px;
font-size: 20px;
font-weight: bold;
border: none;
}

.share-buttons.inline .sharrre .box .share {
  padding: 0;
}

.share-buttons.inline .sharrre .boxcontainer .box {
line-height: 25px;
width: 100%;
padding: 7px 10px;
box-sizing: border-box;
border-radius: 0;
}

.share-buttons .facebook .box {
background: #3b5998;
}

.share-buttons .facebook .box:hover {
background: #4c70ba;
}

.share-buttons .twitter .box {
background: #00aced;
}

.share-buttons .twitter .box:hover {
background: #21c2ff;
}

.share-buttons .linkedin .box {
background: #069;
}

.share-buttons .googleplus .box {
background: #DA573A;
}

/*
#homepage-top-banner-left .sharrre {
	width: 50%;
	margin: 0;
	padding: 0;
}

#homepage-top-banner-left .sharrre .box{
	
}*/

/* homepage petition box */

#homepage-top-banner-left .sharrre.petition {
	width: 100%;
	margin: 0;
	/* padding: 10px; */
	height: 50px;
}
#homepage-top-banner-left .sharrre.petition a {font-size: 20px; font-weight: bold;}
#homepage-top-banner-left .sharrre.petition .box, 
#homepage-top-banner-left .sharrre.petition i,
#homepage-top-banner-left .sharrre.petition .count {
	line-height: 35px;
}
#homepage-top-banner-left .sharrre.petition .box {
	background: #301554;
}
#homepage-top-banner-left .sharrre.petition .count {
	/* display: inline-block; */
	float: right;
	background: #c00;
	height: 35px;
	width: auto;
	font-size: 15px;
	/* border-radius: 20px; */
	padding: 0 5px;
	border-bottom: 3px solid #990000;
	display: none; /* temporary */
}

.home #overlay {
    display: none;
	position: absolute;
	width: 100%;
	max-width: 100%;
	background: rgba(17, 8, 29, 0.95);
	top: 0px;
	bottom: 50px;
	left: 100%;
	transition: all .3s ease-out;
	z-index: 9999;
}
.home #overlay.show {
	left: 0%;
	transition: all .3s ease-out;
}
.home #overlay h1 {
	font-family: BebasNeue, Arial, Helvetica, sans-serif;
}
.home #overlay #homepage-top-banner-right {
	background: white;
}
.petition-form input, .petition-form select {
	padding: 8px 10px;
	font-size: 1.4em;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.petition-form select {display: none;}
.petition-form input[type='submit'] {
	font-size: 1.3em;
	height: 58px;
	margin: 10px 0;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 5px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	background: #562693;
	color: white;
	border: 0;
	outline: none;
	font-weight: bold;
}

.petition-form input[type='submit']:active {
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.4);
}

.petition-form input[type='submit'][disabled='disabled'] {
	background: #301554;
	color: #ddd;
}

.petition-form input.error {
	border: 2px solid #c00;
}

.petition-form div.error {
	background: #c00;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	padding-left: 10px;
}
.petition-form .not_in_uk {
	color: white;
	float: right;
}

#overlay #petition-sign #homepage-top-banner-left {padding-top: 0;}
#overlay #petition-sign #homepage-top-banner-right {padding-bottom: 0;}
#overlay #petition-sign #homepage-top-banner-right p {font-size: 13px;}
#overlay #petition-share {display:none;}

#overlay.signed #petition-sign {display:none;}
#overlay.signed #petition-share {display: block;}
#overlay.signed #petition-share #homepage-top-banner-right {padding: 0; text-align: center; background: none;}
#overlay.signed #petition-share #homepage-top-banner-right img {height: 350px;}



/*
 * MODAL DIALOG
 */
 
#myModal {
	z-index: 99999999999999999;
	width: 70%;
}

#myModal #footer-subscribe-banner {
	padding: 30px !important;
    margin-top: 0;
}

#myModal #footer-subscribe-banner h1 {
	width: 70%;
}

#myModal #footer-subscribe-banner #footer-subscribe-banner-left-border > strong {
	display: block;
	margin-bottom: 20px;
}

#myModal #footer-subscribe-banner .privacy p {
	margin-bottom: 0;
}

/* fix osx scrolling margin bug */
/*html, body {
    height: 100%;
    overflow: hidden;
}
#osx_scrollfix {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
}*/

/* fix werid attentionspanner offset */
/*body > iframe + iframe + div {height: 0;}*/

/* fix join-us page */

body.page-id-833 > div.uk-container.uk-container-center:first-of-type {
  //max-width: 100%;
}

body.page-id-833 #footer-subscribe-banner {max-width: 1050px; margin: auto; margin-top: 150px;}
body.page-id-833 #footer-subscribe-banner > h1,
body.page-id-833 .tm-top-a {display: none;}

body.page-id-833 .tm-main,
body.page-id-833 .tm-middle.uk-grid {display: block;}

body.page-id-833.tm-isblog:not(.home) .tm-content article,
body.page-id-833 .tm-middle.uk-grid {
    background: none;
}

body.page-id-833 #attention-spanner h1 {
    visibility: hidden;
}
body.page-id-833 #attention-spanner + div {
    position: relative;
    top: -150px;
}
body.page-id-833 .vc_span4 {
    border: 1px solid #DDD;
    background: white;
    text-align: center;
}

body.page-id-833 .joinus-direct-links {
    list-style-type: none;
    padding: 0;
}

body.page-id-833 .joinus-direct-links li {
    background: #562693;
    border-bottom: 1px solid #CCC;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 10px;
}

body.page-id-833 .joinus-direct-links li a {
    color: white;
}

/* JOIN THE NETWORK */

body.parent-pageid-833 .wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
    padding-top: 0;
    min-height: 320px;
}

body.parent-pageid-833 blockquote {
    font-size: 13px;
    line-height: 1.5;
}

/*
 * HEADSPACE PANELS
 */

/* main super class */
.headspace {
    position:relative;
    margin-bottom: 0;
}

.headspace.wpb_row {
    margin-bottom: 0;
}

/* backgrounds */

.headspace > .background {
    position: absolute;
    /* top: 0px; */
    /* bottom: 0px; */
    height: 100%;
    width: 500%;
    left: -250%;
    z-index: -1;
}

.headspace p {
    padding: 0 !important;
    line-height: 1.7;
}

.headspace.regular, .headspace.regular > .background {
    background: white;
}

.headspace.secondary, .headspace.secondary > .background {
    background: #EFEDE7;
}

.headspace.primary, .headspace.primary > .background {
    background: #562693;
    color: white;
}

/**/

.headspace > .column_container {
    display: table-cell;
}

.headspace > .column_container > .wpb_wrapper {
    width: 730px;
    margin: auto;
    padding: 50px 0;
}

.headspace > .column_container > .wpb_wrapper > .wpb_row:last-child {
    margin-bottom: 0;
}

.headspace > .column_container > .wpb_wrapper > .wpb_row > .vc_span6 + .vc_span6 .wpb_content_element {
    padding-left: 30px;
}

/* ALL HEADERS */

.headspace h2 {
    text-transform: uppercase;
    margin-bottom: 25px;
}

.headspace.primary h2 {
    color: white;
}

/* a text header that is directly below the wrapper is the  main header */
.headspace > .column_container > .wpb_wrapper > .vc_wp_text h2,
/* a full width column in the content */
.headspace > .column_container > .wpb_wrapper .vc-span12, 
/* paragraph below main header */
.headspace > .column_container > .wpb_wrapper > .vc_wp_text .textwidget {
    text-align: center;
}

/* if there is a paragraph below the main header */
.headspace > .column_container > .wpb_wrapper > .vc_wp_text .textwidget:not(:empty) {
    margin-bottom: 30px;
}

/* BUTTON */

.headspace .wpb_button {
    margin: auto;
    display: block;
    padding: 20px 30px;
    font-size: 1.2em;
    background: #562693;
    color: white;
}

/* EVENT LISTS ON LOCAL GROUP PAGES */

ul.bsd-event-list {
  padding-left: 0;
}

ul.bsd-event-list li {
	list-style-type:none;
}

ul.bsd-event-single {
  list-style-type: none;
  padding: 10px 5px 10px 10px;
  background-color: #f0f0f0;
  margin-bottom: 2em;
}


li.bsd-event-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 1em;
}

li.bsd-event-description {
  margin-top: 15px;
}

li.bsd-event-more-info a, li.bsd-event-rsvp a {

  background: #562693;
  border-bottom: 1px solid #CCC;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
  color: #fff;
  float: left;
  margin-right: 10px;
}


li.bsd-event-links { 
	float:right;
	margin-top:20px;
}

/* hide form error fields */
.error-email, .error-name { 
	background-color:#FCC;	
	color:#900;
	display:none; 
	padding:5px;
}
