/* cmsms stylesheet: WWT2019 modified: maandag 4 november 2019 17:20:13 */


html {
	font-family: sans-serif; 	-ms-text-size-adjust: 100%; 	-webkit-text-size-adjust: 100%; 	color: #222;
	font-size: 1em;
	line-height: 1.4;
}
@font-face {
    font-family: 'wwt';
	src: url('https://www.wwtalmere.nl/uploads/wwt/fonts/wwt.eot');
	src: url('https://www.wwtalmere.nl/uploads/wwt/fonts/wwt.eot?#iefix') format('embedded-opentype'),
		url('https://www.wwtalmere.nl/uploads/wwt/fonts/wwt.woff') format('woff'), 
		url('https://www.wwtalmere.nl/uploads/wwt/fonts/wwt.ttf') format('truetype'),
		url('https://www.wwtalmere.nl/uploads/wwt/fonts/wwt.svg#simplex') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'wwtextra';
	src: url('https://www.wwtalmere.nl/uploads/wwt/fonts/wwtextra.ttf');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'wwt';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, blog, section, summary {
	display: block;
}
body {
	margin: 0;
	background: #fff;
	font-family: 'K2D', sans-serif;
	font-size: 1em;
	color: #555;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}
body#boxed {
	background: #f2f2f2 url(https://www.wwtalmere.nl/uploads/wwt/images/background_drop.png) repeat;
	margin-left: 0.67em;
	margin-right: 0.67em;
}

body.fullwidth .row {
	max-width: none;
}

.container {
	padding-left: 10px;
	padding-right: 10px;
}

.row {
	max-width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
}

.row:before, .row:after, .form-row:before, .form-row:after {
	content: " ";
	display: table;
}

.row:after, .form-row:after {
	clear: both;
}

.full {
	width: 100%;
	display: block;
}

.half, .third, .two-third, .quarter, .three-quarter, .fifth, .two-fifth, .three-fifth, .four-fifth {
	float: left;
}

.half {
	width: 50%;
}

.third {
	width: 33.33%;
}

.two-third {
	width: 66.66%;
}

.quarter {
	width: 25%;
}

.three-quarter {
	width: 75%;
}

.fifth {
	width: 20%;
}

.two-fifth {
	width: 40%;
}

.three-fifth {
	width: 60%;
}

.four-fifth {
	width: 80%
}

.row [class*="-col"] {
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-o-transition:all .4s ease;
	-ms-transition:all .4s ease;
	transition:all .4s ease;
}

@media only screen and (min-width: 768px) {
	
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}

	
	.col, .one-col, .two-col, .three-col, .four-col, .five-col, .six-col, .seven-col, .eight-col, .nine-col, .ten-col, .eleven-col {
		margin-left: 3.8%;
		float: left;
		min-height: 1px;
		position: relative;
	}
	.delmar {
	    margin-left: 0;
	}
	.row .one-col {
		width: 4.85%;
	}
	.row .two-col {
		width: 13.45%;
	}
	.row .three-col {
		width: 22.05%;
	}
	.row .four-col {
		width: 30.75%;
	}
	.row .five-col {
		width: 39.45%;
	}
	.row .six-col {
		width: 48.1%;
	}
	.row .seven-col {
		width: 56.75%;
	}
	.row .eight-col {
		width: 65.4%;
	}
	.row .nine-col {
		width: 74.05%;
	}
	.row .ten-col {
		width: 82.7%;
	}
	.row .eleven-col {
		width: 91.35%;
	}
	.row .twelve-col {
		width: 100%;
		margin-left: 0;
	}
	.row [class*="-col"]:first-child, .row [class*="-col"].first {
		margin-left: 0;
	}

	
	.row .offset-one {
		margin-left: 8.65% !important;
	}
	.row .offset-two {
		margin-left: 17.25% !important;
	}
	.row .offset-three {
		margin-left: 25.85% !important;
	}
	.row .offset-four {
		margin-left: 34.55% !important;
	}
	.row .offset-five {
		margin-left: 43.25% !important;
	}
	.row .offset-six {
		margin-left: 51.8% !important;
	}
	.row .offset-seven {
		margin-left: 60.55% !important;
	}
	.row .offset-eight {
		margin-left: 69.2% !important;
	}
	.row .offset-nine {
		margin-left: 77.85% !important;
	}
	.row .offset-ten {
		margin-left: 86.5% !important;
	}
	.row .offset-eleven {
		margin-left: 95.15% !important;
	}

	
	.row .push-one, .row .push-two, .row .push-three, .row .push-four, .row .push-five, .row .push-six, .row .push-seven, .row .push-eight,
	.row .push-nine, .row .push-ten, .row .push-eleven, .row .pull-one, .row .pull-two, .row .pull-three, .row .pull-four, .row .pull-five,
	.row .pull-six, .row .pull-seven, .row .pull-eight, .row .pull-nine, .row .pull-ten, .row .pull-eleven {
		position: relative;
		margin-left: 0;
	}

	.row .push-one {
		left: 8.65%;
	}
	.row .push-two {
		left: 17.25%;
	}
	.row .push-three {
		left: 25.85%;
	}
	.row .push-four {
		left: 34.55%;
	}
	.row .push-five {
		left: 43.25%;
	}
	.row .push-six {
		left: 51.8%;
	}
	.row .push-seven {
		left: 60.55%;
	}
	.row .push-eight {
		left: 69.2%;
	}
	.row .push-nine {
		left: 77.85%;
	}
	.row .push-ten {
		left: 86.5%;
	}
	.row .push-eleven {
		left: 95.15%;
	}

	.row .pull-one {
		right: 4.85%;
	}
	.row .pull-two {
		right: 13.45%;
	}
	.row .pull-three {
		right: 22.05%;
	}
	.row .pull-four {
		right: 30.75%;
	}
	.row .pull-five {
		right: 39.45%;
	}
	.row .pull-six {
		right: 48%;
	}
	.row .pull-seven {
		right: 56.75%;
	}
	.row .pull-eight {
		right: 65.4%;
	}
	.row .pull-nine {
		right: 74.05%;
	}
	.row .pull-ten {
		right: 82.7%;
	}
	.row .pull-eleven {
		right: 91.35%;
	}
}
.icon-arrow-up:before {
	content: "\e600";
}

.icon-arrow-left:before {
	content: "\e601";
}

.menu-icon-arrow-left:before {
    visibility: hidden;
	content: "\e601";
}

.icon-search:before {
	content: "\e603";
}

.icon-printer:before {
	content: "\e604";
}

.icon-linkedin:before {
	content: "\e605";
}

.icon-pinterest:before {
	content: "\e606";
}

.icon-youtube:before {
	content: "\e607";
}

.icon-facebook:before {
	content: "\e608";
}

.icon-google:before {
	content: "\e609";
}

.icon-twitter:before {
	content: "\e60a";
}

.icon-link:before {
	content: "\e602";
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

hr {
	display: block;
	padding: 0;
	border: solid #5ab4ff;
	border-width: 1px 0 0 0;
	margin: 0 0 30px 0;
	height: 0;
	clear: both;
}
.greybar {
    height: .3em;
    border: none;
    width: 100%;
    background: #eceef0;
    box-shadow: 0px 7px 13px 5px #eceef0;
    -moz-box-shadow: 0px 7px 13px 5px #eceef0;
    -webkit-box-shadow: 0px 7px 13px 5px #eceef0;
}

.smallgreybar {
    height: 1px;
    border: none;
    width: 100%;
    background: #eceef0;
    box-shadow: 0px 7px 13px 5px #eceef0;
    -moz-box-shadow: 0px 7px 13px 5px #eceef0;
    -webkit-box-shadow: 0px 7px 13px 5px #eceef0;
}

small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

.site-description {
    font-size: 2em;
    color: #4193cf;
}

a {
	color: #5ab4ff;
	text-decoration: none;
}

a.external {
	text-decoration: none;
}

a:visited {
	color: #4193cf;
}

a:hover {
	color: #555;
	transition: transform .3s ease-out;
	-webkit-transition: color .3s ease-out;
	-moz-transition: color .3s ease-out;
	-o-transition: color .3s ease-out;
	text-decoration: thin dotted;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

a.external:after {
	content: "\\e602";
	padding-left: 4px;
	font-family: 'wwt';
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
}
a img {
	border: none;
}
img {
	border: 0;
	max-width: 100%;
}
svg:not(:root) {
	overflow: hidden;
}
h1 {
	font-weight: 400;
}

h2 {
	font-weight: 600;
}

h3 {
	font-weight: 700;
}

h4, h5, h6 {
	font-weight: 600;
}

h1 {
	color: #5ab4ff;
	font-size: 1.5em; }
h2 {
	color: #5ab4ff;
	font-size: 1.25em; }
h3 {
	color: #555;
	font-size: 1.5em; }

h4 {
	color: #5ab4ff;
	font-size: 1.375em; }

h5 {
	font-size: 1.25em }

h6 {
	font-size: 1.125em; }


fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}


legend {
	border: 0; 	padding: 0; }


button, input, select, textarea {
	font-family: inherit; 	margin: 0; 	max-width: 80%;
}


button, input {
	line-height: normal;
}


button, select {
	text-transform: none;
}


button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; 	cursor: pointer; }


button[disabled], html input[disabled] {
	cursor: default;
}


input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; 	padding: 0; }


input[type="search"] {
	-webkit-appearance: textfield; 	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; 	box-sizing: content-box;
}


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


button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}


textarea {
	overflow: auto; 	vertical-align: top; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}


.hidden {
	display: none !important;
	visibility: hidden;
}


.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}


.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}


.invisible {
	visibility: hidden;
}

ul, ol {
	margin: 1em 0;
	padding: 0 0 0 40px
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0
}

.leftaligned {
	margin-left: 0;
}

.rightaligned {
	margin-right: 0;
}
.right {
	float: right;
}

.left {
	float: left;
}
.spacing {
	margin: 15px;
}

.spacing.left {
	margin-right: 0;
}

.spacing.right {
	margin-left: 0;
}

.border {
	border: 2px solid #e9e9e9;
}
.page-wrapper {
	border-top: 5px solid [$dark_blue]];
	margin-bottom: 15px;
}

#boxed #wrapper {
	margin: 0 auto;
	margin-top: 15px;
	border-top: 5px solid #4193cf;
	background: #fff;
	box-shadow: 0 0 15px 0 #c6c6c6;
	max-width: 1200px;
}

#boxed.page-wrapper {
	border-top: none;
}

.inner-section {
    position: relative;
	padding-left: 20px;
	padding-right: 20px;
}

.nav-section {
    display: flex;
    width: 100%;
    max-height: 100%;
    background-color: #eceef0;
}
.scroller_anchor {
    height:0px;
    margin:0;
    padding:0;
}
.scroller {
    z-index:100;
    max-width: 100%;
}
.mobimentxt {
    color: #4193cf;
}
.homeicon {
    max-height: 1em;
    margin-top: -.25em;
}

.top-img-section {
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #eceef0;
}
.left-top-img {
    display: none;
    float: left;
    position: relative;
    width: 70%;
}
.topimgleft {
    max-width: 100%;
}
.right-top-img {
    display: flex;
    float: right;
    margin: .4em auto;
}
.topimgright {
    margin: 0 auto;
    border-radius: 25px;
    border: .1em solid #eceef0;
    padding: .25em 1.2em 0 1.2em;
    background-color: #fff;
}
.topimgrightheader {
    text-align: center;
    color: #4193cf;
    font-size: 1.2em;
    font-weight: 900;
    padding-bottom: .2em;
    border-bottom: .1em dotted #eceef0;
}

.topimgrightheader a {
    color: #4193cf;
}
.topimgrightheader a:hover {
	color: #4193cf;
	transition: transform .3s ease-out;
	-webkit-transition: color .3s ease-out;
	-moz-transition: color .3s ease-out;
	-o-transition: color .3s ease-out;
	text-decoration: thin dotted;
}

.topimgrightimg {
    padding-top: 2em;
}


.logo {
	margin-top: 20px;
	float: left;
	margin-left: 4em;
}
.logo a {
	display: block;
}
.logoimg {
    max-width: 229px;
}
.top .header {
    display: block;
    position: relative;
    text-align: center;
}
.header-center {
    float: left;
}
.header-right {
    float: right;
}

.wwthomeicon {
    font-family: wwtextra;
    color: #555;
    font-size: 1.2em;
}
.wwthomeicon:hover {
    color: #5ab4ff;
    -webkit-transition:color 300ms ease 0s;
}
#inlogbox {
    margin: 0;
}
#inlogbox .wrapper {
    display: inline-block;
    width: 100%;
    margin: 0;
    height: 20px;
    position: relative;
}
#inlogbox .topname {
    height: 100%;
    width: 100%;
    display: block;
    cursor: pointer;
    z-index: 992;
    position: relative;
    text-align: center;
    color: #969a9e;
}
#inlogbox .topname:before {
    position:relative;
    top:2px;
    left:0;
    font-family:wwtextra;
    font-style:normal;
    font-size:14px;
    font-weight:400;
    margin-right:5px;
    text-decoration:inherit;
    content:"_";
}
#inlogbox .topname:hover {
    color: #5ab4ff;
    -webkit-transition:color 300ms ease 0s;
    -moz-transition:color 300ms ease 0s;
    -o-transition:color 300ms ease 0s;
    -ms-transition:color 300ms ease 0s;
    transition:color 300ms ease 0s;
}
#inlogbox .topname:after {
    content:"P";
    font-family:wwtextra;
    font-size:10px;
    font-style:normal;
    font-weight:400;
    margin-left:5px;
    text-decoration:inherit
}
#inlogbox .inlogboxcontent {
    position: absolute;
    top: 0;
    display: block;
    z-index: 991;
    height: 0;
    width: 10em;
	right: 0;
	left: auto;
    padding-top: 30px;
    -webkit-transition: height .5s ease;
    -webkit-transition-delay: .4s;
}
#inlogbox .wrapper:active .inlogboxcontent {
    height: 120px;
    z-index: 993;
    -webkit-transition-delay: 0s;
}
#inlogbox .inlogboxcontent:hover {
    height: 120px;
    z-index: 993;
    -webkit-transition-delay: 0s;
}
#inlogbox .inlogboxcontent ul {
    background: #f1f1f1;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
}
#inlogbox .inlogboxcontent ul a {
    text-decoration: none;
}
#inlogbox .inlogboxcontent li:hover {
    background: #eee;
    color: #5ab4ff;
    -webkit-transition:color 300ms ease 0s;
    -moz-transition:color 300ms ease 0s;
    -o-transition:color 300ms ease 0s;
    -ms-transition:color 300ms ease 0s;
    transition:color 300ms ease 0s;
}
#inlogbox .inlogboxcontent li {
    list-style: none;
    text-align: left;
    color: #969a9e;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    padding-left: 10px;
}
/*MAIN MENU*/
.menu-toggle{
	display:    block;
	padding:    10px;
	margin:     20px 0 0;
	cursor:     pointer;
}
.menu-toggle{/*make menu float right, instead of sitting under the logo*/
	margin-top: 10px; /*this depends on the height of the logo*/
}
.menu-toggle.toggled-on{
	background: #555;
	color:      #fff;
}
.srt-menu{
	display:none;
}	
.srt-menu.toggled-on{
	display:block;
	position:relative;
	z-index:10;
}

.srt-menu{
	clear:both;
	margin-bottom:60px;
	
}
.srt-menu li a {
	display:block;
	margin:1px 0; 
	padding:10px;
	text-decoration:none;
}
.srt-menu li a:hover{
	background:#0099ff;
	color:#fff;
}
.srt-menu li li a {
	background:#e8e8e8;
	padding-left:40px;
}
.srt-menu li li li a {
	background:#efefef;
	padding-left:80px;
}

/*SECONDARY MENU*/
#secondary-navigation{
	margin-bottom:60px;
}
#secondary-navigation ul{
	margin:0;
	padding:0;
}
#secondary-navigation ul li a{ 
	background:#E6E6E6;
	display:block;
	margin:5px 0; 
	padding:10px;
	text-decoration:none;
}
#secondary-navigation ul li a:hover,
#secondary-navigation ul li.current a{
	background:#0099ff;
	color:#fff;
}
@media only screen and (min-width: 768px) {

/*** MAIN MENU - ESSENTIAL STYLES ***/

    .srt-menu, .srt-menu * {
    	margin:		0;
    	padding:	0;
    	list-style:	none;
    }
    .srt-menu ul {
    	position:	absolute;
    	display:    none;
    	width:		12em; /* left offset of submenus need to match (see below) */
    }
    .srt-menu ul li {
    	width:		100%;
    }
    .srt-menu li:hover {
    	visibility:	inherit; /* fixes IE7 'sticky bug' */
    }
    .srt-menu li {
    	float:		left;
    	position:	relative;
    	margin-left:1px;
    }
    .srt-menu li li {
    	margin-left:0px;
    }
    .srt-menu a {
    	display:		block;
    	position:		relative;
    }
    .srt-menu li:hover ul,
    .srt-menu li.sfHover ul {
    	display:block;
    	left:			0;
    	top:			45px; /* match top ul list item height */
    	z-index:		99;
    	-webkit-box-shadow:  2px 3px 2px 0px rgba(00, 00, 00, .3);
        box-shadow:  2px 3px 2px 0px rgba(00, 00, 00, .3);
    }
    ul.srt-menu li:hover li ul,
    ul.srt-menu li.sfHover li ul {
    	top:			-999em;
    }
    ul.srt-menu li li:hover ul,
    ul.srt-menu li li.sfHover ul {
    	left:			12em; /* match ul width */
    	top:			0;
    }
    ul.srt-menu li li:hover li ul,
    ul.srt-menu li li.sfHover li ul {
    	top:			-999em;
    }
    ul.srt-menu li li li:hover ul,
    ul.srt-menu li li li.sfHover ul {
    	left:			10em; /* match ul width */
    	top:			0;
    }
    
    /*** DEMO1 SKIN ***/
    #topnav, .srt-menu {
    	float:right;
    	margin: 0 0 0 2em;
    }
    .srt-menu a {
    	text-decoration:none;
    }
    .srt-menu li a {
        font-size: 1.2em;
        font-weight: 900;
        margin:0; 
    	padding:10px 20px;
    	height:45px;
    }
    .srt-menu a, .srt-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
    	color:			#0099ff;	
    }
    .srt-menu li li a {
    		border-top:		1px solid rgba(255,255,255,.2);
    		background:		#333; /*fallback for old IE*/
    		background:rgba(0,0,0,.6);
    		color:	#fff;
    		padding-left:20px;
    		height:auto;
    }
    .srt-menu li li a:visited{color:#fff;}
    .srt-menu li li li a,
    .srt-menu li.current * li a{
    	padding-left:20px;
    	background:rgba(0,0,0,.6);
    }
    
    .srt-menu li:hover > a,
    .srt-menu li.current a{ 
    	color:#fff;
    	background:#0099ff;
    }
    .srt-menu li li:hover > a{
    	color:#fff;
    	background:#0099ff;
    }
}
.footer {
	position: relative;
	border-top: 8px solid #f1f1f1;
	margin: 25px 0 10px 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer:before {
	content: ' ';
	border-top: 2px dotted #fff;
	border-bottom: 2px dotted #fff;
	height: 4px;
	display: block;
	position: absolute;
	width: 100%;
	top: -8px;
	left: 0;
}

.copyright {
	padding-top: 15px;
}

.copyright-info {
	color: #555;
	font-size: .6875em; }

.footer ul.social {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.footer .social li {
	display: inline;
	margin: 0;
	padding: 0;
	margin-right: 6px;
}

.footer .social li a {
	display: inline-block;
	text-decoration: none;
	font-size: 2.625em;
	line-height: 1;
	color: #555;
}

.footer .social li a:hover {
	color: #5ab4ff;
}

.footer .social li a i {
	display: inline-block;
}

.back-top a {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	padding: 8px;
	border: 5px solid #fff;
	text-decoration: none;
	color: #555;
	background-color: #f1f1f1;
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-o-border-radius: 500px;
	position: absolute;
	top: -24px;
	left: 50%;
	margin-left: -12px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.back-top a:hover {
	background-color: #5ab4ff;
	color: #fff;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.footerright {
    visibility: visible;
}

.footerleft {
    visibility: visible;
    padding-left: 50px;
}

.footer-navigation {
	padding-top: 15px;
	border-bottom: 1px solid #f1f1f1;
}

#footer-menu li > a,
#footer-menu li.sectionheader > span {
	color: #555;
	display: block;
	text-decoration: none;
}

#footer-menu li > a:hover,
#footer-menu li > a.current,
#footer-menu li.sectionheader > span:hover,
#footer-menu li.sectionheader > span.current {
	color: #5ab4ff;
} 

#footer-menu > li > a,
#footer-menu > li.sectionheader > span {
	text-transform: uppercase;
	text-decoration: none;
	display: block;
}

#footer-menu > li > ul > li > a,
#footer-menu > li > ul > li.sectionheader > span {
	font-size: .875em; 	padding: 2px 0;
}

#footer-menu > li > ul {
	margin: 15px 0;
}

@media screen and (min-width: 768px) {
    .menu-toggle {
        display:none;
    }
    #menu-main-navigation {
        display:block;
    }
    #inlogbox {
        margin: 30px 0 0 0;
    }
    .header-right {
        margin-top: 2em;
    }
    .header-center {
        margin-top: .9em;
        padding: 1em;
    }
    nav input#menu {
        display: none;
    }
	.lt-768 {
		display: none;
	}
	.logo {
		margin-top: 12px;
		position: relative;
		text-align: left;
	}
	.left-top-img {
        display: flex;
    }
		
	.footer ul.social {
		text-align: left;
	}
	
	.footer .social li a i {
		display: inline-block;
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg);
		-webkit-transition: -webkit-transform 250ms ease-out 0s;
		-moz-transition: -moz-transform 250ms ease-out 0s;
		-ms-transition: -moz-transform 250ms ease-out 0s;
		-o-transition: -o-transform 250ms ease-out 0s;
		transition: transform 250ms ease-out 0s;
	}
	
	.footer .social li a:hover i {
		-webkit-transform: rotateY(360deg);
		-moz-transform: rotateY(180deg);
		-ms-transform: rotateY(360deg);
		-o-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
	
		
	.footer-navigation {
		border-bottom: none;
	}
	
	#footer-menu > li {
		float: left;
		display: block;
		position: relative;
		margin-left: 3.8%;
		width: 30.75%;
	}
	
	#footer-menu > li:first-child {
		margin-left: 0;
	} 
}

@media only screen and (max-width: 780px) {
	.header-bottom {
		padding-top: 20px;
		text-align: center;
		line-height: inherit;
		padding: 20px 0;
	}
}

#bestuur {
    list-style: none;
}
.pixrow {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}
.pix2column {
    -ms-flex: 50%; /* IE10 */
    flex: 50%;
    max-width: 50%;
    padding: 0 4px;
}
.pix3column {
    -ms-flex: 33%; /* IE10 */
    flex: 33%;
    max-width: 33%;
    padding: 0 4px;
}
.pixheader {
    margin: 0 0 0.5rem 0;
    font-family: 'K2D', sans-serif;
    display: block;
    font-size: 1.17em;
    font-weight: bold;
}
@media screen and (max-width: 800px) {
    .pix3column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 600px) {
    .pix3column, .pix2column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        padding-top: 4px;
    }
}


@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-webkit-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}
/* cmsms stylesheet: WWT_formstyles modified: zondag 21 september 2025 15:34:21 */

.wwt-form input[type="text"],
.wwt-form input[type="password"],
.wwt-form input[type="email"],
.wwt-form input[type="url"],
.wwt-form input[type="date"],
.wwt-form input[type="month"],
.wwt-form input[type="time"],
.wwt-form input[type="datetime"],
.wwt-form input[type="datetime-local"],
.wwt-form input[type="week"],
.wwt-form input[type="number"],
.wwt-form input[type="search"],
.wwt-form input[type="tel"],
.wwt-form input[type="color"],
.wwt-form select,
.wwt-form textarea {
    padding: 0.5em 0.6em;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    vertical-align: middle;
    box-sizing: border-box;
    resize: both;
}

.wwt-form textarea {
    padding: 0.5em 0.6em;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    vertical-align: middle;
    box-sizing: border-box;
    min-width: 300px;
    min-height: 200px;
    resize: both;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.wwt-form input:not([type]) {
    padding: 0.5em 0.6em;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}


/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */
.wwt-form input[type="color"] {
    padding: 0.2em 0.5em;
}

.wwt-form input[type="text"]:focus,
.wwt-form input[type="password"]:focus,
.wwt-form input[type="email"]:focus,
.wwt-form input[type="url"]:focus,
.wwt-form input[type="date"]:focus,
.wwt-form input[type="month"]:focus,
.wwt-form input[type="time"]:focus,
.wwt-form input[type="datetime"]:focus,
.wwt-form input[type="datetime-local"]:focus,
.wwt-form input[type="week"]:focus,
.wwt-form input[type="number"]:focus,
.wwt-form input[type="search"]:focus,
.wwt-form input[type="tel"]:focus,
.wwt-form input[type="color"]:focus,
.wwt-form select:focus,
.wwt-form textarea:focus {
    outline: 0;
    border-color: #129FEA;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.wwt-form input:not([type]):focus {
    outline: 0;
    border-color: #129FEA;
}

.wwt-form input[type="file"]:focus,
.wwt-form input[type="radio"]:focus,
.wwt-form input[type="checkbox"]:focus {
    outline: thin solid #129FEA;
    outline: 1px auto #129FEA;
}
.wwt-form .wwt-checkbox,
.wwt-form .wwt-radio {
    margin: 0.5em 0;
    display: block;
}

.wwt-form input[type="text"][disabled],
.wwt-form input[type="password"][disabled],
.wwt-form input[type="email"][disabled],
.wwt-form input[type="url"][disabled],
.wwt-form input[type="date"][disabled],
.wwt-form input[type="month"][disabled],
.wwt-form input[type="time"][disabled],
.wwt-form input[type="datetime"][disabled],
.wwt-form input[type="datetime-local"][disabled],
.wwt-form input[type="week"][disabled],
.wwt-form input[type="number"][disabled],
.wwt-form input[type="search"][disabled],
.wwt-form input[type="tel"][disabled],
.wwt-form input[type="color"][disabled],
.wwt-form select[disabled],
.wwt-form textarea[disabled] {
    cursor: not-allowed;
    background-color: #eaeded;
    color: #cad2d3;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.wwt-form input:not([type])[disabled] {
    cursor: not-allowed;
    background-color: #eaeded;
    color: #cad2d3;
}
.wwt-form input[readonly],
.wwt-form select[readonly],
.wwt-form textarea[readonly] {
    background-color: #eee; /* menu hover bg color */
    color: #777; /* menu text color */
    border-color: #ccc;
}

.wwt-form input:focus:invalid,
.wwt-form textarea:focus:invalid,
.wwt-form select:focus:invalid {
    color: #b94a48;
    border-color: #e9322d;
}
.wwt-form input[type="file"]:focus:invalid:focus,
.wwt-form input[type="radio"]:focus:invalid:focus,
.wwt-form input[type="checkbox"]:focus:invalid:focus {
    outline-color: #e9322d;
}
.wwt-form select {
    /* Normalizes the height; padding is not sufficient. */
    height: 2.25em;
    border: 1px solid #ccc;
    background-color: white;
}
.wwt-form select[multiple] {
    height: auto;
}
.wwt-form label {
    margin: 0.5em 0 0.2em;
}
.wwt-form fieldset {
    margin: 0;
    padding: 0.35em 0 0.75em;
    border: 0;
}
.wwt-form legend {
    display: block;
    width: 100%;
    padding: 0.3em 0;
    margin-bottom: 0.3em;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}

.wwt-form-stacked input[type="text"],
.wwt-form-stacked input[type="password"],
.wwt-form-stacked input[type="email"],
.wwt-form-stacked input[type="url"],
.wwt-form-stacked input[type="date"],
.wwt-form-stacked input[type="month"],
.wwt-form-stacked input[type="time"],
.wwt-form-stacked input[type="datetime"],
.wwt-form-stacked input[type="datetime-local"],
.wwt-form-stacked input[type="week"],
.wwt-form-stacked input[type="number"],
.wwt-form-stacked input[type="search"],
.wwt-form-stacked input[type="tel"],
.wwt-form-stacked input[type="color"],
.wwt-form-stacked input[type="file"],
.wwt-form-stacked select,
.wwt-form-stacked label,
.wwt-form-stacked textarea {
    display: block;
    margin: 0.25em 0;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.wwt-form-stacked input:not([type]) {
    display: block;
    margin: 0.25em 0;
}
.wwt-form-aligned input,
.wwt-form-aligned textarea,
.wwt-form-aligned select,
/* NOTE: wwt-help-inline is deprecated. Use .wwt-form-message-inline instead. */
.wwt-form-aligned .wwt-help-inline,
.wwt-form-message-inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}
.wwt-form-aligned textarea {
    vertical-align: top;
}

/* Aligned Forms */
.wwt-form-aligned .wwt-control-group {
    margin-bottom: 0.5em;
}
.wwt-form-aligned .wwt-control-group label {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    width: 10em;
    margin: 0 1em 0 0;
}
.wwt-form-aligned .wwt-controls {
    margin: 1.5em 0 0 11em;
}
.wwt-form_cgroup {
    margin-top: -.8em;
}

/* Rounded Inputs */
.wwt-form input.wwt-input-rounded,
.wwt-form .wwt-input-rounded {
    border-radius: 2em;
    padding: 0.5em 1em;
}

/* Grouped Inputs */
.wwt-form .wwt-group fieldset {
    margin-bottom: 10px;
}
.wwt-form .wwt-group input,
.wwt-form .wwt-group textarea {
    display: block;
    padding: 10px;
    margin: 0 0 -1px;
    border-radius: 0;
    position: relative;
    top: -1px;
}
.wwt-form .wwt-group input:focus,
.wwt-form .wwt-group textarea:focus {
    z-index: 3;
}
.wwt-form .wwt-group input:first-child,
.wwt-form .wwt-group textarea:first-child {
    top: 1px;
    border-radius: 4px 4px 0 0;
    margin: 0;
}
.wwt-form .wwt-group input:first-child:last-child,
.wwt-form .wwt-group textarea:first-child:last-child {
    top: 1px;
    border-radius: 4px;
    margin: 0;
}
.wwt-form .wwt-group input:last-child,
.wwt-form .wwt-group textarea:last-child {
    top: -2px;
    border-radius: 0 0 4px 4px;
    margin: 0;
}
.wwt-form .wwt-group button {
    margin: 0.35em 0;
}

.wwt-form .wwt-input-1 {
    width: 100%;
}
.wwt-form .wwt-input-3-4 {
    width: 75%;
}
.wwt-form .wwt-input-2-3 {
    width: 66%;
}
.wwt-form .wwt-input-1-2 {
    width: 50%;
}
.wwt-form .wwt-input-1-3 {
    width: 33%;
}
.wwt-form .wwt-input-1-4 {
    width: 25%;
}

/* Inline help for forms */
/* NOTE: wwt-help-inline is deprecated. Use .wwt-form-message-inline instead. */
.wwt-form .wwt-help-inline,
.wwt-form-message-inline {
    display: inline-block;
    padding-left: 0.3em;
    color: #666;
    vertical-align: middle;
    font-size: 0.875em;
}

/* Block help for forms */
.wwt-form-message {
    display: block;
    color: #666;
    font-size: 0.875em;
}

@media only screen and (max-width : 480px) {
    .wwt-form button[type="submit"] {
        margin: 0.7em 0 0;
    }

    .wwt-form input:not([type]),
    .wwt-form input[type="text"],
    .wwt-form input[type="password"],
    .wwt-form input[type="email"],
    .wwt-form input[type="url"],
    .wwt-form input[type="date"],
    .wwt-form input[type="month"],
    .wwt-form input[type="time"],
    .wwt-form input[type="datetime"],
    .wwt-form input[type="datetime-local"],
    .wwt-form input[type="week"],
    .wwt-form input[type="number"],
    .wwt-form input[type="search"],
    .wwt-form input[type="tel"],
    .wwt-form input[type="color"],
    .wwt-form label {
        margin-bottom: 0.3em;
        display: block;
    }
    .wwt-form input[type="text"],
    .wwt-form input[type="password"],
    .wwt-form input[type="email"],
    .wwt-form input[type="url"],
    .wwt-form input[type="date"],
    .wwt-form input[type="month"],
    .wwt-form input[type="time"],
    .wwt-form input[type="datetime"],
    .wwt-form input[type="datetime-local"],
    .wwt-form input[type="week"],
    .wwt-form input[type="number"],
    .wwt-form input[type="search"],
    .wwt-form input[type="tel"],
    .wwt-form input[type="color"] {
        width: 100%;
    }

    .wwt-group input:not([type]),
    .wwt-group input[type="text"],
    .wwt-group input[type="password"],
    .wwt-group input[type="email"],
    .wwt-group input[type="url"],
    .wwt-group input[type="date"],
    .wwt-group input[type="month"],
    .wwt-group input[type="time"],
    .wwt-group input[type="datetime"],
    .wwt-group input[type="datetime-local"],
    .wwt-group input[type="week"],
    .wwt-group input[type="number"],
    .wwt-group input[type="search"],
    .wwt-group input[type="tel"],
    .wwt-group input[type="color"] {
        margin-bottom: 0;
    }

    .wwt-form-aligned .wwt-control-group label {
        margin-bottom: 0.3em;
        text-align: left;
        display: block;
        width: 100%;
    }

    .wwt-form-aligned .wwt-controls {
        margin: 1.5em 0 0 0;
    }

    /* NOTE: wwt-help-inline is deprecated. Use .wwt-form-message-inline instead. */
    .wwt-form .wwt-help-inline,
    .wwt-form-message-inline,
    .wwt-form-message {
        display: block;
        font-size: 0.75em;
        /* Increased bottom padding to make it group with its related input element. */
        padding: 0.2em 0 0.8em;
    }
}

.wwt-button {
    /* Structure */
    display: inline-block;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    box-sizing: border-box;
}

/* Firefox: Get rid of the inner focus border */
.wwt-button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* Inherit .wwt-g styles */
.wwt-button-group {
    letter-spacing: -0.31em; /* Webkit: collapse white-space between units */
    *letter-spacing: normal; /* reset IE < 8 */
    *word-spacing: -0.43em; /* IE < 8: collapse white-space between units */
    text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */
}

.opera-only :-o-prefocus,
.wwt-button-group {
    word-spacing: -0.43em;
}

.wwt-button-group .wwt-button {
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}

/*csslint outline-none:false*/

.wwt-button {
    font-family: inherit;
    font-size: 100%;
    padding: 0.5em 1em;
    color: #444; /* rgba not supported (IE 8) */
    color: rgba(0, 0, 0, 0.80); /* rgba supported */
    border: 1px solid #999;  /*IE 6/7/8*/
    border: none rgba(0, 0, 0, 0);  /*IE9 + everything else*/
    background-color: #E6E6E6;
    text-decoration: none;
    border-radius: 2px;
}

.wwt-button-hover,
.wwt-button:hover,
.wwt-button:focus {
    /* csslint ignore:start */
    filter: alpha(opacity=90);
    /* csslint ignore:end */
    background-image: -webkit-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
}
.wwt-button:focus {
    outline: 0;
}
.wwt-button-active,
.wwt-button:active {
    box-shadow: 0 0 0 1px rgba(0,0,0, 0.15) inset, 0 0 6px rgba(0,0,0, 0.20) inset;
    border-color: #000\9;
}

.wwt-button[disabled],
.wwt-button-disabled,
.wwt-button-disabled:hover,
.wwt-button-disabled:focus,
.wwt-button-disabled:active {
    border: none;
    background-image: none;
    /* csslint ignore:start */
    filter: alpha(opacity=40);
    /* csslint ignore:end */
    opacity: 0.40;
    cursor: not-allowed;
    box-shadow: none;
    pointer-events: none;
}

.wwt-button-hidden {
    display: none;
}

.wwt-button-primary,
.wwt-button-selected,
a.wwt-button-primary,
a.wwt-button-selected {
    background-color: rgb(0, 120, 231);
    color: #fff;
}

/* Button Groups */
.wwt-button-group .wwt-button {
    margin: 0;
    border-radius: 0;
    border-right: 1px solid #111;  /* fallback color for rgba() for IE7/8 */
    border-right: 1px solid rgba(0, 0, 0, 0.2);

}

.wwt-button-group .wwt-button:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.wwt-button-group .wwt-button:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-right: none;
}
.lidlistclear {
    clear: both;
    height: 1px;
}
.lidlist {
    vertical-align: top; 
    height:auto !important; 
}
.showlidlist,
.showialidlist,
.showolidlist {
    display: none; 
}
.hidelidlist:target + .showlidlist,
.hideialidlist:target + .showialidlist, 
.hideolidlist:target + .showolidlist {
    display: inline; 
}
.hidelidlist:target,
.hideialidlist:target,
.hideolidlist:target {
    display: none; 
}
.hidelidlist:target ~ .lidlistitems,
.hideialidlist:target ~ .lidlistitems,
.hideolidlist:target ~ .lidlistitems {
    display:inline; 
}

/*style the (+) and (-) */
.hidelidlist, .showlidlist,
.hideialidlist, .showialidlist,
.hideolidlist, .showolidlist {
	font-family: 'wwtextra';
	margin-right: 0;
	float: left;
	margin-bottom: 25px;
}

.lidlisttop {
	float: left;
	height: auto;
	width: 90%;
	line-height: 20px;
	font-weight: 800;
}
.lidlisttoptxt {
    font-family: 'K2D', sans-serif;
}
.lidlistitems {
    display:block;
    height:auto;
    margin:0;
    float: left;
    column-count: 1;
}
@media (min-width: 600px) {
    .lidlistitems {
        column-count: 2;
    }
}
@media (min-width: 800px) {
    .lidlistitems {
        column-count: 3;
    }
}
@media (min-width: 1200px) {
    .lidlistitems {
        column-count: 4;
    }
}
.lidlistitem {
    height:auto;
    margin:0;
}

.wwt-form input[type="date"] {
  background:#fff url(/uploads/wwt/images/calendar.png)  97% 50% no-repeat ;
}
.wwt-form input[type="date"]:-webkit-calendar-picker-indicator {
  opacity: 0;
}
.wwt-form_statisch {
    padding-top: .6em;
    border-top: 1px solid white;

}
.wwt-form_captcha {
    padding-top: .6em;
    min-height: 150px;
}

/* Styles voor het inschrijfformulier */
.bbif_formstyle {
    text-align: left;
}
.bbif_fieldset {
    border: none;
}
.bbif_formstyle label {
    display: inline-block;
    min-width: 12em;
    vertical-align: top;
}
.bbif_statisch {
    padding-top: .6em;
}
.bbif_captcha {
    padding-top: .6em;
    min-height: 150px;
}
.bbif_formstyle input[type=radio],
.bbif_formstyle input[type=checkbox] {
    margin-left: 15em;
}
.bbif_group {
    margin-top: 0;
}
.bbif_formstyle input[type=text],
.bbif_formstyle input[type=password],
.bbif_formstyle input[type=email],
.bbif_formstyle input[type=date] {
    width : 20em;
    height: 2.2em;
    margin-bottom: .5em;
    padding-left: .4em;
    border: 1px solid #4193cf;
    -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
    -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
    box-sizing: border-box;
}
.bbif_formstyle textarea {
    margin-bottom: .5em;
    padding: 0.5em 0.6em;
    display: inline-block;
    border: 1px solid #4193cf;
    box-shadow: inset 0 1px 3px #ddd;
    box-sizing: border-box;
    vertical-align: middle;
    min-width: 20em;
    height: 6em;
    min-height: 200px;
    resize: both;
}
.bbif_formstyle input[type="date"] {
  background:#fff url(/uploads/wwt/images/calendar.png)  97% 50% no-repeat ;
}
.bbif_formstyle input[type="date"]:-webkit-calendar-picker-indicator {
  opacity: 0;
}

.bbif_formstyle .captchapict {
    display: block;
    float: left;
    margin: .6em;
}
.bbif_formstyle .fbsubmit {
    margin-left: 10em;
    margin-top: 1em;
    width : 10em;
    height: 2.2em;
    margin-bottom: .5em;
    background-color: #fff;
    border: none;
    -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
    -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
    box-sizing: border-box;
}
.bbif_formstyle .fbsubmit:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	background-color: #c6c6c6;
}
.bbif_formstyle .fbsubmit:focus { /*remove border for chrome web-kit browsers */
    outline: 0;
}
.bbif_formstyle .fbsubmit:active {
    background-color: #F5DEB3;
    box-shadow: 0 5px #666;
    transform: translateY(4px) translateX(1px);
}
.bbif_formstyle .fbsubmit:visited {
    color: white;
}
@media only screen and (max-width : 600px) {
.bbif_formstyle input[type=radio],
.bbif_formstyle input[type=checkbox] {
    margin-left: 0;
}

}
/* einde inschrijfformulier stijlen */


/* div-table style presence */

.redx {
    color: #FF0000;
    font-weight: 800;
}
.greencm {
    color: #008000;
    font-weight: 800;
}

.maxwidthdiv {
    overflow-y: hidden;
    overflow-x: auto;
}

#revlist-table {
    display: table;
}
#revlist-table-header {
    display: table-header-group;
    font-family: 'K2D', sans-serif;
    font-weight: 600;
    font-size: 1em;
}
.revlist-table-header-cell {
    display: table-cell;
    padding: 0 4px 0 4px;
    text-align: justify;
    border-bottom: 1px solid #5ab4ff;
}
#revlist-table-body {
    display: table-row-group;
}
.revlist-table-row {
    display: table-row;
}
.revlist-table-body-cell-centered {
    display: table-cell;
    column-width: auto;
    padding: 0 4px 0 4px;
    white-space: nowrap;
    text-align: center;
}
.revlist-table-body-cell {
    display: table-cell;
    column-width: auto;
    padding: 0 4px 0 4px;
    white-space: nowrap;
}
#small-table {
    display: table;
}
#small-table-header {
    display: table-header-group;
    font-family: 'K2D', sans-serif;
    font-weight: 600;
    font-size: 1em;
}
.small-table-header-cell {
    display: table-cell;
    padding: 0 4px 0 4px;
    text-align: justify;
    border-bottom: 1px solid #5ab4ff;
}
#small-table-body {
    display: table-row-group;
}
.small-table-row {
    display: table-row;
}
.small-table-body-cell-centered {
    display: table-cell;
    column-width: auto;
    padding: 0 4px 0 4px;
    text-align: center;
}
.small-table-body-cell {
    display: table-cell;
    column-width: auto;
    padding: 0 4px 0 4px;
}
.resp-table {
    display: table;
}
.resp-table-header {
    display: table-header-group;
    font-family: 'K2D', sans-serif;
    font-weight: 600;
    font-size: 1em;
}
.resp-table-header-cell {
    display: table-cell;
    padding: 0 4px 0 4px;
    text-align: justify;
    border-bottom: 1px solid #5ab4ff;
}
.resp-table-body {
    display: table-row-group;
}
.resp-table-row {
    display: table-row;
}
.resp-table-body-cell-centered {
    display: table-cell;
    column-width: auto;
    padding: 0 4px 0 4px;
    text-align: center;
}
.resp-table-body-cell {
    display: table-cell;
    column-width: auto;
    padding: 0 4px 0 4px;
}
.buttonwide {
    padding: 10px 0 10px 40px;
}

/* end div-table styles */

/* Responsive CSS Tabs */

.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 5px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 30px;
  height: 4px;
  background: #969a9e; /* inactive tabs */
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #5ab4ff;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #5ab4ff;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
  min-height: 100px;
}
@media (min-width: 600px) {
    .tab-panel {
        min-height: 200px;
    }
}
@media (min-width: 800px) {
    .tab-panel {
        min-height: 300px;
    }
}
@media (min-width: 1200px) {
    .tab-panel {
        min-height: 500px;
    }
}

.clear:after {
	clear: both;
	content:'';
	display:block;
}
.left {
	float:left;
}
.right {
	float:right;
}
.WWTnews-head {
    margin-bottom: 10px;
}
.WWTnews-date {
	font-family: 'K2D', 'Arial';
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 150px;
    margin: 5px;
    margin-left: 0;
}
.WWTnews-title h2{
    margin: 0 auto;
    margin-left: 10px;
}
.WWTcontent .WWTnews-title a, .WWTcontent .WWTreadmore{
	text-decoration: none;
}
.WWTnews-image img{
    border: 1px solid #2b4686;
	margin-top: 4px;
	max-width: 206px;
	max-height: 152px;
}	
.WWTcontent .WWTnews-image img{
    max-width: 261px;
    max-height: 193px;
}
.WWTnews-image.left img {
	margin-right: 35px;
	margin-bottom: 20px;
}
