@font-face {
	font-family: 'markot_bold';
	src: url('font/markot-bold-webfont.eot');
	src: local('☺'),
	url('font/markot-bold-webfont.ttf') format('truetype'),
	url('font/markot-bold-webfont.woff') format('woff'),
	url('font/markot-bold-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'markot_regular';
	src: url('font/markot-webfont.eot');
	src: local('☺'),
	url('font/markot-webfont.ttf') format('truetype'),
	url('font/markot-webfont.woff') format('woff'),
	url('font/markot-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*
Theme Name: nessc
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nessc
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 nessc is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
0.0 - Reset
1.0 - Layout
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
--------------------------------------------------------------*/

/* Colors ------------------------------------------------------

Dark Red: #a7062e
Dark Cyan: #007581

------------------------------------------------------------- */


/*--------------------------------------------------------------
0.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
1.0 - Layout
--------------------------------------------------------------*/

#page {
	background: url("img/header-bg.png") no-repeat;
	margin: 0 auto;
	position: relative;
	width: 1188px;
}

.home #page {
	background: url("img/header-bg-front.png") no-repeat;
}

#page-inner {
	margin-bottom: 100px;

}

#main {
	position: relative;
}

#content {
	border-right: 1px solid #006e7d;
}

.home #content {
	border-right: 0;
}

.content-area {
	background: #fff;
	float: left;
	margin: 0 -295px 0 0;
	width: 100%;
}

.site-main {
	border: 1px solid #006e7d;
	border-width: 0 1px;
	margin: 0 295px 0 0;
	padding-left: 224px;
}

.site-content .widget-area {
	float: right;
	overflow: hidden;
	padding: 15px 7px;
	width: 295px;
}

.home .content-area,
.home .site-main {
	background: none;
	margin: 0;
	padding: 0;
}

#footer {
	background: url("img/footer-bg.png") no-repeat;
	border-top: 1.5em solid #fff;
	padding-top: 52px;
	position: relative;
}

.home #footer {
	background: url("img/footer-front-bg.png") no-repeat;
}

.site-info {
	font-size: .8em;
	line-height: 33px;
	position: absolute;
	right: 10px;
	top: 0;
}

.site-info a,
.site-info a:hover,
.site-info a:focus,
.site-info a:active,
.site-info a:visited {
	color: #fff;
}


/* Header ***************/

.site-branding {
	background: url("img/NESSC-logo.png") no-repeat 0 0;
	height: 115px;
	position: absolute;
	left: -15px;
	top: 62px;
	width: 346px;
}

.site-branding .site-title {
	font-size: 1px;
	line-height: 1px;
	text-indent: -99999px;
}

.site-branding .site-title a {
	display: block;
	height: 115px;
	width: 346px;
}

/* Homepage *************/

.homepage-block {
	border-right: 1px solid #006e7d;
	color:#737373;
	float: left;
	font-family: 'markot_regular',Sans-Serif;
	font-size:15px;
	height: 190px;
	margin-bottom: 36px;
	overflow: hidden;
	padding: 0 7px;
	position: relative;
	width: 25%;
}

.homepage-block h2 a {
	color: #006e7d;
	font-family: 'markot_bold',Sans-Serif;
	text-decoration: none;
}

.homepage-block h2 {
	line-height: 27px;
}

.subtitle {
	display: block;
	font-weight: bold;
	color: #006e7d;
}

span.content-type {
	color:#006e7d;
	font-family: 'markot_regular',Sans-Serif;
	font-size:13px;
	text-transform:uppercase;
}

span.all-link a {
	color:#8e132c;
	font-family: 'markot_regular',Sans-Serif;
	font-size:13px;
	position:absolute;
	right:7px;
	text-decoration:none;
	text-transform:uppercase;
	top:1px;
}

span.all-link a:hover {
	color:#006e7d;
}
a.more-link{
	color:#8e132c;
	display:block;
	text-decoration:none;
}

a.more-link:hover {
	color:#006e7d;
}

.homepage-block a.more-link {
	bottom:-4px;
	display:block;
	position:absolute;
	text-decoration:none;
}

.block-1, .block-5 {
	border-left: 1px solid #006e7d;
}

.thumbnail-link {
	position:absolute;
	bottom:0px;
}
.thumbnail-link img {
	display: block;
}
.thumbnail-text {
	color: #fff;
	font-size: 20px;
	left: 14px;
	line-height: 26px;
	position: absolute;
	top: 11px;
	width: 210px;
}

.button-play {
	bottom: 23%;
	display: block;
	height: 60%;
	left: 37%;
	overflow: hidden;
	position: absolute;
	width: 28%;
}
.button-play img {
	top: 0;
}
.thumbnail-link:hover .button-play img {
	bottom: -1px;
	top: auto;
}

/* Page ****************/

.attachment-page-header {
	border-bottom: 1.5em solid #fff;
	left: -1px;
	position: absolute;
	top: 0;
}


.page-header {
	margin-bottom: 1.5em;
}

.entry-header{
	margin-bottom:1em;
}

h2.entry-title a{
	color:#006e7d;
	font-family: 'markot_bold',Sans-Serif;
	font-size:20px;
	text-decoration:none;
}

h2.entry-title a:hover{
	color:#8e132c;
}

.header-overlay-transparant {
	left: 0;
	position: absolute;
	top: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}

#main h1 {
	color: #fff;
	font-size: 32px;
	margin-left: -232px;
	padding: 149px 0 20px 27px;
	position: relative;
	text-transform: uppercase;
}


h1 {
	color:#006e7d;
	font-family: 'markot_bold',Sans-Serif;
}

h2 {
	color:#006e7d;
	font-family: 'markot_bold',Sans-Serif;
	font-size:20px;
}

h3 {
	color:#006e7d;
	font-family: 'markot_bold',Sans-Serif;
	font-size:16px;
}

h4 {
	color:#006e7d;
	font-family: 'markot_bold',Sans-Serif;
	font-size:14px;
}

h5, h6 {
	color:#006e7d;
	font-family: 'markot_bold',Sans-Serif;
	font-size:12px;
}

p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
hr.clean {
	margin: 0.5em 0;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #8e132c;
	text-decoration:none;
}
a:visited {
	color: #8e132c;
}
a:hover,
a:focus,
a:active {
	color: #006e7d;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

/* Main Menu *****************/
.main-navigation {
	clear: both;
	display: block;
	float: right;
	margin: 47px 0 39px;
}

.main-navigation ul.nav-menu {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul.nav-menu > li{
	margin-bottom: 5px;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	color:#8e132c;
	display: block;
	padding: 8px 0 8px 20px;
	padding-left: 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.main-navigation ul.sub-menu {
	list-style: none;
	background-color:rgba(255,255,255,1);
	display: none;
	left: 0;
	margin-left: 0;
	position: absolute;
	z-index: 99999;
}

.main-navigation ul li:hover ul {
	display: block;
}

.main-navigation ul ul a {
	color:#8e132c;
	font-size:14px;
	width: 200px;
}
.main-navigation ul ul li {
	float: none;
	border-top: 1px solid  #eee;
	padding: 0 25px 0 15px;
}

.main-navigation ul ul ul li {
	padding: 0 15px 0 25px;
}

.main-navigation ul ul ul ul li {
	padding: 0 5px 0 35px;
}

.main-navigation li:hover > a {
	color:#006e7d;
}

.main-navigation ul ul :hover > a {
	color:#006e7d;
}

/* .main-navigation ul li.current-menu-item > ul,
.main-navigation ul li.current-page-ancestor > ul,
.main-navigation ul li.current-post-ancestor > ul {
	display: block;
}
 */
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current-menu-parent > a {
	color:#006e7d;
} 

/* Top Menu *****************/

#top-menu-container {
	margin-top: 58px;
}

.top-navigation {
	float: right;
}

.top-navigation ul,
.top-navigation li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-navigation li {
	float: left;
}

.top-navigation li a {
	color:#8e132c;
	display: block;
	padding-left: 20px;
	text-decoration:none;
	text-transform: uppercase;
}

.top-navigation li a:hover {
	color:#006e7d;
}

.top-navigation ul li.twitter a {
	background: url(img/ico_twitter.png) no-repeat 0 0;
	height:30px;
	margin:0 0 0 10px;
	width:30px;
}

.top-navigation ul li.twitter a:hover{
	background: url(img/ico_twitter_hover.png) no-repeat 0 0;
}

.top-navigation ul li.linkedin a {
	background: url(img/ico_linkedin.png) no-repeat 0 0;
	height:30px;
	margin:0 0 0 10px;
	width:30px;
}

.top-navigation ul li.linkedin a:hover {
	background: url(img/ico_linkedin_hover.png) no-repeat 0 0;
}

.top-navigation ul li.facebook a {
	background: url(img/ico_facebook.png) no-repeat 0 0;
	height:30px;
	margin:0 0 0 10px;
	width:30px;
}

.top-navigation ul li.facebook a:hover {
	background: url(img/ico_facebook_hover.png) no-repeat 0 0;
}

.top-navigation ul li.twitter a,
.top-navigation ul li.linkedin a,
.top-navigation ul li.facebook a {
	display:block;
	font-size:1px;
	height:30px;
	text-indent:-9999px;
	width:30px;
}

.top-navigation ul li.contact {
	margin:5px 0 0 0px;
}

.search-block {
	float: right;
	position:relative;
}

div.search-block input.field {
	border-left:0;
	border-right:0;
	border-top:0;
	border-bottom: 1px solid #006E7D;
	border-radius:0;
	color:#006E7D;
	font-family: 'markot_regular',Sans-Serif;
	padding-bottom:8px;
	margin-right:10px;
	width:150px;
}

div.search-block input#searchsubmit {
	background: url(img/ico_search.png) no-repeat 0 0;
	border:none;
	box-shadow:none;
	font-size:1px;
	height:30px;
	position:absolute;
	text-indent:-9999px;
	top:0px;
	right:10px;
	width:16px;
}

/* Small menu */
.menu-toggle {
	display: none;
}
@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	/*margin: 0 0 1.5em;*/
	margin:0 7px 0 0px;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

div.nav-links{
	border-top:1px solid #006E7D;
}
nav.navigation{
	border-left:1px solid #006E7D;
	padding-left:7px;
}

/* Language Menu */

.wpml-ls {
	background: none;
	height: 32px;
	position: absolute;
	right: 2px;
	top: 1px;
	width: 149px;
	z-index: 100;
}

.wpml-ls-item-toggle {
	display: block;
    font-size: 11px;
    text-decoration: none !important;
    color: #444444;
    border: 1px solid #cdcdcd;
    background: #fff;
    padding: 0 0 0 10px;
    line-height: 24px;
}

.wpml-ls-item a {
	color: #444444;
	font-size: 11px;
}

/* Quick filters People page */

#quickfilters {
	background: #fff;
	left: 20px;
	padding-bottom: 20px;
	width: 190px;
	position: absolute;
	top: 254px;
}

#quickfilters  ul {
	margin-left: 0;
}

#quickfilters li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Sub navigation */
#sub-navigation {
	position: absolute;
	left: 0;
	top: 246px;
	width: 224px;
}

#sub-navigation ul {
	list-style: none;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 0;
	margin-left: 0;
}

#sub-navigation ul li{
	border-top: 1px solid  #eee;
}

#sub-navigation>.responsiveSelectContainer>ul>li:first-child{
	border-top: 0;
}

#sub-navigation ul li a{
	padding: 8px 0 8px 10px;
	display: block;
}

#sub-navigation ul ul li a{
	padding: 8px 0 8px 20px;
}

#sub-navigation ul ul ul li a{
	padding: 8px 0 8px 30px;
}

#sub-navigation ul ul ul ul li a{
	padding: 8px 0 8px 40px;
}

#sub-navigation .current_page_item > a,
#sub-navigation .current-menu-item > a,
#sub-navigation .current-menu-ancestor > a,
#sub-navigation .current-menu-parent > a {
	color:#006e7d;
} 

#sub-navigation .responsiveMenuSelect {
	display: none !important;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

.widget-overlay-transparant {
	bottom: 0;
	position: absolute;
	right: 0;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/* Meta Slider ***********/

.metaslider .flex-control-nav {
	bottom: 33px !important;
	right: 34px;
	width: auto;
	z-index: 100;
}

#page .flex-control-paging li a {
	background: #fff;
	height: 17px;
	width: 17px;
}

#page .flex-control-paging li a.flex-active {
	background: #006e7d;
}

/* Sidebar Post Teasers */

.simple_post_preview a {
	display: block;
	margin-top: 15px;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

.site-main .pagehead {
	margin-left: -224px;
	position: relative;
	height: 217px;
}

#main.site-main .pagehead h1 {
	margin-left: 0;
	padding: 0;
	position: absolute;
	bottom: 20px;
	left: 27px;
	width: 200px;
}


.home .site-main .pagehead {
	margin-left: 0;
}
@media only screen and (max-width: 1115px){
	.site-main .pagehead {
		height: 173px;
	}
}
@media only screen and (max-width: 1024px){
	.site-main .pagehead {
		height: 160px;
	}
}

@media only screen and (max-width: 975px) {
	.site-main .pagehead {
		height: 184px;
		margin-left: 0;
	}	
}
@media only screen and (max-width: 700px) {
	.site-main .pagehead {
		height: 156px;
	}
}

.sticky {
}
.hentry {
	border-left:1px solid #006E7D;
	padding: 0 18px;
}
.hentry,
.archive  {
	margin: 0;
	padding-bottom: 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	color:#737373;
	font-family: 'markot_regular',Sans-Serif;
	font-size:15px;
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.archive article.post div.entry-content{
	margin:-10px 0 0 0;
}

article.post {
	padding:0 18px 10px;
}

.archive article.post {
	padding:0 6px 10px 6px;
}

.archive header.entry-header,
.search-results header.entry-header {
	border-top:1px solid #006E7D;
}

.archive h2.entry-title,
.search-results h2.entry-title{
	margin:20px 0 0 0px;
}

.archive span.posted-on,
.archive span.date_of_the_event {
	font-family: 'markot_regular',Sans-Serif;
	font-size: 13px;
}

.archive div.entry-content img,
.search-results div.entry-content img  {
	float:left;
	margin:0 20px 0 0;
}

div.pagination-top div.pagination{
	border:none;
}

div.pagination {
	border-top:1px solid #006E7D;
	display:block;
	position:absolute;
	right:7px;
	text-align:right;
	width:652px;
}

div.pagination a,
#page .tubepress_container .pagination a {
	color:#8e132c;
	font-family: 'markot_regular',Sans-Serif;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
}

div.pagination a:hover{
	color:#006E7D;
}

div.pagination span.current,
#page .tubepress_container .pagination span.current {
	color:#006E7D;
	font-size:12px;
	font-weight:bold;
}

div.nav-previous a,
div.nav-next a {
	color:#8e132c;
	font-family: 'markot_regular',Sans-Serif;
	font-size:14px;
	padding:0 5px 0 5px;
	text-decoration:none;
}

div.nav-previous a:hover,
div.nav-next a:hover{
	color:#006E7D;
}

div.backlink {
	text-align: left;
}

/* Tubepress */

.tubepress_normal_embedded_wrapper {
	width: 100% !important;
}


.page-id-22 .entry-header {
	display: none;
}

#page .tubepress_embedded_title {
	color:#006e7d;
	font-family: 'markot_bold',Sans-Serif;
	font-size:20px;
}

#page .tubepress_container .pagination {
	clear: both;
	font-size: 12px;
	margin-left: -11px;
	position: static;
}

#page .tubepress_container .pagination span.current {
	background: none;
	border: 0;
	margin: 0 !important;
}

#page .tubepress_container .pagination a,
#page .tubepress_container .pagination a:hover {
	background: none;
	border: 0;
	box-shadow: none;
	color: #8e132c;
	font-family: 'markot_regular', Sans-Serif;
	padding: 0 5px;
}

#page .tubepress_container .pagination a:hover {
	color:#006E7D;
}

#page .tubepress_thumb {
	margin-bottom: 5px;
}

.tubepress_container dl.tubepress_meta_group,
.tubepress_container dd.tubepress_meta_runtime {
	margin-top: 5px !important;
}

/* People Page */

table.people td {
	vertical-align: middle;
}

table.people td.peopleimg {
	width: 112px;
	padding: 0 10px 0 0;
	vertical-align: top;
}

.content-search-box {
	border: 1px solid #006E7D;
	border-width: 1px 0;
	margin-bottom: 1.7em;
	padding: 10px 0;
}

.content-search-box input {
	width: 340px;
}

.section .section-item {
	display: block !important;
}

/* Aanpassing mei 2020 */
.thumbholder {
	width: 112px;
	padding: 0 10px 0 0;
	display: inline-block;
	vertical-align: top;
}

.thumbholder img {
	width: 100%;
	height: auto;
}

.people.section {
	margin-bottom: 20px;
}

.people.section table {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 125px);
}


/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
aside{
	color:#999;
	font-family: 'markot_regular',Sans-Serif;
	font-size:15px;
}
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {}

/*--------------------------------------------------------------
13.0 Media Queries
--------------------------------------------------------------*/

@media only screen and (max-width: 1115px) {
	#page {
		width: auto;
		/*background:red;*/
	}
	main#main h1{
		font-size:25px;
		padding:120px 0 20px 25px;
	}
	main#main img.attachment-page-header{
		max-width:700px;
	}
	main#main img.header-overlay-transparant{
		max-width:268px;
	}
	.main-navigation ul ul {
		top:400px;
	}
}


@media only screen and (max-width: 1024px) {
	#page {
		width: auto;
		/*background:green;*/
	}
	main#main h1{
		font-size:20px;
		padding:120px 0 20px 25px;
	}
	main#main img.attachment-page-header{
		max-width:650px;
	}
	main#main img.header-overlay-transparant{
		max-width:248px;
	}
	nav#site-navigation{
		font-size:13px;
	}
	nav#site-navigation button.menu-toggle{
		display:none;
		margin:0 0 0 20px;
		width: 320px;
	}
	div.top-navigation ul li a{
		margin:0;
		padding:0;
	}
	div.top-navigation ul li.contact a{
		padding:0 10px 0 5px;
		font-size:13px;
	}
	.responsiveSelectContainer select.responsiveMenuSelect {
		border:1px solid  #006e7d;
	}
	.responsiveSelectContainer{
		margin:0 10px 0 0;
	}
	.main-navigation ul ul {
		top:390px;
	}
}


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

	#page {
		width: auto;
	}
	.site-main {
		border:none;
		margin:0;
		padding:20px 0 0 0;
	}
	div.homepage-block {
		width:380px;
	}
	main#main h1{
		font-size:32px;
		margin:0;
		padding:112px 0 0 15px;
	}
	main#main img.attachment-page-header{
		max-width:750px;
	}
	main#main img.header-overlay-transparant{
		max-width:285px;
	}
	div#top-menu-container{
		padding:80px 0 0 0;
	}
	.site-content .widget-area {
		float:none;
		overflow:visible;
	}
	div#secondary{
		width:100%;
	}
	div#secondary h2.widget-title{
		padding-top:20px;
	}
	aside img {
		float:left;
		margin:0 20px 0 0;
	}
	div.pagination{
		margin:4px 0 0px 0px;
		width:100%;
	}
	.responsiveSelectContainer{
		margin:0 10px 0 0;
		width:270px;
	}
	.people.section {
		margin-left: 200px;
	}
}

@media only screen and (max-width: 700px) {
	div.homepage-block {
		width:480px;
	}
	#page {
		width: auto;
	}
	main#main img.attachment-page-header{
		max-width:635px;
	}
	main#main img.header-overlay-transparant{
		max-width:242px;
	}
	main#main h1{
		font-size:25px;
		margin:0;
		padding:95px 0 0 18px;
	}
	div#top-menu-container{
		float:left;
		padding:120px 0 0 0;
	}
	.top-navigation {
		float:none;
	}
	div.search-block{
		position:relative
	}
	form#searchform{
		position:absolute;
		left:10px;
		top:0px;
	}
	.main-navigation{
		float:left;
		margin:20px 0 20px 0px;
		width:280px;
	}
	.responsiveSelectContainer select.responsiveMenuSelect{
		border:1px solid  #006e7d;
		margin:0 0 0 40px;
	}
	div.site-branding{
		margin:0 0 0 10px;
	}

}
@media only screen and (max-width: 562px) {
	.peopleouter {
		display: flex;
		flex-direction: column;
	}
	.peopleouter #quickfilters {
		order: 1;
		top: 30px;
		width: calc(100% - 40px);
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	.peopleouter .hentry {
		order: 2;
	}

	.people.section {
		margin-left: 0;
	}

}

@media only screen and (max-width: 480px) {
	#page {
		width: auto;
	}
	main#main img.attachment-page-header{
		max-width:420px;
	}
	main#main img.header-overlay-transparant{
		max-width:160px;
	}
	main#main h1{
		font-size:22px;
		margin:0;
		padding:45px 0 0 19px;
	}
	.site-main {
		border:none;
		margin:0;
		padding:20px 0 0 0;
	}
	#content{
		border:none;
	}
	.content-area{
		float:none;
	}
	.attachment-page-header{
		border:none;
	}
	div#top-menu-container{
		float:left;
		padding:120px 0 0 0;
	}
	.top-navigation {
		float:none;
	}
	div.search-block{
		position:relative
	}
	form#searchform{
		position:absolute;
		left:10px;
		top:0px;
	}
	.responsiveSelectContainer select.responsiveMenuSelect{
		border:1px solid  #006e7d;
		margin:0 0 0 40px;
	}
	.site-content .widget-area{
		float:none;
	}
	div.homepage-block{
		float:none;
		width:320px;
	}
}

@media only screen and (max-width: 400px) {
	nav.site-navigation{
		float:left;
		margin:0 20px 0 0;
		width:300px;
	}
	div.search-block{
		border:1px solid #FFF;
		float:left;
		height:40px;
		margin:20px 0 10px 0;
	}
	.homepage-block{
		border:none;
	}
	.site-branding {
		background-size:85%;
		left:-10px;
	}
	main#main img.attachment-page-header{
		max-width:365px;
	}
	main#main img.header-overlay-transparant{
		max-width:140px;
	}
	.responsiveSelectContainer select.responsiveMenuSelect{
		margin:0 0 0 10px;
	}
	div#searchform{
		width:100px;
	}
	main#main h1{
		font-size:20px;
		margin:0;
		padding:35px 0 0 19px;
	}
	.content-search-box input {
		width: 240px;
	}

}


