/* ALGEMEEN */

html {
    padding: 0;
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    line-height: 21px;
    font-family: "Open Sans", sans-serif;
}

img {
    border: 0;
}

a:active {
    background: none;
    text-decoration: none;
}

.container {
    width: 980px;
    margin: 0 auto;
}

/* HEADER */
.top-header {
    padding-top: 22px;
    padding-bottom: 10px;
}

.bottom-header {
    background: url('/images/bg-header.jpg') repeat-x;
}

.bottom-header:after {
    display: block;
    content: " ";
    clear: both;
    height: 0;
}

.top-header:after {
    content: " ";
    height: 0;
    display: block;
    clear: both;
}

.logo {
    display: block;
    margin-left: 24px;
    width: 295px;
    text-align:right;
    float: left;
    position: relative;
    z-index: 510;
}

.logo:after {
    display: block;
    content: " ";
    background-image: url('/images/slideshow-overlay.png');
    height: 493px;
    width: 980px;
    position: absolute;
    top: -40px;
    left: -24px;
    z-index: 501;
}

.logo img {
    display: inline-block;
    margin-top: 54px;
    margin-right: 36px;
    position: relative;
    z-index: 502;
}

.slider-wrapper {
    width: 637px;
    float: left;
}

.slideshow {
    float: right;
    position: relative;
}

.slider-wrapper:after {
    display: block;
    content: " ";
    clear: both;
    height: 1px;
}

.quicklink {
    position: absolute;
    bottom: 125px;
    background-color: rgba(208, 32, 35, 0.86);
    width: 180px;
    font-size: 14px;
    font-weight: 300;
    box-sizing: border-box;
    padding-left: 10px;
    line-height: 42px;
    border-radius: 4px;
    right: 60px;
    z-index: 511;
}

.quicklink:hover {
    background-color: rgba(54, 151, 207, 0.87 );
}

.quicklink a {
    color: #ffffff;
    text-decoration: none;
}

.NAW-wrapper {
    width: 215px;
    background-color: rgba(54, 151, 207, 0.87);
    box-sizing: border-box;
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    position: absolute;
    right: 24px;
    bottom: 0px;
    border-radius: 4px;
    padding: 10px;
    z-index: 511;
}

.breadcrumbsBlock {
    margin-left: 10px;
}


.NAW-wrapper a {
    color: #ffffff;
    text-decoration: none;
}

.NAW-wrapper a:hover {
    text-decoration: underline;
}

.NAW-wrapper span {
    display: block;
}

/* SEARCH */
.searchWrapperOnsite {
    float: left;
    margin-left: 24px;
    position: relative;
    z-index: 550;
}

.searchWrapperOnsite input {
	width: 168px;
	height:41px;
	border:none;
	padding: 0 15px 0 15px;
	float:left;
	font-size: 19px;
	color: #ffffff;
	border-radius: 5px;
	outline: none;
	font-weight: 700;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c4e1f1+0,afd5ec+100 */
    background: #c4e1f1; /* Old browsers */
    filter: none;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M0ZTFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZmQ1ZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #c4e1f1 0%, #afd5ec 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c4e1f1), color-stop(100%,#afd5ec)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c4e1f1 0%,#afd5ec 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c4e1f1 0%,#afd5ec 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c4e1f1 0%,#afd5ec 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c4e1f1 0%,#afd5ec 100%); /* W3C */
    box-sizing: border-box;
    
}

.searchWrapperOnsite input::-moz-placeholder {
	color: #ffffff;
	opacity: 1;
	text-transform: uppercase;
}
.searchWrapperOnsite input::-ms-input-placeholder {
	color: #ffffff;
	text-transform: uppercase;
}
.searchWrapperOnsite input::-webkit-input-placeholder
{
	color: #ffffff;
	text-transform: uppercase;
}

.searchWrapperOnsite .searchOnsiteSubmitWrapper {
	width:41px;
	height:41px;
	float:left;
    margin-left: 7px;
	border-radius: 5px;
    background-color: #3697cf;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    margin-right: 23px;
}

.searchWrapperOnsite .searchOnsiteSubmitWrapper a:after {
    content: '\f002';
    font-family: 'FontAwesome';
    font-size: 1.3em;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 40px;
}

.searchWrapperOnsite .searchOnsiteSubmitWrapper a {
	text-decoration: none;
    
}


/* MENU */
.mainMenu {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#95c8e6+0,3697cf+100 */
background: rgb(149,200,230); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk1YzhlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNjk3Y2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(149,200,230,1) 0%, rgba(54,151,207,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(149,200,230,1)), color-stop(100%,rgba(54,151,207,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(149,200,230,1) 0%,rgba(54,151,207,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(149,200,230,1) 0%,rgba(54,151,207,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(149,200,230,1) 0%,rgba(54,151,207,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(149,200,230,1) 0%,rgba(54,151,207,1) 100%); /* W3C */
    filter: none;

    margin-bottom: 1px;
    float: left;
    width: 693px;
    box-sizing: border-box;
    padding-left: 34px;
    border-radius: 5px;
}

/* Top Level */
ul.cssMenu {
	margin: 0;
    padding: 0;
	cursor: default;            
	text-align:left;
}

ul.cssMenu:after {
    content: " ";
    height: 0px;
    clear: both;
    display: block;
}

ul.cssMenu li { 
	list-style-type: none;      
	margin: 0;  
	padding:0px 15px 0px 15px;                   
	position: relative;        
	color: #ffffff;
    line-height: 40px;
	float: left;
	cursor:pointer;
	font-size: 15px;
	z-index:999;
	font-weight: 300;
	text-transform: none;
}

ul.cssMenu > li {
}

ul.cssMenu > li  > a{
	text-decoration:none;
	color: #ffffff;
	padding:0;
	display:block;
}

ul.cssMenu li:hover {
	color:#d02023!important;
}

ul.cssMenu li:hover > a {
	color:#d02023!important;
}

/* Sublevel 1 */
ul.cssMenu li ul {         
	position: absolute;         
	top: 40px;                    
	left: -999em ;              					
	z-index:999; 				
	width:240px;
	padding:0;
	margin: 0; 
}

ul.cssMenu li ul li { 
	height:auto!important;
	width:190px;
	min-height:22px;
	text-align:left;
	line-height:22px;
	margin:0;
	background: #3399cc;
	font-size:14px;
	font-weight:400;
}

ul.cssMenu li ul li a { 
	color:#ffffff!important;
	display:inline-block;
	line-height:22px;
	text-decoration:none;
	padding: 7px 0;
}

.noTouch ul.cssMenu li ul li:hover, ul.cssMenu li ul li.pressed { background-color: #d02023; color:#ffffff; }
.noTouch ul.cssMenu li ul li:hover > a , ul.cssMenu li ul li.pressed > a { color:#ffffff!important; }


.noTouch ul.cssMenu li:hover > ul, ul.cssMenu li.pressed > ul {left: 0px;}

.noTouch ul.cssMenu li:hover > a, ul.cssMenu li.pressed > a { color:#ffffff; }

/* Sublevel 2 */
ul.cssMenu li ul li ul {         
	display: none;               
	position:absolute;          
	top: 0px;            
	z-index:999;
}

.noTouch ul.cssMenu li:hover > ul li:hover > ul, ul.cssMenu li.pressed > ul li.pressed > ul {display:block; left:220px;}
ul.cssMenu li.noLink > a { cursor:default!important; }
ul.cssMenu li.noLink , ul.cssMenu li.noLink > a { cursor:default; }

/* CONTENT */

.welcome {
    padding-top: 12px;
}

.content {
    min-height: 200px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c5e5fe+0,ffffff+35,ffffff+35 */
background: rgb(197,229,254); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M1ZTVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(197,229,254,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 35%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(197,229,254,1)), color-stop(35%,rgba(255,255,255,1)), color-stop(35%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(197,229,254,1) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,1) 35%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(197,229,254,1) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,1) 35%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(197,229,254,1) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,1) 35%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(197,229,254,1) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,1) 35%); /* W3C */
filter: none;

}

.container:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
}

.content-col-left {
    position: relative;
    z-index: 511;
    width: 270px;
    float: left;
    margin-right: 30px;
    padding-left: 24px;
}

.content-col-right {
    width: 656px;
    float: left;
    padding-top: 104px;
    padding-bottom: 132px;
}

/* CALENDER NEWS */
.calendarOS, .newsOS {
    float: left;
}

.calendarOS .calendarOSHeader, .newsOS .newsBlokTitle {
    font-size: 18px;
    font-weight: 700;
    padding-top: 19px;
    padding-bottom: 5px;
    padding-right: 10px;
}

.calendarOS .calendarOSHeader a, .newsOS .newsBlokTitle a {
    font-size: 18px;
    color: #006699;
    text-transform: uppercase;
    text-decoration: none;
}

.calendarOS .calendarItemDate, .newsOS .dateTitle .date {
    width: 51px;
    height: 51px;
    color: #ffffff;
    background-color: #d02023;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding-top: 7px;
    box-sizing: border-box;
    line-height: 1;
    margin-right: 15px;
}

.calendarOS .calendarItemDate .dateDay, .newsOS .dateTitle .date .dateDay {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.calendarOS .calendarItemDate .dateMonth, .newsOS .dateTitle .date .dateMonth {
    font-size: 18px;
    line-height: 1;
    font-weight: 300;
}

.calendarOS .calendarItemDate .dateDay:after, .newsOS .dateTitle .date .dateDay:after {
	content: " ";	
}

.calendarOS .calendarItemDate {
}

.newsOS .dateTitle .date {
}	

.newsOS .newsTitle, .calendarOS .calendarItemTitle {
	display: inline-block;
}

.newsOS .newsTitle, .calendarOS .calendarItemTitle {
    display: inline-block;
    vertical-align: middle;
}

.newsOS .newsTitle, .calendarOS .calendarItemTitle{
    display: inline-block;
    width:186px;
}

.newsOS .newsTitle a, .calendarOS .calendarItemTitle {
	font-weight: normal;
	color: #006699;
	text-decoration: none;
	font-size: 16px;
}

.calendarOS .calendarItem, .newsOS .newsContentItem {
    padding-top: 6px;
    padding-bottom: 4px;
}

/*TWITTER */

.twitter-logo {
    height: 51px;
    width: 51px;
    background-color: #3697cf;
    color: rgba(0,0,0,0);
    border-radius: 4px;
    position: relative;
    display: block;
}

.twitter-logo:after {
    content: "\f099";
    color: #ffffff;
    position: absolute;
    width: 100%;
    height: 100%;
    font-family: "FontAwesome";
    font-size: 2.4em;
    TOP: 0;
    LEFT: 0;
    text-align: center;
    padding-top: 16px;
}

.twitter-wrapper {
    float: left;
    margin-top: 50px;
}

ul.tweet_list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tweet_time {
    display: none;
}

.tweet_avatar {
    display: none;
}

span.tweet_text {
    height: 61px;
    overflow: hidden;
    display: block;
    margin-bottom: 15px;
    border-top: 1px solid #d02023;
    padding-top: 15px;
}

.tweet_first span.tweet_text {
    border-top: none;
}

span.tweet_text, span.tweet_text a {
    color: #006699;
    text-decoration: none;
}

.twitterFooter {
    display: none;
}

.footer {
    width: 980px;
    margin: 0 auto;
    text-align: right;
    position: relative;
    font-size: 12px;
    font-weight: 300;
    color: #3697cf;
}

.footer a {
    color: #3697cf;
}

.footer:before {
    background-color: #3697cf;
    content: " ";
    height: 50px;
    width: 270px;
    display: block;
    border-radius: 4px;
    margin-left: 24px;
}

.footer:after {
    content: '';
    width: 656px;
    height: 50px;
    display: block;
    background-color: #e7de60;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 4px;
}

.content .container {
    background: url('/images/welcome-footer.png') no-repeat bottom right;
}