/*
Theme Name: Wij Staan Op
Theme URI: https://www.geev.nl/
Description: Wij Staan Op maatwerk thema
Author: Geev
Author URI: https://www.geev.nl/
Version: 1.0.0
Template: genesis
*/

/* # Table of Contents
- 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
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary and Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Site Footer
- Media Queries
	- Max-width: 1280px
	- Max-width: 1023px
	- Max-width: 880px
- Print Styles
*/


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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

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,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## 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;
}

.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,
.footer-widgets .widget-area {
	float: left;
	margin-left: 1.66666666667%;
}

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

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

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

.one-fourth,
.footer-widgets .widget-area {
	width: 23.75%;
}

.three-fourths {
	width: 74.5833333333%;
}

.one-fifth {
	width: 18.6666666667%;
}

.two-fifths {
	width: 39%;
}

.three-fifths {
	width: 59.3333333333%;
}

.four-fifths {
	width: 79.6666666667%;
}

.one-sixth {
	width: 15.2777777778%;
}

.five-sixths {
	width: 83.0555555556%;
}

.first,
.footer-widgets .widget-area:first-of-type {
	clear: both;
	margin-left: 0;
}

.single .entry-content {min-height:260px;}


/* ## 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,
.widget::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,
.widget::after,
.wrap::after,
.image-block:after,
.boxes .box:after,
.comment-header:after {
	clear: both;
	content: " ";
	display: table;
}


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

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

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

/* Chrome fix */
body > div {
    font-size: 1.6rem;
}

body {
	background-color: #fff;
	color: #333;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

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: #003685;
	text-decoration: underline;
}

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

.footer-widgets a:focus,
article.type-page .wrap a:focus,
.boxes a:focus,
.entry-content a:focus {background:#981417;color:#fff !important;}

p {
	margin: 0 0 28px;
	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 {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 40px;
	font-size: 4rem;
}

h2 {
	font-size: 34px;
	font-size: 3.4rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

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;
}

/* ## 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 img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-weight: 400;
	padding: 5px 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

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

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

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #C1292D;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 700;
	padding: 6px 12px;
	width: auto;
	text-decoration: none;
	border-radius: 8px;
    position: relative;
}

.home-banner-text .button {margin-top:40px;background-color:#fff;color:#111;text-shadow:0 0 0px rgba(255,255,255,0);}

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: #ea4044;
	color: #fff;
}

.home-banner-text .button:hover,.home-banner-text .button:focus {background-color:#252525;color:#fff;}

button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
    text-decoration: underline;
    background-color: #252525;
}

.button.icon {
	border-right: 35px solid #981417;
}


.button.icon:focus,
button.icon:focus {
    border-color: #000;
}

.button.icon:after {
    height: 20px;
    width: 20px;
    position: absolute;
    content: "";
    display: inline-block;
    background: url('images/misc-icons.svg') no-repeat;
    right: -29px;
    top: 8px;
    background-position: -105px -1px;
	background-size:auto 20px;
}

.home-banner-text .button.icon {border-color:#ccc;}
.home-banner-text .button.icon:hover,.home-banner-text .button.icon:focus {border-color:#111;}


.button.icon.icon-heart:after {
    background-position: 0px 0px;
}
.home-banner-text .button.icon.icon-heart:after {background-position:-135px 0;}
.home-banner-text .button.icon.icon-heart:hover:after,
.home-banner-text .button.icon.icon-heart:focus:after {background-position:0 0;}

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

.button {
	display: inline-block;
}

.button.large {
    font-size: 1.1em;
}

.button.large.icon:after {
    top: 10px;
}

.button-hint {
	color: #454545;
	font-size: 0.8em;
	display: inline-block;
	margin-top: 10px;
}

.button-b {
	background-color: #ccc;
	color: #151515;
}

.button-b.icon {
	border-color: #999;
}

.button-b.icon:after {
	background-position: -78px 0px;
}

.button-b:hover,
.button-b:focus {
	background: #151515;
	color: #FFF;
}

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

/* Misc form */

.entry-content form {
	background: #eeeeee;
	padding: 20px;
}

.entry-content form ul > li{list-style:none;}
.entry-content form .payment_methods {margin-top:40px;}
.entry-content form ul.prijsopties input {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;
	word-wrap: normal !important;
}

.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, 0.6);
}

.more-link {
    position: relative;
}


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

/* ## Site Containers
--------------------------------------------- */


.wrap,
.content-sidebar-wrap {
	margin: 0 auto;
	max-width: 900px;
}

.large-wrap {
	max-width: 1200px;
}

article .large-wrap {
	max-width: 1500px;
	margin-left: -150px;
	margin-right: -150px;
}

.home .entry-content,
#extra-content,
#respond,
#comments {
	position: relative;
}

.home .entry-content:before,
#extra-content:before,
#respond:before,
#comments:before {
    width: 100vw;
    height: 101%;
    left: -100%;
    right: -100%;
    top: 1%;
    margin: auto;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
}

.home .entry-content:before,
#extra-content:before,
#respond:before,
#comments:before {
	background: #eee;
}

#comments .comment-header .comment-author,
#comments .comment-header .comment-meta {
	display: inline;
}

#comments .comment-header {
	margin-bottom: 20px;
}

#comments .comment-header .comment-author {
	font-weight: bold;
}

#comments .comment-list li {
	border-bottom: 1px solid #dedede;
	padding: 20px 0;
}

#comments .comment-list li:last-of-type {
	border-bottom: 0px;
	padding-bottom: 0px;
}

#comments .comment-time {
	display: none;
}
/* Home content */

.home .entry-content {
	padding: 50px 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
--------------------------------------------- */

#breadcrumbs {
    padding: 15px 0 20px;
    font-size: 0.7em;color:#555;
}
#breadcrumbs a {color:#444;}
#breadcrumbs a:focus {background:#333;color:#fff;}

.archive-description,
.author-box {
	margin-bottom: 60px;
}

.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%;
}

.entry-content .search-form input[type="search"] {width:70%;}
.entry-content .search-form input[type="submit"] {width:25%;margin-left:5%;}

.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
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

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

.widget-title {
	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;
}

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;
}

.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;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


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

.site-header {

}

.site-header .header-box {
	padding: 20px 0 24px;
}

.site-header .widget-area .social-icons {
	margin-right: 10px;
}

.site-header .widget-area .social-icons,
.site-header .widget-area .button {
	float: left;
}

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

.title-area {
	float: left;
	width: 110px;
}

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

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

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

.header-image .site-title > a {
	background-image: url('data:image/png;base64,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');
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	min-height: 106px;
	width: 100%;
}

.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 a {
	overflow: hidden;
	text-indent: -99999px;
	white-space: nowrap;
}

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

.site-header .widget-area {
	float: right;
	text-align: right;
	width: auto;
	margin-top: 30px;
}

/* ## 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;
}

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

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

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

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

.entry-content ul > li {
	list-style-type: disc;
}

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

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

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

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

.entry-header .entry-meta {
	margin-bottom: 24px;
    font-size: 0.9em;
}

.entry-categories,
.entry-tags {
	display: inline-block;
	border-left: 1px solid #dedede;
	margin-left: 10px;
	padding-left: 10px;
}

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

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

.pagination {
	clear: both;
	margin: 40px 0;
	width: 100%;
text-align: center;
}

.pagination li {
	display: inline;
}

.pagination li a {
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: none;
     padding: 0px 10px;
}

.pagination .active a {
	background: #c1272d;
    color: #FFF;
    font-weight: bold;
}

.pagination li a:hover,
.pagination li a:focus {
	text-decoration: underline;
	background: #dedede;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}

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

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

.comment-list li {
	padding: 32px 0 0 32px;
}

.comment-list li.depth-1 {
	padding-left: 0;
}

.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;
}


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

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

.sidebar li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

.sidebar .widget {
	margin-bottom: 60px;
}

/* Home banner */

#home-banner {
    color: #FFF;
    background-size: cover;
    background-position: center center;
		background-repeat: no-repeat;
		position: relative;
}

#home-banner:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(193, 39, 45, 0.8);
	z-index: 1;
}

#home-banner .home-banner-content {
	z-index: 2;
	position: relative;
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
}

#home-banner .home-banner-content .home-banner-text {
	float: left;
	width: 50%;
	padding: 160px 0;
}

#home-banner .home-banner-content .home-banner-text p:last-of-type {
	margin-bottom: 0px;
}

#home-banner .home-banner-content .home-banner-img {
	float: right;
	width: 35%;
	padding-top: 60px;
}

#home-banner .home-banner-content .home-banner-img img {
	width: 100%;
}

#home-banner .home-banner-content h2 {
	text-transform: uppercase;
	font-size: 3.4em;
}

#home-banner .home-banner-img .home-banner-content {
    padding: 90px;
}

/* Pre footer */

#pre-footer {
    background: #C1272D;
    padding: 40px 0;
    color: #FFF;
    text-align: center;
    font-size: 2.8em;
    font-weight: bold;
    border-top: 4px solid #FFF;
}

#pre-footer a {
	color: #FFF;
}
/* Extra content */

#extra-content {
    padding: 40px 0;
}

#extra-content-2 {
    padding: 90px 0;
}

#extra-content-2 .box h2 {
	font-size: 1.8em;
}

/*  Site Footer */

.site-footer {
	font-size: 0.9em;
	line-height: 1;
    color: #333;
}

.site-footer .wrap {
	border-top: 2px solid #999999;
	padding: 20px 0;
	position: relative;
}

.site-footer .wrap:before {
	content: "";
	display: inline-block;
	height: 30px;
	width: 31px;
	background: #FFF url('images/wijstaanop-beeldmerk-grijs.png') no-repeat;
	position: absolute;
	right: 0px;
	top: -18px;
	border-left: 5px solid #FFF;
}

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

.site-footer .footer-copyright {
    float: left;
    margin-right: 20px;
    font-weight: bold;
}

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

.site-footer .footer-menu ul li {
    float: left;
    margin-left: 15px;
}

.site-footer .footer-menu ul li a {
	color: #333;
	text-decoration: none;
}

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

.site-footer .footer-credits {
    float: right;
    color: #666;
}

.site-footer .footer-credits a {
	color: #666;
}



/* Usp list */

.usp-list ul {
	margin: 20px 0px;
}

.usp-list ul li {
	list-style-type: none;
	background: url('images/check.svg') no-repeat left;
	background-size: 20px;
	padding-left: 35px;
	margin: 5px 0;
}

/* Heading subtitle */

.subtitle {
	font-weight: bold;
	font-size: 1.3em;
	margin-top: -10px;
	margin-bottom: 20px;
}

.subtitle:after,
body.page:not(.has-subtitle) article .entry-title:after,
body.single-post:not(.has-subtitle) article .entry-title:after {
	content: "";
	display: block;
	border-bottom: 4px solid #C1272D;
	width: 260px;
	margin-top: 10px;
}

body.page:not(.has-subtitle) article .entry-title,
body.single-post:not(.has-subtitle) article .entry-title {
	margin-bottom: 20px;
}

/* Footer widgets */

.footer-widgets {
    padding: 40px 0;
}

.footer-widgets a {
	color: #151515;
}

.footer-widgets a:hover,
.footer-widgets a:focus {
    color: #C1272D;
}

.footer-widgets .widgettitle {
	font-size: 1.6em;
	margin-bottom: 10px;
}

/* Faq list */

.faq-list .single-faq {
    background: #f1f1f1;
    padding: 20px;
    margin-bottom: 20px;
}

.faq-list .single-faq .single-faq-title .open-close {
    float: right;
}

.faq-list .single-faq .single-faq-content {
    display: none;
}

/* Home page blocks */

#home-page-blocks {
    padding: 40px 0;
}

/* Manifest */

#manifest {
    background: #f2f2f2;
    padding: 40px 0;
}

#manifest .wrap {
    position: relative;
}

#manifest .manifest-logo {
    background-image: url('images/logo-large.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 500px;
    position: absolute;
    right: 0px;
    top: 60px;
}

/* Image blocks */

#image-blocks {
    margin: 0 -100%;
}

.image-block {
    display: flex;
    flex-flow: row nowrap;
}

.image-block > div {
    width: 50%;
}

.image-block > div.image-block-img {
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}

.image-block .image-block-content-wrapper {
    background: #eee;
}

.image-block .image-block-content {
    max-width: 450px;
    padding: 50px;
}

.image-block .image-block-content .button {
    width: 100%;
        max-width: 500px;
}

.image-block.pos-right .image-block-content {
    float: right;
    width: 450px;
    padding-left: 0px;
}

.image-block.pos-right > div.image-block-img {
    order: 1;
}

/* Menu search */

.menu-primary .search-form {
    width: 200px;
    float: right;
		display: none;
}

/* Social icons */

.social-icons {
	background: #ccc;
	border-radius: 8px;
	display: inline-block;
	line-height: 1;
	height: 36px;
	padding: 5px;
}

.social-icons a {
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxhYWdfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA4OC4yIDI0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4OC4yIDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiMxNTE1MTUiIGQ9Ik0xMS41LDF2My41SDkuNEM4LjcsNC42LDguMiw0LjcsNy45LDVDNy42LDUuNCw3LjUsNS44LDcuNSw2LjVWOWgzLjlsLTAuNSw0SDcuNXYxMC4ySDMuNFYxM0gwVjloMy40VjYuMQ0KCWMwLTEuNywwLjUtMi45LDEuNC0zLjlDNS43LDEuMyw3LDAuOSw4LjUsMC45QzkuOCwwLjksMTAuOCwwLjksMTEuNSwxeiIvPg0KPHBhdGggZmlsbD0iIzE1MTUxNSIgZD0iTTUxLjYsNS41Yy0wLjYsMC45LTEuMywxLjYtMi4yLDIuMmMwLDAuMSwwLDAuMywwLDAuNmMwLDEuMi0wLjIsMi4zLTAuNSwzLjVzLTAuOSwyLjMtMS41LDMuMw0KCWMtMC43LDEuMS0xLjUsMi0yLjUsMi44Yy0xLDAuOC0yLjEsMS41LTMuNCwyYy0xLjMsMC41LTIuOCwwLjctNC4zLDAuN2MtMi40LDAtNC42LTAuNi02LjYtMS45YzAuMywwLDAuNywwLjEsMSwwLjENCgljMiwwLDMuOC0wLjYsNS40LTEuOGMtMC45LDAtMS44LTAuMy0yLjUtMC45Yy0wLjctMC42LTEuMi0xLjMtMS41LTIuMWMwLjMsMCwwLjYsMC4xLDAuOCwwLjFjMC40LDAsMC44LDAsMS4xLTAuMQ0KCWMtMS0wLjItMS44LTAuNy0yLjUtMS41Yy0wLjctMC44LTEtMS43LTEtMi44VjkuNWMwLjYsMC4zLDEuMywwLjUsMiwwLjVjLTAuNi0wLjQtMS4xLTAuOS0xLjQtMS41Yy0wLjMtMC42LTAuNS0xLjMtMC41LTIuMQ0KCWMwLTAuOCwwLjItMS41LDAuNi0yLjJjMS4xLDEuMywyLjQsMi40LDMuOSwzLjJjMS41LDAuOCwzLjIsMS4yLDUsMS4zYy0wLjEtMC4zLTAuMS0wLjctMC4xLTFjMC0xLjIsMC40LTIuMiwxLjMtMy4xDQoJczEuOS0xLjMsMy4xLTEuM2MxLjIsMCwyLjMsMC41LDMuMiwxLjRjMS0wLjIsMS45LTAuNSwyLjctMWMtMC4zLDEtMSwxLjgtMS45LDIuNEM1MCw2LDUwLjgsNS44LDUxLjYsNS41eiIvPg0KPHBhdGggZmlsbD0iIzE1MTUxNSIgZD0iTTg4LDE3LjFjMCwyLjEtMC4xLDMuNy0wLjMsNC43Yy0wLjEsMC41LTAuNCwxLTAuOCwxLjNjLTAuNCwwLjQtMC44LDAuNi0xLjQsMC42Yy0xLjYsMC4yLTQuMSwwLjMtNy40LDAuMw0KCXMtNS44LTAuMS03LjQtMC4zYy0wLjUtMC4xLTEtMC4zLTEuNC0wLjZjLTAuNC0wLjQtMC43LTAuOC0wLjgtMS4zYy0wLjItMS0wLjMtMi42LTAuMy00LjdjMC0yLjEsMC4xLTMuNywwLjMtNC43DQoJYzAuMS0wLjUsMC40LTEsMC44LTEuM2MwLjQtMC40LDAuOC0wLjYsMS40LTAuNmMxLjYtMC4yLDQuMS0wLjMsNy40LTAuM3M1LjgsMC4xLDcuNCwwLjNjMC41LDAuMSwxLDAuMywxLjQsMC42czAuNywwLjgsMC44LDEuMw0KCUM4Ny45LDEzLjQsODgsMTUsODgsMTcuMXogTTcyLjQsMTMuOGgxLjR2LTEuM2gtNC4ydjEuM2gxLjR2Ny42aDEuM1YxMy44eiBNNzQuNywwSDc2bC0xLjYsNS4zVjloLTEuM1Y1LjMNCgljLTAuMS0wLjctMC40LTEuNi0wLjgtMi44Yy0wLjMtMC45LTAuNi0xLjgtMC45LTIuNWgxLjRsMC45LDMuNUw3NC43LDB6IE03Ni4zLDIxLjRoMS4ydi02LjZoLTEuMnY1LjFjLTAuMywwLjQtMC41LDAuNi0wLjgsMC42DQoJYy0wLjIsMC0wLjMtMC4xLTAuMy0wLjNjMCwwLDAtMC4yLDAtMC41di00LjlINzRWMjBjMCwwLjQsMCwwLjgsMC4xLDFjMC4xLDAuMywwLjQsMC41LDAuOCwwLjVjMC40LDAsMC45LTAuMywxLjQtMC44VjIxLjR6DQoJIE03OS42LDQuNXYyLjNjMCwwLjctMC4xLDEuMi0wLjQsMS42Yy0wLjMsMC41LTAuOCwwLjctMS40LDAuN2MtMC42LDAtMS4xLTAuMi0xLjQtMC43Qzc2LjIsOCw3Niw3LjUsNzYsNi44VjQuNQ0KCWMwLTAuNywwLjEtMS4yLDAuNC0xLjZjMC4zLTAuNSwwLjgtMC43LDEuNC0wLjdjMC42LDAsMS4xLDAuMiwxLjQsMC43Qzc5LjUsMy4yLDc5LjYsMy43LDc5LjYsNC41eiBNNzguNCw3VjQuMg0KCWMwLTAuNi0wLjItMC45LTAuNi0wLjljLTAuNCwwLTAuNiwwLjMtMC42LDAuOVY3YzAsMC42LDAuMiwwLjksMC42LDAuOUM3OC4yLDgsNzguNCw3LjcsNzguNCw3eiBNODIsMTkuNHYtMi42YzAtMC43LDAtMS4xLTAuMS0xLjMNCgljLTAuMi0wLjUtMC41LTAuOC0wLjktMC44Yy0wLjQsMC0wLjksMC4yLTEuMiwwLjd2LTIuOWgtMS4ydjguOWgxLjJ2LTAuNmMwLjQsMC41LDAuOCwwLjcsMS4yLDAuN2MwLjUsMCwwLjgtMC4yLDAuOS0wLjcNCglDODIsMjAuNSw4MiwyMCw4MiwxOS40eiBNODAuOCwxNi43djIuOGMwLDAuNi0wLjIsMC45LTAuNSwwLjljLTAuMiwwLTAuNC0wLjEtMC42LTAuM3YtNGMwLjItMC4yLDAuNC0wLjMsMC42LTAuMw0KCUM4MC42LDE1LjgsODAuOCwxNi4xLDgwLjgsMTYuN3ogTTg0LjEsMi4zVjloLTEuMlY4LjJjLTAuNSwwLjYtMC45LDAuOC0xLjQsMC44Yy0wLjQsMC0wLjctMC4yLTAuOC0wLjVjLTAuMS0wLjItMC4xLTAuNS0wLjEtMVYyLjMNCgloMS4ydjQuOWMwLDAuMywwLDAuNSwwLDAuNWMwLDAuMiwwLjEsMC4zLDAuMywwLjNjMC4yLDAsMC41LTAuMiwwLjgtMC42VjIuM0g4NC4xeiBNODYuNSwxOS4zdi0wLjJoLTEuMmMwLDAuNSwwLDAuNywwLDAuOA0KCWMtMC4xLDAuMy0wLjIsMC41LTAuNSwwLjVjLTAuNCwwLTAuNi0wLjMtMC42LTAuOXYtMS4yaDIuNHYtMS40YzAtMC43LTAuMS0xLjItMC40LTEuNmMtMC4zLTAuNS0wLjgtMC43LTEuNC0wLjcNCgljLTAuNiwwLTEuMSwwLjItMS40LDAuN2MtMC4yLDAuMy0wLjQsMC44LTAuNCwxLjZ2Mi4zYzAsMC43LDAuMSwxLjIsMC40LDEuNmMwLjMsMC41LDAuOCwwLjcsMS40LDAuN2MwLjYsMCwxLjEtMC4yLDEuNC0wLjcNCgljMC4yLTAuMiwwLjMtMC41LDAuMy0wLjdDODYuNSwyMCw4Ni41LDE5LjcsODYuNSwxOS4zeiBNODUuMywxNi43djAuNmgtMS4ydi0wLjZjMC0wLjYsMC4yLTAuOSwwLjYtMC45DQoJQzg1LjEsMTUuOCw4NS4zLDE2LjEsODUuMywxNi43eiIvPg0KPC9zdmc+DQo=');
	background-size: 82px;
	background-position: 6px 0px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 22px;
	width: 22px;

}

.social-icons a.twitter {
	background-position: -27px 0px;
}

.social-icons a.youtube {
	background-position: -62px 0px;
}

.social-icons a:hover,
.social-icons a:focus {
	transform: rotate(15deg);
}

/* Page blocks */

#page-blocks {
	padding: 50px 0;
}

#page-blocks p:last-of-type {
	margin-top: 50px;
	margin-bottom: 0px;
}

/* Boxes */

.boxes {
	display: flex;
	justify-content: space-between;
	flex-flow: row nowrap;
}

.boxes .box {
	width: 47%;
	padding: 20px 20px 50px 20px;
	position: relative;
}

#page-blocks .boxes .box,
.boxes .box.quote {
	background: #eee;
}

.boxes .box.quote {
	background-image: url('images/wijstaanop-beeldmerk.png');
	background-repeat: no-repeat;
	background-position: right 20px bottom 20px;
}

.boxes .box img {
	width: 100%;
	margin: 0px;
}

.boxes .box p {
	margin-bottom: 15px;
}

.boxes .box p:last-of-type {
	margin-bottom: 0px;
}

.boxes .box.button-link {
	padding-bottom: 60px;
}

.boxes .box a:last-of-type,
.boxes .box.button-link a {
	position: absolute;
	bottom: 30px;
}

.boxes .box.button-link a.button {
	bottom: 25px;
}

.boxes .box.button-link a:last-of-type {
	right: 20px;
}

/* Intro text */

.intro-text {
    max-width: 400px;
    margin-bottom: 80px;
    position: relative;
}

.intro-text img:last-of-type {
	position: absolute;
	left: 450px;
	top: -90px;
}

/* Collapse boxes */

.collapse-boxes h2 {
    margin: 0!important;
    font-size: 1em
}

.collapse-boxes > h2 {
    font-size: 1.2em;
}

.collapse-boxes>h2:first-of-type {
    margin-top: 40px!important
}

.collapse-boxes h2 button {
    all: inherit;
    border: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px 55px 15px 15px;
    cursor: pointer;
    margin: 0;
    background: #eee;
    position: relative;
    margin-bottom: 20px;
}

.collapse-boxes h2 button:focus svg {
    outline: solid 2px
}

.collapse-boxes h2+div {
    padding: 2px 20px 2px 5px
}

.collapse-boxes button svg {
    height: 1em;
    margin-left: .5em;
    position: absolute;
    top: 15px;
    right: 15px
}

.collapse-boxes svg.cross,
.collapse-boxes [aria-expanded=true] svg.arrow-down {
    display: none;
}

.collapse-boxes [aria-expanded=true] svg.cross {
    display: inherit;
}

.collapse-boxes.numbered {
    counter-reset: my-sec-counter;
}

.collapse-boxes.numbered h2 button {
    padding-left: 65px;
}

.collapse-boxes.numbered h2 button:before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter) ".";
    position: absolute;
    left: 15px;
    top: 10px;
    color: #c1272d;
    font-size: 1.4em;
}

.collapse-boxes.numbered h2 button:hover,
.collapse-boxes.numbered h2 button:focus {
	background: #cecece;
}

.collapse-boxes.numbered h2 button:focus {
	text-decoration: underline;
}

/* Archive */

.archive-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 30px 0;
}

.archive-wrapper article {
    width: 48%;
    background: #eee;
    padding: 20px;
    margin-bottom: 40px;
}

.archive-wrapper article a.blog-picture {
    margin: -20px -20px 20px -20px;
    display: block;
}

.archive-wrapper article a.blog-picture img {
    width: 100%;
}

.archive-wrapper article a.blog-picture:hover img,
.archive-wrapper article a.blog-picture:focus img {
    opacity: 0.7;
}

.archive-wrapper article h2 {
    font-size: 1.4em;
    margin-bottom: 20px;
	min-height:80px;display:block;
}

.archive-wrapper article h2 a {
    text-decoration: none;
}

.archive-wrapper article h2 a:hover,
.archive-wrapper article h2 a:focus {
    text-decoration: underline;
}
.archive-wrapper article .entry-header {min-height:52px;}
.archive-wrapper article .entry-content p {min-height:106px;}

/* Publication archive */

body.post-type-archive-publication article {
	padding-left: 60px;
	padding-bottom: 60px;
	background-repeat: no-repeat;
	position: relative;
}

body.post-type-archive-publication article footer {
	position: absolute;
	width: 100%;
	bottom: 20px;
	left: 0px;
	padding-left: 60px;
}

body.post-type-archive-publication article h2 {
	margin-bottom: 0px;
}

body.post-type-archive-publication article time {
	font-size: 0.9em;
}

body.post-type-archive-publication article.open-brief {
	background-position: left 15px top 15px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAeCAYAAAAy2w7YAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALRJREFUeNpiYKATYAQRoaGh54GUAQXmfADiBatXry4kZNF/Kjn8AhA7Ai38gNcioAJGUkxFcuACIE7AZxkTNbwBNDQRahkDNArmo6tholZko1kWAPTtfJpYhMWyBGTLmKidjLFY1k8Ti7BZBiJYqGEwgewhQA0fXSBWIQuFQWRIrE9pEkck+4jUoglfyTI4fERq2YcPjMbRaByNxtEQiqPhZxELJamMHB9doKFnLjDQEwAEGAB9c0oNa66zJwAAAABJRU5ErkJggg==');
}

body.post-type-archive-publication article.persbericht {
	background-position: left 15px top 20px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAXCAYAAABu8J3cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAZpJREFUeNrMVt1RwzAMTnN5xxskG+ANMBuUhzyXDYAJekwAbADPeSAjpBuEDTKCu0HlO/lOFYqtFhrwnc6JrZ/PkiyrKP7JWKU227Z1MDlhywMNXdeNjN8ivxFkAv+gBgLK1jBtgNaKg0xAz/i9BWoUMj3QB4DqZ4EAiM8ZAPwkLmNMw98DmLv4U7HNhpx0SiiKhkIILH6PGLLIH0JxK4TtAe0ceY8DsQRI6tSO5gqRNXMCmE8jADIYRkv3S4K4YcmoGQZBSQlqc2GjNkshLEXqZCcMjY4sEH+pesGu8CIeKc71SE1iaH/DCt6UVJ7US3nE/CRH/AIh2WmALJUf34GcWUM0w2lrSfmHN+bIKxKQiw+pllQnAFG9KezRnLQeqYQa4pgSg3njMk+8tO4gBzbkpvSkmYq2askjBhmaRKLNtQQ5/jBvAdiEzZFJhcZKLSHQF1u/YQY4sB1buyYvdLD1qM2Rd6A33pOy8h37iqj0NbSNIOMzJT80RvccyAoZXmDaY5c1pJQJyoNSz3vQjEzsYwKwK5B9OggwAGZ6fb7JeDC8AAAAAElFTkSuQmCC');
}

body.post-type-archive-publication article.publicatie {
	background-position: left 17px top 20px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUZJREFUeNrsV8FtwzAMlA0P4G6QbpARMkLz8D8bxJkg8ARxN0jffrgjeINkg3SDeoPmGNyDEWxVjhzkIwKEbIo6nkgaoBNjSVEUOZYWujLzSgddN03Ta2M64PiM4IaYrW3MRhxFjtAKjH9CoiKjCyx76GboYqnjbHBwEWJUY/vpPwdnERdWal4skUAkEAlEApFAJBAJRAJBBDDvrURDMLKAQfMA/eD7N5bdI2NcNjGw/DOU0C00V1tCRLLxibW2Z/9ZSgBwCXLiiC3Be067FZ9z7p3oO08GALZkunWt71IOn6MqiZSnha2jz9mFnwwE/OPjG29Uqu0zQbuxpiSRpTLXzNIvR/TEl0Cv6tzzR6X2LFepSnWHZRNw9UCubvDuG5xBbmd41lgN690DXjV0kJBb75CNr4EecqbvMqWLp3xFgm3brwIMALc5cqHcQ/kbAAAAAElFTkSuQmCC');
	background-size:auto 26px;
}

body.post-type-archive-publication article .download-button {
	position: relative;
	padding-right: 100px;
    float: right;
    margin-right: 20px;
}

body.post-type-archive-publication article .download-button span {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	background: #8c8c8c;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	height: 100%;
	padding: 5px 10px;
}

body.post-type-archive-publication article .download-button:hover span,
body.post-type-archive-publication article .download-button:focus span {
	background: #000;
}

body.post-type-archive-publication article .button {
    font-size: 0.8em;
}

/* Gravity forms */

.entry-content .gform_wrapper form {
    margin: 0 auto
}

.entry-content .gform_wrapper form ul {
    margin: 0
}

.entry-content .gform_wrapper form ul li {
    list-style: none;
    margin: 0 0 10px;
    clear: inherit;
    padding-right: 16px!important;
}

.entry-content .gform_wrapper form ul li.one-half {
    width: 50%;
}

.entry-content .gform_wrapper form label .gfield_required {
    color: #701b57;
    margin-left: 4px;
    display: inline-block
}

.entry-content .gform_wrapper form .ginput_container {
    padding: 0 0 5px;
    position: relative
}

.entry-content .gform_wrapper form .gform_validation_container {
    position: absolute;
    left: -999em
}

.entry-content .gform_wrapper form .gfield_description {
    font-size: .7em;
    color: #555
}

.entry-content .gform_wrapper form #error {
    color: #c00;
    margin: 0 0 20px;
    border-left: 4px solid #c00;
    padding-left: 0px
}

.entry-content .gform_wrapper form #error ol {
    margin-left: 38px
}

.entry-content .gform_wrapper form #error ol a {
    color: #c00
}

.entry-content .gform_wrapper form #error ol a:hover {
    color: #111
}

.entry-content .gform_wrapper form #error ol a:focus {
    color: #fff;
    background: #c00;
    text-decoration: underline
}

.entry-content .gform_wrapper form .gfield_error .gfield_description.validation_message, .entry-content .gform_wrapper form .gfield_error label {
    color: #c00
}

.entry-content .gform_wrapper form .gfield_error .ginput_container>* {
    border-color: #c00
}

.entry-content .gform_wrapper form .ginput_container:after {
    content: ' ';
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 5px;
    right: 6px;
    border-radius: 50%;
    text-align: center;
    line-height: 1
}

.entry-content .gform_wrapper form .ginput_container.ginput_container_select:after {
    display: none
}

.gfield_error .ginput_container:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAyCAIAAADJIoz/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXNJREFUeNrslqFPxDAUxjuCQk1gEeeQPYs7/pJOYDAIHOqCR4LAdJazeO4M2JsD3AUsZDMQUOMjJaVr+7aOjCDoS8Xtrf1d3/e+dE3qumZDxBobKP4UtLhfVK+Vna17hpCC7TF+zMuX0syzH1DUAMt8lYR3Lcuz/CZvVHNekxoVj8X0cupK4FKkkKRGy4dlepC6EpgVqSGvpVX1d2nYxehopPfCt/j8cJ5upN69iB1hbXmdUgQ1Tk4mwIVQEA2x1WKPR7ootti6nL4UT9coVjuFdLZuH9UjN0hna1YIpcPZq+cVhEexIb5P4sEWQREUQf8A9F5Vs/H4LEnu8sYXDY9I4hUmBB3+F5yfMqbGrfw6sPFDJzEh6MzG35qPu/LzsnCVZWZy31nlAaEEa5kVQG8L0a0RJqldhFPIrlEsivL7PqJkQtLyRBuoXWyKNVj7PTe2Tc6fisJVV7MwIcjZb2WpzK1tbZobrzCh320knkcqPgQYAHJPQLHwSkt6AAAAAElFTkSuQmCC) right 2px top -25px no-repeat #fff
}

.geev-validated .ginput_container:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAyCAIAAADJIoz/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXNJREFUeNrslqFPxDAUxjuCQk1gEeeQPYs7/pJOYDAIHOqCR4LAdJazeO4M2JsD3AUsZDMQUOMjJaVr+7aOjCDoS8Xtrf1d3/e+dE3qumZDxBobKP4UtLhfVK+Vna17hpCC7TF+zMuX0syzH1DUAMt8lYR3Lcuz/CZvVHNekxoVj8X0cupK4FKkkKRGy4dlepC6EpgVqSGvpVX1d2nYxehopPfCt/j8cJ5upN69iB1hbXmdUgQ1Tk4mwIVQEA2x1WKPR7ootti6nL4UT9coVjuFdLZuH9UjN0hna1YIpcPZq+cVhEexIb5P4sEWQREUQf8A9F5Vs/H4LEnu8sYXDY9I4hUmBB3+F5yfMqbGrfw6sPFDJzEh6MzG35qPu/LzsnCVZWZy31nlAaEEa5kVQG8L0a0RJqldhFPIrlEsivL7PqJkQtLyRBuoXWyKNVj7PTe2Tc6fisJVV7MwIcjZb2WpzK1tbZobrzCh320knkcqPgQYAHJPQLHwSkt6AAAAAElFTkSuQmCC) right 2px top 5px no-repeat #fff
}

.entry-content .gform_wrapper form .gform_footer {
    margin-top: 30px
}

.entry-content .gform_wrapper .validation_error {
	padding: 10px 20px;
	font-weight: bold;
	color: #FFF;
	background: #c80000;
	margin-bottom: 20px;
}

/* Nav search */

#nav-wrapper .wrap {
    position: relative;
}

#nav-wrapper a.search {
    height: 40px;
    width: 40px;
    content: "";
    display: block;
    background: #000 url(images/misc-icons.svg) no-repeat;
    background-position: -27px 8px;
	background-size:auto 22px;
    border-left: 1px solid #dedede;
    transition: none;
}

#nav-wrapper a.search:focus {
    border: 1px solid #dedede;
        background-position: -51px 7px;
}

#nav-wrapper form.search-form {
    position: absolute;
    right: 0px;
    bottom: -88px;
    background: rgba(0, 0, 0, 0.75);
    z-index: 999999;
    padding: 20px;
    border-radius: 10px;
    display: none;
}

#nav-wrapper .nav-extras {
    float: right;
}

.nav-extras .search-form input[type="search"] {
    width: 70%;
    border: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.nav-extras .search-form input[type="submit"] {
    width: 30%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.grey-blocks {display: -webkit-flex;display: -ms-flexbox;display: flex;overflow: hidden;width:100%;}
.grey-blocks .one-half {background:#eee;color:#111;padding:20px;margin-left:5%}
.grey-blocks .one-half.first {margin-left:0%;}
.grey-blocks .one-half p:last-of-type {margin-bottom:0;}

/* Team */

.team-info {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin-bottom: 60px;
}

.team-info .team-block {
	position: relative;
	width: 48%;
	border: 10px solid #dedede;
	padding: 20px;
	padding-top:60px;
}

.team-info .team-block h2 {
	position: absolute;
	background: #c1292d;
	color: #FFF;
	font-size: 1.2em;
	padding: 10px 25px;
	top: -10px;
	left: -10px;
}

.team-info .team-block h2:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: #c1292d;
	border-bottom: 0;
	margin-left: -10px;
	margin-bottom: -10px;
}

.team-info .team-block ul {
	margin: 0px;
}

.team-info .team-block.team-info-data ul {
	list-style-type: none;
}

.team-info .team-block.team-info-data ul li {
	list-style-type: none;
	display: flex;
}



.team-info .team-block.team-info-data ul li span.team-title {
	font-weight: bold;
	width: 40%;
}

.team-info .team-block.team-info-data ul li span.team-value {
	width: 60%;
}

.team-info .team-block.team-info-text ul li {
	list-style-type: none;
	background: url(images/check.svg) no-repeat top 5px left;
	background-size: 20px;
	padding-left: 35px;
	margin: 5px 0;
}

/* Comments */

#respond {
	margin-bottom: 0px;
	padding: 50px 0;
}

#respond .form-submit {
	margin-bottom: 0px;
}

#respond .comment-form-cookies-consent label {
	display: inline;
	margin-left: 10px;
}

#respond .comment-form-url {
	display: none;
}

#respond .comment-form-author {
	float: left;
	width: 48%;
}

#respond .comment-form-email {
	float: right;
	width: 48%;
}

#respond  input[type="text"],
#respond  input[type="email"],
#respond  textarea {
	border-color: #757575;
}

#respond .comment-form-author input,
#respond .comment-form-email input {
	width: 100%;
}

#respond .comment-form-cookies-consent {
	clear: both;
}

#comments {
	margin-bottom: 0px;
	padding: 50px 0;
}

#comments:before {
	background: #f7f7f7;
}

body:not(.home) .entry-content {padding-bottom:30px;}
body:not(.home) .archive-wrapper .entry-content {padding-bottom:0;}
/* # Media Queries
---------------------------------------------------------------------------------------------------- */


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

	.site-inner,
	.wrap{
		padding-left: 20px;
        	padding-right: 20px;
	}


	article .wrap,
	.nav-primary .wrap,
	#nav-wrapper .wrap,
	#breadcrumb .wrap {
		padding-left: 0px;
		padding-right: 0px;
	}

	#home-banner .home-banner-content .home-banner-text {
		width: 60%;
		padding: 120px 0;
	}

	#home-banner .home-banner-content .home-banner-img {
		width: 25%;
		padding-top: 80px;
	}

}

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

	article .large-wrap {
		margin-left: -50px;
		margin-right: -50px;
	}

	h2 {
		font-size: 30px;
		font-size: 3rem;
	}

	.boxes .box.quote {
		background-size: 40px;
	}

	#extra-content-2 {
		padding: 40px 0;
	}

}

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

	article .large-wrap {
		margin-left: 0px;
		margin-right: 0px;
	}

	#home-banner .home-banner-content .home-banner-text {
		padding:60px 0;
		float: none;
		width: 100%;
	}

	#home-banner .home-banner-content h2 {
		font-size: 3em;
	}

	#home-banner .home-banner-content .home-banner-img {
		display: none;
	}

	.boxes .box {
		width: 48%;
	}

	.boxes .box.quote {
		background-image: none;
	}

}

/* Mobile navigation */
.menu-toggle, .sub-menu-toggle {
    display: none;
    visibility: hidden
}

#nav-wrapper {
	background: #252525;
	color: #FFF;
	position: relative;
}


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



	.site-inner {
	        margin-top: 0px;
	    }
	    .nav-primary {
	        line-height: 1;
            float: left;
	    }

	    .nav-extras .social-icons {
		    display: none;
	    }

	    .nav-primary .menu-item {
	        display: block;
	        text-align: left;
		   float: left;
	    }
	    .nav-primary .menu-item.mobile-only {
	        display: none
	    }
	    .nav-primary .menu-item:first-child {
	        margin-left: 0
	    }
	    .nav-primary a {
	        color: #fff;
	        text-decoration: none;
	        display: block;
		   text-transform: uppercase;
	    }
	    .nav-primary>ul>li>a {
	        font-weight: bold;
	        padding: 12px 15px;
	    }
	    .nav-primary>ul>.menu-item>a span {
	        display: block;
	    }
	    .nav-primary>ul>.current-menu-item>a,
	    .nav-primary>ul>li>a:hover,
	    .nav-primary>ul>li>a:focus {
		    background: #FFF;
		    color: #C1272D;
	    }

	    .nav-primary a:focus {
		    text-decoration: underline;
	    }
	    .nav-primary .sub-menu-wrap {
	        display: block!important;
	        border-top: 1px solid #eee;
	        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: 210px;
	        z-index: 99;
	        margin: 0 -15px
	    }
	    .nav-primary .sub-menu-wrap .menu-item {
	        margin: 0
	    }
	    .nav-primary li:not(.has-mega-menu) .sub-menu-wrap .menu-item.current-menu-ancestor>a, .nav-primary li:not(.has-mega-menu) .sub-menu-wrap .menu-item.current-menu-item>a, .nav-primary li:not(.has-mega-menu) .sub-menu-wrap .menu-item.current_page_ancestor>a, .nav-primary li:not(.has-mega-menu) .sub-menu-wrap .menu-item>a:focus, .nav-primary li:not(.has-mega-menu) .sub-menu-wrap .menu-item>a:hover {
	        background: #151515;
	        color: #FFF;
	        text-decoration: underline
	    }
	    .nav-primary .sub-menu a {
	        background-color: #fff;
	        border: 1px solid #eee;
	        border-top: 0;
	        font-size: 14px;
	        font-size: 1.4rem;
	        padding: 15px;
	        position: relative;
	        width: 210px;
	        word-wrap: break-word;
	        color: #555
	    }
	    .nav-primary .sub-menu a:after {
	        display: none!important
	    }
	    .nav-primary .sub-menu .sub-menu {
	        margin: -46px 0 0 209px!important
	    }
	    .nav-primary .menu-item:focus, .nav-primary .menu-item:hover {
	        position: static
	    }
	    .nav-primary .menu-item.a11y-active>.sub-menu-wrap, .nav-primary .menu-item:focus>.sub-menu-wrap, .nav-primary .menu-item:hover>.sub-menu-wrap {
	        left: auto;
	        opacity: 1
	    }
	    .nav-primary>.first>a {
	        padding-left: 0
	    }
	    .nav-primary>.last>a {
	        padding-right: 0
	    }
	    .nav-primary .call-now {
	        float: right;
	        text-transform: uppercase
	    }
	    .nav-primary .call-now a:before {
	        content: ' ';
	        background: url(../../images/phone-icon.svg) center left no-repeat;
	        background-size: auto 26px;
	        padding-left: 40px;
	        display: inline-block;
	        height: 28px;
	        width: 28px;
	        position: absolute;
	        top: -4px;
	        left: -37px
	    }
	    .has-mega-menu>.sub-menu-wrap {
	        width: 670px;
	        background: #fff;
	        border: 1px solid #eee;
	        padding: 15px
	    }
	    .has-mega-menu>.sub-menu-wrap>.sub-menu a {
	        background: 0 0;
	        border: 0;
	        width: auto;
	        padding: 0
	    }
	    .has-mega-menu>.sub-menu-wrap>.sub-menu li {
	        width: 100%;
	        display: block;
	        clear: both
	    }
	    .has-mega-menu>.sub-menu-wrap>.sub-menu>li {
	        margin-bottom: 30px
	    }
	    .has-mega-menu>.sub-menu-wrap>.sub-menu>li>a {
	        font-weight: 700;
	        display: block;
	        padding: 2px 0;
	        margin: 0 0 10px;
	        text-transform: uppercase
	    }
	    .has-mega-menu>.sub-menu-wrap>.sub-menu {
	        width: 33.33333%!important;
	        float: left;
	        display: block!important
	    }
	    .has-mega-menu>.sub-menu-wrap>ul>li>.sub-menu {
	        display: block!important;
	        position: relative!important;
	        left: 0!important;
	        margin: 0!important;
	        opacity: 1!important
	    }
	    .has-mega-menu>.sub-menu-wrap>ul>li>.sub-menu li a {
	        line-height: 1.5;
	        color: #666
	    }
	    .has-mega-menu>.sub-menu-wrap>.sub-menu.second-column {
	        width: 66.66666667%!important;
	        float: right;
	        border-left: 1px solid #eee;
	        padding-left: 20px
	    }
	    .has-mega-menu>.sub-menu-wrap>.sub-menu.second-column .sub-menu>li {
	        width: 50%;
	        display: inline-block;
	        float: left;
	        clear: none
	    }
	    .nav-primary .has-mega-menu .sub-menu-wrap .menu-item.current-menu-item>a, .nav-primary .has-mega-menu .sub-menu-wrap .menu-item.current_page_item>a, .nav-primary .has-mega-menu .sub-menu-wrap .menu-item>a:focus, .nav-primary .has-mega-menu .sub-menu-wrap .menu-item>a:hover {
	        background: 0 0;
	        text-decoration: underline;
	    }
	    .nav-primary .has-mega-menu .sub-menu-wrap .menu-item.current-menu-item>a, .nav-primary .has-mega-menu .sub-menu-wrap .menu-item.current_page_item>a {
	        font-weight: 700
	    }
	    .nav-primary ul li.has-mega-menu li.love a:before {
	        top: -2px;
	        right: 15px
	    }
	    .menu .menu-item:focus {
	        position: static
	    }
	    .menu .menu-item.a11y-active .sub-menu-wrap, .menu .menu-item.sfHover>.sub-menu-wrap, .menu .menu-item>a:focus+.sub-menu-wrap {
	        left: auto!important;
	        opacity: 1!important
	    }
	    .site-header .nav-primary li li {
	        margin-left: 0
	    }

	    nav.nav-primary .sub-menu {
	    	border-top: 1px solid #eee;
	    	left: -9999px;
	    	opacity: 0;
	    	position: absolute;
	    	-webkit-transition: opacity 0.4s ease-in-out;
	    	-moz-transition:    opacity 0.4s ease-in-out;
	    	-ms-transition:     opacity 0.4s ease-in-out;
	    	-o-transition:      opacity 0.4s ease-in-out;
	    	transition:         opacity 0.4s ease-in-out;
	    	width: 220px;
	    	z-index: 999;
	    }

	    nav.nav-primary .sub-menu .menu-item {
	        margin: 0px;
	    }

	    nav.nav-primary .sub-menu .menu-item:hover > a,
	    nav.nav-primary .sub-menu .menu-item > a:focus,
	    nav.nav-primary .sub-menu .current-page-ancestor > a,
	    nav.nav-primary .sub-menu .current-menu-item > a,
	    nav.nav-primary .sub-menu .sub-menu .current-menu-item > a{
	        background: #252525;
	        color: #FFF;
	        text-decoration: underline;
	    }

	    nav.nav-primary .sub-menu a {
	    	background-color: #fff;
	    	/* border: 1px solid #eee; */
	    	border-top: 0;
	    	font-size: 0.9em;
	    	padding: 15px 15px;
	    	position: relative;
	    	width: 220px;
	    	word-wrap: break-word;
	        color: #555;
		   text-transform:none;
	    }

	    nav.nav-primary .sub-menu a:after {
	        display: none!important;
	    }

	    nav.nav-primary .sub-menu .sub-menu {
	    	margin: -46px 0 0 209px!important;
	    }


	    nav.nav-primary .menu-item:hover,
	    nav.nav-primary .menu-item:focus {
	    	position: static;
	    }

	    nav.nav-primary .menu-item:hover > .sub-menu,
	    nav.nav-primary .menu-item:focus > .sub-menu,
	    nav.nav-primary .menu-item.a11y-active > .sub-menu {
	    	left: auto;
	    	opacity: 1;
	    }

}

@media only screen and (max-width:960px) {
    #nav-wrapper {
        display: block
    }
    .site-footer .wrap  {
	    padding-left: 20px;
	    padding-right: 20px;
    }
    .hamburger {
        display: inline-block;
        cursor: pointer;
        transition-property: background, -webkit-filter;
        transition-property: background, filter;
        transition-property: background, filter, -webkit-filter;
        transition-duration: .15s;
        transition-timing-function: linear;
        background: 0 0;
        border: 0;
        margin: 0 0 0 5%;
        overflow: visible
    }
    .hamburger-box {
        width: 30px;
        height: 12px;
        display: inline-block;
        position: relative;
        float: left;
        margin: 9px 0 0 10px
    }
    .hamburger:after {
        content: 'Menu';
        display: inline-block;
        color: #FFF;
        margin: 2px 0 0 10px;
    }
    .hamburger-inner {
        display: block;
        top: 50%;
        margin-top: -2px
    }
    .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
        width: 30px;
        height: 4px;
        background-color: #fff;
        position: absolute;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        transition-duration: .15s;
        transition-timing-function: ease
    }
    .hamburger-inner::after, .hamburger-inner::before {
        content: "";
        display: block
    }
    .hamburger-inner::before {
        top: -9px
    }
    .hamburger-inner::after {
        bottom: -9px
    }
    .hamburger:focus .hamburger-inner, .hamburger:focus .hamburger-inner::after, .hamburger:focus .hamburger-inner::before, .hamburger:hover .hamburger-inner, .hamburger:hover .hamburger-inner::after, .hamburger:hover .hamburger-inner::before {
        background-color: #dedede;
    }
    .hamburger--squeeze .hamburger-inner {
        transition-duration: .1s;
        transition-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    .hamburger--squeeze .hamburger-inner::before {
        transition: top .1s .14s ease, opacity .1s ease
    }
    .hamburger--squeeze .hamburger-inner::after {
        transition: bottom .1s .14s ease, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19);
        transition: bottom .1s .14s ease, transform .1s cubic-bezier(.55, .055, .675, .19);
        transition: bottom .1s .14s ease, transform .1s cubic-bezier(.55, .055, .675, .19), -webkit-transform .1s cubic-bezier(.55, .055, .675, .19)
    }
    .hamburger--squeeze.activated .hamburger-inner {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition-delay: .14s;
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    .hamburger--squeeze.activated .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top .1s ease, opacity .1s .14s ease
    }
    .hamburger--squeeze.activated .hamburger-inner::after {
        bottom: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        transition: bottom .1s ease, -webkit-transform .1s .14s cubic-bezier(.215, .61, .355, 1);
        transition: bottom .1s ease, transform .1s .14s cubic-bezier(.215, .61, .355, 1);
        transition: bottom .1s ease, transform .1s .14s cubic-bezier(.215, .61, .355, 1), -webkit-transform .1s .14s cubic-bezier(.215, .61, .355, 1)
    }

    #genesis-nav-primary-wrapper {
        display: block;
        visibility: visible;
        width: 100%
    }
    nav#genesis-nav-primary {
        display: none;
        margin: 0
    }
    .breadcrumbs-wrapper {
        display: none
    }
    nav .wrap {
        padding: 0
    }
    nav.pagination {
        display: block;
    }

    .nav-extras .widget_simple_cart {
        border: 0px;
    }
    .menu-toggle, .sub-menu-toggle {
        display: block;
        visibility: visible;
        overflow: hidden;
        font-size: 20px;
        text-align: right;
        background-color: transparent;
        margin: 0;
        border: 0
    }
    .menu-toggle {
        position: relative;
        width: 140px;
        font-size: 18px;
        padding: 5px 0;
        text-transform: uppercase;
        border-radius: 0;
        float: left;
		text-align:left;
    }
    .menu-toggle:focus, .menu-toggle:hover, .sub-menu-toggle:focus, .sub-menu-toggle:hover {
        background: 0 0;
        color: #000
    }
    .menu-toggle:focus {
        font-weight: 700;
        text-decoration: underline;
        color: #000
    }

    .menu-toggle:focus:after {
        text-decoration: underline;
    }
    .sub-menu-toggle {
        background: 0 0;
        float: right;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 100;
        padding: 12px 22px
    }
    .sub-menu-toggle:before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0;
        border-color: #8E8E8E transparent transparent;
        content: "";
        display: inline-block
    }
    .sub-menu-toggle:focus {
        background: #333
    }
    #genesis-nav-primary .genesis-nav-menu .current-menu-ancestor>.sub-menu-toggle:not(aria-expanded="false"):before, #genesis-nav-primary .genesis-nav-menu .current-menu-parent>.sub-menu-toggle:not(aria-expanded="false"):before, #genesis-nav-primary .genesis-nav-menu .current-page-ancestor>.sub-menu-toggle:not(aria-expanded="false"):before, #genesis-nav-primary .genesis-nav-menu .current-page-parent>.sub-menu-toggle:not(aria-expanded="false"):before, .sub-menu-toggle.activated:before {
        border-width: 0 10px 10px;
        border-color: transparent transparent #8E8E8E
    }
    .sub-menu-toggle:focus:before {
        border-color: #fff transparent transparent!important
    }
    .sub-menu-toggle.activated:focus:before {
        border-color: transparent transparent #fff!important
    }
    #genesis-nav-primary {
        background: #FFF!important;
        position: absolute;
        z-index: 990;
        width: 100%;
        border-top: 3px solid #333;
        padding: 0;
        top: 40px;
        height: 100vh;
        overflow: auto;
        left: 0px;
    }
    #genesis-nav-primary .genesis-nav-menu .menu-item {
        display: block;
        position: relative;
        text-align: left
    }
    #genesis-nav-primary .genesis-nav-menu .menu-item a {
        border-bottom: 1px solid #dedede;
        width: 100%;
        padding: 15px 5%;
        font-size: 16px;
        text-decoration: none;
        display: block
    }
    #genesis-nav-primary .genesis-nav-menu>.menu-item>a {
        font-weight: 700
    }
    #genesis-nav-primary .genesis-nav-menu .menu-item>a:focus, #genesis-nav-primary .genesis-nav-menu .menu-item>a:hover {
        color: #FFF;
        background: #333
    }
    #genesis-nav-primary .genesis-nav-menu .menu-item>a:focus {
        text-decoration: underline
    }
    #genesis-nav-primary .genesis-nav-menu .menu-item:hover {
        position: relative
    }
    #genesis-nav-primary .genesis-nav-menu .menu-item>a:focus ul.sub-menu, #genesis-nav-primary .genesis-nav-menu .menu-item>a:focus ul.sub-menu .sub-menu {
        left: 0;
        margin-left: 0
    }
    #genesis-nav-primary .genesis-nav-menu .current-menu-item>a {
        font-weight: 700;
        color: #333;
        text-decoration: underline;
        background: #F1F1F1
    }
    #genesis-nav-primary .genesis-nav-menu>.menu-item-has-children>a:after {
        content: none
    }
    #genesis-nav-primary .genesis-nav-menu .sub-menu-wrap {
        display: none;
        clear: both;
        margin: 0;
        position: static;
        width: 100%;
        opacity: 1
    }
    #genesis-nav-primary .genesis-nav-menu .sub-menu-wrap .sub-menu {
        margin: 0
    }
    #genesis-nav-primary .genesis-nav-menu .sub-menu a {
        border-left: none;
        border-right: none;
        padding-left: 8%
    }
    #genesis-nav-primary .genesis-nav-menu .sub-menu .sub-menu a {
        padding: 10px 5% 10px 8%;
        font-size: .8em;
        color: #333
    }
    #genesis-nav-primary .genesis-nav-menu .sub-menu .sub-menu a:focus, #genesis-nav-primary .genesis-nav-menu .sub-menu .sub-menu a:hover {
        color: #fff
    }
    #genesis-nav-primary .genesis-nav-menu .sub-menu .sub-menu a span:before {
        content: '\203A';
        display: inline-block;
        font-weight: 700;
        margin-right: 5px;
        font-size: 1.4em;
        line-height: 1
    }

    body.fixed-header #nav-wrapper {
        position: fixed;
        width: 100%;
        top: 0px;
        z-index: 999999;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    }

    body.fixed-header {
        padding-top: 40px;
    }

    /* Misc */

    .site-header .header-box {
	    padding: 10px;
    }

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

	.site-header .widget-area {
		margin-top: 20px;
	}

	.boxes .box.button-link,
	.boxes .box {
		padding-bottom: 20px;
	}
	.boxes .box.button-link a:last-of-type,
	.boxes .box a:last-of-type,
	.boxes .box.button-link a.button {
		position: relative;
		bottom: inherit;
		right: inherit;
	}

	.boxes .box.button-link a.button {
		width: 100%;
		margin-bottom: 10px;
	}

	.grey-blocks {display:block;}
	.grey-blocks .one-half,
	.one-half,.five-sixths, .four-fifths, .four-sixths, .one-fifth, .one-fourth, .one-half, .one-sixth, .one-third, .three-fifths, .three-fourths, .three-sixths, .two-fifths, .two-fourths, .two-sixths, .two-thirds {
         margin: 0;
         width: 100%
     }
	 .grey-blocks .one-half.first {margin-bottom:20px;}

	.footer-widgets {
		padding: 20px 0;
	}

	.footer-widgets .widget-area {
		width: 47.5%;
		margin: 20px 0;
	}

	.footer-widgets .widget-area:nth-child(3) {
		margin-left: 0px;
	}

	#pre-footer {
		font-size: 2.2em;
		padding: 20px 0;
	}

	#image-blocks {
		margin: 0 -20px;
	}

	.image-block > div.image-block-img {
	    display: none;
	}

	.image-block .image-block-content-wrapper {
	    width: 100%;
	}

	.image-block .image-block-content,
	.image-block.pos-right .image-block-content {
		float: none;
		width: 100%;
		border-top: 2px solid #FFF;
		max-width: inherit;
		padding: 20px;
	}
	
	


}

@media only screen and (max-width: 880px) {
	
	.entry-content .search-form {width:100%;}

	.boxes.columns-3 {
		display: block;
	}

	.boxes.columns-3 .box {
		margin: 0px;
		width: 100%;
		padding:0 0 40px;
	}
	
	.boxes.columns-3 .box.quote {padding:10px;}

	.intro-text img:last-of-type {
		display: none;
	}

	.team-info  {
		display: block;
	}

	.team-info .team-block {
		width: 100%;
		margin: 20px 0;
	}
	.collapse-boxes h2 button {font-size:16px;font-size:1.6rem;}
	.boxes .box img{max-width:320px;}

}
@media only screen and (max-width: 768px) {
	#pre-footer {
		font-size: 1.8em;
	}

	.archive-wrapper {
		display: block;
	}

	.archive-wrapper article {
		width: 100%;
		margin: 20px 0;
	}
	
	.archive-wrapper article .entry-content p,
	.archive-wrapper article h2 {min-height:10px;height:auto;}
	
	
	div.footer-copyright,
	div.footer-credits,
	.site-footer nav.footer-menu {display:block;width:100%;margin:10px 0 !important;text-align:center;padding:0 10px;float:none;}
	.site-footer nav.footer-menu li {display:block;width:100%;margin:10px 0 !important;float:none;}
	.site-footer nav.footer-menu li a{text-decoration:underline;}
	.site-footer nav.footer-menu li a:focus {background:#c1272d;color:#fff;}
	
	
}

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

	#page-blocks {
		padding: 20px 0;
	}

	.boxes {
		display: block;
	}

	.boxes .box {
		width: 100%;
	}

	.boxes .box {
		margin: 20px 0;
	}

	h2,
    #extra-content-2 .box h2 {
		font-size: 1.6em;
	}
	.collapse-boxes h2 button {font-size:15px;font-size:1.5rem;}
	.collapse-boxes.numbered h2 button {padding-left:50px;}
}

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

	#home-banner .home-banner-content .home-banner-text {
		padding: 40px 0;
	}

	#home-banner .home-banner-content h2 {
		font-size: 2.4em;
	}

    #pre-footer {
        font-size: 1.4em;
    }

    #nav-wrapper form.search-form {
        width: 100%;
        background: #000;
        border-radius: 0px;
        bottom: -75px;
    }
	
	img.alignleft,img.alignnone,img.alignright,img.aligncenter {width:100%;height:auto;margin:10px auto;display:block;clear:both;float:none;}
	
	.boxes .box img,
	img.alignnone,img.alignleft.size-medium,img.alignright.size-medium,img.aligncenter.size-medium {max-width:350px;}
	
	.entry-title {font-size:28px;font-size:2.8rem;}
	#breadcrumb {display:none;}
	main.content {padding-top:30px;}
	
	.footer-widgets .widget-area {
		width: 100%;
		margin: 20px 0;display:block;float:none;
	}



}

@media only screen and (max-width: 450px) {
	#home-banner .home-banner-content .home-banner-text {
		padding: 20px 0;
	}

	#home-banner .home-banner-content h2 {
		font-size: 1.8em;
	}

	.footer-widgets .widget-area {
		float: none;
		width: 100%;
		margin: 24px 0;
	}

	.site-header .header-box .title-area {
		width: 75px;
	}

	.site-header .widget-area .social-icons {
		display: none;
	}

    .subtitle {
        font-size: 1.1em;
        line-height: 1.4;
    }

    .subtitle:after, body.page:not(.has-subtitle) article .entry-title:after, body.single-post:not(.has-subtitle) article .entry-title:after {
        margin-top: 5px;
    }

    .team-info .team-block.team-info-data ul li {
	    display: block;
	    margin-top: 10px;
    }

    .team-info .team-block.team-info-data ul li:first-of-type {
	    margin-top: 0px;
    }

    .team-info .team-block.team-info-data ul li span.team-title,
    .team-info .team-block.team-info-data ul li span.team-value {
	    display: block;
	    width: 100%;
    }

    #respond .comment-form-author,
    #respond .comment-form-email {
    	float: none;
	width: 100%;
    }
}


/* # 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;
	}

}
.error404 h2 {margin-top:50px;}
.error404 .entry-content {padding-bottom:50px;}