/*
 Theme Name:     Interface Child  
 Theme URI:      https://mysite.com/ 
 Description:    My description    
 Author:         Me                
 Author URI:     https://mysite.com/ 
 Template:       interface      
 Version:        1.0.0             
*/

@import url('events.css');

/* =Theme customization starts here
__________________________________________________ */
@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('proximanova-webfont.eot'); /* IE9 Compat Modes */
  src: url('proximanova-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('proximanova-webfont.woff') format('woff'), /* Modern Browsers */
       url('proximanova-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('proximanova-webfont.svg#2c1459d58560f08b4b0586fbe80aa4cd') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'Proxima Nova Light';
  src: url('ProximaNova-Light.eot'); /* IE9 Compat Modes */
  src: url('ProximaNova-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('ProximaNova-Light.woff') format('woff'), /* Modern Browsers */
       url('ProximaNova-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('ProximaNova-Light.svg#da6ddaf3cf69afbba47bd74b5010b98d') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  200;
}

@font-face {
  font-family: 'Proxima Nova Semi';
  src: url('ProximaNova-Semibold.eot'); /* IE9 Compat Modes */
  src: url('ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('ProximaNova-Semibold.woff') format('woff'), /* Modern Browsers */
       url('ProximaNova-Semibold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('ProximaNova-Semibold.svg#67a6c9f6d7dc8f35ecb08de766ea56f0') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  700;
}


/* Icons */

@charset "UTF-8";

@font-face {
  font-family: "icons";
  src:url("fonts/icons.eot");
  src:url("fonts/icons.eot?#iefix") format("embedded-opentype"),
    url("fonts/icons.woff") format("woff"),
    url("fonts/icons.ttf") format("truetype"),
    url("fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-clock:before {
  content: "a";
}
.icon-comment:before {
  content: "b";
}
.icon-calendar:before {
  content: "d";
}
.icon-flattr:before {
  content: "e";
}
.icon-share:before {
  content: "f";
}
.icon-rss:before {
  content: "g";
}
.icon-bookmarks:before {
  content: "c";
}
.icon-down-open-big:before {
  content: "h";
}
.icon-right-open-big:before {
  content: "i";
}
.icon-angle-right:before {
  content: "j";
}
.icon-angle-down:before {
  content: "k";
}

/* Icon right */

span.icon-right-open-big {
}

.icon-right-open-big:before {
	font-size: 20px;
	font-weight: bold !important;
}

span.icon-right-open-big:hover{
}

a.arrow-training {
	border: 2px solid white;
	padding: 15px 14px;
	/* padding: 6% 24%; */
	color: white;
	font-size: 18px;
	border-radius: 70px;
}

a.arrow-training:hover {
	color:#9f2320;
	background-color: white;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
    }

a.arrow-training {
	padding-top: 19px;
	padding-bottom: 11px;
	padding-left: 15px;
	padding-right: 13px;
}

/* Social Icons */

span.icon-calendar {
	margin: 0 4px 0 12px;
}

/* navigation icons */

.icons {
	height: 20%;
	margin-bottom: 20px;
}

/* ==========================================================================
/* 1.0 - Document Setup (typography, links, paragraph, etc)
   ========================================================================== */
/* Body */

* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}


html {
	min-width: 1000px !important;
}

body {
	font-family: 'Proxima Nova Rg', Arial;
	font: 17px 'Proxima Nova Rg', Arial !important;
	color: #414141;
	line-height: 24px !important;
}

::selection {
	background: #9EB9BE;
	color: #fff;
}
::-moz-selection {
	background: #9EB9BE;
	color: #fff;
}

/* test */
#background {
    background: #000000 url("/wp-content/uploads/2015/01/front3.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 40px;
}

select {
	padding: 9px !important;
	height: 35px;
	width: 100%;
	cursor: pointer;
	font-size: 15px;
	font-family: 'Proxima Nova Rg';
	border: 0px solid #ADADAD;
	color: #414141;
	margin-top: 6px;
	background-color: #F0F0F0;
}

option {
	padding: 5px !important;
}

img {
	object-fit: cover
}

/* 1.1 Headings - h1, h2, h3, h4, h5, h6 & other (if any)
   ========================================================================== */
   
h1.titel-pagina {
		text-align: center;
		color: #9f2320;
		margin: 60px 0 0;
		font-family: 'Proxima Nova Semi', Arial;
		font-size: 36px;
	}
	
	p.intro-pagina {
		text-align: center;
		margin: 40px auto;
		width: 80%;
		font-size: 20px;
		line-height: 24px;
		color: #414141;
		font-family: 'Proxima Nova Light';
	}
	
h2 {
	font-size: 26px;
}

h3 {
	line-height: 26px;
	margin-bottom: 6px;
}

#content h1 {
	padding-bottom: 0 !important;
}

.widget-title a {
	color: #FFF;
}

.widget-title a:hover {
	color: #9f2320 !important;
}   
/* 1.2 Forms, Labels and Inputs
   ========================================================================== */
   
   input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea, input.wpcf7-form-control.wpcf7dtx-dynamictext.wpcf7-dynamictext {
		background-color: #F0F0F0;
		border: none;
		font-family: 'Proxima Nova Rg', Arial;
		font-size: 1em;
		color: black;
		border-radius: 0px;
		padding: 16px 14px;
	}
	

	
	input {
		color: black;
	}
	
	input, textarea {
		background-color: #F0F0F0; 
		border: none !important;
		font-family: 'Proxima Nova Rg', Arial;
		font-size: 1em;
		color: black;
		border-radius: 0px !important;
		padding: 16px 14px;
	}
	

/* 1.3 Links
   ========================================================================== */

a {
	color: #9f2320;
}

ol, ul {
	list-style-position: inside !important;
	font-size: 17px;
	color: #414141;
	font-family: 'Proxima Nova Light';
	line-height: 26px;
	margin-bottom: 1%;
}

li > ul {
  margin: 1% 5%;
  list-style-type: circle;
}

ol {
  list-style-type: decimal;
}

.page li {
    list-style-position: outside;
}

/* opsomming spreek momenteel teveel andere elementen aan 
#content ul, li {
	font-style: normal;
	list-style: circle;
	list-style-position: inside;
}*/

#access li, li.footer-list {
	list-style: none;
}

.search-toggle:hover, .hgroup-right .active {
	color: #9f2320;
}

access a:hover, #access ul li.current-menu-item a, #access ul li.current_page_ancestor a, #access ul li.current-menu-ancestor a, #access ul li.current_page_item a, #access ul li:hover > a {
	color: #9f2320;
}

.menu-image-not-hovered:hover, menu-image-title-after:hover {
	color: #9f2320 !important;
}

a.menu-image-title-after.menu-image-not-hovered {
  text-transform: none !important;
}	

.back-to-top a {
	width: 50px;
	height: 50px;
	display: block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 30px;
	line-height: 50px;
	font-family: 'Genericons';
	background-color: #555;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 30px;
	color: #fff;
	opacity: .7;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	transition: 0;
	padding-left: 1px;
}

.back-to-top a:hover {
	opacity: 10;
	-moz-opacity: 10;
	filter: alpha(opacity=100);
	background-color: #9f2320;
}

a#scroll-to-top {
	width: 0px; 
	height: 0px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	text-indent: -9999px;
}

/* 1.3.1 Submenu */
#access ul li ul {
	position: absolute;
	background-color: #fff;
	border-top: 4px solid #9e2320;
	top: 70px;
	left: 0;
	width: 228px;
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}



#access ul li ul li a:hover, #access ul li ul li:hover > a, #access ul li.current-menu-item ul li a:hover {
	color: #9e2320;
	background: none;
	font-weight: bold;
}

#access ul li ul li a, #access ul li.current-menu-item ul li a, #access ul li ul li.current-menu-item a, #access ul li.current_page_ancestor ul li a, #access ul li.current-menu-ancestor ul li a, #access ul li.current_page_item ul li a {
	float: left;
	line-height: 20px;
	font-size: 13px;
	font-weight: normal;
	height: 100%;
	padding: 4px 20px 4px 8px;
	color: #777;
	text-transform: capitalize;
}

#access ul li ul li {
	float: left !important;
	clear: both !important;
}

/* 1.4 Buttons
   ========================================================================== */
button.alm-load-more-btn{	
	background-color: #C0C0C0;
	color: white;
	padding: 8px 18px;
	/* padding: 6% 24%; */
	font-size: 15px;
	margin: 0px 19px 15px;
   border: none;
   display: inline-block;		
   position: relative;
   -webkit-transition: padding 0.25s ease-in-out;
   -moz-transition: padding 0.25s ease-in-out;
   transition: padding 0.25s ease-in-out;
   text-align: center;	
   text-decoration: none;
   -webkit-appearance: none; 
   -moz-appearance: none;   
   appearance: none;      
   /* Prevents text selection */
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: -moz-none;
   -ms-user-select: none;
   -o-user-select: none;
   user-select: none;
   cursor: pointer;
}

button.alm-load-more-btn:hover {
	background-color: #02252b;
}

input#submit {
	color: white !important;
	background-color: #9f2320 !important;
	font-family: 'Proxima Nova light', Arial;
	font-size: 16px;
	border-radius: 0px;
	/* float: right; */
	padding: 0px 1em !important;
}

/* 1.5 Search
   ========================================================================== */

#search-box {
	position: absolute;
	padding: 15px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	width: 300px;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	z-index: 10000;
	right: 0px;
	top: 60px;
}

media="all"
input[type="reset"], input[type="button"], input[type="submit"] {
	border: 0 none;
	cursor: pointer;
	margin-bottom: 30px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	text-align: center;
	height: 40px;
	padding: 0px 20px;
	margin-top: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #63c6ae;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}


input.s {
	font-size: 18px;
	width: 200px;
	height: 24px;
}

input.search-submit {
	background-color:#B1B1B1 !important; 
	color: white !important;
}

input.search-submit:hover {
	background-color: #9f2320 !important;
}

.post-header {
	padding-bottom: 0 !important;
	position:relative;
	margin-top: -82px;
}

#post > article > div.entry-meta {
	padding-top: 70px;
	margin-left: 170px;
}


h1.entry-title-search {
	color:#000 !important;
	margin:0;
	font-size: 22px;
}

.search-content {
	width: 80%;
	margin: 0px auto;
}

.head-search {
	font-size: 36px;
	line-height: 40px;
}

.search-result, .search-content-box, .no-post {
  border-bottom: 1px solid #F0F0F0;
  padding: 3% 5% 1%;
  background-color: white;
}

.search-content-box {
	margin-bottom: 20px;
	padding-bottom: 2%;
}

.no-post {
	margin-bottom: 10%;
	padding-bottom: 4%;
}

.search-result:last-child {
	margin-bottom: 6%;
}

.results {
	font-size: 20px;
}

#content .post {
	padding-bottom: 0px;
}

.next, .previous {
	width: 50%;
}

.next-search {
	float: right;
}

.next-search, .previous-search {
	margin: 10px 0;
}

.next-search a, .previous-search a {
	  border-radius: 0 !important;
	  padding: 4px 12px!important;
}

.next-search a:hover, .previous-search a:hover {
	background-color: #9f2320 !important;
	color: white !important;
	}

/* 1.6 Login */

.logheader {
	background-color: #9f2320;
	padding: 3px 18px 4px;
	color: white;
	font-size: 15px;
	margin-right: 115px;
}

.logheader a {
	color: white;
	font-weight: 700;
}

/* Search */

.search-bar {
	float: right;
}

.search-bar p {
	float: left;
	margin-bottom: 0px;
	font-size: 14px;
	font-family: 'Proxima Nova Rg';
	margin-top: 1px;
}

.search-toggle:hover, .hgroup-right .active {
	color:grey;
}

.search-icon {
	padding: 3px 0 0 10px;
	width: 16px;
}

.search-toggle {
	width: auto;
	height: auto;
	position: static;
	padding: 18px 18px 3px;
	background-color: #e7e7e7;
	margin-top: -45px;
}

.search-icon {
	background-image: url('https://cognitive-edge.com/wp-content/uploads/2015/01/icons-top-tab-20.svg');
	background-size: cover;
	padding: 0px 8px 0 10px;
	margin: 0 0px 0 10px;
}

.search-toggle:before {
	content: none !important;
}




/* ==========================================================================
/* 2.0 - Grid Layout 
   ========================================================================== */
/* Sections & Content Blocks */

.container {
margin: 0 auto;
max-width: 1024px;
}

#primary {
	width: 100%
}




/* ==========================================================================
/* 3.0 - Page Layout 
   ========================================================================== */
/* General */

.page-title-wrap {
background-color: white;
border:none;
padding: 0;
margin-top: 0px;
}

.page-title {
font-size: 36px;
margin: 0 auto;
color: #9f2320;
padding-top: 2px;
font-family: "Proxima Nova Semi", Arial;
}


/* Header */

#site-title a img {
max-width: 98px;
}

#site-logo {
	margin: 10px 0;
}

img.pngfix wp-post-image {
	width: 100% !important;
	max-width: none !important;
}

.hgroup-right {
	padding-right: 0;
}

.hgroup-wrap {
border-bottom: none;
}

#access a {
display: block;
float: left;
font-size: 14px;
text-transform: none;
padding: 14px 0px 0px 0px;
/* height: 60px; */
/*width: 80px;*/
}

#access a:hover {
/*background-color:#9f2320;*/
}

#access a:active {
/*background:#9f2320;*/
}

#access li {
margin: 0 0 0 32px;
/*margin: 0;*/
line-height: 26px;
}

.nav-menu img {
  display: block;
}

.nav-menu > li > a {
    display: block;
    text-align: center;
}

.nav-menu li a span.menu-image-hover-wrapper {
display: block;
float: none;
margin: 0 auto;
}

.nav-menu li a.menu-image-hovered {
    line-height: inherit !important;
}

.menu-item a.menu-image-title-after img, .menu-item a.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper {
padding-right: 20px;
}

.menu-item.current-menu-item a.menu-image-hovered .menu-image-hover-wrapper img.hovered-image {
    opacity: 1;
}

.menu-item a .menu-image-hover-wrapper img {
padding: 0;
position: absolute;
transition: opacity 0.25s ease-in-out 0s;
}

@media (min-width: 680px) {
  .menu-image-hover-wrapper  {
    width: 26px !important;
    height: 26px !important;
  }
}

img.hovered-image.menu-image-title-after {
	margin-left: 0px !important;
}

.menu-item a.menu-image-hovered img.hovered-image, .menu-item a.menu-image-hovered:hover img.menu-image {
opacity: 0;
transition: opacity 0.1s ease-in-out 0s;
}

#menu-item-85 li:nth-child(n+4) {
	padding-left: 6% !important;
}

/* Cookies */

#cookie-notice {
	background-color: rgba(0, 0, 0, 0.73) !important;
}

.cookie-notice-container {
	padding: 6px;
}


/* Homepage */

img.pngfix.wp-post-image {
	max-width: none !important;
	width: 100% !important;
}

.slider-cycle {
	z-index: 1;
}
.container-home {
	margin: 0 auto;
	max-width: 1024px;
	position: relative;
	margin-top: 80px;
	height: 466px;
}

.home-login {
	float:left;
	width: 500px;
	height: 250px;
	left:10px
}

.slogan h1 {
	font-family: 'Proxima Nova Semi',Arial;
	font-size: 54px;
	margin-bottom: 24px;
	color: white;
	line-height: 54px;
	}

#titelLogin {
	font-family: 'Proxima Nova Semi', Arial;
	font-size: 48px;
	margin-bottom: 24px;
	color: white;
	margin-top: 14px;
}

.home-cynefin {
	width: 400px;
	background-color: rgba(0,0,0,0.3);
	right: 0;
	position: absolute;
	border-top: 5px solid #9f2320;
	padding: 15px 10px 0 20px;
	}

.titel-home {
	font-family: 'Proxima Nova Semi', Arial;
	font-size: 24px;
	margin-bottom: 24px;
	color: white;
	line-height: 24px;
}

.home-sensemaker {
	margin-top: 200px;
	width: 400px;
	background-color: rgba(0,0,0,0.3);
	right: 0;
	position: absolute;
	border-top: 5px solid #9f2320;
	padding: 15px 10px 0 20px;
}
.titel-sensemaker {
	font-family: 'Proxima Nova Semi', Arial;
	font-size: 24px;
	margin-bottom: 24px;
	color: #9f2320;
}

.content-cynefin p, .content-sensemaker p {
	color: white;
}

#buttonRegister {
	background-color: #9f2320;
	color: white;
	display: inline-block;
	cursor: pointer;
	font-family: 'Proxima Nova Rg',Arial;
	font-size: 20px;
	padding: 10px 40px;
	margin-left: 0;
}

#buttonRegister:hover {
	background-color: #9f2320;
}

#buttonLogin {
	text-align: center;
	background-color: transparent;
	border: 1px solid white;
	color: white;
	display: inline-block;
	cursor: pointer;
	font-family: 'Proxima Nova Rg',Arial;
	font-size: 20px;
	padding: 8px 50px;
}

#buttonLogin:hover {
	color: #9f2320;
	background-color: rgba(255, 255, 255,0.9);
}

.or {
	color: white;
	margin: 0 10px;
}


.user-login, .user-login h1 {
	width: 420px;
	color: white;
}

.user-login h1 a {
	color: white;
	font-weight: 700;
}

.link-register a {
	text-align: center;
	padding: 6px 0 6px;
	color: white;
	background-color: transparent;
	border: 1px solid white;
	color: white;
	display: inline-block;
	cursor: pointer;
	font-family: 'Proxima Nova Rg',Arial;
	font-size: 20px;
	padding: 8px 40px;
	}

.link-logout {
	margin-top: 6px;
	color: white;
}

.link-register p{
	font-size: 18px;
	margin-bottom: 0;
}

.link-cynefin a, 
.link-sensemaker a {
	background-color: transparent;
	color: white;
	border: 1px solid white;
	display: inline-block;
	cursor: pointer;
	font-family: 'Proxima Nova Rg', Arial;
	text-transform: uppercase;
	padding: 6px 18px 4px;
	bottom: 16px;
	font-size: 15px;
}

.link-cynefin a:hover, .link-sensemaker a:hover {
	font-family: 'Proxima Nova Rg', Arial;
}

#main {
	padding: 0px;
}

section.featured-slider {
	margin-bottom: 94px;
}

.list-home {
	/* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.5);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.list-home a {
	display: inline-block;
	text-align: center;
	padding: 2% 0;
	width: 24.7%;
	color: #BBBBBB;
	font-size: 16px;
}

.list-home a:hover {
	/* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.4);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    color: white;
}


.list-home ul li a:hover {
	color: white;
}

/* layout text */

.main p {
				font-size: 17px;
				color: #414141;
				line-height: 26px;
				font-family: 'Proxima Nova Light';
}

/* Navigatie blokken */

.wrapper-boxes {
				width: 1200px;
				margin-left: auto ;
  				margin-right: auto ;
}
.boxes		{
				width: 1000px;
				margin-left: auto ;
  				margin-right: auto ;
  				position: relative;
				top: -120px;
			}
			
.boxes3 	{
				width: 700px;
}
			
.white-stroke {
				width: 100%;
				height: 1px;
				background-color: white;
				position: absolute;
				left: 0;
				top: 5px;
			}
			
.training-boxes		{
				width: 1000px;
				margin-left: auto ;
  				margin-right: auto ;
			}
			

.link-box	{
				width: 25%;
				float: left;
			}

.link-title	{
				border: 1px solid;
				border-color: #888888;
				text-align: center;
				width: 60px;
				height: 60px;
				display: block;
				vertical-align: middle;
				
			}

.link-text	{
				color: white;
				background-color: #9f2320;
				width: 78%;
				height: 215px;
				text-align: center;
				margin: auto;
				padding: 14% 8% 8%;
				position: relative;
				display: block;
			}
			
p.link-text-p {
				color:white;
				font-size: 16px;
}
			
.link-text h2{
				color: white;
				margin-bottom: 18px;				
			}
			
.link-text h4{
				color: white;
				margin-bottom: 18px;
}

.link-link {
				bottom: 10%;
				position: absolute;
				margin-left: 31%;
			}
			
.link-link-6	{
				position: absolute;
				/* top: 220px; */
				display: block;
				right: 30%;
				bottom: 30px;
			}
			
a.btn-about  {
			border: 3px solid white;
			padding: 10px 30px;
			/*padding: 6% 24%;*/
			color: white;		
			font-size: 18px;
			}

/* About Us */

.about-us-header img{
	background-size: cover;
	height: 353px;
}


.page-id-62 #main {
	padding: 0;
}

.information-about {
				width: 33.3333% ;
				margin: auto ;
				float: left ;
}

.company-about {
				text-align: center ;
				margin-bottom: 40px;
}
.company-about h2 {
			color: #9e2320;
			font-size: 40px;
			font-family: 'Proxima Nova Semi', Arial;
			margin-bottom: 50px;
}

.information-box {
				width: 90% ;
				margin: auto ;
}

.about-company {
				background-color: #F0F0F0 ;
				padding: 70px 0 70px;
}

.about-company p {
				font-size: 17px;
				color: #414141;
				line-height: 26px;
				font-family: 'Proxima Nova Light';
}

.about-dave {
				background-image: url(https://cognitive-edge.com/wp-content/uploads/2015/03/about-image2-opt2.jpg);
				height: 550px;
				background-size: cover;
				background-position-x: -70px;
}

@media (min-width : 1580px)  { 
			.about-dave {
				background-position-x: 0px;
				background-repeat: no-repeat;
				}
}



.dave-content {
				  width: 38%;
				  float: right;
				  background-color: rgba(255,255,255, 0.8);
				  padding: 2% 3%;
				  margin-top: 4%;
				  margin-right: -3%;
}

.dave-content p {
				font-size: 17px;
				color: #414141;
				line-height: 26px;
				font-family: 'Proxima Nova Light';
}

.dave-content h2 {
			color: #9e2320;
			font-size: 40px;
			font-family: 'Proxima Nova Semi', Arial;
			margin-bottom: 4px;
}

.dave-content h6 {
			color: #302f2f;
			font-size: 20px;
			font-family: 'Proxima Nova Light', Arial;
			margin-bottom: 20px;
			text-transform: none;
}

.about-team {
			background-color: #F0F0F0 ;
}

.about-team h2 {
			color: #9e2320;
			font-size: 40px;
			font-family: 'Proxima Nova Semi', Arial;
			margin-bottom: 50px;
			text-align: center;
			padding-top: 50px;
}

.easy_team_member_top {
	display: none;
}

.the_team {
	border: none !important;
	margin-top: 0px !important;
}

.team_profile_ttl {

}

.team_profile_ttl h4 {
	margin-bottom: 15px !important;
	font-size: 16px !important;
	line-height: 20px;
	display: none;
}

.team_profile_ttl h3 {
	font-size: 20px !important;
	margin-top: 30px !important;
	
}
.team_profile_wrap {
	border-radius: 0px !important;
	border-bottom: none !important;
}

.team_member_wrap {
	margin-bottom: 0px !important;
}

.team_social_links {
	margin-top: 51px !important;
}

.team_profile_desc a {
		color: white;
		line-height: 128px!important;
		font-size: 20px;
}

.about-partners {
				padding: 50px 0 50px;
				margin: 0 auto;
				width: 60%;
}

.about-partners p {
				font-size: 17px;
				color: #414141;
				line-height: 26px;
				font-family: 'Proxima Nova Light';
}

.about-partners h2 {
			color: #9e2320;
			font-size: 40px;
			font-family: 'Proxima Nova Semi', Arial;
			margin-bottom: 40px;
			text-align: center;
}

.about-partners h4 {
			font-family: 'Proxima Nova Light', Arial;
}

.partner-few {
			position: relative;
			margin: 0 auto;
			text-align: center;
			width: 200px;
			background-color: white;
			top: 30px;
}

.about-partners p {
			color: #414141;
			line-height: 26px;
			font-family: 'Proxima Nova Light';
}

.partner-box {
			border: solid 2px #F0F0F0;
			padding: 20px 60px;
			margin-bottom: 30px;
}

.partner-box img {
			margin-right: 80px;
			height: 30px;
}

.our-people__wrapper {
	padding: 0 0 30px;
}

.our-people__wrapper h4 {
	font-family: 'Proxima Nova Semi', Arial;
	color: #9e2320;
	font-size: 30px;
	margin: 0 0 10px;
}

.our-people__grid {
	display: flex; 
	flex-wrap: wrap;
}	

.our-people__card {
	display: flex; 
	flex: 0 0 23%; 
	flex-wrap: wrap;
	margin: 0 0.5rem 1rem;
}
.our-people__card a {
	width: 100%;
}
.our-people__card img {
	height: 15rem;
	width: 100%;
	object-fit: cover;
}		
.our-people__card h3 {
    color: #9e2421;
    font-size: 1.35rem;
    margin: 0 0 0.25rem;
}
.our-people__card p {
	font-weight: bold;
	margin: 0;
}	

/* Profile page */

.links-bio {
	margin: 20px 0 0;
	float: left;
	width: 25%;
	list-style: none;
}

.links-bio a {
	color: #414141;
}

.links-bio a:hover {
	color: #9f2320;
	}

/*
.view-blog {
	background-image: url(https://cognitive-edge.com/wp-content/uploads/2015/01/icons-top-tab-16.svg);
	background-repeat: no-repeat;
	padding-left: 24px;
	background-size: 70%;
}

.cv {
	background-image: url(https://cognitive-edge.com/wp-content/uploads/2015/01/icons-top-tab-15.svg);
	background-repeat: no-repeat;
	padding-left: 24px;
	background-size: 70%;
} */



/* Sensemaker */


.collapse{
  font-size: 1em;
  /* display: block; */
  color: rgb(158, 35, 32);
  margin-left: 1%;
}
.collapse + input{
  display:none;
}
.collapse + input + *{
  display:none;
}
.collapse+ input:checked + *{
  display:block;
  margin-top: 1%;
}

.collapse-right{
  font-size: 1em;
  /* display: block; */
  color: rgb(158, 35, 32);
  float: right;
  margin-top: -5%;
}


.collapse-right + input{
  display:none;
}
.collapse-right + input + *{
  display:none;
}
.collapse-right+ input:checked + *{
  display:block;
}

.collapse-right:hover, .collapse:hover {
  border-bottom: 2px solid rgb(158, 35, 32);
  height: 1.2em;
}


.sensemaker-header img{
	background-size: cover;
	height: 353px;
}

.page-id-65 #main {
	padding: 0;
}

.sensemaker-about {
			background-color: #F0F0F0;
			padding: 70px 0 70px;
}

.link-box-sensemaker {
			width: 33.33%;
			float: left;
}

.information-sensemaker {
			width: 29%;
			float: left;
			padding-right: 6%
}

.information-sensemaker-last {
			width: 29%;
			float: left;
			margin-bottom: 20px
}

.video-sensemaker {
			text-align: center;
}

h3.video-sensemaker-h3 {
			margin-bottom: 30px;
}

.sensemaker-scans {
			padding: 70px 0 70px;
			background-color: #f0f0f0;
			color: black;
			margin-bottom: -6%;
}

.sensemaker-scans h2{
			color: #9e2320;
			font-size: 40px;
			font-family: 'Proxima Nova Semi', Arial;
}

.scantitle {
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: bolder;
}

.scans-information > p {
  line-height: 1.8em;
}

.scans-content > p {
	color:white;
}

.scans-content > h4 {
	color:white;
}

article.cases-sensemaker {
			background-color: rgba(255,255,255,0.9);
			padding: 5% 5% 8%;
			margin: 0 auto;
			width: 80%;
}

.sensemaker-cases {
			background: url(https://cognitive-edge.com/wp-content/uploads/2015/04/cases-bg.jpg);
			padding: 5%;
			background-size: cover;
}

.cases-information h2{
			color: #9e2320;
			font-size: 40px;
			font-family: 'Proxima Nova Semi', Arial;
			margin-bottom: 50px;
}

.cases-information {
			text-align: center;
			height: 85px;
}

.cases-content {
	clear: both;
}

.cases-text {
			float: left;
			width: 100%;
			padding: 0.5%;
}

h7 {
	font-size: 1.2em;
	line-height: 1.5em;
}

h8 {
	font-size: 0.8em;
	margin-left: 1%;
}

.cases-text span {
			font-size: 0.6em;
	
}
.cases-image {
			float: right;
			width: 26%;
			margin-top: 32px;
}

.academic-information {
			padding: 70px 0 70px;
}

.academic-information h2{
			color: #9e2320;
			font-size: 40px;
			font-family: 'Proxima Nova Semi', Arial;
			margin-bottom: 50px;
}

.sensemaker-sector {
			padding: 70px 0 70px;
			background-color: #F0F0F0;
}

.sector-information h2{
			color: #9e2320;
			font-size: 40px;
			font-family: 'Proxima Nova Semi', Arial;
			margin-bottom: 50px;
}

.sensemaker-costs {
			padding: 70px 0 70px;
			background-color: grey;
			background-image: url(https://cognitive-edge.com/wp-content/uploads/2014/10/Sensemaker-costs.png);
			background-size:cover;
}

.costs-information p {
			color: white;
			margin-bottom: 2px;
}

.costs-information h2{
			color: white;
			font-size: 40px;
			font-family: 'Proxima Nova Semi', Arial;
			margin-bottom: 50px;
}

.access-boxes {
			margin-top: 60px;
}

.basic {
			display: block;
			width: 40%;
			float: left;
			background-color: white;
			text-align: center;
			margin-right: 6%;
			margin-left: 7%;
}

.premium {
			display: block;
			width: 40%;
			float: left;
			background-color: white;
			text-align: center;
			margin-right: 7%;
}

.premium-basic-method {
			display: block;
			width: 70%;
			background-color: white;
			text-align: center;
			margin: 0 auto;
}

div.premium-basic-method > ul > li.access-1 {
	background-color: rgb(228, 228, 228);
}

.access-head {
			background-color: #9e2320;
			padding: 6% 0 4%;
			text-align: center;
			color:white;
			font-size: 28px;
			font-family: 'Proxima Nova Semi', Arial;
			text-transform: uppercase;
}

.pricing-table {
			list-style: none;
}

span.price {
			  text-transform: capitalize;
			  font-family: 'Proxima Nova Rg';
			  font-size: 20px;
			  display: block;
			  margin-top: 2%;
}

.access-1 {
			background-color: white;
			padding: 3% 5%;
	}

.access-1 p{
			color: #414141;
			/* padding: 26px 2px 0px; */
			font-size: 15px;
			font-family: 'Proxima Nova Rg', Arial;
			position: relative;
			top: 50%;
			transform: translateY(-50%);
}

.access-2 {
			background-color: #F0F0F0;
			padding: 3% 5%;
	}

.access-2 p{
			color: #414141;
			/* padding: 26px 2px 0px; */
			font-size: 15px;
			font-family: 'Proxima Nova Rg', Arial;
			position: relative;
			top: 50%;
			transform: translateY(-50%);
}

.access-1-extra {
			height: 130px;
	}

.access-1-extra p {
			color: #414141;
			padding: 0px 6px;
			font-size: 15px;
			font-family: 'Proxima Nova Rg', Arial;
			position: relative;
			top: 50%;
			transform: translateY(-50%);
}

.access-2-extra {
			background-color: #F0F0F0;
			height: 130px;
	}

.access-2-extra p {
			color: #414141;
			padding: 0px 6px;
			font-size: 15px;
			font-family: 'Proxima Nova Rg', Arial;
			position: relative;
			top: 50%;
			transform: translateY(-50%);
}

.access-btn {
			margin: 20px 0 24px;
}

.access-btn a {
			background-color: #9f2320;
			padding: 10px 50px;
			/* padding: 6% 24%; */
			color: white;
			font-size: 18px;
}


.sensemaker-faq {
			padding: 70px 0 70px;
			background-color: #FFF;
			min-height: 230px;
}

.faq-information h2{
			color: #9e2320;
			font-size: 40px;
			font-family: 'Proxima Nova Semi', Arial;
			margin-bottom: 50px;
}

.collapseomatic {
	display: block !important;
	padding: 0 0 3px 16px !important;
	font-size: 17px;
	color: #414141;
	line-height: 15px; 
	font-family: 'Proxima Nova Light';
	font-weight: bold;
	margin-top: 20px;
}

.collapseomatic_content {
	margin-top: 3px;
	margin-bottom: 30px;
	font-size: 17px;
	color: #414141;
	line-height: 26px;
	font-family: 'Proxima Nova Light';
	font-weight: normal;
}

.colomat-hover {
	text-decoration: none !important;
	color: #9e2320;
}

.colomat-close {
	text-decoration: none !important;
	color: #9e2320;
}

embed {
	border: 4px rgb(159, 35, 32) solid;
}

.scans-information {
	width: 80%;
	margin: 0 auto;
	padding: 5% 5% 3%;
	background-color: white;
}

#wpcf7-f4990-o1 {
	width: 95%;
	margin: 5% 0 0;
}

.cultureform {
	background-color: white;
	padding: 5% 5% 0% 5%;
	margin-top: 3%;
}

.culture-checkboxes {
 	 clear: both;
 	 margin-left: -1.1%;
}

input.scanfrm {
	font-size: 1em !important;
}

.cultureform ul, .cultureform ol {
	margin-left: 3%;
	margin-right: 2%;
}


.cultureform li {
	list-style:decimal;
	margin-bottom: 5px;
}

.scan-title li, li.methods-li {
	list-style: initial;
	margin-left: 2%;
}


.scanlist {
	background-color: #f0f0f0;
	width: 103%;
	margin-bottom: 3%;
}

.eventbr {
	margin-top: 3%;
}

h1.culture-title {
	color: #9e2320;
	font-size: 30px;
	font-family: 'Proxima Nova Semi', Arial;
	margin-bottom: 4%;
}

.more {
	  display: none;
	  background-color: white;
	  padding: 1% 5% 3% 5%;
	  margin-bottom: 3%;
	  margin-top: -2%;
	  }
a.showLink, a.hideLink {
	  text-decoration: none;
	  background: transparent url(down.gif) no-repeat left; 
	  float: right;
	  }
	  
a.hideLink {
	float: right;
	margin-top: -5%;
}
      

.sensemaker-header img{
	background-size: cover;
	height: 353px;
}

.culture-learnmore {
	background-color: white;
	padding: 5% 5% 2% 5%;
	margin-top: -3%;
}

h1.culture-title1 {
	color: #9e2320;
	font-size: 30px;
	font-family: 'Proxima Nova Semi', Arial;
	margin-bottom: 4%
}

.scans-overview {
	margin: 5% auto;
	width: 90%
}

.scan-ideas {
	  margin-left: 1%;
	  border-left: 3px solid #C8C8C8;
	  padding-left: 2%;
	  margin-bottom: 5%;
	  margin-top: 2%;
	  float: left;
	  padding-top: 1.5%;
}
.scan-ideas-icon {
	float: left;
	margin-left: 8.5%;
	padding-top: 1%;
}

.scan-ideas-icon img {
	height: 73px;
	margin-top: 21%;
}

.scan-title {
	background-color: white;
	padding: 4% 5% 2% 5%;
	margin: 2% 0;
}

.scan-title h2 {
	color: #9e2320;
	font-size: 26px;
	font-family: 'Proxima Nova Semi', Arial;
	margin-bottom: 1%;
}

.scan-more {
  display: none;
  margin-top: 1%;
 }

.scans-information > ol {
	list-style: decimal;
}

.until {
	margin: 3% !important;
}

.wpcf7-date {
  margin: 3% 0 3% 0 !important;
  float: left;
  width: 25%;
  padding-right: 5%;
  background-color: white;
}

.terms-submit {
	clear: both;
}

.terms1 {
  margin-bottom: 3%;
}

div.wpcf7-mail-sent-ok, .wpcf7-validation-errors, div.wpcf7-response-output {
	border: none !important;
	padding: 0 0 5% 0 !important;
	margin: -21px 0 0 0 !important;
}

input.wpcf7-date {
	background-color: #F0F0F0 !important;
}



/* Sensemaker Service Request */

.ninja-forms-form-title{
	color: #9e2320;
    font-family: 'Proxima Nova Semi', Arial;
    font-size: 1.5em;
    text-align: left;
}

.service-request-title {
	color: #9e2320;
	font-family: 'Proxima Nova Semi', Arial;
	font-size: 40px;
	text-align: center;
	margin: 5% 0;
}

.service-request-content {
	background-color: white;
    margin: 2em auto;
    padding: 5% 7%;
    width: 60%;
    overflow: hidden;
}

.sens-service-logo {
    width: 60%;
    margin: 0 auto !important;
    position: relative;
    display: block;
}

.sens-service-logo img {
    width: 50%;
    margin: 2em auto;
    display: block;
}

p.form-title {
    font-size: 1.1rem;
    font-weight: bold;
    margin: 5% 0 -1% 0 !important;
    color: #9E2320;
    font-family: 'Proxima Nova Semi', Arial;
    text-transform: uppercase;
}

.ssr-full-width-div {
    margin-top: 2em !important;
}

.service-request-content .cpf-type-checkbox .tm-extra-product-options-container {
    width: 100% !important;
}

/*

#wpcf7-f6515-o1 {
	width: 100%;
	margin-top: 5%;
}

p.service-form-header {
	font-weight: bold;
	margin-bottom: 2%;
}

p.service-form-header2 {
	font-weight: bold;
    margin-top: 7% !important;
    margin-bottom: 2%;
}

p.service-form-meta {
    font-size: 0.9em;
    margin-top: -1%;
    margin-left: 1%;
    line-height: 1.5em;
    margin-bottom: 5%;
}

.service-selection {
    height: 7.5em;
}

p.service-terms {
	float: left;
	width: 70%;
}


.service-border1 {
    border: 1px solid #F0F0F0;
    margin: 2% 0 7%;
    clear: both;
}

.enduser-toggle {
	float: left;
	width: 70%;
	font-weight: bold;
}

.enduser-section {
    margin-bottom: 8%;
    clear: both;
    height: 1em;
}

.awesome, .billing-contact-same-as-above {
	float: right;
	width: 20% !important;
	margin-top: -2%;
}

span.wpcf7-list-item {
    width: 32% !important;
    float: left;
    margin: 2% 0;
}

.employee-dropdown {
    float: right;
    width: 20%;
    margin-top: -1%;
    margin-bottom: 6%;
}

.service-submit {
	width: 20% !important;
	margin: 0 auto;
}

.service-terms-button {
    clear: both;
    /* margin-top: 4%; */
    /* display: inline-block; 
}

#wpcf7-f6515-o1 input {
	padding: 0.7em !important;
	bottom: 0.3em!important;
    position: relative;
}

.grid-2-10 {
	float: left;
	width: 20% !important;
}

.grid-3-10 {
	float: left;
	width: 28% !important;
	margin-right: 2% !important;
}

.grid-4-10 {
	float: left;
	width: 38% !important;
	margin-right: 2% !important;
}

.grid-5-10 {
	float: left;
	width: 48% !important;
	margin: 1%;
	margin-bottom: 4%;
}

.grid-6-10 {
	float: left;
	width: 60% !important;
}

dt { color: black; font-weight: bold; }
dt a { color: red; }
dd { margin: 0; padding: 0; display: none }

.service-request-content textarea.wpcf7-form-control.wpcf7-textarea {
    height: 8em;
}

.service-submit {
	float: right;
}

input[readonly] {
    background-color: rgba(255, 255, 255, 0) !important;
    
    text-align: right;
}

#contactForm p {
    margin-bottom: 2%;
}



/* Sensemaker Service Contracts NIEUW */

/* consultant info */

div#ninja_forms_field_202_div_wrap, div#ninja_forms_field_203_div_wrap {
    margin: 7% 0;
}


div#ninja_forms_field_14_div_wrap {
    width: 40.5%;
    float: left;
    padding-right: 2%;
}

div#ninja_forms_field_15_div_wrap {
    width: 40.5%;
    float: left;
    padding-right: 2%;
}

div#ninja_forms_field_9_div_wrap {
    width: 15%;
    float: left;
}

div#ninja_forms_field_10_div_wrap {
    width: 49%;
    float: left;
    padding-right: 1%;
}

div#ninja_forms_field_11_div_wrap {
    width: 49%;
    float: left;
    padding-left: 1%;
}


/* Client info */
div#ninja_forms_field_36_div_wrap, div#ninja_forms_field_167_div_wrap {
    width: 40.5%;
    float: left;
    padding-right: 2%;
}

div#ninja_forms_field_37_div_wrap, div#ninja_forms_field_168_div_wrap {
    width: 40.5%;
    float: left;
    padding-right: 2%;
}

div#ninja_forms_field_38_div_wrap, div#ninja_forms_field_169_div_wrap {
    width: 15%;
    float: left;
}

div#ninja_forms_field_39_div_wrap, div#ninja_forms_field_43_div_wrap, div#ninja_forms_field_45_div_wrap, div#ninja_forms_field_170_div_wrap, div#ninja_forms_field_175_div_wrap, div#ninja_forms_field_177_div_wrap {
    width: 49%;
    float: left;
    padding-right: 1%;
}

div#ninja_forms_field_40_div_wrap, div#ninja_forms_field_44_div_wrap, div#ninja_forms_field_46_div_wrap, div#ninja_forms_field_171_div_wrap, div#ninja_forms_field_176_div_wrap, div#ninja_forms_field_178_div_wrap {
    width: 49%;
    float: left;
    padding-left: 1%;
}

/* Project details */

input#ninja_forms_field_185, input#ninja_forms_field_25 {
    pointer-events: none;
}

/* Fees */

label#ninja_forms_field_57_label, label#ninja_forms_field_58_label, label#ninja_forms_field_18_label, label#ninja_forms_field_111_label, label#ninja_forms_field_47_label, label#ninja_forms_field_51_label, label#ninja_forms_field_52_label, label#ninja_forms_field_53_label, label#ninja_forms_field_55_label, label#ninja_forms_field_56_label, label#ninja_forms_field_25_label, label#ninja_forms_field_181_label, label#ninja_forms_field_182_label, label#ninja_forms_field_183_label, label#ninja_forms_field_184_label, label#ninja_forms_field_185_label, label#ninja_forms_field_186_label, label#ninja_forms_field_187_label,label#ninja_forms_field_190_label, label#ninja_forms_field_191_label, label#ninja_forms_field_192_label, label#ninja_forms_field_193_label {
    width: 60%;
    float: left;
}

input#ninja_forms_field_57, input#ninja_forms_field_58, input#ninja_forms_field_18, input#ninja_forms_field_111, input#ninja_forms_field_47, input#ninja_forms_field_51, input#ninja_forms_field_52, input#ninja_forms_field_53, input#ninja_forms_field_55, input#ninja_forms_field_56, input#ninja_forms_field_25, input#ninja_forms_field_181, input#ninja_forms_field_182, input#ninja_forms_field_183, input#ninja_forms_field_184, input#ninja_forms_field_185, input#ninja_forms_field_186, input#ninja_forms_field_187, input#ninja_forms_field_190, input#ninja_forms_field_191, input#ninja_forms_field_192, input#ninja_forms_field_193  {
    width: 35%;
    float: right;
    font-style: italic;
    background-color: rgba(255, 255, 255, 0); 
}

/* Fees info tekst */
div#ninja_forms_field_65_div_wrap, div#ninja_forms_field_199_div_wrap {
    margin-bottom: 6%;
}

/* Submit button */


input#ninja_forms_field_5,input#ninja_forms_field_208, input#ninja_forms_field_8, input#ninja_forms_field_201 {
    padding: 2% 7%;
    margin: 9% auto 0;
    background-color: rgb(255, 255, 255);
    color: #9E2320;
    border: 2px solid #9E2320 !important;
}

input#ninja_forms_field_5:hover, input#ninja_forms_field_208:hover, input#ninja_forms_field_8:hover, input#ninja_forms_field_201:hover {
    background-color: rgba(158, 35, 32, 1);
    color: white;
}

div#ninja_forms_form_5_response_msg, div#ninja_forms_form_13_response_msg {
    margin: 6% 0 0;
}

/* TM Extra options SSR */


.tmcp-field-wrap input[type="text"] {
	margin: 0 !important;
    width: 100% !important;
    background-color: #F0F0F0;
}

.tmcp-field-wrap input:read-only {
    color: #7D7A7A !important;
	font-style: normal;
    background-color: rgba(255, 255, 255, 0) !important;
}

.ssr-add-project-description-ul .tmcp-field-wrap {
    width: 25% !important;
}

.ssr-half-divider-div hr {
    width: 70%;
    background-color: #9E2421;
}

.tc-totals-form.tm-product-id-9143.tm-totals-form-main, .tc-totals-form.tm-product-id-12286.tm-totals-form-main, dd.tm-options-totals, dt.tm-options-totals {
    display: none !important;
}

.service-request-content h1[itemprop="name"] {
	display: inherit !important;
}


.ssr-number-primary-sites-div, 
.ssr-number-secundary-sites-div, 
.ssr-number-of-alternate-language-sites-div, 
.ssr-alternate-language-site-1-2-div, 
.ssr-alternate-language-site-2-2-div, 
.ssr-alternate-language-site-1-1-div, 
.ssr-start-date-div, 
.ssr-period-of-months-div, 
.ssr-configuration-by-div, 
.ssr-configuration-div, 
.ssr-monthly-fees-div, 
.ssr-total-fees-div {
	margin: 0 !important;
}


.tm-description span /* Project details subtitle */{
    font-size: 0.8em;
    width: 50%;
    float: left;
    color: grey;
    line-height: 1.3em;
    margin-bottom: 0.75em;
}


/* Sensemaker SCANs single */

.single-product h1.network-title:after, .single-service_request h1.network-title:after, .single-project-schedule h1.network-title:after, .single-direct-contract h1.network-title:after {
    content: " | Step 1/3";
    font-size: 0.5em;
    color: rgba(118, 118, 118, 0.57);
    text-transform: uppercase;
    top: -0.21em;
    position: relative;
    margin-left: 1%;
}

.tm-epo-field.tmcp-select {
    width: 54%;
}

.scan-header {
	background-image: url("https://cognitive-edge.com/wp-content/uploads/2015/07/scans-bg.jpg");
	background-position-y: -120px;
    background-size: cover;
    padding-top: 40px;
    height: 250px;
}

.whats-new-div {
	float: right;
	margin-top: -1%;
}

.scans-title {
	font-size: 1.5em;
	color: 	#9f2320;
	margin-bottom: 1em;
}

.scans-cat-header {
	font-size: 1.5em;
	color: 	#9f2320;
	margin-bottom: 1.1em;
	margin-top: 1.2em;
}

.scans-cat-title {
	font-size: 0.8em;
	text-transform: uppercase;
	margin-top: 1.6em;
}

.scan-name {
	float: right;
	padding: 5% 0 5% 2%;
	width: 72.5%;
	margin-bottom: 70px;
}

.scan-name h1 {
	font-size: 40px;
	color: white;	
	margin-bottom: 10px;
}

.scans-content {
	margin-top: 5%;
}

.scans-content ol, .scans-content ul {
	list-style-position: outside !important;
	margin-left: 3% !important;
}

.scan-regform {
  width: 62.6%;
  background-color: white;
  clear: both;
  padding: 5% 5% 0 5%;
  float: right;
  margin-bottom: 3%;
}

.back-overview a {
	float: right;
	position: relative;
	top: -18px;
}

.back-overview a {
	color: white;
	padding: 1% 2%;
	background-color: #9f2320;
	margin-top: -4.4%;
}

input#ninja_forms_field_1, input#ninja_forms_field_2 {
    background-color: #F0F0F0;
}

.tmcp-upload {
    background: transparent;
}


/* Sensemaker SCANs overview */

.scan-overview {
  text-align: center;
  width: 80%;
}

.scanideas {
	clear: both;
}

.scan-result-ce, .scan-result-partnered {
	width: 23.3%;
	float: left;
	padding: 3% 4% 1%;
	background-color: white;
	margin: 1% 3% 3% 0;
	text-align: left;
	height: 230px;
	border-top: 2px solid #9f2320;
}

.scan-result-partnered {
	border-color: #02252b;
}

p.scan-no-results {
 	text-align: center;
 	padding: 7% 0 0%;
 	color: rgb(166, 54, 52);
}

.partner-tag {
	color: #02252b;
}

.searchandfilter ul li {
	padding: 0;
	padding-left: 10px;
}
.scans-results:nth-child(3n+3) {
	margin-right: 0;
}

.sf-field-search {
	width: 35%;
	float: left;
	text-align: left;
}

li.sf-field-search::before {
	content: "";
	display: inline-block;
	vertical-align: bottom;
	margin-right: 4%;
	float: left;
	position: relative;
	margin-top: 6px;
	background-image: url(https://cognitive-edge.com/wp-content/uploads/2015/01/icons-top-tab-20.svg);
	background-size: cover;
	width: 20px;
	height: 20px;
}

.sf-field-search input {
	width: auto;
	background-color: transparent;
	font-family: 'Proxima Nova Semi';
	color: #414141;
	margin: 0;
}

.sf-field-category li {
	float: left;
	width: 17%;
}

select.postform {
  float: right;
  width: 20%;
  font-size: 16px;
  font-family: 'Proxima Nova Semi';
  margin-top: 0;
    background-color: white;
    border-radius: 0;
}

select.postform::before {
	content: "";
	display: inline-block;
	vertical-align: bottom;
	margin-right: 4%;
	float: left;
	position: relative;
	margin-top: 6px;
	background-image: url(https://cognitive-edge.com/wp-content/uploads/2015/01/icons-top-tab-20.svg);
	background-size: cover;
	width: 20px;
	height: 20px;
}

.search-filter-results {
	clear: both;
}

ul.post-categories {
 	list-style-type: none;
 	margin: 5% 0;
}

ul.post-categories::before {
	content: url(https://cognitive-edge.com/wp-content/uploads/2015/07/tag-icon2.svg);
	display: inline-block;
	vertical-align: middle;
	margin-right: 4%;
	float:left;
}

ul.post-categories a {
 	color: black;
 	font-weight: bold;
}

.element_14 small {
    display: none;
}

.tm-extra-product-options-upload li.tmcp-field-wrap small {
	display: none;
}

/* 1. Buying SCAN's - Chart, Check-out, Shop */

.woocommerce-cart .variation-, .woocommerce-checkout .variation- {
    display: none !important;
}


dl.variation p {
    font-size: 1em !important;
    font-weight: 100 !important;
}

td.product-name {
    font-size: 1em;
    font-weight: bold;
    color: #9F2320;
}

.woocommerce td.product-name dl.variation dd {
    margin-bottom: 0.5em;
    padding: 0 1% 0 0 !important; 
}

.variation-Termsofuse a {
    color: inherit;
    font-size: inherit !important;
}


	/* Buttons */
	
input#place_order,
.single_add_to_cart_button,
.woocommerce a.button.alt,
input.submit.buy.button {
	background-color: rgba(255, 255, 255, 0) !important;
    border-radius: 0 !important;
    float: right;
    color: #9F2320 !important;
    border: 2px solid #9F2320 !important;
}

.single_add_to_cart_button, .checkout-button {
	padding: 2% 4% !important;
}

input#place_order {
	padding: 3.5% 4% !important;
    line-height: 0em;
}

input#place_order:hover,
.single_add_to_cart_button:hover,
.woocommerce a.button.alt:hover,
input.submit.buy.button:hover {
	background-color: #9F2320 !important;
	color: white !important;
}

	/* 1.1 Cart */


.woocommerce-cart h1.network-title:after {
    content: " | Step 2/3";
    font-size: 0.5em;
    color: rgba(118, 118, 118, 0.57);
    text-transform: uppercase;
    top: -0.21em;
    position: relative;
    margin-left: 1%;
}

table.shop_table.cart, .cart-collaterals {
    border: none !important;
    margin: 0;
}

td.actions {
    background-color: #F0F0F0;
}

.cart_totals  {
    padding-top: 20px;
    width: 100% !important;
}

input.input-text.qty.text {
    padding: 10px;
    background-color: #F9F9F9;
}

table, th, td {
    border: 1px dashed rgba(0, 0, 0, 0.0) !important;
}

.woocommerce-cart table.cart td, .woocommerce-cart table.cart th {
    border-bottom: 1px dashed #C1C1C1 !important;
    border-right: 1px dashed #C1C1C1 !important;
    padding: 12px;
}

th {
	text-transform: none;
}

th.product-subtotal, td.product-subtotal {
    text-align: right;
}

th.product-name, td.product-name, td.product-thumbnail {
	text-align: left !important;
}

tr.cart-subtotal td,
tr.cart-subtotal th,
tr.order-total td,
tr.order-total th {
	text-align: right;
	width: 10%;
	padding-right: 12px;
}

td.product-subtotal, tr.cart-subtotal td{
    width: 80px;
}


.cart_totals h2 {
	display: none;
} 


.woocommerce .collapse {
	float: right;
	margin: 4% 0 0;
}

.woocommerce .collapse:hover {
	border: 0;
	cursor: pointer;
	height: auto !important;
}

.woocommerce .collapse+ input:checked + * {
    display: inline-block;
    margin-top: 3%;
    width: 82%;
    float: right;
}




.coupon-test {
    background-color: #F0F0F0;
    padding: 1% 0% 1% 3%;
}

.woocommerce input.button {
    font-size: 0.9em !important;
    padding: 2px 12px !important;
}


input#coupon_code {
    padding: 12px;
    width: 47%;
    margin: 0 0 0 10px;
    background-color: white;
}

.woocommerce table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
	float: none;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
    float: right;
    margin: 0 2%;
    color: #9F2320;
    background-color: rgb(255, 255, 255);
    border: 1px solid #9F2320 !important;
    text-transform: capitalize;
    font-weight: 100;
}

.woocommerce .cart .button:hover {
    background-color: #9F2320;
    color: white;
}



input.button.apply-coupon, input.button.update-cart {
	background-color: #F9F9F9;
}

input.button.apply-coupon {
	margin: 1% 2%;	
}

.woocommerce .col-1 {
	width: 100% !important;
}

.woocommerce .col-2 {
	display: none;
	width: 0;
}

dt.variation-SCANoptions-Listofdepartures,
dt.variation-SCANoptions-Requestedadditionallanguages,
dt.variation-Startandenddate-Startdateddmmyyyy,
dt.variation-Startandenddate-Enddateddmmyyyy,
.variation-Verification {
    display: none !important;
}

td.product-name a {
    font-size: 18px;
}

dl.variation {
    color: grey;
    font-size: 16px;
}

/* .woocommerce td.product-name dl.variation dd {
	margin: -3px 0 -3px !important;
}


dd.variation-SCANoptions-Requestedadditionallanguages {
    width: 100% !important;
}

dd.variation-Startandenddate-Startdateddmmyyyy {
    margin-right: 8px !important;
}

dd.variation-Startandenddate-Startdateddmmyyyy p:after {
    content: "-";
    margin: 0 6px;
}


*/

.tm-extra-product-options-inner ul {
    margin: 0px !important;
}

.tm-epo-field-label  {
 	width: 50% !important;
 	max-width: none !important;
 	line-height: 2em;
}

.tmcp-field-wrap span.price {
	margin: 0;
}

.tmcp-field-wrap {
	padding: 0 !important;
}

.tm-epo-field-label.tm-left + .tm-extra-product-options-container, .tm-epo-field-label.tm-right + .tm-extra-product-options-container, .service-request-content .tm-extra-product-options-container {
    width: 45% !important;
    float: right !important;
}

input#tmcp_textfield_1 {
    width: 100%;
    background-color: #F0F0F0;
}

label.tm-epo-datepicker-label-container {
    width: 100% !important;
}

input#tmcp_date_2 {
    background-color: #F0F0F0;
    width: 100% !important;
}

.tm-extra-product-options .tm-extra-product-options-date .ui-tm-datepicker-trigger {
	background-color: #F0F0F0;
	border-width: 0;
}

.woocommerce-breadcrumb a:hover {
    color: #9E2320;
}

.single-product-schedule h1[itemprop="name"], 
.single-product-schedule div[itemprop="offers"],
.single-direct-contract h1[itemprop="name"],
.single-direct-contract div[itemprop="offers"],
.single-product-schedule h1[itemprop="name"], 
.single-product-schedule div[itemprop="offers"],
.single-product h1[itemprop="name"],
.single-product div[itemprop="offers"] {
	display: none;
}

dt.tm-options-totals, dt.tm-final-totals {
    width: 30%;
    float: left;
    line-height: 1.5em;
}

dt.tm-final-totals {
    clear: both;
    margin-top: 1%;
}

.single-product .quantity {
	display: none;
}

.tc-tooltip {
	color: #9E2320;
	margin-left: 0.5em;
}

dl.tm-extra-product-options-totals.tm-custom-price-totals span {
    font-size: 1em !important;
    font-weight: 100 !important;
}


.tm-epo-totals {
    clear: both;
    padding-bottom: 3em;
    padding-top: 0em;
}

.tm-label a {
    color: #9E2320 !important;
}

.negative-top-margin {
    margin-top: -3em !important;
}


/* Hide quantitiy in Cart - Not relevant */
th.product-quantity, td.product-quantity {
    display: none;
}


	/* 1.2 SCANs list */

.woocommerce ul.products li.product{
    background-color: #F0F0F0;
    padding: 12px 2px 0px 12px;
    margin-bottom: 1px;
    line-height: 20px;
    box-sizing: border-box;
}

ul.products img {
	display: none !important;
}

.welcome-content p {
    font-size: 16px;
}

.scan-beschrijving {
    display: inline-block;
    width: 60%;
    text-align: left;
    vertical-align: top;
    padding-right: 4%;
}

.scan-prijs {
    display: inline-block;
    width: 13%;
    text-align: left;
    vertical-align: top;
    padding-right: 1%;
}

.scan-select {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

li.product {
    width: 100% !important;
    float: left;
}

li.product h3 {
    font-weight: 700;
    font-size: 1.1em !important;
    padding: 0.2em 0 !important;
}

li.product .price {
	padding: 0.5em 0 !important;
	font-size: 100% !important;

}

.woocommerce ul.products li.product .button {
    margin-top: 0 !important;
}


/* 1.3 SCANs single-product (en payment button na submitten form) */

#content .images, .woocommerce .images, table.variations.payyourprice_customize_class, .woocommerce .product-addon.product-addon-project-id {
	display: none !important;
}

#ninja_forms_form_13_response_msg .woocommerce {
	margin-top: 4%;
}

.entry-summary {
	width: 100% !important;
}

.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-checkbox li.tmcp-field-wrap .tm-label {
	display: inline !important;
}


/* 1.4 Check-out */
	
.woocommerce table.shop_table td {
	vertical-align: top;
}

.product-quantity {
    font-weight: 100;
}

.woocommerce-checkout h1.network-title:after {
    content: " | Step 3/3";
    font-size: 0.5em;
    color: rgba(118, 118, 118, 0.57);
    text-transform: uppercase;
    top: -0.21em;
    position: relative;
    margin-left: 1%;
}

.woocommerce #payment .terms, .woocommerce-page #payment .terms {
	float: left;
}


	/* second coupon hide */
.woocommerce .woocommerce-info, 
.woocommerce form.checkout_coupon {
	display: none; 
}

.woocommerce form .form-row {
    margin: 6px 0 6px !important;
}

.woocommerce-billing-fields h3 {
	margin-bottom: 24px;
}

.woocommerce-billing-fields label {
	float: left;
    width: 28%;
    border-right: 1px dashed #EBE9EB;
    box-sizing: border-box;
    margin-right: 2%;
}

.woocommerce-billing-fields input {
	width: 70% !important;
	float:right;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td.product-total {
    text-align: right;
}

.select2-drop-active {
    border: 1px dashed #666;
}

.select2-search {
	padding: 4px !important;
}

.select2-search input {
    padding: 6px 20px 6px 8px!important;
    margin-bottom: 0px !important;
}

p#billing_last_name_field,
p#billing_email_field,
p#billing_phone_field,
p#billing_postcode_field,
p#billing_city_field,
p#billing_state_field {
    float: left !important;
    width: 100% !important;
    box-sizing: border-box;
}

div#customer_details {
    margin-bottom: 20px;
}

.your_order {
    background-color: #F9F9F9;
    padding: 2% 3% 2% 2%;
    margin: 4% 0;
}

h3#order_review_heading {
    padding: 9px 0 16px 12px;
    border-bottom: 1px dashed #DCDCDC;
}

.woocommerce-checkout #payment {
    background: #F9F9F9;
    border-radius: 0px;
    border-top: 1px dashed #DCDCDC !important;
    padding-top: 10px;
}

.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: none !important;
}

.woocommerce .order_details li:last-of-type {
    border: none;
    margin: 0;
    padding-right: 0;
}

input.submit.buy.button {
    float: right;
    margin: 0.6em 0;
    color: white;
}

.woocommerce-checkout #payment div.payment_box {
	background-color: #9F2320 !important;
	color: white;
}

.woocommerce-checkout #payment div.payment_box:after, .woocommerce-checkout #payment div.payment_box:before {
	top: 0;
	border: 8px solid #9F2320;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

/* 1.5 SCAN's Customization */

.woocommerce .woocommerce-breadcrumb {
    margin: -1.2em 0 2em;
    border-bottom: 1px dashed #C1C1C1;
    padding-bottom: 0.6em;
}
    

.product-addon-scan-options label,
.product-addon-start-and-end-date label {
    float: left;
    width: 40%;
    border-right: 1px dashed #EBE9EB;
    box-sizing: border-box;
    margin-right: 2%;
}

.product-addon-scan-options input,
.product-addon-start-and-end-date input {
    width: 58% !important;
    float: right;
}

.product_meta,
.related.products {
	display: none;
}


/* 1.6 Woocommerce Account page*/

.myaccount_avatar {
    float: left;
    width: 10%;
    margin-bottom: 5%;
}

.myaccount_user {
    border-left: 2px solid #EBE9EB;
    padding-left: 15px;
    width: 85%;
    float: right;
}

.woocommerce-account .glossary-content h2, .woocommerce-edit-address h3 {
	clear: both;
    color: #A02522;
    font-size: 1.2em;
    font-family: inherit;
    border-bottom: 2px solid #EBE9EB;
    margin-bottom: 1%;
}

.woocommerce-account .addresses .title h3 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: -1%;
}

.woocommerce a.button {
	border-radius: 0;
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
	padding: 4px 0;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last {
	width: 99%;
	float: left;
}

.woocommerce form .form-row label, .woocommerce form .form-row .input-text {
    width: 49% !important;
    float: left;
}

input#billing_address_2 {
    float: right;
}

.woocommerce form .form-row .input-text {
	background-color: rgb(240, 240, 240);
	padding: 10px;
}

.woocommerce form fieldset {
    margin: 4% 0;
}

.woocommerce form legend {
    color: #9E2320;
    border-bottom: 2px solid #EBE9EB;
    width: 100%;
    margin-bottom: 2%;
}



/* Training */

.cynefin-training {
	font-size: 18px !important;
	line-height: 1.2em;
}


.training-header {
	background-image: url(https://cognitive-edge.com/wp-content/uploads/2015/03/training-image1.jpg);
	background-size: cover;
	height: 353px;
	background-position-x: -560px;
}

@media (min-width : 1580px)  { 
			.training-header {
				background-position-x: 0px;
				background-repeat: no-repeat;
				}
}


.about-training {
			background-color: #F0F0F0;
			padding-top: 60px;
}


.training-boxes {
			padding-bottom: 150px;
}

/* Training - Online Training pagina */

.online-training {
	padding-bottom: 20px;
}

.embedded-event {
	margin-bottom: 30px;
}

.schedule {
	display: none;
}

.event-details li {
	list-style: initial;
	margin-left: 3%;
}

.event-details span {
	font-family: inherit !important;
	font-size: inherit !important;
}

.tribe-events-category-dave-is-co-facilitating h2:after {
	content:"Dave is co-facilitating";
	font-size: 15px;
	color: #FFF;
	background-color: #9e2320;
	padding: 2px;
	margin-bottom: 2px;
}

h1.single-head {
	font-size: 30px;
    font-family: 'Proxima Nova Semi';
}

.event-header {
	position: relative;
}

.head-event {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	margin-top: 0;
    padding: 14px 10px;
    background: linear-gradient(to top, rgba(0,0,0,0.55), rgba(0,0,0,0));
}

#tribe-events:not([data-category='dave-is-speaking-at']) .tribe-events-category-dave-is-speaking-at {
	display: none;
}

.tribe-events-category-online-courses .event-time {
	display: none !important;
}

.tribe-events-category-online-courses .eventlist-meta:after {
	content:"| Online";
}

li.post-753, li.post-755, li.post-3950 {
	display: none;
} 

/* Training - Training Types pagina */


.training-types-content {
	
}

h1.training {
			color: #9e2320;
			font-size: 40px;
			font-family: 'Proxima Nova Semi', Arial;
			padding-top: 40px; 
			margin-bottom: : 20px;

}


.training-shaping {
			background-color: #F0F0F0;
			width: 100%;
}

/* Training - Events */

.event-content > ul {
	list-style: inherit !important;
}

.event-details p strong {
	margin-top: 10px;
}

/* Resources */

.resources-header {
	background-image: url(https://cognitive-edge.com/wp-content/uploads/2015/03/resources-image1.jpg);
	background-size: cover;
	height: 353px;
}

.resource-intro {
	text-align: center;
	margin: 0 auto 10px;
	width: 88%;
}

.resources-boxes {
	width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.resources-box {
	width: 33.33%;
	float: left;
	margin-bottom: 2%;
}

.resources-text	{
	color: white;
	background-color: #9f2320;
	width: 78%;
	height: 100px;
	text-align: center;
	margin: auto;
	padding: 15% 8% 8%;
	position: relative;
	display: block;
	transition: background-color ease 0.5s;
}

.resources-text h2 {
	color: white;
	font-size: 20px;
}

.resources-text:hover {
	background-color: #02252b !important;
}

.resource-icons {
  height: 40%;
  margin-bottom: 20px;
}

.article-search {
			width: 44%;
			margin-bottom: 30px;
			margin-top: 25px;
			min-height: 50px;
}

#ajaxsearchlite1 {
			box-shadow: 0 1px 3px rgba(100, 100, 100, 0.3) !important;
}

/* Resources - Glossary */


.glossary-content {
	background-color: white;
	margin: 5% auto;
	padding: 5% 5% 2% 5%;
	width: 70%;
	overflow: hidden;
	font-family: 'Proxima Nova light', Arial;
}

.glossary-letter {
	float: left;
	width: 15%;
	margin-top: 4%;
}

.glossary-text {
	width: 85%;
	float: left;
}

.glossary-letter h1 {
	font-family: 'Proxima Nova Semi', Arial;
	font-size: 3.5em;
}

.glossary-content h2 {
	font-family: 'Proxima Nova Semi', Arial;
	font-size: 1.3em;
}

.alphabet {
	text-align: center;
	margin: 5% auto 10%;
	width: 80%;
}

.glossli {
	list-style-type: none;
	float: left;
	padding: 8px 0;
	width: 5.2%;
}

.glossli:hover {
	background-color: #9e2320;
	padding: 8px 0;
	border-radius: 50px;
}

.alphabet a {
	padding: 13px;
}

.alphabet a:hover {
	color: white;
}

/* Resources - Slides and Podcasts */

.slides-content {
	width: auto;
	overflow: hidden;
}
			
.slides-list {
	width: 320px;
	float: left;
	border-right: 1px solid rgba(65, 65, 65,0.1);
	margin-bottom: 40px;
	min-height: 300px;
}			

.slide-content {
	float: left;
	min-width: 600px;
	margin: 10px 0 50px 20px;
}

.slide-content h1 {
	font-size: 2em;
	font-family: 'Proxima Nova Semi';
	color: #414141;	
}

#single-post-container {
	width: 660px;
	margin-left: 350px;
}

.slide-date {
	font-size: 15px !important;
	margin: -2px 0 10px;
	border-bottom: 1px solid rgba(65, 65, 65,0.1);
	padding-bottom: 20px;
}

h1.slide-list {
	padding: 10px 10px 0 0;
	line-height: 24px;
}

h1.slide-list:hover {
	color: #02252b;
}

.slide-list {
	color: #9e2320;
	font-size: 19px;
}

.loading-content {
	font-size: 28px !important;
	text-align: center;
	padding-top: 100px;
}

.slide-placeholder {
	font-size: 26px !important;
	text-align: center;
	padding-top: 100px;
	font-family: 'Proxima Nova Rg' !important;
}

.books-nav {
	clear: both;
}

.pag-left, .pag-right {
	margin-top: 10px;
	margin-right: 20px;
}

.pag-left {
	float: left;
}

.pag-right {
	float: right;
}
.pag-left a, .pag-right a {
	background-color: #C0C0C0;
	color: white;
	padding: 10px 14px 8px;
	-webkit-transition: padding 0.25s ease-in-out;
	-moz-transition: padding 0.25s ease-in-out;
	transition: padding 0.25s ease-in-out;
}

.pag-left a:hover, .pag-right a:hover {
	background-color: #02252b;
}

.wp-audio-shortcode {
	visibility: visible !important;
	}


/* Resources - Methods */

li.methods-li {
	list-style-type: disc;
	margin-left: 17px;
	font-family: 'Proxima Nova Light';
}

li.methods-li a {
   word-break: break-all;
}

.methods-title {
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.methods-text {
	margin-top: -17px;
}

.alignleft {
	float: none !important;
}

/* Resources - Concept Papers */

ul.concept-image {
	background-color: white;
	padding: 2%;
	border: none;
	/* box-shadow: 0 1px 3px rgba(100, 100, 100, 0.3); */
	margin-bottom: 2%;
	width: 75%;
}

concept-image img{
	height: 200px;
}

.concept-title {
	color: #9e2320;
	font-size: 40px;
	font-family: 'Proxima Nova Semi', Arial;
	margin-bottom: 50px;
}

.concept-image a {
	color: black;
}

.paper-more, .concept-image a:hover {
	color: #9e2320 !important;
}

/* Resources - Articles */

.articles {
	padding: 3%;
}

.article-overview {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	background-color: rgb(240, 240, 240);
	background-size: cover;
}

.article-content {
	width: 760px; 
	padding: 60px 0px;
	margin: 0 auto;
}

.article-content h1 {
	font-size: 42px;
	font-family: 'Proxima Nova Semi';
	color: #414141;
	line-height: 48px;
}

.article-author {
	margin-top: 6px;
}

div[id*="ajaxsearchlite"] .probox .promagnifier .innericon svg {
	fill: #FFF !important;
}

.innericon {
	background-color: #9f2320 !important;
}

/* Resources - Case Studies */

.case-studies-overview {
	width: 100%;
	margin: 0 auto;
	padding: 60px 0;
	background-color: rgb(240, 240, 240);
	background-size: cover;
}

/* Resources - Books */

.books {
	width: 80%;
	margin: 4% auto;
}

ul.book-block {
    background: white;
  width: 31.33%;
  padding: 4% 3% 1%;
  box-sizing: border-box;
  text-align: center;
  float: left;
  margin: 1% 2% 1% 0;
    height: 410px;
  position: relative;
}

.book-cover {
  max-width: 160px;
  margin: 0 auto;
  -webkit-box-shadow: 2px 1px 3px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 1px 3px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 1px 3px 2px rgba(0,0,0,0.2);
  margin-bottom: 6px;
}

.book-content {
  text-align: center;
}

.book-content a {
	font-size:15px;
}

.book-content h3 {
	line-height: 26px;
	margin: 12px 0 2px;
	font-size: 19px;
}

.book-content p {
	font-size: 16px;
	  color: #9B9B9B;
}

.book-author {
	position: absolute;
  left: 0px;
  right: 0px;
  padding: 0px 8% 5%;
  bottom: 0px;
}

.book-cover-img {
    max-height: 233px;
    width: 100%;
 }

/* Resources - Videos */

.video {
  width: 33.33%;
  background-color: white;
  box-shadow: rgba(100, 100, 100, 0.298039) 0px 1px 3px;
    float: left;
  box-sizing: border-box;
  margin-right: 2%;
  margin-bottom: 4%;
  width: 31.33%;
  height: 24em;
}

.video-content {
  padding: 0 6% 2%;
}

.single-video-content {
	width: 760px; 
	padding: 20px 0px 50px 0px;
	margin: 0 auto;
}

.single-video-content h1 {
	font-size: 42px;
	font-family: 'Proxima Nova Semi';
	color: #414141;
	line-height: 48px;
}

.single-videos iframe {
	height: 422px !important;
}

/* news */


.news-overview {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	background-image: url(https://cognitive-edge.com/wp-content/uploads/2015/03/news-image1.jpg);
	background-size: cover;
}

.news-container {
	background: rgba(232,232,232,.8);
	padding: 60px;
	margin: 10px auto;
	width: 70%;
	margin-top: 5%;
	margin-bottom: 5%;
}

.news-header{
	background-image: url(https://cognitive-edge.com/wp-content/uploads/2015/03/news-image11.jpg);
	background-size: cover;
	height: 353px;
}


.list-news {
	padding: 10px 40px;
}

.list-news h3 a {
	font-size: 22px;
	color: #414141;
}

.list-news h3 a:hover {
	color: #9f2320
	}

.blog-header {
				height: 300px;
			
			}

.headerimage {
				position: absolute;
				width: 100%;
				clip: rect(0px,3000px,353,0px);
			}
			
body > div.wrapper > div.blog-header > img {
				position: absolute;
				width: 100%;
				/*clip: rect(0px,3000px,300px,0px);*/
				height: 300px;
}			
			
.news-content {
				width: 80%;
				/* width: 860px; */
				padding: 50px 0px;
				float: left;
}

.news-content h1 {
				font-size: 42px;
				font-family: 'Proxima Nova Semi';
				color: #414141;
				line-height: 48px;
				margin-bottom: 6px;
}

.news-date {
				margin-bottom: 30px;
				font-style: italic;
				font-size: 30px; 				
}

/*.news-list {
				width: 0%;
				float: right;
				padding: 50px 30px 20px;
				background-color: rgba(232, 232, 232, 0.8);
}

h2.news-list-head {
				margin-bottom: 16px;
				font-family: 'Proxima Nova Semi';
} */

.border {
				width: 40px;
				margin: 10px 0 5%;
				border: 1px solid rgba(0,0,0,0.4)
}

h4.news-list-title {
				font-size: 20px;
				color: #414141;
				line-height: 24px;
}

h4.news-list-title:hover {
				color: #9f2320;
}

p.entry-meta-news {
				margin-bottom: 30px;
}
			

/* Single Despatches 0 Friday - Five */

.despatch--container {
    background-color: white;
    width: 85%;
    margin: 2em 0;
    /*height: 12em;*/
	display: flex;
}

.despatch--container-img {
    width: 30%;
    position: relative;
    float: left;
    /*height: 12em;*/
    background-color: #f8f9fa;
    background-size: cover;
}

.twitter--container {
	text-align: center;
	
}

.twitter--img {
    width: 4.5em;
    margin-top: 9%;
    height: 4.5em;
    border-radius: 50%;
}

.despatch--container-content {
    /*height: 12em;*/
    padding: 1.5em;
    width: 70%;
    float: right;
    box-sizing: border-box;
}

.despatch--container-content > h2 {
	margin-bottom: 0.4em;
}

.despatch--container-img h3 {
	position: absolute;
	bottom: 0;
	color: white;
    width: 100%;
    padding: 0.25em 0.75em;
    margin: 0;
    text-transform: uppercase;
    font-size: 0.95em;
	box-sizing: border-box;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.twitter--container h3 {
    background: none;
    color: #333;
    text-transform: none;
    font-size: 0.8em;
    font-weight: bold;
    bottom: 0.8em;
}

.twitter--container p {
	margin: 1em 0 0;
    font-size: 0.8em;
    padding: 0 2em;
    color: #7e7e7f;
}

/* blog overzicht */

.blog-author-title {
	color: #414141 !important;
}

.h3-blog {
	margin-bottom: 20px;
}

.blog-overview-main {
				background-color: #F0F0F0;
				padding: 40px 0 0;
}

.blog-li, .category-links ul li, .category-links li {
	background-color: #F0F0F0;
	padding: 10px 2px 10px 10px;
	margin-bottom: 1px;
	line-height: 18px;
}

.category-links ul li:hover, .category-links li:hover {
	background-color: #E0E0E0;
}

.blog-overview-content {
				float: right;
				width: 72%;
				margin-bottom: 2%;
}

.blog-overview-history {
				float: left;
				width: 25%;
				list-style: none;
				margin-bottom: 5%;
}

h2.blog-filter {
				margin-bottom: 12px;
				font-family: 'Proxima Nova Rg';
				color: #414141;
}

.category-links a {
				color: #414141;
				font-family: 'Proxima Nova Rg';
}

.category-links a:hover {
				color: #9f2320;
}

.daves-blog {
				padding: 0px 0 0;
				/*margin-bottom: -100px;*/
}

.daves-blog h4, .staff-blog h4, .guest-blog h4 {
	color: #414141;
	margin-bottom: 6px;
}

.guest-blog h4 {
	float: left;
	width: 500px;
}

.guest-blog h4 a {
	float: right;
	font-size: 18px;
	width: 300px;
	margin: 0;
}

.daves-blog h2 {
				font-size: 42px;
				font-family: 'Proxima Nova Semi';
				color: #414141;
				margin-bottom: 20px;
				display: none;
}

.staff-blog {
				/*margin-bottom: -100px;*/
}

ul.small-image {
				background-color: white;
				padding: 0px;
				border: none;
				/* box-shadow: 0 1px 3px rgba(100, 100, 100, 0.3); */
				margin-right: 12px;
				margin-bottom: 2%;
}

small-image img{
	height: 200px;
}

ul.small-image-dave {
				background-color: white;
				padding: 0px;
				border: none;
				box-shadow: 0 1px 3px rgba(100, 100, 100, 0.3);
				margin-right: 10px;
}

small-image-dave img{
				height: 200px;
}

p.meta-blog-overzicht {
	font-size: 16px;
	margin-top: 2px;
}

.preview-content {
				padding: 20px 20px 0;
				/*height: 202px;*/
}

p.preview-content {
				color:yellow;
}

a.preview-btn {
				padding: 15px 10px;
				color: white !important; 
}
.launch {
				background-color: #9f2320;
				color: white;
				padding: 4px 6px;
				/* padding: 6% 24%; */
				font-size: 14px;
				margin: 0px 15px 15px;
				}

.launch-404 {
				background-color: #9f2320;
				color: white;
				padding: 8px 10px;
				/* padding: 6% 24%; */
				font-size: 15px;
				margin: 0px auto;
				width: 50%
				}


.participate {
	float: left;
	width: 200px;
}

a.tip2 {
  position: relative;
  text-decoration: none;
  float: left;
  width: 100px;
}
a.tip2 span {display: none;}
a.tip2:hover span {
  display: block;
  position: absolute; 
  padding: .5em;
  margin-top: -20px;
  content: attr(title);
  min-width: 120px;
  text-align: center;
  width: auto;
  height: auto;
  white-space: nowrap;
  top: -32px;
  background: rgba(0,0,0,.8);
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;    
  color: #fff;
  font-size: .86em;
}
a.tip2:hover span:after {
  position: absolute;
  display: block;
  content: "";  
  border-color: rgba(0,0,0,.8) transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
  height:0;
  width:0;
  position:absolute;
  bottom: -20px;
  left:1em;
}


/* blog  */
.page-id-365 #main {
				padding:0;
}

.launch{
				float:right;
}

.social-blog {
	clear: both;
}

.small-image img, .small-image-dave img {
				width: 100%;
				height: 150px;
}


.small-image, .small-image-dave {
				display: inline-block;
				width: 48%;
				min-height: 100px;
				vertical-align: top;
				margin: 0px 0px 10px;
				padding: 5px;
				border: 1px solid;
}

.alm-btn-wrap {
				text-align: right;
				padding: 0px 0px 0px;
				overflow: hidden;
				display: block;
}

button.alm-load-more-btn.done {
    cursor: default;
    opacity: 0.1;
    background-color: #ED7070;
    box-shadow: none !important;
}

body.single.single-blog .page-title-wrap {
	display:none;
}


body.single.single-blogs #main {
	display:none;
}

.blog-info {
	position:relative;
	margin-top: -82px;
}

.gradient {
	height: 300px;
	position: relative;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.15) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.15))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.15) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.15) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.15) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.15) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26000000',GradientType=0 ); /* IE6-9 */

	margin-top: -300px;
}

.author-avatar img {
	width: 150px !important;
	height: 150px !important;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border: 3px solid white;
}

.author-avatar {
	float: left;
	/*margin-left: -70px;*/
}	

.author-blog {
	font-size: 30px;
	font-family: "Proxima Nova Semi";
	color: white;
	margin-left: 170px;
	padding-top: 40px;
}

.author-blog a {
	color: white;
}

.rss_feed {
	float: right;
	position: relative;
	margin: -55px -108px 0px 0px;
}

.entry-meta {
	padding-top: 30px;
	margin-left: 170px;
}

.by-author {
	font-size: 30px;
	font-family: "Proxima Nova Semi";
	color: white;
	margin-left: 170px;
	padding-top: 40px;
}

.by-author a {
	color: white;
}



.entry-meta a:hover, .entry-meta .cat-links a:hover {
color: #9f2320;
}

.entry-meta .cat-links, .entry-meta .cat-links a {
	text-transform:none;
	font-size: 14px;
	font-family: "Promixa Nova Light", Arial;
	color: #414141;
	font-weight: 100;
	line-height: 22px;
}

.entry-meta .date a:before {
margin-right: -1px;
}

.entry-meta .comments a:before {
margin-right: 4px;
}

.blog-content {
	margin: 8% auto 0;
	width: 75%;
}

.blog-content h1 {
	font-size: 42px;
	font-family: 'Proxima Nova Semi';
	color: #414141;
	margin-bottom: 30px;
	line-height: 48px;
}

.blog-content p {
	font-size: 18px;
	color: #414141;
	line-height: 26px;
	font-family: 'Proxima Nova Light';
}

.blog-content ul, .blog-content ol {
	margin-bottom: 15px;
	font-family: 'Proxima Nova Light';
	margin-left: 5%;
	margin-right: 5%;
	font-size: 18px;
	line-height: 26px;
}

.blog-content a {
	font-family: 'Proxima Nova Rg';
}

.blog-content a:hover {
	color: #02252b;
}

.blog-content li {
	margin-bottom: 5px;
}

.blog-content ul li, .blog-content ol li{
    list-style-position: outside;
}

h1.entry-title-blog {
	font-size: 42px;
	font-family: 'Proxima Nova Semi';
	color: #414141;
	margin-bottom: 30px;
	padding-top: 15px;
}

.entry-content-blog {
	width: 680px;
	margin: 0 auto;
	color: #414141;
}		

p.entry-content {
	color: #414141;
}	

.wp-caption .wp-caption-text {
	text-align: center;
	font-size: 16px;
}

.addtoany_share_save_container {
	margin: 40px 0px 40px !important; 
}

h2.share {
  font-size: 1.2em;
  color: rgb(159, 35, 32);
  float: left;
  margin-right: 2%;
}

.addtoany_list.a2a_kit_size_32 a > span {
	border-radius: 0px !important;
}

/* blog - comments */

#disqus_thread {
	margin: 5% auto 10%;
	width: 75%;
}

div#comments {
	padding: 40px 80px;
}

.comments-title {
	font-size: 30px;
	font-weight: normal;
	line-height: 38px;
	font-family: 'Proxima Nova Semi';
	color: #414141;
}

.comments-area article header cite, .comments-area article header time {
	margin-left: 20px !important;
}

.comments-area article header {
	margin: 0 0 20px;
}

section.comment-content.comment {
	font-size: 16px;
	font-family: 'Proxima Nova Light';
	margin-left: 100px;
	margin-top: -70px;
}

.comments-area article header cite {
	font-style: normal;
	font-size: 22px;
	margin-right: 6px;
	float: left;
	color: #9f2320;
}

.comments-area article {
	margin: 16px 0;
	/* margin: 1.714285714rem 0; */
	border-bottom: 1px rgb(237, 236, 236) solid;
	padding-bottom: 12px;
}

.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
	border-radius: 100px;
}

p.edit-link {
	float: right;
}

div.reply {
	margin-left: 100px;
}
.reply {
	display: block;
	background-color: #E7E7E7 !important;
	width: 50px;
	padding: 1px 6px 1px 8px;
}

.reply:hover {
	background-color: #9f2320 !important;
	color:white !important;
}

a.comment-reply-link {
	padding: 0px 0 8px;
}

a.comment-reply-link:hover {
	color: white !important;
}

.comments-area article header time {
	line-height: 2.4;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}

#respond h3#reply-title {
	font-size: 30px;
	font-weight: normal;
	line-height: 38px;
	padding-bottom: 0;
	margin-top: -30px
}

#respond form p.logged-in-as {
	margin-bottom: 0;
	margin-top: 0px;
	float: right;
}

#respond form {
	margin: 0;
}

#respond form p.form-allowed-tags {
	display: none
}

#respond form input[type="text"], #respond form textarea {
	font-size: 18px !important;
	line-height: 22px !important;
	font-family: 'Proxima Nova Light', Arial !important;
	
}

textarea#comment {
	margin-bottom: 0px;
}

.comments-area li.bypostauthor cite span {
	display: none;
}

/* blog - previous/next */

.otherBlog {
	height: 300px;
	background: black;
	width: 100%
}

.previous {
	width: 50%;
	float: left;
}

.next {
	float: right;
}

.previous-titel {
	position: relative;
	margin: -180px auto 20px;
	text-align: center;
}

.previous-titel::before {
	right: 0px !important;
	left: 0px !important;
	position: relative !important;
}


.previous-link {
	text-align: center;
}

.previous-titel a {
	color: white;
	font-size: 36px;
	font-weight: bold;
	background: rgba(2, 37, 43,0.7);
	padding: 1% 2%;
	line-height: 50px;
}

.previous-link a {
	color: white;
	font-size: 18px;
	background: rgba(2, 37, 43,0.7);
	padding: 1% 2%;
}

.previous-titel::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 2px solid #fff;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}

.previous-img img{
	height: 300px;
	width: 100%;
}

.previous-img {
	height: 300px;
	opacity: 0.5;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.previous-img:hover {
	opacity: 1.0;
}

.no-posts {
	background-color: #02252b;
	height: 300px;
}

p.no-title {
	padding: 110px 0 0;
	text-align: center;
	color: white;
	font-size: 22px;
}

.no-title span {
	font-size: 55px;
	line-height: 80px;
}


.staff-overview {
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
	background-color: #F0F0F0;
}

.staff-content {
	width: 80%;
	margin: 0 auto;
}


/* Posts - Nieuwe blogs */

.post-title {
	font-size: 42px;
	font-family: 'Proxima Nova Semi';
	width: 680px;
	margin: 0 auto;
}

blockquote {
	border-left: 4px solid #9f2320;
}

.alignleft {
	float: left !important;
}

/* Network */

.network-header{
	background-image:url(https://cognitive-edge.com/wp-content/uploads/2015/03/about-image2-.jpg);
	background-size: cover;
	height: 363px;
}

.main-grey {
	background-color: #F0F0F0;
	margin-top: -10px;
}

.social-content {
	padding: 50px 0px;
}

.popular-item-comment {
	background: #F0F0F0;
}

h1.network-title {
	color: #9e2320;
	font-family: 'Proxima Nova Semi', Arial;
	font-size: 40px;
	text-align: center;
}

.avatar-box {
	 text-align: center;
}

h1.avatar-title {
	color: #9e2320;
	font-family: 'Proxima Nova Semi', Arial;
	font-size: 40px;
	text-align: center;
	margin-bottom: 5%;
}

img.avatar {
  border-radius: 150px;
  -webkit-border-radius: 150px;
  margin: 2% 0;
}

input.input-avatar {
  font-size: 16px;
}


.radio-buttons {
	margin: 0 auto;
	text-align: center;
}

.tweets {
	font-size: 15px;
	text-transform: uppercase;
	margin: 0 auto 6%;
	text-align: center;
	color: #9e2320;
}

.spine {
	display: none;
}

.twitter_profile {
	border-radius: 70px !important;
}

.linkedin {
	background-color: white;
	padding: 4%;
	border: none;
	margin-bottom: 50px;
	width: 61%;
	float: left;
}

.linkedin-group {
	background-color: white;
	padding: 4% 2%;
	border: none;
	width: 25%;
	float: right;
	margin-top: 2.3%;
	margin-bottom: 5%;
	
}

.comment-editor input, .comment-content-holder input {
	padding: 1px 20px !important;
	background: #4479BA !important;
}

media="all"
.comment-editor input:hover {
	background: #2A4E77 !important;
	border: none !important;
}

.popular-entity img {
	border-radius: 40px;
}

.commenter img {
	border-radius: 40px;
}

.lngroup-Featured-image {
	float: left;
	width: 50%;
}

.lngroup-group-title {
	padding: 8px 0 0px;
	font-size: 18px;
	text-decoration: none;
	margin: 0;
	float: left;
	color: #006699;
	width: 95%;
}

.lngroup-join {
	float: right;
	position: relative;
	width: 20%;
}

.social-media {
	margin: 0 auto;
	/*width: 860px;*/
	background-color: white;
	width: 100%;
}

.social-media-wall {
	background-color: #ececec;
	padding: 20px;
	border: none;
	box-shadow: 0 3px 5px rgba(100, 100, 100, 0.3);
}

.wall-outer .dcsns-toolbar .filter li a {
	background: #ececec !important;
}

.wall-outer .dcsns-toolbar .filter .link-all {
	color:#9e2320 !important;
	text-shadow: none !important;
}

.comment-editor {
	padding: 10px;
}

.comment-content-holder textarea {
	padding: 0px !important;
	
}

.comment-content-holder p {
	display: -webkit-box;
}

input[type="reset"], input[type="button"], input[type="submit"] {
	background-color: #9e2320;
}

.fts-jal-fb-header {
	display: none;
}

.fts-jal-fb-group-header-desc {
	display: none;
}

.fts-jal-fb-group-display a.fts-powered-by-text, .fts-pinterest-boards-wrap a.fts-powered-by-text {
	display: none !important;
}

.facebook-content {
	width: 80%;
	margin: 0 auto;
	padding-top: 35px;
}

textarea.comment-conten-textarea {
	  padding: 5% 5%% 5% 5% !important;
	  width: 90%;
}

.comment-editor input[type="button"] {
	background-color: #9f2320 !important;
}

/* contact */


.about-contact {
	background-color: #F0F0F0;
	padding: 2px;
}

.page-id-77 #main {
	padding: 0;
}

body.page page-id-77 .page-title-wrap {
	display:none;
}

body.page page-id-77 #main {
	display:none;
}

.contact-container {
	margin-top: 50px;
	width: auto;
}

.contact-form {
	width: 60%;
	float:left;
	margin-right: 10%
}

.contact-address {
	width: 30%;
	float: left;
}

div.wpcf7 {
	width: 100%;
}

.address-title {
	text-transform:uppercase;
	font-family: 'Proxima Nova Semi', Arial;
	font-size: 20px;
	margin: 0;
	margin-bottom: 4px;
}

.adress-content {
	font-size: 18px;
	font-family: 'Proxima Nova Light', Arial;
	line-height: 20px;
	color: #666;
}

input.wpcf7-form-control.wpcf7-submit {
	color: white !important;
	background-color: #9f2320 !important;
	font-family: 'Proxima Nova Rg', Arial;
	font-size: 1em;
	border-radius: 0px;
	/* float: right; */
	padding: 0px 1em;
}

input:read-only {
    color: #414141 !important;
    font-style: italic;
    background-color: rgba(255, 255, 255, 0);
}

#map_canvas { 
	height: 280px; 
	margin: 0; 
	padding: 0;
	}

#map_canvas img {
	max-width: none;
}



/* Register */

input.upme-input, select.upme-input {
	font-size: 1em !important;
	height: 20 !important;
}

.password-meter-message, select#country_field {
	width: 96% !important;
}

#signup-form > .button {
	display: none;
}

.joinnetwork {
	margin-top: -20px;
	margin-bottom: -35px;
	text-align: center;
}

.joinnetwork h2 {
			color: #9e2320;
			font-size: 40px;
			font-family: 'Proxima Nova Semi', Arial;
			margin-bottom: 20px;
}

.register-form{
	width: 80%;
	margin: 0 auto;
	margin-top: -55px;
}

#membership-wrapper > form > fieldset > legend {
	color: #9e2320;
	font-family: 'Proxima Nova Semi', Arial;
	font-size: 40px;
	text-align: center;
	border-bottom: none;
}

div.bottombar span.link {
	float: left !important;
	margin-left: 67px;
}
/*div.bottombar {
	background-color: #9e2320;
}
*/

#subscriptionbox-1 > div.bottombar > span > a {
	color: #FFF;
}

#subscriptionbox-2 > div.bottombar > span > a {
	color: #FFF;
}

div.topbar {
	padding: 0;
}

#subscriptionbox-1 {
	margin-left: 170px;
	
}

#subscriptionbox-2 {
	margin-left: 270px;
}

.topbar {
	width: 16%;
	float: left;
}

/* Registreren */

/* Registreren - create account */

.background-subscription {
	background-color: #F0F0F0;
	padding: 60px 0;
	background-image: url(https://unsplash.imgix.net/42/pygwO3glRbaBCh2uRyd4_8420_rgb.jpg?q=75&fm=jpg&s=eedc775856e644f9b7aa156930ac5bb8);
	background-size: cover;
	}

#membership-wrapper {
	background-color: white;
	padding: 2em 4em 5em;
	border: none;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	box-shadow: rgba(100, 100, 100, 0.298039) 0px 1px 3px;
	margin: 2% 15%;
	opacity: 0.9;
}

#membership-wrapper-extra {
	background-color: white;
	padding: 5% 6% 6%;
	border: none;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	box-shadow: rgba(100, 100, 100, 0.298039) 0px 1px 3px;
	margin: 5% 15% 2% 15%;
	opacity: 0.9;
}

#membership-wrapper input[type="button"], #membership-wrapper input[type="reset"], #membership-wrapper input[type="submit"], .upme-input {
	padding: 14px !important;
}	

#membership-wrapper input, .upme-input {
	width: 90% !important;
}

div.upme-head, div.upme-post-head, div.upme-custom-head {
	background: none;
	  margin-bottom: 2%;
}

div.upme-wrap div.upme-pic, .upme-account_info_separator, .upme-social, .upme-stats {
	display: none;
}

.upme-field.upme-edit.upme-user_pic {
  display: none!important;
}

div.upme-left {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

div.upme-wrap div.upme-name {
	float: none;
}

.upme-field-name {
	color: #9e2320 !important;
	font-family: 'Proxima Nova Semi', Arial;
	font-size: 40px !important;
}

.upme-wrap {
	margin: 0 auto !important;
	float: none !important;
	width: 70% !important;
}

div.upme-wrap div.upme-inner {
	background-color: white;
	border: none;
	box-shadow: rgba(100, 100, 100, 0.298039) 0px 1px 3px;
	opacity: 0.9;
	padding: 5%;
}

.required {
	color: #666;
}

div.upme-wrap input[type='file'], .upme-fileupload-field, a.upme-button-alt, div.upme-button-alt, input.upme-button-alt {
	background: none !important;
	font-size: 14px !important;
	line-height: 18px;
}

input#upme-register {
	  padding: 0 10% !important;
}

/* Registreren - welcome */

.welcome-bg {
	background-color: #F0F0F0;
	padding: 10% 0;
	background-image: url(https://unsplash.imgix.net/42/pygwO3glRbaBCh2uRyd4_8420_rgb.jpg?q=75&fm=jpg&s=eedc775856e644f9b7aa156930ac5bb8);
	background-size: cover;
}

.welcome-content {
	background-color: white;
	padding: 5% 6% 5%;
	border: none;
	box-shadow: rgba(100, 100, 100, 0.298039) 0px 1px 3px;
	margin: 5% 18%;
	opacity: 0.9;
	text-align: center;
}

.welcome-content h1{
	margin-bottom: 30px;
}

.welcome-content p {
	font-size: 17px;
}

.generalpage-content {
	background-color: white;
	padding: 5% 6% 5%;
	border: none;
	box-shadow: rgba(100, 100, 100, 0.298039) 0px 1px 3px;
	opacity: 0.9;
	text-align: left;
}

.generalpage-content h1 {
	margin-bottom: 5%;
}


/* Payment */

.payment-bg {
	background-color: #F0F0F0;
	padding: 3% 0;
	background-image: url(https://unsplash.imgix.net/42/pygwO3glRbaBCh2uRyd4_8420_rgb.jpg?q=75&fm=jpg&s=eedc775856e644f9b7aa156930ac5bb8);
	background-size: cover;
}

.payment-content {
	background-color: white;
	padding: 5% 6% 5%;
	border: none;
	box-shadow: rgba(100, 100, 100, 0.298039) 0px 1px 3px;
	margin: 5% 26%;
	opacity: 0.9;
}

.payment-content p {
	float: left;
	clear: both
}

.payment-title {
	color: #9e2320;
	font-family: 'Proxima Nova Semi', Arial;
	font-size: 40px;
	text-align: center;
	margin-bottom: 15%;
}

input.payfield {
	float: right;
	width: 60%;
	background-color: #F0F0F0;
	margin-top: -2%;
}

.payfield {
	float: right;
	width: 58%;
}

input.paysubmit {
	margin: 8% auto;
}

select.payselect {
	width: 65%;
	float: right;
	background-color: #F0F0F0;
	margin-bottom: 8%;
	margin-top: -1%;
	height: 40px;
}

input.payfield-price {
	width: 25%;
	float: right;
	background-color: #F0F0F0;
	margin: -1% 3% 8% 0;
}

select.payselect-price {
	width: 32%;
	float: right;
	background-color: #F0F0F0;
	margin-bottom: 8%;
	margin-top: -1%;
	height: 40px;
}
.cards {
	margin: 0 auto;
	text-align: right;
	clear: both;
}

.cards img {
	padding: 2%;
	margin-top: -4%;
}

.worldpay-logo {
	text-align: center;
}

/* Account */

	
.pricedetails {
}

.bottombar input {
	background-color: rgba(255,255,255,0);
	margin-top: -10%;
}

label.control-label {
	font-size: 16px;
}

.input-xlarge {
	background-color: rgb(224, 224, 224) !important;
	border: none !important;
	font-family: 'Proxima Nova Rg', Arial !important;
	font-size: 18px !important;
	color: black;
	border-radius: 0px !important;
	padding: 12px 12px !important;
	box-shadow: none !important;
}

#membership-wrapper .help-block {
	margin-top: -2px !important;
	margin-bottom: 12px !important;
}

#membership-wrapper legend, #membership-wrapper-extra legend {
	display: block;
	width: 100%;
	padding: 10px !important;
	margin-bottom: 20px;
	font-size: 1.6em;
	border-bottom: 1px solid #ddd;
}

#membership-wrapper .form-membership .form-element > label {
	padding-top: 13px !important;
}

#membership-wrapper-extra .alert {
	color: #c09853;
}

#membership-wrapper-extra .alert {
	padding: 10px 30px 10px 15px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	background-color: #fbfce3;
	border: 1px solid #ecf088;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#membership-wrapper-extra .alert-success, #membership-wrapper-extra .alert-success .alert-heading {
	color: #468847;
}

#membership-wrapper-extra .alert-success {
	background-color: #def7e4;
	border-color: #8de3a1;
}

input.unsubscribe {
	margin-top: -40px;
	border-radius: 0;
	transition: 0;
	background-color: #C0C0C0;
	text-transform: none;
	font-size: 15px;
	font-weight: normal;
}

.alignright button button-primary {
	box-shadow: none !important;
	padding: 10px !important;
}

#membership-wrapper .form-membership {
	margin-top: 0px !important;
}

input.alignright.button.button-primary {
	padding: 10px 20px !important;
}

input.alignright.button.button-primary:hover {
	color:red;
	box-shadow: none !important;
	
}

a.button.button-primary {
	background-color: #9f2320;
	padding: 10px 40px;
	color: white;
	font-size: 18px;
}

a.button.button-primary:hover, input[type="submit"]:hover {
	background-color: #02252b;
}


.page-id-91 #respond {
	display: none;
}

input.alignright.button.button-primary:hover {
	color:white;
}

/* footer */

.one-fourth > ul {
	list-style: none;
}

h2.titel-footer {
	color: white;
	margin-bottom: 20px;
	font-family: 'Proxima Nova Semi', Arial;
	font-size: 20px;
}

#colophon .widget-title {
	color: white;
	margin-bottom: 6px;
	font-family: 'Proxima Nova Semi', Arial;
	font-size: 20px;
	text-transform: none;
	margin-top: 4px;
}

a.titel-footer-a {
	color: white;
}

a:hover.titel-footer-a {
	color: #9f2320;
}

a.footer-button {
	color: white;
	font-family: 'Proxima Nova Rg', Arial !important;
	font-size: 16px;
}

.entry-title a {
	color: white;
}

a:hover.footer-button {
	color: #9f2320;
}

p.text-footer {
	font-family: 'Proxima Nova Light', Arial;
	font-size: 14px;
	color: #888;
}

li.footer-list {
margin-bottom: -6px;
line-height: 21px;
}

.info-bar .info ul li:before {
	color: #9C2222;	
}

#colophon .widget-wrap {
	background-color: #202020;
	color: white;
}

#colophon .widget-area {
padding: 30px 0 10px;
}

.one-half, .one-third, .one-fourth {
padding-bottom: 10px;
}

#site-generator {
	padding: 10px 0px;
	color: white;
	background-color: #9f2320;
}

#site-generator .copyright a {
  color: white;
  font-weight: bold;
 }

#site-generator .copyright a:hover {
	color: white;
}

#site-generator .copyright {
	width: 100% !important;
	text-align: center;
	font-size: 0.9em;
}

.socialmedia {
	margin: 0 auto;
	width: 39%;
	padding-top: 1%;
}

.framed #body .wrapper {
	background: transparent !important;
}

.fb_iframe_widget span {
	vertical-align: inherit !important;
}

.twitter-follow-button {
	margin: 0% 0% 0% 5%;
}

.IN-widget {
	margin: 0% 0% 0% 2%;

}

/* footer - plugin tribe */

.tribe-events-list-widget .duration {
	font-weight: normal;
	font-weight: 100;
	color: #888;
}

span.date-start.dtstart, span.end-time.dtend, .value-title, .tribe-events-adv-list-widget .duration {
	font-family: 'Proxima Nova Light', Arial;
	font-size: 14px;
	color: #888;
	font-weight: 100;
}

h4.entry-title.summary {
	color: white;
	font-family: 'Proxima Nova Rg', Arial !important;
	font-size: 16px;
	margin-bottom: -5px;
	line-height: 21px;
}

.entry-title a:hover, .entry-title a:focus, .entry-title a:active {
	color: #9f2320;
}

.tribe-events-adv-list-widget ol li {
	margin-bottom: 8px;
	list-style: none;
}


/* author pages */


.author-overview-main {
	background-color: #F0F0F0;
	padding: 1px 0;
}

.genericon-twitter:before {
	content: '\f202';
    font: normal 30px/1 'Genericons';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #55ACEE;
}

.genericon-flickr:before {
	content: '\f211';
    font: normal 30px/1 'Genericons';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FF0084;
}

.genericon-facebook-alt:before {
	content: '\f204';
    font: normal 30px/1 'Genericons';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3B5998;
}

.dave-postcontent {
	width: 100%;
}

.dave-info {
	float: right;
	width: 31%;
	padding: 20px 30px;
	background-color: #ededed;
}

.dave-blogs {
	float: left;
	width: 62%;
}

.dave-blogs h2 {
	color: #9f2320;
	font-size: 28px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.info-photos {
	margin-top: 20px;
}

.info-name {
	margin-top: 10px;
	margin-bottom: 10px;
}

#load-dave{
	float: right !important;
}

.author-title {
	color: #9f2320;
	font-size: 24px;
	margin-bottom: -8px;
	margin-top: 0px;
}

.author-meta {
	margin-top: -5px;
	font-style: italic;
}

.author-list {
	list-style-type: none;
	margin: 0 auto;
	width: 60%
}

.author-dave-list {
	list-style-type: none;
	margin: 0 auto;
}

.author-header {
	background-image: url("https://cognitive-edge.com/wp-content/uploads/2015/04/author-bg.png");
	background-position-y: -270px;
    background-size: cover;
    padding-top: 40px;
    height: 250px;
}

.author-head {
	position: relative;
	margin-top: -160px;
	text-align: left;
	margin-bottom: 50px;
}

.authorpage-avatar {
	float: left;
	width: 20%;
}

.single-scans .authorpage-avatar img {
	border: none !important;
}

.author-name {
	float: right;
	padding: 5% 2% 5% 2%;
	width: 72.5%;
	margin-bottom: 60px;
}

.author-name h1 {
	color: white;
	float: left;
}

.view-profile {
	float: right;
	position: relative;
	top: -18px;
}

.view-profile a {
	color: white;
	padding: 10px 15px;
	background-color: #9f2320;
}

.author-bio {
	float: right;
	background-color: rgba(255,255,255,0.9);
	padding: 5%;
	width: 62.6%;
	margin-bottom: 7%;
}

.dave-flickr {
	float: left;
	padding: 1%;
	margin: 10% 0;

}

.authorpage-avatar img {
	width: 175px;
	height: 175px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border: 3px solid #FFF;
}

.authorname {
	font-size: 40px;
	color: #000;	
	margin-bottom: 10px;
}

.author-content {
	text-align: center;
}

.author-results {
	min-height: 150px;
}


.author-results img {
	display: none;
}

#categories {
	list-style-type: none;
}

.author-filter {
	position: absolute;
}

.dave-filter {
	list-style-type: none;
	margin: 0 auto;
	height: 30px;
	text-align: left;
}

.dave-li {
	float: left;
	padding-right: 10px;
}

.filter-title {
	font-size: 14px;
}

.boxes1 {
    display: none;
}

.selected {
    border : solid 0.5px grey;
    border-radius : 5px;
    color : grey;
}

.link {
	color: #414141;
}

.author-selected {
	color: #9f2320;
	text-decoration: underline !important;
}


.flickr_badge_image {
	margin:0px;
	display:inline;
}

.flickr_badge_image img {
	border: 0px solid #414141 !important; 
	padding:0px; 
	margin:2px;

}

#flickr_badge_wrapper {
	width:100%;
	height: 500px;
	text-align:left;
	margin-top: 10px;
}




summary:focus {
	outline-style: none;
}

summary:before {
	display: none;
}

/* Team profile page */

.team-bg {
	background-color: #F0F0F0;
	padding-top: 10px;
}


/* Category page */

.category_links {
	float: left;
	width: 20%;
}

.category-links {
	/*margin-bottom: 20px;*/
	padding: 8% 10%;
	margin-right: 5%;
	background-color: white;
}

.category_excerpt {
	float: right;
	width: 60%;
	margin-right: 15%;
}

.category_links a {
	font-size: 15px;
}

.category_links a:active, .category_links a:focus {
	font-size: 16px;
}

.category_links h3{
	color: #414141;
}

.event-nav {
	display: none;
}


/* Login */

.wp-core-ui .button-primary {
	background-color: #9f2320 !important;
	padding: 0px 40px !important;
	color: white;
	font-size: 15px;
	border: none;
	border-radius: 0;
}

.dumbBoxWrap { /* The div that shows/hides. */
    display:none; /* starts out hidden */
    z-index:40001; /* High z-index to ensure it appears above all content */
}

.dumbBoxOverlay { /* Shades out background when selector is active */
    position:fixed;
    width:100%;
    height:100%;
    background-color:black;
    opacity:.5; /* Sets opacity so it's partly transparent */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE transparency */
    filter:alpha(opacity=50); /* More IE transparency */
    z-index:40001;
}

.vertical-offset { /* Fixed position to provide the vertical offset */
    position:fixed;
    top:5%;
    width:100%;
    z-index:40002; /* ensures box appears above overlay */
}

.dumbBox { /* The actual box, centered in the fixed-position div */
    width: 650px;
    width:50%; /* Whatever width you want the box to be */
    position:relative;
    margin:5% auto;
    /* Everything below is just visual styling */
    background-color:white;
    padding: 1% 2% 2%;
}

.close {
	background: #9f2320;
	color: #FFFFFF;
	line-height: 35px;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 0px;
	width: 35px;
	text-decoration: none;
	font-weight: bold;
}

.close:hover { background: #aaaaaa ; }

a.close {
  cursor: auto;
}

.dumbBoxWrap.active{
	display:block;
}


/* TIJDELIJKE CSS OPLOSSING VOOR EVENTS CALENDAR */

#tribe-events-content {
	padding: 7% 0;
}


.tribe-events-meta-group.tribe-events-meta-group-organizer,
.tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix {
	display:none;
}

.tribe-events-meta-group-venue {
	display: none !important;
}

.tribe-events-schedule {
	display: none !important;
}

.single-tribe_events h2.tribe-events-single-event-title {
	width: 600px;
}

.tribe-events-meta-group.tribe-events-meta-group-details {
  font-size: 1.4em;
}

.tribe-events-event-cost {
	display: block;
}

dd.tribe-events-event-cost, 
abbr.tribe-events-abbr.updated.published.dtstart {
	font-size: 100% !important;
}

h3.tribe-events-single-section-title {
	font-size: 100%;
	color: #999999;
	padding-bottom: 10px;
}

.tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix {
  padding: 10px 0 10px 20px;
}
			
			

			
/* ==========================================================================
/* -- 5.0 Tablet Devices (Layout, Modifications, etc)
   ========================================================================== */

   
@media (max-width : 1100px)  { 
	
	/* body */ 
	.container, .narrow-layout .wrapper {
		width: 100% !important;
		}
	h2 {
		font-size: 26px;
		}
	h4 {
		font-size: 20px;
		line-height: 22px;
		}
	/* menu 
	.hgroup-right {
		float:none;
		position: static;
	}
	.logheader {
    background-color: #9f2320;
    padding: 8px 18px;
    color: white;
    font-size: 15px;
    margin-right: 0;
	}
	#access li {
	margin: 0 0 0 12px;
	line-height: 30px;
	}
	.search-toggle {
    padding: 10px 18px 10px;
    margin-top: -44px;
	}
	/* Blog overview */
	.blog-overview-main {
	    background-color: #F0F0F0;
	    padding: 40px 10px 0;
	}
	
	/* Blog */
	.blog-header {
		height: 260px;
		}
	.preview-content {
		height: 100%;
		}
	.headerimage {
		position: relative;
		}
	.blog-info {
		margin-top: 0px;
		}
	.post-header {
		margin-top: -42px;
	}	
	.author-avatar img {
		width: 80%;
		height: 80%;
		}
	.author-avatar {
		
		}	
	.author-blog a {
		color: #414141;
		}
	.author-blog {
		font-size: 24px;
		margin-left: 2%;
		padding-top: 20px;
		font-family: "Proxima Nova Rg";
		}
	.entry-meta {
		padding-top: 4%;
		margin-left: 2%;
		}	
	.blog-content {
		width: 84%;
		margin-top: 10%;
		}
	.otherBlog, .previous-img, .previous-img img {
		height: 220px;
	}		
	.previous-titel {
		margin: -120px auto 8px;
	}
	.previous-titel a {
		font-size: 25px;
	}
	..previous-link a {
		font-size: 
	}
	/* Slides */
	.slide-content {
		width: 90%
		}
	/* Articles */
	ul.small-image {
		margin-right: 6px;
		}	
	/* news */
	.news-content {
		width: 56%;
		}
	/* network */
	.linkedin {
		float: left;
		width: 63%;
		}	
	/* footer 
	.one-fourth {
	    width: 90% !important;
	    text-align: center;
	}*/
	
	
	
}
/*
@media (max-width: 767px)  { 
	#site-title a img {
		max-width: 120px !important;
		margin-top: 18px;
		margin-left: -20px;
		}
	.blog-info {
		margin-top: 20px;
		}
	.blog-header {
		height: 260px;
		}	
	.boxes {
		display: none;
	}
} /*
   
   
   