/* !Common */

body, html {
	font-family: 'PT Serif', serif;
	text-align: left;
	padding: 0; margin: 0;
}
body {
	background-image: url('/site/gfx/bg.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: 1800px 1800px;
}
.fc {
	clear: both;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.container {
	padding-left: 0; padding-right: 0;
}
section {
	padding: 50px 0 0 0;
	background-image: url('/site/gfx/divider.gif');
	background-repeat: no-repeat;
	background-position: center -40px;
}
section.subscribe {
	background: #fff;
	padding: 20px 0;
}

.bg-container {
	padding: 0px 0 0 0;
	background: #fff;
}
.centered {
	text-align: center;
}
#infographic {
	display: block;
	margin-top: 30px;
	margin-bottom: 15px;
	text-align: center;
}

#infographic img {
	max-width: 100%;
}

/* !Blockgrid */

.blockgrid {
  display: none !important;
}

.img-left{
    float: left;
    padding: 3px 10px 3px 0;
}
.img-right{
    float: right;
    padding: 3px 0 3px 10px;
}
.img-center{
    display: block;
    text-align: center;
    padding: 3px 0;
}

/* !BTN home */
.btn-home {
	background: #00abbd;
	font-size: 14px;
	text-decoration: none;
	border: 0 none;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	padding: 10px 30px;
	margin: 20px 20px 20px 0px;
	/* width: 25%; */
	min-width: 150px;
}
.btn-home:hover {
	background: #f05921;
	color: #fff;
}

.btn-home-large {
	background: #00abbd;
	font-size: 14px;
	text-decoration: none;
	border: 0 none;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	padding: 10px 30px;
	margin: 0px 20px 20px 0px;
	width: 25%;
	min-width: 125px;
}
.btn-home-large:hover {
	background: #f05921;
	color: #fff;
}

@media screen and (max-width: 768px) {
  .btn-home {
    width: 100%;
    max-width: 400px;
  }

  .btn-home-large {
    width: 100%;
    max-width: 400px;
  }

  .btn-home-large br {
    display: none;
  }
}

.btn-home-search {
/*   padding: 24px 20px 6px; */
  min-height: 80px;
  font-size: 20px;
  line-height: 80px;
  width: 100%;
  background: #000;
	text-decoration: none;
	border: 0 none;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	margin: 0px 20px 20px 0px;
	width: 30%;
	min-width: 125px;
}
.btn-home-search:hover {
	background: #f05921;
	color: #fff;
}

@media screen and (max-width: 768px) {
  .btn-home-search {
    min-height: 60px;
    line-height: 24px;
    padding: 10px 10px;
  }
}


@media screen and (min-width: 768px) {
	.blockgrid.clear-sm {
		display: block !important;
	}
	.blockgrid.clear-sm:before, .blockgrid.clear-sm:after {
		content: " ";
		display: table;
	}
	.blockgrid.clear-sm:after {
		clear: both;
	}
}

@media screen and (min-width: 992px) {
	.blockgrid.clear-sm {
		display: none !important;
	}
}
.blockgrid.clear-md {
	display: none !important;
}

@media screen and (min-width: 992px) {
	.blockgrid.clear-md {
		display: block !important;
	}
	.blockgrid.clear-md:before, .blockgrid.clear-md:after {
		content: " ";
		display: table;
	}
	.blockgrid.clear-md:after {
		clear: both;
	}
}

@media screen and (min-width: 1200px) {
	.blockgrid.clear-md {
		display: none !important;
	}
	.blockgrid.clear-lg {
		display: block !important;
	}
	.blockgrid.clear-lg:before, .blockgrid.clear-lg:after {
		content: " ";
		display: table;
	}
	.blockgrid.clear-lg:after {
		clear: both;
	}
}

/* !Google maps */

.map.sii {
	padding-bottom: 70px;
}

#map-canvas {
	width: 100%;
	height: 350px;
}
@media screen and (min-width: 768px) {
	#map-canvas {
		width: 100%;
		height: 450px;
	}
}
.gm-style-cc {
	display: none;
}
div.map-detail {
	font-family: 'PT Serif', serif;
	text-align: left;
	width: 180px;
}
div.map-detail p {
	margin: 0;
}
div.map-detail a.view {
	margin-top: 10px;
	font-weight: 700;
	display: inline-block;
}


/* !Typography */

p {
	font-size: 14px;
}
p.meta {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px; line-height: 17px;
	color: #939393;
	margin: 0 0 10px 0;
}
ul, ol {
	font-size: 14px;
	margin: 0 0 0 15px;
	padding: 0;
}
	li {
		padding: 0 0 10px 0;
	}
h1, h2 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	margin: 20px 0 5px 0;
}
h3 {
	font-size: 18px;
	line-height: 20px;
	margin: 30px 0 10px 0;
}
h4 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
}
@media (min-width:768px){
	h1, h2 {
		font-size: 28px;
		line-height: 32px;
		margin: 30px 0 15px 0;
	}
	h3 {
		font-size: 24px;
		line-height: 27px;
		margin: 30px 0 10px 0;
	}
	h4 {
		font-size: 20px;
		line-height: 22px;
		font-weight: 700;
	}
	p{
		font-size: 16px;
		line-height: 21px;
	}
	ul, ol {
		font-size: 16px;
		line-height: 21px;
	}
}

.smalltext {
	color: #999;
	font-size: 14px;
}
.bigtext{
	color: #000;
	font-size: 18px;
}

blockquote {
  background: #e9f8f9;
  quotes: "\201C""\201D""\2018""\2019";
  margin: 10px 0px 10px 0px;
  padding: 10px;
}
blockquote:before {
  content: open-quote;
  font-size: 18px;
  margin-right: 5px;
  vertical-align: -2px;
}
blockquote:after {
  content: close-quote;
  font-size: 18px;
  margin-left: 5px;
  vertical-align: 0px;
}
blockquote p {
  display: inline;
}

a {
	color: #00ABBD;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #F05921;
	text-decoration: none;
	outline: 0;
}
h3 a {
	text-decoration: none;
}
h3 a:hover {
	color: #00ABBD;
	text-decoration: underline;
}

/* Fontawesome */
a.fa {
	text-decoration: none;
	color: #00ABBD;
	font-size: 14px;
}
a.fa:hover {
	text-decoration: none;
	color: #F05921;
}

a.fa-times {
	color: #000;
	background: #fff;
	padding: 1px 3px 2px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a.fa-times:hover {
	color: #fff;
	background: #000;
}
a.fa-times:before{
	content: "\f00d";
}

a.fa-linkedin {
	color: #fff;
	background: #00ABBD;
	padding: 1px 3px 2px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a.fa-linkedin:hover {
	color: #fff;
	background: #F05921;
}
a.fa-linkedin:before{
	content: "\f0e1";
}

a.fa-linkedin-square {
	color: #fff;
}
footer a.fa-linkedin-square {
	font-size: 24px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a.fa-linkedin-square:hover {
	color: #fff;
}
footer a.fa-linkedin-square:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
a.fa-linkedin-square:before{
	content: "\f08c";
}

a.fa-facebook-square {
	color: #fff;
}
footer a.fa-facebook-square {
	font-size: 24px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	margin-left: 0px;
}
a.fa-facebook-square:hover {
	color: #fff;
}
footer a.fa-facebook-square:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
a.fa-facebook-square:before{
	content: "\f082";
}

a.fa-twitter-square {
	color: #fff;
}
footer a.fa-twitter-square {
	font-size: 24px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	margin-left: 10px;
}
a.fa-twitter-square:hover {
	color: #fff;
}
footer a.fa-twitter-square:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}


/* fonts */

.fa, .glyphicon{
	position: relative;
	top:1px;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
}

/* !Header */

header {
	background: #00ABBD;
	padding: 20px 0;
}
header .container {
	position: relative;
}

.twitter {
	float: left;
	display: inline-block;
	margin-right: 10px;
	margin-top: 100px;
}

.facebook {
	float: left;
	display: inline-block;
	margin-top: 100px;
}

/*
header .header-logo {
	background: url('/site/gfx/logo-small.png') 0 0 no-repeat;
	height: 125px;
	width: 274px;
	text-indent: -9999px;
	float: left;
}
*/
header .header-logo img {
	max-width: 350px;
}
form.header-search {
	position: relative;
	margin-top: 20px;
	margin-right:60px;
}


@media (min-width:768px){
	form.header-search {
		margin-top: 80px;
		margin-right:0;
	}


}


/*
.searchfield {
	position: absolute;
	right: 0px; bottom: 40px;
	width: 270px;
}
*/
.home-search {
	margin-top: 10px;
}
.search-submit {
	margin-top: 15px;
}
@media (min-width:768px){
	.search-submit {
		margin-top: 0;
	}

}

.search-submit-tagsearch {
  margin: 30px 0;
}

.input-search {
	height: 40px;
	background-color: #D6EDF1;
	color: #00ABBD;
	font-weight: 700;
	border: 0px none;
	padding: 5px 10px 5px 10px;
	width: 100%;
	font-size: 16px;
}
.header-search .input-search{
	padding: 5px 35px 5px 10px;
}
div.searchfor {
	padding-top: 20px;
	padding-bottom: 10px;
}
div.order {
	padding-top: 0px;
	padding-bottom: 10px;
}
div.filters {
	padding-top: 0px;
	padding-bottom: 10px;
}
div.searchtips {
	padding-top: 0px;
	padding-bottom: 30px;
}

div.searchtips a {
	color: #000;
	text-decoration: none;
}
div.searchtips a:hover {
	text-decoration: underline;
}

div.searchtips #advancedsearchtips {
	background: #d6edf1;
	max-width: 655px;
	padding: 1px 10px;
	margin-top: 5px;
	display: none;
	-webkit-transition: max-height 0.8s ease-out;
	-moz-transition: max-height 0.8s ease-out;
	-o-transition: max-height 0.8s ease-out;
	transition: max-height 0.8s ease-out;
}
div.searchtips #advancedsearchtips.active {
	display: block;
	max-height: 500px;
	-webkit-transition: max-height 0.8s ease-out;
	-moz-transition: max-height 0.8s ease-out;
	-o-transition: max-height 0.8s ease-out;
	transition: max-height 0.8s ease-out;
}

div.searchtips #advancedsearchtips p {
	font-size: 14px;
}

div.searchfor-label {
	float: left;
	width: 70px;
	margin-right: 10px;
}
div.searchfor-options {
	float: left;
	display: inline-block;
	font-family: 'PT Sans', sans-serif;
	max-width: 500px;
}

div.searchfor-label-ctp {
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

div.searchfor-label-ctp-inline {
  font-weight: bold;
  color: #fff;
  float: left;
	width: 120px;
  margin-right: 10px;
}

input[type=radio] {
    display:none;
    margin:10px;
}
input[type=radio] + label {
    display:inline-block;
    margin: 0px 8px 8px 0px;
    padding: 2px 8px;
    background-color: #d6edf1;
    cursor: pointer;
    font-weight: 400;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input[type=radio] + label:hover {
 	background-color: #7fd5de;
}
input[type=radio]:checked + label {
   background-image: none;
   background-color:#F05921;
   color: #fff;
}
form.header-search button {
	border: 0;
	background: none;
	position: absolute;
	top: 8px;
	right: 5px;
}
.fa-search:before{
	content: "\f002";
	font-size: 20px;
	color: #00ABBD;
}
.fa-search:hover:before{
	color: #F05921;
}
.fa-pdf:before{
	content: "\f1c1";
	font-size: 20px;
	color: #00ABBD;
}
/*
header .header-side {
	background-color: #00ABBD;
	margin-left: 274px;
	height: 125px;
}
*/
	header .header-logo img {
		width: 100%;
	}
@media (min-width:768px){

/*
	header .header-side {
		margin-left: 460px;
		height: 210px;
	}
*/
}

/* !Navigation */

nav.mainnav {
	background-color: #F05921;
	color: #fff;
}
nav.mainnav.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
nav.subnav {
	background-color: #ffc6b1;
	color: #F05921;
}
nav.subnav ul li a {
	color: #F05921;
}
nav.subnav ul li a:hover,nav.subnav ul li a.active {
	color: #000;
}
nav.subnav.sticky {
	position: fixed;
	top: 51px;
	width: 100%;
	z-index: 999;
}
nav .container {
	text-align: center;
}
.mobile-nav {
	float: right;
	margin-top:-40px;
}
nav.mobilenav {
	background-color: #F05921;
	color: #fff;
		padding-top: 20px;
	padding-bottom: 20px;
}
nav.mobilenav ul {
	font-size: 20px;

}
nav.mobilenav li {
	display: block;
	text-align: left;
	margin: 0;
	margin-left: 15px;
}
nav.mobilenav li:before {
	content:none;
	padding-right: 0;
}
nav.mobilenav ul li
{
    padding-right: 0;
}
.mobilenavigation {
	display: none;
}
a.fa-bars {
	color: #F05921;
	font-size: 40px;
}
a.fa-bars:hover {
	color: #fff;
}
a.fa-bars:before{
	content: "\f0c9";
}
@media (min-width:768px){
	nav {
		padding: 15px 15px 15px 15px;
		font-size: 18px;
	}
	nav.subnav {
		padding: 15px 15px 15px 15px;
		font-size: 20px;
	}
	nav ul {
		font-size: 18px;
	}
	nav.subnav ul {
		font-size: 18px;
	}
}
@media (min-width:992px){
	nav ul{
		font-size: 20px;
	}
	nav.subnav ul {
		font-size: 20px;
	}

}
nav a,nav a:visited,nav a:link {
	color: #fff;
	text-decoration: none;
}
nav a:hover,nav a:active,nav a.active{
	color: #000;
	text-decoration: none;
}
nav ul
{
    margin: 0 auto;
    padding: 0;
}
nav ul li
{
    list-style-type: none;
    display: inline;
    padding-right: 3px;
}
nav li:before {
	content: " | ";
	padding-right: 3px;
}
nav li:first-child:before {
	content: none;
}

/* !Home: Persons */
.persons h4 {
	margin: 0;
}
.content.persons-content h1{
	margin-bottom: 20px;
}
.persons-content h3{
	margin-top: 10px;
}
.persons {
	margin-top: 20px;
}
.persons h3 {
	margin-top: 10px;
}
.persons a {
	text-decoration: none;
}
.persons p {
	margin: 3px 0 3px 0;
}
	.person {
		margin-bottom: 50px;
	}
	.person div {
		padding: 0;
	}
	.person img {
		width: 90%;
		max-width: 70px;
	}

.persondetail {
	padding: 0 0 80px 0;
}

.persondetail img {
	float: right;
	margin: 0 0 20px 20px;
}

.persondetail p.function {
	margin: 3px 0 3px 0;
}

/* !Home: Searchresults */

.searchresults {
	padding: 0 0 80px 0;
}
.searchresults p {
	margin: 5px 0 0 0;
}
.searchresults h4 {
	margin: 30px 0 5px 0;
}
.searchresults h4 a {
	text-decoration: none;
}

.searchresults h5 {
	margin: 30px 0 5px 0;
}
.searchresults h5 a {
  font-size: 16px; line-height: 21px;
  color: #333;
	text-decoration: underline;
}
.searchresults h5 a:hover {
  text-decoration: underline;
}

	.searchresult {
		padding: 0;
	}
	.searchresult h4 {
		margin-bottom: 15px;
	}
	.searchresult p.meta {
		margin-bottom: 0px;
	}
	.searchresult-thumb {
		display: none;
		text-align: right;
	}

	.searchresult-thumb img {
		margin-top: 30px;
	}

	span.search_highlight {
    	background: #cceef2;
	}
	p.meta span.search_highlight {
    	background: #cceef2;
	}

	.searchresult-ctp span.search_highlight {
    background: #ededed;
  }

	a.ctp-label {
  	display: inline-block;
  	position: relative;
  	margin-top: 30px;
  	color: #fff;
  	background-color: #666;
  	padding: 0px;
  	width: 50px;
  	height: 50px;
  	border-radius: 25px;
	}

	a.ctp-label:hover {
    background-color: #000;
  }

	.ctp-label-text {
    position: absolute;
    top: 15px;
    left: 12px;
	}

	a.ctp-label:hover .ctp-label-text {
    color: #fff;
  }

  .searchresult-ctp a {
    color: #000;
  }

  .searchresult-ctp a:hover {
    text-decoration: underline;
  }

@media (min-width:768px){
	.searchresult-thumb {
		display: block;
	}
}

/* !Home: Boilerplate */

.boilerplate {
	text-align: center;
}
.boilerplate h1 {
	font-size: 2em;
	line-height: 1.15em;
	font-weight: 400;
	color: #00ABBD;
	margin: 1.2em 0 1em 0;
}


/* !Home: search */
.inline-search {
	margin-bottom: 40px;
}
.inline-search h1 {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #fff;
}
.inline-search h2{
	margin-bottom: 20px;
}
.inline-search .container {
	background: #00abbd;
	padding-bottom: 0px;
	position: relative;
}
.inline-search .container.home-search {
	background: none;
}



/* !Home: Map */

.map {
	text-align: center;
	margin-top: 30px;
	padding-bottom: 100px;
}
.map h2 {
	margin-bottom: 30px;
}
.map h4 {
	margin: 0 0 5px 0;
}

/* !Home: Keywords */
.keywords {
	padding: 0 0 10px 0;
	padding-bottom: 70px;
	margin-top: 10px;
}
.keywords h2 {
	margin-bottom: 20px;
}
.keywords h3 {
	font-weight: 700;
	color: #00ABBD;
	margin: 10px 0 10px 0;
}
.keywords h3 a,.keywords a {
		color: #F05921;
}
.keywords h3 a:hover,.keywords a:hover {
	color: #00ABBD;
}
.keywords p {
	margin: 0 0 20px 0;
}

/* !Home: casestudy */
.casestudy {
	padding: 0 0 80px 0;
}

.casestudy div.meta {
	background: #e9f8f9;
	margin-bottom: 20px;
}

.casestudy div.meta p.meta {
	margin: 10px 0;
}



/* !Home: news */
.news {
	margin-top: 20px;
}
.news h2 {
	font-size: 28px;
	margin-bottom: 5px;
	margin-top: 10px;
	text-align: center;
}

@media (min-width:768px){
	.news {
		margin-top: 30px;
		padding-bottom: 0;
	}
	.news h2 {
		margin-top: 30px;
	}
}
@media (min-width:1024px){
	.news h2 {
		text-align: left;
	}
}

.blog-home {
	margin-bottom: 20px;
}
.events-home {
	margin-bottom: 20px;
}


/* !Blog */
.blog p.intro {
	margin: 0 0 10px 0;
}
.blog p.meta {
	margin-bottom:8px;
}
.content.blog-detail h1 {
	margin-bottom: 20px;
}
.content.blog-detail {
	padding-bottom: 30px;
}
.events h3 {
	font-size: 20px;
	line-height:110%;
}
.content.event-detail h1 {
	margin-bottom: 20px;
}
.content.event-detail {
	padding-bottom: 30px;
}
.blog h3 {
	font-size: 24px;
	line-height:120%;
}
.blog h3 a:hover {
		color: #F05921;
}
/* !Cookies */
.cookies h4 {
	margin: 0 0 10px 0;
}
.content.cookies {
	padding: 20px 0;
}
.content.cookies ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a#cookiemelding-accepteren{
	margin-right: 10px;
    padding: 7px 15px 10px 15px;
	background-color:#00abbd;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
a#cookiemelding-accepteren:hover{
	background-color: #f05921;
}
a#cookiemelding-afwijzen{
    font-size: 14px;
    margin-right: 10px;
    padding: 5px;
    color: #AAAAAA;
}
a#cookiemelding-afwijzen,
a#cookiemelding-accepteren{
	float: left;
}


/* !Content */

.content {
	background-color: #fff;
/* 	padding: 20px 0px 20px 0px; */
	font-size: 16px;
}
.content h1 {
	margin-bottom: 0;
}
.content h2 {
	margin-top: 0px;
	color: #00ABBD;
}
.content.multiple{
	padding: 20px 0;
}
.content ul {
	margin: 0 0 15px 0;
	padding-left: 17px;
}
.content ul.linklist {
	color: #F05921;
}
.content ul li a{
	color: #00ABBD;
	text-decoration: underline;
}
.content ul li a:hover{
	color: #F05921;
	text-decoration: none;
}
.content .highlight {
	color: #00ABBD;
	font-weight: 700;
}
.content .contentimage {
	margin: 15px 0;
	max-width: 100%;
	height: auto;
}
.content img {
	margin: 15px 0;
	max-width: 100%;
	height: auto;
}
@media (min-width:768px){
	.content {
/* 		padding: 20px 0px 20px 0px; */
	}
	.content.single {
		padding: 0px 0px 60px 0px;
	}
}

/* !agenda elements */

.agenda-date {
	float: left;
	background: #D6EDF1;
	margin: 30px 0 0 0;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #00abbd;
	text-align: center;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	width:65px;
	position: relative;
}
	.agenda-date .day {
		font-size: 180%;
		line-height: 100%;
		font-weight: bold;
	}

	.agenda-date .month {
		font-size: 100%;
		line-height: 100%;
		font-weight: bold;
	}

.agenda-desc {
	overflow: auto;
	padding-left: 20px;
}
.agenda-desc p.meta {
	margin-bottom: 0;
}

/* !form elements */


.subscribeform h3 {
	font-weight: 700;
	font-size: 26px;
	margin-bottom: 5px;
	margin-top: 25px;
}
.input-text {
	height: 40px;
	background-color: #D6EDF1;
	color: #00ABBD;
	font-weight: 700;
	border: 0px none;
	padding: 5px 10px;
	width: 100%;
}
.textarea {
	width: 100%; height: 100px;
	font-weight: 700;
	border: 0px none;
	padding: 5px 10px;
	background-color: #D6EDF1;
	color: #00ABBD;
}
.formrow {
	width:100%;
	margin-right: 0;
	margin-bottom: 15px;
}
.formrow label {
	margin-top: 5px;
	display: block;
	padding: 0;
	color: #ff3300;
}
.formrow label.error {
	font-weight: 400;
	font-size: 12px;
}
@media (min-width:600px){
	.formrow {
		float: left;
		margin-right: 10px;
	}
	.subscribe .formrow {
		width: 190px;
	}
}
.submit{
	background: #00ABBD;
	color: #fff;
	border: 0px none;
	font-weight: 700;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a.submit, .casestudy a.submit {
	display: inline-block;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	padding: 8px 15px 6px 10px;
	height: 40px;
	text-decoration: none;
}
.casestudy a.submit i.fa-file-pdf-o,
.casestudy a.submit i.fa-globe {
	font-size: 22px;
	margin-right: 8px;
}
.submit.newsletter {
	padding: 7px 20px 6px;
	height:40px;
}
.submit.search {
	padding: 6px 20px 6px;
	height: 40px;
	font-size: 20px; line-height: 24px;
	width: 100%;
	background: #000;
}
.submit.search:hover {
	background: #F05921;
}

.submit.search.submit-timeline {
  outline: 0;
  display: inline-block;
  max-width: 250px;
  background-color: #fff;
  color: #888;
  border: 3px solid #D6EDF1;
  padding: 0;
}

.submit.search.submit-timeline:hover {
   color: #000;
}

.submit.search.submit-timeline.active {
  background-color: #D6EDF1;
  color: #000;
}

@media (min-width:768px){
	.submit.search {
		font-size: 24px; line-height: 27px;
	}
}
.submit:hover{
	background: #F05921;
}
#loader {
	padding-top: 10px;
	display: none;
}

/* !Footer */

footer {
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	background-color: #00ABBD;
	color: #fff;
	padding: 10px 0;
}
footer .eulogo {
	background: url('/site/gfx/eulogo.png') 0 0 no-repeat;
	height: 55px;
	width: 81px;
	text-indent: -9999px;
	float: left;
	margin-right: 15px;
}
footer p {
	font-size: 13px;
}
footer a {
	color: #fff;
	text-decoration: underline;
}

/* !Update */

.update {
	background-color: #F05921;
	color: #fff;
	font-size: 18px;
	padding: 20px 20px 20px 20px;
	margin: 0 15px 15px 15px;
	font-weight: 700;
}
@media (min-width:768px){
	.update {
		margin: 0 20px 20px 55px;
		max-width: 600px;
	}
}

/* !SII */

.sii-thumb {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  padding: 10px;
  height: 150px;
}

.sii-thumb img {
  max-width: 100%;
  max-height: 125px;
  vertical-align: middle;
}

span.tag-title {
  color: #000;
}

span.tag-subtitle {
  color: #00abbd;
  font-size: 16px;
}

.theme-tag {
  display:inline-block;
  margin: 0px 8px 8px 0px;
  padding: 2px 8px;
  background-color: #666;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}

.theme-tag:hover {
  background-color: #000;
  color: #fff;
}

.sii-tag {
  display:inline-block;
  margin: 0px 8px 8px 0px;
  padding: 2px 8px;
  background-color: #d6edf1;
  color: #00abbd;
  cursor: pointer;
  text-decoration: none;
  font-weight: 400;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.sii-tag.sii-tag-active {
  background-color: #F05921;
  color: #fff;
}

.sii-tag input {
  display: none;
}

.sii-tag:hover {
 	background-color: #7fd5de;
 	color: #000;
}

.sii-tag.sii-tag-active:hover {
  background-color: #F05921;
  color: #fff;
}
/* !Timeline */

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    margin-bottom: 60px;
    position: relative;
}

.timeline-linear {
  display: none
}

.timeline:before {
    top: -110px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 3px;
    background-color: #D6EDF1;
    left: 50%;
    margin-left: -1.5px;
    margin-top: 55px;
    margin-bottom: 40px;
}

.timeline-linear:before {
  top: -130px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}

.timeline > li.timeline-related {
	margin-bottom: 0px;
}

.timeline > li.timeline-related .timeline-badge-container {
	top: 0;
}

.timeline > li.timeline-related .timeline-date {
	color: #000; font-weight: 400; font-size: 14px; font-family: arial, sans-serif;
	margin-top: 0;
	margin-bottom: 31px;
}

.timeline > li.timeline-hidden {
	max-height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
		-webkit-transition: all 200ms ease;
		-moz-transition: all 200ms ease;
		-ms-transition: all 200ms ease;
		-o-transition: all 200ms ease;
		transition: all 200ms ease;
}
.timeline > li.timeline-hidden.timeline-expanded{
	max-height: 200px;
	opacity: 1;
		-webkit-transition: all 200ms ease;
		-moz-transition: all 200ms ease;
		-ms-transition: all 200ms ease;
		-o-transition: all 200ms ease;
		transition: all 200ms ease;
}

.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #77dbe5;
    border-radius: 2px;
    padding: 15px;
    min-height: 75px;
    position: relative;
/*
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
*/
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #77dbe5;
    border-right: 0 solid #77dbe5;
    border-bottom: 15px solid transparent;
    content:" ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content:" ";
}
.timeline li .timeline-badge-container {
    position: absolute;
    top: 31px;
    left: 50%;
    margin-left: -10px;
    z-index: 100;
}
.timeline li .timeline-badge {
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    background-color: #f05921;
    border: 2px solid #fff;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    position: relative;
    z-index: 50;
		-webkit-transition: all 200ms ease;
		-moz-transition: all 200ms ease;
		-ms-transition: all 200ms ease;
		-o-transition: all 200ms ease;
		transition: all 200ms ease;
}

.timeline li .timeline-badge.timeline-badge-mini{
	width: 15px;
	height: 15px;
	margin-left: 2px;
	background-color: #ccc;
	margin-top: -5px;
	cursor: pointer;
}

.timeline li .timeline-badge.timeline-badge-mini:hover{
	background-color: #aaa;
}

.timeline li .timeline-badge.timeline-badge-mini:nth-child(1){
	z-index: 10;
}
.timeline li .timeline-badge.timeline-badge-mini:nth-child(2){
	z-index: 9;
}
.timeline li .timeline-badge.timeline-badge-mini:nth-child(3){
	z-index: 8;
}
.timeline li .timeline-badge.timeline-badge-mini:nth-child(4){
	z-index: 7;
}
.timeline li .timeline-badge.timeline-badge-mini:nth-child(5){
	z-index: 6;
}
.timeline li .timeline-badge.timeline-badge-mini:nth-child(6){
	z-index: 5;
}
.timeline li .timeline-badge.timeline-badge-mini:nth-child(7){
	z-index: 4;
}
.timeline li .timeline-badge.timeline-badge-mini:nth-child(8){
	z-index: 3;
}
.timeline li .timeline-badge.timeline-badge-mini:nth-child(9){
	z-index: 2;
}
.timeline li .timeline-badge.timeline-badge-mini:nth-child(10){
	z-index: 1;
}

.timeline li .timeline-badge-container:hover .timeline-badge.timeline-badge-mini, .timeline li.hover-timeline .timeline-badge-container .timeline-badge.timeline-badge-mini{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	margin-top: -3px;
}

.timeline li.this-timeline-expanded .timeline-badge.timeline-badge-mini{
	opacity: 0;
}

.this-timeline-expanded .expand-timeline .condense, .expand-timeline .expand{
	display: inline-block;
	margin-right: 5px;
}

.expand-timeline .condense, .this-timeline-expanded .expand{
	display: none;
}


.timeline li.timeline-related .timeline-badge{
	background-color: #000;
}

.timeline.has-expanded li{
	opacity: 0.3;
}

.timeline.has-expanded li.this-timeline-expanded, .timeline.has-expanded li.timeline-expanded{
	opacity: 1;
}

.timeline > li > .timeline-date{
	float: right;
	margin-top: 31px;
	width: 48%;
	font-weight: 700;
	color: #f05921;
}
.timeline > li.timeline-inverted > .timeline-date{
	float: left;
	text-align: right;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge.primary {
    background-color: #00ABBD !important;
}
.timeline-badge.secondary {
    background-color: #F05921 !important;
}
.timeline-title {
	font-size: 18px;
    margin: 0;
    color: #00abbd;
}
.timeline-body > p {
	font-size: 14px;
	line-height: 18px;
	margin-top: 5px;
}
.timeline-body > p, .timeline-body > ul {
    margin-bottom: 0;
}
.timeline-body > p + p {
    margin-top: 5px;
}
@media (max-width: 767px) {
    ul.timeline:before {
        left: 10px;
        margin-top: 110px;
    }
    ul.timeline > li > .timeline-panel, ul.timeline > li > .timeline-date {
		width: inherit;
		margin-left: 45px;
		margin-right: 20px;
    }
    ul.timeline > li > .timeline-badge-container {
        left: 0px;
        margin-left: 0;
        top: 82px;
    }
    ul.timeline > li.timeline-expanded > .timeline-badge-container{
    	top: 31px;
    }
    ul.timeline > li > .timeline-date{
    	float: left;
    	text-align: left;
    }
    ul.timeline > li > .timeline-panel {
        float: right;
    }
    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}
