/*
	Theme Name: Outreach Child Theme
	Theme URI: http://www.studiopress.com/themes/outreach
	Description: Outreach is a two or three column child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
 
	Version: 2.0
 
	Tags: blue, gray, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments
 
	Template: genesis
	Template Version: 1.8
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Responsive Slider
* Home Sections
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Column Classes
* Featured Post Grid
* Archive Page
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Sub Footer
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Outreach Blue
* Outreach Orange
* Outreach Red
* Responsive Design

*/


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-family: 'Rosario', sans-serif; /* Miriam */
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
}

input,
select,
textarea {
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-family: 'Rosario', sans-serif; /* Miriam */
	font-size: 14px;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

.print {
	display:none; /* Miriam */
}

/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #589b37;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #eee;
	background-color: #fff; /* Miriam */
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

.wrap {
	margin: 0 auto;
	width: 1060px;
}

.outreach-landing .wrap {
	width: 760px;
}


/* Header
------------------------------------------------------------ */

#header {
	background: #090909 url(images/header.png) center repeat-y;
	margin: 0 auto;
	min-height: 120px;
	overflow: hidden;
	width: 100%;
}

#title-area {
	float: left;
	overflow: hidden;
	width: 430px;
	/* Miriam */
	background: url("images/logo_272x108_transparant.png") no-repeat;
	top: 15px;
	position: relative;
	height:130px;
}

#title-area:hover { /* Miriam */
	cursor:pointer;
}

#title {
	font-family: 'Lato', sans-serif;
	font-family: 'Rosario', sans-serif; /* Miriam */
	font-size: 36px;
	font-weight: normal;
	line-height: 1;
	margin: 35px 0 0;
	text-transform: uppercase;
	text-indent:-9999px; /* Miriam */
}

#title a,
#title a:hover {
	color: #fff;
	text-decoration: none;
}

#description {
	display: none;
}

#header .widget-area {
	float: right;
	width: 620px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 120px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
	background: url(images/logo_272x108_transparant.png);
	
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 100%;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

#nav {
	background: url(images/nav.png);
}

.menu-primary,
.menu-secondary,
#header .menu {
	clear: both;
	color: #fff;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#header .menu {
	background: none;
	display: inline-block;
	float: right; /*Miriam */
	margin: 32px 0 0;
	width: auto;
	background-color: rgba(0, 0, 0, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 5px;
	margin-right: 20px;
}

#header .menu:hover {
background-color: rgba(255, 255, 255, 0.15);
}

.menu-secondary {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #090909;
	border-radius: 5px;
	margin: 0 0 10px;
}

.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
	font-family: 'Open Sans Condensed', sans-serif; /* Miriam */
	font-weight:700; /* Miriam */
	font-style: normal; /* Miriam */
	font-size:14px; /* Miriam */
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
	color: #fff;
	display: block;
	padding: 15px 20px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary li:hover a,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a {
	background-color: #eee;
	color: #333;
}

.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary li:hover a,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu li:hover a,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	color: #6ab446;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: none;
	background-color: #eee;
	border-bottom: 1px solid #f5f5f5;
	color: #333;
	font-size: 12px;
	padding: 10px;
	position: relative;
	text-transform: none;
	width: 140px;
}

.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited {
	background: none;
	background-color: #090909;
	border-bottom: 1px solid #292929;
	color: #fff;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	background-color: #fff;
	color: #333;
}

.menu-secondary li li a:active,
.menu-secondary li li a:hover {
	background-color: #090909;
	color: #6ab446;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 162px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 152px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -39px 0 0 160px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 15px 20px;
}

.menu li.right a {
	color: #fff;
	display: inline;
}

.menu li.right a:hover {
	color: #333;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

#inner {
	/* background: #000 url(images/inner.png) repeat-x; Miriam*/
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0;
	background-color:#333;
	background-image:url(images/logo_2000transparant-2.jpg); /* Miriam */
	background-repeat:no-repeat; /* Miriam */
	background-attachment:fixed;/* Miriam */
	background-position:center; /* Miriam */
}


/* Responsive Slider
------------------------------------------------------------ */

.outreach #genesis-responsive-slider {
	border: none;
	padding: 0;
}

.outreach #genesis-responsive-slider a,
.outreach #genesis-responsive-slider a:visited {
	color: #6ab446;
}

.outreach #genesis-responsive-slider a:visited {
	color: #fff;
}

.outreach .slide-excerpt {
	background-color: #090909;
	border: none;
	filter: alpha(opacity=80);
	margin: 0;
	opacity: 0.8;
}

html > body.outreach .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 15px;
}

.outreach #genesis-responsive-slider p {
	color: #fff;
}

.outreach #genesis-responsive-slider .flex-direction-nav li .prev {
	bottom: 10px;
	left: auto;
	right: 62px !important;
	top: auto;
}

.outreach #genesis-responsive-slider .flex-direction-nav li .next {
	bottom: 10px;
	left: auto;
	right: 10px !important;
	top: auto;
}


/* Home Sections
------------------------------------------------------------ */

#home-sections {
	background-color: #fff;
	overflow: hidden;
	padding: 40px 0;
}

#home-sections img {
	-moz-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;
	margin: 0 0 10px;
	padding: 10px;
}

#home-sections img:hover {
	-moz-box-shadow: 0 0 3px #333;
	-webkit-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;
}

.home-1 {
	float: left;
	margin: 0 40px 0 0;
	width: 235px;
	position: relative;
}

.home-2 {
	float: left;
	margin: 0 40px 0 0;
	width: 235px;
	position: relative;
	left: -7px;
}

.home-3 {
	float: left;
	width: 235px;
	position: relative;
	left: -14px;
}

.home-4 {
	float: right;
	width: 235px;
	position: relative;
	left: -20px;
}

.home-1 p, 
.home-2 p, 
.home-3 p, 
.home-4 p {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-weight:400;
	left: 10px;
	position: relative;
}



/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 12px;
	margin: 0 0 30px;
	padding: 10px 15px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 15px 20px;
}

.taxonomy-description p {
	font-size: 14px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 860px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
	background-color:#fff; /* Miriam */
	box-shadow: -8px 0 35px 15px rgba(0, 0, 0, 0.5); /* Miriam */
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

#content {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fff;
	border-radius: 5px;
	float: left;
	padding: 30px 40px;
	padding: 30px 40px 30px 60px; /* Miriam */
	width: 450px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 650px;
	width: 640px; /* Miriam */
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content,
.full-width-content.outreach-landing #content {
	box-sizing: border-box;
	width: 100%;
}

.full-width-content.outreach #content {
	padding: 10px;
}

.hentry {
	margin: 0 0 40px;
}

.entry-content p {
	margin: 0 0 25px;
	font-size:15px;
	/* text-align: justify; /* Miriam */
}

.entry-content > p:first-child{ /* Miriam */
	font-weight:bold;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.sticky {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	padding: 20px 30px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
	font-family: 'Rosario', sans-serif; /* Miriam */
	font-weight: bold;
	line-height: 1.25;
	margin: 0 0 10px;
}

h1 {  /* Miriam */
	font-family: "adelle";
	font-weight: 300;
	font-style: normal;
	font-size: 64px;
	margin-top: 80px;
	margin-bottom: 40px;
	color:#449;
}


h2,
h2 a,
h2 a:visited {
	font-family: "adelle";  /* Miriam */
	font-weight: 300;  /* Miriam */
	font-style: normal; /* Miriam */
	font-size: 30px;
	color:#449; /* Miriam */
}

h2 a,
h2 a:visited {
	color: #333;
}

h2 a:hover {
	color: #589b37;
	text-decoration: none;
}

.sidebar h2 a,
.sidebar h2 a:hover {
	font-size: 16px;
}

h3 {
	font-size: 24px;
	color:#449; /* Miriam */
	font-family: "adelle";  /* Miriam */
	font-weight: 300;  /* Miriam */

}

h4 {
	font-size: 20px;
}

.outreach #genesis-responsive-slider h2,
.outreach #genesis-responsive-slider h2 a,
.widget-area h4,
.widget-area h4 a,
#home-sections h2,
#home-sections h2 a,
#home-sections h4,
#sub-footer h4 {
	color: #6ab446;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

#home-sections h2,
#home-sections h2 a,
#home-sections h4 {
	font-weight: bold;
}

#home-sections h2 a:hover {
	color: #6ab446;
}

#home-sections h2 a,
#home-sections h4  {
	color: #333;
}

h5 {
	font-size: 18px;
}

h6,
.taxonomy-description h1,
.widget-area h4 {
	font-size: 16px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
	font-size: 15px;
    font-family: 'Rosario', sans-serif;
    line-height: 1.5;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 35px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	color: #999;
	font-size: 12px;
	margin: 0 0 25px;
	/* text-transform: uppercase; */ /* Miriam */
}

.post-info a,
.post-info a:visited {
	color: #999;
}

.post-info a:hover {
	color: #333;
	text-decoration: none;
}

.post-comments {
	float: right;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px dotted #ddd;
	clear: both;
	color: #999;
	font-size: 12px;
	padding: 10px 0 0;
	text-transform: uppercase;
}

.post-meta a,
.post-meta a:visited {
	color: #999;
}

.post-meta a:hover {
	color: #333;
	text-decoration: none;
}

.tags {
	float: right;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #393939;
	color: #fff;
	margin: 0 -40px 40px;
	overflow: hidden;
	padding: 30px;
}

.author-box p {
	color: inherit;
	font-size: 15px;
}

.author-box a,
.author-box a:visited {
	color: #6ab446;
}

.author-box p {
	color: inherit;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.post-image {
	background-color: #fff;
	border: 4px solid #ddd;
	padding: 1px;
}

.post-image {
	margin: 0 10px 10px 0;
}

.alignleft .avatar {
	margin: 0 10px 0 0;
}

.alignright .avatar {
	margin: 0 0 0 10px
}

.author-box .avatar {
	border: 5px solid #696969;
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 0 10px 10px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
		width: auto;
}

img.alignleft,
.wp-caption.alignleft {
	display: inline;
	margin: 0 20px 20px 0;
}

img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 20px 20px;
}

.wp-caption {
	padding: 20px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	padding: 10px 15px;
	text-decoration: none;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #589b37;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	color: #ccc;
	display: inline;
	float: right;
	font-size: 14px;
	width: 310px;
}

#sidebar-alt {
	float: left;
	width: 170px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar a,
.sidebar a:hover,
.sidebar a:visited {
	color: #6ab446;
}

.sidebar p {
	color: inherit;
	font-size: inherit;
}

.sidebar img {
	margin: 0 0 10px;
	border: 1px solid #000;
}

.sidebar .widget {
	background-color: #090909;
	border-radius: 5px;
	margin: 0 0 20px;
	margin: 5px; /* Miriam */
	background-color: rgb(68, 68, 68);  /* Miriam */
	border: 1px solid #000; /* Miriam */
	padding: 25px;
	
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	border-bottom: 1px dotted #494949;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 7px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

.sidebar.widget-area ul li a,
.sidebar.widget-area ul li a:visited {
	color: #ccc;
}

.sidebar.widget-area ul li a:hover {
	color: #fff;
	text-decoration: none;
}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	padding: 3px;
	width: 95%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0;
}

.featuredpage .page,
.featuredpost .post {
	margin: 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #6ab446;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	line-height: 19px;
	padding: 12px 15px 11px;
	text-decoration: none;
	text-transform: uppercase;
}

#subscribe input[type="submit"] {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleftt: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background-color: #5b9b3c;
	border: none;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	margin: 40px 0 0;
}

#nav .searchform {
	margin: 6px 0 0;
}

.s {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff url(images/search.png) center left no-repeat;
	border-radius: 5px;
	color: #aaa;
	font-style: italic;
	margin: 0;
	padding: 10px 10px 10px 35px;
	width: 200px;
}

.searchsubmit {
	display: none;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	margin: 0 0 10px;
}

.enews #subbox {
	-moz-border-radius: 5px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-radius: 5px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	border: none;
	border-radius: 5px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	color: #aaa;
	font-style: italic;
	margin: 0 -7px 0 0;
	padding: 13px 15px 12px;
	width: 160px;
}

#footer-widgets .enews #subbox {
	width: 150px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Sub Footer
------------------------------------------------------------ */

#sub-footer {
	background-color: #393939;
	clear: both;
	color: #fff;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0;
	width: 100%;
}

#sub-footer a,
#sub-footer a:visited {
	color: #6ab446;
}

#sub-footer p {
	color: inherit;
	font-size: inherit;
}

#sub-footer .latest-tweets {
	background: url(images/latest-tweet.png) top left no-repeat;
	font-size: 20px;
	min-height: 80px;
	padding: 0 0 0 120px;
}

#sub-footer .latest-tweets a,
#sub-footer .latest-tweets a:visited {
	color: #333;
	text-decoration: none;
}

#sub-footer .latest-tweets a:hover {
	text-decoration: underline;
}

#sub-footer .latest-tweets ul {
	position: relative;
}

#sub-footer .latest-tweets ul li {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #6ab446;
	border-radius: 10px;
	list-style-type: none;
	margin: 0 0 10px;
	padding: 20px 30px;
}

#sub-footer .latest-tweets ul li.last {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: none;
	border-radius: 10px;
	font-size: 16px;
	padding: 0;
}

#sub-footer .latest-tweets ul li.last a,
#sub-footer .latest-tweets ul li.last a:visited {
	color: #6ab446;
}

#sub-footer .latest-tweets ul li:before {
	content: '';
	display: block;
	height: 0;
	position: absolute;
	left: -16px;
	border-bottom: 15px solid;
	border-left: 15px solid;
	border-right: 15px solid;
	border-top: 15px solid;
	border-color: #6ab446 #6ab446 transparent transparent;
	top: 15px;
	width: 0;
}

.sub-footer-left {
	float: left;
	width: 785px;
}

.sub-footer-right {
	float: right;
	width: 235px;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background: url(images/footer.png);
	clear: both;
	color: #ccc;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 40px 0 30px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

#footer-widgets a,
#footer-widgets a:visited {
	color: #6ab446;
}

#footer-widgets p {
	color: inherit;
	font-size: inherit;
	margin: 0 0 10px;
}

#footer-widgets ul {
	margin: 0;
}

.footer-widgets-1 {
	float: left;
	margin: 0 40px 0 0;
	width: 235px;
}

.footer-widgets-2 {
	float: left;
	margin: 0 40px 0 0;
	width: 235px;
}

.footer-widgets-3 {
	float: left;
	width: 235px;
}

.footer-widgets-4 {
	float: right;
	width: 235px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	/* background: url(images/footer.png); */
	clear: both;
	color: #666;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	background-color: #111;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-weight: 400;
}

#footer .wrap {
	background: url(images/footer-line.png) repeat-x;
	overflow: hidden;
	padding: 42px 0 40px;
}

#footer p {
	color: inherit;
	font-size: inherit;
}

#footer a,
#footer a:visited {
	color: #666;
}

#footer a:hover {
	color: #ccc;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 300px;
}

#footer .gototop a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #555 url(images/return-top.png) center left no-repeat;
	border-radius: 5px;
	color: #fff;
	padding: 11px 15px 9px 35px;
	text-transform: uppercase;
}

#footer .gototop a:hover {
	text-decoration: underline;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 750px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	-moz-box-shadow: 0 0 5px #ccc inset;
	-webkit-box-shadow: 0 0 5px #ccc inset;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px #ccc inset;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 20px 0 10px;
	padding: 15px 20px;
}

.comment-list li ul li {
	margin-right: -22px;
}

.comment-content p {
	font-size: 14px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 14px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 2px solid #fff;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 6px 10px !important;
}

div.gform_footer input.button {
	color: #fff;
	padding: 12px 15px 11px !important;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

div.gform_wrapper .nieuwsbrief_captha .gfield_captcha_input_container input[type=text]{
	position: relative;
	top: -28px;
	left: 60px;
	float:left;
	
}

div.gform_wrapper .nieuwsbrief_captha img{
	width: auto;
	height: 25px;
}
div.nieuwsbrief_wrapper .gform_footer.left_label{
	padding: 0 0 10px 31%;
}




/* Outreach Blue
------------------------------------------------------------ */

.outreach-blue a,
.outreach-blue a:visited {
	color: #37689b;
}

.outreach-blue .author-box a,
.outreach-blue .author-box a:visited,
.outreach-blue .menu-secondary li a:active,
.outreach-blue .menu-secondary li a:hover,
.outreach-blue .menu-secondary li:hover a,
.outreach-blue .menu-secondary .current_page_item a,
.outreach-blue .menu-secondary .current-cat a,
.outreach-blue .menu-secondary .current-menu-item a,
.outreach-blue .sidebar a,
.outreach-blue .sidebar a:hover,
.outreach-blue .sidebar a:visited,
.outreach-blue .widget-area h4,
.outreach-blue .widget-area h4 a,
.outreach-blue #footer-widgets a,
.outreach-blue #footer-widgets a:visited,
.outreach-blue.outreach #genesis-responsive-slider a,
.outreach-blue.outreach #genesis-responsive-slider a:visited,
.outreach-blue #header .menu li a:active,
.outreach-blue #header .menu li a:hover,
.outreach-blue #header .menu li:hover a,
.outreach-blue #header .menu .current_page_item a,
.outreach-blue #header .menu .current-cat a,
.outreach-blue #header .menu .current-menu-item a,
.outreach-blue #sub-footer a,
.outreach-blue #sub-footer a:visited,
.outreach-blue #sub-footer h4,
.outreach-blue #sub-footer .latest-tweets ul li.last a,
.outreach-blue #sub-footer .latest-tweets ul li.last a:visited {
	color: #407ab4;
	color: rgb(0, 173, 255); /* Miriam */
}

.outreach-blue .menu-primary a,
.outreach-blue .menu-secondary a,
.outreach-blue .menu-secondary li li a,
.outreach-blue .menu-secondary li li a:link,
.outreach-blue .menu-secondary li li a:visited,
.outreach-blue.outreach #genesis-responsive-slider a:hover,
.outreach-blue #header .menu a {
	color: #fff;
	text-decoration: none;
}

.outreach-blue .menu-secondary li li a:active,
.outreach-blue .menu-secondary li li a:hover{
	color: #407ab4;
}

.outreach-blue #nav {
	background: url(images/blue/nav.png);
}

.outreach-blue .post-info a,
.outreach-blue .post-info a:visited,
.outreach-blue .post-meta a,
.outreach-blue .post-meta a:visited {
	color: #999;
}

.outreach-blue h2 a,
.outreach-blue h2 a:visited,
.outreach-blue .menu-primary li a:active,
.outreach-blue .menu-primary li a:hover,
.outreach-blue .menu-primary li:hover a,
.outreach-blue .menu-primary .current_page_item a,
.outreach-blue .menu-primary .current-cat a,
.outreach-blue .menu-primary .current-menu-item a,
.outreach-blue .post-info a:hover,
.outreach-blue .post-meta a:hover {
	color: #333;
}

.outreach-blue h2 a:hover {
	color: #37689b;
}

.outreach-blue input[type="button"],
.outreach-blue input[type="submit"],
.outreach-blue #sub-footer .latest-tweets ul li {
	background-color: #407ab4;
}

.outreach-blue input:hover[type="button"],
.outreach-blue input:hover[type="submit"],
.outreach-blue .navigation li a:hover,
.outreach-blue .navigation li.active a {
	background-color: #37689b;
}

.outreach-blue #sub-footer .latest-tweets a,
.outreach-blue #sub-footer .latest-tweets a:visited {
	color: #333;
}

.outreach-blue #sub-footer .latest-tweets ul li:before {
	border-color: #407ab4 #407ab4 transparent transparent;
}

.outreach-blue #sub-footer .latest-tweets ul li.last {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: none;
	border-radius: 10px;
	font-size: 16px;
	padding: 0;
}


/* Outreach Blue
------------------------------------------------------------ */

.outreach-orange a,
.outreach-orange a:visited {
	color: #bb6a16;
}

.outreach-orange .author-box a,
.outreach-orange .author-box a:visited,
.outreach-orange .menu-secondary li a:active,
.outreach-orange .menu-secondary li a:hover,
.outreach-orange .menu-secondary li:hover a,
.outreach-orange .menu-secondary .current_page_item a,
.outreach-orange .menu-secondary .current-cat a,
.outreach-orange .menu-secondary .current-menu-item a,
.outreach-orange .sidebar a,
.outreach-orange .sidebar a:hover,
.outreach-orange .sidebar a:visited,
.outreach-orange .widget-area h4,
.outreach-orange .widget-area h4 a,
.outreach-orange #footer-widgets a,
.outreach-orange #footer-widgets a:visited,
.outreach-orange.outreach #genesis-responsive-slider a,
.outreach-orange.outreach #genesis-responsive-slider a:visited,
.outreach-orange #header .menu li a:active,
.outreach-orange #header .menu li a:hover,
.outreach-orange #header .menu li:hover a,
.outreach-orange #header .menu .current_page_item a,
.outreach-orange #header .menu .current-cat a,
.outreach-orange #header .menu .current-menu-item a,
.outreach-orange #sub-footer a,
.outreach-orange #sub-footer a:visited,
.outreach-orange #sub-footer h4,
.outreach-orange #sub-footer .latest-tweets ul li.last a,
.outreach-orange #sub-footer .latest-tweets ul li.last a:visited {
	color: #da791a;
}

.outreach-orange .menu-primary a,
.outreach-orange .menu-secondary a,
.outreach-orange .menu-secondary li li a,
.outreach-orange .menu-secondary li li a:link,
.outreach-orange .menu-secondary li li a:visited,
.outreach-orange.outreach #genesis-responsive-slider a:hover,
.outreach-orange #header .menu a {
	color: #fff;
	text-decoration: none;
}

.outreach-orange .menu-secondary li li a:active,
.outreach-orange .menu-secondary li li a:hover{
	color: #da791a;
}

.outreach-orange #nav {
	background: url(images/orange/nav.png);
}

.outreach-orange .post-info a,
.outreach-orange .post-info a:visited,
.outreach-orange .post-meta a,
.outreach-orange .post-meta a:visited {
	color: #999;
}

.outreach-orange h2 a,
.outreach-orange h2 a:visited,
.outreach-orange .menu-primary li a:active,
.outreach-orange .menu-primary li a:hover,
.outreach-orange .menu-primary li:hover a,
.outreach-orange .menu-primary .current_page_item a,
.outreach-orange .menu-primary .current-cat a,
.outreach-orange .menu-primary .current-menu-item a,
.outreach-orange .post-info a:hover,
.outreach-orange .post-meta a:hover {
	color: #333;
}

.outreach-orange h2 a:hover {
	color: #bb6a16;
}

.outreach-orange input[type="button"],
.outreach-orange input[type="submit"],
.outreach-orange #sub-footer .latest-tweets ul li {
	background-color: #da791a;
}

.outreach-orange input:hover[type="button"],
.outreach-orange input:hover[type="submit"],
.outreach-orange .navigation li a:hover,
.outreach-orange .navigation li.active a {
	background-color: #bb6a16;
}

.outreach-orange #sub-footer .latest-tweets a,
.outreach-orange #sub-footer .latest-tweets a:visited {
	color: #333;
}

.outreach-orange #sub-footer .latest-tweets ul li:before {
	border-color: #da791a #da791a transparent transparent;
}

.outreach-orange #sub-footer .latest-tweets ul li.last {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: none;
	border-radius: 10px;
	font-size: 16px;
	padding: 0;
}


/* Outreach Red
------------------------------------------------------------ */

.outreach-red a,
.outreach-red a:visited {
	color: #a03231;
}

.outreach-red .author-box a,
.outreach-red .author-box a:visited,
.outreach-red .menu-secondary li a:active,
.outreach-red .menu-secondary li a:hover,
.outreach-red .menu-secondary li:hover a,
.outreach-red .menu-secondary .current_page_item a,
.outreach-red .menu-secondary .current-cat a,
.outreach-red .menu-secondary .current-menu-item a,
.outreach-red .sidebar a,
.outreach-red .sidebar a:hover,
.outreach-red .sidebar a:visited,
.outreach-red .widget-area h4,
.outreach-red .widget-area h4 a,
.outreach-red #footer-widgets a,
.outreach-red #footer-widgets a:visited,
.outreach-red.outreach #genesis-responsive-slider a,
.outreach-red.outreach #genesis-responsive-slider a:visited,
.outreach-red #header .menu li a:active,
.outreach-red #header .menu li a:hover,
.outreach-red #header .menu li:hover a,
.outreach-red #header .menu .current_page_item a,
.outreach-red #header .menu .current-cat a,
.outreach-red #header .menu .current-menu-item a,
.outreach-red #sub-footer a,
.outreach-red #sub-footer a:visited,
.outreach-red #sub-footer h4,
.outreach-red #sub-footer .latest-tweets ul li.last a,
.outreach-red #sub-footer .latest-tweets ul li.last a:visited {
	color: #ba3a3a;
}

.outreach-red .menu-primary a,
.outreach-red .menu-secondary a,
.outreach-red .menu-secondary li li a,
.outreach-red .menu-secondary li li a:link,
.outreach-red .menu-secondary li li a:visited,
.outreach-red.outreach #genesis-responsive-slider a:hover,
.outreach-red #header .menu a {
	color: #fff;
	text-decoration: none;
}

.outreach-red .menu-secondary li li a:active,
.outreach-red .menu-secondary li li a:hover{
	color: #ba3a3a;
}

.outreach-red #nav {
	background: url(images/red/nav.png);
}

.outreach-red .post-info a,
.outreach-red .post-info a:visited,
.outreach-red .post-meta a,
.outreach-red .post-meta a:visited {
	color: #999;
}

.outreach-red h2 a,
.outreach-red h2 a:visited,
.outreach-red .menu-primary li a:active,
.outreach-red .menu-primary li a:hover,
.outreach-red .menu-primary li:hover a,
.outreach-red .menu-primary .current_page_item a,
.outreach-red .menu-primary .current-cat a,
.outreach-red .menu-primary .current-menu-item a,
.outreach-red .post-info a:hover,
.outreach-red .post-meta a:hover {
	color: #333;
}

.outreach-red h2 a:hover {
	color: #a03231;
}

.outreach-red input[type="button"],
.outreach-red input[type="submit"],
.outreach-red #sub-footer .latest-tweets ul li {
	background-color: #ba3a3a;
}

.outreach-red input:hover[type="button"],
.outreach-red input:hover[type="submit"],
.outreach-red .navigation li a:hover,
.outreach-red .navigation li.active a {
	background-color: #a03231;
}

.outreach-red #sub-footer .latest-tweets a,
.outreach-red #sub-footer .latest-tweets a:visited {
	color: #333;
}

.outreach-red #sub-footer .latest-tweets ul li:before {
	border-color: #ba3a3a #ba3a3a transparent transparent;
}

.outreach-red #sub-footer .latest-tweets ul li.last {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: none;
	border-radius: 10px;
	font-size: 16px;
	padding: 0;
}


/*************/
/* jQuery plugin: Tooltip */
/*http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/ */
/*************/
#tooltip {
	border-radius:3px;  -moz-border-radius:3px; -webkit-border-radius:3px;
	-moz-box-shadow: 0px 2px 5px rgba(0, 0, 128, 0.25); -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 128, 0.25); box-shadow: 0px 2px 5px rgba(0, 0, 128, 0.25);
	position: absolute;
	z-index: 3000;
	border: 1px solid #bbb;
	background-color: #FFF;
	padding: 5px;
	opacity: 0.95;
	width:200px;
	font-size:11px;
}
#tooltip h3, #tooltip div { margin: 0;}
#tooltip h3 {color:#005BAB; font-size: 12px; font-style: normal; font-weight: bold; padding-bottom: 7px; margin-bottom: 5px;border-bottom: 1px dotted #8C8C8C;}
#tooltip .body {margin-top:5px;}

/*************/
/* streamer */
/*************/

.streamer {
	position:relative;
	float:left;
	width:45%;
	padding:10px;
	padding-bottom:0;
	border-radius:3px;  -moz-border-radius:3px; -webkit-border-radius:3px;
	background-color:#DCDCDC;
	border: 1px solid #848484;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-right:10px;
	margin-left:0;
	top:-10px;
}

.streamer img{
	box-shadow: 10px 10px 5px #888888;
}

.streamerrechts { 
	float:right;
	margin-right:0;
	margin-left:10px;
}

.streamer.klein p{
	font-size:12px;
}

/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 1200px) {

	.wrap {
		width: 960px;
	}

	#header {
		background-size: contain !important;
	}
	
	#title-area {
		width: 330px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.sub-footer-right {
		width: 210px;
	}

	.home-1,
	.home-2,
	.home-3,
	.home-4 {
		width: 210px;
		left: 0;
	}
	
	.home-1 p, 
	.home-2 p, 
	.home-3 p, 
	.home-4 p {
		left: 0;
	}

	#home-sections img,
	#home-sections img:hover {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
	}
	
	#content-sidebar-wrap {
		width: 760px;
	}

	.full-width-content.outreach #content {
		width: 960px;
	}
	
	#content {
		width: 350px;
	}
	
	.content-sidebar #content,
	.sidebar-content #content {
		width: 550px;
	}
	
	.sub-footer-left {
		width: 710px;
	}

	#footer-widgets .enews #subbox {
		width: 125px;
	}

	#footer .gototop {
		width: 200px;
	}
	
	h1 {  /* Miriam */
		font-size: 48px;
	}

}

@media only screen and (max-width: 1023px) {

	body {
		width: 100%;
		margin: 0 auto;
	}

	.content-sidebar #content,
	.content-sidebar-sidebar #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.full-width-content #content,
	.full-width-content.outreach #content,
	.full-width-content.outreach-landing #content,
	.menu-primary,
	.menu-secondary,
	.outreach-landing .wrap,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	.sub-footer-left,
	.sub-footer-right,
	.wrap,
	#content-sidebar-wrap,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#header ul.menu,
	#header .widget-area,
	#home-featured,
	#sidebar-alt,
	#title-area,
	#wrap {
		width: 100%;
	}

	.home-1,
	.home-2,
	.home-3,
	.home-4 {
		box-sizing: border-box;
		float: left;
		margin: 0;
		padding: 10px;
		text-align: center;
		width: 50%
		left: 0;
	}
	
	.home-1 p,
	.home-2 p, 
	.home-3 p, 
	.home-4 p {
		left: 0;
	}

	.menu-primary,
	.menu-secondary,
	#description,
	#footer .creds,
	#footer .gototop,
	#header ul.menu,
	#header .searchform,
	#title,
	#title-area {
		float: none;
		text-align: center;
		background-position: center; /* Miriam */
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	#header .menu,
	#header .searchform,
	#title,
	#wrap {
		margin: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.full-width-content.outreach #content,
	#description,
	#footer-widgets .wrap,
	#title a,
	#title a:hover,
	#header .search-form {
		padding: 0;
	}

	#header {
		padding: 20px 0;
	}

	.menu-primary li,
	.menu-secondary li,
	#header ul.menu li {
		display: inline-block;
		float: none;
	}

	.menu-primary a,
	.menu-secondary a,
	#header .menu a {
		padding: 10px;
	}

	.menu li.right,
	#footer .gototop a {
		display: none;
	}

	.menu li li {
		text-align: left;
	 }

	#content,
	#inner,
	#sub-footer  {
		box-sizing: border-box;
	}

	#content {
		padding: 20px;
	}

	#footer-widgets .widget,
	#inner {
		padding: 10px 10px 0;
	}

	#content {
		margin: 0 0 20px;
	}

	.full-width-content.outreach #content {
		/* margin: 0 0 10px; */
		margin:0; /* Miriam */
	}

	.author-box {
		margin: 0 -20px 40px;
	}

	.sidebar .widget {
		background-color: #393939;
		padding: 10px;
		float:left; 					/* Miriam */
		clear: none; 					/* Miriam */
		width: 25%;						/* Miriam */
		max-width: 300px; 				/* Miriam */
		min-width: 232px;				/* Miriam */
		height: 300px;					/* Miriam */
		margin-right: 10px; 			/* Miriam */
		-webkit-box-sizing: border-box; /* Miriam */
		-moz-box-sizing: border-box;    /* Miriam */
		box-sizing: border-box;         /* Miriam */
	}

	#sub-footer {
		background-color: #090909;
		padding: 10px;
	}

	#footer .wrap {
		padding: 22px 0 20px;
	}
	
	#inner{
		background-image:none;
	}

}

@media only screen and (max-width: 600px) {
	
	#inner{
		padding: 0;
	}

	.outreach #genesis-responsive-slider .flex-direction-nav li .next,
	.outreach #genesis-responsive-slider .flex-direction-nav li .prev {
		display: none;
	}

	.archive-page,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}

	.outreach .slide-excerpt,
	#sub-footer .latest-tweets ul li:before {
		display: none;
	}

	#home-sections {
		padding: 20px 0;
	}

	.home-1,
	.home-2,
	.home-3,
	.home-4 {
		padding: 10px;
		width: 100%;
		left: 0;
	}
	
	.home-1 p,
	.home-2 p,
	.home-3 p,
	.home-4 p {
		left: 0;
	}

	.s {
		box-sizing: border-box;
		width: 75%;
	}

	#sub-footer .latest-tweets {
		background: none;
		font-size: 16px;
		margin: 0 0 20px;
		padding: 0;
	}

	#sub-footer .latest-tweets ul li {
		padding: 10px 20px;
	}

}

@media only screen and (max-width: 400px) {

	#title {
		font-size: 36px;
	}

}

/* Miriam */

/* Outreach */


abbr{
	border-bottom: 1px dotted rgb(168, 166, 166);
}

abbr:hover{
	border-bottom: 1px solid rgb(184, 0, 0);
}

b, strong{
	color:#111;
}


.nieuwsbrief input[type=text]{
	height: 25px;
}
.nieuwsbrief .gfield_label{
	color:#FFF;
}

.content-sidebar #content, .sidebar-content #content{
	position:relative;
}


.wp-caption {
	padding: 0;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	font-style:italic;
	padding: 10px 5px 15px;
	margin: 5px 0 30px;
}


/* accordion */
#accordion,#accordion2,#accordion3{
	margin-bottom: 30px; 
}

h3 a img {
	position: relative;
	float: right;
	margin-left: 3px;
}

#accordion .ui-state-active, #accordion2 .ui-state-active, #accordion3 .ui-state-active{
	background: rgb(169, 234, 255);
}


.accordioncontrol {
	background-color:#FDFDFD;
	background-color:#F3F3F3
	border-radius:5px;  -moz-border-radius:5px; -webkit-border-radius:5px;
	border:1px solid #E9E9E9; 
	border:1px solid #DADADA;
	color: #E9E9E9; 
	color: #C5C5C5;
	padding: 2px 5px;
	position:relative;
	top:5px;
	width:120px;
	text-align:center;
	font-size:10px;
	font-weight:normal;
	z-index:0;
	margin-left:auto;
}


.accordioncontrol:hover {background-color:#E1E1E1; background-color:#F6F6F6;; border:1px solid #B5B5B5; color:#646464;  cursor:pointer;}

/* auteur */

#auteur {
	height:auto;
	min-height:200px;
	border: 1px solid #444;
	padding:10px;
}

#auteur p {
	font-size:80%;
}

#auteur img {
	width-max:200px;
	width:200px;
	height:auto;
}

#auteur iframe {
min-height: 350px;
}


/* disclaimer */
#disclaimer {
	position:relative;
	top:-1px;
	border-top: 1px solid #333;
	padding: 0 20px;
}

#disclaimer p {
	color: #333;
	font-size: 11px;
	text-align: center;
}


/* Emday foto-reeks */

#fotoreeks {
	position:relative;
	background-color:#f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0;
	margin-top:10px;
	margin-bottom: 20px;
	}
	
#fotoreeks p {
	margin: 0;
	}

#fotoreeks .foto {
	margin: auto; 
	margin-bottom: 0; 
	overflow:hidden;
}
#fotoreeks .fotoreeks_koptekst {
	position:relative;
	margin: 0;
	padding-top: 4px;
	text-align: center;
	font-size: 11px;
	line-height: 17px;
	margin: 0!important;
	padding: 5px 10px;
}

#fotoreeks .fotoreeks_voettekst {
	position:relative;
	margin: 0;
	padding-top: 4px;
	text-align: center;
	font-size: 11px;
	line-height: 17px;
	margin: 0!important;
	padding: 5px 10px!important;
}

#fotoreeks .fotoreeks_voettekst  p{
	padding: 0!important;
	line-height: 17px!important;
}

/* .bestand-single-uitvullen */

.duimnagel {
	position: absolute;
	display: block;
	right: 85px;
	top: 140px;
}

.uitleg {
	box-shadow: rgb(245, 245, 255) 0px 0px 10px 25px;
	background-color: rgb(245, 245, 255);
}

#main-content-singlepage.bestand-single-uitvullen {
	background:none;
	background-color:#FFF;
}

#main-content-singlepage.bestand-single-uitvullen h1.blog-header{
	margin-top: 150px;
}

.streep ul li {
	position: relative;
	color: rgb(37,37,37);
}

.streep p.wp-caption{
	
}

.streep p.oembed-info {padding: 0; margin: 0;}

.streep p.meerknop {padding: 2px 5px;}

.streep p{
	line-height: 27px;
	max-width: 560px;
	padding-left:125px;	
}



.streep ul li{
	line-height: 27px;
	max-width: 560px;
	padding-left:100px;
 	padding: 0;
  	margin: 0 0 0 140px;
	position: static;
}

.streep ul li span.marge-links{
	left:30px;
}


.streep h1{
counter-reset: paragraaf;
}
.streep h2{
	counter-increment: paragraaf;
}
.streep h2:before {
	content: counter(paragraaf) ". ";
}

.streep blockquote{
	margin-left: 100px;
	padding-left: 15px;
	padding-bottom: 5px;
}
.streep blockquote p{
	padding-left: 0px	
}


.streep #margetekst_locatie p {
	max-width:100%;
}

.streep {
	border-bottom: 1px solid #aaa;
	margin-bottom: 25px;
	position:relative;
}


#content  h1{
	counter-reset: woorden;
}
#content  .streep{
	counter-increment: woorden;
}

/*
.bestand-single-uitvullen .streep span.marge-links:before {
	content: counter(woorden) " ";
}
*/

#content  .teller p:after {
	content: " " counter(woorden) " begrippen.";
}

/* Margetekst */
       
#margetekst_locatie {
	display:block;
	position:relative;
	height: 0;
	width: 0;
	margin:0;
	padding: 0;
	margin-bottom: -6px;
}
	
#margetekst {
	display: block;
	position:absolute;
	top:-1px;
	left: 695px;
	width:300px;
	margin: 0;
	padding:5px 0;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox*/
	-webkit-box-sizing: border-box; /* Safari */
	height: auto;
	overflow: visible;
	padding:10px;
	padding-bottom: 0;
	
}

#margetekst_locatie p, #margetekst p {
	margin:0;
	padding: 0 10px;
	left:0!important;
	line-height: 17px!important;
}

#margetekst ul {margin: 0;}
#main-content-singlepage.bestand-single-uitvullen #margetekst ul li{ padding:0; margin:0 0 0 35px;}

#anderecursus #margetekst{left: 580px;}

.streep  span.marge-links{ /* [trefwoord]...[/trefwoord] */
	position: absolute;
	width: 115px;
	left: -5px;
	height: auto;
	overflow: visible;
	text-align: right;
	font-family: "ff-dax-compact-web-pro";
	font-weight: 700;
	font-size:14px;
	margin-top: 1.5px;
}


#margetekst_locatie img {
	height: auto; 
	width: auto; 
	max-width:100%;
}

#margetekst_locatie .aligncenter {
	margin-bottom: 10px;
}

#margetekst_locatie .grijs {
	border-color: rgba(204,204,204,1);
	background: rgba(204,204,204,0.5);
	top:1px;
}
#margetekst_locatie .groen {
	border-color: rgba(0,153,0,1);
	background: rgba(0,153,0,0.1);
	top:-1px;
}
#margetekst_locatie .rood {
	border-color: rgba(255,0,0,1);
	background: rgba(255,0,0,0.1);
	top:-1px;
}
#margetekst_locatie .blauw {
	border-color: rgba(0,0,153,1);
	background: rgba(0,0,153,0.1);
	top:-1px;
}
#margetekst_locatie .waarschuwing {

	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 10px 7px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAZCAYAAAAiwE4nAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAfxJREFUeNq8ljFPwkAUx18bV5KuungurKJ8AGBWYkdZjHHATap8AIizpq5OJJroiNEwo85qnU0MbI6QOJvzveu1tLVXkLRc8tJrofd7797/fwAw33BklGEBw8IYyXCyhhkYAwxu5IDLuZUl0KbKykXg3TMB9KBGFrCCV93gATh/AU5g+czOAtglmFVzYRTOTahKlibMpEWpb1QdQc2yC9yvCiAJqJ8mkBbjdtOFyaqEcEb9kIBSsUmbFmcrob75Qc/adf/eScMGtAjvX6qBFJSQ3NpEm+hTgC1SJ/YLECSGd/3jlxM/wUaSTZKA1I99sVhzBlVNkjJkov8GNkQD66j35RlPhaYPNFU2UQGpsgKqz2jUEhqci5wMeXyxKqYE68wK9PrAKOPoolFAXC/lOyzOJrri14CJbLfnkDXCrJoPtKcBmacylVB2AjmjFeKlXfc/Y1GbaJHv0r6b2Aej01JX8f7hhllSb/njK0DlUEyHGBsY42iFlLtJQqEMk8b9sw7XPR2e3jS1p4rxNtEi52UBbZAIvOppcHA6yfPz7gdWFbYZfgGsVf0qK3TVAzZguO+JNqAx/o7eq6sk/wYE1PG21JBqYgFJK8feFofSJhfzo10O63mefDbWwzbRJMzE/WZ4QGcyLm4Bjs9dvXl/+fiCwlmSDR3DYgb7FWAABdHSUq0AKMcAAAAASUVORK5CYII=);
}
#margetekst_locatie .informatie {

	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 10px 7px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABP5JREFUeNqUVttrnEUUP9/st1f3kt3sbjbXpkmJjajEtKQU1K4lFisKIoKIiHmwj0K17wYv9EWhSOxfIIhQQaHqgyiJok8aL20SU9umlaTNbpqay96yl/nGc2bmy367MVEXDjM7c875zZzzO2c+A/7ld/TMTG9nVygdjXh7UY4ZhgHCsnKFYnk2s5K79Orh21+iWi6dTlt7+TF223jq7PX0/r7oeKLVlw4H3eBiBrhQGwccDTniAEuZQiG/sf5xCm59MNxenkXA6n8CeuTM5Za+wcT4vn0tp/1eJgGYDcBoNDRY4zz7V6m4tbp4Lp3Knkew5T2BHkWQ+0a6JxNx/5Dt1L4FY/WbKNCdgJWqBbcWl795PLHwGrqbQUCxA4hADhzqnowjSP30OAKBGNAeMuClB03wmhiuTQEXZrk+gD4MKFCK59LCjcnjySUC+w3BpH9mAyX64uPBiG+oygXgwaDKlVTkXMDhDiZB6NcVNiAVNOR+jfS1DelyS0Css+ex6ZXQ66jaY/uXQKNvXktHUuHTtW0AARXpAB3RGkqhKhpiXqiQ87oezeV/1DVNBqu+3udQ7dmpqSkf6cszBlPhcYpVBRVlGITKh4UTrudfXePQ4jXA7zbg5roFi5vWdn446rmEnVOBdgBtiXDg+z+jzz+cWvsBIX40MDe9iaGeG4GAWybcSYAGZjn3mHO/Uc8mDa2tZZdzo7GFtxHofZNF7kkzjymvzYQ+kTaw0OBg3IDBOJNJZirXUqZvW7CxJaQel2BCgaIPC+e0tmG0hNDkCErSdPndvQRiCTqRUpDUFSANDsQYPDlg7ijAP+5acKcIOmQaTIKK7Rsmoj74ecU7MJwsdzPucR+TLNPJrGmWKUIAfDJXhZc/LcH8amOH4Q49klozUy21bhrQiuodpu3YcibWcCRWn1g0kg4dq4NZWIoyfMJhJ6OBNiBtiXVhkxqkAiIDIUPGSZnpMIJKchOOAuIqvLJYwdC5rTPV0RQYs8rVGXVdOwyOIrTXBd1MNAHp0FkOPYcPmq8Xq5AI1Mqonjf9leKlTd4CbqFPRIRgij00pwQTUXaGTjmzSaTYZ5eGCnmtVIC2GF9H9Qx7I539gudLeZsMkhC8ftqKnjeHjts3cdyq3o5Uh4ixTVJdQFmk8ObjIv8RGVR0u6mHod6Omm/kZGpD29LsW89X4WgkU0LVn1CWGbXyk+13JnixXGzMjXJ0ot+Ec08EoD/GGoBOHfLAO8d98E+lQYDtIgPJAL+CqlOIUZLWw53l30cCK++WMU52Im3QZJDBQ+0uCHoa38i+KIMH2lyOWqpHIpcrwcm2DMXtIsp0w3uEXTZ59pfOD69D/ITpqve1rgjDZ4HJtrPdz1R9yLXLWa4eRN3/RLUCLyavVHuClc9Q7S28zcyOFxbBDp6faZuYLidHqdUb9usq68oxt5sn1BspgVvlMrzSfZVAvsa/7+mwyZbicgKNjY3dHUkWpqO84Lu64R0oM4+H1okHRFchVOXSf5pbem9ri8OgOwun9t/cTPhrn+PSBMp3CMJ3/TjBW9HQifLMxYXIC/PF0P1z+VAEvB5V4vr5ZhaHVlaC/kAenu64U0wE+DxuE8gFlLnmz69dP7cQ0IvDIAo9+kd+zXrvNZlIGKp3Gei4gqxa03VCFP6WEo8Auf/1XecApDciqW/ZQQ1SfwLkUbIoSzQShffy87cAAwAEWd85Uz9eFgAAAABJRU5ErkJggg==);}

#margetekst_locatie .dun {
	border-width: 1px;
	border-style: solid;
	top:-2px;
}

#margetekst_locatie .dik {
	border-width: 4px;
	border-style: solid;
	top:-5px;
}
#margetekst_locatie .klein, #margetekst_locatie .klein p {
	font-size: 11px;
	line-height: 17px;
}


#margetekst_locatie .links {
	left:0;
}

#margetekst_locatie  .wp-caption {
	max-width: 100%;
}
#margetekst_locatie  .wp-caption-text{
	padding: 5px 10px;
}



#TOC{
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox */
	-webkit-box-sizing: border-box; /* Safari */
	display: block;
	position:absolute;
	right: 10px;
	top: 10px;
	max-width:280px;
	width:280px;
	overflow:hidden;
	height:auto;
	margin:0;
	padding:0;
	z-index: 3000;
}

#TOC .kopje{
	cursor: pointer;
	max-width:100%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border:none;
	background-color: #595959;
	color: rgba(255,255,255,1);
	font-size: 13px;
	padding: 5px 10px;
	/*http://ie.microsoft.com/testdrive/graphics/cssgradientbackgroundmaker/default.html*/
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #595959 0%, #212121 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #595959 0%, #212121 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #595959 0%, #212121 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #595959), color-stop(1, #212121));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #595959 0%, #212121 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #595959 0%, #212121 100%);
}

#TOC .kopje p{
	font-weight:700;
	color:rgba(255,255,255,1);
	padding: 0;
	margin: 0;
	text-shadow: 0 0 2px #000;
}

#TOC .inhoudsopgave{
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border: 1px solid #333;
	font-size: 12px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #333;
	display:none;
}

#TOC .inhoudsopgave a:hover{
	background-color: #444;
	color: #F00;
}

#TOC .inhoudsopgave ol{
	padding: 0;
}

#TOC .inhoudsopgave ol li{
	margin: 0;
	font-size: 14px;
}

#TOC .inhoudsopgave ol li ol li{
padding-left:10px;
padding-right: 10px;	
}

#TOC .inhoudsopgave ol li ol li ol li{
padding-left:20px;
padding-right: 20px;	
}

#TOC .inhoudsopgave a, #TOC .inhoudsopgave a:visited {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
display: block;
position: relative;
height: auto;
background-color: #333;
color: rgb(255, 255, 255);
padding: 2px 10px;
max-width: 100%;
}

#TOC .inhoudsopgave a:hover {
background-color: #444;
color: rgb(255, 255, 255);
text-decoration: none;
border: none;
cursor: pointer;
}


#left-content .rechts {
	position: relative;
	left:345px;
}


#spantoc {width:920px;}
#spantoc + p {clear:both;}

#spantoc ol li {clear:both; padding-top:15px}

#spantoc ol li ol li {clear:none; float: left; margin: 3px; padding:0; overflow: hidden; }

#spantoc ol li ol li a{
	padding: 2px 5px;
	background-color: #ddd; 
	border: 1px solid rgb(129, 129, 129);
	width: 132px;
	height:15px;
	font-size: 11px;
	line-height: 17px;
	color: #444;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration:none;
	display:block;
}

#spantoc ol li ol li a:hover {
	background-color: #999;
	border: 1px solid rgb(129, 129, 129);
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 2px #000;
}

.alignone img {
	height: auto;
	width: auto;
	max-width: 100%;
}

#footer .beheer a, .beheer a:visited {
	color:#111;;
}
#footer .beheer a:hover{
	color:#666;
}


@media only screen and (max-width: 1249px) {
	
		#header {width:100%;}
		#masthead {width:100%;}	
		#stdk_socialmedia_wrapper {top:241px;}
}

@media only screen and (max-width: 1200px) {
	#margetekst{
		left:595px;
	}
}


@media print, screen and (max-width: 1023px) { 

	.gspn-area{
		display:none;
	}
	
	.dcsnt{
		display:none;
	}

	.streep span.marge-links{
		width:100%;
		display:block;
		position:relative;
		text-align:left;
		left:0;
	}
	
	.streep p {
		padding-left: 0;
		margin-left: auto; /* Miriam */
		margin-right: auto;  /* Miriam */
	}
	
	 .streep ul li {
		margin:0 0 0 20px;
		margin-left: auto; /* Miriam */
		margin-right: auto;  /* Miriam */
		position:relative;
		left:20px;
		
	 }

	#margetekst_locatie {
		display:block;
		position:relative;
		height:auto;
		width:100%;
		margin:0;
		padding:0;
		margin-bottom:0;
		box-sizing: border-box;
		-moz-box-sizing: border-box; /*Firefox 1-3*/
		-webkit-box-sizing: border-box; /* Safari */
		}
		
	#margetekst {
		display: block;
		position:relative;
		top:0;
		left: 0;
		width:100%;
		margin: 0;
		margin-bottom:17px;
		-khtml-border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		border:none;
	}
	
	#margetekst_locatie .informatie, #margetekst_locatie .waarschuwing  {
		width:100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box; /*Firefox 1-3*/
		-webkit-box-sizing: border-box; /* Safari */
	}
	
	#margetekst_locatie  .wp-caption {
		width:100%!important; 
		box-sizing: border-box;
		-moz-box-sizing: border-box; /*Firefox 1-3*/
		-webkit-box-sizing: border-box; /* Safari */
	}
	
	#margetekst_locatie .wp-caption-text, #margetekst_locatie .klein {
		font-size: 12px;
		line-height: 1.5em;
	}
	
	#left-content .rechts {
		position:relative
		left:0;
	}

}

@media only print {
	
	.entry-content p {font-size:9pt;}
	
	.print {
		display:inline; /* Miriam */
	}
	
	#comments {display:none;}
	#respond {display:none;}

	.dcsnt {display:none;}
	#sidebar {display:none;}
	#nav {display:none;}
	#sub-footer {display:none;}
	#footer-widgets{display:none;}
	#footer{background:none; color:#999; width:575px;}
	#footer .beheer a, .beheer a:visited {color:#FFF;}
	.wrap { width:575px;}
	#TOC{display:none;}
	#header .widget-area{display:none;}
	
	#content{
		padding:0;
		width:575px;
	}
	.content-sidebar #content, .sidebar-content #content{
		width: 575px;
	}
	#inner{padding-bottom:0; background:none; padding-top:0;}

	
	#gwfoot-footer-disclaimer-area{
		width:575px;
		border-top:1pt solid #000;
	}
	#gwfoot-footer-one-area {display:none;}
	.fb_iframe_widget {display:none!important;}
	
	p {
		font-size:10pt;
		color:#000;
	}
	
	.entry-content p {
    font-size: 15px;
	}
	
	
	blockquote {
		background-image:none;
		background:none;
		border-left:1pt solid #666;
		margin: 0;
		padding: 0;
		padding-left: 20px;
		width:90%;
	}
	h1 {font-size:36pt;
		font-weight:700;
		
		}
	
	.alignone img {
		height: auto;
		width: auto;
		max-width: 100%;
	}

}




