/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

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

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

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

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

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Slate W01", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #444;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

a {
  color: #1d3e93;
  text-decoration: none;
}
a:hover, a:focus {
  color: #2a59d3;
  text-decoration: none;
}

hr {
  margin-top: 14px;
  margin-bottom: 14px;
  border: 0;
  border-top: 1px solid #dddddd;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 780px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1000px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -30px;
  margin-right: -30px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Slate W01", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: inherit;
  margin: 0 0 14px;
}

h1 {
  font-size: inherit;
}

h2 {
  font-size: inherit;
}

h3 {
  font-size: inherit;
}

h4 {
  font-size: inherit;
}

h5 {
  font-size: inherit;
}

h6 {
  font-size: inherit;
}

p,
ul,
ol {
  margin: 0 0 14px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: "Slate W01", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

.text-justify {
  text-align: justify;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

.img-circle {
  border-radius: 50%;
}

.img-rounded {
  border-radius: 4px;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto !important;
}

@media (max-width: 767px) {
  .no-pull-xs {
    float: none !important;
    margin: inherit !important;
    display: block !important;
  }
  .no-align-xs {
    text-align: inherit !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .no-pull-sm {
    float: none !important;
    margin: inherit !important;
    display: block !important;
  }
  .no-align-sm {
    text-align: inherit !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .no-pull-md {
    float: none !important;
    margin: inherit !important;
    display: block !important;
  }
  .no-align-md {
    text-align: inherit !important;
  }
}
@media (min-width: 1200px) {
  .no-pull-lg {
    float: none !important;
    margin: inherit !important;
    display: block !important;
  }
  .no-align-lg {
    text-align: inherit !important;
  }
}
iframe[name=google_conversion_frame] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

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

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../png/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../gif/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../gif/blank.gif"); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../png/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../png/fancybox_sprite%402x.png");
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("../gif/fancybox_loading%402x.gif");
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}

#fancybox-thumbs.bottom {
  bottom: 2px;
}

#fancybox-thumbs.top {
  top: 2px;
}

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

#fancybox-thumbs ul li {
  float: left;
  padding: 5px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#fancybox-thumbs ul li.active {
  opacity: 1;
  filter: alpha(opacity=100);
}

#fancybox-thumbs ul li:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  outline: none;
}

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #848484;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 14px;
}
.table > tr > th,
.table > tr > td,
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.4;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > tr > th,
.table-condensed > tr > td,
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > tr > th,
.table-bordered > tr > td,
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tr:nth-child(odd),
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.table-hover > tr:hover,
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 1.05;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tr > th,
  .table-responsive > .table > tr > td,
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tr > th:first-child,
  .table-responsive > .table-bordered > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tr > th:last-child,
  .table-responsive > .table-bordered > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tr:last-child > th,
  .table-responsive > .table-bordered > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: inherit;
  color: #444;
  border: 0;
  border-bottom: 1px solid #dddddd;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 7px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

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

input[type=range] {
  display: block;
  width: 100%;
}

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

input[type=search] {
  -webkit-appearance: none;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=date],
textarea,
select {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 14px;
  height: 33px;
  line-height: 1.4;
  color: #5e5e5e;
  width: 100%;
}
@media (max-width: 767px) {
  input[type=text], input[type=text]:focus,
  input[type=password],
  input[type=password]:focus,
  input[type=email],
  input[type=email]:focus,
  input[type=tel],
  input[type=tel]:focus,
  input[type=number],
  input[type=number]:focus,
  input[type=date],
  input[type=date]:focus,
  textarea,
  textarea:focus,
  select,
  select:focus {
    font-size: 16px;
    height: 36px;
    line-height: 1.4;
  }
}

input,
textarea,
select {
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
input[disabled], input[readonly], fieldset[disabled] input,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
select[disabled],
select[readonly],
fieldset[disabled] select {
  background-color: #eee;
  opacity: 1;
}

input[type=submit],
input[type=button] {
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.4;
  padding: 10px 20px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #1d3e93;
  border-color: #1d3e93;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: #1d3e93;
  background-color: transparent;
  border-radius: 4px;
}
input[type=submit]:hover, input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:focus {
  color: #1d3e93;
  background-color: rgba(13, 13, 13, 0);
  border-color: #1b3a8a;
  text-decoration: none;
}
input[type=submit]:active, input[type=submit].active,
input[type=button]:active,
input[type=button].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.125);
}
input[type=submit].disabled, input[type=submit][disabled],
input[type=button].disabled,
input[type=button][disabled] {
  pointer-events: none;
  opacity: 0.65;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input[type=submit].btn-block,
input[type=button].btn-block {
  width: 100%;
}

nav.toggle-enabled ul.nav {
  display: none;
}
@media (min-width: 992px) {
  nav.toggle-enabled ul.nav {
    display: block !important;
  }
  nav.toggle-enabled .nav-toggle {
    display: none;
  }
}

.paging {
  padding: 14px 0;
  margin: 0;
  line-height: 1.4;
  color: #848484;
  font-size: 12px;
  width: 100%;
}
.paging:before, .paging:after {
  content: " ";
  display: table;
}
.paging:after {
  clear: both;
}
.paging select {
  display: inline-block;
  margin-left: 7px;
  padding: 2px;
  height: auto;
  width: auto;
  height: 5.4;
}
.paging .results {
  float: left;
}
.paging .results-options {
  float: right;
  text-align: right;
}
.paging .results-options > span {
  margin-left: 14px;
  vertical-align: middle;
}
.paging .results-options ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
}
.paging .results-options ul > li {
  float: left;
  margin-right: 7px;
}
.paging .results-options ul > li:last-child {
  margin-right: 0;
}
.paging.pagingTop {
  padding-top: 0;
}
.paging.pagingBtm {
  padding-bottom: 0;
}
.paging .pagerSummary {
  padding: 6px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .paging .pagerSummary {
    float: left;
  }
}
.paging .pagerSummary:empty {
  display: none;
}
.paging .rss {
  float: left;
  padding: 6px 6px 6px 0px;
}

.pager,
.pagination {
  display: inline-block;
  float: right;
  margin: 7px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
  border-radius: 4px;
}
.pager:before, .pager:after,
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pager:after,
.pagination:after {
  clear: both;
}
.pager li,
.pagination li {
  display: block;
  float: left;
}
.pager li > a, .pager li.selected,
.pagination li > a,
.pagination li.selected {
  display: inline-block;
  padding: 5px 14px;
  background-color: inherit;
  border: 1px solid #dddddd;
  position: relative;
  float: left;
  line-height: 1.4;
  text-decoration: none;
  margin-left: -1px;
}
.pager li:first-child > a,
.pagination li:first-child > a {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pager li:last-child > a,
.pagination li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pager li > a:hover,
.pager li > a:focus,
.pagination li > a:hover,
.pagination li > a:focus {
  text-decoration: none;
  background-color: inherit;
  color: inherit;
}
.pager li.selected, .pager li.active > a,
.pagination li.selected,
.pagination li.active > a {
  z-index: 2;
  color: #fff;
  background-color: #1d3e93;
  border-color: #152c68;
  cursor: default;
}
.pager > li > a:hover, .pager > li > a:focus,
.pagination > li > a:hover,
.pagination > li > a:focus {
  color: inherit;
  background-color: inherit;
}
.pager .next > a,
.pagination .next > a {
  float: right;
}
.pager .prev > a,
.pagination .prev > a {
  float: left;
}
.pager > .disabled > a,
.pager > .disabled > a:hover,
.pager > .disabled > a:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #848484;
  background-color: #eee;
}
@media (max-width: 767px) {
  .pager,
  .pagination {
    float: none;
    width: 100%;
  }
  .pager li,
  .pager li > a, .pager li.selected,
  .pagination li,
  .pagination li > a,
  .pagination li.selected {
    display: none;
  }
  .pager li.next, .pager li.prev,
  .pagination li.next,
  .pagination li.prev {
    display: block;
    width: 50%;
  }
  .pager li.next > a, .pager li.prev > a,
  .pagination li.next > a,
  .pagination li.prev > a {
    display: block;
    width: 100%;
  }
}

.sorting-options:before, .sorting-options:after {
  content: " ";
  display: table;
}
.sorting-options:after {
  clear: both;
}
.sorting-options .pagination {
  float: none;
}
.sorting-options p {
  padding: 0;
}
.sorting-options .label-inline,
.sorting-options .form-inline {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
  margin-right: 14px;
}
.sorting-options .label-inline label,
.sorting-options .label-inline select,
.sorting-options .form-inline label,
.sorting-options .form-inline select {
  font-weight: normal;
  display: inline-block;
  width: auto;
}
.sorting-options .form-group select {
  padding: 5px;
}
.sorting-options .form-group select.input-sm {
  height: 26px;
  line-height: 26px;
  padding: 3px;
}

.shop .paging ul.pager {
  float: left;
}

.alert {
  padding: 10px 20px;
  margin-bottom: 14px;
  border-radius: 4px;
  font-size: 12px;
  display: inline-block;
}
.alert p:last-child,
.alert ul:last-child,
.alert ol:last-child {
  margin-bottom: 0;
}
.alert.alert-error {
  color: #d9534f;
  background-color: #fdf7f7;
  border: 1px solid #f4cecd;
}
.alert.alert-success {
  color: #3c763d;
  background-color: #eef6ee;
  border: 1px solid #cce5cc;
}
.alert.alert-warning {
  color: #766c3c;
  background-color: #f6f5ee;
  border: 1px solid #e5e1cc;
}
.alert.alert-info {
  color: #3c5a76;
  background-color: #eef2f6;
  border: 1px solid #ccd9e5;
}
.alert > .noticeMessage {
  padding: 10px 20px !important;
  margin: -10px -20px;
  border-radius: 4px;
  font-size: 12px;
  display: inline-block;
  left: inherit !important;
  width: inherit !important;
}
.alert > .noticeMessage.error {
  color: #d9534f;
  background-color: #fdf7f7;
  border: 1px solid #f4cecd;
}

.success {
  color: #3c763d !important;
  background-color: #eef6ee;
  border: 1px solid #cce5cc;
  font-size: 12px;
  padding: 6px 12px;
  margin-bottom: 14px;
  border-radius: 4px;
}

#validation > span,
.validate-summary,
.Validation-Summary,
.validation-summary,
#contentControl_valSummary {
  color: #d9534f !important;
  background-color: #fdf7f7;
  border: 1px solid #f4cecd;
  font-size: 12px;
  padding: 6px 12px;
  margin-bottom: 14px;
  border-radius: 4px;
}
#validation > span img,
.validate-summary img,
.Validation-Summary img,
.validation-summary img,
#contentControl_valSummary img {
  max-width: 16px;
  max-height: 16px;
  margin-right: 10px;
}
#validation > span > ul,
.validate-summary > ul,
.Validation-Summary > ul,
.validation-summary > ul,
#contentControl_valSummary > ul {
  margin-top: 14px;
}

.error {
  color: #d9534f !important;
}
.error br {
  display: none;
}

div#contentControl_UpdateProgress1 {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
}

.updating,
.processing-order {
  position: fixed;
  width: 280px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 25%;
  padding: 40px 80px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.updating img,
.processing-order img {
  display: block;
  margin: 0 auto 14px;
}

.processing-order {
  width: 450px;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

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

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

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

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

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.4px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.4;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .container {
    max-width: 100% !important;
  }
  header,
  footer {
    display: none !important;
  }
}
.breadcrumbs,
.breadcrumbs a {
  color: #848484;
}

.submenu h2 {
  font-size: 16px;
  font-family: "Slate W01", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
}
.submenu ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.submenu ul:before, .submenu ul:after {
  content: " ";
  display: table;
}
.submenu ul:after {
  clear: both;
}
.submenu ul > li {
  position: relative;
  display: block;
}
.submenu ul > li > a {
  position: relative;
  display: block;
  padding: 7px 0;
  color: inherit;
  border-radius: 4px;
  background-color: inherit;
  cursor: pointer;
}
.submenu ul > li > a:hover, .submenu ul > li > a:focus {
  color: inherit;
  background-color: inherit;
}
.submenu ul > li.active > a, .submenu ul > li.selected > a, .submenu ul > li.subPageSelected > a {
  color: #fff;
  background-color: #1d3e93;
}
.submenu ul > li ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: none;
}
.submenu ul > li ul li {
  position: relative;
  display: block;
}
.submenu ul > li ul li a {
  position: relative;
  display: block;
}
.submenu ul li.subPageSelected {
  color: #2a59d3;
}
.news .item:before, .news .item:after,
.news .article:before,
.news .article:after {
  content: " ";
  display: table;
}
.news .item:after,
.news .article:after {
  clear: both;
}
.news .item .date,
.news .item .category-data,
.news .item .tag-data,
.news .article .date,
.news .article .category-data,
.news .article .tag-data {
  font-size: 12px;
  color: #848484;
}
.news .item .meta,
.news .article .meta {
  margin-bottom: 14px;
  font-size: 12px;
  color: #848484;
}
.news .item .meta:before, .news .item .meta:after,
.news .article .meta:before,
.news .article .meta:after {
  content: " ";
  display: table;
}
.news .item .meta:after,
.news .article .meta:after {
  clear: both;
}
.news .item .meta .author-photo,
.news .article .meta .author-photo {
  float: left;
  margin-right: 7px;
}
.news .item .meta .author-photo img,
.news .article .meta .author-photo img {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  display: block;
}
.news .item .meta:empty,
.news .article .meta:empty {
  display: none;
}
.news .item {
  padding-top: 14px;
  padding-bottom: 14px;
}
.news .item .img {
  text-align: center;
  margin: 0 0 14px;
}
.news .item .img img {
  width: auto;
  display: block;
  max-width: 100%;
  height: auto !important;
  margin-left: auto;
  margin-right: auto;
}
.news .item .img.no-image {
  display: none;
}
.news .item .txt > h3,
.news .item .txt > h4 {
  font-size: 16px;
  font-family: "Slate W01", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
}
.news .item .more-info {
  margin-top: 14px;
}
.news .article .desc {
  border-top: 1px solid #dddddd;
  padding-top: 14px;
}
.news .article .desc:before, .news .article .desc:after {
  content: " ";
  display: table;
}
.news .article .desc:after {
  clear: both;
}
.news .article .back {
  margin-top: 14px;
}

.newsFilters ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-bottom: 14px;
}
.newsFilters ul li {
  margin-bottom: 7px;
}
.newsFilters ul ul {
  padding-left: 14px;
}
.newsFilters .newsAuthors li a {
  line-height: 32px;
}
.newsFilters .newsAuthors li a:before, .newsFilters .newsAuthors li a:after {
  content: " ";
  display: table;
}
.newsFilters .newsAuthors li a:after {
  clear: both;
}
.newsFilters .newsAuthors .author-photo {
  float: left;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  margin-right: 7px;
}
.newsFilters .newsAuthors .author-photo.no-image {
  width: auto;
  margin-right: 0;
}
.newsFilters .newsAuthors .author-photo img {
  width: 32px;
  height: 32px;
  border-radius: 4px;
}

div.formbuilder .grouped-form > div {
  margin-bottom: 14px;
}
div.formbuilder .grouped-form > div label {
  font-weight: normal;
  margin-bottom: 7px;
}
div.formbuilder .grouped-form > div textarea {
  height: 100px;
}
div.formbuilder .actions input.back[disabled] {
  display: none !important;
}
.inputs-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.inputs-list .inputs-list {
  margin-left: 14px;
  margin-bottom: 14px;
}
.inputs-list input[type=radio],
.inputs-list input[type=checkbox] {
  margin-right: 4px;
}
.inputs-list.horz > li {
  float: left;
  margin-right: 14px;
}
.inputs-list.horz > li:last-child {
  margin-right: 0;
}
.inputs-list.text input {
  width: 50px;
}
.inputs-list.repeat-2 td {
  width: 50%;
}
.inputs-list.repeat-3 td {
  width: 33.3%;
}
.inputs-list.repeat-4 td {
  width: 25%;
}
.inputs-list.repeat-5 td {
  width: 10%;
}

.help-block {
  display: block;
  font-size: 12px;
  color: #848484;
  clear: both;
}

.formshield .input div {
  float: left;
  width: 180px;
  margin: 2px 10px 5px 0;
}
.formshield .input div img {
  width: 180px;
  height: 36px;
}
.formshield .input input {
  width: 180px;
  float: left;
  clear: right;
}

table.formbuilder {
  width: 100%;
}
table.formbuilder td {
  vertical-align: top;
  padding-bottom: 14px;
}
table.formbuilder td.leftcolumn {
  font-weight: normal;
  text-align: right;
  padding: 6px 12px;
  width: 33%;
}
table.formbuilder td.rightcolumn {
  position: relative;
}
table.formbuilder td input,
table.formbuilder td input label,
table.formbuilder td input select {
  float: left;
  display: block;
}
table.formbuilder td textarea {
  height: 100px;
}
table.formbuilder td select {
  padding: 4px;
}
table.formbuilder td div img {
  width: 180px;
  height: 36px;
  margin-bottom: 7px;
}
table.formbuilder td div + input {
  width: 180px;
}
table.formbuilder table {
  float: left;
}
table.formbuilder table td {
  font-size: 11px;
  width: auto;
  padding: 0;
}
@media (max-width: 767px) {
  table.formbuilder,
  table.formbuilder tbody,
  table.formbuilder tr,
  table.formbuilder th,
  table.formbuilder td,
  table.formbuilder td.leftcolumn,
  table.formbuilder td.rightcolumn {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
  }
  table.formbuilder td.leftcolumn {
    padding-bottom: 3.5px;
  }
  table.formbuilder td.rightcolumn {
    padding-bottom: 7px;
  }
  table.formbuilder td.rightcolumn input,
  table.formbuilder td.rightcolumn label,
  table.formbuilder td.rightcolumn select {
    float: none;
  }
  table.formbuilder tr:last-child td.leftcolumn {
    display: none;
  }
}

.members-login legend,
.dynamic-signup legend {
  display: none;
}
.members-login fieldset > ol,
.members-login fieldset > ul,
.dynamic-signup fieldset > ol,
.dynamic-signup fieldset > ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin: 14px 0;
}
.members-login fieldset > ol > li,
.members-login fieldset > ul > li,
.dynamic-signup fieldset > ol > li,
.dynamic-signup fieldset > ul > li {
  margin-bottom: 14px;
}

.form1 > ol,
.form1 > ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.form1 > ol > li,
.form1 > ul > li {
  margin-bottom: 14px;
}
.form1 > ol > li span,
.form1 > ul > li span {
  position: absolute;
}

.dynamic-signup fieldset > ol > li {
  position: relative;
}
.dynamic-signup fieldset > ol > li:before, .dynamic-signup fieldset > ol > li:after {
  content: " ";
  display: table;
}
.dynamic-signup fieldset > ol > li:after {
  clear: both;
}
.dynamic-signup fieldset > ol > li label {
  font-weight: normal;
  margin-bottom: 7px;
}
.dynamic-signup fieldset > ol > li label[for=btnSubmit] {
  display: none;
}
.dynamic-signup fieldset > ol > li label + .inline {
  display: inline-block;
}
.dynamic-signup fieldset > ol > li > br + span > label {
  margin-top: 7px;
}
.dynamic-signup fieldset > ol > li .inline {
  display: block;
}
.dynamic-signup fieldset > ol > li .inline label {
  margin-right: 14px;
}
.dynamic-signup fieldset > ol > li .inline input[type=radio],
.dynamic-signup fieldset > ol > li .inline input[type=checkbox] {
  margin-right: 4px;
}
.dynamic-signup fieldset > ol > li textarea {
  height: 100px;
}
.dynamic-signup fieldset > ol > li input[type=submit].button {
  color: #fff;
  background-color: #1d3e93;
  border-color: #1b3a8a;
}
.dynamic-signup fieldset > ol > li input[type=submit].button:hover, .dynamic-signup fieldset > ol > li input[type=submit].button:focus {
  color: #fff;
  background-color: #2147a8;
  border-color: #1a3782;
}
.dynamic-signup input[type=radio],
.dynamic-signup input[type=checkbox] {
  margin-right: 4px;
}
.dynamic-signup label[for$=DOB] {
  display: block;
}
.dynamic-signup select[id$=DOB] {
  width: auto;
  margin-right: 7px;
}

.manageAddress .addressList {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.manageAddress .addressList li {
  position: relative;
  padding: 14px 0;
}
.manageAddress .addressList li .functions a + a {
  margin-left: 14px;
}
.manageAddress .addressList li .setDefaults {
  margin: 14px 0;
}
.manageAddress .addressList li .setDefaults label.radio {
  display: inline-block;
  font-weight: normal;
}
.manageAddress .formGroup .help {
  display: block;
  font-size: 12px;
  color: #848484;
  clear: both;
}
.manageAddress .formGroup input + input {
  margin-top: 7px;
}
.manageAddress .formGroup .error {
  font-size: 12px;
}

/* ---------------- */
/* retrievePassword */
/* ---------------- */
.retrievePassword .alert-info {
  display: block;
}
.retrievePassword .button {
  position: relative !important;
}

/* ------------- */
/* manageAddress */
/* ------------- */
/*
.manageAddress .addressList .address {width:300px;}
.manageAddress .addressList .functions {width:300px; margin:10px 0;}
.manageAddress .addressList .functions a {margin-right:10px;}
.manageAddress .addressList .setDefaults {
	position:absolute; top:8px; left:320px;
	width:300px;
}
.manageAddress .addressList .setDefaults label.radio {
	float:left;
	font-weight:normal;
	width:130px;
}
.manageAddress .addressList .setDefaults label.radio input {margin-right:5px;}
*/
.shop .siteSearch legend,
.sitesearch legend {
  display: none;
}

.shop .siteSearch,
.searchInput {
  margin-bottom: 14px;
  width: 100%;
}
.shop .siteSearch .textfield,
.searchInput .textfield {
  margin-bottom: 7px;
}
.shop .siteSearch .button,
.searchInput .button {
  height: 33px;
  width: 100%;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .shop .siteSearch .textfield,
  .searchInput .textfield {
    float: left;
    width: 80%;
  }
  .shop .siteSearch .button,
  .searchInput .button {
    margin-left: 1%;
    width: 19%;
  }
}

.searchResults .resultStats {
  font-size: 12px;
  color: #848484;
  margin-bottom: 14px;
}
.searchResults .result {
  padding: 14px 0;
}
.searchResults .result:before, .searchResults .result:after {
  content: " ";
  display: table;
}
.searchResults .result:after {
  clear: both;
}
.searchResults .result .img {
  float: left;
  margin-right: 14px;
  width: 128px;
  height: 128px;
  border-radius: 4px;
  background: #f7f7f7;
  overflow: hidden;
  text-align: center;
}
.searchResults .result .img .quickView {
  display: none;
}
.searchResults .result .img.noimg {
  display: none;
}
.searchResults .result .img img {
  width: auto !important;
  height: auto !important;
  max-height: 128px;
}
.searchResults .result h3 {
  margin-bottom: 7px;
}
.searchResults .result .info {
  font-size: 12px;
  color: #848484;
  margin-bottom: 7px;
}
.searchResults .result .shortdesc p {
  margin-bottom: 7px;
}
.searchResults .result .category-data, .searchResults .result .tag-data {
  font-size: 12px;
  float: left;
  margin-right: 14px;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s, visibility 0s;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity 0.25s, visibility 0s, color 0.25s;
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button::after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke 0.1s;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../ajax-loader.html") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../slick.html");
  src: url("../slickd41d.html#iefix") format("embedded-opentype"), url("../slick-2.html") format("woff"), url("../slick-3.html") format("truetype"), url("../slick-4.html#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  z-index: 6;
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  bottom: 100px;
  padding: 0;
  border: none;
  outline: none;
}
.project-slider .slick-prev,
.project-slider .slick-next {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  display: inline-block;
  font: normal normal normal 14px/1 Mintox;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 1rem;
}
.slick-prev:before {
  content: "\f02e";
}
[dir=rtl] .slick-prev:before {
  content: "\f02d";
}

.slick-next {
  right: 1rem;
}
.slick-next:before {
  content: "\f02d";
}
[dir=rtl] .slick-next:before {
  content: "\f02e";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 0.25rem;
  width: 3rem;
  margin: 0 0.25rem;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 0.25rem;
  width: 3rem;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  font-size: 0;
  background-color: white;
  width: 100%;
  height: 100%;
  font-family: "slick";
  line-height: 20px;
  text-align: center;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background-color: #1d3e93;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #FFF;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 36px 0 15px;
  font-size: 16px;
  line-height: 36px;
  color: #6f6e6e;
  height: 36px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/36px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #999999;
}

.selectric-hover .selectric {
  border-color: #b3b3b3;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #b3b3b3;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFF;
  border: 1px solid #b3b3b3;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
  -webkit-transition: background 0.27s ease;
  transition: background 0.27s ease;
}
.selectric-items li.selected {
  background: #f2f2f2;
  color: #444;
}
.selectric-items li.highlighted {
  background: #efefef;
  color: #444;
}
.selectric-items li:hover {
  background: #f4f4f4;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 0px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.9;
}

.hamburger-box {
  width: 20px;
  height: 17px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 3px;
  background-color: white;
  border-radius: 3px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 7px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 14px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(135deg);
          transform: translate3d(0, 7px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(-270deg);
          transform: translate3d(0, -14px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

html {
  font-size: 100%;
  line-height: 1.5;
}

body {
  font-size: 100%;
  line-height: 1.5;
}

h1 {
  font-size: 1.875rem;
  line-height: 1.3;
  font-family: "Slate W01", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
}
@media all and (min-width: 600px) {
  h1 {
    font-size: 2.25rem;
    line-height: 1.2;
  }
}

h2 {
  font-size: 1.5rem;
  line-height: 1.3;
}
@media all and (min-width: 600px) {
  h2 {
    font-size: 1.875rem;
    line-height: 1.2;
  }
}

h3 {
  font-size: 1.25rem;
  line-height: 1.3;
}
@media all and (min-width: 600px) {
  h3 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

h4 {
  font-size: 1.125rem;
  line-height: 1.3;
}
@media all and (min-width: 600px) {
  h4 {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

h5 {
  font-size: 1rem;
  line-height: 1.3;
}
@media all and (min-width: 600px) {
  h5 {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}

h6 {
  font-size: 0.875rem;
  line-height: 1.3;
}
@media all and (min-width: 600px) {
  h6 {
    font-size: 1rem;
    line-height: 1.2;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Slate W01", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #333;
}
h1 > strong, h2 > strong, h3 > strong, h4 > strong, h5 > strong, h6 > strong {
  font-family: "Slate W01", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
}

p, span {
  font-family: "Slate W01", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

p, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
}

.img-responsive {
  margin-bottom: 1rem;
}

#home main h2, .featured-projects h2, .home-sponsor h2, .home-capabilities h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
#home main h2::after, .featured-projects h2::after, .home-sponsor h2::after, .home-capabilities h2::after {
  margin-left: auto;
  content: "";
  height: 4px;
  width: 30px;
  background-color: #a67a19;
  display: inline-block;
}

.feature-box h3 {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
.feature-box h3::after {
  margin-left: auto;
  content: "";
  height: 4px;
  width: 30px;
  background-color: #a67a19;
  display: inline-block;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.4;
  padding: 10px 20px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #1d3e93;
  border-color: #1d3e93;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: #1d3e93;
  background-color: transparent;
  border-radius: 4px;
  text-transform: uppercase;
  border-radius: 0;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 14px !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  max-width: 200px;
  width: 100%;
  -webkit-transition: background-color 0.27s ease;
  transition: background-color 0.27s ease;
}
.btn:hover, .btn:focus {
  color: #1d3e93;
  background-color: rgba(13, 13, 13, 0);
  border-color: #1b3a8a;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled] {
  pointer-events: none;
  opacity: 0.65;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.btn-block {
  width: 100%;
}
@media (max-width: 767px) {
  .btn {
    max-width: auto;
  }
}
.btn::after {
  display: inline-block;
  font: normal normal normal 14px/1 Mintox;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.7rem;
  content: "\f02d";
  margin-left: 0.3rem;
  margin-left: auto;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.btn:hover::after, .btn:focus::after {
  -webkit-transform: translateX(0.25rem);
      -ms-transform: translateX(0.25rem);
          transform: translateX(0.25rem);
}
.btn.btn-primary {
  color: #fff;
  background-color: #1d3e93;
  border-color: #1b3a8a;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  color: #fff;
  background-color: #2147a8;
  border-color: #1a3782;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background-color: #a67a19;
  border-color: #a67a19;
}
.btn.btn-primary-clear-blue {
  color: #1d3e93;
  background-color: transparent;
  border-color: #1d3e93;
  border: 2px solid #1d3e93;
}
.btn.btn-primary-clear-blue:hover, .btn.btn-primary-clear-blue:focus {
  color: #1d3e93;
  background-color: rgba(13, 13, 13, 0);
  border-color: #1b3a8a;
}
.btn.btn-primary-clear-blue:hover, .btn.btn-primary-clear-blue:focus {
  color: #2550be;
  border: 2px solid #2550be;
}
.btn.btn-primary-clear-white {
  color: white;
  background-color: transparent;
  border-color: white;
  border: 2px solid white;
}
.btn.btn-primary-clear-white:hover, .btn.btn-primary-clear-white:focus {
  color: white;
  background-color: rgba(13, 13, 13, 0);
  border-color: #fafafa;
}
.btn.btn-primary-clear-white:hover, .btn.btn-primary-clear-white:focus {
  background-color: #a67a19;
  border-color: #a67a19;
}

.pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pdf::before {
  content: "";
  width: 16px;
  height: 24px;
  margin-right: 0.5rem;
  color: #a67a19;
  background-image: url(../gif/pdf.gif);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.btn-close {
  font-size: 0;
}
.btn-close::before {
  display: inline-block;
  font: normal normal normal 14px/1 Mintox;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f021";
  font-size: 2.5rem;
}

@media only screen and (min-width: 1700px) {
  .container {
    width: 1440px;
  }
}
.container-full {
  width: 100%;
}

.container.full {
  width: 100%;
}

div {
  outline: none;
}

@media (max-width: 767px) {
  .responsive-table {
    overflow-x: scroll;
  }
}
.responsive-table table {
  width: 100%;
}
@media (max-width: 767px) {
  .responsive-table table {
    width: 200vw;
  }
}
.responsive-table table td {
  padding: 0.5rem;
}
.responsive-table table td .pdf {
  margin-bottom: 0rem;
}

.mobile-row-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .mobile-row-r {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.mobile-row-r img {
  margin-bottom: 1rem;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .img-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.img-list img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 300px;
  margin-right: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 991px) {
  .img-list img {
    max-height: unset;
  }
}

div.formbuilder .grouped-form > div label {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}
div.formbuilder .grouped-form > div label > span {
  margin: 0 0.5rem;
}

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=number], input[type=date], textarea, select {
  border-radius: 0px;
}

div.formbuilder .actions .button.submit {
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.4;
  padding: 10px 20px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #1d3e93;
  border-color: #1d3e93;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: #1d3e93;
  background-color: transparent;
  border-radius: 4px;
  text-transform: uppercase;
  border-radius: 0;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 14px !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  max-width: 200px;
  width: 100%;
  -webkit-transition: background-color 0.27s ease;
  transition: background-color 0.27s ease;
  color: #1d3e93;
  background-color: transparent;
  border-color: #1d3e93;
  border: 2px solid #1d3e93;
}
div.formbuilder .actions .button.submit:hover, div.formbuilder .actions .button.submit:focus {
  color: #1d3e93;
  background-color: rgba(13, 13, 13, 0);
  border-color: #1b3a8a;
  text-decoration: none;
}
div.formbuilder .actions .button.submit:active, div.formbuilder .actions .button.submit.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.125);
}
div.formbuilder .actions .button.submit.disabled, div.formbuilder .actions .button.submit[disabled] {
  pointer-events: none;
  opacity: 0.65;
  -webkit-box-shadow: none;
          box-shadow: none;
}
div.formbuilder .actions .button.submit.btn-block {
  width: 100%;
}
@media (max-width: 767px) {
  div.formbuilder .actions .button.submit {
    max-width: auto;
  }
}
div.formbuilder .actions .button.submit::after {
  display: inline-block;
  font: normal normal normal 14px/1 Mintox;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.7rem;
  content: "\f02d";
  margin-left: 0.3rem;
  margin-left: auto;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
div.formbuilder .actions .button.submit:hover::after, div.formbuilder .actions .button.submit:focus::after {
  -webkit-transform: translateX(0.25rem);
      -ms-transform: translateX(0.25rem);
          transform: translateX(0.25rem);
}
div.formbuilder .actions .button.submit:hover, div.formbuilder .actions .button.submit:focus {
  color: #1d3e93;
  background-color: rgba(13, 13, 13, 0);
  border-color: #1b3a8a;
}
div.formbuilder .actions .button.submit:hover, div.formbuilder .actions .button.submit:focus {
  color: #2550be;
  border: 2px solid #2550be;
}

hr {
  margin: 28px 0;
}

.linebreak {
  text-transform: uppercase;
  font-weight: 500;
  color: #d5d5d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 0;
  font-size: 14px;
}
.linebreak::before, .linebreak::after {
  content: "";
  height: 1.5px;
  background: #eee;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.linebreak::before {
  margin-right: 1rem;
}
.linebreak::after {
  margin-left: 1rem;
}

#contentControl_dcPageContent .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#contentControl_dcPageContent .row::before, #contentControl_dcPageContent .row::after {
  content: none;
}

div[class^=col-] {
  margin-bottom: 1rem;
}

img.border {
  padding: 1rem;
  border: 1px solid #dddddd;
}

.box {
  padding: 2.5rem;
  border: 1px solid #dddddd;
  display: block;
  -webkit-transition: border-color 0.27s ease;
  transition: border-color 0.27s ease;
}
.box:hover, .box:focus {
  border-color: #1d3e93;
}
.box:hover img, .box:focus img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.box.sponsor img {
  width: 100%;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.27s ease;
  transition: -webkit-transform 0.27s ease;
  transition: transform 0.27s ease;
  transition: transform 0.27s ease, -webkit-transform 0.27s ease;
}

.asx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.asx span {
  font-weight: 500;
}
.asx .asx-icon {
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.3rem;
}
.asx .price {
  margin-left: 0.3rem;
}
.asx .movement::before {
  display: inline-block;
  font: normal normal normal 14px/1 Mintox;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.asx .movement.up {
  color: #69c200;
}
.asx .movement.up::before {
  content: "\f030";
}
.asx .movement.none {
  color: #b2bec3;
  display: none;
}
.asx .movement.none::before {
  content: "\f032";
}
.asx .movement.down {
  color: #c0392b;
}
.asx .movement.down::before {
  content: "\f031";
}
.asx .movement::after {
  content: "%";
}
.overlay-menu .asx {
  background-color: white;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ------------------------------------------------------------
// Site Map
------------------------------------------------------------ */
.sitemap > li > ul {
  margin-top: 1.5rem;
}

.sitemap > ul > li > a {
  font-weight: bold;
  padding: 0 0 1rem;
}

.sitemap ul {
  list-style: none;
  padding: 0;
}
.sitemap ul li {
  line-height: 1.5rem;
  vertical-align: top;
  position: relative;
}
.sitemap ul li a {
  text-decoration: none;
  color: 1.5rem;
  display: inline-block;
}
.sitemap ul ul {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.sitemap ul ul li {
  position: relative;
}
.sitemap ul ul li::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 100%;
  border-left: 1px #ccc solid;
  position: absolute;
  top: -0.75rem;
}
.sitemap ul ul li::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 1.5rem;
  border-bottom: 1px #ccc solid;
  position: absolute;
  top: -0.75rem;
}
.sitemap ul ul li a {
  margin-left: 3.75rem;
}

.paging {
  line-height: 34px;
  margin: 0;
  padding: 0;
}
.paging:before, .paging:after {
  content: " ";
  display: table;
}
.paging:after {
  clear: both;
}
.paging .pagesize {
  float: left;
}
.paging.pagingTop {
  margin-bottom: 30px;
}
.paging.pagingTop .rss {
  display: none;
}
.paging.pagingBtm {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .paging.pagingTop .pager {
    display: none;
  }
  .paging.bottom .pagesize {
    display: none;
  }
  .paging.pagingBtm .pagerSummary {
    display: none;
  }
}
.paging .pager {
  margin: 0;
}
.paging .pager li {
  margin: 0 0 0 5px;
}
.paging .pager li a, .paging .pager li.selected {
  padding: 0;
  display: block;
  width: 34px;
  height: 34px;
  border: 2px solid #efefef;
  color: #999;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  -webkit-transition: 0.27s ease;
  transition: 0.27s ease;
  border-radius: 0;
}
.paging .pager li a:hover {
  color: #1d3e93;
  border-color: #1d3e93;
}
.paging .pager li.selected {
  color: #1d3e93;
  border-color: #1d3e93;
  background: #1d3e93;
  color: #fff;
}
.paging .pager li.prev a, .paging .pager li.next a {
  width: 60px;
}
.paging .pager li.prev.disabled a, .paging .pager li.next.disabled a {
  border-color: #efefef;
  color: #ccc;
}
@media (max-width: 767px) {
  .paging .pager li {
    margin: 0;
  }
  .paging .pager li.selected {
    display: none;
  }
  .paging .pager li.prev a, .paging .pager li.next a {
    width: 95%;
  }
}

.overlay-search legend {
  color: white;
  font-size: 1.875rem;
  line-height: 1.3;
  border: none;
  display: none;
}
@media all and (min-width: 600px) {
  .overlay-search legend {
    font-size: 2.25rem;
    line-height: 1.2;
  }
}
.overlay-search fieldset {
  width: 50%;
  height: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translatey(-50%);
      -ms-transform: translateX(-50%) translatey(-50%);
          transform: translateX(-50%) translatey(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
.overlay-search fieldset #siteSearch_pnlSiteSearch {
  position: relative;
  width: 100%;
}
.overlay-search fieldset #siteSearch_pnlSiteSearch #siteSearch_search {
  height: auto;
}
@supports (display: grid) {
  .overlay-search fieldset #siteSearch_pnlSiteSearch #siteSearch_search {
    height: 33px;
  }
}
.overlay-search fieldset .textfield {
  border: none;
  background: none;
  border-radius: 0;
  color: white;
  border-bottom: 2px solid white;
  font-size: 18px;
  padding: 2rem 0;
}
.overlay-search fieldset .textfield:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.overlay-search fieldset #siteSearch_submit {
  position: absolute;
  right: 0.25rem;
  top: 50%;
  background-color: white;
  height: 100%;
  border: none;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  height: 100%;
  background: url("../png/search-white.png") 0 0 no-repeat;
  background-size: auto auto;
  background-size: contain;
  height: 18px;
  width: 18px;
  font-size: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.overlay-search .btn-close {
  color: white;
}
.overlay-search .btn-close:hover, .overlay-search .btn-close:focus {
  color: #f2f2f2;
}
.overlay-search .searchInput {
  position: relative;
  max-width: 580px;
  margin: auto;
  padding: 0 1rem;
  border-radius: 0.5rem;
}
.overlay-search .searchInput input[type=button] {
  position: absolute;
  right: 1rem;
  top: 50%;
  background-color: white;
  height: 100%;
  border: none;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  height: 100%;
  background: url("../png/search-white.png") 0 0 no-repeat;
  background-size: auto auto;
  background-size: contain;
  height: 18px;
  width: 18px;
  font-size: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.overlay-search .searchInput .twitter-typeahead {
  display: block !important;
  width: 100%;
}
.overlay-search .searchInput .tt-hint {
  display: none;
}
.overlay-search .searchInput .tt-input {
  height: 55px;
  color: white;
  border: 0;
  border-bottom: 2px solid white;
  font-size: 18px;
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .overlay-search .searchInput .tt-input {
    font-size: 13px;
  }
}
.overlay-search .searchInput .tt-input:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.overlay-search .tt-menu, .overlay-search .tt-dropdown-menu {
  padding-top: 15px;
  width: 100%;
  position: relative;
  display: none !important;
}
.overlay-search .tt-menu:before, .overlay-search .tt-dropdown-menu:before {
  border-bottom: 13px solid #dddddd;
  border-left: 13px solid rgba(0, 0, 0, 0);
  border-right: 13px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  top: 3px;
  z-index: 100;
}
.overlay-search .tt-menu:after, .overlay-search .tt-dropdown-menu:after {
  border-bottom: 11px solid #fff;
  border-left: 11px solid rgba(0, 0, 0, 0);
  border-right: 11px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: 50%;
  margin-left: -11px;
  position: absolute;
  top: 5px;
  z-index: 101;
}
.overlay-search .tt-menu .tt-dataset, .overlay-search .tt-dropdown-menu .tt-dataset {
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #dddddd;
  max-height: 500px;
  border-radius: 5px;
  position: relative;
  overflow-y: scroll;
  max-height: 400px;
  font-family: "Slate W01", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  padding: 1rem;
}
.overlay-search .tt-menu .tt-dataset .tt-suggestion, .overlay-search .tt-dropdown-menu .tt-dataset .tt-suggestion {
  padding: 15px;
  border-bottom: 1px solid #dddddd;
}
.overlay-search .tt-menu .tt-dataset .tt-suggestion:last-child, .overlay-search .tt-dropdown-menu .tt-dataset .tt-suggestion:last-child {
  border-bottom: 0;
}
.overlay-search .tt-menu .tt-dataset .tt-suggestion.tt-subheader, .overlay-search .tt-dropdown-menu .tt-dataset .tt-suggestion.tt-subheader {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  display: none;
}
.overlay-search .tt-menu .tt-dataset .tt-suggestion:hover, .overlay-search .tt-menu .tt-dataset .tt-suggestion.tt-cursor, .overlay-search .tt-dropdown-menu .tt-dataset .tt-suggestion:hover, .overlay-search .tt-dropdown-menu .tt-dataset .tt-suggestion.tt-cursor {
  background: #efefef;
  cursor: pointer;
}
.overlay-search .tt-menu .tt-dataset .tt-suggestion .mpn, .overlay-search .tt-menu .tt-dataset .tt-suggestion .price, .overlay-search .tt-menu .tt-dataset .tt-suggestion .rrp, .overlay-search .tt-menu .tt-dataset .tt-suggestion .description, .overlay-search .tt-dropdown-menu .tt-dataset .tt-suggestion .mpn, .overlay-search .tt-dropdown-menu .tt-dataset .tt-suggestion .price, .overlay-search .tt-dropdown-menu .tt-dataset .tt-suggestion .rrp, .overlay-search .tt-dropdown-menu .tt-dataset .tt-suggestion .description {
  display: none;
}
.overlay-search .tt-menu .tt-dataset .result, .overlay-search .tt-menu .tt-dataset .item, .overlay-search .tt-dropdown-menu .tt-dataset .result, .overlay-search .tt-dropdown-menu .tt-dataset .item {
  color: #000;
  position: relative;
  height: auto;
}
.overlay-search .tt-menu .tt-dataset .result:before, .overlay-search .tt-menu .tt-dataset .result:after, .overlay-search .tt-menu .tt-dataset .item:before, .overlay-search .tt-menu .tt-dataset .item:after, .overlay-search .tt-dropdown-menu .tt-dataset .result:before, .overlay-search .tt-dropdown-menu .tt-dataset .result:after, .overlay-search .tt-dropdown-menu .tt-dataset .item:before, .overlay-search .tt-dropdown-menu .tt-dataset .item:after {
  content: " ";
  display: table;
}
.overlay-search .tt-menu .tt-dataset .result:after, .overlay-search .tt-menu .tt-dataset .item:after, .overlay-search .tt-dropdown-menu .tt-dataset .result:after, .overlay-search .tt-dropdown-menu .tt-dataset .item:after {
  clear: both;
}
.overlay-search .tt-menu .tt-dataset .result .image, .overlay-search .tt-menu .tt-dataset .item .image, .overlay-search .tt-dropdown-menu .tt-dataset .result .image, .overlay-search .tt-dropdown-menu .tt-dataset .item .image {
  width: 80px;
  height: 80px;
  background: #fff;
  margin-right: 20px;
  text-align: center;
  float: left;
  position: relative;
}
.overlay-search .tt-menu .tt-dataset .result .image img, .overlay-search .tt-menu .tt-dataset .item .image img, .overlay-search .tt-dropdown-menu .tt-dataset .result .image img, .overlay-search .tt-dropdown-menu .tt-dataset .item .image img {
  max-width: 70px;
  max-height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.overlay-search .tt-menu .tt-dataset .result .info, .overlay-search .tt-menu .tt-dataset .item .info, .overlay-search .tt-dropdown-menu .tt-dataset .result .info, .overlay-search .tt-dropdown-menu .tt-dataset .item .info {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.overlay-search .tt-menu .tt-dataset .result .sku, .overlay-search .tt-menu .tt-dataset .item .sku, .overlay-search .tt-dropdown-menu .tt-dataset .result .sku, .overlay-search .tt-dropdown-menu .tt-dataset .item .sku {
  font-size: 12px;
  color: #848484;
}
.overlay-search .tt-menu .tt-dataset .result .price, .overlay-search .tt-menu .tt-dataset .item .price, .overlay-search .tt-dropdown-menu .tt-dataset .result .price, .overlay-search .tt-dropdown-menu .tt-dataset .item .price {
  font-weight: bold;
  font-family: "Slate W01", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.overlay-search .tt-menu .tt-dataset .no-results, .overlay-search .tt-dropdown-menu .tt-dataset .no-results {
  padding: 15px;
  height: auto;
  color: #666;
}
.overlay-search .tt-menu .tt-dataset .no-results .title, .overlay-search .tt-dropdown-menu .tt-dataset .no-results .title {
  font-weight: bold;
  font-family: "Slate W01", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #000;
}

.searchInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .searchInput {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.searchInput input[type=submit], .searchInput input.button {
  padding: 0;
  border-radius: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .searchInput input[type=submit], .searchInput input.button {
    width: 100%;
    max-width: 100%;
    margin: 0 0 0.5rem;
  }
}
.searchInput .textfield {
  border-radius: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .searchInput .textfield {
    width: 100%;
    max-width: 100%;
    margin: 0 0 0.5rem;
  }
}
.searchInput .button {
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.4;
  padding: 10px 20px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #1d3e93;
  border-color: #1d3e93;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: #1d3e93;
  background-color: transparent;
  border-radius: 4px;
  text-transform: uppercase;
  border-radius: 0;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 14px !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  max-width: 200px;
  width: 100%;
  -webkit-transition: background-color 0.27s ease;
  transition: background-color 0.27s ease;
  color: #1d3e93;
  background-color: transparent;
  border-color: #1d3e93;
  border: 2px solid #1d3e93;
}
.searchInput .button:hover, .searchInput .button:focus {
  color: #1d3e93;
  background-color: rgba(13, 13, 13, 0);
  border-color: #1b3a8a;
  text-decoration: none;
}
.searchInput .button:active, .searchInput .button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.125);
}
.searchInput .button.disabled, .searchInput .button[disabled] {
  pointer-events: none;
  opacity: 0.65;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.searchInput .button.btn-block {
  width: 100%;
}
@media (max-width: 767px) {
  .searchInput .button {
    max-width: auto;
  }
}
.searchInput .button::after {
  display: inline-block;
  font: normal normal normal 14px/1 Mintox;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.7rem;
  content: "\f02d";
  margin-left: 0.3rem;
  margin-left: auto;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.searchInput .button:hover::after, .searchInput .button:focus::after {
  -webkit-transform: translateX(0.25rem);
      -ms-transform: translateX(0.25rem);
          transform: translateX(0.25rem);
}
.searchInput .button:hover, .searchInput .button:focus {
  color: #1d3e93;
  background-color: rgba(13, 13, 13, 0);
  border-color: #1b3a8a;
}
.searchInput .button:hover, .searchInput .button:focus {
  color: #2550be;
  border: 2px solid #2550be;
}

.searchResults .resultStats {
  margin-bottom: 0;
}

.news > .item .txt h3, .news .preview > .item .txt h3 {
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 15px;
}
.news > .item .txt h3 a span, .news .preview > .item .txt h3 a span {
  color: #333;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.news > .item .txt h3 a span:hover, .news > .item .txt h3 a span:focus, .news .preview > .item .txt h3 a span:hover, .news .preview > .item .txt h3 a span:focus {
  color: #4d4d4d;
}
.news > .item .txt .category-data, .news .preview > .item .txt .category-data {
  padding: 0 0 14px;
}
.news > .item .txt .category-data a[class^=category], .news .preview > .item .txt .category-data a[class^=category] {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 14px;
}

.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem;
}
.news .desc {
  display: none;
}
.news .paging {
  margin: 0 1rem;
}
.article-single .news {
  margin: 0;
}
.sub-col .news {
  margin: 0;
}
.sub-col .news .paging, .sub-col .news .description, .sub-col .news .category-data {
  display: none;
}
.sub-col .news article.item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  border-bottom: 2px solid #eee;
  margin: 0rem;
}
.sub-col .news article.item:last-of-type {
  border-color: transparent;
}
.news .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 1rem 1rem;
}
@media (max-width: 1199px) {
  .news .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    width: 45%;
  }
}
@media (max-width: 767px) {
  .news .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin: 0.5rem 0rem;
  }
}
.news .item:before, .news .item:after {
  content: none;
}
.news .item .img {
  margin: 0;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
}
@media (max-width: 400px) {
  .news .item .img {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.news .item .img > a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news .item .img > a img {
  width: 100%;
  max-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0;
}
.news .item .txt {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 400px) {
  .news .item .txt {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin: 0;
  }
}
.news .item .txt .category-data {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: none;
}
.news .item .txt .category-data strong {
  display: none;
}
.news .item .txt .meta {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-bottom: 0rem;
}
.news .item .txt .meta .date {
  font-size: 14px;
  color: #848484;
  font-weight: 500;
}
.news .item .txt h3 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.news .item .txt .description {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: none;
}
.news .item .txt .more-info {
  margin-top: 0.5rem;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.news .item .txt .more-info .morelink {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 13px;
}

.news article.article {
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news article.article > h1 {
  width: 100%;
  margin-bottom: 0;
}
.news article.article .newsCategory {
  display: none;
}
.news article.article .meta {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1rem;
}
.news article.article .meta .date {
  font-size: 15px;
}
.news article.article .category-data {
  margin: 1rem 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.news article.article .category-data > strong {
  display: none;
}
.news article.article .category-data > a {
  font-size: 15px;
}
.news article.article .category-data > a::before {
  content: "\f01e";
  display: inline-block;
  font: normal normal normal 14px/1 Mintox;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5rem;
}
.news article.article > .social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-top: 0;
}
.news article.article > .social-share > p {
  margin-right: 0.5rem;
  margin-bottom: 0;
  font-weight: 500;
  font-family: "Slate W01", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #626262;
  font-size: 15px !important;
}
.news article.article > .social-share #st-3 .st-btn {
  border-radius: 1rem;
}
.news article.article .description {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.news article.article .description p {
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: 0.3px;
}
.news article.article .back {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  display: none;
}
.news article.article .back a {
  font-size: 0px;
  -webkit-transition: 0.27s ease;
  transition: 0.27s ease;
}
.news article.article .back a::before {
  display: inline-block;
  font: normal normal normal 14px/1 Mintox;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  content: "\f001";
  margin-right: 0.5rem;
}
.news article.article .back a::after {
  content: "Back";
  font-size: 14px;
}

.itemcatalogue .item-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem;
}
.itemcatalogue .item-list > li {
  width: 33%;
  padding: 1rem;
}
.itemcatalogue .item-list > li .price, .itemcatalogue .item-list > li .enquiry {
  display: none;
}
.itemcatalogue .item-list > li .img img {
  width: 100%;
  margin-bottom: 0rem;
}
.itemcatalogue .item-list > li .details {
  padding: 1rem;
  background-color: #f5f5f5;
}
.itemcatalogue .item-list > li .details .title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.itemcatalogue .item-list > li .details .title > a {
  color: #000;
}
.itemcatalogue .item-list > li .details .title::after {
  content: none;
}
.itemcatalogue .item-detail .price, .itemcatalogue .item-detail .enquiry {
  display: none;
}
.itemcatalogue .search {
  display: none;
}

#project-map {
  height: 60vh;
  margin: -3rem 0;
  min-height: 500px;
}
#project-map .si-content-wrapper {
  padding: 0;
}
#project-map .si-content-wrapper .si-close-button {
  display: none;
}
#project-map .si-content-wrapper .img > img {
  width: 250px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
#project-map .si-content-wrapper .img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
}
@media (max-width: 767px) {
  #project-map .si-content-wrapper .img a {
    width: auto;
    min-width: 200px;
  }
}
#project-map .si-content-wrapper .img img {
  margin: 0;
  width: 100%;
  max-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#project-map .si-content-wrapper .img img.no-img {
  display: none;
}
#project-map .si-content-wrapper .details {
  padding: 1rem;
  width: 250px;
}
#project-map .si-content-wrapper .details h3 {
  font-weight: 600;
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.3;
}
@media all and (min-width: 600px) {
  #project-map .si-content-wrapper .details h3 {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
#project-map .si-content-wrapper .details span {
  color: #444;
}

#tile .container .projects-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1rem;
}
#tile .container .projects-grid > article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 25%;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 320px;
}
@media only screen and (max-width: 1700px) {
  #tile .container .projects-grid > article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    width: 33%;
  }
}
@media (max-width: 1199px) {
  #tile .container .projects-grid > article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    width: 33%;
  }
}
@media (max-width: 991px) {
  #tile .container .projects-grid > article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
}
@media (max-width: 767px) {
  #tile .container .projects-grid > article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
#tile .container .projects-grid > article:hover .details, #tile .container .projects-grid > article:focus .details {
  background-color: #1d3e93;
  color: white;
}
#tile .container .projects-grid > article:hover .details h3, #tile .container .projects-grid > article:hover .details span, #tile .container .projects-grid > article:focus .details h3, #tile .container .projects-grid > article:focus .details span {
  color: white;
}
#tile .container .projects-grid > article .img {
  overflow: hidden;
}
#tile .container .projects-grid > article .img a {
  cursor: pointer;
}
#tile .container .projects-grid > article .img img {
  margin: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 180px !important;
}
#tile .container .projects-grid > article .details {
  background-color: #eee;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  min-height: 151px;
}
@media (max-width: 767px) {
  #tile .container .projects-grid > article .details {
    min-height: unset;
  }
}
#tile .container .projects-grid > article .details a {
  cursor: pointer;
}
#tile .container .projects-grid > article .details > a, #tile .container .projects-grid > article .details .spacer {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
}
#tile .container .projects-grid > article .details h3 {
  font-weight: 600;
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.3;
}
@media all and (min-width: 600px) {
  #tile .container .projects-grid > article .details h3 {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
#tile .container .projects-grid > article .details span {
  color: #444;
  min-height: 64px;
}

.project-single .itemcatalogue .item-detail h2 {
  font-weight: 500;
  color: #1d3e93;
  font-size: 20px;
  text-transform: uppercase;
  padding: 1rem 0;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 991px) {
  .project-single .itemcatalogue .item-detail h2 {
    font-size: 18px;
  }
}
.project-single .itemcatalogue .item-detail p {
  font-size: 16px;
}
.project-single .itemcatalogue .item-detail .project-aside ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.project-single .itemcatalogue .item-detail .project-aside ul strong {
  display: block;
  text-transform: uppercase;
  color: #1d3e93;
}
@media (max-width: 991px) {
  .project-single .itemcatalogue .item-detail .project-aside ul strong {
    font-size: 14px;
  }
}
.project-single .itemcatalogue .item-detail .project-aside ul p {
  margin: 0;
  padding: 0;
}
.project-single .itemcatalogue .item-detail .project-aside ul > li {
  border-bottom: 1px solid #dddddd;
  padding: 1rem 0;
}
.project-single .itemcatalogue .item-detail .project-aside ul > li:last-child {
  border-bottom: none;
}
.project-single .itemcatalogue .item-detail ul.project-gallery {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.project-single .itemcatalogue .item-detail ul.project-gallery > li {
  margin-right: 1rem;
  padding-top: 14px;
}
.project-single .itemcatalogue .item-detail ul.project-gallery > li img {
  max-width: 200px;
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px !important;
}
.project-single .itemcatalogue .item-detail ul.project-gallery .small {
  max-width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
}
.project-single .itemcatalogue .item-detail .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .project-single .itemcatalogue .item-detail .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 1199px) {
  .project-single .itemcatalogue .item-detail .row > div {
    width: 100%;
  }
}
.project-single .itemcatalogue .item-detail .row .project-aside h2 {
  margin: 0;
}

.video-player-thumbnail {
  display: block;
  position: relative;
}
.video-player-thumbnail:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75px;
  height: 75px;
  background: #fff;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='46px' height='50px'%3E%3Cpath fill-rule='evenodd' fill='rgb(166, 127, 45)' d='M46.000,25.000 L-0.000,50.000 L-0.000,0.000 L46.000,25.000 Z'/%3E%3C/svg%3E");
  background-size: 20px 25px;
  background-repeat: no-repeat;
  background-position: 55% 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.video-player-thumbnail:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.video-player-thumbnail:hover:after {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
      -ms-transform: translateX(-50%) translateY(-50%) scale(1.1);
          transform: translateX(-50%) translateY(-50%) scale(1.1);
}
.video-player-thumbnail:hover:before {
  background: rgba(0, 0, 0, 0);
}

.home-capabilities {
  margin-bottom: 3rem;
}
.home-capabilities hr {
  margin: 0 0 3rem;
}
.home-capabilities h2 {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .home-capabilities .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.home-capabilities .home-capabilities-slider {
  position: relative;
}
@media (max-width: 767px) {
  .home-capabilities .capabilities-slide {
    height: auto !important;
  }
}
.home-capabilities .capabilities-slide img {
  width: 100%;
  height: auto;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .home-capabilities .capabilities-slide img {
    height: 400px;
  }
}
.home-capabilities .capabilities-slide .text-padding {
  margin-top: 15px;
  margin-bottom: 69px;
}
.home-capabilities .capabilities-slide h3 {
  font-weight: bold;
}
.home-capabilities .capabilities-slide p .btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.home-capabilities .home-capabilities-nav-slider {
  height: 100%;
}
.home-capabilities .home-capabilities-nav-slider ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: -10px;
  padding: 0;
}
@media (min-width: 992px) {
  .home-capabilities .home-capabilities-nav-slider ul {
    margin: -15px;
  }
}
.home-capabilities .home-capabilities-nav-slider ul li {
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .home-capabilities .home-capabilities-nav-slider ul li {
    height: auto !important;
  }
}
.home-capabilities .home-capabilities-nav-slider ul li:before {
  display: block;
  width: 100%;
  padding-top: 50%;
  content: "";
}
@media (min-width: 768px) {
  .home-capabilities .home-capabilities-nav-slider ul li:before {
    padding-top: 100%;
  }
}
@media (min-width: 992px) {
  .home-capabilities .home-capabilities-nav-slider ul li:before {
    padding-top: 91.5%;
  }
}
@media (min-width: 1200px) {
  .home-capabilities .home-capabilities-nav-slider ul li:before {
    padding-top: 72.5%;
  }
}
.home-capabilities .home-capabilities-nav-slider ul li a {
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #1d3e93;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 15px;
  font-size: 14px;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 992px) {
  .home-capabilities .home-capabilities-nav-slider ul li a {
    margin: 15px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.home-capabilities .home-capabilities-nav-slider ul li a:hover {
  opacity: 0.9;
}
.home-capabilities .home-capabilities-nav-slider ul li a.active {
  background-color: #a67a19;
}
.home-capabilities .slider-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55px;
  height: 30px;
}
.home-capabilities .slider-nav .slick-prev, .home-capabilities .slider-nav .slick-next {
  bottom: 0;
}
.home-capabilities .slider-nav .slick-prev:before, .home-capabilities .slider-nav .slick-next:before {
  color: #b5b5b5;
  font-size: 1.2rem;
}
.home-capabilities .slider-nav .slick-prev {
  left: 0;
}
.home-capabilities .slider-nav .slick-next {
  right: 0;
}

header.desktop ul.nav {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  top: 1rem;
}
@media (max-width: 1199px) {
  header.desktop ul.nav {
    display: none;
  }
}
header.desktop ul.nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.27s ease;
  transition: all 0.27s ease;
}
header.desktop ul.nav a:focus, header.desktop ul.nav a:hover {
  color: #1d3e93;
}
header.desktop ul.nav > li {
  margin-right: 2rem;
}
@media only screen and (max-width: 1700px) {
  header.desktop ul.nav > li {
    margin-right: 1rem;
  }
}
header.desktop ul.nav > li > a {
  font-weight: 500;
  font-size: 18px;
  color: #333;
  padding: 1rem;
  white-space: nowrap;
}
@media only screen and (max-width: 1400px) {
  header.desktop ul.nav > li > a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media only screen and (max-width: 1300px) {
  header.desktop ul.nav > li > a {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
header.desktop ul.nav > li:first-child {
  margin-left: auto;
}
header.desktop ul.nav > li:last-child {
  margin-right: 0;
}
header.desktop ul.nav > li.dropdown > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.desktop ul.nav > li.dropdown > a::after {
  display: inline-block;
  font: normal normal normal 14px/1 Mintox;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f02b";
  margin-left: 0.3rem;
  color: #1d3e93;
  font-size: 0.7rem;
}
header.desktop ul.nav > li.dropdown:hover > a, header.desktop ul.nav > li.dropdown:focus > a {
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1), 0px -2px 0px 0px #1d3e93;
          box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1), 0px -2px 0px 0px #1d3e93;
}
header.desktop ul.nav > li.dropdown:hover > a + div, header.desktop ul.nav > li.dropdown:focus > a + div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.desktop ul.nav > li .dropdown-content {
  position: absolute;
  display: none;
  width: calc(100% + 100px);
  padding: 2rem;
  top: 59px;
  left: -100px;
  background: white;
  z-index: 5;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(238, 238, 238, 0.5);
          box-shadow: 0px 0px 15px 1px rgba(238, 238, 238, 0.5);
  border: 1px solid #eee;
}
header.desktop ul.nav > li .dropdown-content:hover, header.desktop ul.nav > li .dropdown-content:focus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.desktop ul.nav > li .dropdown-content .dropdown-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  border-right: 1px solid #dddddd;
  padding-right: 2rem;
}
header.desktop ul.nav > li .dropdown-content .dropdown-submenu h3 {
  font-weight: 500;
  color: #1d3e93;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0;
  padding-bottom: 1rem;
}
header.desktop ul.nav > li .dropdown-content .dropdown-submenu a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
header.desktop ul.nav > li .dropdown-content .dropdown-submenu > ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
header.desktop ul.nav > li .dropdown-content .dropdown-submenu > ul > li {
  border-bottom: 1px solid #dddddd;
}
header.desktop ul.nav > li .dropdown-content .dropdown-submenu > ul > li > a {
  color: #333;
  font-weight: 700;
  padding: 1rem 0;
}
header.desktop ul.nav > li .dropdown-content .dropdown-submenu > ul > li > a:hover, header.desktop ul.nav > li .dropdown-content .dropdown-submenu > ul > li > a:focus {
  color: #1d3e93;
}
header.desktop ul.nav > li .dropdown-content .dropdown-submenu > ul > li > ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: none;
}
header.desktop ul.nav > li .dropdown-content .dropdown-submenu > ul > li > ul > li > a {
  padding: 0.3rem 0;
  color: #848484;
}
header.desktop ul.nav > li .dropdown-content .dropdown-submenu > ul > li.sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.desktop ul.nav > li .dropdown-content .dropdown-submenu > ul > li.sub > a {
  width: 100%;
}
header.desktop ul.nav > li .dropdown-content .dropdown-submenu > ul > li.sub > a .dropdown-toggle {
  font-size: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
header.desktop ul.nav > li .dropdown-content .dropdown-submenu > ul > li.sub > a .dropdown-toggle::after {
  display: inline-block;
  font: normal normal normal 14px/1 Mintox;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f02b";
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  font-size: 0.7rem;
  margin-left: auto;
}
header.desktop ul.nav > li .dropdown-content .dropdown-submenu > ul > li.dropdown-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 1rem;
}
header.desktop ul.nav > li .dropdown-content .dropdown-submenu > ul > li.dropdown-active > ul {
  display: block;
}
header.desktop ul.nav > li .dropdown-content .dropdown-submenu > ul > li.dropdown-active > a .dropdown-toggle::after {
  content: "\f02c";
  color: #a67a19;
}
header.desktop ul.nav > li .dropdown-content .col-3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  padding-left: 2rem;
}
header.desktop ul.nav > li .dropdown-content .col-3 h3 {
  color: #333;
  font-weight: 700;
}
header.desktop ul.nav > li .dropdown-content .col-3 p {
  color: #888;
}
header.desktop ul.nav > li .dropdown-content .col-3 img {
  max-height: 200px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
header.desktop ul.nav > li .dropdown-content .col-3 .btn {
  margin-top: 2.5rem;
}

.topbar ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.topbar ul > li {
  margin-left: 2rem;
}
.topbar ul > li > a {
  color: #888;
}

.overlay-menu {
  opacity: 0;
  visibility: hidden;
  background: #102353;
  background: radial-gradient(circle, #1d3e93 0%, #102353 200%);
  width: 0%;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  overflow: scroll;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity 0.15s ease, -webkit-transform 0.27s ease;
  transition: opacity 0.15s ease, -webkit-transform 0.27s ease;
  transition: opacity 0.15s ease, transform 0.27s ease;
  transition: opacity 0.15s ease, transform 0.27s ease, -webkit-transform 0.27s ease;
  border-top: 5px solid #a67a19;
}
.overlay-menu .container {
  width: 100%;
}
.overlay-menu .container fieldset {
  width: 100%;
  height: 50%;
  margin: 1rem 0;
}
.overlay-menu .container fieldset legend {
  display: none;
}
.overlay-menu .container fieldset #siteSearch_pnlSiteSearch {
  position: relative;
}
.overlay-menu .container fieldset .textfield {
  border: none;
  background: none;
  border-radius: 0;
  color: white;
  border-bottom: 2px solid white;
  font-size: 16px;
  padding: 1.5rem 0;
}
.overlay-menu .container fieldset .textfield:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.overlay-menu .container fieldset #siteSearch_submit {
  position: absolute;
  right: 0.25rem;
  top: 50%;
  background-color: white;
  height: 100%;
  border: none;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  height: 100%;
  background: url("../png/search-white.png") 0 0 no-repeat;
  background-size: auto auto;
  background-size: contain;
  height: 18px;
  width: 18px;
  font-size: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.overlay-menu header.mob {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}
.overlay-menu header.mob .btn-close {
  position: static;
}
.overlay-menu header.mob .btn-close::before {
  font-size: 1.5rem;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  color: white;
}
.overlay-menu header.mob .btn-close:hover::before {
  color: #e6e6e6;
}
.overlay-menu .logo img {
  max-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.overlay-menu ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.overlay-menu ul li a {
  color: white;
  padding: 0 0 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.3px;
  -webkit-transition: color 0.27s ease;
  transition: color 0.27s ease;
}
.overlay-menu ul li a:hover, .overlay-menu ul li a:focus {
  color: #d9d9d9;
}
.overlay-menu > .container > ul > li > a {
  font-weight: 600;
  border-bottom: 1px solid rgba(238, 238, 238, 0.1);
}
.overlay-menu > .container > ul > li > a:not(.sub) {
  padding: 1rem 0;
}
.overlay-menu > .container > ul > li > a.sub .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 0;
  font-size: 0;
  padding: 1rem 0;
}
.overlay-menu > .container > ul > li > a.sub .dropdown-toggle::before {
  display: inline-block;
  font: normal normal normal 14px/1 Mintox;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f02b";
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  font-size: 0.7rem;
  margin-left: auto;
}
.overlay-menu > .container > ul > li > a.sub + ul {
  margin-top: 1rem;
}
.overlay-menu > .container > ul > li.dropdown-active > ul {
  display: block;
}
.overlay-menu > .container > ul > li.dropdown-active > a.sub .dropdown-toggle::before {
  content: "\f02c";
}
.overlay-menu > .container > ul > li > ul {
  display: none;
}
.overlay-menu > .container > ul > li > ul > li > ul {
  display: none;
}

.close-overlay {
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.27s ease;
  transition: opacity 0.27s ease;
  font-size: 0;
}

header.desktop, #frmMain > section, main, footer {
  -webkit-transition: -webkit-transform 0.27s ease;
  transition: -webkit-transform 0.27s ease;
  transition: transform 0.27s ease;
  transition: transform 0.27s ease, -webkit-transform 0.27s ease;
}

.mobile-menu-active .overlay-menu {
  position: fixed;
  visibility: visible;
  display: block;
  z-index: 5;
  opacity: 1;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  width: 85%;
  height: 100vh;
  -webkit-box-shadow: -10px 0 30px 1px rgba(0, 0, 0, 0.4);
          box-shadow: -10px 0 30px 1px rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  .mobile-menu-active .overlay-menu {
    width: 350px;
  }
}
.mobile-menu-active .close-overlay {
  display: block;
  position: fixed;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
}
.mobile-menu-active body {
  overflow: hidden;
}
.mobile-menu-active header.desktop, .mobile-menu-active main, .mobile-menu-active footer, .mobile-menu-active #frmMain > section {
  -webkit-transform: translateX(-85%);
      -ms-transform: translateX(-85%);
          transform: translateX(-85%);
}
@media (min-width: 768px) {
  .mobile-menu-active header.desktop, .mobile-menu-active main, .mobile-menu-active footer, .mobile-menu-active #frmMain > section {
    -webkit-transform: translateX(-350px);
        -ms-transform: translateX(-350px);
            transform: translateX(-350px);
  }
}

@media (max-width: 1199px) {
  .global {
    display: none;
  }
}

.has-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@supports (-webkit-appearance: none) {
  .has-submenu {
    display: block;
  }
}
@media (max-width: 1199px) {
  .has-submenu .main-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 1199px) {
  .has-submenu .sub-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 1rem 0 0;
  }
}

.sub-col .custom-submenu {
  margin-bottom: 2rem;
}
.sub-col .custom-submenu ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.sub-col .custom-submenu ul li a {
  padding: 0 0 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.3px;
  -webkit-transition: color 0.27s ease;
  transition: color 0.27s ease;
}
.sub-col .custom-submenu ul li a:hover, .sub-col .custom-submenu ul li a:focus {
  color: black;
}
.sub-col .custom-submenu > ul > li:not(.active) {
  display: none;
}
.sub-col .custom-submenu > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #1d3e93;
  color: white;
  padding: 1rem;
  font-size: 1.125rem;
  line-height: 1.3;
  font-family: "Slate W01", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
}
@media all and (min-width: 600px) {
  .sub-col .custom-submenu > ul > li > a {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.sub-col .custom-submenu > ul > li > a:hover, .sub-col .custom-submenu > ul > li > a:focus {
  color: #e6e6e6;
}
.sub-col .custom-submenu > ul > li > ul > li {
  border-bottom: 1px solid #dddddd;
}
.sub-col .custom-submenu > ul > li > ul > li > a {
  padding: 1rem;
  color: #848484;
  font-weight: 500;
}
.sub-col .custom-submenu > ul > li > ul > li.active > a {
  color: #333;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub-col .custom-submenu > ul > li > ul > li.active > a::before {
  margin-right: 0.75rem;
  margin-left: -1rem;
  content: "";
  height: 1.5rem;
  width: 0.25rem;
  background-color: #a67a19;
  display: inline-block;
}
.sub-col .custom-submenu > ul > li > ul > li.sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sub-col .custom-submenu > ul > li > ul > li.sub > a {
  width: 100%;
  padding: 0 1rem;
}
.sub-col .custom-submenu > ul > li > ul > li.sub > a .dropdown-toggle {
  font-size: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.5rem 0;
}
.sub-col .custom-submenu > ul > li > ul > li.sub > a .dropdown-toggle::after {
  display: inline-block;
  font: normal normal normal 14px/1 Mintox;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f02b";
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  font-size: 0.7rem;
  margin-left: auto;
}
.sub-col .custom-submenu > ul > li > ul > li.dropdown-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 1rem;
}
.sub-col .custom-submenu > ul > li > ul > li.dropdown-active > ul {
  display: block;
}
.sub-col .custom-submenu > ul > li > ul > li.dropdown-active > a .dropdown-toggle::after {
  content: "\f02c";
  color: #a67a19;
}
.sub-col .custom-submenu > ul > li > ul > li > ul {
  display: none;
}
.sub-col .custom-submenu > ul > li > ul > li > ul > li > a {
  padding: 0 1rem 0.5rem;
  color: #6a6a6a;
  font-weight: 500;
}
.sub-col .custom-submenu > ul > li > ul > li > ul > li.active > a {
  color: #333;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub-col .custom-submenu > ul > li > ul > li > ul > li.active > a::before {
  margin-right: 0.75rem;
  margin-left: -1rem;
  content: "";
  height: 1.5rem;
  width: 0.25rem;
  background-color: #a67a19;
  display: inline-block;
}

@media (min-width: 1200px) {
  .mobile-submenu-toggle {
    display: none;
  }
}
@media (max-width: 1199px) {
  .mobile-submenu-toggle {
    cursor: pointer;
    font-weight: bold;
    position: relative;
    background: #fff;
    color: #888;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #eee;
    margin-bottom: 1rem;
    padding: 1rem;
  }
  .mobile-submenu-toggle .icon {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    width: 24px;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }
  .mobile-submenu-toggle .icon span {
    background: #1d3e93;
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    cursor: pointer;
    border-radius: 1px;
  }
  .mobile-submenu-toggle .icon span.top {
    top: 6px;
  }
  .mobile-submenu-toggle .icon span.middle {
    top: 14px;
  }
  .mobile-submenu-toggle .icon span.bottom {
    bottom: 6px;
  }
  .mobile-submenu-toggle.open .icon .top {
    transform: translateY(8px) translateX(0) rotate(45deg);
    -ms-transform: translateY(8px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
  }
  .mobile-submenu-toggle.open .icon .middle {
    opacity: 0;
  }
  .mobile-submenu-toggle.open .icon .bottom {
    transform: translateY(-8px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
  }
  .custom-submenu {
    display: none;
  }
  .custom-submenu.open {
    display: block;
  }
}
header.desktop {
  border-top: 5px solid #1d3e93;
  padding: 1rem 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 4px 2px -2px rgba(128, 128, 128, 0.1);
          box-shadow: 0 4px 2px -2px rgba(128, 128, 128, 0.1);
  -webkit-transition: 0.27s ease;
  transition: 0.27s ease;
}
header.desktop.fixed-header {
  position: fixed !important;
  width: 100%;
  background: white;
  z-index: 2;
}
header.desktop,
header.desktop .container {
  position: relative;
}
header.desktop .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.desktop .container::before, header.desktop .container::after {
  content: none;
}
@media (max-width: 767px) {
  header.desktop .container {
    width: 100%;
  }
}
header.desktop .logo {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.desktop .logo p {
  margin: 0;
}
header.desktop .logo a {
  display: block;
}
header.desktop .logo img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 80px;
  margin-right: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 991px) {
  header.desktop .logo img {
    max-height: 65px;
  }
}
@media (max-width: 767px) {
  header.desktop .logo img {
    max-height: 50px;
  }
}
header.desktop .global {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
          flex: 1 1 70%;
}
@media (max-width: 1199px) {
  header.desktop .global {
    display: none;
  }
}
header.desktop .global .sitesearch .textfield {
  border-color: #fff;
}
header.desktop .global .sitesearch .button {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
header.desktop .global .sitesearch .button:hover, header.desktop .global .sitesearch .button:focus {
  color: #fff;
  background-color: rgba(13, 13, 13, 0);
  border-color: #fafafa;
}
header.desktop .global .topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.desktop .global nav {
  display: inline-block;
}
header.desktop .global nav _:-ms-fullscreen, :root .selector header.desktop .global nav {
  margin-right: 3rem;
}
@supports (display: grid) {
  header.desktop .global nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
  }
}
header.desktop .global nav .search-icon {
  font-size: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 2.5rem;
}
@media only screen and (max-width: 1700px) {
  header.desktop .global nav .search-icon {
    margin-left: 1rem;
  }
}
header.desktop .global nav .search-icon::before {
  display: inline-block;
  font: normal normal normal 14px/1 Mintox;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f02f";
  font-size: 1.1rem;
  color: #666666;
}
header.desktop .global nav .search-box {
  position: absolute;
  bottom: 0.25rem;
  right: 2rem;
}
@supports (display: grid) {
  header.desktop .global nav .search-box {
    margin-left: auto;
    position: relative;
    top: 1rem;
    bottom: auto;
    right: auto;
  }
}
header.desktop .global nav .search-box fieldset {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  width: 250px;
  z-index: 10;
  background: #1d3e93;
  padding: 1rem 0.5rem;
}
.search-box-active header.desktop .global nav .search-box fieldset {
  display: block;
}
header.desktop .global nav .search-box fieldset legend {
  display: none;
}
header.desktop .global nav .search-box fieldset #siteSearch_pnlSiteSearch {
  position: relative;
}
header.desktop .global nav .search-box fieldset #siteSearch_pnlSiteSearch #siteSearch_submit {
  position: absolute;
  right: 0;
  font-size: 0;
  height: 33px;
  border: 0;
  border-radius: 0;
  background: url("../png/search.png") 0 0 no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  background-position: center;
  margin-top: 0.25rem;
}
header.desktop .menu-toggle {
  display: none;
}
@media (max-width: 1199px) {
  header.desktop .menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0rem;
  }
  header.desktop .menu-toggle::before {
    display: inline-block;
    font: normal normal normal 14px/1 Mintox;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f035";
    margin-right: 0.3rem;
    font-size: 1.5rem;
  }
  .mobile-menu-active header.desktop .menu-toggle::before {
    content: "\f02d";
    margin-right: 0.3rem;
    font-size: 1rem;
    color: #a67a19;
  }
}

.projects-listing-header {
  background-color: #1d3e93;
  padding: 3rem 0;
}
.projects-listing-header h1 {
  color: white;
}
.projects-listing-header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.projects-listing-header .row .project-options {
  margin-bottom: 0;
}
.projects-listing-header .row .project-tabs {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .projects-listing-header .row .project-tabs {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
.projects-listing-header .row .project-tabs .tile-toggle, .projects-listing-header .row .project-tabs .map-toggle {
  margin-bottom: 0;
}
.projects-listing-header .toggle-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .projects-listing-header .toggle-view {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.projects-listing-header .toggle-view li {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .projects-listing-header .toggle-view li {
    margin-bottom: 0;
  }
}
.projects-listing-header .toggle-view li a {
  color: white;
  margin-right: 1rem;
  font-size: 13px;
  -webkit-transition: 0.27s ease;
  transition: 0.27s ease;
}
.projects-listing-header .toggle-view li a::before {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.projects-listing-header .toggle-view li.tile-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px;
  margin-right: 1rem;
}
.projects-listing-header .toggle-view li.tile-toggle > a {
  opacity: 0.4;
}
.projects-listing-header .toggle-view li.tile-toggle::before {
  margin-right: 0.5rem;
  content: " ";
  background-image: url("../png/view.png");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.4;
}
.project-tile-view-active .projects-listing-header .toggle-view li.tile-toggle a, .project-tile-view-active .projects-listing-header .toggle-view li.tile-toggle::before {
  color: white;
  opacity: 1;
}
.projects-listing-header .toggle-view li.map-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px;
}
.projects-listing-header .toggle-view li.map-toggle > a {
  opacity: 0.4;
}
.projects-listing-header .toggle-view li.map-toggle::before {
  margin-right: 0.5rem;
  content: " ";
  background-image: url("../png/map.png");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.4;
}
.map-tile-view-active .projects-listing-header .toggle-view li.map-toggle a, .map-tile-view-active .projects-listing-header .toggle-view li.map-toggle::before {
  color: white;
  opacity: 1;
}
.projects-listing-header .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .projects-listing-header .options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.projects-listing-header .options > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.5%;
          flex: 0 0 31.5%;
  margin-right: 2rem;
  margin-bottom: 0rem;
  position: relative;
}
@media (max-width: 1199px) {
  .projects-listing-header .options > div {
    margin-right: 1rem;
  }
}
@media (max-width: 991px) {
  .projects-listing-header .options > div {
    margin-right: 0;
    margin-bottom: 1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .projects-listing-header .options > div.dropdown-active .dropdown-toggle::after {
    content: "\f02c";
    color: #a67a19;
  }
  .projects-listing-header .options > div.dropdown-active ul {
    border-top: 1px solid #eee;
    -webkit-box-shadow: 0 10px 15px 1px rgba(0, 0, 0, 0.3);
            box-shadow: 0 10px 15px 1px rgba(0, 0, 0, 0.3);
    visibility: visible;
    opacity: 1;
    z-index: 3;
    position: static;
    width: 100%;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    top: 56px;
  }
}
.projects-listing-header .options .dropdown-toggle {
  color: gray;
  background-color: white;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
.projects-listing-header .options .dropdown-toggle::after {
  display: inline-block;
  font: normal normal normal 14px/1 Mintox;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: auto;
  content: "\f02b";
  font-size: 0.7rem;
  color: #1d3e93;
  -webkit-transition: 0.27s ease;
  transition: 0.27s ease;
}
@media (min-width: 768px) {
  .projects-listing-header .options .dropdown-toggle:focus + ul, .projects-listing-header .options .dropdown-toggle:hover + ul {
    border-top: 1px solid #eee;
    -webkit-box-shadow: 0 10px 15px 1px rgba(0, 0, 0, 0.3);
            box-shadow: 0 10px 15px 1px rgba(0, 0, 0, 0.3);
    visibility: visible;
    opacity: 1;
    z-index: 3;
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    top: 56px;
  }
}
.projects-listing-header .options ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-right: 1rem;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-10%);
      -ms-transform: translateY(-10%);
          transform: translateY(-10%);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.15s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.15s ease;
  transition: opacity 0.2s ease, transform 0.15s ease;
  transition: opacity 0.2s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
}
@media (min-width: 768px) {
  .projects-listing-header .options ul:focus, .projects-listing-header .options ul:hover {
    border-top: 1px solid #eee;
    -webkit-box-shadow: 0 10px 15px 1px rgba(0, 0, 0, 0.3);
            box-shadow: 0 10px 15px 1px rgba(0, 0, 0, 0.3);
    visibility: visible;
    opacity: 1;
    z-index: 3;
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    top: 56px;
  }
}
.projects-listing-header .options ul li {
  background-color: white;
  padding: 1rem;
  color: gray;
  width: 100%;
  -webkit-transition: background-color 0.27s ease;
  transition: background-color 0.27s ease;
}
.projects-listing-header .options ul li:focus, .projects-listing-header .options ul li:hover {
  background-color: #f7f7f7;
  cursor: pointer;
}
.projects-listing-header .options ul li.is-checked {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.projects-listing-header .options ul li.is-checked::after {
  display: inline-block;
  font: normal normal normal 14px/1 Mintox;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f033";
  color: #a67a19;
  font-size: 0.75rem;
  margin-left: auto;
}

footer {
  background-color: #1d3e93;
  padding: 3rem 0;
}
footer .footer-content h3 {
  font-weight: 600;
}
footer .footer-content h3, footer .footer-content p {
  color: white;
  margin-bottom: 1rem;
}
footer .footer-content .icon-sm {
  max-height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
footer .footer-content a {
  color: white;
  -webkit-transition: color 0.27s ease;
  transition: color 0.27s ease;
}
footer .footer-content a:hover, footer .footer-content a:focus {
  color: #e3b142;
}
footer .footer-content ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-bottom: 1.5rem;
}
footer .footer-content ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0.5rem;
}
footer .footer-content ul a > img {
  margin-right: 0.5rem;
}
footer .footer-content ul.big {
  border-right: 1px solid #dddddd;
  height: 100%;
}
@media (max-width: 991px) {
  footer .footer-content ul.big {
    border-right: none;
  }
}
footer .footer-content ul.big > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 0 1rem;
  font-size: 18px;
  font-weight: bold;
}
footer .copyright {
  color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  footer .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .copyright a {
  color: rgba(255, 255, 255, 0.7);
}
footer .copyright a:hover, footer .copyright a:focus {
  color: white;
}
footer .copyright .webcred {
  margin-left: auto;
}
@media (max-width: 991px) {
  footer .copyright .webcred {
    margin-left: 0;
  }
}

main {
  padding: 3rem 0;
  overflow-x: hidden;
  min-height: 450px;
}
@media (max-width: 767px) {
  main {
    padding: 2rem 0;
  }
}
main .toolbar .breadcrumbs {
  font-size: 12px;
  display: inline-block;
  line-height: 33px;
  text-transform: uppercase;
  color: #959595;
}
.no-breadcrumbs main .toolbar .breadcrumbs, #home main .toolbar .breadcrumbs {
  display: none;
}
main .toolbar .breadcrumbs a {
  color: #959595;
  font-weight: 500;
}
main .toolbar .breadcrumbs strong {
  font-size: 0;
}
main .toolbar .breadcrumbs strong::before {
  content: "/";
  font-size: 14px;
}
main .toolbar .sitesearch {
  display: inline-block;
}
main .toolbar .sitesearch .textfield {
  display: inline-block;
  width: 200px;
}
main aside,
main article {
  position: relative;
}

.slider .slide {
  position: relative;
  height: 70vh;
  min-height: 350px;
}
@media (max-width: 767px) {
  .slider .slide {
    max-height: 400px;
  }
}
.slider .slide .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 110%;
  width: 100%;
  z-index: 1;
  background: black;
}
.slider .slide .bg > img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.8;
}
.slider .slide .container {
  position: relative;
  z-index: 2;
  height: 100%;
}
.slider .slide .container .project {
  float: right;
  margin-top: -2.35rem;
  margin-right: 5.5rem;
  color: white;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .slider .slide .container .project {
    float: none;
    margin: 1rem 0 0;
  }
}
.slider .slide .container .project .project-title {
  color: white;
}
.slider .slide .container .project .project-title::after {
  content: "";
  margin-top: 0.5rem;
  display: block;
  width: 50px;
  height: 3px;
  background-color: #a67a19;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.slider .slide .container .project .project-title:hover::after, .slider .slide .container .project .project-title:focus::after {
  width: 100%;
}
.slider .slide .container .hero-txt {
  height: 90%;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: white;
}
@media (max-width: 991px) {
  .slider .slide .container .hero-txt {
    height: 80%;
  }
}
@media (max-width: 767px) {
  .slider .slide .container .hero-txt {
    height: auto;
    margin-top: 3.5rem;
  }
}
.slider .slide .container .hero-txt span {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.slider .slide .container .hero-txt h2 {
  color: white;
  font-size: 48px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .slider .slide .container .hero-txt h2 {
    font-size: 32px;
  }
}
.slider .slide .container {
  margin-top: -50px;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.slider .reset-animation .slide .container {
  margin-top: -50px;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.hero-slider-loaded #hero-slider .slick-active .slide .container {
  margin-top: 0px;
  opacity: 1;
}

#hero-slider .slick-arrow {
  bottom: 5.5rem;
  right: 11.5%;
}
#hero-slider .slick-arrow::before {
  font-size: 1.2rem;
}
@media (max-width: 1199px) {
  #hero-slider .slick-arrow {
    right: 3rem;
  }
}
@media (max-width: 767px) {
  #hero-slider .slick-arrow {
    display: none;
  }
}
#hero-slider .slick-arrow.slick-prev {
  -webkit-transform: translateX(-1.5rem);
      -ms-transform: translateX(-1.5rem);
          transform: translateX(-1.5rem);
  left: auto;
}
@media (max-width: 991px) {
  .arrows {
    display: none;
  }
}
.arrows .container {
  position: relative;
}
.arrows .container .slick-prev::before, .arrows .container .slick-next::before {
  font-size: 1.25rem;
}
.arrows .container .slick-prev {
  right: 1.5rem;
  left: unset;
}
.arrows .container .slick-next {
  right: 0;
}

@-webkit-keyframes fade-then-slide-in {
  0% {
    margin-top: -50px;
  }
  100% {
    margin-top: 0px;
  }
}

@keyframes fade-then-slide-in {
  0% {
    margin-top: -50px;
  }
  100% {
    margin-top: 0px;
  }
}
.featured-projects {
  margin-bottom: 3rem;
}
.featured-projects hr {
  margin: 0 0 3rem;
}
.featured-projects h2 {
  margin-bottom: 3rem;
}

.project-slider .slide {
  position: relative;
}
.project-slider .slide .container {
  position: relative;
  margin: 0;
  padding: 0;
}
.project-slider .slick-slide {
  margin: 0 2rem;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
@media (max-width: 991px) {
  .project-slider .slick-slide {
    margin: 0 1rem;
  }
}
@media (max-width: 767px) {
  .project-slider .slick-slide {
    margin: 0 0.5rem;
  }
}
.project-slider .slick-slide.slick-current {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.project-slider .img {
  width: 100%;
}
.project-slider .img > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.project-slider .txt {
  margin: 0 0 0 180px;
  background-color: #1d3e93;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 400px;
  padding: 2rem;
  height: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@supports (display: grid) {
  .project-slider .txt {
    height: auto;
  }
}
.project-slider .txt h3, .project-slider .txt p {
  color: white;
}
.project-slider .txt h3 {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 600;
}
@media all and (min-width: 600px) {
  .project-slider .txt h3 {
    font-size: 1.875rem;
    line-height: 1.2;
  }
}
.project-slider .txt .btn {
  margin-top: auto;
}
@media (max-width: 1199px) {
  .project-slider .txt {
    height: 100%;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .project-slider .txt {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0;
    padding: 1rem;
    height: auto;
    width: 100%;
    max-width: 100%;
  }
}

.home-section {
  padding: 0 0 3rem;
}

.home-sponsor {
  padding: 0 0 3rem;
}

.btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: white;
}

.search-toggle-active body {
  overflow: hidden;
}

.overlay-search {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #102353;
  background: radial-gradient(circle, #1d3e93 0%, #102353 200%);
  opacity: 0;
  -webkit-transition: opacity 0.27s ease;
  transition: opacity 0.27s ease;
}
.search-toggle-active .overlay-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  z-index: 999;
}

.custom-header .background-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 30vh;
  overflow: hidden;
  background-color: black;
}
.custom-header .background-image > img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  width: 100%;
  height: 100%;
  max-height: 30vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.8;
}