@import url("https://fonts.googleapis.com/css?family=Lora:400i|Roboto:300,400,700");
/* line 13, ../sass/base/_vars.scss */
.slider, .pageHeader {
  border-top: 1px solid #0433BF;
}

/* line 16, ../sass/base/_vars.scss */
.slider, nav#mainNav {
  border-bottom: 1px solid #0433BF;
}

/* line 5, ../../../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.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,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.3.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* line 8, ../sass/vendor/_foundation.scss */
.is-visible {
  display: block !important;
}

/* line 11, ../sass/vendor/_foundation.scss */
.is-hidden {
  display: none !important;
}

/* line 14, ../sass/vendor/_foundation.scss */
.row {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* line 18, ../sass/vendor/_foundation.scss */
.row::before, .row::after {
  display: table;
  content: ' ';
}

/* line 21, ../sass/vendor/_foundation.scss */
.row::after {
  clear: both;
}

/* line 23, ../sass/vendor/_foundation.scss */
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

/* line 26, ../sass/vendor/_foundation.scss */
.row .row {
  margin-right: -1rem;
  margin-left: -1rem;
}

@media print, screen and (min-width: 40em) {
  /* line 31, ../sass/vendor/_foundation.scss */
  .row .row {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
@media print, screen and (min-width: 64em) {
  /* line 35, ../sass/vendor/_foundation.scss */
  .row .row {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
/* line 38, ../sass/vendor/_foundation.scss */
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

/* line 41, ../sass/vendor/_foundation.scss */
.row.expanded {
  max-width: none;
}

/* line 43, ../sass/vendor/_foundation.scss */
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

/* line 47, ../sass/vendor/_foundation.scss */
.column, .columns {
  width: 100%;
  float: left;
  padding: 1rem;
}

/*.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right; }
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left; } */
/* line 57, ../sass/vendor/_foundation.scss */
.column.row.row, .row.row.columns {
  float: none;
}

/* line 60, ../sass/vendor/_foundation.scss */
.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

/* line 66, ../sass/vendor/_foundation.scss */
.small-1 {
  width: 8.33333%;
}

/* line 69, ../sass/vendor/_foundation.scss */
.small-push-1 {
  position: relative;
  left: 8.33333%;
}

/* line 73, ../sass/vendor/_foundation.scss */
.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

/* line 77, ../sass/vendor/_foundation.scss */
.small-offset-0 {
  margin-left: 0%;
}

/* line 80, ../sass/vendor/_foundation.scss */
.small-2 {
  width: 16.66667%;
}

/* line 83, ../sass/vendor/_foundation.scss */
.small-push-2 {
  position: relative;
  left: 16.66667%;
}

/* line 87, ../sass/vendor/_foundation.scss */
.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

/* line 91, ../sass/vendor/_foundation.scss */
.small-offset-1 {
  margin-left: 8.33333%;
}

/* line 94, ../sass/vendor/_foundation.scss */
.small-3 {
  width: 25%;
}

/* line 97, ../sass/vendor/_foundation.scss */
.small-push-3 {
  position: relative;
  left: 25%;
}

/* line 101, ../sass/vendor/_foundation.scss */
.small-pull-3 {
  position: relative;
  left: -25%;
}

/* line 105, ../sass/vendor/_foundation.scss */
.small-offset-2 {
  margin-left: 16.66667%;
}

/* line 108, ../sass/vendor/_foundation.scss */
.small-4 {
  width: 33.33333%;
}

/* line 111, ../sass/vendor/_foundation.scss */
.small-push-4 {
  position: relative;
  left: 33.33333%;
}

/* line 115, ../sass/vendor/_foundation.scss */
.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

/* line 119, ../sass/vendor/_foundation.scss */
.small-offset-3 {
  margin-left: 25%;
}

/* line 122, ../sass/vendor/_foundation.scss */
.small-5 {
  width: 41.66667%;
}

/* line 125, ../sass/vendor/_foundation.scss */
.small-push-5 {
  position: relative;
  left: 41.66667%;
}

/* line 129, ../sass/vendor/_foundation.scss */
.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

/* line 133, ../sass/vendor/_foundation.scss */
.small-offset-4 {
  margin-left: 33.33333%;
}

/* line 136, ../sass/vendor/_foundation.scss */
.small-6 {
  width: 50%;
}

/* line 139, ../sass/vendor/_foundation.scss */
.small-push-6 {
  position: relative;
  left: 50%;
}

/* line 143, ../sass/vendor/_foundation.scss */
.small-pull-6 {
  position: relative;
  left: -50%;
}

/* line 147, ../sass/vendor/_foundation.scss */
.small-offset-5 {
  margin-left: 41.66667%;
}

/* line 150, ../sass/vendor/_foundation.scss */
.small-7 {
  width: 58.33333%;
}

/* line 153, ../sass/vendor/_foundation.scss */
.small-push-7 {
  position: relative;
  left: 58.33333%;
}

/* line 157, ../sass/vendor/_foundation.scss */
.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

/* line 161, ../sass/vendor/_foundation.scss */
.small-offset-6 {
  margin-left: 50%;
}

/* line 164, ../sass/vendor/_foundation.scss */
.small-8 {
  width: 66.66667%;
}

/* line 167, ../sass/vendor/_foundation.scss */
.small-push-8 {
  position: relative;
  left: 66.66667%;
}

/* line 171, ../sass/vendor/_foundation.scss */
.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

/* line 175, ../sass/vendor/_foundation.scss */
.small-offset-7 {
  margin-left: 58.33333%;
}

/* line 178, ../sass/vendor/_foundation.scss */
.small-9 {
  width: 75%;
}

/* line 181, ../sass/vendor/_foundation.scss */
.small-push-9 {
  position: relative;
  left: 75%;
}

/* line 185, ../sass/vendor/_foundation.scss */
.small-pull-9 {
  position: relative;
  left: -75%;
}

/* line 189, ../sass/vendor/_foundation.scss */
.small-offset-8 {
  margin-left: 66.66667%;
}

/* line 192, ../sass/vendor/_foundation.scss */
.small-10 {
  width: 83.33333%;
}

/* line 195, ../sass/vendor/_foundation.scss */
.small-push-10 {
  position: relative;
  left: 83.33333%;
}

/* line 199, ../sass/vendor/_foundation.scss */
.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

/* line 203, ../sass/vendor/_foundation.scss */
.small-offset-9 {
  margin-left: 75%;
}

/* line 206, ../sass/vendor/_foundation.scss */
.small-11 {
  width: 91.66667%;
}

/* line 209, ../sass/vendor/_foundation.scss */
.small-push-11 {
  position: relative;
  left: 91.66667%;
}

/* line 213, ../sass/vendor/_foundation.scss */
.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

/* line 217, ../sass/vendor/_foundation.scss */
.small-offset-10 {
  margin-left: 83.33333%;
}

/* line 220, ../sass/vendor/_foundation.scss */
.small-12 {
  width: 100%;
}

/* line 223, ../sass/vendor/_foundation.scss */
.small-offset-11 {
  margin-left: 91.66667%;
}

/* line 226, ../sass/vendor/_foundation.scss */
.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}

/* line 229, ../sass/vendor/_foundation.scss */
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 231, ../sass/vendor/_foundation.scss */
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

/* line 233, ../sass/vendor/_foundation.scss */
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

/* line 236, ../sass/vendor/_foundation.scss */
.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}

/* line 239, ../sass/vendor/_foundation.scss */
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 241, ../sass/vendor/_foundation.scss */
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

/* line 243, ../sass/vendor/_foundation.scss */
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

/* line 246, ../sass/vendor/_foundation.scss */
.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%;
}

/* line 249, ../sass/vendor/_foundation.scss */
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 251, ../sass/vendor/_foundation.scss */
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

/* line 253, ../sass/vendor/_foundation.scss */
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

/* line 256, ../sass/vendor/_foundation.scss */
.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}

/* line 259, ../sass/vendor/_foundation.scss */
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 261, ../sass/vendor/_foundation.scss */
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

/* line 263, ../sass/vendor/_foundation.scss */
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

/* line 266, ../sass/vendor/_foundation.scss */
.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}

/* line 269, ../sass/vendor/_foundation.scss */
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 271, ../sass/vendor/_foundation.scss */
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

/* line 273, ../sass/vendor/_foundation.scss */
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

/* line 276, ../sass/vendor/_foundation.scss */
.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%;
}

/* line 279, ../sass/vendor/_foundation.scss */
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 281, ../sass/vendor/_foundation.scss */
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

/* line 283, ../sass/vendor/_foundation.scss */
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

/* line 286, ../sass/vendor/_foundation.scss */
.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%;
}

/* line 289, ../sass/vendor/_foundation.scss */
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 291, ../sass/vendor/_foundation.scss */
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

/* line 293, ../sass/vendor/_foundation.scss */
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

/* line 296, ../sass/vendor/_foundation.scss */
.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}

/* line 299, ../sass/vendor/_foundation.scss */
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 301, ../sass/vendor/_foundation.scss */
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

/* line 303, ../sass/vendor/_foundation.scss */
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

/* line 306, ../sass/vendor/_foundation.scss */
.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

/* line 310, ../sass/vendor/_foundation.scss */
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

/* line 314, ../sass/vendor/_foundation.scss */
.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

/* line 318, ../sass/vendor/_foundation.scss */
.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

/* line 322, ../sass/vendor/_foundation.scss */
.small-centered {
  margin-right: auto;
  margin-left: auto;
}

/* line 325, ../sass/vendor/_foundation.scss */
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

/* line 329, ../sass/vendor/_foundation.scss */
.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 338, ../sass/vendor/_foundation.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 340, ../sass/vendor/_foundation.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }

  /* line 343, ../sass/vendor/_foundation.scss */
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  /* line 346, ../sass/vendor/_foundation.scss */
  .medium-offset-0 {
    margin-left: 0%;
  }

  /* line 348, ../sass/vendor/_foundation.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 350, ../sass/vendor/_foundation.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }

  /* line 353, ../sass/vendor/_foundation.scss */
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  /* line 356, ../sass/vendor/_foundation.scss */
  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 358, ../sass/vendor/_foundation.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 360, ../sass/vendor/_foundation.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  /* line 363, ../sass/vendor/_foundation.scss */
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }

  /* line 366, ../sass/vendor/_foundation.scss */
  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 368, ../sass/vendor/_foundation.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 370, ../sass/vendor/_foundation.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }

  /* line 373, ../sass/vendor/_foundation.scss */
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }

  /* line 376, ../sass/vendor/_foundation.scss */
  .medium-offset-3 {
    margin-left: 25%;
  }

  /* line 378, ../sass/vendor/_foundation.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 380, ../sass/vendor/_foundation.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }

  /* line 383, ../sass/vendor/_foundation.scss */
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  /* line 386, ../sass/vendor/_foundation.scss */
  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 388, ../sass/vendor/_foundation.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 390, ../sass/vendor/_foundation.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  /* line 393, ../sass/vendor/_foundation.scss */
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }

  /* line 396, ../sass/vendor/_foundation.scss */
  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 398, ../sass/vendor/_foundation.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 400, ../sass/vendor/_foundation.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }

  /* line 403, ../sass/vendor/_foundation.scss */
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }

  /* line 406, ../sass/vendor/_foundation.scss */
  .medium-offset-6 {
    margin-left: 50%;
  }

  /* line 408, ../sass/vendor/_foundation.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 410, ../sass/vendor/_foundation.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }

  /* line 413, ../sass/vendor/_foundation.scss */
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  /* line 416, ../sass/vendor/_foundation.scss */
  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 418, ../sass/vendor/_foundation.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 420, ../sass/vendor/_foundation.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  /* line 423, ../sass/vendor/_foundation.scss */
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }

  /* line 426, ../sass/vendor/_foundation.scss */
  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 428, ../sass/vendor/_foundation.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 430, ../sass/vendor/_foundation.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }

  /* line 433, ../sass/vendor/_foundation.scss */
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }

  /* line 436, ../sass/vendor/_foundation.scss */
  .medium-offset-9 {
    margin-left: 75%;
  }

  /* line 438, ../sass/vendor/_foundation.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 440, ../sass/vendor/_foundation.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }

  /* line 443, ../sass/vendor/_foundation.scss */
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  /* line 446, ../sass/vendor/_foundation.scss */
  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 448, ../sass/vendor/_foundation.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 450, ../sass/vendor/_foundation.scss */
  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 452, ../sass/vendor/_foundation.scss */
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }

  /* line 455, ../sass/vendor/_foundation.scss */
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 457, ../sass/vendor/_foundation.scss */
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 459, ../sass/vendor/_foundation.scss */
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }

  /* line 461, ../sass/vendor/_foundation.scss */
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }

  /* line 464, ../sass/vendor/_foundation.scss */
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 466, ../sass/vendor/_foundation.scss */
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 468, ../sass/vendor/_foundation.scss */
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }

  /* line 470, ../sass/vendor/_foundation.scss */
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }

  /* line 473, ../sass/vendor/_foundation.scss */
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 475, ../sass/vendor/_foundation.scss */
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 477, ../sass/vendor/_foundation.scss */
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }

  /* line 479, ../sass/vendor/_foundation.scss */
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }

  /* line 482, ../sass/vendor/_foundation.scss */
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 484, ../sass/vendor/_foundation.scss */
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 486, ../sass/vendor/_foundation.scss */
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }

  /* line 488, ../sass/vendor/_foundation.scss */
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }

  /* line 491, ../sass/vendor/_foundation.scss */
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 493, ../sass/vendor/_foundation.scss */
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 495, ../sass/vendor/_foundation.scss */
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }

  /* line 497, ../sass/vendor/_foundation.scss */
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }

  /* line 500, ../sass/vendor/_foundation.scss */
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 502, ../sass/vendor/_foundation.scss */
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 504, ../sass/vendor/_foundation.scss */
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }

  /* line 506, ../sass/vendor/_foundation.scss */
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }

  /* line 509, ../sass/vendor/_foundation.scss */
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 511, ../sass/vendor/_foundation.scss */
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 513, ../sass/vendor/_foundation.scss */
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }

  /* line 515, ../sass/vendor/_foundation.scss */
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }

  /* line 518, ../sass/vendor/_foundation.scss */
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 520, ../sass/vendor/_foundation.scss */
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 522, ../sass/vendor/_foundation.scss */
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }

  /* line 524, ../sass/vendor/_foundation.scss */
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }

  /* line 527, ../sass/vendor/_foundation.scss */
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  /* line 530, ../sass/vendor/_foundation.scss */
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  /* line 533, ../sass/vendor/_foundation.scss */
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  /* line 536, ../sass/vendor/_foundation.scss */
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }

  /* line 539, ../sass/vendor/_foundation.scss */
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  /* line 542, ../sass/vendor/_foundation.scss */
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  /* line 551, ../sass/vendor/_foundation.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 553, ../sass/vendor/_foundation.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }

  /* line 556, ../sass/vendor/_foundation.scss */
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  /* line 559, ../sass/vendor/_foundation.scss */
  .large-offset-0 {
    margin-left: 0%;
  }

  /* line 561, ../sass/vendor/_foundation.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 563, ../sass/vendor/_foundation.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }

  /* line 566, ../sass/vendor/_foundation.scss */
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  /* line 569, ../sass/vendor/_foundation.scss */
  .large-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 571, ../sass/vendor/_foundation.scss */
  .large-3 {
    width: 25%;
  }

  /* line 573, ../sass/vendor/_foundation.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
  }

  /* line 576, ../sass/vendor/_foundation.scss */
  .large-pull-3 {
    position: relative;
    left: -25%;
  }

  /* line 579, ../sass/vendor/_foundation.scss */
  .large-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 581, ../sass/vendor/_foundation.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 583, ../sass/vendor/_foundation.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }

  /* line 586, ../sass/vendor/_foundation.scss */
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }

  /* line 589, ../sass/vendor/_foundation.scss */
  .large-offset-3 {
    margin-left: 25%;
  }

  /* line 591, ../sass/vendor/_foundation.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 593, ../sass/vendor/_foundation.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }

  /* line 596, ../sass/vendor/_foundation.scss */
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  /* line 599, ../sass/vendor/_foundation.scss */
  .large-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 601, ../sass/vendor/_foundation.scss */
  .large-6 {
    width: 50%;
  }

  /* line 603, ../sass/vendor/_foundation.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
  }

  /* line 606, ../sass/vendor/_foundation.scss */
  .large-pull-6 {
    position: relative;
    left: -50%;
  }

  /* line 609, ../sass/vendor/_foundation.scss */
  .large-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 611, ../sass/vendor/_foundation.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 613, ../sass/vendor/_foundation.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }

  /* line 616, ../sass/vendor/_foundation.scss */
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }

  /* line 619, ../sass/vendor/_foundation.scss */
  .large-offset-6 {
    margin-left: 50%;
  }

  /* line 621, ../sass/vendor/_foundation.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 623, ../sass/vendor/_foundation.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }

  /* line 626, ../sass/vendor/_foundation.scss */
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  /* line 629, ../sass/vendor/_foundation.scss */
  .large-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 631, ../sass/vendor/_foundation.scss */
  .large-9 {
    width: 75%;
  }

  /* line 633, ../sass/vendor/_foundation.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
  }

  /* line 636, ../sass/vendor/_foundation.scss */
  .large-pull-9 {
    position: relative;
    left: -75%;
  }

  /* line 639, ../sass/vendor/_foundation.scss */
  .large-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 641, ../sass/vendor/_foundation.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 643, ../sass/vendor/_foundation.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }

  /* line 646, ../sass/vendor/_foundation.scss */
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }

  /* line 649, ../sass/vendor/_foundation.scss */
  .large-offset-9 {
    margin-left: 75%;
  }

  /* line 651, ../sass/vendor/_foundation.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 653, ../sass/vendor/_foundation.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }

  /* line 656, ../sass/vendor/_foundation.scss */
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  /* line 659, ../sass/vendor/_foundation.scss */
  .large-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 661, ../sass/vendor/_foundation.scss */
  .large-12 {
    width: 100%;
  }

  /* line 663, ../sass/vendor/_foundation.scss */
  .large-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 665, ../sass/vendor/_foundation.scss */
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }

  /* line 668, ../sass/vendor/_foundation.scss */
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 670, ../sass/vendor/_foundation.scss */
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 672, ../sass/vendor/_foundation.scss */
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }

  /* line 674, ../sass/vendor/_foundation.scss */
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }

  /* line 677, ../sass/vendor/_foundation.scss */
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 679, ../sass/vendor/_foundation.scss */
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 681, ../sass/vendor/_foundation.scss */
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }

  /* line 683, ../sass/vendor/_foundation.scss */
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }

  /* line 686, ../sass/vendor/_foundation.scss */
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 688, ../sass/vendor/_foundation.scss */
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 690, ../sass/vendor/_foundation.scss */
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }

  /* line 692, ../sass/vendor/_foundation.scss */
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }

  /* line 695, ../sass/vendor/_foundation.scss */
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 697, ../sass/vendor/_foundation.scss */
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 699, ../sass/vendor/_foundation.scss */
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }

  /* line 701, ../sass/vendor/_foundation.scss */
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }

  /* line 704, ../sass/vendor/_foundation.scss */
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 706, ../sass/vendor/_foundation.scss */
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 708, ../sass/vendor/_foundation.scss */
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }

  /* line 710, ../sass/vendor/_foundation.scss */
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }

  /* line 713, ../sass/vendor/_foundation.scss */
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 715, ../sass/vendor/_foundation.scss */
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 717, ../sass/vendor/_foundation.scss */
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }

  /* line 719, ../sass/vendor/_foundation.scss */
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }

  /* line 722, ../sass/vendor/_foundation.scss */
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 724, ../sass/vendor/_foundation.scss */
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 726, ../sass/vendor/_foundation.scss */
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }

  /* line 728, ../sass/vendor/_foundation.scss */
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }

  /* line 731, ../sass/vendor/_foundation.scss */
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  /* line 733, ../sass/vendor/_foundation.scss */
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 735, ../sass/vendor/_foundation.scss */
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }

  /* line 737, ../sass/vendor/_foundation.scss */
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }

  /* line 740, ../sass/vendor/_foundation.scss */
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  /* line 743, ../sass/vendor/_foundation.scss */
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  /* line 746, ../sass/vendor/_foundation.scss */
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  /* line 749, ../sass/vendor/_foundation.scss */
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }

  /* line 752, ../sass/vendor/_foundation.scss */
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  /* line 755, ../sass/vendor/_foundation.scss */
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 763, ../sass/vendor/_foundation.scss */
.column-block {
  margin-bottom: 1.875rem;
}

/* line 765, ../sass/vendor/_foundation.scss */
.column-block > :last-child {
  margin-bottom: 0;
}

/* line 2, ../sass/_global.scss */
* {
  box-sizing: border-box;
}

/* line 5, ../sass/_global.scss */
.row {
  max-width: none;
}

/* line 8, ../sass/_global.scss */
body {
  width: 100%;
  max-width: 1024px !important;
  margin: 0 auto;
  font-family: "Roboto","arial",sans-serif;
  font-weight: 300;
  line-height: 1.2em;
  position: relative;
}

/* line 17, ../sass/_global.scss */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  font-weight: 500;
}

/* line 21, ../sass/_global.scss */
h2, h3, h4, h5, h6 {
  margin-top: 1rem;
}

/* line 24, ../sass/_global.scss */
h1 {
  font-size: 0;
  color: transparent;
}

/* line 28, ../sass/_global.scss */
h2 {
  font-size: 1.5rem;
}
/* line 30, ../sass/_global.scss */
#main > h2:first-child {
  margin-top: 0;
}

/* line 34, ../sass/_global.scss */
h3 {
  font-size: 1.2rem;
}

/* line 37, ../sass/_global.scss */
h4, h5, h6 {
  font-size: 1rem;
}

/* line 41, ../sass/_global.scss */
a:link, a:visited {
  color: currentColor;
}
/* line 44, ../sass/_global.scss */
a:hover, a:active {
  color: #008AFF;
}

/* line 48, ../sass/_global.scss */
img {
  max-width: 100%;
}

/* line 51, ../sass/_global.scss */
p + p {
  padding-top: 1rem;
}

/* line 54, ../sass/_global.scss */
#main {
  position: relative;
  z-index: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* line 64, ../sass/_global.scss */
.slider img {
  display: block;
}

/* line 68, ../sass/_global.scss */
.social-brands {
  text-align: center;
}

/* line 71, ../sass/_global.scss */
.company-icons {
  text-align: justify;
}
/* line 73, ../sass/_global.scss */
.company-icons img {
  display: inline-block;
  padding: 5px;
}

/* line 80, ../sass/_global.scss */
.competenceList li {
  float: left;
  width: 33.3%;
}
@media all and (max-width: 640px) {
  /* line 80, ../sass/_global.scss */
  .competenceList li {
    float: none;
    width: 100%;
  }
}
/* line 89, ../sass/_global.scss */
.competenceList::after {
  content: "";
  clear: both;
  width: 100%;
  float: none;
  display: block;
}

/* line 1, ../sass/modules/_header.scss */
.pageHeader {
  height: 67px;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}

/* line 8, ../sass/modules/_header.scss */
.logo {
  display: block;
  width: 126px;
  height: 67px;
  background-image: url('/images/grundplan-logo.png?1445803679');
  position: absolute;
  top: 1rem;
  left: 50%;
  margin-left: -63px;
}

/* line 7, ../sass/modules/_navigation.scss */
.mainNavContainer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* line 13, ../sass/modules/_navigation.scss */
.mainNavToggle {
  height: 30px;
  display: block;
  position: absolute;
  top: 16.75px;
  margin-top: 1rem;
  right: 1rem;
  padding-right: 40px;
  text-decoration: none;
  line-height: 1em;
  font-size: 0;
}
/* line 24, ../sass/modules/_navigation.scss */
.mainNavToggle:hover {
  font-size: inherit;
  border-color: #008AFF;
}
/* line 27, ../sass/modules/_navigation.scss */
.mainNavToggle:hover::before, .mainNavToggle:hover::after {
  background: #008AFF;
  color: #008AFF;
}
/* line 32, ../sass/modules/_navigation.scss */
.mainNavToggle::before, .mainNavToggle::after {
  content: "";
  position: absolute;
  right: 0;
  top: 1px;
  width: 30px;
  height: 1px;
  background: #0433BF;
  color: #0433BF;
  box-shadow: 0 6px 0 0, 0 12px 0 0;
}
/* line 45, ../sass/modules/_navigation.scss */
.mainNavToggle::after {
  content: none;
}

/* line 49, ../sass/modules/_navigation.scss */
.contactButton {
  position: absolute;
  display: block;
  box-sizing: content-box;
  width: 30px;
  height: 13px;
  margin-top: 1rem;
  top: 16.75px;
  left: 1rem;
  border: 1px solid #0433BF;
  text-decoration: none;
  line-height: 1em;
  font-size: 0;
  text-indent: 40px;
}
/* line 63, ../sass/modules/_navigation.scss */
.contactButton:hover {
  font-size: inherit;
  border-color: #008AFF;
}
/* line 66, ../sass/modules/_navigation.scss */
.contactButton:hover::before, .contactButton:hover::after {
  background: #008AFF;
}
/* line 70, ../sass/modules/_navigation.scss */
.contactButton::before, .contactButton::after {
  content: "";
  position: absolute;
  left: -2px;
  top: 4px;
  width: 18px;
  height: 1px;
  transform: rotate(30deg);
  background: #0433BF;
}
/* line 80, ../sass/modules/_navigation.scss */
.contactButton::after {
  left: auto;
  right: -2px;
  transform: rotate(-30deg);
}

/* line 87, ../sass/modules/_navigation.scss */
nav#mainNav {
  margin-top: -100%;
  transition: all 0.5s ease-in-out;
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media all and (max-width: 600px) {
  /* line 87, ../sass/modules/_navigation.scss */
  nav#mainNav {
    margin-top: -200%;
  }
}
@media all and (max-width: 350px) {
  /* line 87, ../sass/modules/_navigation.scss */
  nav#mainNav {
    margin-top: -300%;
  }
}
@media all and (max-width: 300px) {
  /* line 87, ../sass/modules/_navigation.scss */
  nav#mainNav {
    margin-top: -400%;
  }
}
@media all and (max-width: 220px) {
  /* line 87, ../sass/modules/_navigation.scss */
  nav#mainNav {
    margin-top: -500%;
  }
}
/* line 104, ../sass/modules/_navigation.scss */
nav#mainNav:target {
  margin-top: 0;
  opacity: 1;
}
/* line 114, ../sass/modules/_navigation.scss */
nav#mainNav .mainNavToggle::before, nav#mainNav .mainNavToggle::after {
  content: "";
  top: 6px;
  right: 0;
  box-shadow: none;
  transform-origin: center;
}
/* line 121, ../sass/modules/_navigation.scss */
nav#mainNav .mainNavToggle::before {
  transform: rotate(45deg);
}
/* line 124, ../sass/modules/_navigation.scss */
nav#mainNav .mainNavToggle::after {
  transform: rotate(-45deg);
}
/* line 128, ../sass/modules/_navigation.scss */
nav#mainNav > ul {
  position: relative;
}
/* line 130, ../sass/modules/_navigation.scss */
nav#mainNav > ul li a {
  padding: 1rem 0;
  margin-right: 2rem;
  display: block;
  text-decoration: none;
  color: #111;
  border-bottom: 1px solid transparent;
}
/* line 137, ../sass/modules/_navigation.scss */
nav#mainNav > ul li a:hover {
  color: #0433BF;
  border-bottom-color: #0433BF;
}
/* line 142, ../sass/modules/_navigation.scss */
nav#mainNav > ul > li {
  width: 100%;
  display: block;
  overflow: auto;
}
/* line 146, ../sass/modules/_navigation.scss */
nav#mainNav > ul > li > a {
  float: left;
  font-weight: 500;
}
/* line 150, ../sass/modules/_navigation.scss */
nav#mainNav > ul > li ul {
  float: left;
}
/* line 152, ../sass/modules/_navigation.scss */
nav#mainNav > ul > li ul::after {
  content: "";
  clear: both;
  width: 100%;
  float: none;
  display: block;
}
/* line 159, ../sass/modules/_navigation.scss */
nav#mainNav > ul > li ul li {
  display: inline-block;
  width: auto;
}

/* line 172, ../sass/modules/_navigation.scss */
#main .sitemapNavContainer nav ul, #main .sitemapNavContainer nav li {
  margin-left: 0;
  padding-left: 0;
}
/* line 176, ../sass/modules/_navigation.scss */
#main .sitemapNavContainer nav > ul {
  position: relative;
}
/* line 178, ../sass/modules/_navigation.scss */
#main .sitemapNavContainer nav > ul li a {
  padding: 1rem 0;
  margin-right: 2rem;
  display: block;
  text-decoration: none;
  color: #111;
}
/* line 184, ../sass/modules/_navigation.scss */
#main .sitemapNavContainer nav > ul li a:hover {
  color: #0433BF;
}
/* line 188, ../sass/modules/_navigation.scss */
#main .sitemapNavContainer nav > ul > li {
  width: 25%;
  float: left;
  display: block;
  overflow: auto;
}
@media all and (max-width: 640px) {
  /* line 188, ../sass/modules/_navigation.scss */
  #main .sitemapNavContainer nav > ul > li {
    width: 50%;
    min-height: 240px;
  }
}
@media all and (max-width: 380px) {
  /* line 188, ../sass/modules/_navigation.scss */
  #main .sitemapNavContainer nav > ul > li {
    width: 100%;
  }
}
/* line 200, ../sass/modules/_navigation.scss */
#main .sitemapNavContainer nav > ul > li > a {
  font-weight: 500;
}
/* line 203, ../sass/modules/_navigation.scss */
#main .sitemapNavContainer nav > ul > li ul {
  float: none;
}
/* line 205, ../sass/modules/_navigation.scss */
#main .sitemapNavContainer nav > ul > li ul li {
  display: block;
}

/* line 1, ../sass/modules/_lists.scss */
#main ul, #main ol {
  margin: 1rem 25px;
}

/* line 4, ../sass/modules/_lists.scss */
#main ul > li {
  list-style: disc;
}

/* line 7, ../sass/modules/_lists.scss */
#main ol > li {
  list-style: decimal;
}

/* line 1, ../sass/modules/_footer.scss */
footer {
  clear: both;
  width: 100%;
  float: none;
  display: block;
  padding: 1rem;
}

/* line 9, ../sass/modules/_footer.scss */
.claim {
  font-family: Lora,serif;
  display: block;
  width: 100%;
  text-align: center;
  padding: 4rem 25%;
  margin-bottom: 6rem;
  font-size: 2rem;
  line-height: 1.8rem;
  color: #008AFF;
  font-style: italic;
  border: solid #008AFF;
  border-width: 1px 0;
}

@media all and (max-width: 640px) {
  /* line 25, ../sass/modules/_footer.scss */
  .claim {
    font-size: 4vw;
  }
}
/* line 30, ../sass/modules/_footer.scss */
.copyright {
  text-align: right;
}
