/*! normalize.css v3.0.2 | MIT License | git.io/normalize *//** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom. */html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */}/** * Remove default margin. */body { margin: 0;}/* HTML5 display definitions ========================================================================== *//** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 * and Firefox. * Correct `block` display not defined for `main` in IE 11. */article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary { display: block;}/** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */audio,canvas,progress,video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */}/** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */audio:not([controls]) { display: none; height: 0;}/** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */[hidden],template { display: none;}/* Links ========================================================================== *//** * Remove the gray background color from active links in IE 10. */a { background-color: transparent;}/** * Improve readability when focused and also mouse hovered in all browsers. */a:active,a:hover { outline: 0;}/* Text-level semantics ========================================================================== *//** * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */abbr[title] { border-bottom: 1px dotted;}/** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */b,strong { font-weight: bold;}/** * Address styling not present in Safari and Chrome. */dfn { font-style: italic;}/** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari, and Chrome. */h1 { font-size: 2em; margin: 0.67em 0;}/** * Address styling not present in IE 8/9. */mark { background: #ff0; color: #000;}/** * Address inconsistent and variable font size in all browsers. */small { font-size: 80%;}/** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */sub,sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}sup { top: -0.5em;}sub { bottom: -0.25em;}/* Embedded content ========================================================================== *//** * Remove border when inside `a` element in IE 8/9/10. */img { border: 0;}/** * Correct overflow not hidden in IE 9/10/11. */svg:not(:root) { overflow: hidden;}/* Grouping content ========================================================================== *//** * Address margin not present in IE 8/9 and Safari. */figure { margin: 1em 40px;}/** * Address differences between Firefox and other browsers. */hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0;}/** * Contain overflow in all browsers. */pre { overflow: auto;}/** * Address odd `em`-unit font size rendering in all browsers. */code,kbd,pre,samp { font-family: monospace, monospace; font-size: 1em;}/* Forms ========================================================================== *//** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set. *//** * 1. Correct color not being inherited. * Known issue: affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */button,input,optgroup,select,textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */}/** * Address `overflow` set to `hidden` in IE 8/9/10/11. */button { overflow: visible;}/** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox. */button,select { text-transform: none;}/** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others. */button,html input[type="button"], /* 1 */input[type="reset"],input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */}/** * Re-set default cursor for disabled elements. */button[disabled],html input[disabled] { cursor: default;}/** * Remove inner padding and border in Firefox 4+. */button::-moz-focus-inner,input::-moz-focus-inner { border: 0; padding: 0;}/** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */input { line-height: normal;}/** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. */input[type="checkbox"],input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */}/** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`. */input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button { height: auto;}/** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome * (include `-moz` to future-proof). */input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box;}/** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance). */input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;}/** * Define consistent border, margin, and padding. */fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}/** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */legend { border: 0; /* 1 */ padding: 0; /* 2 */}/** * Remove default vertical scrollbar in IE 8/9/10/11. */textarea { overflow: auto;}/** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */optgroup { font-weight: bold;}/* Tables ========================================================================== *//** * Remove most spacing between table cells. */table { border-collapse: collapse; border-spacing: 0;}td,th { padding: 0;}/*font-family: "lato", sans-serif;font-weight: 300/400/500/800;font-style: normal;GRIJS: #737373 (115,115,115)LICHT BLAUW: #00C2CB (0,194,203)DONKER BLAUW: #03989E (3,152,158)TO REPLACE: #02a1*/* { border: 0;padding: 0;margin: 0; }/* general */body {font-family: "lato", sans-serif;font-weight: 400;font-size: 17px;color: #737373;background: #fff;}br.clear {clear: both;}/* wrapper */.wrapper {margin: 0 auto;max-width: 1280px;}.small_wrapper {margin: 0 auto;max-width: 720px;}/* header */.header {float: left;width: 100%;padding: 50px 0;}/* logo */.logo {float: left;width: 360px;}/* controls */.controls {float: right;width: calc(100% - 360px);padding-top: 18px;}/* member area */a.member_area {float: right;color: #03989E;border: 1px solid #03989E;font-weight: 400;font-size: 16px;letter-spacing: 0.1em;text-transform: uppercase;text-decoration: none;position: relative;padding: 17px 55px 17px 25px;margin-left: 20px;}a.member_area:before { content: "";position: absolute; right: 20px; top: 0; width: 16px; height: 100%; background: url('/_graphics/icon_members.svg') center center no-repeat; background-size: contain !important;}a.member_area:hover {background: rgba(0,194,203,0.1);}/* search */.search_form {float: right;width: 220px;position: relative;}.search_form input.text {float: right;width: 100%;box-sizing: border-box;background: #fff;color: #03989E;border: 1px solid #03989E;font-family: "lato", sans-serif;font-weight: 400;font-size: 16px;text-transform: uppercase;letter-spacing: 0.1em;line-height: 1em;padding: 17px 55px 17px 25px;outline: none;}.search_form:after { content: "";position: absolute; right: 20px; top: 0; width: 21px; height: 100%; background: url('/_graphics/icon_search.svg') center center no-repeat; background-size: contain !important;}.search_form input.text::placeholder {color: #03989E;}/* nav */.nav {float: left;width: 100%;background: #00C2CB;}.nav ul {float: left;width: 100%;list-style-type: none;display: flex;justify-content: space-around;flex-wrap: wrap;}.nav ul li {display: inline-block;}.nav ul li a {display: inline-block;vertical-align: top;padding: 25px 0;font-weight: 400;letter-spacing: 0.1em;text-transform: uppercase;text-decoration: none;line-height: 1em;font-size: 17px;color: #FFF;border-bottom: 2px solid #00C2CB;}.nav ul li a:hover {border-bottom: 2px solid #FFF;}.nav ul li a.selected, .nav ul li a.selected:hover {color: #FFF;font-weight: 400;border-bottom: 2px solid #FFF !important;}.nav ul li a img {width: 11px;margin-left: 5px;vertical-align: middle;margin-top: -2px;}/* navigation sub hover */.nav ul li ul {float: left;list-style-type: none;visibility: hidden;position: absolute;width: 225px;height: auto;z-index: 5000;padding: 0;background: #00C2CB;}.nav ul li ul li {float: left;width: 100%;box-sizing: border-box;vertical-align: top;height: auto;margin-left: 0;background: none;position: relative;}.nav ul li ul li a {display: block;vertical-align: top;width: 100%;box-sizing: border-box;font-size: 15px;line-height: 1em;padding: 17px 20px;text-align: left;overflow: hidden;background: none !important;border-bottom: 1px solid rgba(255,255,255,1) !important;}.nav ul li ul li a:hover {color: #fff;text-decoration: none;background: #03989E !important;border-bottom: 1px solid rgba(255,255,255,1) !important;}.nav ul li ul li a.selected, .nav ul li ul li a.selected:hover {color: #fff;font-weight: 400;background: #03989E !important;border-bottom: 1px solid rgba(255,255,255,1) !important;}/* navigation child hover .nav ul li ul li ul {list-style-type: none;visibility: hidden !important;position: absolute;top: 0;right: -211px;width: 210px;height: auto;z-index: 50;overflow: hidden;padding: 0;background: #7bc5d7;}.nav ul li ul li ul li {float: left;width: 100%;box-sizing: border-box;vertical-align: top;height: auto;margin-left: 0;background: none;}.nav ul li ul li ul li a {display: block;vertical-align: top;width: 100%;box-sizing: border-box;font-size: 15px;font-weight: 300;line-height: 1em;padding: 10px 20px;text-align: left;overflow: hidden;color: #fff;background: none !important;border-bottom: 1px solid #bde2eb;}.nav ul li ul li ul li a:hover {color: #fff;text-decoration: none;background: #03989E !important;}.nav ul li ul li ul li a.selected, .nav ul li ul li ul li a.selected:hover {color: #fff;font-weight: 700;background: #03989E !important;}.nav ul li ul li:hover ul {visibility: visible !important;}/* nav toggle */.nav_toggle {float: right;display: none;margin-top: 12px;margin-right: 5px;margin-left: 25px;}.nav_toggle img {float: right;width: 40px;}/* content */.content {float: left;width: 100%;}.content a {color: #03989E;}.content a:hover {color: #00C2CB;}.content a.button {display: inline-block;color: #fff;background: #03989E;text-decoration: none;text-transform: uppercase;font-size: 16px;font-weight: 300;padding: 15px 20px;letter-spacing: 0.1em;border-radius: 0;margin-right: 10px;margin-bottom: 10px;position: relative;}.content a.button:after {content: "";position: absolute;top: 0;right: -15px;width: 15px;height: 100%;background: #00C2CB;z-index: 10;}.content a.button:hover {background: #00C2CB;}.content img.left {float: left;padding-right: 15px;margin-right: 15px;}.content img.right {float: right;padding-left: 15px;margin-left: 15px;}.content img.margin {width: 36% !important;margin: 15px 7% !important;}.content img.linkedin {width: 35px;margin-bottom: 10px;}.content h1 {color: #03989E;font-size: 40px;font-weight: 300;line-height: 1.2em;letter-spacing: 0.15em;text-transform: uppercase;margin-top: 0;margin-bottom: 40px;}.content h1 strong {font-weight: 500;}.content h1.center {text-align: center;}.content h2 {color: #03989E;font-size: 35px;font-weight: 300;line-height: 1.2em;letter-spacing: 0.15em;text-transform: uppercase;margin-top: 0;margin-bottom: 25px;}.content h2 strong {font-weight: 500;}.content h2.grey {color: #737373;}.content h2.center {text-align: center;}.content h3 {color: #03989E;font-weight: 800;font-size: 25px;line-height: 1.2em;margin-top: 0;margin-bottom: 15px;}.content p {line-height: 1.7em;margin-bottom: 25px;}.content p.center {text-align: center;}.content ul {list-style-type: disc;margin-bottom: 30px;}.content ol {list-style-type: decimal;margin-left: 10px;margin-bottom: 30px;padding-left: 15px;}.content li {margin-left: 15px;line-height: 1.5em;margin-bottom: 5px;}.content ul.check {list-style-type: none;margin-bottom: 25px;}.content ul.check li {margin-left: 0;padding-left: 28px;margin-bottom: 6px;line-height: 1.4em;position: relative;}.content table {width: 100%;margin-bottom: 25px;}.content td {padding: 20px 0;vertical-align: top;line-height: 1.4em;border-bottom: 1 px solid #03989E;}.content hr {float: left;width: 100%;border-bottom: 1px solid #ddd;margin-bottom: 25px;}.content hr.spacer-1 {border: 0;margin-top: 0;margin-bottom: 0;padding: 0;}.content hr.spacer10 {border: 0;margin-top: 0;margin-bottom: 10px;padding: 0;}.content hr.spacer15 {border: 0;margin-top: 0;margin-bottom: 15px;padding: 0;}.content hr.spacer25 {border: 0;margin-top: 0;margin-bottom: 25px;padding: 0;}.content hr.spacer50 {border: 0;margin-top: 0;margin-bottom: 50px;padding: 0;}.content hr.spacer75 {border: 0;margin-top: 0;margin-bottom: 75px;padding: 0;}.content hr.spacer100 {border: 0;margin-top: 0;margin-bottom: 100px;padding: 0;}.content hr.spacer125 {border: 0;margin-top: 0;margin-bottom: 125px;padding: 0;}.content hr.spacer150 {border: 0;margin-top: 0;margin-bottom: 150px;padding: 0;}.content hr.spacer175 {border: 0;margin-top: 0;margin-bottom: 175px;padding: 0;}.content hr.spacer200 {border: 0;margin-top: 0;margin-bottom: 200px;padding: 0;}.content hr.nomargin {margin-bottom: 0;}.responsive_iframe_wrapper { float: none; clear: both; width: 100%; position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0;}.responsive_iframe_wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}/* text */.text {float: left;width: 100%;padding: 100px 0 75px 0;}/* page blocks */.page_block {float: left;width: 100%;box-sizing: border-box;position: relative;}.bg_E6F9FA {padding: 100px 0 75px 0;background: #E6F9FA;}.bg_03989E {color: #FFF;background: #03989E;}.bg_03989E h1, .bg_03989E h2,.bg_03989E h3 {color: #FFF !important;}.bg_03989E a {color: #FFF;}.bg_03989E a.button {color: #03989E;background: #FFF;}.bg_03989E a.button:hover {color: #03989E;background: #E6F9FA;}/* page block: type 1: home banner */.home_banner {float: left;width: 100%;position: relative;}.home_banner_slider {float: left;width: 100%;}.home_banner_slide {float: left;width: 100%;height: 600px !important;background-size: cover !important;}.home_banner_cover {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 10;background: rgba(0,194,203,0.3);}.home_banner_text {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 20;display: flex;justify-content: center;align-items: center;}.home_banner_text h1 {color: #FFF !important;}.alert {float: left;width: 100%;box-sizing: border-box;padding: 35px 25px;text-align: center;color: #03989E;border-bottom: 1px solid #03989E;}/* page block: type 2: page banner */.page_banner {float: left;width: 100%;position: relative;display: flex;justify-content: space-between;flex-wrap: wrap;background: #03989E;}.page_banner_text {float: left;top: 0;left: 0;width: 40%;z-index: 20;display: flex;justify-content: center;align-items: center;}.page_banner_text h1 {color: #FFF !important;}.page_banner_slider {float: right;width: 60%;}.page_banner_slide {float: left;width: 100%;height: 450px !important;background-size: cover !important;}.page_banner_cover {position: absolute;top: 0;right: 0;width: 60%;height: 100%;z-index: 10;background: linear-gradient(180deg, rgba(0, 194, 203, 0.4) 0%, rgba(0, 194, 203, 0) 100%);}/* page block: type 4/5: text + slider */.page_block_flex_wrapper {float: left;width: 100%;box-sizing: border-box;padding: 0 5%;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}.page_block_flex_slider {width: 45%;}.page_block_flex_slide {float: left;width: 100%;background-size: cover !important;}.page_block_flex_slide img {float: left;width: 100%;}.page_block_flex_slider img {float: left;width: 100%;}.page_block_flex_text {width: 45%;}/* page block: type 6: 2 images */.page_block6 {margin-bottom: 4px;}.image_left {float: left;width: 40%;height: 450px;background-size: cover !important;box-sizing: border-box;border-right: 4px solid #FFF;}.image_right {float: right;width: 60%;height: 450px;background-size: cover !important;}/* page block: type 7: 1 image */.page_block7 {margin-bottom: 4px;}.image_full {float: left;width: 100%;height: 450px;background-size: cover !important;}/* page block: type 8: members */.member_list {float: left;width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}.member {float: left;width: 50%;box-sizing: border-box;background: rgba(0,194,203, 0.05);border-right: 4px solid #FFF;border-bottom: 4px solid #FFF;}.member_logo {float: left;width: 100%;box-sizing: border-box;background: rgba(0,194,203, 0.1);padding: 35px 20%;}.member_logo img {float: left;height: 70px;}.member_text {float: left;width: 100%;box-sizing: border-box;padding: 50px 20% 25px 20%;}/* page block: type 9: cta */.page_block9 {padding: 75px 0 50px 0;margin-bottom: 4px;}/* home news */.page_block22 {padding: 50px 0;}a.news {float: left;width: 30%;margin-right: 3.33%;margin-bottom: 10px;border: 0;text-decoration: none;color: #fff;}a.news:hover {color: #eee;}a.news img {float: left;width: 50px;}a.news div {float: right;width: calc(100% - 80px);}a.news div.responsive_iframe_wrapper {width: 100%;}a.news b {float: left;color: #fff;padding: 5px 0;text-transform: uppercase;font-size: 12px;margin: 0 20px 10px 0;}a.news strong {float: left;width: 100%;font-size: 20px;}a.news p {margin-top: 10px;font-size: 16px;}/* news */table.news {width: 100%;} table.news td {padding: 25px 15px;vertical-align: top;border-bottom: 1px solid #ddd;cursor: pointer;}table.news tr:last-child td {border-bottom: 0;}table.news tr:hover td {background: #efefef;}table.news td.type {font-weight: 700;font-size: 12px;padding-top: 30px;text-transform: uppercase;white-space: nowrap;}table.news td.date {width: 100px;}table.news td.date b {color: #fff;background: #00C2CB;padding: 5px 10px;text-transform: uppercase;font-size: 14px;margin: 0 20px 10px 0;white-space: nowrap;}table.news td.title strong {color: #00C2CB;font-size: 20px;}table.news td.title p {color: #666;font-size: 15px;margin-top: 5px;margin-bottom: 0;}table.news td.file {text-align: right;white-space: nowrap;}table.news td.file a.button {font-size: 15px;margin: 0;}/* news page */b.date {float: left;color: #fff;background: #00C2CB;padding: 5px 10px;text-transform: uppercase;font-size: 14px;margin: 0 20px 10px 0;white-space: nowrap;}/* crumb */.crumb {float: left;width: 100%;color: #aaa;font-size: 13px;margin-bottom: 15px;}.crumb a {color: #aaa;}.crumb a:hover {color: #666;}/* search results */div.search_result {float: left;width: 100%;box-sizing: border-box;padding: 25px 20px;vertical-align: top;border-bottom: 1px solid #ddd;cursor: pointer;}div.search_result:hover {background: #efefef;}div.search_result strong {float: left;width: 100%;font-size: 20px;color: #03989E;margin-bottom: 15px;}div.search_result p {float: left;width: 100%;margin-bottom: 5px;}div.search_result a {font-size: 14px;}/* sitemap */ul#sitemap {font-size: 17px;}ul#sitemap li ul {list-style-type: disc;margin-top: 5px;padding-left: 15px;}ul#sitemap li ul li {font-size: 16px;}ul#sitemap li ul li ul {list-style-type: square;margin-top: 5px;padding-left: 15px;}ul#sitemap li ul li ul li {font-size: 15px;}/* form */.form {float: left;width: 100%;margin-bottom: 25px;}/* form labels */.form span.label, .form span.hint {float: left;width: 100%;font-weight: 400;}.form span.label {margin-bottom: 2px;}.form span.label.error {color: #c6422c;}.form span.hint {font-weight: normal;font-size: 13px;color: #777;margin-top: -5px;margin-bottom: 15px;}.form span.hint a {color: #777;}.form span.hint a:hover {color: #737373;}.form span.checkbox {float: left;width: 100%;margin-top: 10px;margin-bottom: 15px;}.form span.label b, .form span.checkbox b {color: #999;font-size: 15px;font-weight: 400;}.form span.label.error b, .form span.checkbox.error b, .form span.checkbox.error {color: #c6422c;font-weight: 400;}.form span.form_block {float: left; width: 100%; margin-bottom: 15px;}.form span.form_block.error {color: #c6422c;}/* form fields */.form input.text {float: left;width: 100%;box-sizing: border-box;background: #fff;border: 1px solid #ccc;padding: 15px;margin-top: 3px;margin-bottom: 10px;color: #737373;font-family: "lato", sans-serif;font-weight: 400;font-size: 18px;}.form input.text.error {border: 1px solid #c6422c;}.form textarea {float: left;width: 100%;box-sizing: border-box;height: 125px;background: #fff;border: 1px solid #ccc;padding: 15px;margin-top: 3px;margin-bottom: 10px;color: #737373;font-family: "lato", sans-serif;font-weight: 400;font-size: 18px;}.form textarea.error {border: 1px solid #c6422c;}.form input.checkbox {float: left;vertical-align: top;display: block;overflow: hidden;padding: 0; border: 0;margin: 2px 4px 2px 0;width: 13px;height: 13px;line-height: 1em;}.form select {float: left;width: 100%;box-sizing: border-box;background: #fff;border: 1px solid #ccc;padding: 15px;margin-top: 5px;margin-bottom: 15px;color: #737373;font-family: "lato", sans-serif;font-weight: 400;font-size: 18px;}div.form_break {float: left;width: 100%;height: 15px;margin-top: 10px;border-top: 1px solid #ddd;}div.form_title {float: left;width: 100%;font-size: 18px;font-weight: bold;margin-top: 10px;margin-bottom: 15px;color: #000;}/* feedback */div.feedback {float: left;width: 100%;padding: 25px 0;font-size: 20px;font-weight: 700;text-align: center;color: #fff;background: #8cc541;}div.feedback.error {background: #c6422c;}/* button */button::-moz-focus-inner { border: 0; padding: 0;}button {display: inline-block;color: #fff;background: #03989E;cursor: pointer;overflow: visible;outline: none;text-decoration: none;text-transform: uppercase;font-size: 16px;font-weight: 400;padding: 10px 20px;border-radius: 5px;margin-right: 10px;margin-bottom: 10px;}button:hover {background: #02a1c6;}/* footer */.footer {float: left;width: 100%;background: #03989E;position: relative;}.footer:after {content: "";position: absolute;top: 0;left: 0;z-index: 0;width: 40%;height: 100%;background: #E6F9FA;border-right: 4px solid #FFF;box-sizing: border-box;}.footer_wrapper {float: left;width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;position: relative;z-index: 100;}.footer_left {float: left;width: 36%;box-sizing: border-box;padding: 75px 0;}.footer_left img {float: left;width: 360px;}.footer_right {float: right;width: 60%;box-sizing: border-box;color: #FFF;background: #03989E;padding: 75px;padding-bottom: 60px;}.footer_right b {float: left;width: 100%;margin-bottom: 35px;font-weight: 300;font-size: 18px;letter-spacing: 0.1em;}.footer_right span {float: left;width: 100%;margin-bottom: 25px;display: flex;justify-content: flex-start;align-items: center;}.footer_right span img {width: 20px;margin-right: 20px;}.footer_right a {color: #FFF;text-decoration: none;}.footer_right a:hover {color: #FFF;text-decoration: underline;}/* copyrights */.copyrights {float: left;width: 100%;box-sizing: border-box;padding: 25px;font-size: 15px;line-height: 1.5em;color: #999;text-align: center;}.copyrights a {color: #999;white-space: nowrap;}.copyrights a:hover {color: #737373;}/* accept cookies */.accept_cookies {position: fixed;left: 0;bottom: 0;z-index: 9999;color: #fff;background: #03989E;width: 90%;padding: 15px 5%;font-size: 15px;line-height: 1.5em;text-align: center;transition: bottom 1s;}.accept_cookies a {color: #fff;white-space: nowrap;transition: color 0.3s, background 0.3s;}.accept_cookies a:hover {color: #ddd;}.accept_cookies a.accept_cookies_button {color: #03989E;background: #fff;padding: 3px 6px;text-decoration: none;border-radius: 3px;}.accept_cookies a.accept_cookies_button:hover {background: #ddd;}/* 1360px */@media all and (max-width: 85em) { .wrapper {width: 92%;}}/* 1280px */@media all and (max-width: 80em) {.page_banner_slide {height: 400px !important;}}/* 1200px */@media all and (max-width: 75em) { .footer_left img {width: 260px;}.home_banner_slide {height: 500px !important;}.image_left, .image_right, .image_full {height: 350px;}}/* 1120px */@media all and (max-width: 70em) { .nav ul li a {letter-spacing: 0;font-size: 16px;}}/* 1040px */@media all and (max-width: 65em) { .header {padding: 40px 0;}.footer_left {padding: 50px 0;}.footer_right {padding: 50px;padding-bottom: 35px;}.page_banner_slide {height: 300px !important;}}/* 960px */@media all and (max-width: 60em) { .logo {width: 300px;}.controls {width: calc(100% - 300px);}a.member_area {padding: 12px 50px 12px 20px;margin-left: 15px;}a.member_area span {display: none;}.search_form {width: 160px;}.search_form input.text {padding: 12px 50px 12px 20px;}.nav_toggle {display: block;}.nav {width: 100%;display: none;margin-top: 0;}.nav ul {text-align: left;}.nav ul li {float: left;width: 100%;box-sizing: border-box;padding: 0;margin-left: 0;}.nav ul li a {float: left;width: 100%;box-sizing: border-box;padding: 25px 20px;font-size: 20px;color: #fff !important;border-bottom: 1px solid #FFF !important;}.nav ul li a.selected, .nav ul li a.selected:hover {font-weight: 500;border-bottom: 1px solid #FFF !important;}.nav ul li ul {visibility: visible !important;position: relative;width: 100%;}.nav ul li ul li a {padding: 15px 35px;}.nav ul li ul li a:hover {}.nav ul li ul li a.selected, .nav ul li ul li a.selected:hover {font-weight: 500;background: none !important;}.nav ul li a img {display: none;}.content hr.spacer25 {margin-bottom: 20px;}.content hr.spacer50 {margin-bottom: 40px;}.content hr.spacer75 {margin-bottom: 60px;}.content hr.spacer100 {margin-bottom: 75px;}.content hr.spacer125 {margin-bottom: 100px;}.content hr.spacer150 {margin-bottom: 110px;}.content hr.spacer175 {margin-bottom: 125px;}.content hr.spacer200 {margin-bottom: 150px;}.text {padding: 50px 0 25px 0;}.bg_E6F9FA {padding: 50px 0 25px 0;}}/* 880px */@media all and (max-width: 55em) { .footer:after {display: none;}.footer_left {display: none;}.footer_right {width: 100%;}.content h1 {font-size: 35px;margin-bottom: 30px;}.content h2 {font-size: 30px;}.page_block_flex_slider {width: 100%;}.page_block_flex_text {width: 100%;}.page_block5 .page_block_flex_slider {margin-bottom: 30px;}a.news {width: 80%;margin-left: 10%;margin-right: 0;margin-bottom: 20px;}}/* 800px */@media all and (max-width: 50em) { .small_wrapper {width: 90%;}.header {padding-top: 68px;padding-bottom: 25px;}.search_form {position: absolute;width: 50%;top: 0;left: 0;}.search_form input.text {padding: 10px 50px 10px 20px;border-left: 0;border-radius: 0 !important;}a.member_area {position: absolute;width: 50%;top: 0;right: 0;box-sizing: border-box;border-left: 0;border-right: 0;padding: 10px 50px 10px 20px;}.logo {width: 250px;}.nav_toggle {margin-top: 4px;}.page_banner_text {width: 100%;display: block;padding: 30px 4%;padding-bottom: 5px;}.page_banner_slider {width: 100%;}.page_banner_slide {height: 250px !important;}.page_banner_cover {width: 100%;}.image_left, .image_right, .image_full {height: 250px;}}/* 720px */@media all and (max-width: 45em) { .member {width: 100%;}table.news td {float: left;width: 90%;padding: 0 5% !important;border: 0;background: none !important;}table.news tr td:first-child {padding-top: 25px !important;padding-bottom: 15px !important;}table.news tr td:last-child {padding-bottom: 20px !important;}table.news td.type {padding-bottom: 10px !important;}table.news td.file {text-align: left;padding-top: 15px !important;}table.news tr:nth-child(odd) {background: #efefef !important;}table.news tr:nth-child(even) {background: #fff !important;}}/* 640px */@media all and (max-width: 40em) { .home_banner_slide {height: 400px !important;}}/* 560px */@media all and (max-width: 35em) { .footer_right {padding: 30px;padding-bottom: 10px;}.content hr.spacer25 {margin-bottom: 15px;}.content hr.spacer50 {margin-bottom: 25px;}.content hr.spacer75 {margin-bottom: 40px;}.content hr.spacer100 {margin-bottom: 50px;}.content hr.spacer125 {margin-bottom: 75px;}.content hr.spacer150 {margin-bottom: 75px;}.content hr.spacer175 {margin-bottom: 100px;}.content hr.spacer200 {margin-bottom: 100px;}.text {padding: 25px 0 0 0;}}/* 480px */@media all and (max-width: 30em) { .content h1 {font-size: 30px;}.content h2 {font-size: 25px;}a.news {width: 90%;margin-left: 5%;margin-right: 0;}}/* 400px */@media all and (max-width: 25em) { .image_left, .image_right, .image_full {height: 200px;}}/* Slider */.slick-slider{ position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent;}.slick-list{ position: relative; display: block; overflow: hidden; margin: 0; padding: 0;}.slick-list:focus{ outline: none;}.slick-list.dragging{ cursor: pointer; cursor: hand;}.slick-slider .slick-track,.slick-slider .slick-list{ -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}.slick-track{ position: relative; top: 0; left: 0; display: block;}.slick-track:before,.slick-track:after{ display: table; content: '';}.slick-track:after{ clear: both;}.slick-loading .slick-track{ visibility: hidden;}.slick-slide{ display: none; float: left; height: 100%; min-height: 1px;}[dir='rtl'] .slick-slide{ float: right;}.slick-slide img{ display: block;}.slick-slide.slick-loading img{ display: none;}.slick-slide.dragging img{ pointer-events: none;}.slick-initialized .slick-slide{ display: block;}.slick-loading .slick-slide{ visibility: hidden;}.slick-vertical .slick-slide{ display: block; height: auto; border: 1px solid transparent;}.slick-arrow.slick-hidden { display: none;}@charset 'UTF-8';/* Slider */.slick-loading .slick-list{ background: #fff url('/_graphics/ajax-loader.gif') center center no-repeat;}/* Icons */@font-face{ font-family: 'slick'; font-weight: normal; font-style: normal; src: url('/_fonts/slick.eot'); src: url('/_fonts/slick.eot?#iefix') format('embedded-opentype'), url('/_fonts/slick.woff') format('woff'), url('/_fonts/slick.ttf') format('truetype'), url('/_fonts/slick.svg#slick') format('svg');}/* Arrows */.slick-prev,.slick-next{ font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 20px; height: 20px; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent;}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{ color: transparent; outline: none; background: transparent;}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{ opacity: 1;}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{ opacity: .25;}.slick-prev:before,.slick-next:before{ font-family: 'slick'; font-size: 20px; line-height: 1; opacity: .75; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}.slick-prev{ left: -25px;}[dir='rtl'] .slick-prev{ right: -25px; left: auto;}.slick-prev:before{ content: '←';}[dir='rtl'] .slick-prev:before{ content: '→';}.slick-next{ right: -25px;}[dir='rtl'] .slick-next{ right: auto; left: -25px;}.slick-next:before{ content: '→';}[dir='rtl'] .slick-next:before{ content: '←';}/* Dots */.slick-dots { position: absolute; bottom: 12px; z-index: 100; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center;}.slick-dots li { position: relative; display: inline-block; width: 25px; height: 25px; margin: 0 2px; padding: 0; cursor: pointer;}.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent;}.slick-dots li button:hover,.slick-dots li button:focus { outline: none;}.slick-dots li button:hover:before,.slick-dots li button:focus:before { opacity: 1;}.slick-dots li button:before { font-family: 'slick'; font-size: 12px; line-height: 20px; position: absolute; top: 0; left: 0; width: 25px; height: 25px; content: '•'; text-align: center; opacity: .6; color: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}.slick-dots li.slick-active button:before { opacity: 1; color: #fff;}