/*! Baseguide v2.0.2 | MIT License | http://basegui.de */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

canvas,
img,
video {
  max-width: 100%;
  height: auto;
}

audio {
  max-width: 100%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  line-height: inherit;
}

optgroup {
  font-weight: bold;
}

fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
}

address {
  font-style: inherit;
}

pre {
  overflow: auto;
}

hr {
  border: 0;
  border-top: 1px solid;
  color: inherit;
  opacity: 0.2;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  color: #333;
}

html,
button,
input {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  html,
  button,
  input {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
  }
}

blockquote,
figure,
fieldset {
  margin: 0;
}

address,
blockquote,
table,
figure,
form,
fieldset,
legend,
pre,
dl,
ul,
ol,
hr,
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

address:last-child,
blockquote:last-child,
table:last-child,
figure:last-child,
form:last-child,
fieldset:last-child,
legend:last-child,
pre:last-child,
dl:last-child,
ul:last-child,
ol:last-child,
hr:last-child,
p:last-child {
  margin-bottom: 0;
}

nav > ul,
nav > ol,
li > ul,
li > ol {
  margin-bottom: 0;
}

.spacing-bottom {
  margin-bottom: 1rem;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0.8em;
  margin-bottom: 0.4em;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}

h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
  margin-top: 0;
}

h1, .h1 {
  font-size: 1.776889rem;
}

h2, .h2 {
  font-size: 1.333rem;
}

h3, .h3 {
  font-size: 1rem;
}

h4, .h4 {
  font-size: 0.75018755rem;
}

h5, .h5 {
  font-size: 0.56278136rem;
}

h6, .h6 {
  font-size: 0.42219156rem;
}

a {
  color: #3e537c;
  text-decoration: none;
}

a:hover, a:focus {
  color: #3e537c;
  text-decoration: underline;
}

@media print {
  *,
  *::before,
  *::after {
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -1em;
}

.list-inline::after {
  content: '';
  display: block;
  clear: both;
}

.list-inline > li {
  float: left;
  margin-left: 1em;
}

.list-inline > li > a {
  display: inline-block;
}

.list-equal {
  padding-left: 0;
  list-style: none;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.list-equal > li {
  display: table-cell;
  text-align: center;
}

.list-equal > li > a {
  display: inline-block;
}

.media img {
  max-width: none;
}

.media-left {
  padding-right: 1em;
}

.media-right {
  padding-left: 1em;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-fullscreen {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.embed-responsive {
  position: relative;
  overflow: hidden;
}

.embed-responsive::before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}

.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 58.125rem;
}

.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  /* autoprefixer: off */
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row::after {
  content: '';
  display: block;
  clear: both;
}

.col {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  position: relative;
  min-height: 1px;
  float: left;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-12 {
  left: 100%;
}

@media (min-width: 25em) {
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
}

@media (min-width: 42.5em) {
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-12 {
    left: 100%;
  }
}

@media (min-width: 60em) {
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
}

label {
  display: inline-block;
  margin-bottom: 0.3em;
}

.label-inline {
  margin-top: 1px;
  padding-top: 0.375em;
}

.form-group {
  margin-bottom: 1em;
}

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="date"], textarea, select {
  display: block;
  width: 100%;
  height: 2.375em;
  border: 1px solid #b6b6b6;
  border-radius: 0;
  padding: 0.375em 0.75em;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  background-color: #fff;
  color: #333;
  -webkit-transition: border-color 0.15s ease-out;
  transition: border-color 0.15s ease-out;
}

input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="date"]:focus, textarea:focus, select:focus {
  border-color: #3e537c;
  outline: 0;
}

input[type="email"][disabled], input[type="number"][disabled], input[type="password"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="text"][disabled], input[type="url"][disabled], input[type="date"][disabled], textarea[disabled], select[disabled] {
  border-color: #ccc;
  background-color: #eee;
  color: #555;
  cursor: not-allowed;
}

select {
  overflow-x: hidden;
}

select[multiple], select[size] {
  height: auto;
}

textarea {
  height: auto;
  resize: vertical;
}

.checkbox,
.radio {
  line-height: 1.45;
}

input[type="radio"],
input[type="checkbox"] {
  position: absolute;
  margin-top: 0.25em;
  line-height: normal;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: inherit;
}

input[type="radio"][disabled] + label,
input[type="checkbox"][disabled] + label {
  color: #555;
  cursor: not-allowed;
}

input[type="file"] {
  display: block;
}

[placeholder].placeholder {
  color: #b3b2b2;
}

[placeholder]::-webkit-input-placeholder {
  color: #b3b2b2;
  opacity: 1;
}

[placeholder]::-moz-placeholder {
  color: #b3b2b2;
  opacity: 1;
}

[placeholder]::-ms-input-placeholder {
  color: #b3b2b2;
  opacity: 1;
}

[placeholder]::placeholder {
  color: #b3b2b2;
  opacity: 1;
}

.checkbox input[type="checkbox"],
.radio input[type="radio"] {
  opacity: 0;
}

.checkbox input[type="checkbox"] + label,
.checkbox input[type="checkbox"] + label::after,
.radio input[type="radio"] + label,
.radio input[type="radio"] + label::after {
  position: relative;
  padding-left: 1.4em;
}

.checkbox input[type="checkbox"] + label::before,
.radio input[type="radio"] + label::before {
  content: '';
  position: absolute;
  top: 0.1875em;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #b6b6b6;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
}

.checkbox input[type="checkbox"] + label:hover::before,
.checkbox input[type="checkbox"]:focus + label::before,
.radio input[type="radio"] + label:hover::before,
.radio input[type="radio"]:focus + label::before {
  border-color: #3e537c;
}

.checkbox input[type="checkbox"] + label:active::before,
.radio input[type="radio"] + label:active::before {
  background-color: #e6e5e5;
}

.checkbox input[type="checkbox"][disabled] + label::before,
.radio input[type="radio"][disabled] + label::before {
  border-color: #ccc;
  background-color: #eee;
}

.radio input[type="radio"] + label::before {
  border-radius: 1em;
}

.radio input[type="radio"]:checked + label::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB1SURBVChTYyAEGKE0i6KiYjOQjoFwGZZwcnK2Xrt27QsziAeUbGVkZKwAYj4otvnz5w/b+/fvdzOB1TMw+EBpOPj//787iIYpwAnACoBG7gDzUMFeEAF2g6Sk5HGQnUBj5YDcT0A8D+jI2tevX/8CyeMBDAwAQ4wgZq0O/WQAAAAASUVORK5CYII=");
  /* autoprefixer: off */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23333' d='M4 1C2.3 1 1 2.3 1 4s1.3 3 3 3 3-1.3 3-3S5.7 1 4 1z'/%3E%3C/svg%3E"), linear-gradient(transparent, transparent);
}

.checkbox input[type="checkbox"]:checked + label::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABzSURBVChTYyAEGKE0CjA2Ntb4////dGZm5khmqBgcQCX3MzIy6gBpBkZk1f/+/ROASkoA6TW8vLyRTCBJoIDD379/96NLHjx48A8TSCdQ4AZQQgNdEmQl2JGmpqYSIBOAzCvIkigA6BYRe3t7FigXChgYAGONRUtL5Ld6AAAAAElFTkSuQmCC");
  /* autoprefixer: off */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23333' d='M6.4 1L5.7 1.7 2.9 4.5 2.1 3.7 1.4 3 0 4.4l0.7 0.7 1.5 1.5 0.7 0.7 0.7-0.7 3.5-3.5 0.7-0.7L6.4 1 6.4 1z'/%3E%3C/svg%3E"), linear-gradient(transparent, transparent);
}

.select {
  position: relative;
}

.select select {
  padding-right: 2em;
  padding-right: 0.75em \9;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.select select::-ms-expand {
  display: none;
}

.select select:focus::-ms-value {
  background: transparent;
  color: currentColor;
}

.select::after {
  content: '';
  display: none \9;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0.75em;
  width: 12px;
  height: 2.375em;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGCAYAAAD37n+BAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABlSURBVChTYzQyMqpnZGRsYCAC/P//v4H5+fPnByUlJRmAmhyg4lgBSPG5c+camUEcQppgikFssAYQwKUJWTEIwDWAAEiTlJSUAJBpAeIDFRcCFXeC2HiBsbFxPzAwCqBcJMDAAAD1cjECKulnugAAAABJRU5ErkJggg==");
  /* autoprefixer: off */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='6' viewBox='0 0 12 6'%3E%3Cpath fill='%23333' d='M0 0l6 6 6-6h-12z'/%3E%3C/svg%3E"), linear-gradient(transparent, transparent);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .select::after {
    display: block;
  }
  .select select {
    padding-right: 2em;
  }
}

.c-btn {
  display: inline-block;
  vertical-align: middle;
  padding: 0.375em 1em;
  -webkit-transition: background-color 0.15s ease-out, color 0.15s ease-out;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: 1px solid transparent;
  border-radius: 0;
  background-color: #3e537c;
  color: #fff;
}

.c-btn:hover, .c-btn:focus {
  outline: 0;
  text-decoration: none;
  background-color: #2d3c5a;
  color: #fff;
}

.c-btn:active {
  background-color: #025aa5;
  color: #fff;
}

.c-btn.disabled, .c-btn[disabled] {
  opacity: 0.65;
  cursor: default;
  pointer-events: none;
}

.table, .ce-table, .contenttable {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.table th,
.table td, .ce-table th,
.ce-table td, .contenttable th,
.contenttable td {
  padding: 0.4em 0.6em;
  border-bottom: 1px solid #dedede;
  vertical-align: top;
}

.table th, .ce-table th, .contenttable th {
  text-align: left;
}

.table thead th, .ce-table thead th, .contenttable thead th {
  border-bottom-width: 2px;
  vertical-align: bottom;
}

.table tbody tr:nth-child(2n+1), .ce-table tbody tr:nth-child(2n+1), .contenttable tbody tr:nth-child(2n+1) {
  background-color: transparent;
}

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

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

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

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.small {
  font-size: 80% !important;
}

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

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

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

.text-hide {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  text-shadow: none;
}

.text-truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.text-hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.invisible {
  visibility: hidden !important;
}

.hidden {
  display: none !important;
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-sm-up {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-md-up {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

@media (max-width: 24.99em) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}

@media (min-width: 25em) and (max-width: 42.49em) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
}

@media (min-width: 42.5em) and (max-width: 59.99em) {
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
}

@media (min-width: 60em) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
}

@media (min-width: 25em) {
  .hidden-sm-up {
    display: none !important;
  }
  .visible-sm-up {
    display: block !important;
  }
}

@media (min-width: 42.5em) {
  .hidden-md-up {
    display: none !important;
  }
  .visible-md-up {
    display: block !important;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
  white-space: inherit;
}

/*! Pusha v1.0.0 | MIT License | https://github.com/slavanga/pusha */
body {
  overflow-x: hidden;
}

.pusha-animated,
.pusha-animated body {
  overflow: hidden;
}

.pusha-wrapper,
.pusha-push {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.pusha-wrapper {
  position: relative;
  z-index: 200;
  height: 100%;
  background-color: inherit;
}

.pusha-panel {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  will-change: transform;
}

.pusha-panel--left {
  width: 260px;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 200;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.05s linear 0.3s, -webkit-transform 0.3s ease;
  transition: visibility 0s linear 0.3s, opacity 0.05s linear 0.3s, -webkit-transform 0.3s ease;
  transition: visibility 0s linear 0.3s, opacity 0.05s linear 0.3s, transform 0.3s ease;
  transition: visibility 0s linear 0.3s, opacity 0.05s linear 0.3s, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.pusha-panel--left.pusha-panel--active ~ .pusha-push,
.pusha-panel--left.pusha-panel--active ~ .pusha-blocker,
.pusha-panel--left.pusha-panel--active ~ .pusha-wrapper {
  -webkit-transform: translateX(260px);
      -ms-transform: translateX(260px);
          transform: translateX(260px);
}

.pusha-panel--left.pusha-panel--active {
  -webkit-transition: opacity 0.05s, -webkit-transform 0.3s ease;
  transition: opacity 0.05s, -webkit-transform 0.3s ease;
  transition: opacity 0.05s, transform 0.3s ease;
  transition: opacity 0.05s, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.pusha-panel--right {
  width: 260px;
  height: 100%;
  background-color: #fdec03;
  top: 0;
  right: 0;
  z-index: 200;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.05s linear 0.3s, -webkit-transform 0.3s ease;
  transition: visibility 0s linear 0.3s, opacity 0.05s linear 0.3s, -webkit-transform 0.3s ease;
  transition: visibility 0s linear 0.3s, opacity 0.05s linear 0.3s, transform 0.3s ease;
  transition: visibility 0s linear 0.3s, opacity 0.05s linear 0.3s, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.pusha-panel--right.pusha-panel--active ~ .pusha-push,
.pusha-panel--right.pusha-panel--active ~ .pusha-blocker,
.pusha-panel--right.pusha-panel--active ~ .pusha-wrapper {
  -webkit-transform: translateX(-260px);
      -ms-transform: translateX(-260px);
          transform: translateX(-260px);
}

.pusha-panel--right.pusha-panel--active {
  -webkit-transition: opacity 0.05s, -webkit-transform 0.3s ease;
  transition: opacity 0.05s, -webkit-transform 0.3s ease;
  transition: opacity 0.05s, transform 0.3s ease;
  transition: opacity 0.05s, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.pusha-panel--active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

.pusha-panel__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
}

.pusha-panel--active .pusha-panel__content {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
}

.pusha-blocker {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 210;
  width: 100%;
  height: 100%;
  background-color: rgba(62, 83, 124, 0.75);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: visibility 0s linear 0.3s, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: visibility 0s linear 0.3s, transform 0.3s ease, opacity 0.3s ease;
  transition: visibility 0s linear 0.3s, transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.pusha-active .pusha-blocker {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

@font-face {
  font-family: 'lg';
  src: url("../Fonts/lg.eot?n1z373");
  src: url("../Fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../Fonts/lg.woff?n1z373") format("woff"), url("../Fonts/lg.ttf?n1z373") format("truetype"), url("../Fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.group {
  *zoom: 1;
}

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../Images/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.row--no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row--no-gutter > .col {
  padding-left: 0;
  padding-right: 0;
}

.row--no-margin .col {
  margin-bottom: 0;
}

.col {
  margin-bottom: 1.875rem;
}

.col:last-child {
  margin-bottom: 0;
}

@media (min-width: 42.5em) {
  .col {
    margin-bottom: 0;
  }
}

.col--stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.col--stretch > * {
  min-height: 1px;
}

.col--separator {
  margin-bottom: 0.9375rem;
}

.col--separator > * {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.9375rem;
}

@media (min-width: 42.5em) {
  .col--separator {
    margin-bottom: 0;
    border-right: 1px solid #ccc;
  }
  .col--separator > * {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

.col--separator:last-child {
  border-right: 0;
}

.col--separator:last-child > * {
  border-bottom: 0;
  padding-bottom: 0;
}

.lazy {
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  display: inherit;
  pointer-events: none;
}

.lazy img {
  width: 100%;
  height: auto;
}

.lazy--hide {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.c-page__header {
  padding: 0.46875rem 0;
}

@media (min-width: 42.5em) {
  .c-page__header {
    padding: 0.9375rem 0;
  }
}

.c-page__header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-logo {
  display: block;
}

.c-logo img {
  width: auto;
  max-height: 50px;
}

@media (min-width: 42.5em) {
  .c-logo img {
    max-height: 75px;
  }
}

.c-page__footer {
  margin-top: 3.75rem;
}

.c-footer__bottom {
  background: #fdec03;
  padding: 0.9375rem 0;
  margin-top: 0.9375rem;
  font-size: 0.75rem;
  text-align: center;
}

@media (min-width: 42.5em) {
  .c-footer__bottom {
    text-align: left;
  }
}

.c-section {
  margin: 1.875rem 0;
}

.c-headline--border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 0.9375rem;
}

.c-headline--border:after {
  content: '';
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px solid #3e537c;
  margin-left: 0.625rem;
}

.c-headline--border > * {
  margin-bottom: 0;
}

.c-table--info td:first-child {
  width: 100%;
}

.c-table--info td:not(:first-child) {
  white-space: nowrap;
}

.c-menu-main {
  margin-left: auto;
  padding-left: 1.875rem;
  font-size: 1rem;
}

.c-menu-main__list {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-menu-main__list > li {
  margin-right: 1.25rem;
}

@media (min-width: 60em) {
  .c-menu-main__list > li {
    margin-right: 1.875rem;
  }
}

.c-menu-main__list > li:last-child {
  margin-right: 0;
}

.c-menu-main__list > li.active span {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: -webkit-linear-gradient(currentColor, currentColor);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  -webkit-background-size: 1px 1px;
          background-size: 1px 1px;
  background-repeat: repeat-x;
}

.c-menu-main__list > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 75px;
  color: #333;
  text-decoration: none;
}

.c-menu-main__list > li > a:hover span, .c-menu-main__list > li > a:focus span {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: -webkit-linear-gradient(currentColor, currentColor);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  -webkit-background-size: 1px 1px;
          background-size: 1px 1px;
  background-repeat: repeat-x;
}

.c-menu-mobile {
  padding-bottom: 1.875rem;
  font-size: 1rem;
}

.c-menu-mobile__list {
  padding-left: 0;
  list-style: none;
}

.c-menu-mobile__list > li {
  border-top: 1px solid #fef681;
}

.c-menu-mobile__list > li:last-child {
  border-bottom: 1px solid #fef681;
}

.c-menu-mobile__list > li.active {
  background: #3e537c;
  border-color: #3e537c;
}

.c-menu-mobile__list > li.active + li {
  border-color: #3e537c;
}

.c-menu-mobile__list > li.active a {
  color: #fff;
}

.c-menu-mobile__list > li > a {
  display: block;
  padding: 0.9375rem;
  color: #3e537c;
  text-decoration: none;
}

.c-menu-footer {
  margin-bottom: 10px;
  text-align: center;
}

@media (min-width: 42.5em) {
  .c-menu-footer {
    margin-bottom: 0;
    text-align: right;
  }
}

.c-menu-footer__list {
  padding-left: 0;
  list-style: none;
}

.c-menu-footer__list > li {
  margin-right: 1.875rem;
}

.c-menu-footer__list > li:last-child {
  margin-right: 0;
}

.c-menu-footer__list > li.active span {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: -webkit-linear-gradient(currentColor, currentColor);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  -webkit-background-size: 1px 1px;
          background-size: 1px 1px;
  background-repeat: repeat-x;
}

.c-menu-footer__list > li > a {
  color: #333;
  text-decoration: none;
}

.c-menu-footer__list > li > a:hover span, .c-menu-footer__list > li > a:focus span {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: -webkit-linear-gradient(currentColor, currentColor);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  -webkit-background-size: 1px 1px;
          background-size: 1px 1px;
  background-repeat: repeat-x;
}

.c-menu__toggle {
  margin-left: auto;
  padding: 0.9375rem 0 0.9375rem 0.9375rem;
}

.pusha-panel .c-menu__toggle {
  padding: 1.4375em 0.9375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-burger {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.c-burger, .c-burger::before, .c-burger::after {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #333;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.c-burger::before, .c-burger::after {
  position: absolute;
  content: "";
}

.c-burger::before {
  top: -8px;
}

.c-burger::after {
  top: 8px;
}

.c-burger--cross {
  background-color: transparent;
}

.c-burger--cross::before, .c-burger--cross::after {
  background-color: #3e537c;
}

.c-burger--cross::before {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.c-burger--cross::after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.c-teaser {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.75rem;
}

.c-teaser__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 2px solid #3e537c;
  padding: 0.9375rem;
}

.c-teaser--filled .c-teaser__content {
  background: #3e537c;
  color: #fff;
}

.c-teaser--image .c-teaser__content {
  border-width: 0;
  border-bottom-width: 2px;
}

.c-teaser__title:not(:only-child) {
  margin-bottom: 0.625rem;
}

.c-teaser__title > * {
  margin-bottom: 0;
}

.c-teaser__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-teaser__text p {
  margin-bottom: 0.5rem;
}

.c-teaser__button {
  margin-top: auto;
  padding-top: 0.9375rem;
}

.c-teaser--filled .c-teaser__button a {
  background: #fdec03;
  color: #3e537c;
}

.c-teaser--filled .c-teaser__button a:hover, .c-teaser--filled .c-teaser__button a:focus {
  background: #fff;
}

.c-sponsor__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ccc;
  padding-top: 0.9375rem;
}

.c-sponsor__item {
  -webkit-flex-basis: 33.33333333%;
      -ms-flex-preferred-size: 33.33333333%;
          flex-basis: 33.33333333%;
  padding: 0 0.9375rem 0.9375rem;
}

@media (min-width: 42.5em) {
  .c-sponsor__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.c-sponsor__item img {
  display: block;
  width: auto;
  max-height: 40px;
  margin: 0 auto;
}

.c-slider {
  position: relative;
}

.c-slider__frame {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.c-slider__slides {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-slider__slides li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  position: relative;
  display: block;
}

.c-slider__prev,
.c-slider__next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-slider__prev svg,
.c-slider__next svg {
  width: 30px;
  height: 30px;
  background: #fdec03;
}

@media (min-width: 42.5em) {
  .c-slider__prev svg,
  .c-slider__next svg {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 60em) {
  .c-slider__prev svg,
  .c-slider__next svg {
    width: 50px;
    height: 50px;
  }
}

.c-slider__prev {
  left: 0;
}

.c-slider__next {
  right: 0;
}

.c-news__item {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-news__link {
  margin-top: auto;
  padding-top: 5px;
}

.news-img-wrap .outer {
  margin-bottom: 0.9375rem;
}

.news-img-wrap .outer:last-child {
  margin-bottom: 0;
}

.powermail_form > h3,
.powermail_legend {
  display: none;
}

.powermail_form.nolabel .powermail_fieldwrap_type_input label,
.powermail_form.nolabel .powermail_fieldwrap_type_textarea label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
}

.powermail_fieldset {
  margin-left: -0.46875rem;
  margin-right: -0.46875rem;
  margin-bottom: 0;
}

.powermail_fieldset .col {
  padding-left: 0.46875rem;
  padding-right: 0.46875rem;
}

.powermail_fieldwrap {
  margin-bottom: 1em;
}

.powermail_fieldwrap:last-child {
  margin-bottom: 0;
}

.powermail_fieldwrap h3 {
  margin-bottom: 0;
}

.powermail_fieldwrap_required label {
  font-weight: bold;
}

.powermail_fieldwrap_required [placeholder].placeholder {
  font-weight: bold;
}

.powermail_fieldwrap_required [placeholder]::-webkit-input-placeholder {
  font-weight: bold;
}

.powermail_fieldwrap_required [placeholder]::-moz-placeholder {
  font-weight: bold;
}

.powermail_fieldwrap_required [placeholder]::-ms-input-placeholder {
  font-weight: bold;
}

.powermail_fieldwrap_required [placeholder]::placeholder {
  font-weight: bold;
}

@media (min-width: 25em) {
  .powermail_fieldwrap_inline.powermail_fieldwrap_type_check .powermail_field, .powermail_fieldwrap_inline.powermail_fieldwrap_type_radio .powermail_field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: -5px;
  }
  .powermail_fieldwrap_inline.powermail_fieldwrap_type_check .powermail_field .radio,
  .powermail_fieldwrap_inline.powermail_fieldwrap_type_check .powermail_field .checkbox, .powermail_fieldwrap_inline.powermail_fieldwrap_type_radio .powermail_field .radio,
  .powermail_fieldwrap_inline.powermail_fieldwrap_type_radio .powermail_field .checkbox {
    margin: 0 15px 5px 0;
  }
  .powermail_fieldwrap_inline.powermail_fieldwrap_type_check .powermail_field .radio:last-child,
  .powermail_fieldwrap_inline.powermail_fieldwrap_type_check .powermail_field .checkbox:last-child, .powermail_fieldwrap_inline.powermail_fieldwrap_type_radio .powermail_field .radio:last-child,
  .powermail_fieldwrap_inline.powermail_fieldwrap_type_radio .powermail_field .checkbox:last-child {
    margin-right: 0;
  }
}

.parsley-errors-list {
  padding-left: 0;
  list-style: none;
  margin: 5px 0 0;
  font-size: 0.875em;
  color: #c00;
}

.parsley-errors-list:empty {
  display: none;
}

input[type="email"].parsley-error, input[type="number"].parsley-error, input[type="password"].parsley-error, input[type="search"].parsley-error, input[type="tel"].parsley-error, input[type="text"].parsley-error, input[type="url"].parsley-error, input[type="date"].parsley-error, textarea.parsley-error, select.parsley-error {
  border-color: #c00;
}

.parsley-error > label {
  color: #c00;
}

.parsley-error input[type="checkbox"] + label::before,
.parsley-error input[type="radio"] + label::before {
  border-color: #c00;
}

.parsley-error input[type="checkbox"] + label:hover::before,
.parsley-error input[type="checkbox"]:focus + label::before,
.parsley-error input[type="radio"] + label:hover::before,
.parsley-error input[type="radio"]:focus + label::before {
  border-color: #c00;
}

.parsley-error.powermail_field_error_container {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

/* Progress Bar for AJAX Submit */
.powermail_progressbar {
  width: 100%;
  height: 5px;
  float: right;
  border: 1px solid #EEEEEE;
  clear: both;
  margin-top: 10px;
}

.powermail_progressbar.disable {
  display: none;
}

.powermail_progressbar > .powermail_progress {
  background: #1E5799;
  width: 0%;
  max-width: 100%;
  -webkit-animation: progress 5s 1 forwards;
          animation: progress 5s 1 forwards;
}

.powermail_progressbar > .powermail_progress > .powermail_progess_inner {
  height: 5px;
  width: 100%;
  overflow: hidden;
  background: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_loading.gif") repeat-x;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
}

@-webkit-keyframes progress {
  from {
  }
  to {
    width: 100%;
  }
}

@keyframes progress {
  from {
  }
  to {
    width: 100%;
  }
}

.ce-wrapper,
.frame {
  margin-bottom: 1.875rem;
}

.ce-wrapper:last-child,
.frame:last-child {
  margin-bottom: 0;
}

.ce-gallery {
  margin-bottom: 1.875rem;
}

.ce-gallery:last-child {
  margin-bottom: 0;
}

.ce-gallery img {
  display: block;
}

.ce-center .ce-gallery img {
  margin: 0 auto;
}

.ce-right .ce-gallery img {
  margin-left: auto;
}

.ce-bodytext a {
  text-decoration: underline;
}

.table-responsive {
  display: block;
  overflow-y: auto;
}

.is-video-initialized,
.embed__poster {
  z-index: 200;
}

.embed__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  outline: none;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  text-indent: -999em;
  overflow: hidden;
}

.embed__poster:before, .embed__poster:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: border-width 0.3s, background-color 0.3s;
  transition: border-width 0.3s, background-color 0.3s;
}

.embed__poster:before {
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border: 3px solid #fff;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
}

.embed__poster:after {
  width: 0;
  height: 0;
  margin: -20px 0 0 -10px;
  border-left: 30px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.embed__poster:hover:before, .embed__poster:focus:before {
  border-width: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}

.is-video-initialized .embed__poster {
  opacity: 0;
  visibility: hidden;
}

.cover-object {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
}

.map p:last-child {
  margin-bottom: 0;
}

.map:before {
  padding-bottom: 60%;
}

.u-text-uppercase {
  text-transform: uppercase !important;
}

.u-text--small {
  font-size: 0.75rem;
}

.u-space {
  margin-bottom: 1.875rem;
}

.u-nospace {
  margin-bottom: 0;
}

.u-space-xs {
  margin-bottom: 1.875rem;
}

.u-nospace-xs {
  margin-bottom: 0;
}

@media (min-width: 25em) {
  .u-space-sm {
    margin-bottom: 1.875rem;
  }
  .u-nospace-sm {
    margin-bottom: 0;
  }
}

@media (min-width: 42.5em) {
  .u-space-md {
    margin-bottom: 1.875rem;
  }
  .u-nospace-md {
    margin-bottom: 0;
  }
}

@media (min-width: 60em) {
  .u-space-lg {
    margin-bottom: 1.875rem;
  }
  .u-nospace-lg {
    margin-bottom: 0;
  }
}

@media (min-width: 25em) {
  .u-space-sm-up {
    margin-bottom: 1.875rem;
  }
  .u-nospace-sm-up {
    margin-bottom: 0;
  }
}

@media (min-width: 42.5em) {
  .u-space-md-up {
    margin-bottom: 1.875rem;
  }
  .u-nospace-md-up {
    margin-bottom: 0;
  }
}

.u-link--arrow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.u-link--arrow:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 0.25rem;
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M49.28 23.704l-6.24-4.678c-.466-.356-1.106-.412-1.63-.147-.53.264-.864.804-.864 1.393v3.12h-3.228c-.546-8.578-5.47-16.19-13.224-20.105-.218-.11-.458-.17-.702-.17-.857 0-1.56-.697-1.56-1.558 0-.86-.698-1.56-1.56-1.56-.86 0-1.558.7-1.558 1.56 0 .764.234 1.45.558 2.086L7.052 18.714H1.56c-.577 0-1.104.318-1.372.823-.275.51-.244 1.123.074 1.6l2.542 3.815-2.542 3.814c-.32.477-.35 1.092-.074 1.6.268.505.795.823 1.372.823h5.492L19.27 46.256c-.322.636-.556 1.322-.556 2.086 0 .86.7 1.56 1.56 1.56.86 0 1.56-.7 1.56-1.56 0-.86.7-1.56 1.558-1.56.244 0 .484-.058.705-.168C31.85 42.7 36.777 35.088 37.32 26.51h3.226v3.12c0 .59.334 1.13.86 1.394.226.112.463.165.7.165.33 0 .66-.107.935-.313l6.24-4.678c.392-.294.623-.76.623-1.248 0-.49-.23-.955-.624-1.248zM4.475 28.07l1.5-2.255c.35-.523.35-1.203 0-1.727l-1.5-2.255h2.676l3.12 3.12-3.12 3.117H4.476zM22.98 43.684c-.514.043-.99.21-1.447.408L9.893 29.74l3.23-3.23h21.08c-.534 7.287-4.69 13.752-11.222 17.174zm-9.858-20.292l-3.228-3.228L21.534 5.81c.455.2.932.366 1.447.41 6.532 3.42 10.69 9.886 11.222 17.172h-21.08zm30.543 3.12v-3.12l2.08 1.56-2.08 1.56z' fill-rule='nonzero' fill='%233e537c'/%3E %3C/svg%3E");
  -webkit-background-size: 10px 10px;
          background-size: 10px 10px;
}
