/*! 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: "freight-sans-pro", sans-serif;font-weight: 300/400/600/700;font-family: "merriweather", serif;font-weight: 400/700;font-style: italic;DONKER BLAUW: #023e83LICHT BLAUW: #009fd8GRIJS: #666LICHT GRIJS: #999ROOD: #e4572eORANJE: #f18723*/* { border: 0;padding: 0;margin: 0; }/* general */body {background: #fff;color: #666;font-family: "freight-sans-pro", sans-serif;font-weight: 400;font-size: 19px;}br.clear {clear: both;}/* outer wrapper */.outer_wrapper {margin: 0 auto;max-width: 1440px;}/* wrapper */.wrapper {margin: 0 auto;max-width: 1200px;}/* header */.header {float: left;width: 100%;border-bottom: 1px solid #ddd;}/* logo */.logo {float: left;height: 75px;margin: 25px 0;}/* controls */.controls {float: right;width: 60%;}/* lan switch */ul.lan_switch {float: right;width: 100%;list-style-type: none;text-align: right;}ul.lan_switch li {display: inline-block;}ul.lan_switch li a {float: left;color: #023e83;text-transform: uppercase;text-decoration: none;font-weight: 400;font-size: 14px;line-height: 1em;padding: 10px 6px;margin-left: 3px;transition: color 0.3s;}ul.lan_switch li a:hover {color: #009fd8;}ul.lan_switch li a.selected, ul.lan_switch li a.selected:hover {color: #fff;background: #023e83;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}/* nav block */div.nav {float: left;width: 100%;}div.nav.border {border-bottom: 1px solid #ddd;}/* nav */ul.nav {float: left;list-style-type: none;}ul.nav li {float: left;}ul.nav li.nav_mobile {display: none;}ul.nav li a {display: inline-block;width: auto;padding: 19px 20px;text-decoration: none;font-size: 19px;font-weight: 400;line-height: 1em;color: #023e83;}ul.nav li a.selected, ul.nav li a.selected:hover {color: #fff;background: #023e83;}/* nav sub hover */ul.nav li ul {float: left;list-style-type: none;visibility: hidden;position: absolute;width: 250px;height: auto;z-index: 750;overflow: hidden;background: #009fd8;}ul.nav li ul li {float: left;width: 100%;vertical-align: top;height: auto;margin-right: 0;margin-left: 0;background: #009fd8 !important;}ul.nav li ul li a {display: block;vertical-align: top;width: 100%;box-sizing: border-box;font-size: 15px;line-height: 1.2em;padding: 14px 20px;text-align: left;overflow: hidden;color: #fff !important;background: #009fd8 !important;border-bottom: 1px solid #67c5e7;}ul.nav li ul li:last-child a {border-bottom: 0;}ul.nav li ul li a:hover {text-decoration: none;background: #0077a1 !important;}ul.nav li ul li a.selected, ul.nav li ul li a.selected:hover {color: #fff !important;background: #0077a1 !important;}/* nav links */.nav img.link {float: right;height: 25px;margin-left: 25px;margin-top: 16px;opacity: 0.75;/*-webkit-filter: grayscale(100%); filter: grayscale(100%);*/}.nav img.link:hover {opacity: 1;/*-webkit-filter: grayscale(0%); filter: grayscale(0%);*/}/* nav toggle */.nav_toggle {float: right;display: none;}.nav_toggle img {float: right;width: 40px;margin-top: 36px;margin-left: 28px;}/* banner */.banner {float: left;width: 100%;position: relative;color: #fff;background: #023e83;}.banner_text {float: left;width: 38%;min-height: 300px;padding: 50px 0 25px 0;position: relative;}.banner_text h1 {color: #fff;font-family: "freight-sans-pro", sans-serif;font-weight: 300;font-size: 36px;line-height: 1.2em;margin: 0 0 30px 0;}.banner_text h2 {color: #fff;font-family: "freight-sans-pro", sans-serif;font-weight: 700;font-size: 28px;line-height: 1.2em;margin: 0 0 30px 0;}.banner_text p {font-size: 18px;line-height: 1.6em;margin-bottom: 25px;}.banner_text a {color: #fff;font-weight: 600;border-bottom: 1px solid #809ec1;transition: all 0.2s;text-decoration: none;}.banner_text a:hover {border-bottom: 1px solid #fff;}.banner_text a.button {display: inline-block;color: #fff;border: 1px solid #fff;text-decoration: none;text-transform: uppercase;font-size: 16px;padding: 10px 20px;border-radius: 5px;margin-right: 10px;margin-bottom: 10px;transition: all 0.3s;}.banner_text a.button:hover {color: #023e83;background: #fff;}.banner_text a.button img {height: 20px;vertical-align: middle;margin-right: 10px;}.banner_image {position: absolute;top: 0;right: 0;width: 60%;height: 100%;background-size: cover !important;}.banner_image.clients {background-size: contain !important;}.banner_image_cover {position: absolute;top: 0;left: -1px;z-index: 500;width: 100%;height: 100%;background: url('/_graphics/banner_image_cover.png') top left no-repeat;background-size: 350px auto;}.banner_image img.isae {position: absolute;top: -3px;left: 110px;z-index: 100;width: 130px;}/* content */.content {float: left;width: 100%;padding-top: 90px;}.content.empty {padding-top: 8px;}.content a {color: #023e83;font-weight: 600;border-bottom: 1px solid #9ab2ce;text-decoration: none;transition: all 0.2s;}.content a:hover {border-bottom: 1px solid #023e83;}.content a.button {display: inline-block;color: #023e83;border: 1px solid #023e83;text-decoration: none;text-transform: uppercase;font-size: 16px;padding: 10px 20px;border-radius: 5px;margin-right: 10px;}.content a.button:hover {color: #fff;background: #023e83;}.content h1 {color: #023e83;font-family: "freight-sans-pro", sans-serif;font-weight: 300;font-size: 36px;line-height: 1.2em;margin: 0 0 30px 0;}.content h1.center {text-align: center;}.content h2 {color: #023e83;font-family: "freight-sans-pro", sans-serif;font-weight: 700;font-size: 28px;line-height: 1.2em;margin: 0 0 25px 0;}.content h2.center {text-align: center;}.content h3 {color: #023e83;font-family: "freight-sans-pro", sans-serif;font-weight: 600;font-size: 25px;line-height: 1.2em;margin: 0 0 20px 0;}.content p {line-height: 1.6em;margin-bottom: 25px;}.content p.center {text-align: center;}.content p.spacing {padding-top: 25px;}.content p.nomargin {margin-bottom: 5px;}.content ul {list-style-type: disc;margin-bottom: 25px;}.content ol {list-style-type: decimal;margin-left: 15px;margin-bottom: 25px;padding-left: 15px;}.content li {margin-left: 25px;margin-bottom: 5px;line-height: 1.4em;}/* check ul */.content ul.check {list-style-type: none;margin-bottom: 25px;}.content ul.check li {margin-left: 0;padding-left: 26px;margin-bottom: 8px;position: relative;}.content ul.check li:after { content: "\f058";font-family: "Font Awesome 6 Pro"; font-weight: 400; font-size: 16px; color: #009fd8; left: 0; top: 0; position: absolute; pointer-events: none;}/* list ul */.content ul.list {float: left;width: 100%;list-style-type: none;margin-bottom: 30px;}.content ul.list li {float: left;width: 100%;padding: 10px 0;margin: 0;line-height: 1.3em;border-bottom: 1px solid #ddd;}.content ul.list li a.selected {color: #009fd8;text-decoration: none;border: 0;}.content ul.list li.search {cursor: pointer;width: 94%;padding: 20px 3%;transition: all 0.3s;line-height: 1.5em;}.content ul.list li.search a {float: left;width: 100%;font-size: 13px;}.content ul.list li.search:hover {background: #f3f6f9;}.content ol.list {margin-left: 0;}.content ol.list li {padding: 2px 0;}/* facts ul */.content ul.facts {float: left;width: 100%;list-style-type: none;margin-bottom: 25px;}.content ul.facts li {float: left;position: relative;color: #023e83;font-size: 18px;font-weight: 600;border: 1px solid #023e83;padding: 20px;margin: 0 20px 20px 0;}/* table */.content table {width: 100%;margin-bottom: 25px;}.content td {padding: 5px;vertical-align: top;line-height: 1.4em;border-bottom: 1px solid #ddd;}.content img.left {float: left;margin: 0 25px 25px 0;}.content img.right {float: right;margin: 0 0 25px 25px;}.content hr {float: left;width: 100%;border-bottom: 1px solid #ddd;margin-bottom: 25px;}.content hr.spacer25 {border: 0;}.content hr.spacer50 {border: 0;margin-bottom: 50px;}.content hr.spacer75 {border: 0;margin-bottom: 75px;}.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%;}img.flag {width: 24px;vertical-align: middle;margin-right: 3px;}/* page image */img.page_image {float: left;width: 100%;margin: 75px 0;}/* toggle text block */.toggle_text_block {display: none;}/* main */.main {margin: 0 auto;max-width: 800px;}/* remark 1 - dark */.remark1 {display: inline-block;width: 100%;box-sizing: border-box;padding: 25px 35px;color: #023e83;margin-bottom: 30px;font-size: 16px;line-height: 1.8em;position: relative;border-left: 4px solid #023e83;border-right: 4px solid #023e83;font-family: "merriweather", serif;font-style: italic;}.remark1:before {content: '';position: absolute;top: 0;left: 0;z-index: 100;width: 14px;height: 4px;background: #023e83;}.remark1:after {content: '';position: absolute;bottom: 0;left: 0;z-index: 100;width: 14px;height: 4px;background: #023e83;}span.remark1_right_top_line {position: absolute;top: 0;right: 0;z-index: 100;width: 14px;height: 4px;background: #023e83;}span.remark1_right_bottom_line {position: absolute;bottom: 0;right: 0;z-index: 100;width: 14px;height: 4px;background: #023e83;}.remark1 strong {font-weight: 700;}/* remark 2 - light */.remark2 {display: inline-block;width: 100%;box-sizing: border-box;padding: 25px 35px;color: #009fd8;margin-bottom: 30px;font-size: 16px;line-height: 1.8em;position: relative;border-left: 4px solid #009fd8;border-right: 4px solid #009fd8;font-family: "merriweather", serif;font-style: italic;}.remark2:before {content: '';position: absolute;top: 0;left: 0;z-index: 100;width: 14px;height: 4px;background: #009fd8;}.remark2:after {content: '';position: absolute;bottom: 0;left: 0;z-index: 100;width: 14px;height: 4px;background: #009fd8;}span.remark2_right_top_line {position: absolute;top: 0;right: 0;z-index: 100;width: 14px;height: 4px;background: #009fd8;}span.remark2_right_bottom_line {position: absolute;bottom: 0;right: 0;z-index: 100;width: 14px;height: 4px;background: #009fd8;}.remark2 strong {font-weight: 700;}/* grey block */.grey_block {display: inline-block;width: 100%;box-sizing: border-box;padding: 25px 35px;background: #f5f5f5;margin-bottom: 40px;}/* form */.form {float: left;width: 100%;margin-bottom: 75px;}/* form labels */.form span.label, .form span.hint {float: left;width: 100%;}.form span.label {color: #023e83;margin-bottom: 2px;}.form span.label.error {color: #e4572e;}.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: #666;}.form span.checkbox {float: left;width: 100%;margin-top: 10px;margin-bottom: 15px;}.form span.checkbox.error {color: #e4572e;}.form span.label b, .form span.checkbox b {color: #999;font-weight: normal;font-size: 12px;}.form span.label.error b, .form span.checkbox.error b {color: #e4572e;}.form span.form_block {float: left; width: 100%; margin-bottom: 15px;}/* form fields */.form input.text {float: left;width: 100%;box-sizing: border-box;background: #fff;border: 1px solid #ddd;padding: 12px;margin-top: 3px;margin-bottom: 10px;color: #666;font-family: "freight-sans-pro", sans-serif;font-weight: 400;font-size: 19px;}.form input.text.error {border: 1px solid #e4572e;}.form textarea {float: left;width: 100%;box-sizing: border-box;height: 150px;background: #fff;border: 1px solid #ddd;padding: 12px;margin-top: 3px;margin-bottom: 10px;color: #666;font-family: "freight-sans-pro", sans-serif;font-weight: 400;font-size: 19px;}.form textarea.error {border: 1px solid #e4572e;}/* feedback */div.feedback {float: left;width: 100%;padding: 25px 0;margin-top: 10px;font-weight: 600;font-size: 21px;text-align: center;color: #fff;background: #00a37d;}div.feedback.error {background: #e4572e;}/* button */button::-moz-focus-inner { border: 0; padding: 0;}button {display: inline-block;cursor: pointer;overflow: visible;outline: none;color: #023e83;border: 1px solid #023e83;text-decoration: none;text-transform: uppercase;font-family: "freight-sans-pro", sans-serif;font-weight: 600;font-size: 16px;line-height: 1.6em;padding: 10px 20px;border-radius: 5px;margin-right: 10px;margin-bottom: 10px;transition: all 0.2s;}button:hover {color: #fff;background: #023e83;}/* cta */.cta {float: left;width: 100%;padding-top: 50px;padding-bottom: 15px;color: #fff;background: url('/_graphics/bg_gradient.png') center center no-repeat;background-size: cover !important;}.cta.border {margin-top: 25px;}.cta .wrapper {width: 40% !important;}.cta h1 {color: #fff;font-family: "freight-sans-pro", sans-serif;font-weight: 300;font-size: 36px;line-height: 1.2em;margin: 0 0 30px 0;}.cta h1.center {text-align: center;}.cta h2 {color: #fff;font-family: "freight-sans-pro", sans-serif;font-weight: 700;font-size: 28px;line-height: 1.2em;margin: 0 0 30px 0;}.cta p {font-size: 18px;line-height: 1.6em;margin-bottom: 25px;}.cta a {color: #fff;font-weight: 600;border-bottom: 1px solid #809ec1;transition: all 0.2s;text-decoration: none;}.cta a:hover {border-bottom: 1px solid #fff;}.cta a.button {display: inline-block;color: #fff;border: 1px solid #fff;text-decoration: none;text-transform: uppercase;font-size: 16px;padding: 10px 20px;border-radius: 5px;margin-right: 10px;margin-bottom: 10px;transition: all 0.3s;}.cta a.button:hover {color: #023e83;background: #fff;}/* sitemap */ul#sitemap {font-size: 18px;}ul#sitemap li ul {list-style-type: disc;margin-top: 5px;padding-left: 15px;}ul#sitemap li ul li {font-size: 17px;}/* google maps */#google_maps_canvas {float: left;width: 100%;height: 350px;}/* footer */.footer {float: left;width: 100%;padding: 35px 0 75px 0;font-weight: 400;font-size: 17px;line-height: 1.4em;color: #999;text-align: center;}.footer a {color: #999;text-decoration: none;border-bottom: 1px solid #ddd;transition: all 0.2s;}.footer a:hover {color: #666;border-bottom: 1px solid #666;}.footer img.social {width: 20px;vertical-align: middle;margin-left: 10px;}.footer i {display: inline-block;font-style: normal;font-size: 12px;margin: 0 3px;color: #aaa;}/* accept cookies */.accept_cookies_wrapper {position: fixed;top: 0;left: 0;z-index: 50000;width: 100%;height: 100%;background: rgba(0,0,0,0.6);display: flex;justify-content: center;align-items: center;transition: all 0.3s;}.accept_cookies {float: left;width: 500px;max-width: 90%;box-sizing: border-box;padding: 30px 40px;color: #fff;background: #023e83;font-size: 16px;line-height: 1.75em;text-align: left;}.accept_cookies a {color: #fff;transition: color 0.3s, background 0.3s;}.accept_cookies a:hover {color: #ddd;}.accept_cookies a.accept_cookies_button {display: inline-block;color: #023e83;background: #fff;padding: 7px 15px;text-decoration: none;border-radius: 3px;margin-bottom: 15px;}.accept_cookies a.accept_cookies_button:hover {background: #ddd;}/* 1440px */@media all and (max-width: 90em) { .block_outer_wrapper {width: 98.5%;}}/* 1280px */@media all and (max-width: 80em) { .wrapper {width: 94%;}}/* 1120px */@media all and (max-width: 70em) { ul.nav li.nav_home {display: none;}}/* 1040px */@media all and (max-width: 65em) { div.slide img.cover {height: 100px;}ul.nav li a {padding: 19px 15px;font-size: 17px;}div.spotlight ul li:after {font-size: 16px; padding: 18px 20px;}.cta .wrapper {width: 60% !important;}}/* 960px */@media all and (max-width: 60em) { .header {border-bottom: 0;}.logo {height: 50px;margin: 20px 0;}.controls {width: calc(100% - 310px);}ul.lan_switch {width: auto;margin-top: 32px;margin-left: 25px;}ul.lan_switch li {display: inline-block;}ul.lan_switch li a {font-size: 13px;line-height: 1em;padding: 8px 6px;margin-left: 5px;border-radius: 5px;}div.nav .wrapper {width: 100%;}.nav_toggle {display: block;}ul.nav {display: none;width: 100%;}ul.nav li {float: left;width: 100%;padding: 0;margin: 0;text-align: left;border-bottom: 1px solid #67c5e7;border-right: 0;}ul.nav li a {width: 100%;font-size: 18px;padding: 18px 20px;box-sizing: border-box;color: #fff;background: #009fd8 !important;}ul.nav li a.selected, ul.nav li a.selected:hover {color: #fff;background: #023e83 !important;}ul.nav li a span {padding: 0 8px;}ul.nav li.nav_home {display: block;}ul.nav li.nav_mobile {display: block;}ul.nav li ul {float: left;list-style-type: none;visibility: visible !important;position: relative;width: 100%;padding: 0;background: #fff;}ul.nav li ul li {width: 100%;border-bottom: 0;border-top: 1px solid #ddd;}ul.nav li ul li:last-child {border-bottom: 0;}ul.nav li ul li a {display: block;vertical-align: top;width: 100%;box-sizing: border-box;padding: 15px 35px;text-align: left;text-transform: none;color: #023e83 !important;background: #fff !important;border: 0;}ul.nav li ul li a:hover {background: #fff !important;}ul.nav li ul li a.selected, ul.nav li ul li a.selected:hover {font-weight: 700;color: #023e83 !important;background: #fff !important;}img.link {display: none;}.content {padding-top: 50px;}}/* 880px */@media all and (max-width: 55em) { .main {width: 100%;}}/* 800px */@media all and (max-width: 50em) { nav a {font-size: 16px;margin-right: 25px;}img.link {height: 22px;margin-left: 20px;margin-top: 12px;}.banner_text {width: 45%;padding: 40px 0 10px 0;min-height: 10px;}.banner_text h1 {font-size: 30px;margin-bottom: 25px;}.banner_text h2 {font-size: 22px;margin-bottom: 25px;}.banner_text p {font-size: 17px;}.banner_image {width: 50%;}}/* 720px */@media all and (max-width: 45em) { .content h1 {font-size: 30px;}.content h2 {font-size: 25px;}.content h3 {font-size: 22px;}.content h1 {font-size: 28px;}.content h2 {font-size: 22px;}img.page_image {display: none;}}/* 640px */@media all and (max-width: 40em) { .banner_text {width: 100%;padding: 40px 0 20px 0;}.banner_image {float: left;width: 100%;height: 275px;position: relative;}.banner_image_cover {display: none;}.cta .wrapper {width: 80% !important;}}/* 560px */@media all and (max-width: 35em) { .content {padding-top: 30px;}.content.empty {padding-top: 8px;}td.responsive {float: left;width: 100% !important;}td.noresponsive {display: none;}.logo {height: 30px;margin: 30px 0;}.controls {width: calc(100% - 210px);}.accept_cookies {max-width: 92%;padding: 20px 30px;}}/* 400px */@media all and (max-width: 25em) { .nav_toggle img {margin-left: 15px;}}