@charset "UTF-8";
/*! 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.
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800);
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"],
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 {
  /*  ab 271015 "-webkit-appearance: none" uitgecommment om default tonen close-x voor elkaar te krijgen
  -webkit-appearance: none;
*/
  cursor: pointer;
  font-size: 11px !important;
  font-weight: 100 !important;
  /*	color: black !important;*/ }

input[type="search"]::-ms-clear {
  color: black !important;
  /*	cursor: pointer;*/
  width: 20px;
  height: 20px;
  font-weight: bold; }

/*
.safari input[type="search"] { bij normale waarden geen x'je!
	-webkit-appearance: searchfield; leidt weliswaar wel tot x'je maar ook tot ronde knoppen en niet te wijizigen padding, zie https://css-tricks.com/webkit-html5-search-inputs/
	padding-right: 5px; leidt ook wel tonen x'je maar bij deze site zit dan het vergrootglasicoontje in de weg
}
*/
/**
 * 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; }

.foundation-mq {
  font-family: "small=0em&medium=35.5625em&xmedium=40.0625em&xxmedium=48.0625em&large=55.0625em&xlarge=75em&xxlarge=87.5em"; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.flex_col {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.flexgrow {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.flexnogrow {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

#wrapper_logo_en_menu {
  width: 100%;
  z-index: 34;
  background: #fff;
  height: 4.375rem;
  margin: 0; }

#wrapper_logo_en_menu_2 {
  max-width: 59.375rem;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

#site-logo {
  height: 4.375rem;
  padding: 0.9375rem 0 0 0.75rem; }

header#pageheader nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-flex: 7;
  -webkit-flex: 7 1 0px;
  -moz-box-flex: 7;
  -moz-flex: 7 1 0px;
  -ms-flex: 7 1 0px;
  flex: 7 1 0px; }

header#pageheader .menu {
  margin: 0 0 0 auto; }
  header#pageheader .menu > li {
    display: inline-block;
    height: 4.375rem;
    margin: 0 1rem;
    padding-top: 0.875rem; }
  header#pageheader .menu a {
    display: table-cell;
    height: 2.4375rem;
    vertical-align: middle;
    border-bottom: #fff solid 1px;
    margin: 0.7rem 0;
    padding: 0;
    color: #737373; }
  header#pageheader .menu a.mPS2id-highlight {
    border-bottom-color: #1f65b0;
    color: #4d66ae; }
  header#pageheader .menu span {
    vertical-align: baseline; }

#zoekveld {
  position: absolute;
  right: 1em;
  top: -0.9em;
  height: 39px;
  overflow: hidden; }

#hoofdplaat_met_titel {
  width: 100%;
  height: 39vw;
  min-height: 11rem;
  max-height: 28.0625rem;
  background-image: url(/9353281/g/optimale_fotos/optim_hoofdplaat/8er_sfeer_aarde_small_614x230_optim.jpg);
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover; }

.wrapper_heading {
  margin-bottom: 1.6rem; }
  .wrapper_heading p {
    margin-bottom: 0; }

#contact_wrapper {
  width: 100%;
  min-height: 11rem;
  background: #020d0f;
  padding-bottom: 3.7625rem; }

#contactformplacement {
  position: relative;
  min-height: 18.25rem; }

.spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

.pulse {
  -webkit-animation: spin 1s infinite steps(8);
  animation: spin 1s infinite steps(8); }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

#contactformplacement .msg {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

#h1, #h3_bij_h1 {
  text-align: center;
  color: white;
  text-transform: uppercase;
  display: block; }

#h1 {
  margin: -2rem 0 0.375rem 0; }

#h3_bij_h1, #site-logo, address p {
  margin-bottom: 0; }

.fs1.left {
  padding-right: 1.6rem; }

.wrapper_tekst_heading + .fs1 {
  padding-left: 1.6rem;
  height: 6.875rem; }

#content {
  background: #fafafa; }

.lijntje {
  margin: 0 auto;
  width: 70%;
  height: 0.125rem;
  background: #c6cde4;
  margin-bottom: 3.2rem; }

#sub-footer {
  background: #333;
  height: 98vh; }
  #sub-footer > div {
    background: transparent; }

#contact_wrapper h2, #contact_wrapper h3, #contact_wrapper p, #sub-footer h2, #sub-footer h3, #sub-footer p {
  color: #fff; }

#contact_wrapper .lijntje, #sub-footer .lijntje {
  background: #fff; }

main.columns {
  padding: 0; }

.xwrapper_main_broodtekst:not(.no_8er), aside.colofon > div, main > article > #global {
  background: white;
  width: 100%;
  padding-top: 3.2rem;
  padding-bottom: 1.6rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

main > article > div {
  background: white;
  width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

#over_sim {
  padding-top: 3.2rem; }

#activiteiten {
  padding-top: 1.6rem; }

div#contact {
  margin-top: 3.2rem; }

#over_sim p:last-of-type {
  margin-bottom: 0; }

.wrapper_main_broodtekst > div, main > article > #global > div {
  max-width: 42.25rem;
  margin: 0 auto; }

.wrapper_main_broodtekst #broodtekst_breder, main > article > #global #broodtekst_breder {
  max-width: 62.5rem; }

.wrapper_main_broodtekst.no_8er {
  padding-top: 3.2rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

br {
  line-height: 92%; }

.clear {
  clear: both;
  height: 1px; }

.hidden, #skip {
  position: absolute;
  left: -1000em;
  background: #fff; }

div.opsomitem {
  width: 100%; }

div.opsomteken, div.acties_pijl, div.rolacties_pijl, div.paragraaf_kopnr {
  float: left;
  line-height: 140%;
  letter-spacing: -0.03em; }

div.opsomteken {
  width: 1.4em; }

div.paragraaf_kopnr {
  text-align: left; }

div.opsomtekens ul.inlopendetekst li div.opsomitem div.opsomteken {
  float: left;
  width: 22px;
  height: 100%;
  text-align: right; }

div.opsomtekst, div.paragraaf_koptekst {
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 140%; }

div.tekst_opsomitem {
  margin-left: 0%; }

.inlopendetekst {
  margin-left: 0; }

ul.inlopendetekst li span.opsomteken {
  margin: 0 2% 0 0;
  padding: 0 0 0 0;
  width: 125px;
  overflow: hidden;
  height: 110px; }

main div.fontwit_hor,
main div.fontwit_vert,
main div.fontwit_horver {
  overflow: auto;
  margin-bottom: 1.6rem; }
  main div.fontwit_hor table,
  main div.fontwit_vert table,
  main div.fontwit_horver table {
    overflow: hidden;
    margin: 0; }

address {
  font-style: normal; }

#back-to-top {
  position: fixed;
  left: 50%;
  width: calc(50% - 15px);
  max-width: 30.625rem;
  bottom: 27px;
  z-index: 9999;
  text-align: center;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0; }
  #back-to-top > div {
    background: #1f65b0;
    float: right;
    width: 1.75rem;
    height: 1.75rem; }
  #back-to-top a {
    color: #fff; }
  #back-to-top a:focus {
    outline-style: none; }

#back-to-top.show {
  opacity: 1; }

.anker {
  display: block;
  position: relative;
  visibility: hidden; }

#activiteiten_heading + p {
  margin-bottom: 0; }

.twee_cols_activiteiten {
  padding-top: 1.6rem !important;
  padding-bottom: 3.2rem; }
  .twee_cols_activiteiten > div {
    display: table; }

.data-image {
  width: 52%;
  vertical-align: middle;
  display: table-cell; }

.opsom {
  display: table-cell;
  width: 48%; }
  .opsom ul {
    list-style-type: initial;
    font-size: 0.75rem; }
  .opsom ul, .opsom p {
    margin-bottom: 0; }
  .opsom p {
    font-size: 1rem; }
  .opsom li {
    margin-bottom: 0.8rem !important; }

.imgfloatright, div.right, table.right {
  float: right;
  padding: 0;
  margin: 0 0 0.5rem 0.5rem; }

.imgfloatleft, div.left, table.left {
  float: left;
  padding: 0;
  margin: 0 0.5rem 0.5rem 0; }

.imgfloatleft p.mtop img, div.left p.mtop img,
.imgfloatright p.mtop img, div.right p.mtop img {
  margin-top: -1em; }

.left.right {
  float: left !important; }

@media screen and (max-width: 55em) {
  #carousel ul {
    margin: 0 1rem !important; } }

@media screen and (min-width: 0em) and (max-width: 35.5em) {
  .mobile div.gplus, .mobile div.google-plus, .mobile #si_iconen_content form:nth-of-type(3), html:not(.mobile) .whatsapp.show-for-small-only {
    display: none !important; }
  main h3 {
    margin-bottom: 0.375rem; }
  #wrapper_logo_en_menu {
    height: 5.75rem;
    position: fixed !important; }
  #wrapper_logo_en_menu_2 {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  header#pageheader ul.menu {
    margin-left: 0.3125rem !important; }
    header#pageheader ul.menu li {
      height: 3rem;
      margin: 0 0.625rem;
      padding-top: 0; }
    header#pageheader ul.menu li a {
      padding: 0.75rem 0;
      font-size: 0.875rem;
      height: 2.4375rem;
      padding-bottom: 0.1875rem; }
  #logo {
    padding-top: 0.4375rem;
    padding-left: 0.9375rem; }
  #site-logo {
    padding-top: 0.125rem;
    height: 2.25rem; }
  object#sim-logo {
    width: 8.1875rem;
    height: 2rem; }
  main .fs1, #sub-footer .fs1 {
    font-size: 1rem; }
  .fs1.left {
    padding-right: 0.5rem; }
  .fs1.right {
    padding-left: 0.5rem; }
  .wrapper_main_broodtekst p:last-of-type {
    margin-bottom: 0; }
  .twee_cols_activiteiten {
    padding-bottom: 1.6rem; }
  #contact_wrapper {
    padding-bottom: 2.1rem; }
  .lijntje {
    margin-bottom: 1.6rem; }
  #activiteiten.anker {
    top: -30px; }
  #colofon.anker {
    top: -30px; }
  .twee_cols_activiteiten > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .data-image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%; }
  .opsom {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
  .wrapper_main_broodtekst .anker, #colofon.anker {
    padding-top: 0.0625rem !important; }
  .wrapper_main_broodtekst #over_sim {
    padding-top: 2rem !important; }
  #sub-footer > div {
    padding-top: 2.375rem !important; } }

@media (min-width: 28.125rem) and (max-width: 35.5rem) {
  h1#h1 {
    font-size: 5.85vw !important;
    line-height: 6.9vw !important; }
  #h3_bij_h1 {
    font-size: 3.95vw !important;
    line-height: 5.2vw !important; } }

@media only screen and (max-width: 20.0625rem) {
  ul.menu {
    margin-left: 0 !important; }
    ul.menu li {
      height: 3rem;
      margin: 0 0.4375rem; }
    ul.menu li a {
      padding: 0.75rem 0;
      font-size: 0.8125rem;
      height: 3rem; } }

@media only screen and (max-width: 22.4375rem) {
  #hoofdplaat_met_titel {
    height: auto;
    padding: 0.375rem 0; } }

@media screen and (min-width: 35.5625em) {
  .data-image {
    padding-right: 1rem; }
  /*	
	#back-to-top {
		>div {
			background: #c91a35;    
		}
		a {
    		color: #fff;
		}
	}
*/ }

@media screen and (min-width: 37.5em) {
  .mobile .show-for-small-only.whatsapp {
    display: none !important; }
  .mobile div.gplus.soc_media_item_center, .mobile .gplus div.google-plus {
    display: block  !important; } }

@media screen and (min-width: 35.5625em) and (max-width: 55em) {
  #hoofdplaat_met_titel {
    background-image: url(/9353281/g/optimale_fotos/optim_hoofdplaat/8er_sfeer_aarde_medium_935x350_optim.jpg); }
  #h1 {
    margin: -2.5rem 0 1.25rem 0; }
  main h3 {
    margin-bottom: 0.375rem; }
  main .fs1, #sub-footer .fs1 {
    font-size: 1.5rem; }
  .fs1.left {
    padding-right: 0.625rem; }
  .fs1.right {
    padding-left: 0.625rem; } }

@media screen and (min-width: 35.5625em) and (max-width: 40em) {
  h1#h1 {
    font-size: 6.2vw !important;
    line-height: 7.9vw !important;
    margin-bottom: 0.125rem; }
  #h3_bij_h1 {
    font-size: 3.1vw !important;
    line-height: 4.7vw !important; }
  h2 {
    margin-bottom: 0.25rem; } }

@media screen and (min-width: 40.0625em) and (max-width: 48em) {
  h1#h1 {
    font-size: 6.2vw !important;
    line-height: 8.4vw !important;
    margin-bottom: 0; }
  #h3_bij_h1 {
    font-size: 3.2vw !important;
    line-height: 4.75vw !important; } }

@media screen and (min-width: 48.0625em) and (max-width: 55em) {
  h1#h1 {
    font-size: 6.2vw !important;
    line-height: 8.4vw !important;
    margin-bottom: 0; }
  #h3_bij_h1 {
    font-size: 2.8vw !important;
    line-height: 4.8vw !important; } }

/*
@media (max-width: rem-calc(1736) ) {
	main {
		background: yellow;
	}	
}
*/
@media (max-width: 46rem) and (max-height: 37.4375rem) and (orientation: landscape) {
  .mobile .show-for-small-only.whatsapp {
    display: block !important; }
  .mobile div.google-plus.soc_media_item_center, .mobile div.gplus.soc_media_item_center, .mobile div.google-plus, .mobile #si_iconen form:nth-of-type(3) {
    display: none !important; } }

@media screen and (min-width: 55.0625em) {
  header#pageheader nav {
    padding-right: 0; }
  h1#h1 {
    margin-top: -3.625rem; } }

@media screen and (min-width: 55.0625em) and (max-width: 74.9375em) {
  #contact_wrapper .large_links {
    padding-right: 0; }
  #hoofdplaat_met_titel {
    background-image: url(/9353281/g/optimale_fotos/optim_hoofdplaat/8er_sfeer_aarde_large_1199x449_optim.jpg); }
  #contact_wrapper {
    background: #020d0f url(/9353281/g/optimale_fotos/optim_contactplaat/8er_cont_molek_large_1199x545_optim.jpg) 50% 50%; } }

@media screen and (min-width: 75em) and (max-width: 87.4375em) {
  #hoofdplaat_met_titel {
    background-image: url(/9353281/g/optimale_fotos/optim_hoofdplaat/8er_sfeer_aarde_xlarge_1399x449_optim.jpg); }
  #contact_wrapper {
    background: #020d0f url(/9353281/g/optimale_fotos/optim_contactplaat/8er_cont_molek_xlarge_1399x545_optim.jpg) 50% 50%; } }

@media screen and (min-width: 87.5em) {
  #hoofdplaat_met_titel {
    background-image: url(/9353281/g/optimale_fotos/optim_hoofdplaat/8er_sfeer_aarde_xxlarge_1920x449_optim.jpg); }
  #contact_wrapper {
    background: #020d0f url(/9353281/g/optimale_fotos/optim_contactplaat/8er_cont_molek_xxlarge_1920x545_optim.jpg) 50% 50%; } }

@media (min-width: 55.0625rem) and (max-width: 63.9375rem) {
  h1#h1 {
    margin-top: -2.8125rem;
    font-size: 6.4vw !important;
    line-height: 8.8vw !important;
    margin-bottom: 0.125rem; }
  #h3_bij_h1 {
    font-size: 2.51vw !important;
    line-height: 4vw !important; } }

@media (min-width: 62rem) {
  #wrapper_logo_en_menu {
    height: 4.375rem; }
  #site-logo {
    padding: 0.9375rem 0 0; } }

p {
  margin-top: 0; }

/* 
p.mnone {
	margin-top: 0;
	margin-bottom: 0
}*/
.paragraaf_kop + .mtop.seriekeuze {
  margin-top: 0; }

div.seriekeuze ul, div.wegwijzer ul {
  margin-top: 0.25rem;
  margin-left: 1.3125rem;
  padding: 0;
  padding-left: 0.25rem; }
  div.seriekeuze ul li a, div.wegwijzer ul li a {
    display: inline-block;
    padding-left: 0.375rem; }

div.seriekeuze ul li a {
  display: inline; }

p.mtop, main .infowijzer,
.infowijzer + .anker + .paragraaf_kop,
div.seriekeuze + .anker + .paragraaf_kop,
p + .anker + .paragraaf_kop {
  margin-top: 0; }

#sim-logo {
  vertical-align: top; }

.fs1 {
  font-size: 2rem;
  display: inline-block;
  -webkit-border-radius: .3rem;
  border-radius: .3rem; }

.icon {
  display: inline-block;
  width: 3.41em;
  height: 3.44em;
  fill: currentColor; }

#sociale_iconen_share {
  /*	.icon.icon-linkedin2 {
		top: 2px;	
	}
*/ }
  #sociale_iconen_share .fs1 {
    width: 32px;
    height: 32px;
    -webkit-border-radius: .3rem;
    border-radius: .3rem;
    margin-left: 9px; }
  #sociale_iconen_share .icon {
    color: #fff;
    display: inline-block;
    fill: currentColor;
    position: relative;
    left: 4px;
    width: 0.9em;
    height: 0.9em;
    font-size: 22px; }
  #sociale_iconen_share .icon.icon-r {
    top: -12px;
    left: 6px;
    font-size: 20px; }
  #sociale_iconen_share .icon.icon-twitter {
    left: 7px;
    top: -12px;
    font-size: 19px; }
  #sociale_iconen_share .icon.icon-facebook {
    left: 3px;
    font-size: 28px;
    top: 1px; }
  #sociale_iconen_share .icon.icon-google-plus {
    left: 5px;
    top: 2px; }
  #sociale_iconen_share .icon.icon-nujij {
    font-size: 24px;
    top: 1px; }

.doorstuurhome {
  border: solid 1px #cdab2b;
  background: #e1b100;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e5bc00 0%, #d59a00 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5bc00), color-stop(100%, #d59a00));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e5bc00 0%, #d59a00 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e5bc00 0%, #d59a00 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e5bc00 0%, #d59a00 100%);
  /* IE10+ */
  background: linear-gradient(top bottom, #e5bc00 0%, #d59a00 100%); }

.twitter {
  border: solid 1px #0f7fb7;
  background: #0077cd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #009dde 0%, #006cca 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009dde), color-stop(100%, #006cca));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #009dde 0%, #006cca 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #009dde 0%, #006cca 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #009dde 0%, #006cca 100%);
  /* IE10+ */
  background: linear-gradient(top bottom, #009dde 0%, #006cca 100%); }

.facebook {
  border: solid 1px #163a87;
  background: #2452a8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2452a8 0%, #1c3d89 72%, #445ea0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2452a8), color-stop(72%, #1c3d89), color-stop(100%, #445ea0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2452a8 0%, #1c3d89 72%, #445ea0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2452a8 0%, #1c3d89 72%, #445ea0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2452a8 0%, #1c3d89 72%, #445ea0 100%);
  /* IE10+ */
  background: linear-gradient(top bottom, #2452a8 0%, #1c3d89 72%, #445ea0 100%);
  /* W3C */
  line-height: 34px; }
  .facebook svg {
    font-size: 26px; }

.google-plus {
  border: solid 1px #b5281a;
  background: #d74233;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d33f30 0%, #d74233 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d33f30), color-stop(100%, #d74233));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d33f30 0%, #d74233 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d33f30 0%, #d74233 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d33f30 0%, #d74233 100%);
  /* IE10+ */
  background: linear-gradient(top bottom, #d33f30 0%, #d74233 100%);
  line-height: 29px; }
  .google-plus svg {
    font-size: 21px; }

.linkedin2 {
  border: solid 1px #075479;
  background: #00224f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1773a0 0%, #175c84 82%, #124c72 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1773a0), color-stop(82%, #175c84), color-stop(100%, #124c72));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1773a0 0%, #175c84 82%, #124c72 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1773a0 0%, #175c84 82%, #124c72 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1773a0 0%, #175c84 82%, #124c72 100%);
  /* IE10+ */
  background: linear-gradient(top bottom, #1773a0 0%, #175c84 82%, #124c72 100%);
  /* W3C */
  line-height: 23px; }
  .linkedin2 svg {
    font-size: 22px; }

.nujij {
  border: solid 1px #b00505;
  background: #dc1010;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dc1010 0%, #c70c0c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dc1010), color-stop(100%, #c70c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dc1010 0%, #c70c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dc1010 0%, #c70c0c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dc1010 0%, #c70c0c 100%);
  /* IE10+ */
  background: linear-gradient(top bottom, #dc1010 0%, #c70c0c 100%);
  line-height: 29px; }
  .nujij svg {
    font-size: 24px; }

.sib_left svg {
  color: #646464; }

#sib_twitter svg {
  color: #019ad2; }

#sib_facebook svg {
  color: #2452a8; }

.sib_full svg {
  font-size: 18px; }

.logosim {
  font-size: 26px;
  width: 10.9375rem;
  height: 2.6875rem;
  font-size: 1.125rem;
  font-family: 'Open Sans';
  font-weight: 700; }

#back-to-top > div {
  font-size: 22px; }

#back-to-top svg {
  width: 1em;
  height: 1em; }

/* =======================================================================================
Example showing how to change the color/size of the icons:
.icon-name {
	font-size: 32px; // works because "width" & "height" were set using em units
	color: red; // works for single-colored icons, because "fill" was set to "currentColor"
}
======================================================================================== */
/*FALL BACKS*/
.no-svg .doorstuurhome {
  background: url(/9353265/g/sprite_no-svg_icons.png) no-repeat scroll 0px 0px; }

.no-svg .twitter {
  background: url(/9353265/g/sprite_no-svg_icons.png) no-repeat scroll -45px 0; }

.no-svg .facebook {
  background: url(/9353265/g/sprite_no-svg_icons.png) no-repeat scroll -87px 0; }

.no-svg .google-plus {
  background: url(/9353265/g/sprite_no-svg_icons.png) no-repeat scroll -129px 0; }

.no-svg .linkedin2 {
  background: url(/9353265/g/sprite_no-svg_icons.png) no-repeat scroll -172px 0; }

.no-svg .nujij {
  background: url(/9353265/g/sprite_no-svg_icons.png) no-repeat scroll -214px 0; }

.no-svg .glyph {
  background-color: transparent;
  border: none; }
  .no-svg .glyph div {
    width: 100%;
    height: 100%; }

.toc .active {
  background: #1f65b0;
  color: white; }

#route {
  height: 18rem;
  position: relative;
  overflow: auto; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  padding: 0 !important;
  margin: 0 !important; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/9000000/v/jquery/slick-1.5.9/slick/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/9000000/v/jquery/slick-1.5.9/slick/fonts/slick.eot");
  src: url("/9000000/v/jquery/slick-1.5.9/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/9000000/v/jquery/slick-1.5.9/slick/fonts/slick.woff") format("woff"), url("/9000000/v/jquery/slick-1.5.9/slick/fonts/slick.ttf") format("truetype"), url("/9000000/v/jquery/slick-1.5.9/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  /*    background: transparent;*/
  background: #1f65b0;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    /*      background: transparent;*/
    background: #1f65b0;
    color: 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: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 18px;
    line-height: 1.3;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .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 {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.share_iconen, .sib_full, .sib_left, .sib_right {
  max-width: 120rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: auto;
  margin-right: auto; }

.sib_full, .sib_left, .sib_right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.sib_left, .sib_right {
  max-width: 120rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around; }

.sib_left {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -moz-box-flex: 3;
  -moz-flex: 3;
  -ms-flex: 3;
  flex: 3; }

.sib_mid {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  line-height: 1rem; }

.sib_right {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -moz-box-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2; }

.sib_mid, .share_text {
  font-size: 0.8rem; }

@media screen and (min-width: 75em) {
  #sociale_iconen_share {
    max-width: 120rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: auto;
    margin-right: auto; } }

.share_text {
  max-width: 120rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

input[type="file"], input[type="checkbox"], input[type="radio"] {
  margin: 2px 3px 1rem 0; }

.gecko input[type="text"], .gecko input[type="password"], .gecko input[type="date"], .gecko input[type="datetime"], .gecko input[type="email"],
.gecko input[type="number"], .gecko input[type="search"], .gecko input[type="tel"], .gecko input[type="time"], .gecko input[type="url"], .gecko textarea {
  padding: 0.4em !important; }

.verplicht {
  color: #1f65b0;
  float: left;
  font-size: 120%;
  margin-right: 0.25rem; }

/*.verplicht.verplicht_zonder_veld {
	margin-top:rem-calc(4);
}

*/
.verplicht_item {
  float: left; }

@media only screen and (min-width: 47.99em) {
  form .large-9 .verplicht {
    left: -0.25em; } }

#main form .row input {
  float: left;
  clear: both; }

#main form .row label {
  float: left;
  padding-left: 0.625rem; }

#contact_wrapper .toelichting {
  margin-bottom: 0.625rem; }

#contact_wrapper input[type="submit"] {
  width: 100%; }

#contact_wrapper textarea {
  height: 9.3125rem; }

#main form .small-4 {
  padding-top: 0; }

#main form .row .row .row {
  margin: 0; }

#main form label {
  font-size: 100%;
  line-height: 135%; }

#main form .large-9 input[type="radio"] {
  margin: 0.25rem 0 0.875rem 0; }

#main form .large-9 input[type="checkbox"] {
  margin: 0.125rem 0 0.875rem 0; }

#main #landenform input[type="checkbox"] {
  margin: 0.25rem 0.25rem 0.875rem 0 !important; }

.prefix.button {
  margin-top: 0.625rem; }

form .buttons_onerow input {
  float: none; }

/*2 decla's hierna t.b.v. /9353000/1/j9vvj9idsj04xr6/vhzpdh0qxkrd*/
.uw_mening td input[type="file"], .uw_mening td input[type="checkbox"], .uw_mening td input[type="radio"], .uw_mening td select {
  margin-top: 0.7em; }

.uw_mening td td input[type="file"], .uw_mening td td input[type="checkbox"], .uw_mening td td input[type="radio"], .uw_mening td td select {
  margin-top: 0em; }

.uw_mening label {
  display: inline-block;
  padding-left: 0.2em;
  position: relative;
  top: -0.2em; }

.uw_mening .meti:visited:after {
  color: #1f65b0; }

.meti_form {
  position: absolute;
  right: 0.2em; }

/*
// ar 2015-11-12 ??? geeft vreemde dropdown lijstjes in formulieren -> uitgezet
select.sel {
	height: 220px;
	background: transparent;
}
*/
#contactformplacement #klaarmsg, #contactformplacement #errormsg {
  background: #fff;
  padding: 2em;
  color: #0a0a0a; }

@media print {
  .gewoneversie p + .lijntje {
    border-top: none; }
  #back-to-top {
    display: none; }
  main {
    margin-bottom: 0 !important; }
  #logo, #hoofdplaat_met_titel > div {
    max-width: 42.25rem;
    margin: 0 auto; }
  #hoofdplaat_met_titel {
    display: block;
    height: auto;
    padding: 0.9375rem; }
    #hoofdplaat_met_titel h1, #hoofdplaat_met_titel h3 {
      text-align: left; }
  h1, h2, h3, .wrapper_heading, .wrapper_main_broodtekst.wrapper_main_8er_dark > div {
    text-align: left; }
  #content .wrapper_main_broodtekst {
    padding-top: 1.6rem;
    padding-bottom: 0; }
  #content h3 {
    margin-bottom: 0; }
  #content .lijntje {
    margin-bottom: 1.6rem; }
  #content #broodtekst_breder {
    max-width: 42.25rem;
    margin: 0 auto; }
  .gewoneversie #c_header {
    padding: 0rem 2rem;
    margin: 0 auto;
    position: inherit;
    max-width: 800px; }
  .gewoneversie main {
    margin-top: 0 !important; }
  .gewoneversie #content nav.infowijzer {
    margin: 0; } }

html {
  font-size: 1em;
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-family: "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Arial", sans-serif;
  font-weight: normal;
  line-height: 1.6;
  color: #0a0a0a;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

header, footer, #content {
  font-size: 1rem; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 5px; }

select {
  width: 100%;
  border-radius: 5px; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 5px;
  line-height: 1; }

.row {
  max-width: 120rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: auto;
  margin-right: auto; }
  .row .row,
  .column-row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }

.column,
.columns {
  -webkit-flex: 1 1 0px;
  -moz-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.small-1 {
  -webkit-flex: 0 0 8.33333%;
  -moz-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-2 {
  -webkit-flex: 0 0 16.66667%;
  -moz-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-3 {
  -webkit-flex: 0 0 25%;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.small-4 {
  -webkit-flex: 0 0 33.33333%;
  -moz-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-5 {
  -webkit-flex: 0 0 41.66667%;
  -moz-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-6 {
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.small-7 {
  -webkit-flex: 0 0 58.33333%;
  -moz-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-8 {
  -webkit-flex: 0 0 66.66667%;
  -moz-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-9 {
  -webkit-flex: 0 0 75%;
  -moz-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.small-10 {
  -webkit-flex: 0 0 83.33333%;
  -moz-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-11 {
  -webkit-flex: 0 0 91.66667%;
  -moz-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-12 {
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media screen and (min-width: 35.5625em) {
  .medium-1 {
    -webkit-flex: 0 0 8.33333%;
    -moz-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-2 {
    -webkit-flex: 0 0 16.66667%;
    -moz-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-3 {
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-4 {
    -webkit-flex: 0 0 33.33333%;
    -moz-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-5 {
    -webkit-flex: 0 0 41.66667%;
    -moz-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-6 {
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-7 {
    -webkit-flex: 0 0 58.33333%;
    -moz-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-8 {
    -webkit-flex: 0 0 66.66667%;
    -moz-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-9 {
    -webkit-flex: 0 0 75%;
    -moz-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-10 {
    -webkit-flex: 0 0 83.33333%;
    -moz-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-11 {
    -webkit-flex: 0 0 91.66667%;
    -moz-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-12 {
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media screen and (min-width: 40.0625em) {
  .xmedium-1 {
    -webkit-flex: 0 0 8.33333%;
    -moz-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xmedium-2 {
    -webkit-flex: 0 0 16.66667%;
    -moz-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xmedium-3 {
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xmedium-4 {
    -webkit-flex: 0 0 33.33333%;
    -moz-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xmedium-5 {
    -webkit-flex: 0 0 41.66667%;
    -moz-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xmedium-6 {
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xmedium-7 {
    -webkit-flex: 0 0 58.33333%;
    -moz-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xmedium-8 {
    -webkit-flex: 0 0 66.66667%;
    -moz-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xmedium-9 {
    -webkit-flex: 0 0 75%;
    -moz-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .xmedium-10 {
    -webkit-flex: 0 0 83.33333%;
    -moz-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xmedium-11 {
    -webkit-flex: 0 0 91.66667%;
    -moz-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xmedium-12 {
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media screen and (min-width: 48.0625em) {
  .xxmedium-1 {
    -webkit-flex: 0 0 8.33333%;
    -moz-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xxmedium-2 {
    -webkit-flex: 0 0 16.66667%;
    -moz-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xxmedium-3 {
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xxmedium-4 {
    -webkit-flex: 0 0 33.33333%;
    -moz-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xxmedium-5 {
    -webkit-flex: 0 0 41.66667%;
    -moz-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xxmedium-6 {
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xxmedium-7 {
    -webkit-flex: 0 0 58.33333%;
    -moz-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xxmedium-8 {
    -webkit-flex: 0 0 66.66667%;
    -moz-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xxmedium-9 {
    -webkit-flex: 0 0 75%;
    -moz-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .xxmedium-10 {
    -webkit-flex: 0 0 83.33333%;
    -moz-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xxmedium-11 {
    -webkit-flex: 0 0 91.66667%;
    -moz-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xxmedium-12 {
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media screen and (min-width: 55.0625em) {
  .large-1 {
    -webkit-flex: 0 0 8.33333%;
    -moz-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-2 {
    -webkit-flex: 0 0 16.66667%;
    -moz-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-3 {
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .large-4 {
    -webkit-flex: 0 0 33.33333%;
    -moz-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-5 {
    -webkit-flex: 0 0 41.66667%;
    -moz-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-6 {
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large-7 {
    -webkit-flex: 0 0 58.33333%;
    -moz-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-8 {
    -webkit-flex: 0 0 66.66667%;
    -moz-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-9 {
    -webkit-flex: 0 0 75%;
    -moz-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .large-10 {
    -webkit-flex: 0 0 83.33333%;
    -moz-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-11 {
    -webkit-flex: 0 0 91.66667%;
    -moz-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-12 {
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media screen and (min-width: 35.5625em) {
  .medium-expand {
    flex: 1 1 0px; } }

@media screen and (min-width: 40.0625em) {
  .xmedium-expand {
    flex: 1 1 0px; } }

@media screen and (min-width: 48.0625em) {
  .xxmedium-expand {
    flex: 1 1 0px; } }

@media screen and (min-width: 55.0625em) {
  .large-expand {
    flex: 1 1 0px; } }

.shrink {
  flex: 0 0 auto; }

.row.medium-unstack .column {
  flex: 0 0 100%; }
  @media screen and (min-width: 35.5625em) {
    .row.medium-unstack .column {
      flex: 1 1 0px; } }

.row.xmedium-unstack .column {
  flex: 0 0 100%; }
  @media screen and (min-width: 40.0625em) {
    .row.xmedium-unstack .column {
      flex: 1 1 0px; } }

.row.xxmedium-unstack .column {
  flex: 0 0 100%; }
  @media screen and (min-width: 48.0625em) {
    .row.xxmedium-unstack .column {
      flex: 1 1 0px; } }

.row.large-unstack .column {
  flex: 0 0 100%; }
  @media screen and (min-width: 55.0625em) {
    .row.large-unstack .column {
      flex: 1 1 0px; } }

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-flex-order: 3;
  order: 3; }

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -moz-order: 4;
  -ms-flex-order: 4;
  order: 4; }

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -moz-order: 5;
  -ms-flex-order: 5;
  order: 5; }

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -moz-order: 6;
  -ms-flex-order: 6;
  order: 6; }

@media screen and (min-width: 35.5625em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-order: 6;
    -ms-flex-order: 6;
    order: 6; } }

@media screen and (min-width: 40.0625em) {
  .xmedium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .xmedium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .xmedium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .xmedium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .xmedium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .xmedium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-order: 6;
    -ms-flex-order: 6;
    order: 6; } }

@media screen and (min-width: 48.0625em) {
  .xxmedium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .xxmedium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .xxmedium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .xxmedium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .xxmedium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .xxmedium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-order: 6;
    -ms-flex-order: 6;
    order: 6; } }

@media screen and (min-width: 55.0625em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-order: 6;
    -ms-flex-order: 6;
    order: 6; } }

.row.align-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

.row.align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.row.align-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.row.align-spaced {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around; }

.row.align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.column.align-top {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  align-self: flex-start; }

.row.align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end; }

.column.align-bottom {
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  align-self: flex-end; }

.row.align-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.column.align-middle {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center; }

.row.align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch; }

.column.align-stretch {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  align-self: stretch; }

div,
dl,
dt,
li,
pre,
form,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6, hgroup,
ul, ol, dd,
figure, section, #content nav,
pre, table, fieldset, hr {
  margin: 0 0 1.6rem 0;
  padding: 0; }

p {
  font-size: inherit;
  margin-bottom: 1.6rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Arial", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #1f65b0;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 1.6rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  margin-bottom: 0.5625rem; }

h2 {
  margin-bottom: 1.6rem; }

h3 {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #737373; }

h1 {
  font-size: 2.18475rem; }

h2 {
  font-size: 1.6rem; }

h3 {
  font-size: 1.1935rem; }

h4 {
  font-size: 1rem; }

h5 {
  font-size: 0.9375rem; }

h6 {
  font-size: 0.8125rem; }

@media screen and (min-width: 35.5625em) {
  h1 {
    font-size: 2.18475rem; }
  h2 {
    font-size: 1.6rem; }
  h3 {
    font-size: 1.1935rem; }
  h4 {
    font-size: 1rem; }
  h5 {
    font-size: 0.9375rem; }
  h6 {
    font-size: 0.8125rem; } }

@media screen and (min-width: 40.0625em) {
  h1 {
    font-size: 2.56rem; }
  h2 {
    font-size: 1.6rem; }
  h3 {
    font-size: 1.34606rem; }
  h4 {
    font-size: 1.125rem; }
  h5 {
    font-size: 1.0625rem; }
  h6 {
    font-size: 1rem; } }

@media screen and (min-width: 48.0625em) {
  h1 {
    font-size: 4.096rem; }
  h2 {
    font-size: 1.6rem; }
  h3 {
    font-size: 1.39062rem; }
  h4 {
    font-size: 1.125rem; }
  h5 {
    font-size: 1.0625rem; }
  h6 {
    font-size: 1rem; } }

@media screen and (min-width: 55.0625em) {
  h1 {
    font-size: 4.096rem; }
  h2 {
    font-size: 1.6rem; }
  h3 {
    font-size: 1.6rem; }
  h4 {
    font-size: 1.125rem; }
  h5 {
    font-size: 1.0625rem; }
  h6 {
    font-size: 1rem; } }

h1 {
  line-height: 2.37825rem; }

h2 {
  line-height: 1.7935rem; }

h3 {
  line-height: 1.387rem; }

h4 {
  line-height: 16rem; }

h5 {
  line-height: 15rem; }

h6 {
  line-height: 13rem; }

@media screen and (min-width: 35.5625em) {
  h1 {
    line-height: 2.37825rem; }
  h2 {
    line-height: 1.7935rem; }
  h3 {
    line-height: 1.387rem; }
  h4 {
    line-height: 16rem; }
  h5 {
    line-height: 15rem; }
  h6 {
    line-height: 13rem; } }

@media screen and (min-width: 40.0625em) {
  h1 {
    line-height: 4.2895rem; }
  h2 {
    line-height: 2.18412rem; }
  h3 {
    line-height: 1.6rem; }
  h4 {
    line-height: 18rem; }
  h5 {
    line-height: 17rem; }
  h6 {
    line-height: 16rem; } }

@media screen and (min-width: 48.0625em) {
  h1 {
    line-height: 4.2895rem; }
  h2 {
    line-height: 2.47363rem; }
  h3 {
    line-height: 1.7935rem; }
  h4 {
    line-height: 18rem; }
  h5 {
    line-height: 17rem; }
  h6 {
    line-height: 16rem; } }

@media screen and (min-width: 55.0625em) {
  h1 {
    line-height: 5.8rem; }
  h2 {
    line-height: 2.7535rem; }
  h3 {
    line-height: 1.7935rem; }
  h4 {
    line-height: 18rem; }
  h5 {
    line-height: 17rem; }
  h6 {
    line-height: 16rem; } }

.opsom h4 {
  line-height: 1.6;
  margin-bottom: 0;
  color: #0a0a0a; }

a {
  color: #1f65b0;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1b5797; }
  a img {
    border: 0; }

hr {
  max-width: 120rem;
  height: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: none;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style-type: inherit; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 2.80412rem;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 1rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 1.25rem;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

@media screen and (min-width: 35.5625em) {
  .medium-text-left {
    text-align: left; } }

@media screen and (min-width: 40.0625em) {
  .xmedium-text-left {
    text-align: left; } }

@media screen and (min-width: 48.0625em) {
  .xxmedium-text-left {
    text-align: left; } }

@media screen and (min-width: 55.0625em) {
  .large-text-left {
    text-align: left; } }

.text-right {
  text-align: right; }

@media screen and (min-width: 35.5625em) {
  .medium-text-right {
    text-align: right; } }

@media screen and (min-width: 40.0625em) {
  .xmedium-text-right {
    text-align: right; } }

@media screen and (min-width: 48.0625em) {
  .xxmedium-text-right {
    text-align: right; } }

@media screen and (min-width: 55.0625em) {
  .large-text-right {
    text-align: right; } }

.text-center {
  text-align: center; }

@media screen and (min-width: 35.5625em) {
  .medium-text-center {
    text-align: center; } }

@media screen and (min-width: 40.0625em) {
  .xmedium-text-center {
    text-align: center; } }

@media screen and (min-width: 48.0625em) {
  .xxmedium-text-center {
    text-align: center; } }

@media screen and (min-width: 55.0625em) {
  .large-text-center {
    text-align: center; } }

.text-justify {
  text-align: justify; }

@media screen and (min-width: 35.5625em) {
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 40.0625em) {
  .xmedium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 48.0625em) {
  .xxmedium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 55.0625em) {
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 0.6em 1.3em;
  margin: 1.6rem 0;
  font-size: 0.9rem;
  background: #1f65b0;
  color: #fff; }
  [data-whatinput="mouse"] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background: #1a5696;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background: #1f65b0;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background: #19518d;
      color: #fff; }
  .button.secondary {
    background: #777;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background: #5f5f5f;
      color: #fff; }
  .button.success {
    background: #3adb76;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background: #22bb5b;
      color: #fff; }
  .button.alert {
    background: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background: #da3116;
      color: #fff; }
  .button.warning {
    background: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background: #cc8b00;
      color: #fff; }
  .button.hollow {
    border: 1px solid #1f65b0;
    color: #1f65b0; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #103358;
      color: #103358; }
    .button.hollow.primary {
      border: 1px solid #1f65b0;
      color: #1f65b0; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #103358;
        color: #103358; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
  .button.disabled {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1.3em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: 0.2em; }

[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-weight: 900;
  font-size: 1rem;
  color: #8a8a8a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 5px;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type="text"]:focus, [type="password"]:focus, [type="date"]:focus, [type="datetime"]:focus, [type="datetime-local"]:focus, [type="month"]:focus, [type="week"]:focus, [type="email"]:focus, [type="number"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="time"]:focus, [type="url"]:focus, [type="color"]:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

[type="submit"],
[type="button"] {
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type="search"] {
  box-sizing: border-box; }

[type="file"],
[type="checkbox"],
[type="radio"] {
  margin: 0 0 1rem; }

[type="checkbox"] + label,
[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

label > [type="checkbox"],
label > [type="label"] {
  margin-right: 0.5rem; }

[type="file"] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }

.input-group-label, .input-group-field, .input-group-button {
  display: table-cell;
  margin: 0;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-button {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: transparent;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 5px;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #8a8a8a;
  background-color: #fafafa;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(51, 51, 51)"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right 0.5rem center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (min-width: 0em) and (max-width: 35.5em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: -0.0625em), screen and (min-width: 35.5625em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 35.5625em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 35.5em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 35.5625em) and (max-width: 40em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 35.5em), screen and (min-width: 40.0625em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 40.0625em) {
  .hide-for-xmedium {
    display: none !important; } }

@media screen and (max-width: 40em) {
  .show-for-xmedium {
    display: none !important; } }

@media screen and (min-width: 40.0625em) and (max-width: 48em) {
  .hide-for-xmedium-only {
    display: none !important; } }

@media screen and (max-width: 40em), screen and (min-width: 48.0625em) {
  .show-for-xmedium-only {
    display: none !important; } }

@media screen and (min-width: 48.0625em) {
  .hide-for-xxmedium {
    display: none !important; } }

@media screen and (max-width: 48em) {
  .show-for-xxmedium {
    display: none !important; } }

@media screen and (min-width: 48.0625em) and (max-width: 55em) {
  .hide-for-xxmedium-only {
    display: none !important; } }

@media screen and (max-width: 48em), screen and (min-width: 55.0625em) {
  .show-for-xxmedium-only {
    display: none !important; } }

@media screen and (min-width: 55.0625em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 55em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 55.0625em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 55em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

.media-object {
  margin-bottom: 1.5rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (min-width: 0em) and (max-width: 35.5em) {
    .media-object.stack-for-small .media-object-section {
      display: block;
      padding: 0;
      padding-bottom: 1rem; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not( + &:first-child) {
    padding-left: 1rem; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }
