/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body, html {
background-color: #f8f7f6;
background-attachment: fixed;
background-image: url(../img/background.png);
font-size: 14px;
line-height: 1.5;
}

body {
	font-family:  "Whitney SSm A", "Whitney SSm B", "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: 400;
	font-style: normal;
	color: #3a3a3a;
	padding-top: 60px;
}

header { 
	display: block;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

h1, h2, h3, h4, h5 {
font-family: "Whitney A", "Whitney B", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 600;
margin: 0px 0 10px;
}

h1 {
font-size: 3rem;
line-height: 1.15;
}

h2 {
	font-size: 26px;
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: normal;
}

blockquote:before {
	display: block;
	content: "“";
	font-size: 91px;
	font-size: 5.71429rem;
	color: #8d8989;
	position: absolute;
	top: -25px;
	left: 0;
}

blockquote {
	padding-left: 55px;
	position: relative;
	margin: 30px 0;
	font-size: 20px;
	font-size: 1.25rem;
	width: 70%;
	margin: 40px 0;
}

blockquote:before {
	display: none;
}

blockquote {
padding: 0;
font-size: 22px;
font-size: 1.35714rem;
margin: 0 auto;
width: auto;
}
.error {
	color: #ff8a00;
	font-size: 0.9rem;
	line-height: 0;
}

.intro {
	margin-bottom: 0;
	margin-top: -1px;
	text-align: center;
	text-align: left;
	padding: 20px;
}

.intro p {
	font-family:  "Whitney SSm A", "Whitney SSm B", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	line-height: 1.6;
}
.intro ul {
	/*font-size: 16px;*/
	font-size: 18px;
	font-weight: normal;
	font-family: "Whitney SSm A", "Whitney SSm B", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.shoutout-alert {
	margin-bottom: 0;
	margin-top: -1px;
	text-align: center;
	text-align: left;
	padding: 20px;
	margin-left: -15px;
	margin-right: -15px;
	color: #fff;
	background: url(../img/shoutout.png) no-repeat center #df2025;
}

.shoutout-alert p {
	font-size: 42px;
	font-size: 2.5rem;
	font-family: "Whitney A", "Whitney B", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-align: center;
	line-height: 1.2;
}

.btn-alert, button, input[type="submit"] {
padding: 10px 25px;
display: inline-block;
text-transform: uppercase;
text-align: center;
font-family: "Whitney SSm A", "Whitney SSm B", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
letter-spacing: 1px;
font-weight: 700;
color: #fff;
cursor: pointer;
border-radius: 25px;
font-size: 14px;
}

.btn-alert, input[type="submit"] {
	background: #df2025;
	color: white !important;
}

.btn-box a {
	margin: 20px 5px 0;
}

a, body, .main-nav, .footer_bottom .cbf-logo, label, legend, input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="password"], input[type="date"], textarea, input[type="submit"], #donation_submit_action input[type="submit"] {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
	-o-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	-o-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

.mainheader {
	background-color: #fff;
	background: url(../img/hartstichting-logo-horizontal.png) no-repeat center #fff;
	background-size: 112px 34px;
	position: fixed;
	top: 0;
	width: 100%;
	height: 59px;
	z-index: 102;
	-webkit-box-shadow: #d7d7d7 0 0 1px;
	-moz-box-shadow: #d7d7d7 0 0 1px;
	box-shadow: #d7d7d7 0 0 1px;
}

.main-nav {
	font-family: "Whitney A", "Whitney B", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	left: -220px;
	width: 220px;
	height: 100%;
	position: fixed;
	background: #fff;
	top: 0;
	z-index: 10;
	-webkit-box-shadow: #d7d7d7 -1px 0 0 inset;
	-moz-box-shadow: #d7d7d7 -1px 0 0 inset;
	box-shadow: #d7d7d7 -1px 0 0 inset;
}

.logo {
height: 152px;
width: 152px;
display: block;
background-size: 152px 152px;
margin: 15px 15px 15px 15.38462%;
}

img {
border: 0;
vertical-align: top;
}

a {
	background: transparent;
	text-decoration: none;
	color: #df2025;
	cursor: pointer;
}

a {
text-decoration: none;
color: #df2025;
cursor: pointer;
}

a:active, a:hover {
outline: 0;
}
a:hover {
color: #3a3a3a;
}



.question .number {
	font-family: "Whitney A", "Whitney B", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 2rem;
	line-height: 1.15;
	font-weight: 600;
}
.question .text {
	font-family: "Whitney A", "Whitney B", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.2;
}

.faqs, .sharefooter ul, .cookiebar ul, .main-nav ul, .breadcrumbs, .breadcrumbs--generic, .breadcrumbs--absolute, .subnav ul, .chapter--stories, .chapter--doemee ul, .content-3cols__related, .three-boxes, .categories ul, .tags, .overview ul, .overview--footer ul, form ul, form ol, .clearlist, .fancy-select .options, .masonry-grid, .step-pagination ul {
list-style: none;
padding: 0;
margin: 0;
}

.logo.fifty-years {
	background-image: url(../img/hartstichting.png);
}


.clear-float {
	clear: both;
}

footer {
	background: #fff;
	font-family: "Whitney A", "Whitney B", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	clear: both;
}

.footer_bottom, .check_boxes .choices {
	overflow: hidden;
}

footer .footer_bottom {
	border-top: solid 1px #f0edea;
}

.cbf-logo {
width: 41px;
margin: 20px 0 0 20px;
float: left;
}
.cbf-logo a {
display: block;
height: 52px;
padding: 0;
}

footer .disclaimer-privacy {
margin: 40px 20px;
font-size: 15px;
font-size: 0.92857rem;
float: right;
}

footer .disclaimer-privacy li {
float: left;
margin-left: 20px;
}

footer .disclaimer-privacy a {
	color: #8d8989;
}

button, input[type="submit"] {
font-size: 13px;
padding: 10px 25px;
display: inline-block;
margin-bottom: 10px;
text-transform: uppercase;
background: #df2025;
letter-spacing: 1px;
font-weight: 700;
color: #fff;
cursor: pointer;
border: 0;
border-radius: 25px;
}


.checkbox {
	text-align: left;
	font-family:  "Whitney SSm A", "Whitney SSm B", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 1rem;
}

.question p {
	text-align: left;
}

form .question .line-4 {
	display: none;
}

.question:nth-child(even) div.next-odd {
    display:none;
}
.question:nth-child(odd) div.next-even {
	display:none
}


@media (min-width: 768px) {
	footer {
		padding: 20px;
	}
	.form-horizontal .control-label {
	text-align: left;
	}

}

@media (min-width: 784px) {
	body {
		padding: 0 0 0 220px;
	}

	.cookie-bar-image-right {
		margin-right: 270px !important;
	}
	

	h2 {
	font-size: 32px;
	font-size: 2rem;
	}
	blockquote {
	font-size: 21px;
	font-size: 1.3125rem;
	}
	.main-nav .hamburger {
		width: 40px;
		height: 57px;
		text-align: center;
		padding: 0;
		position: absolute;
		top: 0;
		left: 220px;
		cursor: pointer;
		background: #fff;
	}

	footer {
		max-width: 1920px;
		padding: 30px 60px 20px 60px;
	}

	.main-nav {
		left: 0;
	}
	.mainheader {
		width: 220px;
		height: 100%;
		background: none;
		position: fixed;
		top: 0;
		left: 0;
	}
	.main-nav .hamburger {
		display: none;
	}
}
@media (min-width: 992px) {

	.question:nth-child(even) div.image img {
	    float: right;
	}
	.question:nth-child(even) div.image {
	    float: right;
	    text-align: right;
	}
	.question:nth-child(odd) div.image {
		text-align: left;
	}

}
@media (min-width: 1024px) {
	html {
		font-size: 16px;
	}
	.intro, .shoutout-alert {
		padding: 20px 40px 60px 40px;
	}
}
@media (min-width: 1600px)  {
	.button-ready {
		margin-top: -100px;
	}
	body {
		padding-left: 260px;
	}

	.mainheader {
		width: 260px;
	}
	.main-nav {
		width: 260px;
	}
}

.intro .small {
	font-size: 14px;
}

.shoutout-alert {
	display: none;
}

#social {margin-top: 20px; text-align:right;font-weight:bold}
#social ul{height:16px}
#social li{display:inline;height:16px}
#social .social-hovers{display:block;float:right;height:16px;width:16px;margin-left:4px}
#social .social-hovers:hover{opacity:0.4;filter:alpha(opacity=40);-moz-opacity:0.4}
#social span{display:none}
#social .email{width:16px;height:16px;background:url('/css/social/sprite.png') no-repeat scroll 0px -1488px transparent}
#social .hyves{width:16px;height:16px;background:url('/css/social/sprite.png') no-repeat scroll 0px -2464px transparent}
#social .twitter{width:16px;height:16px;background:url('/css/social/sprite.png') no-repeat scroll 0px -5120px transparent}
#social .facebook{width:16px;height:16px;background:url('/css/social/sprite.png') no-repeat scroll 0px -1600px transparent}
#social .delicious{width:16px;height:16px;background:url('/css/social/sprite.png') no-repeat scroll 0px -1040px transparent}
#social .digg{width:16px;height:16px;background:url('/css/social/sprite.png') no-repeat scroll 0px -1104px transparent}
#social .myspace{width:16px;height:16px;background:url('/css/social/sprite.png') no-repeat scroll 0px -3536px transparent}
#social .stumbleupon{width:16px;height:16px;background:url('/css/social/sprite.png') no-repeat scroll 0px -4672px transparent}
#social .print{width:16px;height:16px;background:url('/css/social/sprite.png') no-repeat scroll 0px -4048px transparent}
#social .google{width:16px;height:16px;background:url('/css/social/sprite.png') no-repeat scroll 0px -2112px transparent}
#social .linkedin{width: 16px;height: 16px;background: url('/css/social/sprite.png') no-repeat scroll 0px -2928px transparent;}