@charset "UTF-8";
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *  user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *  (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

b, strong, .bold {
  font-weight: 600;
  color: #004993;
  margin-bottom: .5rem;
  line-height: 2rem; }

html, body {
  height: 100%;
  font-size: 16px;
  font-size: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  overflow-y: scroll;
  font-family: 'Arial', Helvetica, Arial, sans-serif;
  font-weight: 400;
  min-width: 100%;
  line-height: 1.6;
  overflow-x: hidden;
  background: url(assets/img/layout/bg-fs.jpg);
  background-size: cover; }
  body.overflow-hidden {
    overflow: hidden; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }
  .ie8 img {
    width: auto; }

img {
  -ms-interpolation-mode: bicubic; }

ol, ul, menu {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0;
  padding: 10px;
  background: red;
  text-align: center; }
  color:white
.chromeframe a {
    text-decoration: underline;
    color: white; }
    color:white
.chromeframe a:hover {
      text-decoration: none; }

fieldset {
  border: none;
  padding: 0;
  margin: 0; }

noscript {
  width: 100%;
  background: red;
  display: block;
  padding: 10px;
  text-align: center;
  color: white; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0px; }

input:focus, textarea:focus, button:focus {
  outline: none; }

p {
  margin: 0 0 .75rem 0;
  font-size: 1rem;
  line-height: 19px; }
  p.up {
    text-transform: uppercase; }

/* ===========================================================================================================================
   Helferklassen
   =========================================================================================================================== */
.hidden {
  display: none;
  visibility: hidden; }

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

#screenwidth {
  position: fixed;
  z-index: 1000000;
  left: 0;
  top: 0;
  background: #ff5d31;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px; }

[role="button"] {
  cursor: pointer; }

.img-responsive {
  min-width: 100%;
  max-width: 100%;
  display: block;
  height: auto; }

/* ===========================================================================================================================
   Page Load & Scroll-Up
   =========================================================================================================================== */
.preload {
  display: none; }
  .js .preload {
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999999999999999; }
    .js .preload.tetris {
      background: url(assets/img/layout/preloaders/tetris.gif) 50% 25% no-repeat white; }
    .js .preload.gear {
      background: url(assets/img/layout/preloaders/gear.svg) 50% 25% no-repeat white; }
    .js .preload.broken-circle {
      background: url(assets/img/layout/preloaders/broken-circle.svg) 50% 25% no-repeat white; }
    .js .preload.arrows {
      background: url(assets/img/layout/preloaders/arrows.svg) 50% 25% no-repeat white; }
    .js .preload.pacman {
      background: url(assets/img/layout/preloaders/pacman.svg) 50% 25% no-repeat white; }
    .js .preload.dots {
      background: url(assets/img/layout/preloaders/dots.svg) 50% 25% no-repeat white; }
    .js .preload.puff {
      background: url(assets/img/layout/preloaders/puff.svg) 50% 25% no-repeat #003366; }

.scrollup {
  display: none; }
  @media (min-width: 85rem) {
    .js .scrollup {
      width: 50px;
      height: 50px;
      display: block;
      background: url(assets/img/layout/scrollup.svg) no-repeat 0 0;
      border: 0;
      bottom: -100px;
      position: fixed;
      color: white;
      top: auto;
      margin: 0;
      right: 20px;
      z-index: 9999999;
      text-indent: -999999px; } }

.wrapper {
  width: 100%;
  max-width: 1000px;
  height: 100vh;
  position: relative;
  overflow-x: hidden;
  margin: 0 auto;
  background: #f2f2f2;
  -webkit-box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.25); }
  .wrapper:before, .wrapper:after {
    content: "";
    display: table;
    clear: both; }
  .wrapper::-webkit-scrollbar {
    width: 4px; }
  .wrapper::-webkit-scrollbar-track {
    background: white; }
  .wrapper::-webkit-scrollbar-thumb {
    background: #EE7100; }

.container {
  position: relative;
  margin-bottom: 3rem; }
  .container.full {
    width: 100%; }
  .container.big {
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  .container.medium {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  .container.small {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  .container.tiny {
    width: 100%;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0 1rem; }
  .container:last-child {
    margin-bottom: 1rem; }

#mainContent {
  width: 100%;
  margin-top: 12rem;
  margin-bottom: 3rem;
  position: relative; }
  #mainContent:before, #mainContent:after {
    content: "";
    display: table;
    clear: both; }

.elementor-top-section {
  margin-bottom: 3rem; }

/* Hauptnavigation Desktop ==============================================
========================================================================= */
#mainNavigation {
  display: none; }
  @media (min-width: 999px) {
    #mainNavigation {
      display: block;
      width: 50%;
      text-transform: uppercase; }
      #mainNavigation > ul {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
        #mainNavigation > ul li {
          position: relative;
          text-align: center;
          margin-right: 1rem; }
          #mainNavigation > ul li:last-child {
            margin-right: 0; }
          #mainNavigation > ul li:hover > ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
          #mainNavigation > ul li a {
            padding: .6rem 0; }
            #mainNavigation > ul li a:hover {
              text-decoration: none; }
        #mainNavigation > ul ul.sub-menu {
          position: absolute;
          display: none;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          top: 32px;
          left: -1rem;
          z-index: 99999999;
          padding: 0 1rem 1rem 1rem;
          background: #1e1e1a; }
          #mainNavigation > ul ul.sub-menu li {
            width: 100%;
            white-space: nowrap;
            text-align: left;
            -webkit-transition: all 0.2s ease-in;
            -moz-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in; }
            #mainNavigation > ul ul.sub-menu li a {
              width: 100%;
              padding-bottom: 0;
              display: inline-block;
              color: white; }
          #mainNavigation > ul ul.sub-menu .current-menu-item a, #mainNavigation > ul ul.sub-menu .current-menu-parent a {
            text-decoration: none; } }

/* Hauptnavigation Mobil  ===============================================
========================================================================= */
.mainMenuOverlay-trigger {
  position: absolute;
  display: block;
  right: 30px;
  top: 30px;
  height: 40px;
  width: 40px;
  padding-top: 1rem; }
  @media (min-width: 999px) {
    .mainMenuOverlay-trigger {
      display: none !important; } }
  .mainMenuOverlay-trigger .menu-icon {
    display: inline-block;
    position: absolute;
    width: 28px;
    height: 4px;
    background-color: #EE7100;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out; }
    .mainMenuOverlay-trigger .menu-icon::before, .mainMenuOverlay-trigger .menu-icon:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: #EE7100;
      right: 0;
      -webkit-transition: top .3s, background-color 0s, -webkit-transform .3s;
      transition: top .3s, background-color 0s, -webkit-transform .3s;
      -o-transition: transform .3s, top .3s, background-color 0s;
      transition: transform .3s, top .3s, background-color 0s;
      transition: transform .3s, top .3s, background-color 0s, -webkit-transform .3s; }
    .mainMenuOverlay-trigger .menu-icon::before {
      top: -7px; }
    .mainMenuOverlay-trigger .menu-icon::after {
      top: 7px; }
    .mainMenuOverlay-trigger .menu-icon.is-clicked {
      background-color: rgba(30, 30, 26, 0);
      z-index: 10; }
      .mainMenuOverlay-trigger .menu-icon.is-clicked::before, .mainMenuOverlay-trigger .menu-icon.is-clicked::after {
        background-color: #EE7100; }
      .mainMenuOverlay-trigger .menu-icon.is-clicked::before {
        top: 0;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg); }
      .mainMenuOverlay-trigger .menu-icon.is-clicked::after {
        top: 0;
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg); }

.mainMenuOverlay {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.96);
  z-index: 2;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  padding-top: 8rem;
  -webkit-overflow-scrolling: touch;
  /* Fix für scrollbug in webkit-browsern */
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  /* Richtung des Fades */
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }
  @media (min-width: 999px) {
    .mainMenuOverlay {
      display: none !important; } }
  .mainMenuOverlay > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .mainMenuOverlay li {
    width: 100%;
    font-size: 2rem;
    margin: .2em 0;
    text-transform: uppercase;
    position: relative; }
    .mainMenuOverlay li ul.sub-menu {
      display: none;
      background: white; }
      .mainMenuOverlay li ul.sub-menu li {
        margin: 0;
        font-size: 1.4rem; }
        .mainMenuOverlay li ul.sub-menu li a {
          color: #1e1e1a; }
  .mainMenuOverlay a {
    display: inline-block;
    color: #003366;
    width: 100%; }
    .mainMenuOverlay a:hover {
      text-decoration: none; }
  .mainMenuOverlay.is-visible {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .mainMenuOverlay .nav-click {
    position: absolute;
    top: 0;
    right: 0;
    height: 49px;
    width: 50px;
    cursor: pointer;
    z-index: -1; }
    .mainMenuOverlay .nav-click i {
      display: block;
      height: 48px;
      width: 48px;
      background: url(assets/img/layout/drop.svg) no-repeat center center;
      background-size: 20px; }
  .mainMenuOverlay .nav-rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

#header {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 1rem;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99999;
  background: white;
  border-bottom: 4px solid #EE7100;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  @media (min-width: 768px) {
    #header {
      padding: 1rem 3rem; } }
  #header a {
    display: block;
    width: 100%; }
    @media (min-width: 768px) {
      #header a {
        width: auto; } }
  #header p {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 0;
    margin-left: 1rem;
    color: #004993; }
    @media (min-width: 768px) {
      #header p {
        margin-top: 0;
        width: auto; } }

#logo {
  width: 10rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #1e1e1a;
  color: white; }
  #logo:hover {
    text-decoration: none; }

#footer {
  max-width: 1000px;
  width: 100%;
  background: #003366;
  padding: .5rem 1rem;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99999; }
  #footer #footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media (min-width: 40rem) {
      #footer #footer-inner {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
  #footer #footerNav {
    width: 100%; }
    #footer #footerNav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      @media (min-width: 768px) {
        #footer #footerNav ul {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
      #footer #footerNav ul li {
        text-align: center;
        margin-top: .4rem;
        margin-bottom: .4rem;
        font-size: 12px;
        color: white;
        width: 100%; }
        @media (min-width: 450px) {
          #footer #footerNav ul li {
            width: auto; } }
        @media (min-width: 768px) {
          #footer #footerNav ul li {
            border-right: 1px solid white;
            margin-right: 1rem;
            padding-right: 1rem;
            text-align: left;
            margin-top: 0;
            margin-bottom: 0; } }
        #footer #footerNav ul li:first-child {
          margin-left: 0;
          -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
          order: 4; }
          @media (min-width: 768px) {
            #footer #footerNav ul li:first-child {
              -webkit-box-ordinal-group: 1;
              -ms-flex-order: 0;
              order: 0; } }
        #footer #footerNav ul li:nth-child(2) {
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3; }
          @media (min-width: 768px) {
            #footer #footerNav ul li:nth-child(2) {
              -webkit-box-ordinal-group: 1;
              -ms-flex-order: 0;
              order: 0; } }
        #footer #footerNav ul li:last-child {
          border: none;
          margin-right: 0; }
        #footer #footerNav ul li a {
          color: white;
          font-weight: normal; }
          #footer #footerNav ul li a:hover, #footer #footerNav ul li a:focus {
            text-decoration: none; }

.container.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.column-small {
  width: 50%;
  background: #EE7100;
  height: 0%; }
  @media (min-width: 768px) {
    .column-small {
      width: 15%; } }
  .column-small h2, .column-small h3 {
    font-size: 1.25rem;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    padding: 1rem;
    margin: 0;
    text-align: left; }
    @media (min-width: 768px) {
      .column-small h2, .column-small h3 {
        text-align: center; } }

.column-large {
  width: 100%;
  padding: 1rem; }
  .column-large strong {
    line-height: 1; }
  @media (min-width: 768px) {
    .column-large {
      margin-left: 5%;
      width: 50%;
      padding: 0; } }

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  color: #004993;
  font-weight: bold; }

h1 {
  font-size: 1.6rem;
  margin: 0 0 1rem 0; }

h2 {
  font-size: 1.5rem;
  margin: 0 0 1rem 0; }

h3, h4, h5 {
  font-weight: bold; }

a {
  text-decoration: none;
  color: #004993;
  font-weight: bold; }
  a:visited {
    text-decoration: underline; }
  a img {
    border: none; }
  a:hover, a:focus, a:visited:hover {
    text-decoration: underline; }

button, .btn {
  font-size: 0.875rem;
  -webkit-transition: color 0.4s ease-in;
  -moz-transition: color 0.4s ease-in;
  -o-transition: color 0.4s ease-in;
  transition: color 0.4s ease-in;
  text-align: center; }

#form input, #form textarea {
  width: 100%;
  margin-top: .2rem;
  padding: .6rem;
  border: 1px solid #1e1e1a; }
  #form input:focus, #form textarea:focus {
    background: rgba(30, 30, 26, 0.05); }

#form label {
  margin-bottom: 1rem;
  display: block; }

#form input[type=submit] {
  border: none;
  background: #1e1e1a;
  color: white;
  padding: 1rem;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-transform: uppercase; }
  #form input[type=submit]:hover {
    background: white;
    border: 1px solid #1e1e1a;
    color: #1e1e1a; }

.list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .list li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: .5rem;
    font-size: 1rem;
    line-height: 160%; }
    .list li:before {
      content: "» ";
      color: #004993;
      margin-right: 6px; }

ul, li {
  color: #004993; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important;
    filter: none !important;
    -webkit-filter: grayscale(0%) !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }
