/*
Theme Name: GMSF
Theme URI: http://www.gmsf.nl/
Description: GMSF Theme
Author: Geev
Author URI: http://www.gmsf.nl/
Version: 1.1.5
Template: genesis
*/

/* # WARNING

This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances. Please do all modifications in the form of a child theme.
Copy the contents of this file to the child theme. Do not use @import, as the CSS included with Genesis might change in the future.

*/

/* # Table of Contents
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/


/* # Imports
---------------------------------------------------------------------------------------------------- */

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,300);


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.content-sidebar-wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
	background:#2d2d2d;
}

body {
	background-color: #f8f8f8;
	color: #333;
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #9e213e;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 25px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #9e213e;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 30px;
	font-size: 3rem;
    margin: 0 0 25px;
}

h2 {
	font-size: 22px;
	font-size: 2.2rem;
}

h3 {
	font-size: 19px;
	font-size: 1.9rem;
}

h4 {
	font-size: 16px;
	font-size: 1.6rem;
	color:#252525
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	border: none;
	color: #333;
	font-weight: 300;
	padding: 8px 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	outline: none;
}

.entry-content form ul {margin-left:0}
form li:before {display:none}

.entry-content form ul input{border:1px solid #ccc}
.entry-content form ul input:hover,.entry-content form ul input:focus {border-color:#333}

.gfield_description {
  font-size: 80%;
  margin-top: 3px;margin-bottom:4px;color:#555
}

.gform_footer:before,.gform_body:after{clear:both;content:' ';display:table}

.validation_error {
  font-weight: bold;
  margin-top: 10px;
  width: 100%;
  color: #c80000;
}

.gfield_description.validation_message {
  color: #c80000;
}

.gfield_description.validation_message:before {
  font-family: FontAwesome;
  content: "\f06a";
  margin-right: 5px;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  text-decoration: none;
  background-color: #2A89D8;
  display: inline-block;
  padding: 5px 15px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 2px solid #595758;
  width: auto!important;
  font-size: 16px;
}

#contact-form input[type="submit"] {border-bottom-color:#fff}


.button:after {
  font-family: FontAwesome;
  content: "\f04b";
  margin-left: 15px;
  font-size: 14px;
}

/* BG fix for inputs */

input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-image: url('images/icon_button.png');
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 35px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #57A2E0;
	color: #fff;
}

.button-a,
#red-box input[type="submit"],
#application-form input[type="submit"] {
  border-bottom: 2px solid #fff;
}

#application-form .gfield_description {
  color: #FFF!important;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}
.textwidget .button {display:block;width:auto;max-width:240px;margin-top:10px}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */
.content-sidebar-wrap,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Content */



.content-sidebar .content{
	float: left;
}


.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.content-sidebar .content-sidebar-wrap .content,
.single-vacature .content-sidebar-wrap .content {
  width: 65.416666666667%;
  float: left;
}

.content-sidebar .content-sidebar-wrap .sidebar-primary,
.single-vacature .content-sidebar-wrap .sidebar-primary {
	float: right;
	width: 30.833333333333%;
}


/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 3.75%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.125%;
}

.one-third,
.two-sixths {
	width: 30.833333333333%;
}

.four-sixths,
.two-thirds {
	width: 65.416666666667%;
}

.one-fourth {
	width: 22.1875%;
}

.three-fourths {
	width: 74.0625%;
}

.one-fifth {
	width: 17%;
}

.two-fifths {
	width: 37.75%;
}

.three-fifths {
	width: 58.5%;
}

.four-fifths {
	width: 79.25%;
}

.one-sixth {
	width: 13.541666666667%;
}

.five-sixths {
	width: 82.708333333333%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}
.single .post .entry-title {font-size:30px;font-size:3.0rem}
.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #c3251d;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}
.one-fourth p img.aligncenter:last-of-type {margin-bottom:-20px}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/*
 * Top Bar
 */

#top-bar {
  background: #9E213E;
  color: #FFF;
  font-size: 12px;
  padding: 10px 0;
}

#top-bar a {
  color: #FFF;
}

#top-bar .top-bar-phone {
  float: left;
  font-size: 14px;
}

#top-bar .top-bar-phone .phone-text {
  font-weight: bold;
  font-style: italic;
}

#top-bar .top-bar-menu,
#top-bar .top-bar-social,
#top-bar .top-bar-search {
  float: right;
}

#top-bar .top-bar-social {
  line-height: 0.9;
  margin: 0 10px;
}

#top-bar .top-bar-social a {
  font-size: 22px;
  margin: 0 5px;
}

#top-bar .top-bar-menu {
  margin-top: 2px;
}

#top-bar .top-bar-menu ul li {
  display: inline-block;
}

#top-bar .top-bar-menu ul li a {
  text-decoration: none;
  margin-left: 20px;
}

#top-bar .top-bar-menu ul li a:hover,
#top-bar .top-bar-menu ul li a:focus {
  text-decoration: underline;
}

/* Top bar search form */

#top-bar .search-form {
  position: relative;
  padding-top: 1px;
}

#top-bar .search-form input[type="search"] {
  font-size: 11px;
  padding: 2px;
  padding-right: 20px;
}

#top-bar .search-form input[type="submit"] {
  position: absolute;
  background: url('images/search_button.png') no-repeat;
  height: 12px;
  width: 12px!important;
  right: 6px;
  top: 5px;
  text-indent: -9999px;
  padding: 0px;
  border: 0px;
}



/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background:#fff;
}

.site-header .wrap {
	padding: 10px 0;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

/* Fixed header */

.has-fixed-header .site-header {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 999999;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}

.has-fixed-header {
  padding-top: 82px;
}

.has-fixed-header .site-header .wrap {
  padding-top: 0px;
  padding-bottom: 0px;
}

.has-fixed-header .header-image .site-title > a {
  min-height: auto;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 180px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 180px;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	width: 100%;
    margin-top: 30px;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
    margin-left: 36px;
}

.genesis-nav-menu a {
	color: #595758;
	text-decoration: none;
	display: block;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #9E213E;
	text-decoration: none;
    border-bottom: 2px solid #9E213E;

}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 240px;
	z-index: 99;
}

.genesis-nav-menu .menu-item-83 .sub-menu {width:290px}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 15px 20px;
	position: relative;
	width: 240px;
	word-wrap: break-word;
}
.genesis-nav-menu .menu-item-83 .sub-menu a {width:290px}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 279px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;margin-left:-21px
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/*
 * USP bar
 */

#usp-bar {
  background: #FFF;
  border-top: 3px solid #C1C1C1;
  border-bottom: 3px solid #C1C1C1;
  padding: 8px 0;
  font-size: 13px;
}

#usp-bar ul li {
  float: left;
  width: 25%;
}

#usp-bar ul li:before {
  font-family: FontAwesome;
  content: "\f00c";
  color: #9E213E;
  margin-right: 5px;
  font-size: 16px;
}


/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0 !important;
}

/* ## Primary Navigation
--------------------------------------------- */



/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

/* Banner */

#banner {
  height: 510px;
  background-size: cover;
  background-position: center, center;
  border-bottom: 3px solid #C1C1C1;
}

#banner .image {background:no-repeat bottom left;background-size:auto 96%;height:100%;width:100%;max-width:1480px;margin:0 auto}

#banner .banner-text {
  width: 50%;
  float: right;
  padding: 80px 40px;
  font-size: 17px;
}

#banner .banner-text h2 {
  color: #9e213e;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 40px;
}

#banner .banner-text em {
  color: #9e213e;
  font-size: 24px;
}

#banner .banner-text p {
  margin-bottom: 10px;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry,
.sidebar {
    padding: 20px 0 40px 0;
}

.entry {padding-right:40px}

.entry-content ol,
.entry-content ul,
ul.check-list,
.sidebar-primary .widget_nav_menu ul  {
  margin-left: 30px;
  margin-bottom: 20px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li,
ul.check-list > li,
.sidebar-primary .widget_nav_menu ul > li {
	list-style-type: none;
    margin: 2px 0;
}

.entry-content ul > li:before,
ul.check-list > li:before,
.sidebar-primary .widget_nav_menu ul > li:before {
  font-family: FontAwesome;
  content: "\f00c";
  margin-left: -33px; /* Font size + margin right */
  margin-right: 15px;
  font-size: 18px;
  color: #9e213e;
  line-height: 1;
}

/* Home list */

.home .entry-content ul > li:before {
    margin-left: -44px; /* Font size + margin right */
    margin-right: 20px;
    font-size: 24px;
}

.home .entry-content ul {
  margin-left: 44px;
}

.home .entry-content ul > li {
  margin: 10px 0;
}

/*.entry-content ul.black > li:before {
  color: #595758;
}*/

/*.entry-content ul.grey > li:before {
  color: #C1C1C1;
}*/

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

.home .entry {
  padding: 80px 0;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer {
  display: none;
}

.entry-footer .entry-meta {

}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #9E213E;
	text-decoration: none;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.comment-respond textarea,
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"] {
  border: 1px solid #dedede;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: 0;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */


.sidebar h4,.sidebar .gform_heading h3 {
  font-size: 21px;line-height:24px;margin-top:20px;color:#252525
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {

	margin-bottom: 40px;

}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #2D2D2D;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1;
	padding: 20px 0;
    color: #FFF;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer .footer-menu ul li {
  display: inline;
}

.site-footer .footer-menu ul li a {
  color: #FFF;
  text-decoration: none;
  margin-left: 20px;
}

.site-footer .footer-menu ul li a:hover,
.site-footer .footer-menu ul li a:focus {
  text-decoration: underline;
}

.site-footer .credits,
.site-footer .credits a {
  color: #595758;
  text-decoration: none;
}

.site-footer .credits {
  float: right;
}

.site-footer .copyright,
.site-footer .footer-menu {
  float: left;
}

/*
 * Footer tweet
 */

.home #footer-tweet,
.single-vacature #footer-tweet,
.page-template-template-contact #footer-tweet {
  border-top: 0px;
}

#footer-tweet {
  background: #FFF;
  border-top: 3px solid #C1C1C1;
  padding: 30px 0;
  text-align: center;
}

#footer-tweet .fa {
  color: #9e213e;
  font-size: 28px;
}

#footer-tweet .tweet-text {
  font-size: 17px;
  margin: 10px 0;
}

#footer-tweet .tweet-time {
  font-size: 12px;
}

#footer-tweet a {
  color: #3BB3E2;
}

/*
 * Pre footer
 */

#pre-footer {
  background: #595758;
  color: #FFF;
  padding: 30px 0;
}

#pre-footer a {
  color: #FFF;
}

#pre-footer h2 {
  text-transform: uppercase;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
}

#pre-footer ul.menu li {
  padding: 2px 0;
}

#pre-footer ul.menu li:before {
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 10px;
  font-size: 16px;
}

/* Address */

address {
  font-style: normal;
  margin-bottom:10px;
}
.entry address {
  line-height: 2;
}

address .organization {
  font-weight: bold;
}

address .kvk {
  margin-top: 30px;
}

address .kvk,
address .btw {
  color: #ABABAB;
}

/* Homepage */

.home .entry-content h2 {
  font-weight: bold;
  font-size: 25px;
  margin-left: 44px;
}

/* Red box */

#red-box,
#contact-form,
#application-form {
  background: #9e213e;
  padding: 80px 0;
  color: #FFF;
}

#red-box a,#contact-form a,#application-form a {color:#fff;}
#red-box a:hover,#contact-form a:hover,#application-form a:hover,
#red-box a:focus,#contact-form a:focus,#application-form a:focus {color:#fff;text-decoration:none;}

#red-box.vacancy-details-info p {
	margin-bottom: 0px;
}
.home #red-box {padding-bottom:20px}
.home #red-box div.one-half p {max-width:300px;display:block;}
.home #red-box div.one-half.first p {max-width:100%}

#red-box h2,
#contact-form h2,
#application-form h2 {
  color: #FFf;
}

#contact-form .validation_error,
#application-form .validation_error {
  background: #ffcbd8;
  padding: 10px;
}
.my-story-wrapper iframe,
#red-box iframe {
  width: 100%;
  height: 430px;
  border: 5px solid #fff;
}

.home #red-box .two-thirds p {
  margin-bottom: 0px;
}

/* Contact form box */

#contact-form,
#application-form {
  padding: 30px 0;
  position: relative;
}

#contact-form .gform_footer {
  text-align: right;
}

#contact-form .gform_body textarea,
#application-form .gform_body textarea {
  height: 70px;width:100%;
}

.ginput_container.ginput_container_checkbox {margin-top:-10px;}
#application-form .ginput_container.ginput_container_checkbox {margin-top:0;}

#contact-form .gform_body label.gfield_label,
#application-form .gform_body label.gfield_label {
  display: none;
}

#contact-form .gform_body ul li,
#application-form .gform_body ul li {
  margin-bottom: 20px;
}

#contact-form .gform_body ul,
#application-form .gform_body ul  {
  margin-top: 20px;
  position: relative;
}
#application-form fieldset,
#application-form .gform_body input[type="file"] {
  background: #FFF;
}

#application-form fieldset {padding:3px 8px 0px 8px}



/*#application-form .gform_body ul li#field_2_1,
#application-form .gform_body ul li#field_2_2,
#application-form .gform_body ul li#field_2_3,
#application-form .gform_body ul li#field_2_5 {
  width: 50%;
}*/

#application-form .gform_body ul li#field_2_4 {
  width: 47%;
  position: absolute;
  top: 0px;
  right: 0px;
}

#application-form .gform_body ul li#field_2_4 textarea {
  height: 145px;
}

#application-form form {
  position: relative;
}

#application-form .gform_footer {
  position: absolute;
  right: 0px;
  bottom: 20px;
}

#application-form .gform_footer input[type="submit"] {
  padding-top: 8px;
  padding-bottom: 8px;
}

.gform_validation_container {position:absolute;top:-9999em;left:-999em;}


.entry-content #gform_wrapper_2 label {
  display: none;
}

.entry-content #gform_wrapper_2 select,
.entry-content #gform_wrapper_2 textarea {
  border: 1px solid #ccc;
}

.entry-content #gform_wrapper_2 select:hover,
.entry-content #gform_wrapper_2 textarea:hover,
.entry-content #gform_wrapper_2 textarea:focus,
.entry-content #gform_wrapper_2 textarea:focus {
  border: 1px solid #333;
}

.entry-content #gform_wrapper_2 ul > li {
  margin-bottom: 10px;
}

.entry-content #gform_wrapper_2 ul > li.one-half {
  margin-left: 2.564102564102564%;
}
.entry-content #gform_wrapper_2 ul > li.one-half.first {
  margin-left: 0px;
}

/* Logo slider */

#logo-slider {
  background: #FFF;
  border-top: 3px solid #C1C1C1;
  padding: 10px 0;
}

#logo-slider .slide {
  text-align: center;
  padding: 0 100px;
}

#logo-slider .slide img {
  display: inline-block!important;
}

/* BX Slider */
.bx-wrapper .bx-controls-direction a {
  text-decoration: none;
  font-size: 40px;
  color: #C1C1C1;
}

.bx-wrapper .bx-prev:before {
	font-family: FontAwesome;
    content: "\f053";
}

.bx-wrapper .bx-next:before {
    font-family: FontAwesome;
    content: "\f054";
}

.bx-wrapper .bx-controls-direction a:hover {
  color: #DEDEDE;
}

/* My story */

.my-story-wrapper {

}
#application-form .wrap {position:relative}
.my-story-wrapper h2{display:none}

.my-story-wrapper .my-story {
  position: absolute;right:70px;
  bottom: -30px;text-align:right
}

.my-story-wrapper .my-story a.button {
  position: absolute;
    bottom: 40px;
    left: 70px;
	min-width:226px;display:none
}

.my-story-wrapper .my-story img {float:right}

/* Mobile menu */

.sidr{
	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 260px;
	overflow-x: auto;
	overflow-y: auto;
	font-size: 15px;
	background: #333333;
	color: #fff;
}

.sidr .sidr-inner{
	padding: 0 0 15px;
}

.sidr .sidr-inner > p{
	margin-left: 15px;
	margin-right: 15px;
}

.sidr.right{
	left: auto;
	right: -260px;
}

.sidr.left{
	left: -260px;
	right: auto;
}

.sidr ul{
	display: block;
	margin: 0 0 15px;
	padding: 0;
}

.sidr ul li{
	display: block;
	margin: 0;
	line-height: 48px;
	border-bottom: 1px solid #5C5C5C;
}

.sidr ul li:hover > a,.sidr ul li:hover > span,.sidr ul li.active > a,.sidr ul li.active > span,.sidr ul li.sidr-class-active > a,.sidr ul li.sidr-class-active > span{
	background: #9E213E;
}

.sidr ul li a,.sidr ul li span{
	padding: 6px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}

.sidr ul li ul{
	border-bottom: none;
	margin: 0;
}

.sidr ul li ul li{
	line-height: 20px;
	font-size: 13px;
	padding:0;
}

.sidr ul li ul li:last-child{
	border-bottom: none;
}

.sidr ul li ul li:hover,.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active{
	border-top: none;
}

.sidr ul li ul li a,.sidr ul li ul li span{
	color: #fff;
	padding-left: 25px;
}

#open-mobile-menu {
  color: #971F3B;
  font-size: 18px;
  display: none;
  text-decoration: none;
}

#open-mobile-menu .fa {
  font-size: 20px;
  line-height: 20px;
}

#mobile-menu-content {
  display: none;
}

/* Blog / archive */

article.post {
  border-bottom: 2px solid #dedede;
}

article.post:last-of-type {
  border-bottom: 0px;
}

article.post .post-thumbnail {
  float: left;
  width: 20%;
  margin-right: 3%;
}

article.post .post-content {
  float: left;
  width: 77%;
}

article.post h2.entry-title {
  font-size: 30px;
  margin-bottom: 5px;
}

article.post h2.entry-title a {
  color: #971F3B;
  text-decoration: none;
}

article.post .entry-meta {
  margin-bottom: 5px;
  font-size: 12px;
}

.single-post article.post h1.entry-title {
  margin-bottom: 5px;
}

.single-post article.post .entry-meta {
  margin-bottom: 15px;
}

/* Breadcrumbs */

.breadcrumbs-wrapper {
  margin-top: 20px;
  color: #9C9C9C;
  font-size: 12px;
}

.breadcrumbs-wrapper a {
    color: #9C9C9C;
}

.gform_description {font-size:13px;font-size:1.3rem}

.widget-wrap iframe {width:100%}

#gform_wrapper_4 .gform_footer {margin-top:10px;}

/* 404 */

.p404 .search-form {
  margin-bottom: 20px;
}

.p404 .search-form input[type="search"] {
  width: auto;
  padding: 7px 5px;
  width: 200px;
}

/* Sollicitatie formulier widget */
.ginput_container input[type="file"]{padding:2px 0px !important;font-size:90%;}

.gform_widget .gform_wrapper ul li,.widget_solliciteren .gform_wrapper ul li {
  margin-top: 10px;margin-bottom:5px;
}

.gform_widget .gform_wrapper ul li li,
.widget_solliciteren .gform_wrapper ul li li {margin:10px 0 20px !important;font-size:0.9em;display:block;clear:both;}

.gform_widget .gform_wrapper .gform_body > ul > li > label,.widget_solliciteren .gform_wrapper .gform_body > ul > li > label {
  display: none;
}

.widget_solliciteren .gform_wrapper ul li#field_3_5 label {
  display: block;
}
.gform_widget .gform_wrapper ul li select,.widget_solliciteren .gform_wrapper ul li select,
.gform_widget .gform_wrapper ul li input[type="text"],.widget_solliciteren .gform_wrapper ul li input[type="text"],
.gform_widget .gform_wrapper ul li input[type="email"],.widget_solliciteren .gform_wrapper ul li input[type="email"],
.widget_solliciteren .gform_wrapper ul li textarea {
  border: 1px solid #dedede;
}

.widget_solliciteren .gform_wrapper ul li textarea {
  height: 150px;
}

.widget_solliciteren .sollicitatie-description {
  margin: 0;font-size:13px;font-size:1.3rem;
}

/* Sitemap */

.sitemap {
  padding: 20px 0 40px 0;
}

.sitemap h2 {
  margin-top: 20px;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
.header-cire-logo {display:none;}
@media only screen and (min-width: 1470px) {
	.site-header {position:relative;}
.header-cire-logo {position:absolute;right:10px;top:5px;height:calc(100% - 10px);width:auto;display:block;}
.header-cire-logo img {height:100%;width:auto;}
}
@media only screen and (max-width: 1450px) {
	#banner .image {width:100%;background-position:-110px 100%}

}
@media only screen and (max-width: 1200px) {
.home .entry {
  padding: 10px 0 60px;
}

    .wrap,
    .site-header .wrap,
    .content-sidebar-wrap {
      padding-left: 20px;
      padding-right: 20px;
    }

    #banner .banner-text h2 {
      font-size: 32px;
    }

    #banner .banner-text em {
      font-size: 20px;
    }

    #banner .banner-text {
      width: 60%;
      font-size: 15px;
    }
	#menu-primary-menu li {margin-left:22px}
	#banner {height:400px}
	#banner .image {width:100%;background-position:-100px 100%}
}
@media only screen and (max-width: 1100px) {
	#menu-primary-menu > li {margin-left:18px;font-size:90%;}
	#menu-primary-menu > li:first-child{margin-left:0}
	#menu-primary-menu > li .sub-menu {margin-left:-20px}
	#banner {height:336px}
	#banner .image {background-position:-110px 100%;background-size:auto 88%}
	#banner .banner-text {padding:30px 0;width:66%}
    #logo-slider .slide {
      padding: 0 70px;
    }

	#contact-form .gform_body textarea, #application-form .gform_body textarea {width:60%;height:100px;float:left}
	#application-form .gform_footer {bottom:0px}

	#menu-item-85 .sub-menu {width:162px;}
	#menu-item-85 .sub-menu a {width:160px}
}

@media only screen and (max-width: 960px) {

	#usp-bar {display:none}
	#banner {height:360px;}
	#banner .image {background-size:auto 74%;background-position:-80px 100%}
	#banner .banner-text {width:60%}
}

@media only screen and (max-width: 800px) {

	h1,
	.entry-title {font-size:30px;font-size:3rem;}


	.site-header .widget-area:before{clear:both;content:' ';display:table}
	.site-header .widget-area {display:block;float:none;text-align:center;clear:both;margin:20px 0 0}

	#contact-form .gform_body textarea, #application-form .gform_body textarea {width:100%}
	body {
		background-color: #fff;
		font-size: 15px;
		font-size: 1.5rem;
	}

    h2 {
      font-size: 19px;font-size:1.9rem;
    }

    #top-bar,
    .site-header .genesis-nav-menu,
    #banner .banner-text,
    #logo-slider,
    #pre-footer .kvk,
    #pre-footer .btw,
    .site-footer .footer-menu,
    .site-footer .credits,
    .my-story-wrapper {
      display: none;
    }

    .site-header .title-area {
      float: right;
      padding: 0px;
      width: 70px;
    }

    .site-header .wrap {
      padding-top: 0px;
      padding-bottom: 0px;
    }

    .site-header .widget-area {
      float: left;
      clear: none;
      margin-top: 0px;
    }

    .header-image .site-title > a {
      min-height: auto;
      background-size: contain;
      width: 70px;
    }

    #open-mobile-menu {
      display: inline-block;
      margin-top: 5px;
    }

    .entry {
      padding: 20px 0;
    }

    #usp-bar ul li,
    .content-sidebar-wrap .content,
    .content-sidebar-wrap .sidebar-primary,
    article.post .post-content {
      float: none!important;
      width: 100%!important;
      margin-left: 0px;
    }

    .content-sidebar-wrap .sidebar-primary {
      border-top: 2px solid #dedede;
    }

    #red-box {
      padding: 0 0 40px 0;
      position: relative;
    }

    #red-box iframe {
      height: 300px;
      border: 0px;
      position: absolute;
      width: 100%;
      left: 0px;
      top: 0px;
    }

    #red-box .one-third {
      margin-top: 270px;
    }

    #banner {
      height: 200px;
      border-bottom: 0px;
    }

	#banner .image {width:100%;background-position:40% 100%;background-size:auto 100%}

    .home #usp-bar {
      border-bottom: 0px;
    }

    .home .entry {
      padding: 20px 0;
    }

    .home .entry-content h2 {
      font-size: 20px;
      margin: 0px;
      font-weight: normal;
    }

    #pre-footer .footer-2 {
      margin-top: 0px;
    }

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 30px 0 0 0;
		width: 100%;
	}

    article.post .post-thumbnail {
      display: none;
    }

    .has-fixed-header {
      padding-top: 38px;
    }

    .home #red-box .two-thirds p {
      margin-bottom: 20px;
    }

    #application-form .gform_body ul li#field_2_1,
    #application-form .gform_body ul li#field_2_2,
    #application-form .gform_body ul li#field_2_3,
    #application-form .gform_body ul li#field_2_5 {
      width: 100%;
    }

    #application-form .gform_body ul li#field_2_4,
    #application-form .gform_footer {
      position: relative;
      width: 100%;
    }

    #application-form .gform_footer {
      padding-top: 20px;
      text-align: center;
    }


	#pre-footer .one-fourth {margin-bottom:30px}
	#pre-footer .one-fourth.footer-4 {margin-bottom:5px}
}
@media only screen and (max-width: 650px) {
	h1,
	.entry-title {font-size:24px;font-size:2.4rem;}

	   h2 {
      font-size: 18px;font-size:1.8rem;
    }
}

@media only screen and (max-width: 400px) {

    #red-box iframe {
      height: 180px;
    }

    #red-box .one-third {
      margin-top: 150px;
    }

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

body > iframe {position:absolute;top:0;left:0}

body #top-bar form.search-form {margin:0px !important}

#jobpromo_iframe {
  height: 1700px;
}

