/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 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;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'Overpass';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/overpass/v10/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLADeqqIncY.ttf) format('truetype');
}
@font-face {
  font-family: 'Overpass';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/overpass/v10/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLDkfaqIncY.ttf) format('truetype');
}
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/overpass/v10/qFda35WCmI96Ajtm83upeyoaX6QPnlo6ovPbPpqP.ttf) format('truetype');
}
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/overpass/v10/qFda35WCmI96Ajtm83upeyoaX6QPnlo6_PPbPpqP.ttf) format('truetype');
}
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/overpass/v10/qFda35WCmI96Ajtm83upeyoaX6QPnlo6G_TbPpqP.ttf) format('truetype');
}
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/overpass/v10/qFda35WCmI96Ajtm83upeyoaX6QPnlo6VfTbPpqP.ttf) format('truetype');
}
[class*="icon-"] {
  background-image: url('../media/images/icons/icons.svg');
  background-repeat: no-repeat;
}
[class*="icon-"][class*="-nav-show"] {
  display: block;
  -webkit-background-size: 300px 100px;
  -moz-background-size: 300px 100px;
  -o-background-size: 300px 100px;
  background-size: 300px 100px;
  background-position: 0px 0px;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
[class*="icon-"][class*="-nav-show"].active {
  display: block;
  -webkit-background-size: 300px 100px;
  -moz-background-size: 300px 100px;
  -o-background-size: 300px 100px;
  background-size: 300px 100px;
  background-position: -50px 0px;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
[class*="icon-"][class*="-arrow-left"] {
  display: block;
  -webkit-background-size: 144px 48px;
  -moz-background-size: 144px 48px;
  -o-background-size: 144px 48px;
  background-size: 144px 48px;
  background-position: -48px 0px;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
[class*="icon-"][class*="-arrow-left"].white {
  display: block;
  -webkit-background-size: 144px 48px;
  -moz-background-size: 144px 48px;
  -o-background-size: 144px 48px;
  background-size: 144px 48px;
  background-position: -72px 0px;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
[class*="icon-"][class*="-arrow-right"] {
  display: block;
  -webkit-background-size: 144px 48px;
  -moz-background-size: 144px 48px;
  -o-background-size: 144px 48px;
  background-size: 144px 48px;
  background-position: -96px 0px;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
[class*="icon-"][class*="-arrow-right"].white {
  display: block;
  -webkit-background-size: 144px 48px;
  -moz-background-size: 144px 48px;
  -o-background-size: 144px 48px;
  background-size: 144px 48px;
  background-position: -120px 0px;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
[class*="icon-"][class*="-arrow-up"] {
  display: block;
  -webkit-background-size: 144px 48px;
  -moz-background-size: 144px 48px;
  -o-background-size: 144px 48px;
  background-size: 144px 48px;
  background-position: 0px -24px;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
[class*="icon-"][class*="-arrow-up"].white {
  display: block;
  -webkit-background-size: 144px 48px;
  -moz-background-size: 144px 48px;
  -o-background-size: 144px 48px;
  background-size: 144px 48px;
  background-position: -24px -24px;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
[class*="icon-"][class*="-arrow-down"] {
  display: block;
  -webkit-background-size: 144px 48px;
  -moz-background-size: 144px 48px;
  -o-background-size: 144px 48px;
  background-size: 144px 48px;
  background-position: -48px -24px;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
[class*="icon-"][class*="-arrow-down"].white {
  display: block;
  -webkit-background-size: 144px 48px;
  -moz-background-size: 144px 48px;
  -o-background-size: 144px 48px;
  background-size: 144px 48px;
  background-position: -72px -24px;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
[class*="icon-"][class*="-emergency"] {
  display: block;
  -webkit-background-size: 300px 100px;
  -moz-background-size: 300px 100px;
  -o-background-size: 300px 100px;
  background-size: 300px 100px;
  background-position: -200px -50px;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
[class*="icon-"][class*="-emergency"].white {
  display: block;
  -webkit-background-size: 300px 100px;
  -moz-background-size: 300px 100px;
  -o-background-size: 300px 100px;
  background-size: 300px 100px;
  background-position: -250px -50px;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
* {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  overflow-x: hidden;
}
.tablet-only,
.tablet-only-inline,
.tablet-plus,
.tablet-plus-inline,
.desktop-only,
.desktop-only-inline {
  display: none !important;
}
#wrapper {
  height: 100%;
  width: 100%;
  min-width: 303px;
}
#page-wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
.inner {
  width: 100%;
  padding: 20px;
}
.hr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: inherit;
  -ms-flex-direction: inherit;
  -webkit-flex-direction: inherit;
  flex-basis: 100%;
  align-items: center;
  margin: 8px 0px;
}
.hr:after,
.hr:before {
  content: "";
  flex-grow: 1;
  background-color: #171850;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
}
.clear {
  display: block;
  clear: both;
}
.notext {
  text-indent: -999em;
  overflow: hidden;
}
.hidden {
  display: none;
}
h1,
h2,
h3,
h4 {
  font-family: 'Overpass', sans-serif;
  font-weight: 900;
}
h1,
h2,
h3,
h4,
h1 > *,
h2 > *,
h3 > *,
h4 > * {
  letter-spacing: 1px;
}
h1 > *,
h2 > *,
h3 > *,
h4 > * {
  font-family: 'Overpass', sans-serif !important;
  font-weight: 900 !important;
}
p,
a,
a:visited,
span,
li,
i,
b,
strong,
label,
select,
option,
legend,
th,
td,
input {
  font-family: 'Overpass', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}
p.lead,
a.lead,
a:visited.lead,
span.lead,
li.lead,
i.lead,
b.lead,
strong.lead,
label.lead,
select.lead,
option.lead,
legend.lead,
th.lead,
td.lead,
input.lead {
  font-weight: 300;
}
b,
strong {
  font-weight: 700;
}
b *,
strong * {
  font-weight: 700;
}
i,
em {
  font-style: italic;
}
a,
a:visited {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
address {
  font-style: inherit;
}
input[type="submit"],
.button,
a.button,
.button-wrap a {
  display: inline-block;
  padding: 10px 30px 8px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none !important;
  margin-bottom: 20px !important;
}
input[type="submit"].inactive,
.button.inactive,
a.button.inactive,
.button-wrap a.inactive,
input[type="submit"][disabled],
.button[disabled],
a.button[disabled],
.button-wrap a[disabled] {
  pointer-events: none;
  opacity: 0.6;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
picture,
img {
  line-height: 0;
}
video {
  width: 100% !important;
  height: auto !important;
}
iframe {
  border: 0;
  display: block;
  max-width: 100%;
}
*::selection {
  background: #2d2b87;
  fill: #2d2b87;
  color: #FFFFFF;
  text-shadow: none;
}
*::-moz-selection {
  background: #2d2b87;
  fill: #2d2b87;
  color: #FFFFFF;
  text-shadow: none;
}
.fancybox-container .fancybox-bg {
  background-color: #000;
}
.fancybox-container .fancybox-slide .fancybox-image-wrap {
  border: 1.5px solid #FFFFFF;
}
.fancybox-container.fancybox-is-open .fancybox-bg {
  opacity: 0.5;
}
body.fancybox-active {
  overflow: visible !important;
}
.compensate-for-scrollbar {
  margin-right: 0 !important;
}
.flexslider {
  position: relative;
  overflow: auto;
}
.flexslider .flex-control-nav {
  position: absolute;
  bottom: 2px;
  right: 2px;
  z-index: 8;
}
.flexslider .flex-control-nav li {
  display: inline-block;
}
.flexslider .flex-control-nav li a {
  display: block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  text-indent: -999em;
  overflow: hidden;
}
.flexslider .flex-control-nav li a:hover {
  background-color: #FFFFFF;
}
.flexslider .flex-direction-nav {
  display: none;
}
#header {
  position: fixed;
  top: 0;
  z-index: 80;
  width: 100%;
}
#header a,
#header a:visited,
#header p,
#header span,
#header li,
#header i,
#header b,
#header strong,
#header label,
#header select,
#header option,
#header legend,
#header th,
#header td,
#header input {
  color: #171850;
  font-size: 18px;
  line-height: 24px;
}
#header a:hover,
#header a:visited:hover,
#header a:active,
#header a:visited:active {
  color: #b2babf;
}
#header ul {
  padding: 0;
}
#header ul li {
  list-style: none;
}
#header .header-wrap {
  background-color: #FFFFFF;
}
#header .header-wrap > .inner {
  padding: 10px;
  -webkit-transition: padding 0.3s ease-in-out;
  -moz-transition: padding 0.3s ease-in-out;
  -ms-transition: padding 0.3s ease-in-out;
  -o-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: inherit;
  -ms-flex-direction: inherit;
  -webkit-flex-direction: inherit;
  justify-content: space-between;
}
#header .brand {
  width: 70px;
}
#header .brand img {
  width: 70px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#header .quicklinks {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  text-align: right;
  padding: 0 7px;
}
#header .quicklinks li {
  display: inline-block;
}
#header .quicklinks a {
  display: block;
  padding: 25px 8px;
}
#header .quicklinks a:hover i,
#header .quicklinks a:active i {
  color: #b2babf;
}
#header .quicklinks i {
  font-size: 20px;
  line-height: 20px;
}
#header .nav-button {
  padding: 10px;
  width: 70px;
}
#header .nav-toggle {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#header .menu {
  position: fixed;
  width: 65%;
  top: 0;
  right: -65%;
  height: 100vh;
  z-index: 100;
  background-color: #FFFFFF;
  -webkit-transition: right 0.3s ease-in-out;
  -moz-transition: right 0.3s ease-in-out;
  -ms-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
  overflow-x: auto;
}
#header .menu nav.primary {
  margin-bottom: 40px;
}
#header .menu nav.primary p,
#header .menu nav.primary a,
#header .menu nav.primary a:visited {
  font-size: 18px;
  line-height: 24px;
  display: block;
  padding: 10px 20px;
  cursor: pointer;
}
#header .menu nav.primary ul.level-1 li.current > p,
#header .menu nav.primary ul.level-1 li.section > p,
#header .menu nav.primary ul.level-1 li.current > a,
#header .menu nav.primary ul.level-1 li.section > a {
  background-color: #fafbfb;
}
#header .menu nav.primary ul.level-1 li ul.level-2 {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out;
  -ms-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  background-color: #fafbfb;
}
#header .menu nav.primary ul.level-1 li.dropup p > [class*="icon-"],
#header .menu nav.primary ul.level-1 li.dropup a > [class*="icon-"] {
  float: right;
  margin-top: 5px;
}
#header .menu nav.primary ul.level-1 li.dropup.open p > [class*="icon-"],
#header .menu nav.primary ul.level-1 li.dropup.open a > [class*="icon-"] {
  display: block;
  -webkit-background-size: 144px 48px;
  -moz-background-size: 144px 48px;
  -o-background-size: 144px 48px;
  background-size: 144px 48px;
  background-position: 0px -24px;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
#header .menu nav.primary ul.level-1 li.dropup.open ul.level-2 {
  max-height: 600px;
}
#header .menu nav.emergency {
  background-color: #171850;
  margin-bottom: 20px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
#header .menu nav.emergency p,
#header .menu nav.emergency a,
#header .menu nav.emergency a:visited {
  display: block;
  padding: 20px;
  text-transform: uppercase;
  text-align: right;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 35px;
}
#header .menu nav.emergency p [class*="icon-"],
#header .menu nav.emergency a [class*="icon-"],
#header .menu nav.emergency a:visited [class*="icon-"] {
  float: left;
  margin: -10px 15px -10px 0;
}
#header .menu nav.emergency:hover {
  background-color: #b2babf;
}
#header .menu .contact {
  padding: 10px 20px;
}
#header .menu .close-button {
  display: block;
  text-transform: lowercase;
  text-align: right;
  padding: 20px;
  margin: 10px 0;
}
#header .menu .close-button p {
  display: inline-block;
}
#header .menu .close-button p [class*="icon-"] {
  float: left;
  margin-right: 10px;
}
#header.sticky {
  -webkit-box-shadow: 0px 5px 20px -1px #b2babf;
  -moz-box-shadow: 0px 5px 20px -1px #b2babf;
  box-shadow: 0px 5px 20px -1px #b2babf;
}
#header.sticky .header-wrap > .inner {
  padding: 10px 20px;
}
#header.sticky .header-wrap .brand {
  width: 50px;
}
#header.sticky .header-wrap .nav-button {
  padding: 0 0 0 0;
  margin-left: 10px;
  width: 50px;
}
#header.sticky .header-wrap .quicklinks a {
  padding: 12px 8px;
}
#header .bg-cover {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 90;
  background-color: #111;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
body.nav-open #header .menu {
  right: 0;
}
body.nav-open #header .bg-cover {
  display: block;
  opacity: 0.6;
  pointer-events: auto;
}
body.nav-open .sidebar-nav-button {
  display: none;
}
body.sidebar-nav-open .sidebar {
  right: 0 !important;
}
body.sidebar-nav-open .sidebar .sidebar-nav-button {
  display: none;
}
body.sidebar-nav-open #header .bg-cover {
  display: block;
  opacity: 0.6;
  pointer-events: auto;
}
#content h1,
#content h2,
#content h1 > *,
#content h2 > * {
  color: #171850 !important;
  font-size: 28px !important;
  line-height: 36px !important;
  text-transform: uppercase;
  margin: 0 0 10px;
}
#content h1h1,
#content h2h1,
#content h1 > *h1,
#content h2 > *h1 {
  text-transform: uppercase;
}
#content h3,
#content h3 > * {
  color: #171850 !important;
  font-size: 24px !important;
  line-height: 32px !important;
  text-transform: uppercase;
  margin: 0 0 10px;
}
#content h4,
#content p,
#content a,
#content span,
#content li,
#content i,
#content b,
#content strong,
#content label,
#content select,
#content option,
#content legend,
#content th,
#content td,
#content input {
  color: #171850;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
#content h4.lead,
#content p.lead,
#content a.lead,
#content span.lead,
#content li.lead,
#content i.lead,
#content b.lead,
#content strong.lead,
#content label.lead,
#content select.lead,
#content option.lead,
#content legend.lead,
#content th.lead,
#content td.lead,
#content input.lead {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 40px;
}
#content h4.small,
#content p.small,
#content a.small,
#content span.small,
#content li.small,
#content i.small,
#content b.small,
#content strong.small,
#content label.small,
#content select.small,
#content option.small,
#content legend.small,
#content th.small,
#content td.small,
#content input.small {
  font-size: 16px !important;
  line-height: 20px !important;
}
#content h4.tiny,
#content p.tiny,
#content a.tiny,
#content span.tiny,
#content li.tiny,
#content i.tiny,
#content b.tiny,
#content strong.tiny,
#content label.tiny,
#content select.tiny,
#content option.tiny,
#content legend.tiny,
#content th.tiny,
#content td.tiny,
#content input.tiny {
  font-size: 14px !important;
  line-height: 18px !important;
}
#content a,
#content a:visited {
  color: #171850;
  font-size: 18px;
  line-height: 24px;
  text-decoration: underline;
}
#content a:hover,
#content a:visited:hover,
#content a:active,
#content a:visited:active {
  color: #2d2b87;
}
#content a.slim-link {
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}
#content a.slim-link [class*="icon-"] {
  display: inline-block;
}
#content a.slim-link [class*="icon-"].icon-arrow-left {
  margin: 3px 10px 0 0;
  float: left;
}
#content a.slim-link [class*="icon-"].icon-arrow-right {
  margin: 3px 0 0 10px;
  float: right;
}
#content ul {
  padding-left: 10px;
}
#content input[type="submit"],
#content .button,
#content a.button,
#content .button-wrap a {
  background-color: transparent;
  border: 1px solid #2d2b87;
}
#content input[type="submit"]:hover,
#content .button:hover,
#content a.button:hover,
#content .button-wrap a:hover,
#content input[type="submit"].active,
#content .button.active,
#content a.button.active,
#content .button-wrap a.active,
#content input[type="submit"].current,
#content .button.current,
#content a.button.current,
#content .button-wrap a.current {
  background-color: #2d2b87;
  color: #FFFFFF;
}
#content form fieldset,
#content form.userform {
  border: none;
  padding: 0;
  margin: 0;
}
#content form fieldset div.field,
#content form.userform div.field {
  margin-bottom: 20px;
}
#content form fieldset input,
#content form.userform input,
#content form fieldset select,
#content form.userform select,
#content form fieldset textarea,
#content form.userform textarea {
  min-width: 240px;
  width: 50%;
  max-width: 100%;
  padding: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #2d2b87;
  border: solid 1px #2d2b87;
  background-color: #FFFFFF;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#content form fieldset input[type="checkbox"],
#content form.userform input[type="checkbox"] {
  min-width: 40px;
}
#content form fieldset .optionset ul,
#content form.userform .optionset ul,
#content form fieldset .checkboxset ul,
#content form.userform .checkboxset ul {
  padding: 0;
}
#content form fieldset .optionset ul li,
#content form.userform .optionset ul li,
#content form fieldset .checkboxset ul li,
#content form.userform .checkboxset ul li {
  list-style: none;
}
#content form fieldset input[type="checkbox"]:has(+ label),
#content form.userform input[type="checkbox"]:has(+ label) {
  display: none;
}
#content form fieldset input[type="checkbox"]:has(+ label) + label:before,
#content form.userform input[type="checkbox"]:has(+ label) + label:before {
  border: 1px solid #2d2b87;
  background-color: #FFFFFF;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -3px 10px 0px 0;
  vertical-align: middle;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content form fieldset input[type="checkbox"]:has(+ label):checked + label:before,
#content form.userform input[type="checkbox"]:has(+ label):checked + label:before {
  background-color: #2d2b87;
  border: 1px solid #2d2b87;
}
#content form .message {
  background-color: #b2babf;
  padding: 10px 20px;
  margin-bottom: 20px;
}
#content table {
  width: 100%;
}
#content table tr th,
#content table tr td {
  padding: 10px 10px 10px 0;
  vertical-align: top;
}
#content table.stacktable .st-key {
  width: 50%;
  text-align: left;
  padding: 10px 10px 10px 0;
}
#content table.stacktable .st-val {
  width: 50%;
  padding: 10px 0 10px 10px;
  text-align: left;
}
#content table.stacktable .st-val input[type="checkbox"] {
  margin-bottom: 40px;
}
#content table.stacktable .st-val input[type="checkbox"] {
  margin-top: -5px;
}
#content table.stacktable.large-only {
  display: none;
}
#content table.stacktable.small-only {
  display: table;
}
#content .cover-widget,
#content .box-widget {
  background-color: #2d2b87;
  padding: 20px;
}
#content .cover-widget h1,
#content .box-widget h1,
#content .cover-widget h2,
#content .box-widget h2,
#content .cover-widget h3,
#content .box-widget h3 {
  color: #FFFFFF !important;
  font-size: 24px !important;
  line-height: 32px !important;
}
#content .cover-widget h4,
#content .box-widget h4,
#content .cover-widget p,
#content .box-widget p,
#content .cover-widget a,
#content .box-widget a,
#content .cover-widget a:visited,
#content .box-widget a:visited,
#content .cover-widget li,
#content .box-widget li,
#content .cover-widget td,
#content .box-widget td,
#content .cover-widget strong,
#content .box-widget strong,
#content .cover-widget b,
#content .box-widget b,
#content .cover-widget i,
#content .box-widget i,
#content .cover-widget span,
#content .box-widget span {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
#content .cover-widget h4.lead,
#content .box-widget h4.lead,
#content .cover-widget p.lead,
#content .box-widget p.lead,
#content .cover-widget a.lead,
#content .box-widget a.lead,
#content .cover-widget a:visited.lead,
#content .box-widget a:visited.lead,
#content .cover-widget li.lead,
#content .box-widget li.lead,
#content .cover-widget td.lead,
#content .box-widget td.lead,
#content .cover-widget strong.lead,
#content .box-widget strong.lead,
#content .cover-widget b.lead,
#content .box-widget b.lead,
#content .cover-widget i.lead,
#content .box-widget i.lead,
#content .cover-widget span.lead,
#content .box-widget span.lead {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
#content .cover-widget a,
#content .box-widget a {
  display: block;
  text-decoration: none;
}
#content .cover-widget {
  border-top: 0.5px solid #FFFFFF;
}
#content .cover-widget ul {
  padding: 0;
}
#content .cover-widget a:hover {
  color: #b2babf;
}
#content .cover-widget .news-entry {
  display: flex;
}
#content .cover-widget .news-entry h1,
#content .cover-widget .news-entry h2,
#content .cover-widget .news-entry h3 {
  margin: 0;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  padding-right: 10px;
  font-size: 24px !important;
  line-height: 32px !important;
}
#content .cover-widget .news-entry h4,
#content .cover-widget .news-entry p,
#content .cover-widget .news-entry a,
#content .cover-widget .news-entry a:visited,
#content .cover-widget .news-entry li,
#content .cover-widget .news-entry td,
#content .cover-widget .news-entry strong,
#content .cover-widget .news-entry b,
#content .cover-widget .news-entry i,
#content .cover-widget .news-entry span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
#content .cover-widget .news-entry h4.lead,
#content .cover-widget .news-entry p.lead,
#content .cover-widget .news-entry a.lead,
#content .cover-widget .news-entry a:visited.lead,
#content .cover-widget .news-entry li.lead,
#content .cover-widget .news-entry td.lead,
#content .cover-widget .news-entry strong.lead,
#content .cover-widget .news-entry b.lead,
#content .cover-widget .news-entry i.lead,
#content .cover-widget .news-entry span.lead {
  font-size: 24px;
  line-height: 32px;
}
#content .cover-widget .news-entry span {
  float: right;
  margin-left: 10px;
}
#content .cover-widget .news-entry footer {
  display: inline-block;
  float: right;
}
#content .content-news .news-entry {
  margin-bottom: 40px;
}
#content .content-news .news-entry img {
  margin-bottom: 20px;
}
#content .content-news .news-entry .news-text .lead {
  margin: 0;
}
#content .page-image {
  margin-top: 90px;
  min-height: 80px;
}
#content .page-image .inner {
  padding: 0;
}
#content .content-main {
  margin-bottom: 40px;
}
#content .content-main > .inner {
  margin-bottom: 20px;
}
#content .content-main .breadcrumbs {
  text-decoration: none;
  margin-bottom: 20px;
}
#content .content-main.sidebar-page .sidebar {
  position: fixed;
  width: 65%;
  top: 0;
  right: -65%;
  height: 100vh;
  z-index: 100;
  background-color: #FFFFFF;
  -webkit-transition: right 0.3s ease-in-out;
  -moz-transition: right 0.3s ease-in-out;
  -ms-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
  overflow-x: auto;
}
#content .content-main.sidebar-page .sidebar .sidebar-nav-button {
  position: fixed;
  right: 10px;
  top: 100px;
  -webkit-box-shadow: 4px 5px 20px -1px #b2babf;
  -moz-box-shadow: 4px 5px 20px -1px #b2babf;
  box-shadow: 4px 5px 20px -1px #b2babf;
  cursor: pointer;
  padding: 5px 20px;
  background-color: #FFFFFF;
  z-index: 1;
}
#content .content-main.sidebar-page .sidebar .sidebar-nav-button h4 {
  line-height: 30px;
  margin: 4px 0 0 0;
}
#content .content-main.sidebar-page .sidebar .close-button {
  display: block;
  text-transform: lowercase;
  text-align: right;
  padding: 20px;
  margin: 10px 0;
  cursor: pointer;
}
#content .content-main.sidebar-page .sidebar .close-button p {
  display: inline-block;
}
#content .content-main.sidebar-page .sidebar .close-button p [class*="icon-"] {
  float: left;
  margin-right: 10px;
}
#content .content-main.sidebar-page .sidebar a {
  text-decoration: underline;
}
#content .content-main.sidebar-page .sidebar a:hover {
  color: #b2babf;
}
#content .content-main.sidebar-page .sidebar h1,
#content .content-main.sidebar-page .sidebar h2,
#content .content-main.sidebar-page .sidebar h3,
#content .content-main.sidebar-page .sidebar h4 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
#content .content-main.sidebar-page .sidebar .sidecart .remove {
  right: -10px;
  padding: 0 10px;
}
#content .content-main.sidebar-page .sidebar #Sidebar ul {
  padding: 0;
}
#content .content-main.sidebar-page .sidebar #Sidebar ul li {
  list-style: none;
}
#content .content-main.sidebar-page .sidebar #Sidebar ul li.current a {
  font-weight: bold;
}
#content .content-main.sidebar-page .sidebar #Sidebar #ProductNavigation {
  margin-bottom: 20px;
}
#content .content-main.sidebar-page .sidebar #Sidebar #ProductNavigation a {
  text-decoration: none;
}
#content .content-main.sidebar-page .sidebar #Sidebar .cart {
  margin-bottom: 40px;
}
#content .content-main.sidebar-page .sidebar #Sidebar .cart li {
  margin-bottom: 10px;
}
#content .content-main.sidebar-page .sidebar input[type="checkbox"] {
  display: none;
}
#content .content-main.sidebar-page .sidebar input[type="checkbox"] + label {
  display: block !important;
  padding-left: 30px;
}
#content .content-main.sidebar-page .sidebar input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -3px 10px 0px -30px;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #2d2b87;
  box-sizing: border-box;
}
#content .content-main.sidebar-page .sidebar input[type="checkbox"]:checked + label:before {
  background-color: #2d2b87;
  border: 1px solid #2d2b87;
}
#content .content-main .productList {
  width: calc(100% + 40px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: inherit;
  -ms-flex-direction: inherit;
  -webkit-flex-direction: inherit;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}
#content .content-main .productList .productItem {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
}
#content .content-main .productList .productItem h4 {
  text-transform: uppercase;
}
#content .content-main .productList .productItem a {
  text-decoration: none !important;
}
#content .content-main .productList .productItem .productTitle {
  margin-bottom: 10px;
}
#content .content-main .productList .productItem img {
  padding-bottom: 20px;
  width: 240px;
}
#content .content-main .productList .productItem .button {
  font-size: 16px;
  margin-top: 10px;
}
@media only screen and (min-width: 540px) {
  #content .content-main .productList .productItem {
    width: 50%;
  }
}
#content .content-main .productDetails {
  padding-top: 20px;
  margin-bottom: 20px;
}
#content .content-main .productDetails.image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: inherit;
  -ms-flex-direction: inherit;
  -webkit-flex-direction: inherit;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#content .content-main .productDetails.image .image {
  min-width: 200px;
  width: 33.33333%;
  padding-right: 20px;
  margin-bottom: 20px;
}
#content .content-main .productDetails.image .info {
  width: 66.66666%;
  min-width: 240px;
  margin-bottom: 20px;
}
#content .content-main .productDetails form {
  margin-top: 20px;
}
#content .content-main .productDetails .NumItemsInCart {
  margin-top: 20px;
}
#content .content-main .productDetails.split {
  padding-top: 40px;
}
#content .content-main .productDetails.split.image .image {
  min-width: 0;
  width: 100%;
  max-width: 320px;
}
#content .content-main .productDetails.split input[type="text"] {
  width: 40px !important;
}
#content .content-main .productDetails.split select {
  width: 95% !important;
}
@media only screen and (min-width: 540px) {
  #content .content-main .productDetails.split {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: inherit;
    -ms-flex-direction: inherit;
    -webkit-flex-direction: inherit;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #content .content-main .productDetails.split .DetailsLeft {
    width: 50%;
  }
  #content .content-main .productDetails.split .DetailsRight {
    width: 50%;
    padding-left: 20px;
  }
}
#content .content-main .productDetails .Model,
#content .content-main .productDetails .Package,
#content .content-main .productDetails .Attribute {
  margin-bottom: 10px;
}
#content .content-main #PageNumbers {
  margin-top: 40px;
}
#content .content-main #PageNumbers .button {
  display: inline-block;
  margin-right: 10px;
}
#content .content-main table.cart input {
  min-width: 0px !important;
  width: auto !important;
}
#content .content-main table.cart td {
  text-align: left;
}
#content .content-main table.cart th,
#content .content-main table.cart tr {
  text-align: left;
  padding-right: 20px;
}
#content .content-main table.cart th:first-child,
#content .content-main table.cart tr:first-child {
  padding-right: 0;
}
#content #Checkout .content-cart {
  margin-bottom: 60px;
}
#content #Checkout .membership {
  margin-bottom: 40px;
}
#content #Checkout form input.text {
  width: 240px;
}
#content #Account .sidebar {
  margin-top: 0;
}
#content #Account .sidebar ul {
  padding: 0;
}
#content #Account .sidebar ul li {
  list-style: none;
}
#content #Account .sidebar p,
#content #Account .sidebar li {
  margin-bottom: 10px;
}
#content #Account .address-panel {
  float: none;
}
#content .content-blocks .block {
  margin-bottom: 20px;
}
#content .content-blocks .block.teamblock .team {
  width: calc(100% + 20px);
  margin-left: -10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: inherit;
  -ms-flex-direction: inherit;
  -webkit-flex-direction: inherit;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#content .content-blocks .block.teamblock .team .member {
  display: inline-block;
  width: 50%;
  padding: 10px;
  margin-bottom: 20px;
}
#content .content-blocks .block.teamblock .team .member .member-image {
  margin-bottom: 20px;
}
#content .content-blocks .block.teaserblock .inner {
  position: relative;
  padding: 0;
}
#content .content-blocks .block.teaserblock .inner .text-container {
  padding: 20px;
  background-color: #b2babf;
}
#content .content-blocks .block.teaserblock .inner .text-container a.slim-link {
  margin-top: 10px;
  font-weight: 700;
}
#content .content-blocks .block.teaserblock .inner .text-container a.slim-link [class*="icon-"] {
  display: inline-block;
  float: right;
  margin: 3px 0 0 10px;
}
#content .content-blocks .block.statementteaserblock .multiblock .inner {
  padding: 0;
}
#content .content-blocks .block.statementteaserblock .inner {
  position: relative;
  overflow: hidden;
}
#content .content-blocks .block.statementteaserblock .inner .teaser .text-container {
  padding: 20px 20px;
  background-color: #b2babf;
}
#content .content-blocks .block.statementteaserblock .inner .teaser .text-container a.slim-link {
  margin-top: 10px;
  font-weight: 700;
}
#content .content-blocks .block.statementteaserblock .inner .teaser .text-container a.slim-link [class*="icon-"] {
  display: inline-block;
  float: right;
  margin: 3px 0 0 10px;
}
#content .content-blocks .block.statementteaserblock .inner .statement {
  padding: 20px;
}
#content .content-blocks .block.statementteaserblock .inner .statement i,
#content .content-blocks .block.statementteaserblock .inner .statement em {
  display: block;
}
#content .content-blocks .block.embedblock .embed-container {
  position: relative;
  padding-bottom: 200%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#content .content-blocks .block.embedblock .embed-container iframe,
#content .content-blocks .block.embedblock .embed-container embed,
#content .content-blocks .block.embedblock .embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#content .content-blocks .block.embedblock .inner {
  position: relative;
  padding: 0;
}
#content .content-blocks .block.embedblock .inner .text-container {
  padding: 20px;
  background-color: #b2babf;
}
#content .content-projects {
  max-width: 100%;
}
#content .content-projects .project-control {
  width: calc(100% + 40px);
  height: auto;
  margin-left: -20px;
  margin-bottom: 40px;
  background-color: #b2babf;
}
#content .content-projects .project-control ul.filter-nav {
  position: relative;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: inherit;
  -ms-flex-direction: inherit;
  -webkit-flex-direction: inherit;
}
#content .content-projects .project-control ul.filter-nav p,
#content .content-projects .project-control ul.filter-nav span,
#content .content-projects .project-control ul.filter-nav li,
#content .content-projects .project-control ul.filter-nav th,
#content .content-projects .project-control ul.filter-nav td {
  font-size: 16px;
  line-height: 20px;
}
#content .content-projects .project-control ul.filter-nav li {
  list-style: none;
}
#content .content-projects .project-control ul.filter-nav li.filter {
  display: inline-block;
  float: left;
  margin: 0;
  cursor: pointer;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
#content .content-projects .project-control ul.filter-nav li.filter > p {
  position: relative;
  padding: 20px 5px;
}
#content .content-projects .project-control ul.filter-nav li.filter > p [class*="icon-"] {
  float: right;
  margin-top: 2px;
  display: inline-block !important;
  display: block;
  -webkit-background-size: 60px 20px;
  -moz-background-size: 60px 20px;
  -o-background-size: 60px 20px;
  background-size: 60px 20px;
  background-position: -20px -10px;
  width: 10px;
  height: 10px;
  overflow: hidden;
}
#content .content-projects .project-control ul.filter-nav li.filter:first-child > p {
  padding-left: 5px;
}
#content .content-projects .project-control ul.filter-nav li.filter .options {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 2px;
  z-index: 10;
  background-color: #fafbfb;
  min-width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out;
  -ms-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
#content .content-projects .project-control ul.filter-nav li.filter .options p.option {
  position: relative;
  padding: 5px 20px;
  margin-bottom: 2px;
  cursor: pointer;
}
#content .content-projects .project-control ul.filter-nav li.filter .options p.option .ico-selected {
  display: inline-block;
  height: 0.8em;
  width: 0.8em;
  margin: 0.2em 0 0 10px;
  background-color: transparent;
  border: 1px solid #171850;
  float: right;
}
#content .content-projects .project-control ul.filter-nav li.filter .options p.option.selected .ico-selected {
  background-color: #171850;
  border: 1px solid #171850;
}
#content .content-projects .project-control ul.filter-nav li.filter:hover > p [class*="icon-"],
#content .content-projects .project-control ul.filter-nav li.filter.open > p [class*="icon-"] {
  display: block;
  -webkit-background-size: 60px 20px;
  -moz-background-size: 60px 20px;
  -o-background-size: 60px 20px;
  background-size: 60px 20px;
  background-position: 0px -10px;
  width: 10px;
  height: 10px;
  overflow: hidden;
}
#content .content-projects .project-control ul.filter-nav li.filter:hover .options,
#content .content-projects .project-control ul.filter-nav li.filter.open .options {
  max-height: 500px;
}
#content .content-projects .project-control ul.filter-nav li.reset-filters {
  display: none;
  position: absolute;
  bottom: -35px;
  right: 0;
  cursor: pointer;
}
#content .content-projects .project-control ul.filter-nav li.reset-filters p {
  font-size: 16px;
}
#content .content-projects .project-list .preloader {
  margin: 80px auto;
}
#content .content-projects .project-list .project {
  padding-bottom: 20px;
  border-bottom: 2px dotted #171850;
  margin-bottom: 20px;
}
#content .content-projects .project-list .project h4,
#content .content-projects .project-list .project p,
#content .content-projects .project-list .project span,
#content .content-projects .project-list .project li,
#content .content-projects .project-list .project i,
#content .content-projects .project-list .project b,
#content .content-projects .project-list .project strong,
#content .content-projects .project-list .project label,
#content .content-projects .project-list .project select,
#content .content-projects .project-list .project option,
#content .content-projects .project-list .project legend,
#content .content-projects .project-list .project th,
#content .content-projects .project-list .project td {
  font-size: 18px;
  line-height: 24px;
}
#content .content-projects .project-list .project > section {
  padding: 10px 0;
}
#content .content-projects .project-list .project > section h4 {
  margin-top: 10px;
}
#content .content-projects .project-list .project > section h4:first-child {
  margin: 0;
}
#content .content-projects .project-list .project > section.project-details table {
  width: 100%;
  margin-top: 20px;
}
#content .content-projects .project-list .project > section.project-details table th,
#content .content-projects .project-list .project > section.project-details table td {
  width: 50%;
  font-weight: 700;
  padding-bottom: 10px;
}
.NewsPage .content-main .inner,
.NewsPage .content-main h1 {
  margin-bottom: 0 !important;
}
.NewsPage img {
  margin-bottom: 20px;
}
#footer {
  width: 100%;
  position: relative;
  background-color: #fafbfb;
}
#footer a,
#footer a:visited,
#footer p,
#footer span,
#footer li,
#footer i,
#footer b,
#footer strong,
#footer label,
#footer select,
#footer option,
#footer legend,
#footer th,
#footer td {
  color: #171850;
  font-size: 16px;
  line-height: 20px;
}
#footer a.small,
#footer a:visited.small,
#footer p.small,
#footer span.small,
#footer li.small,
#footer i.small,
#footer b.small,
#footer strong.small,
#footer label.small,
#footer select.small,
#footer option.small,
#footer legend.small,
#footer th.small,
#footer td.small {
  font-size: 16px !important;
  line-height: 20px !important;
}
#footer a.tiny,
#footer a:visited.tiny,
#footer p.tiny,
#footer span.tiny,
#footer li.tiny,
#footer i.tiny,
#footer b.tiny,
#footer strong.tiny,
#footer label.tiny,
#footer select.tiny,
#footer option.tiny,
#footer legend.tiny,
#footer th.tiny,
#footer td.tiny {
  font-size: 14px !important;
  line-height: 18px !important;
}
#footer a,
#footer a:visited {
  display: inline-block;
}
#footer a:hover,
#footer a:visited:hover,
#footer a:active,
#footer a:visited:active {
  color: #b2babf;
}
#footer .footer-wrap .contact {
  display: inline-block;
  vertical-align: top;
  width: 55%;
  margin-bottom: 10px;
}
#footer .footer-wrap .partners {
  display: inline-block;
  width: 40%;
  padding-left: 10px;
  text-align: right;
}
#footer .footer-wrap .partners > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 10px 0;
}
#footer .footer-wrap .partners > * img {
  max-height: 12vw;
  max-width: 10vw;
  width: auto;
  height: auto;
}
#CheckoutForm_ShippingAddressForm_SilverShop-Checkout-Component-ShippingAddress_AddressLine2_Holder,
#CheckoutForm_BillingAddressForm_SilverShop-Checkout-Component-BillingAddress_AddressLine2_Holder {
  display: none;
}
#Checkout form label.left {
  min-width: 50%;
}
#SeperateBilling_Holder > input {
  width: auto !important;
  min-width: auto !important;
}
#CheckoutForm_ShippingAddressForm_SilverShop-Checkout-Component-ShippingAddress_State_Holder {
  display: none;
}
@media only screen and (min-width: 920px) {
  .mobile-only {
    display: none !important;
  }
  .tablet-only,
  .tablet-plus {
    display: block !important;
  }
  .tablet-only-inline,
  .tablet-plus-inline {
    display: inline-block !important;
  }
  .inner {
    max-width: 1080px;
    margin: 0 auto;
  }
  .inner.wide {
    max-width: 1600px;
  }
  .multirow {
    column-count: 2;
    column-gap: 20px;
  }
  .multirow h1,
  .multirow h2,
  .multirow h3 {
    column-span: all;
  }
  #header p,
  #header span,
  #header li,
  #header i,
  #header b,
  #header strong,
  #header label,
  #header select,
  #header option,
  #header legend,
  #header th,
  #header td {
    font-size: 18px;
    line-height: 24px;
  }
  #header a,
  #header a:visited {
    font-size: 18px;
    line-height: 24px;
  }
  #header .header-wrap .inner {
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100px;
  }
  #header .brand img {
    width: 250px;
  }
  #header .quicklinks {
    padding: 0;
    max-height: 50px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    margin-right: -10px;
  }
  #header .quicklinks a {
    display: inline;
    padding: 20px 15px;
  }
  #header .quicklinks i {
    font-size: 24px;
    line-height: 24px;
  }
  #header .menu {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    position: relative;
    height: auto;
    width: auto;
    right: 0;
    background-color: transparent;
    overflow-x: visible;
  }
  #header .menu nav.primary {
    margin-bottom: 0;
  }
  #header .menu nav.primary p,
  #header .menu nav.primary a,
  #header .menu nav.primary a:visited {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 40px;
    padding: 5px 10px;
  }
  #header .menu nav.primary p {
    cursor: default;
  }
  #header .menu nav.primary ul.level-1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: inherit;
    -ms-flex-direction: inherit;
    -webkit-flex-direction: inherit;
    justify-content: flex-end;
  }
  #header .menu nav.primary ul.level-1 > li {
    display: inline-block;
  }
  #header .menu nav.primary ul.level-1 > li ul.level-2 {
    position: absolute;
    background-color: #FFFFFF;
    margin-left: -10px;
  }
  #header .menu nav.primary ul.level-1 > li ul.level-2 li a {
    padding: 5px 60px 5px 20px;
  }
  #header .menu nav.primary ul.level-1 > li.current > p,
  #header .menu nav.primary ul.level-1 > li.section > p,
  #header .menu nav.primary ul.level-1 > li.current > a,
  #header .menu nav.primary ul.level-1 > li.section > a,
  #header .menu nav.primary ul.level-1 > li.current > a:visited,
  #header .menu nav.primary ul.level-1 > li.section > a:visited {
    background-color: transparent;
    color: #b2babf;
  }
  #header .menu nav.primary ul.level-1 > li:hover ul.level-2,
  #header .menu nav.primary ul.level-1 > li.active ul.level-2,
  #header .menu nav.primary ul.level-1 > li:hover.dropup.open ul.level-2,
  #header .menu nav.primary ul.level-1 > li.active.dropup.open ul.level-2 {
    max-height: 400px;
  }
  #header .menu nav.primary ul.level-1 > li.dropup.open ul.level-2 {
    max-height: 0;
  }
  #header .menu nav.emergency {
    background-color: #2d2b87;
  }
  #header.sticky .header-wrap > .inner {
    padding: 10px;
    height: 70px;
  }
  #header.sticky .header-wrap .brand {
    top: 10px;
    left: 10px;
  }
  #header.sticky .header-wrap .quicklinks {
    display: none;
  }
  #content h1,
  #content h2,
  #content h1 > *,
  #content h2 > * {
    font-size: 54px !important;
    line-height: 68px !important;
    margin: 0 0 20px;
    letter-spacing: 2px;
  }
  #content h3,
  #content h3 > * {
    font-size: 38px !important;
    line-height: 50px !important;
    margin: 0 0 20px;
    letter-spacing: 2px;
  }
  #content h4,
  #content p,
  #content a,
  #content span,
  #content li,
  #content i,
  #content b,
  #content strong,
  #content label,
  #content select,
  #content option,
  #content legend,
  #content th,
  #content td,
  #content input {
    font-size: 20px;
    line-height: 26px;
  }
  #content h4.lead,
  #content p.lead,
  #content a.lead,
  #content span.lead,
  #content li.lead,
  #content i.lead,
  #content b.lead,
  #content strong.lead,
  #content label.lead,
  #content select.lead,
  #content option.lead,
  #content legend.lead,
  #content th.lead,
  #content td.lead,
  #content input.lead {
    font-size: 38px;
    line-height: 50px;
    margin: 0 0 40px;
  }
  #content h4.small,
  #content p.small,
  #content a.small,
  #content span.small,
  #content li.small,
  #content i.small,
  #content b.small,
  #content strong.small,
  #content label.small,
  #content select.small,
  #content option.small,
  #content legend.small,
  #content th.small,
  #content td.small,
  #content input.small {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  #content h4.tiny,
  #content p.tiny,
  #content a.tiny,
  #content span.tiny,
  #content li.tiny,
  #content i.tiny,
  #content b.tiny,
  #content strong.tiny,
  #content label.tiny,
  #content select.tiny,
  #content option.tiny,
  #content legend.tiny,
  #content th.tiny,
  #content td.tiny,
  #content input.tiny {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  #content a,
  #content a:visited {
    font-size: 20px;
    line-height: 26px;
  }
  #content ul {
    padding-left: 15px;
  }
  #content table.stacktable.large-only {
    display: table;
  }
  #content table.stacktable.small-only {
    display: none;
  }
  #content form fieldset input,
  #content form fieldset select,
  #content form fieldset textarea {
    width: 360px;
    max-width: 100%;
  }
  #content form fieldset input[type="checkbox"] {
    width: auto !important;
  }
  #content .cover-widget,
  #content .box-widget {
    padding: 20px;
  }
  #content .cover-widget h1,
  #content .box-widget h1,
  #content .cover-widget h2,
  #content .box-widget h2,
  #content .cover-widget h3,
  #content .box-widget h3 {
    font-size: 38px !important;
    line-height: 50px !important;
  }
  #content .cover-widget h4,
  #content .box-widget h4,
  #content .cover-widget p,
  #content .box-widget p,
  #content .cover-widget a,
  #content .box-widget a,
  #content .cover-widget a:visited,
  #content .box-widget a:visited,
  #content .cover-widget li,
  #content .box-widget li,
  #content .cover-widget td,
  #content .box-widget td,
  #content .cover-widget strong,
  #content .box-widget strong,
  #content .cover-widget b,
  #content .box-widget b,
  #content .cover-widget i,
  #content .box-widget i,
  #content .cover-widget span,
  #content .box-widget span {
    font-size: 38px;
    line-height: 50px;
  }
  #content .cover-widget h4.lead,
  #content .box-widget h4.lead,
  #content .cover-widget p.lead,
  #content .box-widget p.lead,
  #content .cover-widget a.lead,
  #content .box-widget a.lead,
  #content .cover-widget a:visited.lead,
  #content .box-widget a:visited.lead,
  #content .cover-widget li.lead,
  #content .box-widget li.lead,
  #content .cover-widget td.lead,
  #content .box-widget td.lead,
  #content .cover-widget strong.lead,
  #content .box-widget strong.lead,
  #content .cover-widget b.lead,
  #content .box-widget b.lead,
  #content .cover-widget i.lead,
  #content .box-widget i.lead,
  #content .cover-widget span.lead,
  #content .box-widget span.lead {
    font-size: 24px;
    line-height: 32px;
  }
  #content .cover-widget {
    border-top: none;
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 45%;
  }
  #content .cover-widget .news-entry {
    display: block;
  }
  #content .cover-widget .news-entry h1,
  #content .cover-widget .news-entry h2,
  #content .cover-widget .news-entry h3 {
    font-size: 20px !important;
    line-height: 26px !important;
    margin-bottom: 15px;
  }
  #content .cover-widget .news-entry h4,
  #content .cover-widget .news-entry p,
  #content .cover-widget .news-entry a,
  #content .cover-widget .news-entry a:visited,
  #content .cover-widget .news-entry li,
  #content .cover-widget .news-entry td,
  #content .cover-widget .news-entry strong,
  #content .cover-widget .news-entry b,
  #content .cover-widget .news-entry i,
  #content .cover-widget .news-entry span {
    font-size: 20px;
    line-height: 26px;
  }
  #content .cover-widget .news-entry h4.lead,
  #content .cover-widget .news-entry p.lead,
  #content .cover-widget .news-entry a.lead,
  #content .cover-widget .news-entry a:visited.lead,
  #content .cover-widget .news-entry li.lead,
  #content .cover-widget .news-entry td.lead,
  #content .cover-widget .news-entry strong.lead,
  #content .cover-widget .news-entry b.lead,
  #content .cover-widget .news-entry i.lead,
  #content .cover-widget .news-entry span.lead {
    font-size: 38px;
    line-height: 50px;
  }
  #content .cover-widget .news-entry footer {
    float: none;
  }
  #content .page-image {
    margin-top: 100px;
  }
  #content .page-image .inner {
    position: relative;
    padding: 0 20px;
  }
  #content .page-image .scroller {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: 0;
    width: 100px;
    height: 60px;
    text-align: center;
    cursor: pointer;
  }
  #content .page-image .scroller p {
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 20px;
  }
  #content .page-image .scroller span {
    display: block;
    position: absolute;
    margin: 1px 49px 0;
    height: 40px;
    width: 2px;
    background-color: #FFFFFF;
  }
  #content .content-main {
    margin-top: 40px;
  }
  #content .content-main.sidebar-page {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: inherit;
    -ms-flex-direction: inherit;
    -webkit-flex-direction: inherit;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #content .content-main.sidebar-page.inner .inner {
    padding: 0 0 20px 0 !important;
    margin: 0 !important;
  }
  #content .content-main.sidebar-page > .content,
  #content .content-main.sidebar-page > .sidebar {
    display: inline-block;
  }
  #content .content-main.sidebar-page > .content {
    width: 75%;
    padding-right: 20px;
  }
  #content .content-main.sidebar-page > .sidebar {
    position: relative;
    width: 25%;
    right: auto;
    height: auto;
    z-index: 0;
  }
  #content .content-main.sidebar-page > .sidebar .close-button {
    display: none;
  }
  #content .content-main.sidebar-page > .sidebar a:hover {
    color: #2d2b87;
  }
  #content .content-main.sidebar-page > .sidebar .inner {
    padding: 20px !important;
    background-color: #b2babf;
  }
  #content .content-main.sidebar-page > .sidebar #Sidebar {
    display: block;
  }
  #content .content-main.sidebar-page > .sidebar #Sidebar #ProductNavigation .cart {
    display: block;
    width: 100%;
  }
  #content .content-main.sidebar-page#ProductGroup > .sidebar {
    margin-top: 108px;
  }
  #content .content-main .productList .productItem {
    width: 33%;
  }
  #content .content-main .productList .productItem img {
    margin: 0 auto;
  }
  #content .content-main .productList .productItem .button {
    font-size: 18px;
  }
  #content .content-main .productDetails {
    padding-top: 40px;
  }
  #content .content-main .productDetails.split {
    padding-top: 60px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: inherit;
    -ms-flex-direction: inherit;
    -webkit-flex-direction: inherit;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #content .content-main .productDetails.split .DetailsRight {
    padding: 0 20px 0;
  }
  #content #Checkout form input.text {
    width: 360px;
  }
  #content .content-blocks .block.teamblock .team {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  #content .content-blocks .block.teamblock .team .member {
    width: 33.33333%;
    padding: 10px 20px;
  }
  #content .content-blocks .block.teaserblock .inner .text-container {
    margin-top: -60px;
  }
  #content .content-blocks .block.teaserblock .inner .text-container a.slim-link {
    margin-top: 20px;
  }
  #content .content-blocks .block.statementteaserblock .inner .teaser {
    position: relative;
  }
  #content .content-blocks .block.statementteaserblock .inner .teaser .teaser-image {
    margin: 0 -10% 0 45%;
  }
  #content .content-blocks .block.statementteaserblock .inner .teaser .text-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    padding: 60px 40px;
  }
  #content .content-blocks .block.statementteaserblock .inner .teaser .text-container p,
  #content .content-blocks .block.statementteaserblock .inner .teaser .text-container a,
  #content .content-blocks .block.statementteaserblock .inner .teaser .text-container a:visited {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
  }
  #content .content-blocks .block.embedblock .embed-container {
    padding-bottom: 56.25%;
  }
  #content .content-blocks .block.embedblock .inner .text-container {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 40px;
  }
  #content .content-blocks .block.embedblock .inner .text-container p,
  #content .content-blocks .block.embedblock .inner .text-container a,
  #content .content-blocks .block.embedblock .inner .text-container a:visited {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
  }
  #content .content-blocks .block.textimageblock .article-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: inherit;
    -ms-flex-direction: inherit;
    -webkit-flex-direction: inherit;
  }
  #content .content-blocks .block.textimageblock .article-wrap .article-image {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: inherit;
    -ms-flex-direction: inherit;
    -webkit-flex-direction: inherit;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 20px;
  }
  #content .content-blocks .block.textimageblock .article-wrap .article-text {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #content .content-projects {
    max-width: 100%;
  }
  #content .content-projects .project-control {
    width: 100%;
    margin: 0 0 40px 0;
  }
  #content .content-projects .project-control ul.filter-nav p,
  #content .content-projects .project-control ul.filter-nav span,
  #content .content-projects .project-control ul.filter-nav li,
  #content .content-projects .project-control ul.filter-nav th,
  #content .content-projects .project-control ul.filter-nav td {
    font-size: 20px;
    line-height: 26px;
  }
  #content .content-projects .project-control ul.filter-nav li.filter {
    position: relative;
    text-align: center;
  }
  #content .content-projects .project-control ul.filter-nav li.filter > p {
    padding: 20px 5px;
  }
  #content .content-projects .project-control ul.filter-nav li.filter > p [class*="icon-"] {
    float: none;
    margin: 5px 10px 0;
    display: block;
    -webkit-background-size: 108px 36px;
    -moz-background-size: 108px 36px;
    -o-background-size: 108px 36px;
    background-size: 108px 36px;
    background-position: -36px -18px;
    width: 18px;
    height: 18px;
    overflow: hidden;
  }
  #content .content-projects .project-control ul.filter-nav li.filter:first-child > p {
    padding-left: 5px;
  }
  #content .content-projects .project-control ul.filter-nav li.filter .options {
    left: unset;
    width: auto;
    min-width: 26vw;
    text-align: left;
  }
  #content .content-projects .project-control ul.filter-nav li.filter .options p.option {
    padding: 10px 20px;
    margin-bottom: 2px;
  }
  #content .content-projects .project-control ul.filter-nav li.filter:hover > p [class*="icon-"],
  #content .content-projects .project-control ul.filter-nav li.filter.open > p [class*="icon-"] {
    display: block;
    -webkit-background-size: 108px 36px;
    -moz-background-size: 108px 36px;
    -o-background-size: 108px 36px;
    background-size: 108px 36px;
    background-position: 0px -18px;
    width: 18px;
    height: 18px;
    overflow: hidden;
  }
  #content .content-projects .project-list .project {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: inherit;
    -ms-flex-direction: inherit;
    -webkit-flex-direction: inherit;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #content .content-projects .project-list .project > section h4 {
    margin-top: 20px;
  }
  #content .content-projects .project-list .project > section.project-image {
    width: 100%;
    margin-bottom: 20px;
  }
  #content .content-projects .project-list .project > section.project-details,
  #content .content-projects .project-list .project > section.project-references {
    width: calc(50% - 10px);
  }
  #footer a,
  #footer a:visited,
  #footer p,
  #footer span,
  #footer li,
  #footer i,
  #footer b,
  #footer strong,
  #footer label,
  #footer select,
  #footer option,
  #footer legend,
  #footer th,
  #footer td {
    font-size: 18px;
    line-height: 24px;
  }
  #footer a.small,
  #footer a:visited.small,
  #footer p.small,
  #footer span.small,
  #footer li.small,
  #footer i.small,
  #footer b.small,
  #footer strong.small,
  #footer label.small,
  #footer select.small,
  #footer option.small,
  #footer legend.small,
  #footer th.small,
  #footer td.small {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  #footer a.tiny,
  #footer a:visited.tiny,
  #footer p.tiny,
  #footer span.tiny,
  #footer li.tiny,
  #footer i.tiny,
  #footer b.tiny,
  #footer strong.tiny,
  #footer label.tiny,
  #footer select.tiny,
  #footer option.tiny,
  #footer legend.tiny,
  #footer th.tiny,
  #footer td.tiny {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  #footer .footer-wrap .contact {
    width: 50%;
  }
  #footer .footer-wrap .contact p {
    float: left;
    margin: 0 10px 0 0;
  }
  #footer .footer-wrap .partners {
    width: 49%;
    margin: 10px 0 -20px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .mobile-only,
  .tablet-only,
  .tablet-minus {
    display: none !important;
  }
  .desktop-only {
    display: block !important;
  }
  .desktop-only-inline {
    display: inline-block !important;
  }
  #header p,
  #header span,
  #header li,
  #header i,
  #header b,
  #header strong,
  #header label,
  #header select,
  #header option,
  #header legend,
  #header th,
  #header td {
    font-size: 18px;
    line-height: 24px;
  }
  #header a,
  #header a:visited {
    font-size: 18px;
    line-height: 24px;
  }
  #header .menu nav.primary {
    margin-bottom: 0;
  }
  #header .menu nav.primary p,
  #header .menu nav.primary a,
  #header .menu nav.primary a:visited {
    font-size: 20px;
  }
  #content h1,
  #content h2,
  #content h1 > *,
  #content h2 > * {
    font-size: 54px !important;
    line-height: 68px !important;
  }
  #content h3,
  #content h3 > * {
    font-size: 40px !important;
    line-height: 54px !important;
  }
  #content h4,
  #content p,
  #content a,
  #content span,
  #content li,
  #content i,
  #content b,
  #content strong,
  #content label,
  #content select,
  #content option,
  #content legend,
  #content th,
  #content td,
  #content input {
    font-size: 20px;
    line-height: 26px;
  }
  #content h4.lead,
  #content p.lead,
  #content a.lead,
  #content span.lead,
  #content li.lead,
  #content i.lead,
  #content b.lead,
  #content strong.lead,
  #content label.lead,
  #content select.lead,
  #content option.lead,
  #content legend.lead,
  #content th.lead,
  #content td.lead,
  #content input.lead {
    font-size: 40px;
    line-height: 54px;
    margin: 0 0 40px;
  }
  #content h4.small,
  #content p.small,
  #content a.small,
  #content span.small,
  #content li.small,
  #content i.small,
  #content b.small,
  #content strong.small,
  #content label.small,
  #content select.small,
  #content option.small,
  #content legend.small,
  #content th.small,
  #content td.small,
  #content input.small {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  #content h4.tiny,
  #content p.tiny,
  #content a.tiny,
  #content span.tiny,
  #content li.tiny,
  #content i.tiny,
  #content b.tiny,
  #content strong.tiny,
  #content label.tiny,
  #content select.tiny,
  #content option.tiny,
  #content legend.tiny,
  #content th.tiny,
  #content td.tiny,
  #content input.tiny {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  #content a,
  #content a:visited {
    font-size: 20px;
    line-height: 26px;
  }
  #content table.stacktable.large-only {
    display: table;
  }
  #content table.stacktable.small-only {
    display: none;
  }
  #content form fieldset input,
  #content form fieldset select,
  #content form fieldset textarea {
    width: 420px;
    max-width: 100%;
  }
  #content .cover-widget {
    max-width: 36%;
  }
  #content .cover-widget .news-entry h1,
  #content .cover-widget .news-entry h2,
  #content .cover-widget .news-entry h3 {
    font-size: 40px !important;
    line-height: 54px !important;
    margin-bottom: 15px;
  }
  #content .cover-widget .news-entry h4,
  #content .cover-widget .news-entry p,
  #content .cover-widget .news-entry a,
  #content .cover-widget .news-entry a:visited,
  #content .cover-widget .news-entry li,
  #content .cover-widget .news-entry td,
  #content .cover-widget .news-entry strong,
  #content .cover-widget .news-entry b,
  #content .cover-widget .news-entry i,
  #content .cover-widget .news-entry span {
    font-size: 20px;
    line-height: 26px;
  }
  #content .cover-widget .news-entry h4.lead,
  #content .cover-widget .news-entry p.lead,
  #content .cover-widget .news-entry a.lead,
  #content .cover-widget .news-entry a:visited.lead,
  #content .cover-widget .news-entry li.lead,
  #content .cover-widget .news-entry td.lead,
  #content .cover-widget .news-entry strong.lead,
  #content .cover-widget .news-entry b.lead,
  #content .cover-widget .news-entry i.lead,
  #content .cover-widget .news-entry span.lead {
    font-size: 40px;
    line-height: 54px;
  }
  #content .content-main {
    margin-top: 60px;
  }
  #content .content-main.sidebar-page > .content {
    width: 80%;
  }
  #content .content-main.sidebar-page > .sidebar {
    width: 20%;
  }
  #content .content-main .productList .productItem {
    width: 25%;
  }
  #content .content-main .productList .productItem .button {
    font-size: 18px;
  }
  #content #Checkout form input.text {
    width: 420px;
  }
  #content .content-blocks .block.teaserblock .teaser-image {
    width: 65%;
  }
  #content .content-blocks .block.teaserblock .inner .text-container {
    position: absolute;
    right: 0;
    bottom: 6vw;
    width: 55vw;
    max-width: 55%;
    margin-top: 0;
    padding: 40px;
  }
  #content .content-blocks .block.statementteaserblock .multiblock .inner {
    padding: 20px;
  }
  #content .content-blocks .block.statementteaserblock .inner .teaser {
    width: 65%;
    margin-bottom: 100px;
  }
  #content .content-blocks .block.statementteaserblock .inner .teaser .text-container {
    width: 55%;
  }
  #content .content-blocks .block.statementteaserblock .inner .teaser .teaser-image {
    margin-right: -15%;
    margin-left: 40%;
    min-width: 350px;
  }
  #content .content-blocks .block.statementteaserblock .inner .statement {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40vw;
    max-width: 40%;
    padding: 20px;
    margin-right: 20px;
    background-color: #FFFFFF;
  }
  #content .content-blocks .block.embedblock .main {
    width: 65%;
  }
  #content .content-blocks .block.embedblock .inner .text-container {
    bottom: 14vw;
  }
  #content .content-blocks .block.embedblock .inner .text-container p,
  #content .content-blocks .block.embedblock .inner .text-container a,
  #content .content-blocks .block.embedblock .inner .text-container a:visited {
    font-size: 38px;
    line-height: 50px;
  }
  #content .content-projects .project-list .project {
    justify-content: space-between;
  }
  #content .content-projects .project-list .project > section.project-image,
  #content .content-projects .project-list .project > section.project-details,
  #content .content-projects .project-list .project > section.project-references {
    width: calc(33.33333% - 20px);
  }
  #footer p,
  #footer a,
  #footer span,
  #footer li,
  #footer i,
  #footer b,
  #footer strong,
  #footer label,
  #footer select,
  #footer option,
  #footer legend,
  #footer th,
  #footer td {
    font-size: 18px;
    line-height: 24px;
  }
  #footer p.small,
  #footer a.small,
  #footer span.small,
  #footer li.small,
  #footer i.small,
  #footer b.small,
  #footer strong.small,
  #footer label.small,
  #footer select.small,
  #footer option.small,
  #footer legend.small,
  #footer th.small,
  #footer td.small {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  #footer p.tiny,
  #footer a.tiny,
  #footer span.tiny,
  #footer li.tiny,
  #footer i.tiny,
  #footer b.tiny,
  #footer strong.tiny,
  #footer label.tiny,
  #footer select.tiny,
  #footer option.tiny,
  #footer legend.tiny,
  #footer th.tiny,
  #footer td.tiny {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  #footer a,
  #footer a:visited {
    font-size: 18px;
    line-height: 24px;
  }
}
@media print {
  #navigation {
    display: none !important;
  }
}
