/* SMACSS theme rules */
@font-face {
  font-family: "Avant Garde Demi";
  src: url('../fonts/avantgarde-demi-webfont.eot?1518439971');
  src: url('../fonts/avantgarde-demi-webfont.eot?&1518439971#iefix') format('embedded-opentype'), url('../fonts/avantgarde-demi-webfont.woff?1518439971') format('woff'), url('../fonts/avantgarde-demi-webfont.ttf?1518439971') format('truetype'), url('../fonts/avantgarde-demi-webfont.svg?1518439971#avantgarde_demi_webfont') format('svg');
  font-weight: 400;
}
/*
	Global mixins
*/
/*
	Global
*/
/* line 35, ../sass/custom/_config.scss */
.ui-button, input[type='submit'], .button-primary, .wa-ui-button {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

/* line 51, ../sass/custom/_config.scss */
.ui-button, input[type='submit'], .button-primary, .wa-ui-button {
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}

/*
	Default widths & breakpoints
*/
/*
	Colorscheme
*/
/*
	Typography
*/
/* line 1, ../sass/custom/_base.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 23, ../sass/custom/_base.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 28, ../sass/custom/_base.scss */
html {
  height: 100%;
  background: #626969;
}

/*
	Typography
*/
/* line 36, ../sass/custom/_base.scss */
p, li, figcaption, div, input[type='text'], input[type='email'], input[type='number'], textarea {
  font-family: "Verdana", "sans-serif";
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.8;
  color: #333;
  letter-spacing: normal;
  word-spacing: 0px;
}
@media (min-width: 0) and (max-width: 1024px) {
  /* line 36, ../sass/custom/_base.scss */
  p, li, figcaption, div, input[type='text'], input[type='email'], input[type='number'], textarea {
    font-size: 1em;
  }
}

/* line 48, ../sass/custom/_base.scss */
p {
  margin: 0 0 16px 0;
}

/* line 52, ../sass/custom/_base.scss */
ul, ol {
  margin: 0 0 16px 24px;
}

/* line 56, ../sass/custom/_base.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Avant Garde Demi";
  color: #da6228;
}

/* line 62, ../sass/custom/_base.scss */
h1 {
  font-size: 20px;
  font-size: 2rem;
}

/* line 66, ../sass/custom/_base.scss */
h2 {
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: solid 1px #0196d8;
  margin-bottom: 8px;
  line-height: normal;
}
/* line 71, ../sass/custom/_base.scss */
h2.wa-pane-title-xl {
  font-size: 20px;
  font-size: 2rem;
}

/* line 76, ../sass/custom/_base.scss */
h3 {
  font-size: 13px;
  font-size: 1.3rem;
}

/* line 80, ../sass/custom/_base.scss */
h4 {
  font-size: 10px;
  font-size: 1rem;
}

/* line 84, ../sass/custom/_base.scss */
h5 {
  font-size: 10px;
  font-size: 1rem;
}

/* line 88, ../sass/custom/_base.scss */
h6 {
  font-size: 10px;
  font-size: 1rem;
}

/* line 92, ../sass/custom/_base.scss */
strong, b, label {
  font-weight: bold;
}

/* line 96, ../sass/custom/_base.scss */
em, i {
  font-style: italic;
}

/* line 100, ../sass/custom/_base.scss */
sub {
  vertical-align: sub;
  font-size: smaller;
}

/* line 105, ../sass/custom/_base.scss */
sup {
  vertical-align: super;
  font-size: smaller;
}

/* line 110, ../sass/custom/_base.scss */
big {
  font-size: larger;
}

/* line 114, ../sass/custom/_base.scss */
small {
  font-size: smaller;
}

/* line 118, ../sass/custom/_base.scss */
.marker {
  background-color: yellow;
  padding: 1px 4px;
}

/* line 123, ../sass/custom/_base.scss */
kbd {
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 1px 0 #fff;
  border: solid 1px #ccc;
  font-size: smaller;
  padding: 3px 5px;
  background-color: #f7f7f7;
  font-family: 'Courier New', slab-serif;
  color: #333;
  white-space: nowrap;
}

/* line 136, ../sass/custom/_base.scss */
q {
  font-style: italic;
}

/* line 140, ../sass/custom/_base.scss */
blockquote {
  margin-left: 25px;
  margin-right: 25px;
  font-style: italic;
}

/* line 146, ../sass/custom/_base.scss */
img {
  margin: 0 12px 12px 0;
  display: inline-block;
  max-width: 100%;
}

/* line 152, ../sass/custom/_base.scss */
a {
  text-decoration: none;
  color: #da6228;
}
/* line 155, ../sass/custom/_base.scss */
a:hover {
  text-decoration: none;
}

/* line 160, ../sass/custom/_base.scss */
fieldset {
  border-top: solid 1px #0196d8;
  margin-bottom: 25px;
  padding: 12px;
}

/* line 166, ../sass/custom/_base.scss */
legend {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Avant Garde Demi";
  color: #0196d8;
  padding: 2px 5px;
  line-height: normal;
  font-weight: normal;
}

/* line 175, ../sass/custom/_base.scss */
label {
  font-size: 6px;
  font-size: 0.6rem;
  cursor: pointer;
  font-weight: bold;
  display: block;
}
/* line 181, ../sass/custom/_base.scss */
label:hover + .form-text, label:hover + .form-textarea {
  border-color: #8e8e8e;
}

/* line 187, ../sass/custom/_base.scss */
.form-text, .form-textarea {
  padding: 4px 8px;
  width: 100%;
  border: solid 1px #cecece;
}
/* line 191, ../sass/custom/_base.scss */
.form-text:hover, .form-textarea:hover {
  border-color: #8e8e8e;
}
/* line 194, ../sass/custom/_base.scss */
.form-text:focus, .form-textarea:focus {
  outline: none;
  background: #f3fbff url("../images/type.svg") 5px 7px no-repeat;
  background-size: 20px;
  padding-left: 30px;
}

/* line 202, ../sass/custom/_base.scss */
.ui-button, input[type='submit'], .button-primary, .wa-ui-button {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  background-color: #da6228;
  border: solid 1px #9b441b;
  color: #eee;
  padding: 8px 32px;
  line-height: normal;
  text-decoration: none;
}
/* line 213, ../sass/custom/_base.scss */
.ui-button:hover, input[type='submit']:hover, .button-primary:hover, .wa-ui-button:hover {
  background-color: #9b441b;
}

/* line 218, ../sass/custom/_base.scss */
input[type='submit'], .button-primary {
  font-size: 9px;
  font-size: 0.9rem;
}

/* line 223, ../sass/custom/_base.scss */
input[type='submit'].webform-draft {
  background-color: #eee;
  border: none;
  text-decoration: underline;
  color: #da6228;
  padding: 16px;
}
/* line 229, ../sass/custom/_base.scss */
input[type='submit'].webform-draft:hover {
  text-decoration: none;
}

/* line 234, ../sass/custom/_base.scss */
.form-required {
  color: #f56961;
  font-style: normal;
}
/* line 237, ../sass/custom/_base.scss */
.form-required:before {
  content: '[';
}
/* line 240, ../sass/custom/_base.scss */
.form-required:after {
  content: ']';
}

/* line 245, ../sass/custom/_base.scss */
hr {
  color: #bfbfbf;
  background-color: #bfbfbf;
  height: 1px;
  border: 0;
  width: 70%;
  margin: 25px 15%;
}

/* line 254, ../sass/custom/_base.scss */
table {
  margin-top: 25px;
  margin-bottom: 20px;
  border-collapse: collapse;
  border: solid 1px #c0ebff;
}
/* line 260, ../sass/custom/_base.scss */
table thead th {
  background-color: #5accfe;
  font-weight: bold;
  padding: 5px;
}
/* line 267, ../sass/custom/_base.scss */
table tbody td {
  vertical-align: top;
  padding: 5px;
  margin: 0;
  border: solid 1px #c0ebff;
}

/* line 276, ../sass/custom/_base.scss */
.panelizer-view-mode > h2 {
  display: none;
}

/* line 278, ../sass/custom/_base.scss */
.wa-custom-styles {
  padding: 8px;
}
/* line 281, ../sass/custom/_base.scss */
.wa-custom-styles h2 {
  border: none;
}

/* line 1, ../sass/custom/_layout.scss */
#page {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  max-width: 1280px;
  background: #eee;
  margin: 24px auto;
  box-shadow: 0 4px 4px #333;
  border-radius: 8px;
}
/* line 12, ../../../../../var/lib/gems/2.3.0/gems/susy-2.1.3/sass/susy/output/support/_clearfix.scss */
#page:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 0) and (max-width: 1024px) {
  /* line 1, ../sass/custom/_layout.scss */
  #page {
    width: 100%;
    max-width: 98%;
  }
}

/* line 15, ../sass/custom/_layout.scss */
.wa-top-col {
  margin-bottom: 24px;
}

/* line 20, ../sass/custom/_layout.scss */
#main-menu .block-title {
  display: none;
}

/* line 26, ../sass/custom/_layout.scss */
#main #content {
  width: 74.59016%;
  float: left;
  margin-right: 1.63934%;
}
@media (min-width: 0) and (max-width: 768px) {
  /* line 26, ../sass/custom/_layout.scss */
  #main #content {
    width: 100%;
    float: right;
    margin-right: 0;
  }
}
/* line 33, ../sass/custom/_layout.scss */
#main .sidebars {
  background: #ddd;
  padding: 1.63934%;
  width: 23.77049%;
  float: right;
  margin-right: 0;
}
@media (min-width: 0) and (max-width: 768px) {
  /* line 33, ../sass/custom/_layout.scss */
  #main .sidebars {
    width: 100%;
    float: right;
    margin-right: 0;
  }
}

/* line 44, ../sass/custom/_layout.scss */
.no-sidebars #main #content {
  padding: 1.63934%;
  width: 100%;
  float: right;
  margin-right: 0;
}

/* line 51, ../sass/custom/_layout.scss */
#footer {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  float: right;
  margin-right: 0;
}
/* line 12, ../../../../../var/lib/gems/2.3.0/gems/susy-2.1.3/sass/susy/output/support/_clearfix.scss */
#footer:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 57, ../sass/custom/_layout.scss */
#footer div#block-system-main-menu {
  width: 100%;
  float: right;
  margin-right: 0;
  padding: 0 1.63934%;
}
/* line 61, ../sass/custom/_layout.scss */
#footer div#block-block-1 {
  width: 49.18033%;
  float: left;
  margin-right: 1.63934%;
  padding: 0 0 0 1.63934%;
}
@media (min-width: 0) and (max-width: 480px) {
  /* line 61, ../sass/custom/_layout.scss */
  #footer div#block-block-1 {
    padding: 0 1.63934%;
  }
}
/* line 68, ../sass/custom/_layout.scss */
#footer div#block-block-2 {
  width: 49.18033%;
  float: right;
  margin-right: 0;
  padding: 0 1.63934% 0 0;
}
@media (min-width: 0) and (max-width: 480px) {
  /* line 68, ../sass/custom/_layout.scss */
  #footer div#block-block-2 {
    padding: 0 1.63934%;
  }
}

/* line 79, ../sass/custom/_layout.scss */
.field-item a img {
  margin: 0;
}

/*
	Form grids
*/
/* line 87, ../sass/custom/_layout.scss */
.webform-client-form {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  *zoom: 1;
}
/* line 12, ../../../../../var/lib/gems/2.3.0/gems/susy-2.1.3/sass/susy/output/support/_clearfix.scss */
.webform-client-form:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 90, ../sass/custom/_layout.scss */
.webform-client-form input, .webform-client-form select {
  min-height: 35px;
}

/* line 94, ../sass/custom/_layout.scss */
.wa-1-2, .wa-1-3, .wa-1-4 {
  padding: 4px 0;
}

/* line 98, ../sass/custom/_layout.scss */
.webform-component, .form-actions {
  width: 100%;
  float: right;
  margin-right: 0;
}

/* line 101, ../sass/custom/_layout.scss */
.wa-1-2 {
  width: 49.18033%;
  float: left;
  margin-right: 1.63934%;
}

/* line 104, ../sass/custom/_layout.scss */
.wa-1-3 {
  width: 32.24044%;
  float: left;
  margin-right: 1.63934%;
}

/* line 107, ../sass/custom/_layout.scss */
.wa-2-3 {
  width: 66.12022%;
  float: left;
  margin-right: 1.63934%;
}

/* line 110, ../sass/custom/_layout.scss */
.wa-1-4 {
  width: 23.77049%;
  float: left;
  margin-right: 1.63934%;
}

/* line 113, ../sass/custom/_layout.scss */
.wa-2-4 {
  width: 49.18033%;
  float: left;
  margin-right: 1.63934%;
}

/* line 116, ../sass/custom/_layout.scss */
.wa-3-4 {
  width: 74.59016%;
  float: left;
  margin-right: 1.63934%;
}

/* line 119, ../sass/custom/_layout.scss */
.wa-1-6 {
  width: 15.30055%;
  float: left;
  margin-right: 1.63934%;
}

/* line 122, ../sass/custom/_layout.scss */
.wa-2-6 {
  width: 32.24044%;
  float: left;
  margin-right: 1.63934%;
}

/* line 125, ../sass/custom/_layout.scss */
.wa-3-6 {
  width: 49.18033%;
  float: left;
  margin-right: 1.63934%;
}

/* line 128, ../sass/custom/_layout.scss */
.wa-4-6 {
  width: 66.12022%;
  float: left;
  margin-right: 1.63934%;
}

/* line 131, ../sass/custom/_layout.scss */
.wa-5-6 {
  width: 83.06011%;
  float: left;
  margin-right: 1.63934%;
}

/* line 134, ../sass/custom/_layout.scss */
.wa-small-input {
  width: 33%;
}

/* line 137, ../sass/custom/_layout.scss */
.wa-medium-input {
  width: 66%;
}

/* line 140, ../sass/custom/_layout.scss */
.form-type-checkbox, .form-type-radio {
  display: block !important;
}

/* line 143, ../sass/custom/_layout.scss */
.form-checkbox + label, .form-radio + label {
  font-weight: normal;
}

/* line 152, ../sass/custom/_layout.scss */
.webform-component-fieldset .fieldset-wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  *zoom: 1;
}
/* line 12, ../../../../../var/lib/gems/2.3.0/gems/susy-2.1.3/sass/susy/output/support/_clearfix.scss */
.webform-component-fieldset .fieldset-wrapper:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 0) and (max-width: 480px) {
  /* line 158, ../sass/custom/_layout.scss */
  #header, #main, #footer, #footer div, #footer div#block-block-1, #footer div#block-block-2, #navigation, #content, #main .sidebars, .wa-col-container .wa-col, .wa-1-2, .wa-1-3, .wa-2-3, .wa-1-4, .wa-2-4, .wa-3-4, .wa-1-6, .wa-2-6, .wa-3-6, .wa-4-6, .wa-5-6 {
    width: 100%;
    float: right;
    margin-right: 0;
  }
}
/* line 164, ../sass/custom/_layout.scss */
.wa-colorscheme-region .panel-pane {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: solid 0px transparent;
  margin: 8px;
  padding: 8px;
}
/* line 169, ../sass/custom/_layout.scss */
.wa-colorscheme-region .panel-pane .pane-title {
  margin: -8px -8px 8px -8px;
  padding: 4px 8px;
  text-align: center;
}

/* line 177, ../sass/custom/_layout.scss */
.wa-colorscheme {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: solid 1px transparent;
}
/* line 180, ../sass/custom/_layout.scss */
.wa-colorscheme h2 {
  margin: -8px -8px 8px -8px;
  padding: 4px 8px;
  color: white;
}
/* line 184, ../sass/custom/_layout.scss */
.wa-colorscheme h2.wa-pane-title {
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  text-align: center;
}

/* line 1, ../sass/custom/_modules.scss */
#header {
  height: 183px;
  background: url("../images/worldmap.jpg") left top no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 5, ../sass/custom/_modules.scss */
#header #name-and-slogan {
  width: 100%;
  height: 100%;
  background-position: 24px 16px;
  background-repeat: no-repeat;
}
@media (min-width: 481px) and (max-width: 1258px) {
  /* line 5, ../sass/custom/_modules.scss */
  #header #name-and-slogan {
    background-size: auto 80%;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  /* line 5, ../sass/custom/_modules.scss */
  #header #name-and-slogan {
    background: url("../images/worldactivity_mobile.svg") center center no-repeat;
    background-size: auto 80%;
  }
}
/* line 17, ../sass/custom/_modules.scss */
#header #name-and-slogan h1, #header #name-and-slogan a {
  height: 100%;
}
/* line 20, ../sass/custom/_modules.scss */
#header #name-and-slogan a {
  display: block;
  text-indent: -9999px;
}

/* line 27, ../sass/custom/_modules.scss */
#navigation {
  background: #0196d8;
  padding: 0 24px;
  margin-bottom: 24px;
}
@media (min-width: 0) and (max-width: 768px) {
  /* line 27, ../sass/custom/_modules.scss */
  #navigation {
    display: none;
  }
}
/* line 34, ../sass/custom/_modules.scss */
#navigation div.region-navigation {
  flex: auto;
  flex-wrap: wrap;
  display: flex;
}
/* line 35, ../sass/custom/_modules.scss */
#navigation div.region-navigation div.first {
  width: 100%;
}
/* line 38, ../sass/custom/_modules.scss */
#navigation div.region-navigation div.last {
  margin-left: auto;
}
/* line 45, ../sass/custom/_modules.scss */
#navigation .contextual-links-wrapper {
  display: none;
}
/* line 48, ../sass/custom/_modules.scss */
#navigation ul {
  flex: auto;
  flex-wrap: wrap;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 55, ../sass/custom/_modules.scss */
#navigation ul li {
  padding-right: 0;
  display: inline-block;
  font-family: "Avant Garde Demi";
  font-size: 15px;
  font-weight: lighter;
}
/* line 61, ../sass/custom/_modules.scss */
#navigation ul li a {
  display: block;
  padding: 4px 8px;
  color: white;
  text-decoration: none;
}
/* line 67, ../sass/custom/_modules.scss */
#navigation ul li:hover {
  background: #0173a5;
}
/* line 70, ../sass/custom/_modules.scss */
#navigation ul li:hover > ul {
  display: block;
}
/* line 73, ../sass/custom/_modules.scss */
#navigation ul li ul {
  display: none;
  position: absolute;
  background: #0173a5;
  width: 200px;
  z-index: 5;
}
/* line 79, ../sass/custom/_modules.scss */
#navigation ul li ul li {
  display: block;
  position: relative;
}
/* line 82, ../sass/custom/_modules.scss */
#navigation ul li ul li:hover {
  background: #01618c;
}
/* line 85, ../sass/custom/_modules.scss */
#navigation ul li ul li:hover > ul {
  display: block;
}
/* line 88, ../sass/custom/_modules.scss */
#navigation ul li ul li ul {
  margin-left: 200px;
  top: 0;
  background: #01618c;
}
/* line 93, ../sass/custom/_modules.scss */
#navigation ul li ul li ul li:hover {
  background: #014f72;
}
/* line 96, ../sass/custom/_modules.scss */
#navigation ul li ul li ul li:hover > ul {
  display: block;
}
/* line 99, ../sass/custom/_modules.scss */
#navigation ul li ul li ul li ul {
  background: #014f72;
}
@media (min-width: 0) and (max-width: 768px) {
  /* line 109, ../sass/custom/_modules.scss */
  #navigation #main-menu {
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: #0196d8;
    position: absolute;
    left: -80%;
    top: 183px;
    width: 1280px;
    z-index: 25;
  }
  /* line 118, ../sass/custom/_modules.scss */
  #navigation #main-menu ul li {
    display: block;
  }
  /* line 120, ../sass/custom/_modules.scss */
  #navigation #main-menu ul li ul, #navigation #main-menu ul li ul li ul {
    position: inherit;
    display: none;
    width: 100%;
  }
  /* line 124, ../sass/custom/_modules.scss */
  #navigation #main-menu ul li ul li ul, #navigation #main-menu ul li ul li ul li ul {
    margin: 0;
  }
  /* line 127, ../sass/custom/_modules.scss */
  #navigation #main-menu ul li ul li:hover > ul, #navigation #main-menu ul li ul li ul li:hover > ul {
    display: none;
  }
  /* line 131, ../sass/custom/_modules.scss */
  #navigation #main-menu ul li:hover > ul {
    display: none;
  }
  /* line 134, ../sass/custom/_modules.scss */
  #navigation #main-menu ul li#menu-toggle {
    display: block;
    position: absolute;
    right: 0;
    top: 183px;
  }
}

/*
	(Sort of ugly) block styling for menu toggle link
	Menu is positioned in 'Help' region of the theme and consists of one link
	Bleh..
*/
/* line 149, ../sass/custom/_modules.scss */
#block-menu-menu-main-menu-toggle {
  display: none;
}

@media (min-width: 0) and (max-width: 768px) {
  /* line 151, ../sass/custom/_modules.scss */
  #block-menu-menu-main-menu-toggle {
    display: block;
    position: absolute;
    right: 0;
    top: 183px;
    background: #0196d8;
    width: 98%;
    z-index: 20;
    height: 35px;
  }
  /* line 160, ../sass/custom/_modules.scss */
  #block-menu-menu-main-menu-toggle ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  /* line 164, ../sass/custom/_modules.scss */
  #block-menu-menu-main-menu-toggle ul a {
    display: block;
    padding: 4px 8px;
    color: white;
  }
}
/* line 173, ../sass/custom/_modules.scss */
.breadcrumb {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: 5px 0;
}
/* line 177, ../sass/custom/_modules.scss */
.breadcrumb ol {
  list-style: none;
  margin: 0;
}
/* line 180, ../sass/custom/_modules.scss */
.breadcrumb ol li {
  display: inline-block;
  margin-right: 5px;
}

/* line 187, ../sass/custom/_modules.scss */
article {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: #ccc 0 2px 2px 0;
  -webkit-box-shadow: #ccc 0 2px 2px 0;
  box-shadow: #ccc 0 2px 2px 0;
  margin: 1.63934% auto;
  padding: 1.63934%;
  max-width: 80%;
  background: #fff;
}

/* line 196, ../sass/custom/_modules.scss */
#footer {
  padding: 24px;
  background: #0173a5;
}
/* line 200, ../sass/custom/_modules.scss */
#footer section {
  margin: 0 8px;
}
/* line 207, ../sass/custom/_modules.scss */
#footer div h2 {
  font-size: 13px;
  font-size: 1.3rem;
  color: white;
  padding-left: 8px;
}
/* line 213, ../sass/custom/_modules.scss */
#footer div p, #footer div div, #footer div h1, #footer div h2, #footer div h3, #footer div h4, #footer div h5, #footer div h6, #footer div ul, #footer div ol, #footer div li, #footer div a {
  color: white;
}
/* line 217, ../sass/custom/_modules.scss */
#footer div li {
  list-style-image: none;
  list-style-type: none;
  margin-left: -15px;
}
/* line 221, ../sass/custom/_modules.scss */
#footer div li a {
  font-size: 1.2em;
  color: white;
  text-decoration: none;
}
/* line 228, ../sass/custom/_modules.scss */
#footer div table, #footer div thead, #footer div tbody, #footer div th, #footer div tr, #footer div td {
  border: none;
}
/* line 232, ../sass/custom/_modules.scss */
#footer div#block-system-main-menu {
  background: #0196d8;
}
/* line 235, ../sass/custom/_modules.scss */
#footer div#block-system-main-menu .menu {
  margin: 0;
  padding: 0;
}
/* line 239, ../sass/custom/_modules.scss */
#footer div#block-system-main-menu .menu li {
  list-style-image: none;
  list-style-type: none;
  float: left;
  margin: 8px 16px 8px 0;
}
/* line 245, ../sass/custom/_modules.scss */
#footer div#block-system-main-menu .menu li a {
  color: #001b26;
}
/* line 248, ../sass/custom/_modules.scss */
#footer div#block-system-main-menu .menu li a:hover {
  text-decoration: none;
}

/* line 258, ../sass/custom/_modules.scss */
.webform-component {
  margin-top: 16px;
}

/* line 262, ../sass/custom/_modules.scss */
.webform-component-fieldset .description, .webform-component-fieldset .wa-description, .form-actions .description, .form-actions .wa-description {
  font-size: 6px;
  font-size: 0.6rem;
  margin-top: 16px;
  background: transparent url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIG9wYWNpdHk9IjAuNSIgZmlsbD0iIzA4MUMyNyIgZD0iTTkuOTYsMEM0LjQ1OSwwLDAsNC40NTksMCw5Ljk1OXM0LjQ1OSw5Ljk2LDkuOTYsOS45NnM5Ljk1OS00LjQ2LDkuOTU5LTkuOTZTMTUuNDYxLDAsOS45NiwwDQoJeiBNMTEuMTUsMTVjLTAuMjg0LDAuMjY0LTAuNjgyLDAuMzk1LTEuMTkxLDAuMzk1Yy0wLjUxNiwwLTAuOTE5LTAuMTMxLTEuMjExLTAuMzk1UzguMzEsMTQuMzcxLDguMzEsMTMuOTAyDQoJYzAtMC40NzUsMC4xNDEtMC44NDIsMC40MjItMS4xMDVjMC4yODEtMC4yNjMsMC42OS0wLjM5NSwxLjIyNy0wLjM5NWMwLjUzMSwwLDAuOTM0LDAuMTMyLDEuMjA3LDAuMzk1DQoJYzAuMjczLDAuMjY0LDAuNDEsMC42MzMsMC40MSwxLjEwNUMxMS41NzYsMTQuMzcxLDExLjQzNiwxNC43MzYsMTEuMTUsMTV6IE0xMS4yNTYsMTEuMTY4SDguNjc4TDguMjgsMy43NzdoMy4zNzVMMTEuMjU2LDExLjE2OHoiDQoJLz4NCjwvc3ZnPg0K') left top no-repeat;
  padding-left: 24px;
}
/* line 268, ../sass/custom/_modules.scss */
.webform-component-fieldset .form-radios, .webform-component-fieldset .form-type-checkbox, .form-actions .form-radios, .form-actions .form-type-checkbox {
  margin-left: 1px;
}
/* line 270, ../sass/custom/_modules.scss */
.webform-component-fieldset .form-radios label, .webform-component-fieldset .form-type-checkbox label, .form-actions .form-radios label, .form-actions .form-type-checkbox label {
  font-style: normal;
  font-weight: normal;
  display: inline;
}
/* line 277, ../sass/custom/_modules.scss */
.webform-component-fieldset .fieldset-wrapper > .form-item, .form-actions .fieldset-wrapper > .form-item {
  margin-bottom: 16px;
}

/* line 283, ../sass/custom/_modules.scss */
#search-block-form {
  text-align: center;
  margin-bottom: 24px;
}
/* line 287, ../sass/custom/_modules.scss */
#search-block-form .form-item input {
  width: 70%;
}
/* line 291, ../sass/custom/_modules.scss */
#search-block-form #edit-actions {
  display: inline;
  width: 20%;
}
/* line 294, ../sass/custom/_modules.scss */
#search-block-form #edit-actions input[type='submit'] {
  padding: 8px 8px;
}

/* line 300, ../sass/custom/_modules.scss */
.wa-custom-styles {
  word-wrap: break-word;
}

/* line 1, ../sass/custom/_state.scss */
.messages--status {
  border-color: #aee9ff;
  background: #E1F7FF url("../images/status.svg") 10px center no-repeat;
  color: #0092c7;
}

/* line 8, ../sass/custom/_state.scss */
.messages--warning {
  border-color: #fff975;
  background: #FFFBA8 url("../images/warning.svg") 10px center no-repeat;
  color: #8e8800;
}

/* line 15, ../sass/custom/_state.scss */
.messages--error {
  border-color: #f89691;
  background: #fbc4c1 url("../images/error.svg") 10px center no-repeat;
  color: #9a110a;
}

/* line 25, ../sass/custom/_state.scss */
.region-china #header #name-and-slogan {
  background-image: url("../images/worldactivity-china.png");
}

/* line 25, ../sass/custom/_state.scss */
.region-curacao #header #name-and-slogan {
  background-image: url("../images/worldactivity-curacao.png");
}

/* line 25, ../sass/custom/_state.scss */
.region-philippines #header #name-and-slogan {
  background-image: url("../images/worldactivity-philippines.png");
}

/* line 25, ../sass/custom/_state.scss */
.region-netherlands #header #name-and-slogan {
  background-image: url("../images/worldactivity-netherlands.png");
}

/* line 25, ../sass/custom/_state.scss */
.region-international #header #name-and-slogan {
  background-image: url("../images/worldactivity-international.png");
}

/* line 31, ../sass/custom/_state.scss */
.wa-rounded-corners {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: #ccc 0 7px 7px;
  -webkit-box-shadow: #ccc 0 7px 7px;
  box-shadow: #ccc 0 7px 7px;
  background: #fff;
  margin: 0px 16px 32px 16px;
  padding: 24px;
}
/* line 38, ../sass/custom/_state.scss */
.wa-rounded-corners p:last-child {
  margin-bottom: 0;
}

/* line 43, ../sass/custom/_state.scss */
.wa-square-corners {
  -moz-box-shadow: #ccc 0 7px 7px;
  -webkit-box-shadow: #ccc 0 7px 7px;
  box-shadow: #ccc 0 7px 7px;
  background: #fff;
}
/* line 47, ../sass/custom/_state.scss */
.wa-square-corners p:last-child {
  margin-bottom: 0;
}

/* Wide block ---------------------------------------- */
/* line 57, ../sass/custom/_state.scss */
.field-name-field-wide-image a {
  float: right;
  display: inline;
}

/* End Wide block ------------------------------------ */
/* Image block --------------------------------------- */
/* line 67, ../sass/custom/_state.scss */
.field-name-field-solo-image img {
  width: 95%;
  margin: 10px;
  height: 95%;
}

/* End Image block ----------------------------------- */
/* Teaser block -------------------------------------- */
/* line 78, ../sass/custom/_state.scss */
.field-name-field-country-flag img {
  height: 25px;
  width: 37px;
  float: right;
  display: inline;
}

/* line 85, ../sass/custom/_state.scss */
.wa-pane-title {
  color: #da6228;
  display: block;
  margin-bottom: 0;
  padding-bottom: 30px;
  text-align: center;
  font: inherit;
  font-size: 24px;
}

/* line 95, ../sass/custom/_state.scss */
.field-name-field-image img {
  display: block;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 30px;
}

/* line 102, ../sass/custom/_state.scss */
.field-name-field-link a {
  display: block;
  text-align: center;
}

/* line 107, ../sass/custom/_state.scss */
.field-name-field-button img {
  height: 64px;
  width: 132px;
  display: block;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 116, ../sass/custom/_state.scss */
.field-name-field-teaser-title div {
  color: #da6228;
  display: block;
  margin-bottom: 0;
  padding-bottom: 10px;
  text-align: center;
  font: inherit;
  font-size: 24px;
  font-weight: bold;
  margin-left: 25px;
}

/* End teaser block ----------------------------------- */
/* Field item zijn relatief. Dit is een risoco tijdens het verder werken aan het thema. Dit is gedaan om in het teaser blok hierboven de vlag goed naast de titel te kunnen plaatsen */
/* line 133, ../sass/custom/_state.scss */
.field-items {
  position: relative;
}

/* Einde relatieve field items ------------------------ */
/* line 178, ../sass/custom/_state.scss */
.joho-alg {
  border-color: #6699cc;
}
/* line 141, ../sass/custom/_state.scss */
.joho-alg h1, .joho-alg h2, .joho-alg hr, .joho-alg a {
  color: #6699cc !important;
}
/* line 144, ../sass/custom/_state.scss */
.joho-alg a {
  text-decoration: underline;
}
/* line 146, ../sass/custom/_state.scss */
.joho-alg a:hover {
  text-decoration: none;
}
/* line 150, ../sass/custom/_state.scss */
.joho-alg h2, .joho-alg h3 {
  background: none !important;
}
/* line 153, ../sass/custom/_state.scss */
.joho-alg h3, .joho-alg .joho-worldcolor {
  color: #5c96ce !important;
}
/* line 156, ../sass/custom/_state.scss */
.joho-alg h4 {
  color: #29649D;
}
/* line 160, ../sass/custom/_state.scss */
.joho-alg h2.wa-pane-title {
  background-color: #6699cc !important;
  color: white !important;
}
/* line 165, ../sass/custom/_state.scss */
.joho-alg hr {
  background-color: #6699cc;
}
/* line 168, ../sass/custom/_state.scss */
.joho-alg .ui-button, .joho-alg input[type='submit'], .joho-alg .button-primary, .joho-alg .joho-button {
  background-color: #6699cc;
  border-color: #407fbf;
  text-decoration: none;
}
/* line 172, ../sass/custom/_state.scss */
.joho-alg .ui-button:hover, .joho-alg input[type='submit']:hover, .joho-alg .button-primary:hover, .joho-alg .joho-button:hover {
  background-color: #407fbf;
}

/* line 179, ../sass/custom/_state.scss */
.joho-terra {
  border-color: #db6327;
}
/* line 141, ../sass/custom/_state.scss */
.joho-terra h1, .joho-terra h2, .joho-terra hr, .joho-terra a {
  color: #db6327 !important;
}
/* line 144, ../sass/custom/_state.scss */
.joho-terra a {
  text-decoration: underline;
}
/* line 146, ../sass/custom/_state.scss */
.joho-terra a:hover {
  text-decoration: none;
}
/* line 150, ../sass/custom/_state.scss */
.joho-terra h2, .joho-terra h3 {
  background: none !important;
}
/* line 153, ../sass/custom/_state.scss */
.joho-terra h3, .joho-terra .joho-worldcolor {
  color: #a04e04 !important;
}
/* line 156, ../sass/custom/_state.scss */
.joho-terra h4 {
  color: #D0813B;
}
/* line 160, ../sass/custom/_state.scss */
.joho-terra h2.wa-pane-title {
  background-color: #db6327 !important;
  color: white !important;
}
/* line 165, ../sass/custom/_state.scss */
.joho-terra hr {
  background-color: #db6327;
}
/* line 168, ../sass/custom/_state.scss */
.joho-terra .ui-button, .joho-terra input[type='submit'], .joho-terra .button-primary, .joho-terra .joho-button {
  background-color: #db6327;
  border-color: #b14f1e;
  text-decoration: none;
}
/* line 172, ../sass/custom/_state.scss */
.joho-terra .ui-button:hover, .joho-terra input[type='submit']:hover, .joho-terra .button-primary:hover, .joho-terra .joho-button:hover {
  background-color: #b14f1e;
}

/* line 180, ../sass/custom/_state.scss */
.joho-alg-2 {
  border-color: #442530;
}
/* line 141, ../sass/custom/_state.scss */
.joho-alg-2 h1, .joho-alg-2 h2, .joho-alg-2 hr, .joho-alg-2 a {
  color: #442530 !important;
}
/* line 144, ../sass/custom/_state.scss */
.joho-alg-2 a {
  text-decoration: underline;
}
/* line 146, ../sass/custom/_state.scss */
.joho-alg-2 a:hover {
  text-decoration: none;
}
/* line 150, ../sass/custom/_state.scss */
.joho-alg-2 h2, .joho-alg-2 h3 {
  background: none !important;
}
/* line 153, ../sass/custom/_state.scss */
.joho-alg-2 h3, .joho-alg-2 .joho-worldcolor {
  color: #626969 !important;
}
/* line 156, ../sass/custom/_state.scss */
.joho-alg-2 h4 {
  color: #9e9f97;
}
/* line 160, ../sass/custom/_state.scss */
.joho-alg-2 h2.wa-pane-title {
  background-color: #442530 !important;
  color: white !important;
}
/* line 165, ../sass/custom/_state.scss */
.joho-alg-2 hr {
  background-color: #442530;
}
/* line 168, ../sass/custom/_state.scss */
.joho-alg-2 .ui-button, .joho-alg-2 input[type='submit'], .joho-alg-2 .button-primary, .joho-alg-2 .joho-button {
  background-color: #442530;
  border-color: #231319;
  text-decoration: none;
}
/* line 172, ../sass/custom/_state.scss */
.joho-alg-2 .ui-button:hover, .joho-alg-2 input[type='submit']:hover, .joho-alg-2 .button-primary:hover, .joho-alg-2 .joho-button:hover {
  background-color: #231319;
}

/* line 181, ../sass/custom/_state.scss */
.joho-studie {
  border-color: #92404B;
}
/* line 141, ../sass/custom/_state.scss */
.joho-studie h1, .joho-studie h2, .joho-studie hr, .joho-studie a {
  color: #92404B !important;
}
/* line 144, ../sass/custom/_state.scss */
.joho-studie a {
  text-decoration: underline;
}
/* line 146, ../sass/custom/_state.scss */
.joho-studie a:hover {
  text-decoration: none;
}
/* line 150, ../sass/custom/_state.scss */
.joho-studie h2, .joho-studie h3 {
  background: none !important;
}
/* line 153, ../sass/custom/_state.scss */
.joho-studie h3, .joho-studie .joho-worldcolor {
  color: #7E101F !important;
}
/* line 156, ../sass/custom/_state.scss */
.joho-studie h4 {
  color: #C23145;
}
/* line 160, ../sass/custom/_state.scss */
.joho-studie h2.wa-pane-title {
  background-color: #92404B !important;
  color: white !important;
}
/* line 165, ../sass/custom/_state.scss */
.joho-studie hr {
  background-color: #92404B;
}
/* line 168, ../sass/custom/_state.scss */
.joho-studie .ui-button, .joho-studie input[type='submit'], .joho-studie .button-primary, .joho-studie .joho-button {
  background-color: #92404B;
  border-color: #6f3039;
  text-decoration: none;
}
/* line 172, ../sass/custom/_state.scss */
.joho-studie .ui-button:hover, .joho-studie input[type='submit']:hover, .joho-studie .button-primary:hover, .joho-studie .joho-button:hover {
  background-color: #6f3039;
}

/* line 182, ../sass/custom/_state.scss */
.joho-emigratie {
  border-color: #59828D;
}
/* line 141, ../sass/custom/_state.scss */
.joho-emigratie h1, .joho-emigratie h2, .joho-emigratie hr, .joho-emigratie a {
  color: #59828D !important;
}
/* line 144, ../sass/custom/_state.scss */
.joho-emigratie a {
  text-decoration: underline;
}
/* line 146, ../sass/custom/_state.scss */
.joho-emigratie a:hover {
  text-decoration: none;
}
/* line 150, ../sass/custom/_state.scss */
.joho-emigratie h2, .joho-emigratie h3 {
  background: none !important;
}
/* line 153, ../sass/custom/_state.scss */
.joho-emigratie h3, .joho-emigratie .joho-worldcolor {
  color: #20515f !important;
}
/* line 156, ../sass/custom/_state.scss */
.joho-emigratie h4 {
  color: #83A8C5;
}
/* line 160, ../sass/custom/_state.scss */
.joho-emigratie h2.wa-pane-title {
  background-color: #59828D !important;
  color: white !important;
}
/* line 165, ../sass/custom/_state.scss */
.joho-emigratie hr {
  background-color: #59828D;
}
/* line 168, ../sass/custom/_state.scss */
.joho-emigratie .ui-button, .joho-emigratie input[type='submit'], .joho-emigratie .button-primary, .joho-emigratie .joho-button {
  background-color: #59828D;
  border-color: #45656e;
  text-decoration: none;
}
/* line 172, ../sass/custom/_state.scss */
.joho-emigratie .ui-button:hover, .joho-emigratie input[type='submit']:hover, .joho-emigratie .button-primary:hover, .joho-emigratie .joho-button:hover {
  background-color: #45656e;
}

/* line 183, ../sass/custom/_state.scss */
.joho-werken {
  border-color: #1d99ae;
}
/* line 141, ../sass/custom/_state.scss */
.joho-werken h1, .joho-werken h2, .joho-werken hr, .joho-werken a {
  color: #1d99ae !important;
}
/* line 144, ../sass/custom/_state.scss */
.joho-werken a {
  text-decoration: underline;
}
/* line 146, ../sass/custom/_state.scss */
.joho-werken a:hover {
  text-decoration: none;
}
/* line 150, ../sass/custom/_state.scss */
.joho-werken h2, .joho-werken h3 {
  background: none !important;
}
/* line 153, ../sass/custom/_state.scss */
.joho-werken h3, .joho-werken .joho-worldcolor {
  color: #3CA8BC !important;
}
/* line 156, ../sass/custom/_state.scss */
.joho-werken h4 {
  color: #65BFD0;
}
/* line 160, ../sass/custom/_state.scss */
.joho-werken h2.wa-pane-title {
  background-color: #1d99ae !important;
  color: white !important;
}
/* line 165, ../sass/custom/_state.scss */
.joho-werken hr {
  background-color: #1d99ae;
}
/* line 168, ../sass/custom/_state.scss */
.joho-werken .ui-button, .joho-werken input[type='submit'], .joho-werken .button-primary, .joho-werken .joho-button {
  background-color: #1d99ae;
  border-color: #167382;
  text-decoration: none;
}
/* line 172, ../sass/custom/_state.scss */
.joho-werken .ui-button:hover, .joho-werken input[type='submit']:hover, .joho-werken .button-primary:hover, .joho-werken .joho-button:hover {
  background-color: #167382;
}

/* line 184, ../sass/custom/_state.scss */
.joho-reizen {
  border-color: #cc6600;
}
/* line 141, ../sass/custom/_state.scss */
.joho-reizen h1, .joho-reizen h2, .joho-reizen hr, .joho-reizen a {
  color: #cc6600 !important;
}
/* line 144, ../sass/custom/_state.scss */
.joho-reizen a {
  text-decoration: underline;
}
/* line 146, ../sass/custom/_state.scss */
.joho-reizen a:hover {
  text-decoration: none;
}
/* line 150, ../sass/custom/_state.scss */
.joho-reizen h2, .joho-reizen h3 {
  background: none !important;
}
/* line 153, ../sass/custom/_state.scss */
.joho-reizen h3, .joho-reizen .joho-worldcolor {
  color: #E18726 !important;
}
/* line 156, ../sass/custom/_state.scss */
.joho-reizen h4 {
  color: #FFC07C;
}
/* line 160, ../sass/custom/_state.scss */
.joho-reizen h2.wa-pane-title {
  background-color: #cc6600 !important;
  color: white !important;
}
/* line 165, ../sass/custom/_state.scss */
.joho-reizen hr {
  background-color: #cc6600;
}
/* line 168, ../sass/custom/_state.scss */
.joho-reizen .ui-button, .joho-reizen input[type='submit'], .joho-reizen .button-primary, .joho-reizen .joho-button {
  background-color: #cc6600;
  border-color: #994d00;
  text-decoration: none;
}
/* line 172, ../sass/custom/_state.scss */
.joho-reizen .ui-button:hover, .joho-reizen input[type='submit']:hover, .joho-reizen .button-primary:hover, .joho-reizen .joho-button:hover {
  background-color: #994d00;
}

/* line 185, ../sass/custom/_state.scss */
.joho-helpen {
  border-color: #0f7f40;
}
/* line 141, ../sass/custom/_state.scss */
.joho-helpen h1, .joho-helpen h2, .joho-helpen hr, .joho-helpen a {
  color: #0f7f40 !important;
}
/* line 144, ../sass/custom/_state.scss */
.joho-helpen a {
  text-decoration: underline;
}
/* line 146, ../sass/custom/_state.scss */
.joho-helpen a:hover {
  text-decoration: none;
}
/* line 150, ../sass/custom/_state.scss */
.joho-helpen h2, .joho-helpen h3 {
  background: none !important;
}
/* line 153, ../sass/custom/_state.scss */
.joho-helpen h3, .joho-helpen .joho-worldcolor {
  color: #219A56 !important;
}
/* line 156, ../sass/custom/_state.scss */
.joho-helpen h4 {
  color: #77A712;
}
/* line 160, ../sass/custom/_state.scss */
.joho-helpen h2.wa-pane-title {
  background-color: #0f7f40 !important;
  color: white !important;
}
/* line 165, ../sass/custom/_state.scss */
.joho-helpen hr {
  background-color: #0f7f40;
}
/* line 168, ../sass/custom/_state.scss */
.joho-helpen .ui-button, .joho-helpen input[type='submit'], .joho-helpen .button-primary, .joho-helpen .joho-button {
  background-color: #0f7f40;
  border-color: #0a5129;
  text-decoration: none;
}
/* line 172, ../sass/custom/_state.scss */
.joho-helpen .ui-button:hover, .joho-helpen input[type='submit']:hover, .joho-helpen .button-primary:hover, .joho-helpen .joho-button:hover {
  background-color: #0a5129;
}

/* line 186, ../sass/custom/_state.scss */
.joho-actief {
  border-color: #1d96d3;
}
/* line 141, ../sass/custom/_state.scss */
.joho-actief h1, .joho-actief h2, .joho-actief hr, .joho-actief a {
  color: #1d96d3 !important;
}
/* line 144, ../sass/custom/_state.scss */
.joho-actief a {
  text-decoration: underline;
}
/* line 146, ../sass/custom/_state.scss */
.joho-actief a:hover {
  text-decoration: none;
}
/* line 150, ../sass/custom/_state.scss */
.joho-actief h2, .joho-actief h3 {
  background: none !important;
}
/* line 153, ../sass/custom/_state.scss */
.joho-actief h3, .joho-actief .joho-worldcolor {
  color: #045F8B !important;
}
/* line 156, ../sass/custom/_state.scss */
.joho-actief h4 {
  color: #42A8DA;
}
/* line 160, ../sass/custom/_state.scss */
.joho-actief h2.wa-pane-title {
  background-color: #1d96d3 !important;
  color: white !important;
}
/* line 165, ../sass/custom/_state.scss */
.joho-actief hr {
  background-color: #1d96d3;
}
/* line 168, ../sass/custom/_state.scss */
.joho-actief .ui-button, .joho-actief input[type='submit'], .joho-actief .button-primary, .joho-actief .joho-button {
  background-color: #1d96d3;
  border-color: #1776a6;
  text-decoration: none;
}
/* line 172, ../sass/custom/_state.scss */
.joho-actief .ui-button:hover, .joho-actief input[type='submit']:hover, .joho-actief .button-primary:hover, .joho-actief .joho-button:hover {
  background-color: #1776a6;
}

/* line 187, ../sass/custom/_state.scss */
.joho-insurance {
  border-color: #8AB0DD;
}
/* line 141, ../sass/custom/_state.scss */
.joho-insurance h1, .joho-insurance h2, .joho-insurance hr, .joho-insurance a {
  color: #8AB0DD !important;
}
/* line 144, ../sass/custom/_state.scss */
.joho-insurance a {
  text-decoration: underline;
}
/* line 146, ../sass/custom/_state.scss */
.joho-insurance a:hover {
  text-decoration: none;
}
/* line 150, ../sass/custom/_state.scss */
.joho-insurance h2, .joho-insurance h3 {
  background: none !important;
}
/* line 153, ../sass/custom/_state.scss */
.joho-insurance h3, .joho-insurance .joho-worldcolor {
  color: #3F6DA4 !important;
}
/* line 156, ../sass/custom/_state.scss */
.joho-insurance h4 {
  color: #B8D2F0;
}
/* line 160, ../sass/custom/_state.scss */
.joho-insurance h2.wa-pane-title {
  background-color: #8AB0DD !important;
  color: white !important;
}
/* line 165, ../sass/custom/_state.scss */
.joho-insurance hr {
  background-color: #8AB0DD;
}
/* line 168, ../sass/custom/_state.scss */
.joho-insurance .ui-button, .joho-insurance input[type='submit'], .joho-insurance .button-primary, .joho-insurance .joho-button {
  background-color: #8AB0DD;
  border-color: #6295d2;
  text-decoration: none;
}
/* line 172, ../sass/custom/_state.scss */
.joho-insurance .ui-button:hover, .joho-insurance input[type='submit']:hover, .joho-insurance .button-primary:hover, .joho-insurance .joho-button:hover {
  background-color: #6295d2;
}

/* line 190, ../sass/custom/_state.scss */
.joho-alg-region .panel-pane {
  border-color: #6699cc;
}
/* line 192, ../sass/custom/_state.scss */
.joho-alg-region .panel-pane h1, .joho-alg-region .panel-pane h2, .joho-alg-region .panel-pane hr, .joho-alg-region .panel-pane a {
  color: #6699cc !important;
}
/* line 195, ../sass/custom/_state.scss */
.joho-alg-region .panel-pane a {
  text-decoration: underline;
}
/* line 197, ../sass/custom/_state.scss */
.joho-alg-region .panel-pane a:hover {
  text-decoration: none;
}
/* line 201, ../sass/custom/_state.scss */
.joho-alg-region .panel-pane h2, .joho-alg-region .panel-pane h3 {
  background: none !important;
}
/* line 204, ../sass/custom/_state.scss */
.joho-alg-region .panel-pane h3, .joho-alg-region .panel-pane .joho-worldcolor {
  color: #5c96ce !important;
}
/* line 207, ../sass/custom/_state.scss */
.joho-alg-region .panel-pane h4 {
  color: #29649D;
}
/* line 211, ../sass/custom/_state.scss */
.joho-alg-region .panel-pane h2.pane-title {
  background-color: #6699cc !important;
  color: white !important;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: none;
}
/* line 219, ../sass/custom/_state.scss */
.joho-alg-region .panel-pane hr {
  background-color: #6699cc;
}
/* line 222, ../sass/custom/_state.scss */
.joho-alg-region .panel-pane .ui-button, .joho-alg-region .panel-pane input[type='submit'], .joho-alg-region .panel-pane .button-primary, .joho-alg-region .panel-pane .joho-button {
  background-color: #6699cc;
  border-color: #407fbf;
  text-decoration: none;
}
/* line 226, ../sass/custom/_state.scss */
.joho-alg-region .panel-pane .ui-button:hover, .joho-alg-region .panel-pane input[type='submit']:hover, .joho-alg-region .panel-pane .button-primary:hover, .joho-alg-region .panel-pane .joho-button:hover {
  background-color: #407fbf;
}
/* line 232, ../sass/custom/_state.scss */
.joho-alg-region .wa-colorscheme h2.wa-pane-title {
  margin: -8px -8px 8px -8px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 190, ../sass/custom/_state.scss */
.joho-terra-region .panel-pane {
  border-color: #db6327;
}
/* line 192, ../sass/custom/_state.scss */
.joho-terra-region .panel-pane h1, .joho-terra-region .panel-pane h2, .joho-terra-region .panel-pane hr, .joho-terra-region .panel-pane a {
  color: #db6327 !important;
}
/* line 195, ../sass/custom/_state.scss */
.joho-terra-region .panel-pane a {
  text-decoration: underline;
}
/* line 197, ../sass/custom/_state.scss */
.joho-terra-region .panel-pane a:hover {
  text-decoration: none;
}
/* line 201, ../sass/custom/_state.scss */
.joho-terra-region .panel-pane h2, .joho-terra-region .panel-pane h3 {
  background: none !important;
}
/* line 204, ../sass/custom/_state.scss */
.joho-terra-region .panel-pane h3, .joho-terra-region .panel-pane .joho-worldcolor {
  color: #a04e04 !important;
}
/* line 207, ../sass/custom/_state.scss */
.joho-terra-region .panel-pane h4 {
  color: #D0813B;
}
/* line 211, ../sass/custom/_state.scss */
.joho-terra-region .panel-pane h2.pane-title {
  background-color: #db6327 !important;
  color: white !important;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: none;
}
/* line 219, ../sass/custom/_state.scss */
.joho-terra-region .panel-pane hr {
  background-color: #db6327;
}
/* line 222, ../sass/custom/_state.scss */
.joho-terra-region .panel-pane .ui-button, .joho-terra-region .panel-pane input[type='submit'], .joho-terra-region .panel-pane .button-primary, .joho-terra-region .panel-pane .joho-button {
  background-color: #db6327;
  border-color: #b14f1e;
  text-decoration: none;
}
/* line 226, ../sass/custom/_state.scss */
.joho-terra-region .panel-pane .ui-button:hover, .joho-terra-region .panel-pane input[type='submit']:hover, .joho-terra-region .panel-pane .button-primary:hover, .joho-terra-region .panel-pane .joho-button:hover {
  background-color: #b14f1e;
}
/* line 232, ../sass/custom/_state.scss */
.joho-terra-region .wa-colorscheme h2.wa-pane-title {
  margin: -8px -8px 8px -8px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 190, ../sass/custom/_state.scss */
.joho-alg-2-region .panel-pane {
  border-color: #442530;
}
/* line 192, ../sass/custom/_state.scss */
.joho-alg-2-region .panel-pane h1, .joho-alg-2-region .panel-pane h2, .joho-alg-2-region .panel-pane hr, .joho-alg-2-region .panel-pane a {
  color: #442530 !important;
}
/* line 195, ../sass/custom/_state.scss */
.joho-alg-2-region .panel-pane a {
  text-decoration: underline;
}
/* line 197, ../sass/custom/_state.scss */
.joho-alg-2-region .panel-pane a:hover {
  text-decoration: none;
}
/* line 201, ../sass/custom/_state.scss */
.joho-alg-2-region .panel-pane h2, .joho-alg-2-region .panel-pane h3 {
  background: none !important;
}
/* line 204, ../sass/custom/_state.scss */
.joho-alg-2-region .panel-pane h3, .joho-alg-2-region .panel-pane .joho-worldcolor {
  color: #626969 !important;
}
/* line 207, ../sass/custom/_state.scss */
.joho-alg-2-region .panel-pane h4 {
  color: #9e9f97;
}
/* line 211, ../sass/custom/_state.scss */
.joho-alg-2-region .panel-pane h2.pane-title {
  background-color: #442530 !important;
  color: white !important;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: none;
}
/* line 219, ../sass/custom/_state.scss */
.joho-alg-2-region .panel-pane hr {
  background-color: #442530;
}
/* line 222, ../sass/custom/_state.scss */
.joho-alg-2-region .panel-pane .ui-button, .joho-alg-2-region .panel-pane input[type='submit'], .joho-alg-2-region .panel-pane .button-primary, .joho-alg-2-region .panel-pane .joho-button {
  background-color: #442530;
  border-color: #231319;
  text-decoration: none;
}
/* line 226, ../sass/custom/_state.scss */
.joho-alg-2-region .panel-pane .ui-button:hover, .joho-alg-2-region .panel-pane input[type='submit']:hover, .joho-alg-2-region .panel-pane .button-primary:hover, .joho-alg-2-region .panel-pane .joho-button:hover {
  background-color: #231319;
}
/* line 232, ../sass/custom/_state.scss */
.joho-alg-2-region .wa-colorscheme h2.wa-pane-title {
  margin: -8px -8px 8px -8px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 190, ../sass/custom/_state.scss */
.joho-studie-region .panel-pane {
  border-color: #92404B;
}
/* line 192, ../sass/custom/_state.scss */
.joho-studie-region .panel-pane h1, .joho-studie-region .panel-pane h2, .joho-studie-region .panel-pane hr, .joho-studie-region .panel-pane a {
  color: #92404B !important;
}
/* line 195, ../sass/custom/_state.scss */
.joho-studie-region .panel-pane a {
  text-decoration: underline;
}
/* line 197, ../sass/custom/_state.scss */
.joho-studie-region .panel-pane a:hover {
  text-decoration: none;
}
/* line 201, ../sass/custom/_state.scss */
.joho-studie-region .panel-pane h2, .joho-studie-region .panel-pane h3 {
  background: none !important;
}
/* line 204, ../sass/custom/_state.scss */
.joho-studie-region .panel-pane h3, .joho-studie-region .panel-pane .joho-worldcolor {
  color: #7E101F !important;
}
/* line 207, ../sass/custom/_state.scss */
.joho-studie-region .panel-pane h4 {
  color: #C23145;
}
/* line 211, ../sass/custom/_state.scss */
.joho-studie-region .panel-pane h2.pane-title {
  background-color: #92404B !important;
  color: white !important;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: none;
}
/* line 219, ../sass/custom/_state.scss */
.joho-studie-region .panel-pane hr {
  background-color: #92404B;
}
/* line 222, ../sass/custom/_state.scss */
.joho-studie-region .panel-pane .ui-button, .joho-studie-region .panel-pane input[type='submit'], .joho-studie-region .panel-pane .button-primary, .joho-studie-region .panel-pane .joho-button {
  background-color: #92404B;
  border-color: #6f3039;
  text-decoration: none;
}
/* line 226, ../sass/custom/_state.scss */
.joho-studie-region .panel-pane .ui-button:hover, .joho-studie-region .panel-pane input[type='submit']:hover, .joho-studie-region .panel-pane .button-primary:hover, .joho-studie-region .panel-pane .joho-button:hover {
  background-color: #6f3039;
}
/* line 232, ../sass/custom/_state.scss */
.joho-studie-region .wa-colorscheme h2.wa-pane-title {
  margin: -8px -8px 8px -8px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 190, ../sass/custom/_state.scss */
.joho-emigratie-region .panel-pane {
  border-color: #59828D;
}
/* line 192, ../sass/custom/_state.scss */
.joho-emigratie-region .panel-pane h1, .joho-emigratie-region .panel-pane h2, .joho-emigratie-region .panel-pane hr, .joho-emigratie-region .panel-pane a {
  color: #59828D !important;
}
/* line 195, ../sass/custom/_state.scss */
.joho-emigratie-region .panel-pane a {
  text-decoration: underline;
}
/* line 197, ../sass/custom/_state.scss */
.joho-emigratie-region .panel-pane a:hover {
  text-decoration: none;
}
/* line 201, ../sass/custom/_state.scss */
.joho-emigratie-region .panel-pane h2, .joho-emigratie-region .panel-pane h3 {
  background: none !important;
}
/* line 204, ../sass/custom/_state.scss */
.joho-emigratie-region .panel-pane h3, .joho-emigratie-region .panel-pane .joho-worldcolor {
  color: #20515f !important;
}
/* line 207, ../sass/custom/_state.scss */
.joho-emigratie-region .panel-pane h4 {
  color: #83A8C5;
}
/* line 211, ../sass/custom/_state.scss */
.joho-emigratie-region .panel-pane h2.pane-title {
  background-color: #59828D !important;
  color: white !important;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: none;
}
/* line 219, ../sass/custom/_state.scss */
.joho-emigratie-region .panel-pane hr {
  background-color: #59828D;
}
/* line 222, ../sass/custom/_state.scss */
.joho-emigratie-region .panel-pane .ui-button, .joho-emigratie-region .panel-pane input[type='submit'], .joho-emigratie-region .panel-pane .button-primary, .joho-emigratie-region .panel-pane .joho-button {
  background-color: #59828D;
  border-color: #45656e;
  text-decoration: none;
}
/* line 226, ../sass/custom/_state.scss */
.joho-emigratie-region .panel-pane .ui-button:hover, .joho-emigratie-region .panel-pane input[type='submit']:hover, .joho-emigratie-region .panel-pane .button-primary:hover, .joho-emigratie-region .panel-pane .joho-button:hover {
  background-color: #45656e;
}
/* line 232, ../sass/custom/_state.scss */
.joho-emigratie-region .wa-colorscheme h2.wa-pane-title {
  margin: -8px -8px 8px -8px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 190, ../sass/custom/_state.scss */
.joho-werken-region .panel-pane {
  border-color: #1d99ae;
}
/* line 192, ../sass/custom/_state.scss */
.joho-werken-region .panel-pane h1, .joho-werken-region .panel-pane h2, .joho-werken-region .panel-pane hr, .joho-werken-region .panel-pane a {
  color: #1d99ae !important;
}
/* line 195, ../sass/custom/_state.scss */
.joho-werken-region .panel-pane a {
  text-decoration: underline;
}
/* line 197, ../sass/custom/_state.scss */
.joho-werken-region .panel-pane a:hover {
  text-decoration: none;
}
/* line 201, ../sass/custom/_state.scss */
.joho-werken-region .panel-pane h2, .joho-werken-region .panel-pane h3 {
  background: none !important;
}
/* line 204, ../sass/custom/_state.scss */
.joho-werken-region .panel-pane h3, .joho-werken-region .panel-pane .joho-worldcolor {
  color: #3CA8BC !important;
}
/* line 207, ../sass/custom/_state.scss */
.joho-werken-region .panel-pane h4 {
  color: #65BFD0;
}
/* line 211, ../sass/custom/_state.scss */
.joho-werken-region .panel-pane h2.pane-title {
  background-color: #1d99ae !important;
  color: white !important;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: none;
}
/* line 219, ../sass/custom/_state.scss */
.joho-werken-region .panel-pane hr {
  background-color: #1d99ae;
}
/* line 222, ../sass/custom/_state.scss */
.joho-werken-region .panel-pane .ui-button, .joho-werken-region .panel-pane input[type='submit'], .joho-werken-region .panel-pane .button-primary, .joho-werken-region .panel-pane .joho-button {
  background-color: #1d99ae;
  border-color: #167382;
  text-decoration: none;
}
/* line 226, ../sass/custom/_state.scss */
.joho-werken-region .panel-pane .ui-button:hover, .joho-werken-region .panel-pane input[type='submit']:hover, .joho-werken-region .panel-pane .button-primary:hover, .joho-werken-region .panel-pane .joho-button:hover {
  background-color: #167382;
}
/* line 232, ../sass/custom/_state.scss */
.joho-werken-region .wa-colorscheme h2.wa-pane-title {
  margin: -8px -8px 8px -8px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 190, ../sass/custom/_state.scss */
.joho-reizen-region .panel-pane {
  border-color: #cc6600;
}
/* line 192, ../sass/custom/_state.scss */
.joho-reizen-region .panel-pane h1, .joho-reizen-region .panel-pane h2, .joho-reizen-region .panel-pane hr, .joho-reizen-region .panel-pane a {
  color: #cc6600 !important;
}
/* line 195, ../sass/custom/_state.scss */
.joho-reizen-region .panel-pane a {
  text-decoration: underline;
}
/* line 197, ../sass/custom/_state.scss */
.joho-reizen-region .panel-pane a:hover {
  text-decoration: none;
}
/* line 201, ../sass/custom/_state.scss */
.joho-reizen-region .panel-pane h2, .joho-reizen-region .panel-pane h3 {
  background: none !important;
}
/* line 204, ../sass/custom/_state.scss */
.joho-reizen-region .panel-pane h3, .joho-reizen-region .panel-pane .joho-worldcolor {
  color: #E18726 !important;
}
/* line 207, ../sass/custom/_state.scss */
.joho-reizen-region .panel-pane h4 {
  color: #FFC07C;
}
/* line 211, ../sass/custom/_state.scss */
.joho-reizen-region .panel-pane h2.pane-title {
  background-color: #cc6600 !important;
  color: white !important;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: none;
}
/* line 219, ../sass/custom/_state.scss */
.joho-reizen-region .panel-pane hr {
  background-color: #cc6600;
}
/* line 222, ../sass/custom/_state.scss */
.joho-reizen-region .panel-pane .ui-button, .joho-reizen-region .panel-pane input[type='submit'], .joho-reizen-region .panel-pane .button-primary, .joho-reizen-region .panel-pane .joho-button {
  background-color: #cc6600;
  border-color: #994d00;
  text-decoration: none;
}
/* line 226, ../sass/custom/_state.scss */
.joho-reizen-region .panel-pane .ui-button:hover, .joho-reizen-region .panel-pane input[type='submit']:hover, .joho-reizen-region .panel-pane .button-primary:hover, .joho-reizen-region .panel-pane .joho-button:hover {
  background-color: #994d00;
}
/* line 232, ../sass/custom/_state.scss */
.joho-reizen-region .wa-colorscheme h2.wa-pane-title {
  margin: -8px -8px 8px -8px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 190, ../sass/custom/_state.scss */
.joho-helpen-region .panel-pane {
  border-color: #0f7f40;
}
/* line 192, ../sass/custom/_state.scss */
.joho-helpen-region .panel-pane h1, .joho-helpen-region .panel-pane h2, .joho-helpen-region .panel-pane hr, .joho-helpen-region .panel-pane a {
  color: #0f7f40 !important;
}
/* line 195, ../sass/custom/_state.scss */
.joho-helpen-region .panel-pane a {
  text-decoration: underline;
}
/* line 197, ../sass/custom/_state.scss */
.joho-helpen-region .panel-pane a:hover {
  text-decoration: none;
}
/* line 201, ../sass/custom/_state.scss */
.joho-helpen-region .panel-pane h2, .joho-helpen-region .panel-pane h3 {
  background: none !important;
}
/* line 204, ../sass/custom/_state.scss */
.joho-helpen-region .panel-pane h3, .joho-helpen-region .panel-pane .joho-worldcolor {
  color: #219A56 !important;
}
/* line 207, ../sass/custom/_state.scss */
.joho-helpen-region .panel-pane h4 {
  color: #77A712;
}
/* line 211, ../sass/custom/_state.scss */
.joho-helpen-region .panel-pane h2.pane-title {
  background-color: #0f7f40 !important;
  color: white !important;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: none;
}
/* line 219, ../sass/custom/_state.scss */
.joho-helpen-region .panel-pane hr {
  background-color: #0f7f40;
}
/* line 222, ../sass/custom/_state.scss */
.joho-helpen-region .panel-pane .ui-button, .joho-helpen-region .panel-pane input[type='submit'], .joho-helpen-region .panel-pane .button-primary, .joho-helpen-region .panel-pane .joho-button {
  background-color: #0f7f40;
  border-color: #0a5129;
  text-decoration: none;
}
/* line 226, ../sass/custom/_state.scss */
.joho-helpen-region .panel-pane .ui-button:hover, .joho-helpen-region .panel-pane input[type='submit']:hover, .joho-helpen-region .panel-pane .button-primary:hover, .joho-helpen-region .panel-pane .joho-button:hover {
  background-color: #0a5129;
}
/* line 232, ../sass/custom/_state.scss */
.joho-helpen-region .wa-colorscheme h2.wa-pane-title {
  margin: -8px -8px 8px -8px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 190, ../sass/custom/_state.scss */
.joho-actief-region .panel-pane {
  border-color: #1d96d3;
}
/* line 192, ../sass/custom/_state.scss */
.joho-actief-region .panel-pane h1, .joho-actief-region .panel-pane h2, .joho-actief-region .panel-pane hr, .joho-actief-region .panel-pane a {
  color: #1d96d3 !important;
}
/* line 195, ../sass/custom/_state.scss */
.joho-actief-region .panel-pane a {
  text-decoration: underline;
}
/* line 197, ../sass/custom/_state.scss */
.joho-actief-region .panel-pane a:hover {
  text-decoration: none;
}
/* line 201, ../sass/custom/_state.scss */
.joho-actief-region .panel-pane h2, .joho-actief-region .panel-pane h3 {
  background: none !important;
}
/* line 204, ../sass/custom/_state.scss */
.joho-actief-region .panel-pane h3, .joho-actief-region .panel-pane .joho-worldcolor {
  color: #045F8B !important;
}
/* line 207, ../sass/custom/_state.scss */
.joho-actief-region .panel-pane h4 {
  color: #42A8DA;
}
/* line 211, ../sass/custom/_state.scss */
.joho-actief-region .panel-pane h2.pane-title {
  background-color: #1d96d3 !important;
  color: white !important;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: none;
}
/* line 219, ../sass/custom/_state.scss */
.joho-actief-region .panel-pane hr {
  background-color: #1d96d3;
}
/* line 222, ../sass/custom/_state.scss */
.joho-actief-region .panel-pane .ui-button, .joho-actief-region .panel-pane input[type='submit'], .joho-actief-region .panel-pane .button-primary, .joho-actief-region .panel-pane .joho-button {
  background-color: #1d96d3;
  border-color: #1776a6;
  text-decoration: none;
}
/* line 226, ../sass/custom/_state.scss */
.joho-actief-region .panel-pane .ui-button:hover, .joho-actief-region .panel-pane input[type='submit']:hover, .joho-actief-region .panel-pane .button-primary:hover, .joho-actief-region .panel-pane .joho-button:hover {
  background-color: #1776a6;
}
/* line 232, ../sass/custom/_state.scss */
.joho-actief-region .wa-colorscheme h2.wa-pane-title {
  margin: -8px -8px 8px -8px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 190, ../sass/custom/_state.scss */
.joho-insurance-region .panel-pane {
  border-color: #8AB0DD;
}
/* line 192, ../sass/custom/_state.scss */
.joho-insurance-region .panel-pane h1, .joho-insurance-region .panel-pane h2, .joho-insurance-region .panel-pane hr, .joho-insurance-region .panel-pane a {
  color: #8AB0DD !important;
}
/* line 195, ../sass/custom/_state.scss */
.joho-insurance-region .panel-pane a {
  text-decoration: underline;
}
/* line 197, ../sass/custom/_state.scss */
.joho-insurance-region .panel-pane a:hover {
  text-decoration: none;
}
/* line 201, ../sass/custom/_state.scss */
.joho-insurance-region .panel-pane h2, .joho-insurance-region .panel-pane h3 {
  background: none !important;
}
/* line 204, ../sass/custom/_state.scss */
.joho-insurance-region .panel-pane h3, .joho-insurance-region .panel-pane .joho-worldcolor {
  color: #3F6DA4 !important;
}
/* line 207, ../sass/custom/_state.scss */
.joho-insurance-region .panel-pane h4 {
  color: #B8D2F0;
}
/* line 211, ../sass/custom/_state.scss */
.joho-insurance-region .panel-pane h2.pane-title {
  background-color: #8AB0DD !important;
  color: white !important;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: none;
}
/* line 219, ../sass/custom/_state.scss */
.joho-insurance-region .panel-pane hr {
  background-color: #8AB0DD;
}
/* line 222, ../sass/custom/_state.scss */
.joho-insurance-region .panel-pane .ui-button, .joho-insurance-region .panel-pane input[type='submit'], .joho-insurance-region .panel-pane .button-primary, .joho-insurance-region .panel-pane .joho-button {
  background-color: #8AB0DD;
  border-color: #6295d2;
  text-decoration: none;
}
/* line 226, ../sass/custom/_state.scss */
.joho-insurance-region .panel-pane .ui-button:hover, .joho-insurance-region .panel-pane input[type='submit']:hover, .joho-insurance-region .panel-pane .button-primary:hover, .joho-insurance-region .panel-pane .joho-button:hover {
  background-color: #6295d2;
}
/* line 232, ../sass/custom/_state.scss */
.joho-insurance-region .wa-colorscheme h2.wa-pane-title {
  margin: -8px -8px 8px -8px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
}

/*
	Back-End
*/
/* line 256, ../sass/custom/_state.scss */
.tabs li.is-active a {
  border-bottom-color: white;
  background-color: white;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -o-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
}

/* line 2, ../sass/custom/_backend.scss */
#admin-menu-wrapper p, #admin-menu-wrapper li {
  font-family: "Verdana", "sans-serif";
  font-size: 6px;
  font-size: 0.6rem;
  line-height: 1.8;
}

/* line 9, ../sass/custom/_backend.scss */
.messages--status, .messages--warning, .messages--error {
  border: solid 1px;
  padding: 8px 24px 8px 48px;
  margin: 24px 48px;
  background-size: 30px;
}

/* line 16, ../sass/custom/_backend.scss */
.tabs {
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, transparent));
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -o-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: linear-gradient(to top, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  list-style: none;
  margin: 24px 0 !important;
  padding: 0 0 0 8px !important;
  border-bottom: 1px solid #bbb;
  overflow: hidden;
  white-space: nowrap;
}
/* line 28, ../sass/custom/_backend.scss */
.tabs li {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 white;
  border: 1px solid #bbb;
  border-bottom-color: transparent;
  border-bottom: 0;
  float: left;
  margin: 0 4px;
}
/* line 37, ../sass/custom/_backend.scss */
.tabs li a {
  background-color: transparent;
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}
/* line 54, ../sass/custom/_backend.scss */
.tabs li a:hover {
  background-image: none;
  background-color: #eee;
}

/* line 62, ../sass/custom/_backend.scss */
.action-links {
  list-style: none;
}
/* line 64, ../sass/custom/_backend.scss */
.action-links li {
  display: inline-block;
}
