@charset "UTF-8";
@import url(../../../Fonts/Open_Sans_300_400_600_.css);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

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

/*
******************************
** Media Query Mixin
******************************
*/
/*
** Color Values
*/
/* light background*/
/* blue background*/
/* grey background */
/*
** Font Sizes
*/
/*
** Line height
*/
/*
** Spacing
 */
/*
** Fonts
*/
/*
** Width Variables
*/
/*
** Animation
 */
/**
** Important definitions
 */
/* includes spacing */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  padding: 0;
  margin: 0; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

button {
  background: none;
  border: 0; }

button:focus {
  outline: 0; }

/**
 * 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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  outline: none;
  border: none; }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*!
 * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

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

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

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

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

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

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

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

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

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

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

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

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

/*
** Color Values
*/
/* light background*/
/* blue background*/
/* grey background */
/*
** Font Sizes
*/
/*
** Line height
*/
/*
** Spacing
 */
/*
** Fonts
*/
/*
** Width Variables
*/
/*
** Animation
 */
/**
** Important definitions
 */
/* includes spacing */
/*
******************************
** Fonts
******************************
*/
/*
******************************
** Basic Definitions
******************************
*/
.paragraph,
p {
  color: #2c3e50;
  font-size: 14px;
  line-height: 24px; }

b,
strong {
  font-weight: 600; }

*:not(div) + p {
  margin-top: 18px; }

*:not(div) + p:not(:last-child) {
  margin-bottom: 18px; }

.ce-headline-center,
.align-center {
  text-align: center; }

.ce-headline-right,
.align-right {
  text-align: right; }

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Sans-Serif, Regular;
  line-height: 24px;
  margin-bottom: 18px; }

*:not(div) + .h1, *:not(div) + .h2, *:not(div) + .h3, *:not(div) + .h4, *:not(div) + .h5, *:not(div) + .h6,
*:not(div) + h1, *:not(div) + h2, *:not(div) + h3, *:not(div) + h4, *:not(div) + h5, *:not(div) + h6 {
  margin-top: 18px; }

.h1,
h1 {
  font-size: 38px;
  line-height: 50px; }

h2,
.h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 50px; }

.h3,
h3 {
  font-size: 26px; }

.h4, h4 {
  font-size: 18px; }

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

/*
******************************
** List styles
******************************
*/
ul.default-list > li,
.news-text-wrap ul > li,
.ce-bodytext ul > li {
  position: relative;
  padding-left: 20px;
  font-family: "Open Sans", Sans-Serif, Regular;
  font-size: 14px;
  line-height: 24px; }
  ul.default-list > li:before,
  .news-text-wrap ul > li:before,
  .ce-bodytext ul > li:before {
    content: "\f105";
    position: absolute;
    top: 1px;
    left: 0;
    font-family: "FontAwesome";
    font-size: 16px;
    color: #033c77; }

/*
******************************
** Link styles
******************************
*/
a {
  color: #033c77;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  word-break: break-word; }
  a:focus {
    outline: 0; }
  a:hover {
    color: #0b72b5; }

button {
  line-height: inherit; }

.button--block, .button--border {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  transition: background 0.3s ease-out, border 0.3s ease-out, color 0.3s ease-out, box-shadow 0.3s ease-out, transform 0.3s ease-out; }
  .button--block:hover, .button--border:hover {
    transition: background 0.3s ease-in, border 0.3s ease-in, color 0.3s ease-in, box-shadow 0.3s ease-in, transform 0.3s ease-in; }

.button--block {
  padding: 15px 30px;
  border-radius: 4px;
  box-shadow: 2px 2px #6A7781;
  transform: translate(0, 0); }
  .button--block:hover {
    box-shadow: 0 0 #6A7781;
    transform: translate(2px, 2px); }
  .button--block.w-100 {
    width: 100%;
    text-align: center; }

.button--border {
  padding: 9px 28px;
  border-radius: 6px;
  border: 2px transparent solid;
  transform-origin: 50% 50% 50%;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-filter: blur(0); }
  .button--border:hover {
    transform: scale(0.97) translateZ(0); }
  .button--border.w-100 {
    width: 100%;
    text-align: center; }

.button--slim-border {
  display: inline-block;
  padding: 15px 40px;
  color: #272727;
  border: 1px solid #6A7781;
  background: transparent;
  text-transform: uppercase;
  transition: background 0.6s ease-out, color 0.6s ease-out; }
  .button--slim-border:hover {
    background: #6A7781;
    color: white !important; }
  .button--slim-border.w-100 {
    width: 100%;
    text-align: center; }

.button--block {
  background: #033c77;
  color: #ffffff; }
  .button--block:hover {
    color: #ffffff;
    background: #0b72b5; }

.button--border {
  color: #033c77;
  border-color: #033c77; }
  .button--border:hover {
    color: #0b72b5;
    border-color: #0b72b5; }

/**
** has to overrule style if there is one before
 */
body .style--grey .button--block,
[class*=' style--'] .style--grey .button--block {
  background: #033c77;
  color: #ffffff; }
  body .style--grey .button--block:hover,
  [class*=' style--'] .style--grey .button--block:hover {
    color: #ffffff;
    background: #0b72b5; }

body .style--grey .button--block,
[class*=' style--'] .style--grey .button--block {
  background: #ffffff;
  color: #6A7781; }
  body .style--grey .button--block:hover,
  [class*=' style--'] .style--grey .button--block:hover {
    color: #ffffff;
    background: #033c77; }

body .style--light .button--block,
body .style--white .button--block,
[class*=' style--'] .style--light .button--block,
[class*=' style--'] .style--white .button--block {
  background: #033c77;
  color: #ffffff; }
  body .style--light .button--block:hover,
  body .style--white .button--block:hover,
  [class*=' style--'] .style--light .button--block:hover,
  [class*=' style--'] .style--white .button--block:hover {
    color: #ffffff;
    background: #0b72b5; }

body .style--light .button--border,
body .style--white .button--border,
[class*=' style--'] .style--light .button--border,
[class*=' style--'] .style--white .button--border {
  color: #033c77;
  border-color: #033c77; }
  body .style--light .button--border:hover,
  body .style--white .button--border:hover,
  [class*=' style--'] .style--light .button--border:hover,
  [class*=' style--'] .style--white .button--border:hover {
    color: #0b72b5;
    border-color: #0b72b5; }

body .style--blue .button--border,
[class*=' style--'] .style--blue .button--border {
  color: #ffffff;
  border-color: #ffffff; }
  body .style--blue .button--border:hover,
  [class*=' style--'] .style--blue .button--border:hover {
    color: #dadada;
    border-color: #dadada; }

body .style--blue .button--block,
[class*=' style--'] .style--blue .button--block {
  background: #ffffff;
  color: #033c77; }
  body .style--blue .button--block:hover,
  [class*=' style--'] .style--blue .button--block:hover {
    color: #033c77;
    background: #dadada; }

/*
******************************
** Basic Project Styles
******************************
*/
* {
  box-sizing: border-box; }

html {
  font-size: 14px;
  color: #2c3e50;
  font-family: "Open Sans", Sans-Serif, Regular;
  line-height: 24px;
  height: 100%; }

body {
  position: relative;
  font-family: "Open Sans", Sans-Serif, Regular;
  width: 100%;
  min-height: 100%; }

/* Fixed footer (variable height)*/
body.scrolled #main-content {
  padding-top: 80px; }

#main-content {
  padding-top: 115px;
  transition: padding 0.15s cubic-bezier(0.04, 0.83, 1, 1);
  padding-bottom: 54px; }
  @media screen and (max-width: 992px) {
    #main-content {
      padding-bottom: 100px; } }

footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0; }

table {
  width: 100%; }
  table th {
    background: #beccd8; }
  table th, table td {
    text-align: left;
    border: 1px solid #beccd8;
    padding: 10px; }

/*
******************************
** Global Styles
******************************
*/
.row.align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.row.small-gutter {
  margin-left: -.5rem;
  margin-right: -.5rem; }
  .row.small-gutter > [class^="col-"],
  .row.small-gutter > [class*=' col-'] {
    padding-left: .5rem;
    padding-right: .5rem; }

/*
** Spacings
 */
.frame-space-before-extra-small {
  padding-top: 15px; }

.frame-space-after-extra-small {
  padding-bottom: 15px; }

.margin-space-before-extra-small {
  margin-top: 15px; }

.margin-space-after-extra-small {
  margin-bottom: 15px; }

.frame-space-before-small {
  padding-top: 30px; }

.frame-space-after-small {
  padding-bottom: 30px; }

.margin-space-before-small {
  margin-top: 30px; }

.margin-space-after-small {
  margin-bottom: 30px; }

.frame-space-before-medium {
  padding-top: 60px; }

.frame-space-after-medium {
  padding-bottom: 60px; }

.margin-space-before-medium {
  margin-top: 60px; }

.margin-space-after-medium {
  margin-bottom: 60px; }

.frame-space-before-large {
  padding-top: 90px; }

.frame-space-after-large {
  padding-bottom: 90px; }

.margin-space-before-large {
  margin-top: 90px; }

.margin-space-after-large {
  margin-bottom: 90px; }

.frame-space-before-extra-large {
  padding-top: 120px; }

.frame-space-after-extra-large {
  padding-bottom: 120px; }

.margin-space-before-extra-large {
  margin-top: 120px; }

.margin-space-after-extra-large {
  margin-bottom: 120px; }

/**
** Backgrounds
 */
.grey--ellipse {
  background: radial-gradient(ellipse at 24% 53%, #bdc9d0 23%, #88969f 105%); }

/**
** Divider
 */
.divider {
  position: relative;
  display: block;
  height: 3px;
  width: 50%;
  margin-bottom: 24px;
  background: #6A7781; }
  .divider:after {
    content: "";
    position: absolute;
    width: 38%;
    top: 0;
    bottom: 0;
    left: 0;
    background: #033c77; }

/**
** Pageination
 */
.default-pagination {
  margin-top: 18px; }
  .default-pagination li {
    display: inline-block;
    font-size: 16px;
    margin-right: 4px;
    font-weight: 600; }

/**
** Text & Media
 */
.ce-gallery.ce-center {
  text-align: center; }

.ce-gallery.ce-right {
  text-align: right; }

.frame-type-textmedia .ce-gallery .row > div {
  margin-bottom: 30px; }

.frame-type-textmedia .ce-bodytext + .ce-gallery .row > div:last-child {
  margin-bottom: 0; }

figcaption {
  margin-top: 0.4rem;
  font-size: 14px;
  line-height: 18px;
  color: #2c3e50; }

@media screen and (min-width: 768px) {
  .ce-intext-right,
  .ce-intext-left {
    padding: 2px; }
    .ce-intext-right:after,
    .ce-intext-left:after {
      content: "";
      clear: both; }
  .ce-intext-left {
    float: left; }
  .ce-intext-right {
    float: right; } }

.vertical-align-middle:after, .vertical-align-middle img {
  display: inline-block;
  vertical-align: middle; }

.vertical-align-middle:after {
  content: "";
  height: 100%; }

.ce-gallery .video-embed a.youtube-iframe {
  position: relative;
  display: inline-block; }
  .ce-gallery .video-embed a.youtube-iframe img {
    display: block; }
  .ce-gallery .video-embed a.youtube-iframe:not(.active):before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1; }
  .ce-gallery .video-embed a.youtube-iframe:not(.active):after {
    content: "\f04b";
    position: absolute;
    top: calc(50% - 30px);
    left: 0;
    width: 100%;
    text-align: center;
    font-family: "FontAwesome";
    font-size: 60px;
    color: white;
    transform: scale(1);
    transition: transform 0.3s ease;
    z-index: 10; }
  .ce-gallery .video-embed a.youtube-iframe:hover:after {
    transform: scale(1.1); }

/**
** ce-uploads
 */
.ce-uploads li a {
  display: block; }
  .ce-uploads li a .img {
    padding: 5px;
    border: 1px solid #f3f3f3; }
  .ce-uploads li a .description {
    margin-top: 12px;
    font-size: 12px;
    line-height: 12px; }
    .ce-uploads li a .description .fileData {
      margin-top: 5px; }
      .ce-uploads li a .description .fileData .fileType {
        text-transform: uppercase;
        margin-right: 3px; }
      .ce-uploads li a .description .fileData span {
        display: inline-block; }

/**
** Form elements
 */
textarea {
  resize: none; }

input[type=date], input[type=email], input[type=password], input[type=text], select, textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #dadada;
  border-radius: 5px;
  background: #ffffff;
  font-family: "Open Sans", Sans-Serif, Regular;
  color: #6A7781;
  box-sizing: border-box; }
  input[type=date]:focus, input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, select:focus, textarea:focus {
    outline: 0; }
  input[type=date]:disabled, input[type=email]:disabled, input[type=password]:disabled, input[type=text]:disabled, select:disabled, textarea:disabled {
    background: #ececec; }

input[type=file] {
  width: 100%; }

/**
** .select-container
**    select
**    .select-overlay
 */
.select-container {
  position: relative;
  background: white;
  border-radius: 4px; }
  .select-container select {
    position: relative;
    padding: 15px 60px 15px 15px;
    border: 1px solid #dadada;
    border-radius: 4px;
    background: transparent;
    transition: background 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 11; }
    .select-container select:disabled {
      background: rgba(218, 218, 218, 0.5); }
  .select-container .select-overlay {
    position: absolute;
    width: 47px;
    height: 47px;
    top: 1px;
    right: 1px;
    padding: 17px;
    border-left: 1px solid #dadada;
    background: transparent;
    z-index: 10; }
  .select-container .select-overlay:after {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 12px;
    color: #6A7781;
    z-index: 10; }
  .select-container:hover select:not(:disabled) {
    background: rgba(243, 243, 243, 0.5); }
  .select-container.loading .select-overlay {
    background: white;
    z-index: 15; }
  .select-container.loading .select-overlay:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 12px;
    height: 25px;
    width: 25px;
    display: block;
    border: 5px solid #c9c9c9;
    border-top: 4px solid #033c77;
    border-radius: 50%;
    -webkit-animation: a 2s linear infinite;
    animation: a 2s linear infinite; }
  .select-container.loading .select-overlay:after {
    opacity: 0; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/**
** label.check-radio-container
**    input[type="radio / checkbox"]
**    span
*/
.check-radio-container {
  position: relative; }
  .check-radio-container input[type="radio"],
  .check-radio-container input[type="checkbox"] {
    position: absolute;
    left: 3px;
    z-index: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none; }
  .check-radio-container input[type="radio"] {
    top: 3px; }
  .check-radio-container input[type="checkbox"] {
    top: 4px;
    scroll-margin-top: 200px; }
  .check-radio-container span {
    font-size: 16px;
    line-height: 24px; }
  .check-radio-container input[type="radio"] + span:before,
  .check-radio-container input[type="checkbox"] + span:before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    background: #dadada;
    border: 2px rgba(44, 62, 80, 0.05) solid;
    margin-top: -3px;
    transition: background .3s;
    z-index: 10; }
  .check-radio-container input[type="radio"]:checked + span:before,
  .check-radio-container input[type="checkbox"]:checked + span:before {
    background: #6A7781; }
  .check-radio-container input[type="radio"] + span:before {
    border-radius: 50%; }

.grecaptcha-badge {
  visibility: hidden; }

/**
** Colored Background
** Class | background color | text color | link highlight
 */
/**
  ** if there's already a background before the current
   */
.frame-gridelements[class*=' style--'] .frame-gridelements.style--white {
  padding: 15px; }

.background-image > .container > .row.style--white {
  background-color: #ffffff; }

.style--white {
  background-color: #ffffff; }
  .style--white, .style--white > div.row {
    color: #2c3e50; }
    .style--white a, .style--white p, .style--white > div.row a, .style--white > div.row p {
      color: #2c3e50; }

/**
  ** if there's already a background before the current
   */
.frame-gridelements[class*=' style--'] .frame-gridelements.style--light {
  padding: 15px; }

.background-image > .container > .row.style--light {
  background-color: #f3f3f3; }

.style--light {
  background-color: #f3f3f3; }
  .style--light, .style--light > div.row {
    color: #2c3e50; }
    .style--light a, .style--light p, .style--light > div.row a, .style--light > div.row p {
      color: #2c3e50; }
    .style--light a:hover, .style--light > div.row a:hover {
      color: #0b72b5; }

/**
  ** if there's already a background before the current
   */
.frame-gridelements[class*=' style--'] .frame-gridelements.style--grey {
  padding: 15px; }

.background-image > .container > .row.style--grey {
  background-color: #dcdedf; }

.style--grey {
  background-color: #dcdedf; }
  .style--grey, .style--grey > div.row {
    color: #2c3e50; }
    .style--grey a, .style--grey p, .style--grey > div.row a, .style--grey > div.row p {
      color: #2c3e50; }

/**
  ** if there's already a background before the current
   */
.frame-gridelements[class*=' style--'] .frame-gridelements.style--blue {
  padding: 15px; }

.background-image > .container > .row.style--blue {
  background-color: #033c77; }

.style--blue {
  background-color: #033c77; }
  .style--blue, .style--blue > div.row {
    color: #ffffff; }
    .style--blue a, .style--blue p, .style--blue > div.row a, .style--blue > div.row p {
      color: #ffffff; }
    .style--blue a:hover, .style--blue > div.row a:hover {
      color: #c9c9c9; }

/**
* One column with header image
**/
.background-image > .container {
  margin-top: -200px; }
  @media screen and (min-width: 576px) {
    .background-image > .container > .row {
      padding: 0 15px; } }
  @media screen and (max-width: 992px) {
    .background-image > .container {
      margin-top: -100px; } }
  @media screen and (max-width: 576px) {
    .background-image > .container {
      margin-top: 0; } }

.gridelements--image {
  height: 500px;
  width: 100%;
  background-position: center center;
  background-size: cover; }
  @media screen and (max-width: 992px) {
    .gridelements--image {
      height: 250px; } }
  @media screen and (max-width: 576px) {
    .gridelements--image {
      margin-top: 0; } }

/**
* Accordion
**/
.accordion .panel {
  margin-bottom: 5px; }
  .accordion .panel .panel-toggle {
    position: relative;
    padding: 15px 60px 15px 15px;
    margin-bottom: -1px;
    border: 1px solid #dadada;
    border-radius: 4px;
    transition: background 0.3s ease;
    z-index: 1; }
    .accordion .panel .panel-toggle, .accordion .panel .panel-toggle label {
      cursor: pointer; }
    .accordion .panel .panel-toggle label {
      font-size: 15px;
      font-weight: 600; }
    .accordion .panel .panel-toggle:after {
      content: "\f078";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      padding: 17px;
      font-family: "FontAwesome";
      font-size: 12px;
      color: #6A7781;
      border-left: 1px solid #dadada; }
    .accordion .panel .panel-toggle:hover {
      background: #f3f3f3; }
  .accordion .panel .panel-content {
    display: none;
    padding: 5px 15px;
    border: 1px solid #dadada;
    border-radius: 4px; }
    .accordion .panel .panel-content.panel--light a {
      color: #033c77; }
  .accordion .panel.active > .panel-toggle:after {
    content: '\f077'; }

/*
******************************
** Header Styles
******************************
*/
#logo {
  width: 210px;
  height: auto;
  margin-top: 18px;
  margin-left: auto;
  transition: width 0.3s ease-in-out; }
  @media screen and (max-width: 576px) {
    #logo {
      width: 180px;
      margin-top: 20px; } }
  #logo img {
    width: 100%; }

body.scrolled #logo {
  width: 180px;
  margin-top: 20px; }

body.scrolled #header--main #header--container {
  height: 80px; }

#header--main {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #f3f3f3;
  box-shadow: 0px -2px 12px black;
  z-index: 10000; }
  #header--main #header--container {
    position: static;
    height: 115px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    transition: height 0.15s cubic-bezier(0.04, 0.83, 1, 1); }
    #header--main #header--container .header-inner {
      display: flex;
      align-items: center; }
  #header--main .string-sizing-tool,
  #header--main .powador,
  #header--main .kdportal,
  #header--main .webinar {
    height: 23px;
    font-size: 18px;
    font-weight: 600;
    margin-left: 16px;
    color: #2c3e50;
    white-space: nowrap; }
    #header--main .string-sizing-tool .fa-ruler,
    #header--main .string-sizing-tool .fa-desktop,
    #header--main .powador .fa-ruler,
    #header--main .powador .fa-desktop,
    #header--main .kdportal .fa-ruler,
    #header--main .kdportal .fa-desktop,
    #header--main .webinar .fa-ruler,
    #header--main .webinar .fa-desktop {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      height: 26px;
      width: auto;
      max-width: 30px;
      margin-right: 10px;
      background-color: #f3f3f3;
      z-index: 10; }
    #header--main .string-sizing-tool img,
    #header--main .powador img,
    #header--main .kdportal img,
    #header--main .webinar img {
      height: 30px;
      width: auto; }
    #header--main .string-sizing-tool div,
    #header--main .powador div,
    #header--main .kdportal div,
    #header--main .webinar div {
      position: relative;
      width: 0;
      height: 20px;
      overflow: hidden;
      display: inline-block;
      vertical-align: middle;
      transition: width 0.3s ease; }
      #header--main .string-sizing-tool div span,
      #header--main .powador div span,
      #header--main .kdportal div span,
      #header--main .webinar div span {
        position: absolute;
        right: 0;
        white-space: nowrap; }
    @media screen and (max-width: 768px) {
      #header--main .string-sizing-tool,
      #header--main .powador,
      #header--main .kdportal,
      #header--main .webinar {
        display: none; } }
  #header--main .kdportal .icon_kdportal {
    width: 30px; }
    #header--main .kdportal .icon_kdportal path {
      fill: #2c3e50; }
  #header--main .kdportal div {
    margin-bottom: 20px; }

/*
******************************
** Footer Styles
******************************
*/
footer .row > div {
  margin: auto 0; }

footer .content {
  text-align: right; }
  @media screen and (max-width: 992px) {
    footer .content {
      margin-top: 18px; } }

footer .mask_icons .fa {
  font-size: 16px;
  margin-right: 10px; }

#footer-menu li {
  display: inline-block;
  margin: 5px 0; }
  #footer-menu li:not(:last-child):after {
    content: "|";
    color: white;
    font-size: 14px;
    padding: 0 10px; }

body.mainmenu--active {
  overflow: hidden; }
  body.mainmenu--active #mainmenu li.current > .overlay,
  body.mainmenu--active #mainmenu li.active > .overlay {
    transform: translateX(0%);
    visibility: visible;
    opacity: 1; }

#mainmenu--toggle {
  position: relative;
  height: 30px;
  display: flex;
  align-items: center;
  margin-right: 15px;
  padding-right: 25px;
  border-right: 1px solid #272727;
  outline: 0;
  transition: color 0.3s ease; }
  #mainmenu--toggle:hover .burger,
  #mainmenu--toggle:hover .burger:before,
  #mainmenu--toggle:hover .burger:after {
    background-color: #033c77; }
  #mainmenu--toggle:hover span {
    color: #033c77; }
  #mainmenu--toggle .title {
    color: #272727;
    padding-left: 50px;
    font-size: 26px;
    transition: color 0.3s ease; }
  #mainmenu--toggle .burger,
  #mainmenu--toggle .burger:before,
  #mainmenu--toggle .burger:after {
    position: absolute;
    content: "";
    background: #272727;
    border-radius: 3px;
    width: 30px;
    height: 4px;
    transform: rotate(0);
    transition: transform 0.3s ease, background 0.1s ease, top 0.3s ease, background-color 0.3s ease; }
  #mainmenu--toggle .burger {
    top: 13px; }
    #mainmenu--toggle .burger:before {
      top: -8px; }
    #mainmenu--toggle .burger:after {
      bottom: -8px; }
  #mainmenu--toggle.active .burger {
    background: transparent; }
    #mainmenu--toggle.active .burger:before {
      top: 0;
      transform: rotate(-45deg); }
    #mainmenu--toggle.active .burger:after {
      bottom: 0;
      transform: rotate(45deg); }
  @media screen and (max-width: 576px) {
    #mainmenu--toggle {
      border: 0;
      margin-right: 0;
      padding-right: 45px; }
      #mainmenu--toggle .title {
        display: none; } }

.mainmenu--shadow {
  background: rgba(44, 62, 80, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0.15s ease; }

.mainmenu--active .mainmenu--shadow {
  opacity: 1;
  visibility: visible; }

body.scrolled .mainmenu--stretch {
  top: 80px; }

.mainmenu--stretch {
  position: fixed;
  top: 115px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000; }

#mainmenu--container {
  width: 100%;
  height: 100%;
  max-width: 1140px;
  margin: 0 auto;
  overflow: hidden; }

html.no-touch #mainmenu li.has-sub:hover > a {
  color: #2c3e50; }
  html.no-touch #mainmenu li.has-sub:hover > a:after {
    transform: translateX(50%); }

#mainmenu {
  position: relative;
  height: 100%;
  margin: 0 auto;
  transition: transform 0.3s ease-in-out; }
  #mainmenu li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 0;
    outline: 0;
    color: #272727;
    line-height: 18px; }
  #mainmenu li:hover > a {
    color: #033c77;
    font-weight: bold; }
  #mainmenu .title {
    font-weight: 600;
    color: #272727; }
  #mainmenu .menu--divider {
    position: relative;
    line-height: 1rem;
    padding: 15px 0; }
    #mainmenu .menu--divider:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      top: 50%;
      right: 0;
      left: 0;
      background: #6A7781; }
  #mainmenu .has-sub > a:after {
    content: "\f105";
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 10px;
    font-family: "FontAwesome";
    font-weight: 400;
    font-size: 25px;
    transform: translateX(0);
    transition: transform 0.3s ease, color 0.3s ease; }
  #mainmenu .has-sub.active > a, #mainmenu .has-sub.current > a {
    color: #2c3e50; }
    #mainmenu .has-sub.active > a:after, #mainmenu .has-sub.current > a:after {
      transform: translateX(50%); }
  #mainmenu .overlay {
    box-sizing: content-box; }
    #mainmenu .overlay .hide-overflow {
      height: 100%;
      overflow: hidden;
      border-right: 1px solid #2c3e50; }
    #mainmenu .overlay .menu--container {
      width: calc(100% + 20px);
      height: 100%;
      overflow-y: scroll;
      overflow-x: hidden;
      background: white;
      padding: 30px; }
  #mainmenu > .overlay {
    position: relative;
    height: 100%;
    width: 25%;
    z-index: 1; }
    @media screen and (max-width: 992px) {
      #mainmenu > .overlay {
        width: 50%; } }
    @media screen and (max-width: 576px) {
      #mainmenu > .overlay {
        width: 100%; } }
    #mainmenu > .overlay .overlay {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 100%;
      opacity: 0;
      visibility: hidden;
      transform: translateX(-100%);
      z-index: -1; }
    #mainmenu > .overlay .current .hide-overflow {
      border-right: 0; }
    #mainmenu > .overlay li.animate > .overlay {
      transition: transform 0.3s ease-in-out, opacity 0.1s ease, visibility 0.1s ease; }
    #mainmenu > .overlay li.active > .overlay {
      z-index: 1; }
    #mainmenu > .overlay li.current.animate > .overlay {
      transition: transform 0.3s ease-in-out, opacity 0.1s ease, visibility 0.1s ease; }
  #mainmenu .back-btn {
    padding: 15px 0;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    transition: opacity 0.3s ease, visibility 0.3s ease; }
    #mainmenu .back-btn:after {
      content: "\f060";
      font-family: "FontAwesome";
      font-weight: 400;
      font-size: 20px;
      color: #272727; }
    #mainmenu .back-btn:hover:after {
      color: #2c3e50; }
  #mainmenu .last-visible > .hide-overflow > .menu--container > .back-btn {
    visibility: visible;
    opacity: 1; }
  #mainmenu .item.extra a {
    padding: 10px 0; }
    #mainmenu .item.extra a div, #mainmenu .item.extra a span {
      display: inline-block;
      font-size: 14px; }
    #mainmenu .item.extra a svg {
      width: 17px;
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
    #mainmenu .item.extra a i {
      width: 30px;
      display: inline-block;
      vertical-align: middle; }
    #mainmenu .item.extra a img {
      height: 40px;
      width: auto; }

/***
** mask_counter
**/
.mask_counter .counter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px; }
  @media screen and (max-width: 992px) {
    .mask_counter .counter {
      height: 150px; } }
  .mask_counter .counter:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    background: black; }
  .mask_counter .counter:hover:after {
    opacity: 0.0; }
  .mask_counter .counter .counter-inner {
    text-align: center;
    color: white;
    transition: transform 0.3s ease;
    transform: scale(1); }
  .mask_counter .counter:hover .counter-inner {
    transform: scale(1.1); }
  .mask_counter .counter .number, .mask_counter .counter .unit {
    font-size: 30px;
    font-weight: 300; }
  .mask_counter .counter .unit {
    padding-left: 3px; }
  .mask_counter .counter .title {
    display: block;
    margin-top: 8px;
    font-weight: 600; }

/***
** mask_box
**/
.mask_boxes {
  margin-top: -40px; }

.mask-single-box {
  margin-top: 120px; }
  .mask-single-box .box-inner {
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    padding: 50px;
    text-align: center; }
    @media screen and (max-width: 992px) {
      .mask-single-box .box-inner {
        padding: 50px 25px 25px 25px; } }
    @media screen and (max-width: 576px) {
      .mask-single-box .box-inner {
        padding: 50px 10px 30px 10px; } }
    .mask-single-box .box-inner .icon {
      height: 120px;
      width: 120px;
      margin: -110px auto auto auto;
      border-radius: 25px;
      background: #033c77;
      line-height: 120px;
      text-align: center; }
      .mask-single-box .box-inner .icon img {
        vertical-align: middle; }
      .mask-single-box .box-inner .icon i {
        color: white;
        font-size: 70px;
        line-height: 120px; }
    .mask-single-box .box-inner .box-body {
      margin: auto 0 auto 0;
      padding: 25px 0;
      flex: 1 0 auto; }
      .mask-single-box .box-inner .box-body .header {
        display: block; }
    .mask-single-box .box-inner .link {
      margin-top: auto; }

/***
** mask_imgbox ( ajax )
**/
.mask_imgboxes {
  position: relative;
  overflow: hidden; }
  .mask_imgboxes .single-imgbox {
    position: relative;
    display: block; }
    .mask_imgboxes .single-imgbox .text {
      position: relative;
      padding: 10px 20px; }
      .mask_imgboxes .single-imgbox .text p {
        margin: auto 0;
        font-weight: 600;
        transition: color 0.15s ease; }
    .mask_imgboxes .single-imgbox .img {
      position: relative;
      display: block;
      text-align: center;
      transition: background 0.3s ease;
      background: #c9c9c9;
      border-top: 0; }
      .mask_imgboxes .single-imgbox .img img {
        display: block; }
    .mask_imgboxes .single-imgbox .img:before,
    .mask_imgboxes .single-imgbox .text:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: -2px;
      left: 0;
      visibility: hidden;
      opacity: 0;
      transition: opacity 0.3s ease, visibility 0.3s ease;
      background: #033c77;
      z-index: -1; }
    .mask_imgboxes .single-imgbox .img:before {
      z-index: 10; }
    .mask_imgboxes .single-imgbox .text, .mask_imgboxes .single-imgbox .img {
      border: 1px solid #dadada; }
    .mask_imgboxes .single-imgbox.active .img:before,
    .mask_imgboxes .single-imgbox.active .text:before, .mask_imgboxes .single-imgbox:hover .img:before,
    .mask_imgboxes .single-imgbox:hover .text:before {
      opacity: 0.8;
      visibility: visible; }
    .mask_imgboxes .single-imgbox.active p, .mask_imgboxes .single-imgbox:hover p {
      color: white; }
    .mask_imgboxes .single-imgbox.active .img, .mask_imgboxes .single-imgbox:hover .img {
      background: transparent; }

/**
** loaded content for mask_imgboxes & mask_boxes
 */
.mask_service_element .loaded-content,
.mask_imgboxes .loaded-content,
.mask_boxes .loaded-content {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 1px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .0s opacity;
  z-index: 1000; }
  .mask_service_element .loaded-content .content,
  .mask_imgboxes .loaded-content .content,
  .mask_boxes .loaded-content .content {
    padding: 0 100px 0 80px; }
  .mask_service_element .loaded-content .fa,
  .mask_imgboxes .loaded-content .fa,
  .mask_boxes .loaded-content .fa {
    position: absolute;
    top: 25px;
    right: 50px;
    font-size: 30px;
    color: #033c77;
    cursor: pointer; }
  @media screen and (max-width: 768px) {
    .mask_service_element .loaded-content .fa,
    .mask_imgboxes .loaded-content .fa,
    .mask_boxes .loaded-content .fa {
      right: 10px; }
    .mask_service_element .loaded-content .content,
    .mask_imgboxes .loaded-content .content,
    .mask_boxes .loaded-content .content {
      padding: 0 45px 0 25px; } }

.mask_service_element .loaded-content.active,
.mask_imgboxes .loaded-content.active,
.mask_boxes .loaded-content.active {
  opacity: 1;
  visibility: visible;
  transition: .4s opacity; }

/**
** mask_icons
 */
.mask_icons .fa {
  font-size: 22px;
  margin-right: 25px; }

.mask_service_element {
  position: relative; }
  .mask_service_element .service_box {
    height: 100%;
    text-align: center; }
    .mask_service_element .service_box a {
      height: 160px;
      display: block; }
      .mask_service_element .service_box a:hover .service_icon {
        transform: scale(0.9); }
      .mask_service_element .service_box a img.service_icon {
        transform: scale(1);
        transition: transform 0.3s ease; }
      .mask_service_element .service_box a i.service_icon {
        font-size: 70px;
        margin: 25px auto 15px auto;
        color: white;
        transform: scale(1);
        transition: transform 0.3s ease; }
      .mask_service_element .service_box a span {
        color: white;
        padding: 0 10px; }

/**
** mask_imgboxesfour
 */
.mask_imgboxesfour .single-imgbox a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden; }
  .mask_imgboxesfour .single-imgbox a picture {
    display: block; }
  .mask_imgboxesfour .single-imgbox a .text {
    position: absolute;
    right: 0;
    bottom: 2px;
    left: 0;
    padding: 20px 15px 0 15px;
    box-sizing: content-box;
    background-color: rgba(3, 60, 119, 0.5);
    transition: padding 0.6s ease, background-color 0.3s ease; }
    .mask_imgboxesfour .single-imgbox a .text * {
      color: white; }
    @media screen and (max-width: 576px) {
      .mask_imgboxesfour .single-imgbox a .text {
        padding: 20px 15px; } }
  .mask_imgboxesfour .single-imgbox a .hover-plus {
    position: absolute;
    top: calc(50% - 25px);
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 50px;
    width: 50px;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.3s ease, opacity 0.3s ease;
    z-index: 1; }
    .mask_imgboxesfour .single-imgbox a .hover-plus:after, .mask_imgboxesfour .single-imgbox a .hover-plus:before {
      content: "";
      position: absolute;
      background: white; }
    .mask_imgboxesfour .single-imgbox a .hover-plus:after {
      top: 24px;
      right: 0;
      left: 0;
      margin: auto 0;
      height: 2px;
      width: 100%; }
    .mask_imgboxesfour .single-imgbox a .hover-plus:before {
      top: 0;
      bottom: 0;
      left: 24px;
      margin: 0 auto;
      height: 100%;
      width: 2px; }
  .mask_imgboxesfour .single-imgbox a:hover .hover-plus {
    opacity: 0.7;
    visibility: visible; }
  .mask_imgboxesfour .single-imgbox a:hover .text {
    padding-top: 100%; }
  @media screen and (max-width: 576px) {
    .mask_imgboxesfour .single-imgbox a .hover-plus {
      opacity: 0.7;
      visibility: visible; }
    .mask_imgboxesfour .single-imgbox a .text {
      padding-top: 100%; } }

.quote-element {
  display: grid;
  grid-row-gap: 4rem; }
  @media (min-width: 576px) {
    .quote-element {
      grid-template-columns: 2fr 1fr;
      grid-column-gap: 2rem; } }
  @media (min-width: 768px) {
    .quote-element {
      grid-column-gap: 5rem;
      grid-template-columns: 3fr 1fr;
      padding: 0 60px; } }
  @media (min-width: 992px) {
    .quote-element {
      padding: 0 90px; } }
  .quote-element .quote-text {
    display: flex;
    gap: 1rem; }
    .quote-element .quote-text i {
      font-size: 2rem;
      position: relative;
      top: -.5rem; }
      @media (min-width: 576px) {
        .quote-element .quote-text i {
          font-size: 3rem;
          top: -1rem; } }
      @media (min-width: 768px) {
        .quote-element .quote-text i {
          font-size: 4rem; } }
    .quote-element .quote-text .ce-bodytext p:not(.quote-author) {
      font-size: 16px; }
  .quote-element .quote-image {
    display: grid;
    justify-items: center;
    grid-template-rows: min-content min-content;
    grid-row-gap: 1rem; }
    .quote-element .quote-image .quote-author-image {
      border-radius: 100%; }
    .quote-element .quote-image .quote-logo-image {
      max-width: 50%; }
  @media (min-width: 576px) {
    .quote-element.orientation-left {
      grid-template-columns: 1fr 2fr; } }
  @media (min-width: 768px) {
    .quote-element.orientation-left {
      grid-template-columns: 1fr 3fr; } }
  .quote-element.orientation-left .quote-text {
    grid-column: 2/3;
    grid-row: 1/2; }
  .quote-element.orientation-left .quote-image {
    grid-column: 1/2;
    grid-row: 1/2; }

@media screen and (max-width: 992px) {
  body.search-active #logo {
    display: none; } }

#kesearchbox {
  position: relative;
  padding-left: 0;
  transition: padding 0.3s ease;
  overflow: hidden; }
  #kesearchbox.search-active {
    padding-left: 190px; }
    #kesearchbox.search-active .submit_wrap:before {
      opacity: 1;
      visibility: visible; }
    #kesearchbox.search-active .submit_wrap:after {
      color: white !important; }
  #kesearchbox .submit_wrap {
    position: relative;
    z-index: 10;
    background: #f3f3f3; }
    #kesearchbox .submit_wrap:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0;
      visibility: hidden;
      background: #033c77;
      transition: opacity 0.3s ease, visibility 0.3s ease;
      z-index: -1; }
    #kesearchbox .submit_wrap:after {
      content: "\f002";
      position: absolute;
      width: 100%;
      top: -2px;
      left: 0;
      font-family: "FontAwesome";
      font-size: 26px;
      line-height: 45px;
      text-align: center;
      color: #2c3e50;
      transition: color 0.3s ease;
      z-index: -1; }
    #kesearchbox .submit_wrap:hover:after {
      color: #033c77; }
  #kesearchbox #kesearch_submit {
    width: 40px;
    height: 40px;
    background: transparent; }
  #kesearchbox #ke_search_sword {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 7px 40px 7px 7px;
    border: 0;
    border-radius: 0;
    box-shadow: inset 0 0 2px 0 #272727; }

#kesearch_results .result-header {
  margin-bottom: 4px;
  font-size: 18px; }
  #kesearch_results .result-header .result-title {
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px; }

#kesearch_results .result-list-item {
  margin-bottom: 20px; }

#kesearch_num_results {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px; }

#kesearch_filters {
  padding: 10px 0 40px 0; }
  #kesearch_filters .list .head {
    font-size: 25px;
    margin-bottom: 1rem;
    display: none; }
  #kesearch_filters .list ul.filterList li {
    display: inline-block;
    padding: 15px 25px;
    background-color: #033c77;
    margin-right: 10px;
    border-radius: 5px; }
    #kesearch_filters .list ul.filterList li a {
      color: white;
      font-weight: bold; }
  #kesearch_filters .list ul.checkboxList {
    display: flex;
    flex-wrap: wrap; }
    #kesearch_filters .list ul.checkboxList li.optionCheckBox input[type=checkbox] {
      display: none; }
    #kesearch_filters .list ul.checkboxList li.optionCheckBox input[type=checkbox] + label {
      padding: 17px;
      background-color: #95989A;
      font-size: 14px;
      margin-right: 10px;
      margin-bottom: 10px;
      display: inline-block;
      border-radius: 5px;
      width: 140px;
      color: white;
      text-align: center; }
    #kesearch_filters .list ul.checkboxList li.optionCheckBox input[type=checkbox]:checked + label {
      background-color: #033c77; }
  #kesearch_filters select:disabled {
    display: none; }
  #kesearch_filters select {
    max-width: 590px;
    border: none;
    border-bottom: 2px solid #A3A3A3;
    border-radius: 0;
    padding: 5px; }
  #kesearch_filters .submit {
    align-self: flex-end;
    padding: 10px 20px;
    margin-top: 10px;
    background-color: #0b72b5;
    color: white;
    font-size: 20px;
    line-height: 1; }

.kesearch_pagebrowser a.current {
  color: #6A7781;
  font-size: 20px; }

.kesearch_pagebrowser a.next {
  color: transparent;
  font-size: 0; }
  .kesearch_pagebrowser a.next:after {
    content: "\f061";
    font-family: "FontAwesome";
    color: #033c77;
    font-size: 16px; }

.kesearch_pagebrowser a.prev {
  color: transparent;
  font-size: 0; }
  .kesearch_pagebrowser a.prev:after {
    content: '\f060' !important;
    font-family: "FontAwesome" !important;
    color: #033c77 !important;
    font-size: 16px; }

.result_txt {
  margin-bottom: 20px; }

.result-teaser .hit {
  font-weight: bold; }

.pages_total {
  text-align: center;
  max-width: 590px; }
  .pages_total .kesearch_pagebrowser li:not(:last-child) a:after {
    content: "|";
    display: inline-block;
    padding-left: 4px;
    color: #033c77;
    font-size: 16px; }

#filter_kesearchbox {
  max-width: 590px;
  position: relative; }
  #filter_kesearchbox .submit_wrap {
    position: absolute;
    z-index: 10;
    background: transparent;
    width: 60px;
    height: 100%;
    right: 0; }
    #filter_kesearchbox .submit_wrap:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0;
      visibility: hidden;
      background: #033c77;
      transition: opacity 0.3s ease, visibility 0.3s ease;
      z-index: -1; }
    #filter_kesearchbox .submit_wrap:after {
      content: "\f002";
      position: absolute;
      width: 100%;
      top: -2px;
      left: 0;
      font-family: "FontAwesome";
      font-size: 26px;
      line-height: 57px;
      text-align: center;
      color: #2c3e50;
      transition: color 0.3s ease;
      z-index: -1; }
    #filter_kesearchbox .submit_wrap:hover:after {
      color: #033c77; }
    #filter_kesearchbox .submit_wrap input {
      background-color: transparent;
      width: 100%;
      height: 100%; }

#langmenu-toggle {
  display: block;
  width: 50px;
  margin-left: 5px;
  text-align: center;
  cursor: pointer;
  color: #2c3e50; }
  #langmenu-toggle i {
    font-size: 30px; }
  #langmenu-toggle:hover {
    color: #033c77; }

body.scrolled #langmenu-innerwrap {
  top: 80px; }

#langmenu-innerwrap {
  position: absolute;
  top: 115px;
  right: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, top 0.15s cubic-bezier(0.04, 0.83, 1, 1);
  border-top: 1px solid #dcdedf; }

#langmenu-wrap.active #langmenu-toggle {
  color: #033c77; }

#langmenu-wrap.active #langmenu-innerwrap {
  opacity: 1;
  visibility: visible; }

#langmenu {
  padding: 20px; }
  #langmenu ul {
    display: inline-block; }
    #langmenu ul.current span.title {
      text-decoration: underline;
      text-transform: uppercase; }
    #langmenu ul.current li a:before {
      content: '»';
      position: relative;
      top: 5px;
      padding-right: 3px; }
    #langmenu ul li {
      margin-bottom: 8px;
      display: inline-block; }
    #langmenu ul.current li:after,
    #langmenu ul li:not(:last-child):after {
      content: '//';
      position: relative;
      padding: 0 15px;
      text-decoration: none;
      top: 6px; }
  #langmenu span.title {
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
    font-weight: 600;
    text-transform: uppercase; }

#cookiealert {
  position: fixed;
  display: block;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 99999;
  padding: 12px 0; }
  #cookiealert .container {
    position: relative; }
  #cookiealert .fa {
    position: absolute;
    right: 15px;
    top: -4px;
    font-size: 22px;
    color: #2c3e50;
    cursor: pointer; }
  #cookiealert .headline {
    margin-bottom: 5px;
    font-size: 16px; }
  #cookiealert .text p {
    font-size: 12px;
    line-height: 16px; }

/**
** Selected products
 */
/*
** Layout Default && Img left && Img right
*/
.product-full-size-preview .single-product + .single-product {
  margin-top: 72px; }

.product-full-size-preview .single-product .product-teaser {
  position: relative;
  height: 100%; }

@media screen and (min-width: 576px) {
  .product-full-size-preview .single-product.img-right .product-img {
    text-align: right; } }

@media screen and (max-width: 768px) {
  .product-full-size-preview .single-product .detail-link {
    width: 100%;
    text-align: center; } }

@media screen and (max-width: 576px) {
  .product-full-size-preview .single-product .product-teaser p {
    margin-top: 0; }
  .product-full-size-preview .single-product .product-img {
    text-align: center; } }

/*
** 3 Column category layout
 */
.category-column-preview .single-category {
  padding: 10px 10px 18px 10px;
  border: none; }
  .category-column-preview .single-category .category-img {
    margin: 18px 0;
    text-align: center; }
    .category-column-preview .single-category .category-img img {
      margin: auto; }
    @media screen and (min-width: 992px) {
      .category-column-preview .single-category .category-img {
        min-height: 250px; } }
  .category-column-preview .single-category.service-product .category-img {
    display: flex;
    align-items: flex-end;
    min-height: 150px; }
  .category-column-preview .single-category .category-teaser p {
    margin-top: 0; }
  .category-column-preview .single-category .category-header {
    font-weight: 600;
    margin-bottom: 5px; }

/*
** 3 Column product layout
 */
.product-column-preview .category-label {
  color: #033c77; }

.product-column-preview .single-product {
  padding: 10px 10px 18px 10px;
  border: none; }
  .product-column-preview .single-product .product-img {
    margin: 18px 0;
    text-align: center; }
    .product-column-preview .single-product .product-img img {
      margin: auto; }
    @media screen and (min-width: 992px) {
      .product-column-preview .single-product .product-img {
        min-height: 250px; } }
  .product-column-preview .single-product.service-product .product-img {
    display: flex;
    align-items: flex-end;
    min-height: 150px; }
  .product-column-preview .single-product .product-teaser p {
    margin-top: 0; }
  .product-column-preview .single-product .product-header {
    font-weight: 600;
    margin-bottom: 5px; }

/*
** Product detail view
*/
.product-detail-view .default-slick-slider {
  margin-bottom: 5px; }

.product-detail-view .default-slick-container .default-slick-slider .slick-dots {
  bottom: 8px;
  background: none; }

.product-detail-view .h3 {
  margin-top: 18px; }

#basicContact .close {
  display: none; }

.service-icon {
  padding-top: 30px; }
  .service-icon img {
    float: right; }

.product-slide {
  position: relative;
  overflow: hidden; }
  .product-slide.service-product-slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  @media screen and (min-width: 768px) {
    .product-slide .text-container, .product-slide #product-form {
      transition: transform 0.3s ease; }
    .product-slide #product-form {
      position: absolute;
      top: 0;
      left: 15px;
      right: 15px;
      padding: 15px 0 15px;
      opacity: 0;
      transform: translateY(100%); }
    .product-slide .text-container {
      transform: translateY(0%); }
    .product-slide .form-active {
      min-height: 480px; }
      .product-slide .form-active #product-form {
        opacity: 1;
        transform: translateY(0%); }
      .product-slide .form-active .text-container {
        transform: translateY(-100%); }
    .product-slide .form-submitted #product-form {
      position: relative;
      padding: 0;
      opacity: 1;
      transform: translateY(0); } }
  @media screen and (max-width: 768px) {
    .product-slide #product-form {
      display: none; }
    .product-slide .form-active #product-form {
      display: block; }
    .product-slide .form-active .text-container .button--block {
      display: none; } }
  .product-slide #basicContact .btn-group {
    display: flex;
    margin-right: -.5rem;
    margin-left: -.5rem; }
    @media screen and (max-width: 768px) {
      .product-slide #basicContact .btn-group {
        flex-direction: column; } }
    .product-slide #basicContact .btn-group .close {
      display: block; }
      .product-slide #basicContact .btn-group .close .button--block {
        text-align: center;
        width: 100%; }
    .product-slide #basicContact .btn-group .close, .product-slide #basicContact .btn-group .submit {
      max-width: 50%;
      flex: 0 0 50%;
      padding: 0 .5rem;
      -webkit-box-flex: 0; }
      @media screen and (max-width: 768px) {
        .product-slide #basicContact .btn-group .close, .product-slide #basicContact .btn-group .submit {
          max-width: 100%;
          flex: 0 0 100%; }
          .product-slide #basicContact .btn-group .close:first-child, .product-slide #basicContact .btn-group .submit:first-child {
            margin-bottom: 1.5rem; } }

.tx_hbtypo3kaco.downloads .row > div {
  margin-bottom: 15px; }

.tx_hbtypo3kaco.downloads .loader {
  display: none;
  text-align: center;
  margin-top: 40px; }
  .tx_hbtypo3kaco.downloads .loader svg {
    opacity: 0.5;
    width: 65px; }

.tx_hbtypo3kaco.downloads .loading .loader {
  display: block; }

.tx_hbtypo3kaco.downloads label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 13px; }

.gridlayout-2-column #downloadsContainer,
.gridlayout-3-column #downloadsContainer,
.gridlayout-4-column #downloadsContainer {
  font-size: 16px; }

#downloadsContainer {
  padding-top: 5px; }
  @media screen and (max-width: 768px) {
    #downloadsContainer {
      padding-top: 15px; } }
  #downloadsContainer a.single-file {
    font-size: 18px;
    color: #2c3e50;
    display: flex;
    flex-wrap: wrap;
    transition: color 0.15s ease; }
    #downloadsContainer a.single-file:hover {
      color: #0b72b5; }
    #downloadsContainer a.single-file .fa {
      flex: 0 0 5%;
      max-width: 5%; }
    #downloadsContainer a.single-file .name {
      flex: 0 0 75%;
      max-width: 75%; }
    #downloadsContainer a.single-file .type {
      flex: 0 0 10%;
      max-width: 10%;
      text-transform: uppercase;
      text-align: right; }
    #downloadsContainer a.single-file .size {
      flex: 0 0 10%;
      max-width: 10%;
      text-align: right; }
    @media screen and (max-width: 768px) {
      #downloadsContainer a.single-file {
        font-size: 16px; }
        #downloadsContainer a.single-file .fa, #downloadsContainer a.single-file .type, #downloadsContainer a.single-file .size {
          max-width: 33%;
          flex: 0 0 auto;
          padding-right: 4px; }
        #downloadsContainer a.single-file .fa {
          order: 1; }
        #downloadsContainer a.single-file .type {
          order: 2; }
        #downloadsContainer a.single-file .size {
          order: 3;
          align-self: flex-end;
          font-size: 0.7em; }
        #downloadsContainer a.single-file .name {
          order: 4;
          margin-top: 5px;
          flex: 0 0 100%;
          max-width: 100%; } }
  #downloadsContainer li:not(:first-child) {
    margin-top: 18px; }
  #downloadsContainer .downloads-header {
    display: flex;
    justify-content: space-between; }
  #downloadsContainer li {
    display: flex;
    justify-content: space-between;
    align-items: baseline; }
    #downloadsContainer li a {
      width: 100%; }
    #downloadsContainer li > div {
      margin-left: 15px; }
  #downloadsContainer .button--block[disabled] {
    cursor: not-allowed;
    background-color: #c9c9c9; }
  #downloadsContainer #categories-tabs {
    display: flex;
    gap: 2px; }
    #downloadsContainer #categories-tabs .tab button {
      background-color: lightgray;
      padding: 10px 20px;
      color: white;
      transition: background-color .3s ease; }
      #downloadsContainer #categories-tabs .tab button.active, #downloadsContainer #categories-tabs .tab button:hover {
        background-color: #033c77; }

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

/* Popup styles for downloads */
.hb-download-popup-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px; }

.hb-download-popup-box {
  background: #fff;
  max-width: 800px;
  width: 90%;
  max-height: 80vh;
  overflow: auto;
  padding: 30px;
  border-radius: 4px;
  position: relative;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25); }
  .hb-download-popup-box .button--block {
    margin-top: 10px; }

.hb-download-popup-close {
  position: absolute;
  top: 8px;
  right: 12px;
  border: 0;
  background: transparent;
  font-size: 36px;
  line-height: 1;
  cursor: pointer; }

.hb-download-popup-content {
  font-size: 18px;
  line-height: 26px; }
  .hb-download-popup-content p, .hb-download-popup-content a, .hb-download-popup-content strong, .hb-download-popup-content span {
    font-size: inherit;
    line-height: inherit; }

.hb-download-popup-confirm {
  margin-top: 12px;
  display: flex;
  align-items: center; }
  .hb-download-popup-confirm .label-text {
    margin-left: 6px;
    font-size: 18px; }

/**
* Slider
**/
.load-slider {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in 0.15s, visibility 0.3s ease-in 0.15s; }
  .load-slider.slick-initialized {
    opacity: 1;
    visibility: visible; }

.default-slick-container {
  position: relative; }
  @media screen and (min-width: 576px) {
    .default-slick-container .progress-container {
      position: relative;
      width: 100%;
      height: 5px;
      background: linear-gradient(to right, transparent, #ffffff5c); }
      .default-slick-container .progress-container .progress-bar {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 0;
        background: #0b72b5;
        transition: width 0.3s ease-in-out;
        z-index: -1; } }
  @media screen and (min-width: 768px) {
    .default-slick-container .default-slick-slider.slick-initialized {
      margin-bottom: 0px; } }
  .default-slick-container .default-slick-slider .slick-dots {
    position: absolute;
    width: 100%;
    bottom: 5px;
    padding: 8px 0;
    text-align: center;
    /*background: $color-light;*/ }
    @media screen and (max-width: 768px) {
      .default-slick-container .default-slick-slider .slick-dots {
        display: none !important; } }
    .default-slick-container .default-slick-slider .slick-dots li {
      display: inline-block;
      width: 15px;
      height: 15px;
      margin: 0 5px;
      border-radius: 15px;
      background: white;
      border: 2px solid white;
      transition: background 0.3s ease;
      cursor: pointer; }
      .default-slick-container .default-slick-slider .slick-dots li.slick-active, .default-slick-container .default-slick-slider .slick-dots li:hover {
        background: #2c3e50; }
      .default-slick-container .default-slick-slider .slick-dots li button {
        display: none; }
  .default-slick-container .default-slick-slider .slick-track {
    display: flex; }
  .default-slick-container .default-slick-slider .slick-arrow {
    position: absolute;
    top: 49%;
    width: 50px;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    color: white;
    cursor: pointer;
    background: #033c77;
    transition: background 0.3s ease;
    z-index: 10; }
    .default-slick-container .default-slick-slider .slick-arrow.slick-disabled {
      background: #272727;
      cursor: default; }
    .default-slick-container .default-slick-slider .slick-arrow:not(.slick-disabled):hover {
      background: #0b72b5; }
    .default-slick-container .default-slick-slider .slick-arrow.fa-angle-left {
      left: 18px; }
    .default-slick-container .default-slick-slider .slick-arrow.fa-angle-right {
      right: 18px; }
    @media screen and (max-width: 992px) {
      .default-slick-container .default-slick-slider .slick-arrow.fa-angle-left {
        left: 0; }
      .default-slick-container .default-slick-slider .slick-arrow.fa-angle-right {
        right: 0; } }

/**
** Single slide // Header image
 */
@media screen and (min-width: 992px) {
  .background-image-without-focus picture {
    display: none; } }

@media screen and (max-width: 992px) {
  .background-image-without-focus .slide-container {
    min-height: 0;
    background-image: none !important; } }

/***
** mask-headerimage
**/
.mask-slide {
  background-size: cover;
  background-position: center center;
  min-height: 450px; }
  @media screen and (max-width: 992px) {
    .mask-slide {
      min-height: 300px; } }
  @media screen and (max-width: 576px) {
    .mask-slide {
      min-height: 200px; } }

.slide-container {
  position: relative;
  height: 100%;
  overflow: hidden; }
  @media screen and (min-width: 1500px) {
    .slide-container {
      background-size: contain;
      background-repeat: no-repeat; } }
  @media screen and (min-width: 768px) {
    .slide-container .text-container {
      padding: 60px 0 15px 0; } }
  @media screen and (max-width: 768px) {
    .slide-container .text-container {
      padding: 15px 0 15px 0; } }
  .slide-container .text-container header .h1 {
    font-weight: bold;
    font-size: 35px;
    display: block; }
  .slide-container .text-container header .h3 {
    font-size: 22px;
    font-weight: lighter; }
  .slide-container .text-container p, .slide-container .text-container .paragraph {
    font-size: 18px;
    line-height: 26px; }
  .slide-container .text-container .button--block {
    margin-top: 18px; }
  .slide-container .text-container.invertcolor header, .slide-container .text-container.invertcolor p, .slide-container .text-container.invertcolor .paragraph {
    color: #fff; }
  .slide-container .text-container.invertcolor .button--block {
    background: #fff;
    color: #033c77;
    box-shadow: 2px 2px #6A7781; }
    .slide-container .text-container.invertcolor .button--block:hover {
      color: #033c77;
      background: #dadada; }
  .slide-container .focusImage {
    padding-top: 15px;
    text-align: center; }
    .slide-container .focusImage img {
      display: inline; }

.partner img {
  float: right; }
  @media (min-width: 768px) and (max-width: 991px) {
    .partner img {
      width: 60px; } }

.tx-ttaddress .form-navigation {
  height: 100%;
  display: flex;
  align-items: end;
  padding-bottom: 20px; }
  .tx-ttaddress .form-navigation .button--block {
    padding: 17.5px 30px; }

.tx-ttaddress .d-none {
  display: none; }

.tx-ttaddress #zip-search-no-results {
  margin-bottom: 20px;
  background-color: #c9c9c9;
  padding: 15px; }
