@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible;
  padding: 0;
  border: none; }

button, select {
  text-transform: none; }

button, html input[type="button"],
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

h1, h2, h3, h4, h5, p, ul, ol, li, option, fieldset {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

fieldset {
  border: none; }

/* generated with grunt-sass-globbing */
@font-face {
  font-family: "icons";
  src: url("/fonts/icons.eot?319ccc0f274bdba16b5dea4ad9186df2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "icons";
  src: url("/fonts/icons.eot?319ccc0f274bdba16b5dea4ad9186df2");
  src: url("/fonts/icons.eot?#iefix") format("embedded-opentype"), url("/fonts/icons.woff?319ccc0f274bdba16b5dea4ad9186df2") format("woff"), url("/fonts/icons.ttf?319ccc0f274bdba16b5dea4ad9186df2") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* generated with grunt-sass-globbing */
.article {
  background-color: #222222;
  background-image: url(/images/bg.jpg);
  display: block;
  content: " ";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  color: white;
  text-align: center; }
  @media (max-width: 767px) {
    .article {
      padding: 60px 30px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .article {
      padding: 90px 40px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .article {
      padding: 120px 50px; } }
  @media (min-width: 1200px) {
    .article {
      padding: 140px 60px; } }
  .article__strong {
    font-family: 'Bungee Inline', cursive;
    font-weight: normal; }
  .article__heading {
    font-size: 72px;
    line-height: 83px;
    font-family: 'Bungee Outline', cursive;
    font-weight: normal; }
    @media (max-width: 767px) {
      .article__heading {
        font-size: 48px;
        line-height: 57px; } }
  .article__sub-heading {
    font-weight: normal;
    margin: 50px 0;
    font-size: 28px;
    line-height: 29px; }
    @media (max-width: 767px) {
      .article__sub-heading {
        font-size: 18px;
        line-height: 23px; } }
  .article__link {
    color: white;
    border-bottom: 1px dotted white;
    text-decoration: none; }
    .article__link:hover {
      border-bottom: 1px solid white; }
  .article__text {
    font-size: 16px;
    line-heigh: 23px; }
    @media (max-width: 767px) {
      .article__text {
        font-size: 14px;
        line-height: 21px; } }
  .article__text-emphasis {
    font-weight: bold;
    font-size: 21px;
    line-height: 23px;
    color: white;
    text-decoration: none; }
    @media (max-width: 767px) {
      .article__text-emphasis {
        font-size: 19px;
        line-heigh: 21px; } }

.button {
  background-color: #222;
  color: white;
  border-radius: 20px;
  text-align: center;
  padding: 10px 40px; }
  .button:hover {
    background-color: #434343; }

.callout {
  padding: 15px 40px;
  border-left: 5px solid #1B82C5;
  background-color: #8ac7ef;
  position: relative;
  border-radius: 0 20px 20px 0;
  text-align: left; }
  .callout:before {
    position: absolute;
    left: 15px;
    top: 17px;
    color: #1B82C5;
    font-size: 20px;
    line-height: 18px; }
  .callout_error {
    background-color: #f3898a;
    border-color: #CE1517;
    padding-left: 45px; }
    .callout_error:before {
      content: "";
      font-family: 'icons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .callout_error:before {
      color: #CE1517; }
  .callout_info {
    background-color: #d4eb88;
    border-color: #96BB1F;
    padding-left: 45px; }
    .callout_info:before {
      content: "";
      font-family: 'icons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .callout_info:before {
      color: #96BB1F; }
  .callout_warning {
    background-color: #fceedb;
    border-color: #f0ad4e;
    padding-left: 45px; }
    .callout_warning:before {
      content: "";
      font-family: 'icons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .callout_warning:before {
      color: #f0ad4e; }
  .callout_success {
    padding-left: 45px; }
    .callout_success:before {
      content: "";
      font-family: 'icons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

.field_error .field__label {
  color: #ea2c2f; }

.field_error .field__input {
  border-color: #f3898a; }

.field__label {
  text-align: left;
  display: block;
  color: #BAB8B8;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 5px;
  padding-left: 10px; }

.field__input-wrap {
  width: 100%; }

.field__input {
  width: 100%;
  padding: 10px;
  border-radius: 20px;
  border: 2px solid white;
  color: #878787;
  font-size: 14px;
  line-height: 17px; }

.footer {
  text-align: center;
  padding: 10px 60px;
  font-size: 11px;
  line-height: 11px; }
  @media (max-width: 767px) {
    .footer {
      padding: 5px 30px; } }

.form_contact .form__field_message {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .form_contact .form__field_message {
      float: left;
      width: 100%; } }

.form__fieldset {
  margin-left: -15px;
  margin-right: -15px;
  zoom: 1; }
  .form__fieldset:before, .form__fieldset:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden; }
  .form__fieldset:after {
    clear: both; }

.form__field {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px; }
  @media (min-width: 768px) {
    .form__field {
      float: left;
      width: 50%; } }

.form__button-container {
  margin-top: 20px; }

.homepage {
  background: #F2EEE3;
  color: #151E26; }

.html {
  font-family: "Open Sans", sans-serif; }

.input_type_longtext {
  height: 140px; }

.map-strip {
  text-align: center;
  background: #222;
  color: white;
  padding: 30px 0 0; }
  @media (max-width: 767px) {
    .map-strip {
      padding: 10px 0 0; } }
  .map-strip__heading {
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .map-strip__heading {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 10px; } }
  .map-strip__map {
    margin-top: 30px;
    height: 400px; }
  .map-strip__address {
    font-style: normal;
    margin-bottom: 1em; }
  .map-strip__telephone {
    color: white;
    text-decoration: none; }
    .map-strip__telephone:before {
      content: "Tel: ";
      font-weight: bold; }

.page-strip {
  padding: 40px;
  text-align: center; }
  @media (max-width: 767px) {
    .page-strip {
      padding: 30px; } }
  .page-strip_alt {
    background: #222;
    color: white; }
  .page-strip__heading {
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .page-strip__heading {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 20px; } }
  .page-strip:after {
    background: url(/images/ident.png) center bottom no-repeat;
    height: 140px;
    content: " ";
    display: block; }
  .page-strip .form {
    margin: 10px auto 0; max-width:1200px; }
  .page-strip .callout {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 20px 10px 40px;
    font-size: 14px;
    line-height: 17px; }
    .page-strip .callout:before {
      left: 10px;
      top: 10px; }
  .page-strip__social {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 20px;
    display: inline-block;
    overflow: hidden;
    text-decoration: none; }
    .page-strip__social_facebook:before {
      content: "";
      font-family: 'icons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #3C5A99; }
    .page-strip__social_facebook:after {
      content: "";
      font-family: 'icons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: white;
      position: absolute;
      left: 0;
      top: 0; }
    .page-strip__social_twitter:before {
      content: "";
      font-family: 'icons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #1da1f2; }
    .page-strip__social:before, .page-strip__social:after {
      display: block;
      width: 100px;
      height: 100px;
      font-size: 80px;
      line-height: 100px; }

.shrouded {
  position: relative;
  -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
  -webkit-opacity: 0.25;
  opacity: 0.25; }
  .shrouded:after {
    position: absolute !important;
    background: url("/images/loading.svg") center center no-repeat !important;
    width: 100% !important;
    height: 100% !important;
    content: " ";
    left: 0 !important;
    top: 0 !important; }

form.shrouded {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1; }
  form.shrouded > * {
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    -webkit-opacity: 0.25;
    opacity: 0.25; }
