/******************************************************************
Site Name: De Groene Giraf
Author: Jan Meijering

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  /* 2 */

  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  /* 3 */

  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  *overflow: visible;
  /* 4 */

}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  /* 3 */

  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/******************************************************************
Site Name: de Groene Giraf
Author: Jan Meijering

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*darken(@dgg-foot,10%);*/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('../fonts/font-name.eot');
    	src: url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('../fonts/font-name.woff') format('woff'),
             url('../fonts/font-name.ttf') format('truetype'),
             url('../fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
/*********************
BORDER RADIUS
*********************/
/*
NOTE: For older browser support (and some mobile),
don't use the shorthand to define *different* corners.

USAGE: .border-radius(4px);

*/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/*********************
BUTTONS
*********************/
.button,
.button:visited {
  border: 1px solid #be0d37;
  border-top-color: #db0f3f;
  border-left-color: #db0f3f;
  padding: 4px 12px;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #e40f42;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f01d4f), to(#e40f42));
  background-image: -webkit-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -moz-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -o-linear-gradient(top, #f01d4f, #e40f42);
  background-image: linear-gradient(to bottom, #f01d4f, #e40f42);
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  color: #ffffff;
  border: 1px solid #be0d37;
  border-top-color: #9d0a2d;
  border-left-color: #9d0a2d;
  background-color: #cc0e3b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#cc0e3b));
  background-image: -webkit-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -moz-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -o-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: linear-gradient(to bottom, #e40f42, #cc0e3b);
}
.button:active,
.button:visited:active {
  background-color: #f01d4f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#f01d4f));
  background-image: -webkit-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -moz-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -o-linear-gradient(top, #e40f42, #f01d4f);
  background-image: linear-gradient(to bottom, #e40f42, #f01d4f);
}
.blue-button,
.blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  -webkit-box-shadow: inset 0 0 3px #59b3ec;
  -moz-box-shadow: inset 0 0 3px #59b3ec;
  box-shadow: inset 0 0 3px #59b3ec;
}
.blue-button:hover,
.blue-button:visited:hover,
.blue-button:focus,
.blue-button:visited:focus {
  border-color: #116396;
  background-color: #1472ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
  background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
  background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
  background-image: -o-linear-gradient(top, #1784c9, #1472ad);
  background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}
.blue-button:active,
.blue-button:visited:active {
  background-color: #1990db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
  background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
  background-image: -moz-linear-gradient(top, #1681c4, #1990db);
  background-image: -o-linear-gradient(top, #1681c4, #1990db);
  background-image: linear-gradient(to bottom, #1681c4, #1990db);
}
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name: de Groene Giraf
Author: Jan Meijering

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

------------ MAP ------------

01. GENERAL STYLES
02. WORDPRESS BODY CLASSES
03. LAYOUT & GRID STYLES
04. LINK STYLES
05. H1, H2, H3, H4, H5 STYLES
06. HEADER STYLES
07. NAVIGATION STYLES
08. POSTS & CONTENT STYLES
09. PAGE NAVI STYLES
10. COMMENT STYLES
11. COMMENT FORM STYLES
12. SIDEBARS & ASIDES
13. FOOTER STYLES

******************************************************************/
/*********************
01. GENERAL STYLES
*********************/
html,
body {
  /* height: 100%; */

}
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 100%;
  line-height: 1.5;
  color: #717171;
  background-color: #f9f5ef;
}
/********************
02. WORDPRESS BODY CLASSES
    style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
03. LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto;
}
/*********************
04. LINK STYLES
*********************/
a,
a:visited {
  color: #d76044;
  /* on hover */

  /* on click */

  /* mobile tap color */

}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #c3472a;
}
a:link,
a:visited:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
.more {
  line-height: 1em;
  padding-right: 12px;
  background: url('../images/orange-arrow.png') right 60% no-repeat;
  text-decoration: none;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
}
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: Arvo, "Georgia", Cambria, Times New Roman, Times, serif;
  text-rendering: optimizelegibility;
  font-weight: 400;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/

  /* removing text decoration from all headline links */

}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}
h2,
.h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
  color: #006935;
}
h3,
.h3 {
  font-size: 1.1em;
  color: #006935;
  margin: 30px 0 0 0;
}
h4,
.h4 {
  font-size: 1em;
  font-weight: normal;
  color: #006935;
  margin: 0;
}
.h4 {
  font-size: 1.05em;
}
h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
dt {
  display: none;
}
/*********************
06. HEADER STYLES
*********************/
.header #inner-header {
  background-color: #ffffff;
}
.header nav {
  background-color: #b2d394;
}
.header nav div.top-nav ul li a {
  color: #2f4819;
}
.header nav div.top-nav ul li.current_page_ancestor a,
.header nav div.top-nav ul li.current_page_parent a,
.header nav div.top-nav ul li.current_page_item a {
	color:#D75F4A;
}
/*********************
07. NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.nav {
  border: 1px solid #ccc;
  border-bottom: 0;
  /* end .menu li */

  /* highlight current page */

  /* end current highlighters */

}
.nav li {
  padding: 5px 3px 3px 3px;
  margin: 0 5px;
  /*
		so you really have to rethink your dropdowns for mobile.
		you don't want to have it expand too much because the
		screen is so small. How you manage your menu should
		depend on the project. Here's some great info on it:
		http://www.alistapart.com/articles/organizing-mobile/
		*/

}
.nav li a {
  display: block;
  text-decoration: none;
  padding: 0px 10px;
  /*
			remember this is for mobile ONLY, so there's no need
			to even declare hover styles here, you can do it in
			the style.scss file where it's relevant. We want to
			keep this file as small as possible!
			*/

}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}
.nav li.current-menu-item,
.nav li.current_page_item,
.nav li.current_page_ancestor {
  border-radius: 4px;
  background-color: #ffffff;
}
/* end .nav */

article {
	position:relative;
}

article nav li {
  line-height: 2.2em;
  height: 2.2em;
}
article nav li a {
  padding: 0 0 0 17px;
  line-height: 2.2em;
  height: 2.2em;
  text-decoration: none;
  font-size: 1em;
  display: block;
  width: 95%;
  float: left;
}
article nav li:hover a {
  background-color: #eee;
}
article nav li:hover:after {
  content: "";
  float: left;
  width: 0px;
  height: 0px;
  border-left: solid 5px #eee;
  border-right: solid 5px #ffffff;
  border-top: solid 1em #ffffff;
  border-bottom: solid 1em #ffffff;
}
article nav li.current-menu-item a,
article nav li.current_page_item a,
article nav li.current_page_ancestor a {
  background-color: #edf4fa;
  color: #000000;
}
article nav li.current-menu-item:after,
article nav li.current_page_item:after,
article nav li.current_page_ancestor:after {
  content: "";
  float: left;
  width: 0px;
  height: 0px;
  border-left: solid 5px #edf4fa;
  border-right: solid 5px #ffffff;
  border-top: solid 1em #ffffff;
  border-bottom: solid 1em #ffffff;
}
article ol.bones_page_navi li:hover a {
  background-color: transparent;
}
article ol.bones_page_navi li:hover:after {
  content: "";
  float: left;
  width: 0px;
  height: 0px;
  border: 0;
}
/*********************
08. POSTS & CONTENT STYLES
*********************/
.home #wrapper-content {
  font-size: 1em;
}
.home h2 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #006935;
  font-weight: normal;
  font-size: 1.4em;
}

.home section#quotes div.last img,
.home section#nav-ko img {
  width: 100%;
}
.home section#quotes div.last h2,
.home section#nav-ko h2 {
  color: #345470;
}
.home section#quotes div.last > div {
  background-color: #edf4fa;
}
.home section#nav-doen > div > div {
  background-color: #f0f6ea;
}
.home section#nav-doen > div > div h2 {
  color: #345470;
}
.home .checklist li {
  background: url('../images/tick.png') left center no-repeat;
  padding-left: 2em;
}
.winners li {
  background: url('../images/winner-logo.png') 0 0.5em no-repeat;
  padding-left: 3em;
  font-size: 1.1em;
  color: #000;
  font-family: arvo, sans-serif;
  margin-top: 0.5em;
}
.winners li span {
  font-size: 1em;
  display: block;
  color: #666;
  font-family: sans-serif;
}
.bullit li {
	list-style:disc;
	margin-left: 1.5em;
}
.workshops li {
  background: url('../images/tick.png') left 3px no-repeat;
  padding-left: 20px;
}
.workshops li h3 {
  color: #006935;
  margin: 0;
  line-height: 1em;
}
.workshops li p.intro {
  margin-top: 0;
}
.note {
  padding: 20px;
  width: 90%;
  margin: 10px 20px 20px 0;
  color: #000000;
  background-color: #f9f5ef;
}
.action {
  padding: 20px 20px 20px 200px;
  background: url('/files/2013/11/map-150x150.png') top left no-repeat;
  width: 90%;
  margin: 20px auto 20px auto;
  color: #000000;
  font-size: 1.1em;
  font-family: Arvo, "Georgia", Cambria, Times New Roman, Times, serif;
  text-align: center;
}
.action .button {
  font-size: 1em;
  margin: 20px 0;
  font-weight: normal;
}
.quote {
  color: #999;
  font-style: italic;
}
.quote a {
  font-style: normal;
}
quote {
	padding-top: 1em;
	display: block;
  color: #999;
  font-size: 1.1em;
  font-family: arvo, sans-serif;
}
quote a {
  font-style: normal;
}
quote:before,
quote:after {
  content: '"';
}
#indepers div.twelvecol,
#quotes div.twelvecol{
	margin-left:0;
}
#indepers li {
	padding: 0 30px 0 0px;
}
#quotes div.first li {
	padding:0 30px;
}
#indepers dd {
	width:950px;
}
#quotes div.first p {
  color: #999;
  font-style: italic;
  font-size: 1em;
  width: 100%;
  margin: 0;
}
#quotes div.first p a {
  font-style: normal;
}
#quotes div.first p span.company {
  margin-left: 0.5em;
  border-left: solid 1px #999;
  padding-left: 0.5em;
  color: #000;
  font-weight: bold;
}
.jmh_close {
  font-family: Arvo, "Georgia", Cambria, Times New Roman, Times, serif;
  display: block;
  text-align: right;
  margin-right: 3em;
  font-size: 1em;
}
#content {
  margin-top: 0;
}
#content #inner-content {
  background-color: #ffffff;
}
#partners h2 {
  color: #345470;
}
/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #999;
}
/* entry content */
.entry-content {
  /*
			image alignment on a screen this size may be
			a bit difficult. It's set to start aligning
			and floating images at the next breakpoint,
			but it's up to you. Feel free to change it up.
			*/

}
.entry-content dd {
  margin-left: 0;
  font-size: 1em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */

}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
09. PAGE NAVI STYLES
******************************************************************/
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}
.bones_page_navi {
  /* current page link */

  /* end .bones_page_navi .bpn-current */

  /* common styles for page-navi links */

  /* remove the bg on end links */

  /* previous link */

  /* next page link */

  /* first page link */

  /* last page link */

}
.bones_page_navi li {
  float: left;
  margin-left: 10px;
}
.bones_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
.bones_page_navi li a:hover,
.bones_page_navi li a:focus {
  color: #f01d4f;
  text-decoration: underline;
}
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #f01d4f;
  position: relative;
}
.bones_page_navi li.bpn-current a {
  /* hovering on current page link */

}
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  font-weight: 700;
}
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 0;
}
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
  background: none;
}
/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
/* end .wp-prev-next */
/******************************************************************
10. COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */

}
.commentlist {
  /* general comment classes */

  /* vcard */

  /* end .commentlist .vcard */

  /* comment meta */

  /* comment content */

  /* end .commentlist .comment_content */

  /* comment reply link */

  /* end .commentlist .comment-reply-link */

}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */

}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
  /* variations */

  /* change number for different depth */

}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .odd {
  background: #eee;
}
.commentlist .even {
  background: #fefefe;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content {
  margin-left: 50px;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1em;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
}
/* end .commentlist */
/******************************************************************
11. COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */

}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}
/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}
/*********************
12. SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */

}
/*********************
13. FOOTER STYLES
*********************/
input,
button {
  border: 0;
}
input[type=submit],
button,
.button {
  border-radius: 5px;
  font-family: Arvo, "Georgia", Cambria, Times New Roman, Times, serif;
  color: #ffffff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
}
#newsletter input[type=email],
#newsletterform input[type=email] {
  padding: 10px 20px;
  margin-right: 20px;
}
#newsletter input[type=submit],
#newsletterform input[type=submit] {
  background-color: #d76044;
}
#newsletterform input[type=email] {
  padding: 8px 15px;
  margin-right: 20px;
}
#newsletterform input[type=submit] {
  padding: 8px 15px;
}
.footer {
  clear: both;
  background-color: #66a34f;
  font-size: 0.8em;
  color: #000000;
}
.footer hr {
  border: 0;
  border-top: solid 1px #7BB16D;
  size: 0;
  height: 0;
}
.footer a {
  color: #bfdbb4;
}
.footer #inner-footer #address {
  color: #bfdbb4;
}
.footer #inner-footer h1 {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  color: #b6d1e8;
  text-transform: uppercase;
  font-family: 'Arvo', serif;
  font-size: 1.1em;
}
.footer #inner-footer nav {
  color: #bfdbb4;
}
.footer #inner-footer nav a {
  color: #bfdbb4;
}
.footer #inner-footer nav a:hover {
  color: #456a25;
}
.footer #inner-footer nav ul.sitemap li a {
  font-weight: bold;
  text-decoration: none;
  margin-right: 1em;
  font-size: 1em;
}
.footer #inner-footer nav ul.sitemap li ul {
  margin-top: 0;
}
.footer #inner-footer nav ul.sitemap li ul li a {
  font-weight: normal;
  text-transform: none;
}
footer .nav li.current-menu-item,
footer .nav li.current_page_item,
footer .nav li.current_page_ancestor {
  border-radius: 0px;
  background-color: transparent;
  color: #456a25;
}
/*
	if you checked out the link above:
	http://www.alistapart.com/articles/organizing-mobile/
	you'll want to style the footer nav
	a bit more in-depth. Remember to keep
	it simple because you'll have to
	override these styles for the desktop
	view.
	*/
/* end .footer-links */
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: 481px and Up Stylesheet

  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.

  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.less styles.

  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */

  }
  .menu ul {
    /* end .menu ul li */

    /* highlight current page */

    /* end current highlighters */

  }
  .menu ul li {
    /*
  				plan your menus and drop-downs wisely.
  				*/

  }
  .menu ul li a {
    /*
  					you can use hover styles here even though this size
  					has the possibility of being a mobile device.
  					*/

  }
  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */

  }
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Grid Stylesheet

  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.less stylesheet.

  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:

  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://gridpak.com/ - Create your own responsive grid.

  The grid below is a combination of the 1140 grid and Twitter Boostrap.
  I liked 1140 but Boostrap's grid was way more detailed so I merged them
  together, let's see how this works out. If you want to use 1140, the original
  values are commented out on each line.

  ******************************************************************/
  .onecol {
    width: 5.801104972%;
  }
  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%;
  }
  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%;
  }
  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%;
  }
  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%;
  }
  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%;
  }
  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%;
  }
  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%;
  }
  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%;
  }
  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%;
  }
  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%;
  }
  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%;
  }
  /* 100%;   } /* grid_12 */
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Tablet & Small Desktop Stylesheet

  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!

  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  body {
    bbackground-image: url('/img/01.jpg');
    bbackground-repeat: no-repeat;
    bbackground-position: 50% 0;
  }
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    max-width: 1072px;
    padding: 0 14px;
  }
  /*********************
  HEADER STYLES
  *********************/
  .header #logo {
    position: absolute;
    background-color: #ffffff;
    width: 306px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    top: -10px;
    margin-left: -14px;
    padding: 10px 0 17px 0;
    z-index: 100;
    line-height: 0.8em;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
  }
  .header #logo a {
    color: #000000;
    font-size: 0.70em;
  }
  .header #logo a img {
    width: 160px;
  }
  .header #top_functions {
    float: right;
    margin: 12px 0;
  }

.header .payoff {
	font-family: "Open Sans";
	color: #000;
	font-weight: bold;
	font-size: 90%;
	margin-left: 300px;
	line-height: 45px;
}
  .header #top_functions li {
    float: left;
  }
  .header #top_functions li a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url('../images/social-sprite.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 23px;
    display: block;
    height: 22px;
  }
  .header #top_functions #twitter {
    margin: 0 5px 0 20px;
  }
  .header #top_functions #twitter a {
    background-position: -250px -250px;
  }
  .header #top_functions #facebook {
    margin: 0 5px;
  }
  .header #top_functions #facebook a {
    background-position: -150px -75px;
  }
  .header #top_functions #contact {
    margin: 0 54px 0 5px;
  }
  .header #top_functions #contact a {
    background-position: -200px -326px;
  }
  .header #search {
    font-size: 80%;
  }
  .header #search label {
    display: none;
  }
  .header #search input {
    border: 0;
    background-color: transparent;
    padding: 3px;
  }
  .header #search input#s {
    width: 120px;
  }
  .header #search #searchsubmit {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url('../images/search-icon.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 0;
    width: 20px;
  }
  .header nav div.top-nav ul {
    float: right;
    margin-right: 40px;
    margin-bottom:0;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 0.75em;
  }
  .header nav div.top-nav>ul>li>a {
		padding-bottom:10px;
    	text-transform: uppercase;
	}
  .header nav div.top-nav>ul>li li a {
	padding-top:3px;
	padding-bottom:3px;
  	font-size:1.4em;
  	font-weight:normal;
  }
  .header nav div.top-nav ul>li:hover>a {
    color: #456a25;
    background-color:rgba(255,255,255,0.5);
    border-radius:10px 10px 0 0;
  }
  .header nav div.top-nav ul>li:hover li a {
  		color:#00693A;
	}
  .header nav div.top-nav ul>li:hover li a:hover {
  		color:#456a25;
	}
  .header nav div.top-nav>ul>li:first-child a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url('../images/home-icon.png');
    background-position: 3px 0;
    background-repeat: no-repeat;
    padding: 0;
    width: 20px;
  }
  .header nav div.top-nav ul li:hover a {
    background-position: -15px 0;
  }
  .header nav div.top-nav ul li:first-child.current-menu-item a,
  .header nav div.top-nav ul li:first-child.current_page_item a,
  .header nav div.top-nav ul li:first-child.current_page_ancestor a {
    background-position: -15px 0;
  }
  /*********************
  NAVIGATION STYLES
  *********************/
  .nav {
    border: 0;
    /* end .menu ul li */

    /* highlight current page */

    /* end current highlighters */

  }
  .nav li {
    float: left;
    position: relative;
    /*
  		plan your menus and drop-downs wisely.
  		*/

    /* showing sub-menus */

  }
  .nav li a {
    border-bottom: 0;
    /*
  			you can use hover styles here even though this size
  			has the possibility of being a mobile device.
  			*/

  }
  .nav li a:hover,
  .nav li a:focus {
    color: #456a25;
  }
  .nav li ul.sub-menu,
  .nav li ul.children {
    margin-top: 0;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    display: none;
    z-index: 8999;
    /* highlight sub-menu current page */

  }
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    /*
  				if you need to go deeper, go nuts
  				just remember deeper menus suck
  				for usability. k, bai.
  				*/

  }
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
  }
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  .nav li:hover ul {
    top: auto;
    display: block;
  }
  .header .children {
	background-color: #fff;
  }
  /* end .nav */
  /*********************
  CONTENT STYLES
  *********************/
  #content #inner-content {
    border-radius: 0 0 20px 20px;
    margin-bottom: 0;
    width: 100%;
  }
  #content #inner-content nav {
    float: left;
    margin: 0;
    font-family: Arvo, "Georgia", Cambria, Times New Roman, Times, serif;
  }
  #content #inner-content nav ul {
    float: left;
    width: 90%;
  }
  #content #inner-content .article-header {
    width: 100%;
    position: relative;
  }
  #content #inner-content .article-header div.content {
    position: absolute;
    bottom: 55px;
    left: 55px;
  }
  #content #inner-content .article-header h1,
  #content #inner-content .article-header .h1 {
    display: block;
    color: #ffffff;
    text-decoration: none;
    width: auto;
    font-size: 2.3em;
    margin: 10px 0 0 0;
  }
  #content #inner-content .article-header h1 span,
  #content #inner-content .article-header .h1 span {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 3px 10px;
  }
  #content #inner-content .article-header .button {
    font-size: 1.2em;
    background-color: #d76044;
    margin-top: 10px;
    font-weight: normal;
    background-image: url();
    border: 0;
  }
  #content #inner-content .article-header .button:hover {
    background-color: #c3472a;
  }
  #content #inner-content .article-header .button.white {
    background-color: rgba(255, 255, 255, 0.3);
  }
  #content #inner-content .article-header .button.white:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }

  #content #inner-content .article-header .button.black {
    background-color: rgba(0, 0, 0, 0.3);
  }
  #content #inner-content .article-header .button.black:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }

  #content #inner-content .article-header .button.blue {
    background-color: rgba(44, 169, 225, 0.3);
  }
  #content #inner-content .article-header .button.blue:hover {
    background-color: rgba(44, 169, 225, 0.5);
  }

  #content #inner-content #crumbs li {
    float: left;
    font-family: Arvo, "Georgia", Cambria, Times New Roman, Times, serif;
    margin: 0 0 0 1em;
    font-size: 0.8em;
  }
  #content #inner-content #crumbs li:first-child {
    margin-left: 0;
  }
  #content #inner-content #crumbs li a {
    margin: 0 1em 0 0;
    text-decoration: none;
  }
  #content #inner-content section.entry-content {
    padding: 0;
    border-top: solid 1px #ddd;
  }
  #content #inner-content section.entry-content h2 {
    color: #006935;
    font-size: 1.1em;
  }
  #content #inner-content section.entry-content div.intro p {
    margin-top: 0;
  }
  #content #inner-content section.entry-content ol {
    padding-left: 1em;
  }
  #content #inner-content section.entry-content ol li {
    list-style: decimal;
  }
  #content #inner-content section.entry-content ol li ul {
    padding-left: 1em;
  }
  #content #inner-content section.entry-content ol li ul li {
    padding-left: 0;
    background: url();
    list-style: disc;
  }
  #content #inner-content section.entry-content ol.bones_page_navi li {
    list-style: none;
  }
  #content #inner-content section.entry-content ol.bones_page_navi li.bpn-current {
    border: 0;
    font-size: 1em;
  }
  #content #inner-content section.entry-content ul li {
    background: url('../images/dot.png') left 8px no-repeat;
    padding-left: 15px;
    font-size: 1em;
    line-height: 1.6em;
  }
  #content #inner-content section.entry-content ul li ul,
  #content #inner-content section.entry-content ul li ol {
    margin-top: 0;
  }
  #content #inner-content section.entry-content ul li ul li,
  #content #inner-content section.entry-content ul li ol li {
    font-size: 1em;
    background: url();
    list-style: disc;
    padding-left: 0;
  }
  #content #inner-content section.entry-content ul li ul li ul li,
  #content #inner-content section.entry-content ul li ol li ul li {
    list-style: disc;
  }
  #content #inner-content section.entry-content ul li ul p,
  #content #inner-content section.entry-content ul li ol p {
    font-size: 1.1em;
    margin: 0 0 10px 0;
  }
  #content #inner-content section.entry-content ul li ol li {
    list-style: decimal;
  }
  #content #inner-content section.entry-content ul li ol li ul li {
    list-style: disc;
  }
  #content #inner-content section.entry-content ul li p {
    font-size: 1.0em;
    margin: 0 0 10px 0;
  }
  #content #inner-content section.entry-content ul.winners li {
    background: url('../images/winner-logo.png') 0 0.5em no-repeat;
    padding-left: 3em;
    font-size: 1em;
    color: #000;
    font-family: Arvo, "Georgia", Cambria, Times New Roman, Times, serif;
    margin-top: 0.5em;
  }
  #content #inner-content section.entry-content ul.winners li span {
    font-size: 1em;
    display: block;
    color: #666;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  #content #inner-content section.entry-content ul.winners li div.jmh_body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
  }
  #content #inner-content section.entry-content ul.arrows {
    margin-top: 0;
  }
  #content #inner-content section.entry-content ul.arrows li {
    background: url('../images/orange-arrow.png') left 8px no-repeat;
    padding-left: 18px;
    margin-bottom: 0.5em;
  }
  #content #inner-content section.entry-content ul.arrows li ul {
    padding-left: 2em;
  }
  #content #inner-content section.entry-content ul.arrows li ul li {
    background: url();
    list-style: disc;
  }
  #content #inner-content section.entry-content ul.check li {
    background: url('../images/tick.png') left center no-repeat;
    padding-left: 20px;
    line-height: 2em;
  }
  #content #inner-content section.entry-content .veelgesteldevragen dd ul li {
    padding-left: 18px;
    background: url('../images/orange-arrow.png') left 6px no-repeat;
  }
  #content #inner-content section.entry-content .veelgesteldevragen dd ul li h3 {
    margin-bottom: 0;
  }
  #content #inner-content section.entry-content .veelgesteldevragen dd ul li ul,
  #content #inner-content section.entry-content .veelgesteldevragen dd ul li ol {
    padding-left: 2em;
  }
  #content #inner-content section.entry-content .veelgesteldevragen dd ul li ul li,
  #content #inner-content section.entry-content .veelgesteldevragen dd ul li ol li {
    background: url();
  }
  #content #inner-content section.entry-content p {
    margin-right: 10%;
    line-height: 1.6em;
    font-size: 1em;
  }
  #content #inner-content section.entry-content p.intro {
    font-size: 1.1em;
  }
  #content #inner-content section.entry-content p.note img {
    float: left;
    margin-right: 20px;
  }
  #content #partners {
    border-radius: 0 0 20px 20px;
    max-width: 1072px;
    margin: 0 auto;
    padding-top: 40px;
  }
  #content #partners .twelvecol {
    margin-left: 0;
  }
  #content #footer_border {
    position: relative;
    height: 90px;
  }
  #content #footer_border img {
    position: absolute;
  }
  #content #footer_border #fb_giraf {
    bottom: -10px;
    left: -20px;
  }
  #content #footer_border #fb_cloud {
    bottom: -130px;
    left: 50px;
  }
  #content #footer_border #fb_zwaluwen {
    right: 50px;
    top: 20px;
  }
  #content #footer_border #fb_molens {
    right: -100px;
    bottom: -30px;
  }
  #wrapper-content {
    background-color: #FBFAF6;
    border-radius: 0 0 20px 20px;
    width: 1072px;
    margin: 0 auto;
  }
  .home #content #inner-content {
    width: 100%;
  }
  .home #content #inner-content section {
    border: 0;
    margin-top: 30px;
  }
  .home #content #inner-content section p {
    margin-right: 10%;
    line-height: 1.6em;
  }
  .home #content #inner-content section ul {
    font-size: 1em;
    margin-top: 1.5em;
  }
  .home #content #inner-content section ul li {
    line-height: 2em;
  }
  .home #content #inner-content section .sixcol {
    margin: 0;
    width: 50%;
  }
  .home #content #inner-content section .sixcol:first-child {
    padding: 0 15px 0 3em;
  }
  .home #content #inner-content section .sixcol:last-child {
    padding: 0 3em 0 15px;
  }
  .home #content #inner-content section .sixcol ul.sec-nav,
  .home #content #inner-content section .twelvecol ul.sec-nav {
    padding: 1em 0 2em 0;
    border-bottom: solid 1px #ddd;
    margin-top: 0;
  }
  .home #content #inner-content section .sixcol ul.sec-nav {
    border-top: solid 1px #ddd;
  }

  .home #content #inner-content section .sixcol ul.sec-nav li,
  .home #content #inner-content section .twelvecol ul.sec-nav li {
    width: 33%;
    float: left;
    padding: 0;
    margin: 0;
    line-height: 1em;
    text-align: center;
    border-right: solid 1px #000000;
  }



  .home #content #inner-content section .sixcol ul.sec-nav li a,
  .home #content #inner-content section .twelvecol ul.sec-nav li a {
    line-height: 1em;
    text-decoration: none;
  }
  .home #content #inner-content section .sixcol ul.sec-nav li:last-child,
  .home #content #inner-content section .twelvecol ul.sec-nav li {
    border-right: 0;
  }

  .home #content #inner-content section .twelvecol ul.sec-nav li {
	  text-align: right;
	  padding-right: 50px;
  }
  .home #content #inner-content section.navigation {
    margin-top: 20px;
    font-family: Arvo, "Georgia", Cambria, Times New Roman, Times, serif;
  }
  .home #content #inner-content section#nav-prijs {
    margin-top: 10px;
  }
  .home #content #inner-content section#nav-ko div.first h2,
  .home #content #inner-content section#nav-ko div.first a {
    margin: 30px 30px 0 15px;
  }
  .home #content #inner-content section#nav-ko div.first p {
    margin: 0px 30px 0px 15px;
  }
  .home #content #inner-content section#nav-ko div.first img {
    border-radius: 10px 0 0 0;
  }
  .home #content #inner-content section#vision div.last > div,
  .home #content #inner-content section#nav-ko div.last > div {
    border-radius: 0 10px 10px 10px;
    padding-bottom: 30px;
  }
  .home #content #inner-content section#vision div.last > div h2,
  .home #content #inner-content section#vision div.last > div p,
  .home #content #inner-content section#vision div.last > div>a,
  .home #content #inner-content section#nav-ko div.last > div h2,
  .home #content #inner-content section#nav-ko div.last > div p,
  .home #content #inner-content section#nav-ko div.last > div>a {
    margin: 30px 80px 0 30px;
  }

  .home #content #inner-content section#vision div.last > div ul,
  .home #content #inner-content section#nav-ko div.last > div ul {
    zoom: 1;
    margin: 15px 20px 30px 20px;
  }
  .home #content #inner-content section#vision div.last > div ul:before,
  .home #content #inner-content section#nav-ko div.last > div ul:before,
  .home #content #inner-content section#vision div.last > div ul:after,
  .home #content #inner-content section#nav-ko div.last > div ul:after {
    content: "";
    display: table;
  }
  .home #content #inner-content section#vision div.last > div ul:after,
  .home #content #inner-content section#nav-ko div.last > div ul:after {
    clear: both;
  }
  .home #content #inner-content section#vision div.last > div ul li p,
  .home #content #inner-content section#nav-ko div.last > div ul li p {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .home #content #inner-content section#vision div.last > div > img,
  .home #content #inner-content section#nav-ko div.last > div > img {
    border-radius: 0 10px 0 0;
  }
  .home #content #inner-content section#nav-doen .twelvecol {
    margin: 0;
  }
  .home #content #inner-content section#nav-doen .twelvecol div {
    zoom: 1;
    margin: 0 3em;
    border-radius: 10px;
    padding: 20px 0 10px 0;
  }
  .home #content #inner-content section#nav-doen .twelvecol div:before,
  .home #content #inner-content section#nav-doen .twelvecol div:after {
    content: "";
    display: table;
  }
  .home #content #inner-content section#nav-doen .twelvecol div:after {
    clear: both;
  }
  .home #content #inner-content section#nav-doen .twelvecol div h2 {
    float: left;
    width: 35%;
    padding-left: 60px;
    background: url('../images/giraf-small.png') left top no-repeat;
    margin-left: 3.5em;
    line-height: 1.5em;
  }
  .home #content #inner-content section#nav-doen .twelvecol div h2 a {
    color: #345470;
  }
  .home #content #inner-content section#nav-doen .twelvecol div ul {
    margin: 0;
  }
  .home #content #inner-content section#nav-doen .twelvecol div ul li {
    float: left;
    margin: 40px 15px 40px 15px;
    font-size: 1.25em;
    background: url('../images/white-dot.png') left center no-repeat;
  }
  .home #content #inner-content section#nav-doen .twelvecol div ul li a {
    padding-left: 20px;
    margin-bottom: 1px;
    display: block;
    line-height: 1.3em;
    background: url('../images/green-arrow.png') 5px center no-repeat;
    text-decoration: none;
    color: #1a784a;
  }
  .home #content #inner-content section#indepers {
    margin: 25px 3em 10px 3em;
    padding: 1.5em 0;
  }
  .home #content #inner-content section#quotes {
    margin: 0;
    padding: 1.5em 0;
  }
  .home #content #inner-content section#quotes div.first img {
    float: left;
    margin: 0 50px 0 0;
    border: solid 5px #edf4fa;
    border-radius: 50%;
  }
  .home #content #inner-content section#quotes div.first a {
    margin-left: 3em;
  }
  .home #content #inner-content section#quotes div.first p {
    font-size: 1em;
  }
  .home #content #inner-content section#latest {
    margin: 0 3em;
    padding-bottom: 1.5em;
  }
  .home #content #inner-content section#latest h2 {
    font-size: 1.4em;
    margin: 35px 15px 20px 10px;
  }
  .home #content #inner-content section#latest h2:after {
    content: ":";
  }
  .home #content #inner-content section#latest div {
    margin-left: 10px;
  }
  .home #content #inner-content section#latest div h3 {
    color: #78a9d3;
    margin: 5px 0 0 0px;
    padding: 0;
    font-weight: normal;
    padding-left: 18px;
    background: url('../images/orange-arrow.png') left center no-repeat;
    font-size: 1.1em;
  }
  .home #content #inner-content section#latest div p.date {
    font-style: italic;
    padding: 0;
    margin: 0 0 20px 18px;
  }
  .home #content #inner-content section#latest div p.date span {
    color: #000;
    font-weight: bold;
  }
  .home #content #inner-content section#latest div a {
    font-size: 1em;
  }
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar {
    margin-top: 2.2em;
  }
  .widgettitle {
    margin-bottom: 0.75em;
  }
  .widget {
    padding: 0;
    margin: 1em 0;
    font-size: 1.1em;
  }
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */

  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  #newsletter,
  #newsletterform {
    max-width: 1072px;
    margin: 65px auto 30px auto;
  }
  #newsletter h2,
  #newsletterform h2 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  #newsletter img,
  #newsletterform img {
    margin: 0 100px 0 50px;
    float: left;
  }
  #newsletter h2 {
    padding-bottom: 10px;
  }
  #newsletterform {
    background-color: #f9f5ef;
  }
  #newsletterform h2 {
    padding-bottom: 30px;
    font-size: 1em;
  }
  #newsletterform img {
    margin: 0 25px 0 10px;
    width: 200px;
  }
  footer #inner-footer {
    padding-top: 2em;
  }
  footer #inner-footer #footer_copy {
    margin: 0 3em;
  }
  footer #inner-footer #footer_copy .widgettitle {
    display: none;
  }
  footer #inner-footer #footer_copy .textwidget {
    font-size: 1.2em;
    padding-right: 50px;
  }
  footer #footnote {
    padding: 1.5em 0 2em 0;
  }
  footer #footnote .copyright {
    background-image: url('../images/initiatief.png');
    background-repeat: no-repeat;
    background-position: center left;
    height: 50px;
    padding: 0 0 0 110px;
    margin: 0;
  }
  footer #footnote .copyright span {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 85px;
    display: block;
    background-image: url('../images/plan-d.png');
    background-repeat: no-repeat;
    background-position: center right;
    height: 50px;
  }
  footer h1 {
    font-size: 1.2em;
  }
  footer nav {
    float: right;
  }
  footer nav ul li {
    float: left;
  }
  footer nav ul li a {
    text-decoration: none;
    text-transform: uppercase;
  }
  footer nav ul li ul {
    float: none;
  }
  footer nav ul li ul li {
    float: none;
  }
  footer nav ul#menu-footer {
    margin-top: 17px;
  }
  footer nav ul#menu-footer li {
    width: auto;
    font-size: 75%;
    padding: 0;
    margin: 0;
    line-height: 1em;
  }
  footer nav ul#menu-footer li a {
    line-height: 1em;
    float: left;
  }
  footer nav ul#menu-footer li:nth-child(4) {
    border-left: solid 1px #bfdbb4;
    border-right: solid 1px #bfdbb4;
  }
  footer nav ul#menu-footer li.oforo a {
    color: #1a784a;
  }
  footer nav ul#menu-footer li.twitter,
  footer nav ul#menu-footer li.facebook {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 22px;
    width: 25px;
    margin: -5px 5px 0 0px;
  }
  footer nav ul#menu-footer li.twitter a,
  footer nav ul#menu-footer li.facebook a {
    background-image: url('../images/social-sprite.png');
    background-repeat: no-repeat;
    height: 23px;
    width: 22px;
    background-position: -854px -251px;
  }
  footer nav ul#menu-footer li.facebook a {
    background-position: -752px -75px;
  }
  .footer-links ul li {
    /*
  			be careful with the depth of your menus.
  			it's very rare to have multi-depth menus in
  			the footer.
  			*/

  }
  /* end .footer-links */
  /* ======================== Slider ======================== */
  .slider_container {
    width: 100%;
    clear: both;
    height: 290px;
    overflow: hidden;
    margin: 0;
  }
  .slider_container dd {
    position: relative;
  }
  .slider_container dd ul {
    float: none;
    width: 60000px;
    padding: 0;
    position: relative;
    height: 290px;
    margin: 0;
  }
  .slider_container dd ul li {
    width: 1055px;
    display: block;
    float: left;
    height: 290px;
    overflow: hidden;
    position: relative;
    margin: 0;
  }
  .home .slider_container {
    height: 490px;
  }
  .home .slider_container dd ul {
    height: 490px;
  }
  .home .slider_container dd ul li {
    height: 490px;
  }
  .home #quotes .arrows {
    height: auto;
    margin: 0;
  }
  .banners img {
  	display:none;
  }
  .home #quotes .arrows dd ul {
    height: auto;
  }
  .home #quotes .arrows dd ul li {
    height: auto;
  }
  #indepers,
  #partners {
    padding: 2.5em 3em;
    text-align: center;
  }
  #indepers .arrows,
  #partners .arrows {
    height: auto;
    margin: 0;
    position: relative;
  }
  #indepers .arrows dd,
  #partners .arrows dd {
    margin: 0 20px;
  }
  #indepers .arrows dd ul,
  #partners .arrows dd ul {
    height: auto;
    margin: 2em 0;
  }
  #indepers .arrows dd ul li,
  #partners .arrows dd ul li {
    height: auto;
  }
  #indepers .arrows dd ul li img {
    margin: 0 20px;
    height:55px;
  }
  #partners .arrows dd ul li img {
    margin: 0 20px;
  }
  #partners li {
    width: 100%;
    display: flex;
   justify-content: space-between;
   margin-bottom: 50px;
  }

  /*------------ DOTS ----- */
  .dots {
    background-color: rgba(255, 255, 255, 0.5);
    width: auto;
    text-align: center;
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 12px 10px 0;
    border-radius: 10px 0 0 0;
  }
  .dots a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 17px;
    height: 17px;
    float: none;
    margin: 0.5em 0em 0.5em 0.7em;
    display: inline-block;
    zoom: 1;
    *display: inline;
    background-color: #fff;
    border-radius: 5px;
  }
  .dots a.active {
    background-color: #D75E4A;
  }
  .goPrev {
    width: 25px;
    height: 100%;
    background: #ddd;
    position: absolute;
    background: #fff url('../images/arrow-blue-prev.png') left center no-repeat;
    top: 0;
    left: 0;
    z-index:+10;
    cursor:pointer;
  }
  .goNext {
    width: 25px;
    height: 100%;
    background: #fff url('../images/arrow-blue-next.png') right center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index:+10;
    cursor:pointer;
  }
  #partners .goPrev,
  #partners .goNext {
		background-color:transparent;
  }
  /*------------ DOTS END ----- *//*------------ FORMS ------- */
  #dgg-replacementform,
  .wpcf7-form {
    background-color: #f9f5ef;
    margin-right: 3em;
    margin-bottom: 2em;
    padding: 20px;
  }
  #dgg-replacementform fieldset,
  .wpcf7-form fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    zoom: 1;
  }
  #dgg-replacementform fieldset:before,
  .wpcf7-form fieldset:before,
  #dgg-replacementform fieldset:after,
  .wpcf7-form fieldset:after {
    content: "";
    display: table;
  }
  #dgg-replacementform fieldset:after,
  .wpcf7-form fieldset:after {
    clear: both;
  }
  #dgg-replacementform p,
  .wpcf7-form p {
    zoom: 1;
  }
  #dgg-replacementform p:before,
  .wpcf7-form p:before,
  #dgg-replacementform p:after,
  .wpcf7-form p:after {
    content: "";
    display: table;
  }
  #dgg-replacementform p:after,
  .wpcf7-form p:after {
    clear: both;
  }
  #dgg-replacementform label,
  .wpcf7-form label {
    display: inline-block;
    width: 7em;
  }
  #dgg-replacementform input[type=email],
  .wpcf7-form input[type=email],
  #dgg-replacementform input[type=text],
  .wpcf7-form input[type=text],
  #dgg-replacementform textarea,
  .wpcf7-form textarea {
    width: 30em;
    float: right;
    padding: 5px;
  }
  #dgg-replacementform input[type=radio],
  .wpcf7-form input[type=radio] {
    margin-right: 0.5em;
  }
  #dgg-replacementform input.pc,
  .wpcf7-form input.pc {
    width: 5em;
    margin-right: 1em;
  }
  #dgg-replacementform input.loc,
  .wpcf7-form input.loc {
    width: 24em;
  }
  #dgg-replacementform input[type=submit],
  .wpcf7-form input[type=submit] {
    float: right;
    background-color: #006935;
  }
  #dgg-replacementform textarea,
  .wpcf7-form textarea {
    border: 0;
  }
 img.loader,
 img.ajax-loader,
  .wpcf7-form img.ajax-loader {
    margin: 10px 10px;
    float: right;
    width:auto !important;
    height:auto !important;
  }
  #dgg-replacementform p.error,
  .wpcf7-form p.error,
  #dgg-replacementform div.wpcf7-response-output,
  .wpcf7-form div.wpcf7-response-output {
    margin: 0;
    padding: 0;
    position: absolute;
    margin-top: -2.65em;
    right: 17em;
  }
  #dgg-replacementform p.error,
  p.error {
		color: #c00;
		font-weight: bold;
		margin-top: -4.5em;
		right: 4em;
	}
	#dgg-replacementform .back {
		margin-right: 5px;
	}

  #dgg-replacementform .wpcf7-not-valid,
  .wpcf7-form .wpcf7-not-valid {
    border: #d76044;
  }
  #dgg-replacementform wpcf7-validation-errors,
  .wpcf7-form wpcf7-validation-errors {
    display: none;
  }
  .second p {
    margin: 0;
  }
  .vragenformulier .intro {
    background-image: url('../images/green-question-icon.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding: 10px 0 0 100px;
    height: 100px;
  }
  .vragenformulier .intro span {
    color: #d76044;
  }
  .vragenformulier .jmh_body {
    position: relative;
  }
  .vragenformulier .jmh_body a {
    position: absolute;
    bottom: 5px;
    right: 10px;
  }
  /*------------ FORMS END------- */
  .interview img {
    float: left;
    margin-right: 20px;
  }
  div#main_expl {
    padding: 70px 30px;
    position: relative;
    width: 100%;
  }
  div#main_expl img {
    width: 550px;
    margin-top: 20px;
  }
  .magnify {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    border: solid 2px #333;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
  }
  .magnify p {
    position: absolute;
    border-left: solid #333 2px;
    padding: 2px;
    width: 450px;
    left: 45px;
  }
  #dl1 {
    background-image: url('http://www.degroenegiraf.nl/wp-content/uploads/2013/10/checklist.png');
    background-position: -1% 40%;
    left: 10px;
    top: 190px;
  }
  #dl1 p {
    top: 120px;
    padding-top: 160px;
    margin: 0 10px 0 10px;
  }
  #dl2 {
    background-image: url('http://www.degroenegiraf.nl/wp-content/uploads/2013/10/checklist.png');
    background-position: 22% 12%;
    left: 110px;
    top: 110px;
  }
  #dl2 p {
    top: -110px;
    height: 110px;
    margin: 0 10px 0 10px;
  }
  .cl_info {
    position: relative;
    width: 35%;
    text-align: center;
    padding-bottom: 100px;
    margin-top: 50px;
  }
  .cl_info img {
    width: 300px;
    max-width: 300px !important;
  }
  #dl3 {
    background-image: url('http://www.degroenegiraf.nl/wp-content/uploads/2013/10/checklist-tip.png');
    left: 10px;
    top: -10px;
    background-position: 27% 10%;
  }
  #dl4 p,
  #dl3 p {
    text-align: left;
    top: 220px;
    left: 0px;
    padding-top: 0px;
    width: 270px;
    border: 0;
  }
  #dl4 {
    background-image: url('http://www.degroenegiraf.nl/wp-content/uploads/2013/10/checklist-comment.png');
    left: 10px;
    top: -10px;
    background-position: 27% 10%;
  }
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Desktop Stylsheet

  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.

  ******************************************************************/
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Super Large Monitor Stylesheet

  You can add some advanced styles here if you like. This kicks in
  on larger screens.

  ******************************************************************/
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Retina Screens & Devices Stylesheet

  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.

  ******************************************************************/
  /*

  EXAMPLE
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:

  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }

  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:

  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }

  So, you would create the same icon, but at double the resolution, meaning
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go.

  */
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {

}
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}

.aiwidgetscss{ padding:0px; width: 48.618784527%; position: relative; float: left;}

.aiwidget-title {
	display:none;
}

form.groengelinkt {
	padding: 10px;
	background-color: #f9f5ef;
	border-radius: 10px;
	margin-top: 10px;
	text-align:center;
}

form.groengelinkt .row {
	padding:10px 0;
}

#jmfbwidget-3 > div > ul > li > span,
#jmfbwidget-3 > div > ul > li > div {
	line-height: 15px;
	font-size: 13px;
	padding-left: 110px;
	position: relative;
}
#jmfbwidget-3 > div > ul > li > div > br {
	display: none;
}
#jmfbwidget-3 > div > ul > li > span.facebook_page-timestamp {
	padding-left: 120px;
}
#jmfbwidget-3 > div > ul > li > div img {
	position: absolute;
	max-width: 100px;
	max-height: 80px;
	top: 0;
	left: 0;
}

.addtoany_list {
	position:absolute;
	right:0;
	margin-top:1em;
}