@charset "UTF-8";
.mbm-l {
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .mbm-l {
    margin-bottom: 0;
  }
}

.mt-xl {
  margin-top: 60px !important;
}
@media screen and (min-width: 600px) and (max-width: 961px) {
  .mt-xl {
    margin-top: 80px !important;
  }
}
@media screen and (min-width: 961px) {
  .mt-xl {
    margin-top: 120px !important;
  }
}

.mt-l {
  margin-top: 60px !important;
}
@media screen and (min-width: 600px) and (max-width: 961px) {
  .mt-l {
    margin-top: 80px !important;
  }
}
@media screen and (min-width: 961px) {
  .mt-l {
    margin-top: 100px !important;
  }
}

.mt-m {
  margin-top: 20px !important;
}
@media screen and (min-width: 600px) and (max-width: 961px) {
  .mt-m {
    margin-top: 40px !important;
  }
}
@media screen and (min-width: 961px) {
  .mt-m {
    margin-top: 60px !important;
  }
}

.mt-s {
  margin-top: 20px !important;
}
@media screen and (min-width: 600px) and (max-width: 961px) {
  .mt-s {
    margin-top: 30px !important;
  }
}
@media screen and (min-width: 961px) {
  .mt-s {
    margin-top: 40px !important;
  }
}

.mt-xs {
  margin-top: 20px !important;
}
@media screen and (min-width: 600px) and (max-width: 961px) {
  .mt-xs {
    margin-top: 20px !important;
  }
}
@media screen and (min-width: 961px) {
  .mt-xs {
    margin-top: 20px !important;
  }
}

.mt-z {
  margin-top: 0px !important !important;
}
@media screen and (min-width: 600px) and (max-width: 961px) {
  .mt-z {
    margin-top: 0px !important !important;
  }
}
@media screen and (min-width: 961px) {
  .mt-z {
    margin-top: 0px !important !important;
  }
}

.mb-xl {
  margin-bottom: 60px !important;
}
@media screen and (min-width: 600px) and (max-width: 961px) {
  .mb-xl {
    margin-bottom: 80px !important;
  }
}
@media screen and (min-width: 961px) {
  .mb-xl {
    margin-bottom: 120px !important;
  }
}

.mb-l {
  margin-bottom: 60px !important;
}
@media screen and (min-width: 600px) and (max-width: 961px) {
  .mb-l {
    margin-bottom: 80px !important;
  }
}
@media screen and (min-width: 961px) {
  .mb-l {
    margin-bottom: 100px !important;
  }
}

.mb-m {
  margin-bottom: 20px !important;
}
@media screen and (min-width: 600px) and (max-width: 961px) {
  .mb-m {
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 961px) {
  .mb-m {
    margin-bottom: 60px !important;
  }
}

.mb-s {
  margin-bottom: 20px !important;
}
@media screen and (min-width: 600px) and (max-width: 961px) {
  .mb-s {
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 961px) {
  .mb-s {
    margin-bottom: 40px !important;
  }
}

.mb-xs {
  margin-bottom: 20px !important;
}
@media screen and (min-width: 600px) and (max-width: 961px) {
  .mb-xs {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 961px) {
  .mb-xs {
    margin-bottom: 20px !important;
  }
}

.mb-z {
  margin-bottom: 0px !important !important;
}
@media screen and (min-width: 600px) and (max-width: 961px) {
  .mb-z {
    margin-bottom: 0px !important !important;
  }
}
@media screen and (min-width: 961px) {
  .mb-z {
    margin-bottom: 0px !important !important;
  }
}

.pb-xl {
  padding-bottom: 60px !important;
}
@media screen and (min-width: 600px) and (max-width: 961px) {
  .pb-xl {
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 961px) {
  .pb-xl {
    padding-bottom: 120px !important;
  }
}

.pb-l {
  padding-bottom: 60px !important;
}
@media screen and (min-width: 600px) and (max-width: 961px) {
  .pb-l {
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 961px) {
  .pb-l {
    padding-bottom: 100px !important;
  }
}

.pb-m {
  padding-bottom: 20px !important;
}
@media screen and (min-width: 600px) and (max-width: 961px) {
  .pb-m {
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 961px) {
  .pb-m {
    padding-bottom: 60px !important;
  }
}

.pb-s {
  padding-bottom: 20px !important;
}
@media screen and (min-width: 600px) and (max-width: 961px) {
  .pb-s {
    padding-bottom: 30px !important;
  }
}
@media screen and (min-width: 961px) {
  .pb-s {
    padding-bottom: 40px !important;
  }
}

.pb-xs {
  padding-bottom: 20px !important;
}
@media screen and (min-width: 600px) and (max-width: 961px) {
  .pb-xs {
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 961px) {
  .pb-xs {
    padding-bottom: 20px !important;
  }
}

.pb-z {
  padding-bottom: 0px !important !important;
}
@media screen and (min-width: 600px) and (max-width: 961px) {
  .pb-z {
    padding-bottom: 0px !important !important;
  }
}
@media screen and (min-width: 961px) {
  .pb-z {
    padding-bottom: 0px !important !important;
  }
}

.pt-xl {
  padding-top: 60px !important;
}
@media screen and (min-width: 600px) and (max-width: 961px) {
  .pt-xl {
    padding-top: 80px !important;
  }
}
@media screen and (min-width: 961px) {
  .pt-xl {
    padding-top: 120px !important;
  }
}

.pt-l {
  padding-top: 60px !important;
}
@media screen and (min-width: 600px) and (max-width: 961px) {
  .pt-l {
    padding-top: 80px !important;
  }
}
@media screen and (min-width: 961px) {
  .pt-l {
    padding-top: 100px !important;
  }
}

.pt-m {
  padding-top: 20px !important;
}
@media screen and (min-width: 600px) and (max-width: 961px) {
  .pt-m {
    padding-top: 40px !important;
  }
}
@media screen and (min-width: 961px) {
  .pt-m {
    padding-top: 60px !important;
  }
}

.pt-s {
  padding-top: 20px !important;
}
@media screen and (min-width: 600px) and (max-width: 961px) {
  .pt-s {
    padding-top: 30px !important;
  }
}
@media screen and (min-width: 961px) {
  .pt-s {
    padding-top: 40px !important;
  }
}

.pt-xs {
  padding-top: 20px !important;
}
@media screen and (min-width: 600px) and (max-width: 961px) {
  .pt-xs {
    padding-top: 20px !important;
  }
}
@media screen and (min-width: 961px) {
  .pt-xs {
    padding-top: 20px !important;
  }
}

.pt-z {
  padding-top: 0px !important !important;
}
@media screen and (min-width: 600px) and (max-width: 961px) {
  .pt-z {
    padding-top: 0px !important !important;
  }
}
@media screen and (min-width: 961px) {
  .pt-z {
    padding-top: 0px !important !important;
  }
}

/*! Spectre.css v0.5.8 | MIT License | github.com/picturepan2/spectre */
/* Manually forked from Normalize.css */
/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

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

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers. (removed)
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Modify default styling of address.
 */
address {
  font-style: normal;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. (removed)
 */
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: "SF Mono", "Segoe UI Mono", "Roboto Mono", Menlo, Courier, monospace; /* 1 (changed) */
  font-size: 1em; /* 2 */
}

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

/**
 * Add the correct background and color in IE 9-. (Removed)
 */
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
  font-weight: 400; /* (added) */
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

/**
 * Restore the focus styles unset by the previous rule (removed).
 */
/**
 * Change the border, margin, and padding in all browsers (opinionated) (changed).
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  background: #C9C9C9;
  color: #1D1D1B;
  font-family: "Roboto";
  font-size: 1rem;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

hr {
  clear: both;
  width: 100%;
  height: 1px !important;
  font-size: 1px;
  line-height: 1px;
  border: 0px;
  border-top: solid 1px #ADADAD;
  border-bottom: transparent;
}
hr.size--small {
  max-width: 100px;
}

img.size-full {
  width: 100%;
  max-width: 520px;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

svg {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

a {
  color: #1D1D1B;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #E2001A;
}
a:focus, a.active {
  opacity: 0.7;
}
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/roboto-v20-latin-300.eot"); /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url("fonts/roboto-v20-latin-300.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-v20-latin-300.woff2") format("woff2"), url("fonts/roboto-v20-latin-300.woff") format("woff"), url("fonts/roboto-v20-latin-300.ttf") format("truetype"), url("fonts/roboto-v20-latin-300.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/roboto-v20-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("fonts/roboto-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-v20-latin-regular.woff2") format("woff2"), url("fonts/roboto-v20-latin-regular.woff") format("woff"), url("fonts/roboto-v20-latin-regular.ttf") format("truetype"), url("fonts/roboto-v20-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/roboto-v20-latin-500.eot"); /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"), url("fonts/roboto-v20-latin-500.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-v20-latin-500.woff2") format("woff2"), url("fonts/roboto-v20-latin-500.woff") format("woff"), url("fonts/roboto-v20-latin-500.ttf") format("truetype"), url("fonts/roboto-v20-latin-500.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/roboto-v20-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("fonts/roboto-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-v20-latin-700.woff2") format("woff2"), url("fonts/roboto-v20-latin-700.woff") format("woff"), url("fonts/roboto-v20-latin-700.ttf") format("truetype"), url("fonts/roboto-v20-latin-700.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* alegreya-regular - latin */
@font-face {
  font-family: "Alegreya";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/alegreya-v13-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Alegreya Regular"), local("Alegreya-Regular"), url("fonts/alegreya-v13-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/alegreya-v13-latin-regular.woff2") format("woff2"), url("fonts/alegreya-v13-latin-regular.woff") format("woff"), url("fonts/alegreya-v13-latin-regular.ttf") format("truetype"), url("fonts/alegreya-v13-latin-regular.svg#Alegreya") format("svg"); /* Legacy iOS */
}
/* alegreya-500 - latin */
@font-face {
  font-family: "Alegreya";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/alegreya-v13-latin-500.eot"); /* IE9 Compat Modes */
  src: local("Alegreya Medium"), local("Alegreya-Medium"), url("fonts/alegreya-v13-latin-500.eot?#iefix") format("embedded-opentype"), url("fonts/alegreya-v13-latin-500.woff2") format("woff2"), url("fonts/alegreya-v13-latin-500.woff") format("woff"), url("fonts/alegreya-v13-latin-500.ttf") format("truetype"), url("fonts/alegreya-v13-latin-500.svg#Alegreya") format("svg"); /* Legacy iOS */
}
.sub-navigation a {
  font-size: 14px;
  font-weight: bold;
  color: #ADADAD;
  text-transform: uppercase;
}
.sub-navigation a:hover {
  color: #E2001A;
}

.main-navigation .menu a {
  font-size: 18px;
  font-weight: 400;
  padding: 0 0 3px 0;
  border-bottom: 2px solid #fff;
}
.main-navigation .menu a:hover {
  border-bottom: 2px solid #E2001A;
}
@media screen and (max-width: 961px) {
  .main-navigation .mobile-subheader a {
    font-size: 18px;
    padding: 0 10px 0 0;
  }
  .main-navigation .menu .sub-menu {
    display: none;
  }
  .main-navigation .menu .sub-menu a {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
  }
  .main-navigation .menu a {
    line-height: 40px;
  }
}

.glider-item .glider-item-headline {
  color: #A8904F;
  font-weight: 500;
  text-align: center;
  font-size: max(16px, min(4vw, 18px));
  text-transform: uppercase;
}
.glider-item .glider-item-headline:after {
  content: "";
  display: block;
  max-width: 120px;
  margin: 20px auto 20px auto;
  border-bottom: 1px solid #C9C9C9;
}

.acc2 .acc-title,
.acc .acc-title {
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  font-size: max(18px, min(4vw, 22px));
  line-height: max(28px, min(4vw, 34px));
}
.acc2 .acc-title:hover,
.acc .acc-title:hover {
  color: #E2001A;
}
.acc2 .acc2-close,
.acc2 .acc2-open,
.acc2 .acc2-content,
.acc2 .acc-content,
.acc .acc2-close,
.acc .acc2-open,
.acc .acc2-content,
.acc .acc-content {
  font-size: max(16px, min(4vw, 18px));
  line-height: max(26px, min(4vw, 32px));
}

.sub-header {
  font-family: "Roboto";
}
.sub-header h3 {
  color: #1D1D1B;
  font-weight: 700;
}
.sub-header p {
  color: #1D1D1B;
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
}
.sub-header .menu a {
  font-weight: 400;
  display: block;
  font-size: 18px;
  line-height: 40px;
}

.site-static h2 {
  margin: 30px 0 10px 0;
  text-transform: none !important;
}
@media screen and (min-width: 600px) and (max-width: 961px) {
  .site-static h2 {
    margin: 40px 0 20px 0;
  }
}
@media screen and (min-width: 961px) {
  .site-static h2 {
    margin: 70px 0 30px 0;
  }
}
.site-static ul li {
  font-size: max(16px, min(4vw, 18px));
  line-height: max(24px, min(4vw, 28px));
}

.site-main .slider-content p {
  font-weight: 300;
  font-size: max(20px, min(4vw, 40px));
  line-height: max(32px, min(4vw, 50px));
}
.site-main .slider-content p strong {
  font-weight: 500;
}

.home .site-main h3:after {
  content: "";
  display: block;
  max-width: 70px;
  margin-top: 5px;
  border-bottom: 6px solid #E2001A;
}

.main-navigation-mobile a {
  font-size: 18px;
  line-height: 42px;
}
.main-navigation-mobile .sub-menu a {
  line-height: 26px;
}

.site-static .more a,
.site-main .more a {
  font-size: 14px;
}
.site-static .item-arrow,
.site-main .item-arrow {
  line-height: 24px;
}
.site-static .item-arrow span,
.site-main .item-arrow span {
  font-size: 16px;
}
.site-static .small,
.site-main .small {
  font-size: max(14px, min(4vw, 15px));
  line-height: max(26px, min(4vw, 28px));
}
.site-static .slider-title p,
.site-main .slider-title p {
  font-family: "Roboto";
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: max(22px, min(4vw, 26px));
  line-height: max(28px, min(4vw, 34px));
  margin-bottom: max(10px, min(10vw, 140px));
}
.site-static .slider-title p:after,
.site-main .slider-title p:after {
  margin: 5px 0 0 0;
  display: block;
  content: "";
  width: 70px;
  height: 6px;
  background: #fff;
}
.site-static h1,
.site-main h1 {
  font-family: "Alegreya";
  font-weight: 500;
  color: #E2001A;
  font-size: max(34px, min(8vw, 60px));
  line-height: max(38px, min(8vw, 64px));
}
.site-static .col-border h1,
.site-main .col-border h1 {
  margin-top: 40px;
  margin-bottom: 0px;
}
.site-static .content-box-bless h3,
.site-main .content-box-bless h3 {
  font-size: max(16px, min(4vw, 18px));
  line-height: max(20px, min(4vw, 24px));
  margin-bottom: max(20px, min(4vw, 30px));
}
.site-static .content-box-bless h3:after,
.site-main .content-box-bless h3:after {
  border-bottom: 6px solid #fff;
}
.site-static h2,
.site-main h2 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: max(18px, min(4vw, 22px));
  line-height: max(28px, min(4vw, 34px));
}
.site-static .h3,
.site-static h3,
.site-main .h3,
.site-main h3 {
  font-family: "Roboto";
  text-transform: uppercase;
  font-weight: 600;
  color: #1D1D1B;
  font-size: max(22px, min(4vw, 26px));
  line-height: max(28px, min(4vw, 34px));
  margin-bottom: max(40px, min(4vw, 80px));
}
.site-static h4,
.site-main h4 {
  font-family: "Roboto";
  text-transform: uppercase;
  font-weight: 500;
  color: #1D1D1B;
  font-size: max(16px, min(4vw, 18px));
  line-height: max(28px, min(4vw, 34px));
}
.site-static h4:after,
.site-main h4:after {
  margin: 5px 0 0 0;
  display: block;
  content: "";
  width: 70px;
  height: 6px;
  background: #fff;
}
.site-static h5,
.site-main h5 {
  font-family: "Roboto";
  font-weight: 500;
  color: #A8904F;
  font-size: max(18px, min(4vw, 22px));
  line-height: max(26px, min(4vw, 32px));
}
.site-static p,
.site-main p {
  color: #1D1D1B;
  font-size: max(16px, min(4vw, 18px));
  line-height: max(24px, min(4vw, 28px));
}
.site-static ul li,
.site-main ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 10px;
}
.site-static ul li::before,
.site-main ul li::before {
  content: "■"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #E2001A; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  font-size: 16px;
  display: block; /* Needed to add space between the bullet and the text */
  position: absolute;
  left: -14px;
  top: -2px;
}
.site-static .subline,
.site-main .subline {
  color: #ADADAD;
  font-weight: 500;
  font-size: max(16px, min(4vw, 22px));
  line-height: max(24px, min(4vw, 28px));
  margin: 0 0 15px 0;
}
.site-static .subline.subline--small,
.site-main .subline.subline--small {
  font-size: max(16px, min(4vw, 18px));
}
.site-static .subline.subline--small a,
.site-main .subline.subline--small a {
  color: #ADADAD;
}
.site-static .subline.subline--small a:hover,
.site-main .subline.subline--small a:hover {
  color: #E2001A;
}
.site-static .text-bc-third,
.site-main .text-bc-third {
  font-weight: 500;
  font-size: max(16px, min(4vw, 18px));
  line-height: 30px;
}
.site-static .fs-mb,
.site-main .fs-mb {
  font-size: max(18px, min(4vw, 22px));
  line-height: max(28px, min(4vw, 34px));
  font-weight: 400;
}
.site-static .fs-mb a,
.site-main .fs-mb a {
  text-decoration: underline;
}
.site-static .fs-mb ul li,
.site-static .fs-mb p,
.site-main .fs-mb ul li,
.site-main .fs-mb p {
  font-size: max(18px, min(4vw, 22px));
  line-height: max(28px, min(4vw, 34px));
}
.site-static .fs-m,
.site-main .fs-m {
  font-size: max(18px, min(4vw, 22px));
  line-height: max(28px, min(4vw, 34px));
  font-weight: 300;
}
.site-static .fs-m a,
.site-main .fs-m a {
  text-decoration: underline;
}
.site-static .fs-m ul li,
.site-static .fs-m p,
.site-main .fs-m ul li,
.site-main .fs-m p {
  font-size: max(18px, min(4vw, 22px));
  line-height: max(28px, min(4vw, 34px));
}

.site-footer .widget-title {
  font-family: "Roboto";
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 40px 0;
}
.site-footer p {
  font-size: max(14px, min(4vw, 16px));
  line-height: max(20px, min(4vw, 28px));
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5em;
  margin-top: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
}

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

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

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

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

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

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

p {
  margin: 0 0 1.2rem;
}

a,
ins,
u {
  text-decoration-skip: ink edges;
}

abbr[title] {
  border-bottom: 0.05rem dotted;
  cursor: help;
  text-decoration: none;
}

blockquote {
  border-left: 0.1rem solid #C9C9C9;
  margin-left: 0;
  padding: 0.4rem 0.8rem;
}
blockquote p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  margin: 0.8rem 0 0.8rem 0.8rem;
  padding: 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0.8rem 0 0.8rem 0.8rem;
}
ul li,
ol li {
  margin-top: 0.4rem;
}

ul {
  list-style: disc inside;
}
ul ul {
  list-style-type: circle;
}

ol {
  list-style: decimal inside;
}
ol ol {
  list-style-type: lower-alpha;
}

dl dt {
  font-weight: bold;
}
dl dd {
  margin: 0.4rem 0 0.8rem 0;
}

.table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 2px solid #C9C9C9;
  width: 100%;
  text-align: left;
}
.table.table-striped tbody tr:nth-of-type(odd) {
  background: #fff;
}
.table tbody tr.active, .table.table-striped tbody tr.active {
  background: #ADADAD;
}
.table.table-hover tbody tr:hover {
  background: #5C5C5C;
}
.table.table-scroll {
  display: block;
  overflow-x: auto;
  padding-bottom: 0.75rem;
  white-space: nowrap;
}
.table th {
  color: #A8904F;
  font-weight: bold;
  text-transform: uppercase;
}
.table td,
.table th {
  vertical-align: top;
  border-bottom: 2px solid #C9C9C9;
  padding: 15px 25px 15px 25px;
}
@media screen and (max-width: 600px) {
  .table th {
    padding: 15px 25px 0px 25px;
  }
  .table td, .table th {
    display: block;
    border-bottom: none;
  }
  .table tr {
    border-bottom: 2px solid #C9C9C9;
  }
}

.form-group:not(:last-child) {
  margin-bottom: 0.938rem;
}

fieldset {
  margin-bottom: 0.8rem;
}

legend {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

.form-label {
  display: block;
  line-height: 1.2rem;
  padding: 0.3rem 0;
}
.form-label.label-sm {
  font-size: 0.7rem;
  padding: 0.1rem 0;
}
.form-label.label-lg {
  font-size: 0.9rem;
  padding: 0.4rem 0;
}

.form-input {
  appearance: none;
  background: #fff;
  background-image: none;
  border: 0.05rem solid #ADADAD;
  border-radius: 0.1rem;
  color: #1D1D1B;
  display: block;
  font-size: 1rem;
  height: 1.8rem;
  line-height: 1.2rem;
  max-width: 100%;
  outline: none;
  padding: 0.25rem 0.4rem;
  position: relative;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
  width: 100%;
}
.form-input:focus {
  border-color: #1D1D1B;
}
.form-input::placeholder {
  color: #ADADAD;
}
.form-input.input-sm {
  font-size: 0.7rem;
  height: 1.4rem;
  padding: 0.05rem 0.3rem;
}
.form-input.input-lg {
  font-size: 0.9rem;
  height: 2rem;
  padding: 0.35rem 0.6rem;
}
.form-input.input-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.form-input[type=file] {
  height: auto;
}

textarea.form-input, textarea.form-input.input-lg, textarea.form-input.input-sm {
  height: auto;
}

.form-input-hint {
  color: #ADADAD;
  font-size: 0.7rem;
  margin-top: 0.2rem;
}
.has-success .form-input-hint, .is-success + .form-input-hint {
  color: #32b643;
}
.has-error .form-input-hint, .is-error + .form-input-hint {
  color: #e85600;
}

.form-select {
  appearance: none;
  border: 0.05rem solid #ADADAD;
  border-radius: 0.1rem;
  color: inherit;
  font-size: 1rem;
  height: 1.8rem;
  line-height: 1.2rem;
  outline: none;
  padding: 0.25rem 0.4rem;
  vertical-align: middle;
  width: 100%;
  background: #fff;
}
.form-select:focus {
  border-color: #1D1D1B;
}
.form-select::-ms-expand {
  display: none;
}
.form-select.select-sm {
  font-size: 0.7rem;
  height: 1.4rem;
  padding: 0.05rem 1.1rem 0.05rem 0.3rem;
}
.form-select.select-lg {
  font-size: 0.9rem;
  height: 2rem;
  padding: 0.35rem 1.4rem 0.35rem 0.6rem;
}
.form-select[size], .form-select[multiple] {
  height: auto;
  padding: 0.25rem 0.4rem;
}
.form-select[size] option, .form-select[multiple] option {
  padding: 0.1rem 0.2rem;
}
.form-select:not([multiple]):not([size]) {
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23667189'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right 0.35rem center/0.4rem 0.5rem;
  padding-right: 1.2rem;
}

.has-icon-left,
.has-icon-right {
  position: relative;
}
.has-icon-left .form-icon,
.has-icon-right .form-icon {
  height: 0.8rem;
  margin: 0 0.25rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  z-index: 2;
}

.has-icon-left .form-icon {
  left: 0.05rem;
}
.has-icon-left .form-input {
  padding-left: 1.3rem;
}

.has-icon-right .form-icon {
  right: 0.05rem;
}
.has-icon-right .form-input {
  padding-right: 1.3rem;
}

.form-checkbox,
.form-radio,
.form-switch {
  display: block;
  line-height: 1.2rem;
  margin: 0.2rem 0;
  min-height: 1.4rem;
  padding: 0.1rem 0.4rem 0.1rem 1.2rem;
  position: relative;
}
.form-checkbox input,
.form-radio input,
.form-switch input {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.form-checkbox input:focus + .form-icon,
.form-radio input:focus + .form-icon,
.form-switch input:focus + .form-icon {
  border-color: #1D1D1B;
}
.form-checkbox input:checked + .form-icon,
.form-radio input:checked + .form-icon,
.form-switch input:checked + .form-icon {
  background: #1D1D1B;
  border-color: #1D1D1B;
}
.form-checkbox .form-icon,
.form-radio .form-icon,
.form-switch .form-icon {
  border: 0.05rem solid #ADADAD;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
}
.form-checkbox.input-sm,
.form-radio.input-sm,
.form-switch.input-sm {
  font-size: 0.7rem;
  margin: 0;
}
.form-checkbox.input-lg,
.form-radio.input-lg,
.form-switch.input-lg {
  font-size: 0.9rem;
  margin: 0.3rem 0;
}

.form-checkbox .form-icon,
.form-radio .form-icon {
  background: #fff;
  height: 0.8rem;
  left: 0;
  top: 0.3rem;
  width: 0.8rem;
}
.form-checkbox input:active + .form-icon,
.form-radio input:active + .form-icon {
  background: #ADADAD;
}

.form-checkbox .form-icon {
  border-radius: 0.1rem;
}
.form-checkbox input:checked + .form-icon::before {
  background-clip: padding-box;
  border: 0.1rem solid #fff;
  border-left-width: 0;
  border-top-width: 0;
  content: "";
  height: 9px;
  left: 50%;
  margin-left: -3px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 6px;
}
.form-checkbox input:indeterminate + .form-icon {
  background: #1D1D1B;
  border-color: #1D1D1B;
}
.form-checkbox input:indeterminate + .form-icon::before {
  background: #fff;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 10px;
}

.form-radio .form-icon {
  border-radius: 50%;
}
.form-radio input:checked + .form-icon::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
}

.form-switch {
  padding-left: 2rem;
}
.form-switch .form-icon {
  background: #ADADAD;
  background-clip: padding-box;
  border-radius: 0.45rem;
  height: 0.9rem;
  left: 0;
  top: 0.25rem;
  width: 1.6rem;
}
.form-switch .form-icon::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.8rem;
  left: 0;
  position: absolute;
  top: 0;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s, left 0.2s;
  width: 0.8rem;
}
.form-switch input:checked + .form-icon::before {
  left: 14px;
}
.form-switch input:active + .form-icon::before {
  background: #ADADAD;
}

.input-group {
  display: flex;
}
.input-group .input-group-addon {
  background: #ADADAD;
  border: 0.05rem solid #C9C9C9;
  border-radius: 0.1rem;
  line-height: 1.2rem;
  padding: 0.25rem 0.4rem;
  white-space: nowrap;
}
.input-group .input-group-addon.addon-sm {
  font-size: 0.7rem;
  padding: 0.05rem 0.3rem;
}
.input-group .input-group-addon.addon-lg {
  font-size: 0.9rem;
  padding: 0.35rem 0.6rem;
}
.input-group .form-input,
.input-group .form-select {
  flex: 1 1 auto;
  width: 1%;
}
.input-group .input-group-btn {
  z-index: 1;
}
.input-group .form-input:first-child:not(:last-child),
.input-group .form-select:first-child:not(:last-child),
.input-group .input-group-addon:first-child:not(:last-child),
.input-group .input-group-btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group .form-input:not(:first-child):not(:last-child),
.input-group .form-select:not(:first-child):not(:last-child),
.input-group .input-group-addon:not(:first-child):not(:last-child),
.input-group .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -0.05rem;
}
.input-group .form-input:last-child:not(:first-child),
.input-group .form-select:last-child:not(:first-child),
.input-group .input-group-addon:last-child:not(:first-child),
.input-group .input-group-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -0.05rem;
}
.input-group .form-input:focus,
.input-group .form-select:focus,
.input-group .input-group-addon:focus,
.input-group .input-group-btn:focus {
  z-index: 2;
}
.input-group .form-select {
  width: auto;
}
.input-group.input-inline {
  display: inline-flex;
}

.has-success .form-input, .form-input.is-success,
.has-success .form-select,
.form-select.is-success {
  background: #f9fdfa;
  border-color: #32b643;
}
.has-error .form-input, .form-input.is-error,
.has-error .form-select,
.form-select.is-error {
  background: #fffaf7;
  border-color: #e85600;
}
.has-error .form-checkbox .form-icon, .form-checkbox.is-error .form-icon,
.has-error .form-radio .form-icon,
.form-radio.is-error .form-icon,
.has-error .form-switch .form-icon,
.form-switch.is-error .form-icon {
  border-color: #e85600;
}
.has-error .form-checkbox input:checked + .form-icon, .form-checkbox.is-error input:checked + .form-icon,
.has-error .form-radio input:checked + .form-icon,
.form-radio.is-error input:checked + .form-icon,
.has-error .form-switch input:checked + .form-icon,
.form-switch.is-error input:checked + .form-icon {
  background: #e85600;
  border-color: #e85600;
}
.has-error .form-checkbox input:focus + .form-icon, .form-checkbox.is-error input:focus + .form-icon,
.has-error .form-radio input:focus + .form-icon,
.form-radio.is-error input:focus + .form-icon,
.has-error .form-switch input:focus + .form-icon,
.form-switch.is-error input:focus + .form-icon {
  border-color: #e85600;
}

.has-error .form-checkbox input:indeterminate + .form-icon, .form-checkbox.is-error input:indeterminate + .form-icon {
  background: #e85600;
  border-color: #e85600;
}

.form-input:not(:placeholder-shown):invalid {
  border-color: #e85600;
}
.form-input:not(:placeholder-shown):invalid:focus {
  background: #fffaf7;
}
.form-input:not(:placeholder-shown):invalid + .form-input-hint {
  color: #e85600;
}

.form-input:disabled, .form-input.disabled,
.form-select:disabled,
.form-select.disabled {
  background-color: #5C5C5C;
  cursor: not-allowed;
  opacity: 0.5;
}

.form-input[readonly] {
  background-color: #ADADAD;
}

input:disabled + .form-icon, input.disabled + .form-icon {
  background: #ADADAD;
  cursor: not-allowed;
  opacity: 0.5;
}

.form-switch input:disabled + .form-icon::before, .form-switch input.disabled + .form-icon::before {
  background: #fff;
}

.form-horizontal {
  padding: 0.938rem 0;
}
.form-horizontal .form-group {
  display: flex;
  flex-wrap: wrap;
}

.form-inline {
  display: inline-block;
}

.btn.btn-inline {
  display: inline-block;
}
.btn.btn-primary {
  padding: 11px 25px 11px 15px;
  background: #fff;
  border: 1px solid #E2001A;
  color: #E2001A;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
}
.btn.btn-primary svg {
  margin: -6px 10px -6px 0;
}
.btn.btn-primary:hover {
  color: #fff;
  background: #E2001A;
}
.btn.btn-small {
  padding: 5px 15px 5px 15px !important;
}
.btn.btn-dark {
  background: #C9C9C9 !important;
  border: 1px solid #888 !important;
}
.btn.btn-primary--gray {
  padding: 11px 25px 11px 15px;
  background: transparent;
  border: 1px solid #1D1D1B;
  color: #1D1D1B;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
}
.btn.btn-primary--gray svg {
  margin: -6px 10px -6px 0;
}
.btn.btn-primary--gray:hover {
  color: #fff;
  background: #1D1D1B;
}
.btn.btn-third {
  padding: 2px 15px 2px 15px;
  background: #EDEDED;
  color: #1D1D1B;
  border: 1px solid #000;
}
.btn.btn-third:hover {
  color: #eee;
  background: #5C5C5C;
}
.btn.btn-second {
  padding: 11px 15px 11px 15px;
  background: #EDEDED;
  color: #1D1D1B;
  border: 1px solid #C9C9C9;
}
.btn.btn-second:hover {
  color: #eee;
  background: #5C5C5C;
}

.label {
  border-radius: 0.1rem;
  line-height: 1.25;
  padding: 0.1rem 0.2rem;
  background: #ADADAD;
  color: #2a2a27;
  display: inline-block;
}
.label.label-rounded {
  border-radius: 5rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.label.label-primary {
  background: #1D1D1B;
  color: #fff;
}
.label.label-secondary {
  background: #E2001A;
  color: #1D1D1B;
}
.label.label-success {
  background: #32b643;
  color: #fff;
}
.label.label-warning {
  background: #ffb700;
  color: #fff;
}
.label.label-error {
  background: #e85600;
  color: #fff;
}

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

.img-fit-cover {
  object-fit: cover;
}

.img-fit-contain {
  object-fit: contain;
}

.video-responsive {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.video-responsive::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

video.video-responsive {
  height: auto;
  max-width: 100%;
}
video.video-responsive::before {
  content: none;
}

.video-responsive-4-3::before {
  padding-bottom: 75%;
}

.video-responsive-1-1::before {
  padding-bottom: 100%;
}

.figure {
  margin: 0 0 0.938rem 0;
}
.figure .figure-caption {
  color: #ADADAD;
  margin-top: 0.938rem;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.938rem;
  padding-right: 0.938rem;
  width: 100%;
}
.container.grid-xl {
  max-width: 1197.52px;
}
.container.grid-slider {
  max-width: 1230px;
}
.container.grid-lg {
  max-width: 998.52px;
}
.container.grid-md {
  max-width: 877.52px;
}
.container.grid-sm {
  max-width: 637.52px;
}
.container.grid-xs {
  max-width: 517.52px;
}

.site {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}

.show-xs,
.show-sm,
.show-md,
.show-lg,
.show-xl {
  display: none !important;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.columns.col-gapless {
  margin-left: 0;
  margin-right: 0;
}
.columns.col-gapless > .column {
  padding-left: 0;
  padding-right: 0;
}
.columns.col-oneline {
  flex-wrap: nowrap;
  overflow-x: auto;
}

.column {
  flex: 1;
  max-width: 100%;
  padding-left: 0.938rem;
  padding-right: 0.938rem;
}
.column.column-margin {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0.938rem;
  margin-right: 0.938rem;
}
.column.col-12, .column.col-11, .column.col-10, .column.col-9, .column.col-8, .column.col-7, .column.col-6, .column.col-5, .column.col-4, .column.col-3, .column.col-2, .column.col-1, .column.col-auto {
  flex: none;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

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

.col-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.col-ml-auto {
  margin-left: auto;
}

.col-mr-auto {
  margin-right: auto;
}

@media (max-width: 1160px) {
  .col-xl-12,
  .col-xl-11,
  .col-xl-10,
  .col-xl-9,
  .col-xl-8,
  .col-xl-7,
  .col-xl-6,
  .col-xl-5,
  .col-xl-4,
  .col-xl-3,
  .col-xl-2,
  .col-xl-1,
  .col-xl-auto {
    flex: none;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-auto {
    width: auto;
  }
  .hide-xl {
    display: none !important;
  }
  .show-xl {
    display: block !important;
  }
}
@media (max-width: 961px) {
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1,
  .col-lg-auto {
    flex: none;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-auto {
    width: auto;
  }
  .hide-lg {
    display: none !important;
  }
  .show-lg {
    display: block !important;
  }
}
@media (max-width: 840px) {
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1,
  .col-md-auto {
    flex: none;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-auto {
    width: auto;
  }
  .hide-md {
    display: none !important;
  }
  .show-md {
    display: block !important;
  }
}
@media (max-width: 600px) {
  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1,
  .col-sm-auto {
    flex: none;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-auto {
    width: auto;
  }
  .hide-sm {
    display: none !important;
  }
  .show-sm {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .col-xs-12,
  .col-xs-11,
  .col-xs-10,
  .col-xs-9,
  .col-xs-8,
  .col-xs-7,
  .col-xs-6,
  .col-xs-5,
  .col-xs-4,
  .col-xs-3,
  .col-xs-2,
  .col-xs-1,
  .col-xs-auto {
    flex: none;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-auto {
    width: auto;
  }
  .hide-xs {
    display: none !important;
  }
  .show-xs {
    display: block !important;
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-1.6rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.text-primary {
  color: #1D1D1B !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #10100f;
}
a.text-primary:visited {
  color: #2a2a27;
}

.text-secondary {
  color: #5C5C5C !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #4f4f4f;
}
a.text-secondary:visited {
  color: dimgray;
}

.text-bc-third {
  background: #A8904F;
  color: #fff;
  padding: 0 10px 0 10px;
  margin-right: 15px;
}

.text-c-third {
  color: #A8904F !important;
}

.bg-primary {
  background: #EBEBEB !important;
}

.bg-secondary {
  background: #E2001A !important;
  color: #fff;
}

.bg-dark {
  background: #C9C9C9 !important;
}

.site {
  background: #fff;
}

.bg-gray {
  background: #5C5C5C !important;
  color: #fff;
}

.c-hand {
  cursor: pointer;
}

.c-move {
  cursor: move;
}

.c-zoom-in {
  cursor: zoom-in;
}

.c-zoom-out {
  cursor: zoom-out;
}

.c-not-allowed {
  cursor: not-allowed;
}

.c-auto {
  cursor: auto;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.d-none,
.d-hide {
  display: none !important;
}

.d-visible {
  visibility: visible;
}

.d-invisible {
  visibility: hidden;
}

.text-hide {
  background: transparent;
  border: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-shadow: none;
}

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

.divider,
.divider-vert {
  display: block;
  position: relative;
}
.divider[data-content]::after,
.divider-vert[data-content]::after {
  background: #C9C9C9;
  color: #ADADAD;
  content: attr(data-content);
  display: inline-block;
  font-size: 0.7rem;
  padding: 0 0.4rem;
  transform: translateY(-0.65rem);
}

.divider {
  border-top: 0.05rem solid #C9C9C9;
  height: 0.05rem;
  margin: 0.4rem 0;
}
.divider[data-content] {
  margin: 0.8rem 0;
}

.divider-vert {
  display: block;
  padding: 0.8rem;
}
.divider-vert::before {
  border-left: 0.05rem solid #C9C9C9;
  bottom: 0.4rem;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 0.4rem;
  transform: translateX(-50%);
}
.divider-vert[data-content]::after {
  left: 50%;
  padding: 0.2rem 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loading {
  color: transparent !important;
  min-height: 0.8rem;
  pointer-events: none;
  position: relative;
}
.loading::after {
  animation: loading 500ms infinite linear;
  border: 0.1rem solid #1D1D1B;
  border-radius: 50%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 0.8rem;
  left: 50%;
  margin-left: -0.4rem;
  margin-top: -0.4rem;
  position: absolute;
  top: 50%;
  width: 0.8rem;
  z-index: 1;
}
.loading.loading-lg {
  min-height: 2rem;
}
.loading.loading-lg::after {
  height: 1.6rem;
  margin-left: -0.8rem;
  margin-top: -0.8rem;
  width: 1.6rem;
}

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

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

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

.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.p-fixed {
  position: fixed !important;
}

.p-sticky {
  position: sticky !important;
}

.p-centered {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.flex-centered {
  align-items: center;
  display: flex;
  justify-content: center;
}

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

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

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

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

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

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

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

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

.mb-1 {
  margin-bottom: 0.2rem !important;
}

.ml-1 {
  margin-left: 0.2rem !important;
}

.mr-1 {
  margin-right: 0.2rem !important;
}

.mt-1 {
  margin-top: 0.2rem !important;
}

.mx-1 {
  margin-left: 0.2rem !important;
  margin-right: 0.2rem !important;
}

.my-1 {
  margin-bottom: 0.2rem !important;
  margin-top: 0.2rem !important;
}

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

.mb-2 {
  margin-bottom: 0.4rem !important;
}

.ml-2 {
  margin-left: 0.4rem !important;
}

.mr-2 {
  margin-right: 0.4rem !important;
}

.mt-2 {
  margin-top: 0.4rem !important;
}

.mx-2 {
  margin-left: 0.4rem !important;
  margin-right: 0.4rem !important;
}

.my-2 {
  margin-bottom: 0.4rem !important;
  margin-top: 0.4rem !important;
}

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

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

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

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

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

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

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

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

.pb-1 {
  padding-bottom: 0.2rem !important;
}

.pl-1 {
  padding-left: 0.2rem !important;
}

.pr-1 {
  padding-right: 0.2rem !important;
}

.pt-1 {
  padding-top: 0.2rem !important;
}

.px-1 {
  padding-left: 0.2rem !important;
  padding-right: 0.2rem !important;
}

.py-1 {
  padding-bottom: 0.2rem !important;
  padding-top: 0.2rem !important;
}

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

.pb-2 {
  padding-bottom: 0.4rem !important;
}

.pl-2 {
  padding-left: 0.4rem !important;
}

.pr-2 {
  padding-right: 0.4rem !important;
}

.pt-2 {
  padding-top: 0.4rem !important;
}

.px-2 {
  padding-left: 0.4rem !important;
  padding-right: 0.4rem !important;
}

.py-2 {
  padding-bottom: 0.4rem !important;
  padding-top: 0.4rem !important;
}

.s-rounded {
  border-radius: 0.1rem;
}

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

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

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

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

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

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-normal {
  font-weight: normal;
}

.text-bold {
  font-weight: 500 !important;
}

.text-italic {
  font-style: italic;
}

.text-large {
  font-size: 1.2em;
}

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

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

.text-break {
  hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
}

.single-team .site-header .menu-item-66.current_page_parent > a,
.post-type-archive-team .site-header .menu-item-66.current_page_parent > a {
  color: #1D1D1B;
}
.single-team .site-header .menu-item-1058 > a,
.single-team .site-header .menu-item-66.current_page_parent a:hover,
.single-team .site-header .menu-item-61 > a,
.post-type-archive-team .site-header .menu-item-1058 > a,
.post-type-archive-team .site-header .menu-item-66.current_page_parent a:hover,
.post-type-archive-team .site-header .menu-item-61 > a {
  color: #E2001A;
}

.scroll-down .site-header {
  opacity: 0;
}

.scroll-up .site-header {
  opacity: 1;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #C9C9C9;
}
.scroll-up .site-header .logo img {
  max-height: 40px;
}

.site-header {
  transition: all 0.5s ease;
  padding: 10px 0 10px 0;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  background: #fff;
  z-index: 99;
}
.site-header .logo img {
  max-width: 200px;
  max-height: 40px;
}
.site-header .sub-navigation {
  display: none;
  margin: 0 0 10px 0;
}
.site-header .sub-navigation li {
  text-transform: uppercase;
}
.site-header .sub-navigation li:first-child {
  padding: 0 7px 0px 0px;
  margin: 0 7px 0 0;
  border-right: 1px solid #ADADAD;
}
.site-header .main-navigation-mobile .sub-navigation {
  display: block;
  padding: 0;
  margin: 0 20px 0 0;
  text-align: right;
}
.site-header .main-navigation-mobile .sub-navigation li,
.site-header .main-navigation-mobile .sub-navigation a {
  border-bottom: none;
  padding: 0;
  margin: 0 !important;
}
.site-header .main-navigation-mobile .sub-navigation li:first-child {
  padding: 0 20px 0 0;
  border-right: 1px solid #fff;
}
.site-header .main-navigation-mobile .sub-navigation li {
  display: inline-block;
}
.site-header .col-lg-9 {
  align-self: center;
  text-align: right;
}
.site-header .menu .current-menu-item > a,
.site-header .menu .current_page_parent > a,
.site-header .menu .current_page_ancestor > a,
.site-header .menu .current_page_item > a,
.site-header .menu a:hover {
  color: #E2001A;
}
.site-header .menu-toggle {
  display: inline-block;
  background: #fff;
  border: 1px solid #fff;
  cursor: pointer;
}
.site-header .menu-toggle:hover, .site-header .menu-toggle:active, .site-header .menu-toggle:focus {
  border: 1px solid #fff;
}
.site-header .menu-toggle:hover svg, .site-header .menu-toggle:active svg, .site-header .menu-toggle:focus svg {
  color: #E2001A;
}
.site-header .menu-toggle svg {
  color: #1D1D1B;
  width: 30px;
}
@media screen and (min-width: 600px) and (max-width: 961px) {
  .site-header .sub-navigation {
    display: block;
  }
  .site-header .col-lg-9 {
    text-align: right;
  }
}
@media screen and (min-width: 600px) {
  .site-header .sub-navigation {
    display: block;
    padding: 0;
    text-align: right;
  }
  .site-header .sub-navigation li {
    display: inline-block;
  }
}
@media screen and (min-width: 961px) {
  .site-header {
    padding: 20px 0 20px 0;
  }
  .site-header .logo img {
    max-height: 58px;
  }
  .site-header .sub-navigation {
    display: block;
  }
  .site-header .col-lg-9 {
    align-self: flex-end;
    text-align: left;
  }
  .site-header .menu-toggle {
    display: none;
  }
}

.sub-header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 33;
  background: #EDEDED;
  display: none;
}
.sub-header.open {
  display: block;
}
.sub-header .col-lg-5 {
  align-self: flex-end;
}
.sub-header .col-lg-5 p {
  max-width: 400px;
}
.sub-header .menu {
  margin: 0;
  padding: 0 0 0 100px;
  border-left: 1px solid #C9C9C9;
}
.sub-header .menu a {
  border-bottom: 1px solid #C9C9C9;
}
.sub-header .menu li {
  list-style: none;
}
@media screen and (max-width: 961px) {
  .sub-header.open {
    display: none;
  }
}

.main-navigation-mobile {
  display: none;
  height: 100%;
  background: #fff;
  padding: 9px 0 30px 0;
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
  overflow-y: scroll;
  text-align: left;
}
.main-navigation-mobile.open {
  display: block;
}
.main-navigation-mobile .mobile-subheader {
  padding: 0 0 15px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #000;
}
.main-navigation-mobile .open {
  display: block;
}
.main-navigation-mobile .mobile-subheader {
  display: flex;
}
.main-navigation-mobile .mobile-subheader a:hover {
  color: #E2001A;
}
.main-navigation-mobile .mobile-subheader svg {
  margin-top: 5px;
  width: 20px;
  cursor: pointer;
}
.main-navigation-mobile .mobile-subheader svg:hover {
  color: #ccc;
}
.main-navigation-mobile .mobile-subheader .mobile-subheader-close {
  text-align: right;
}
.main-navigation-mobile .mobile-subheader .mobile-subheader-lang {
  display: flex;
  align-items: center;
  text-align: left;
}
.main-navigation-mobile .sub-menu.open {
  display: block;
}
.main-navigation-mobile ul {
  margin: 0;
}
.main-navigation-mobile ul .current_page_ancestor.menu-item-has-children ul {
  display: block;
}
.main-navigation-mobile ul li {
  margin: 0;
  list-style: none;
}
.main-navigation-mobile ul .sub-menu {
  display: none;
}
.main-navigation-mobile ul .sub-menu a {
  padding: 5px 15px 5px 30px;
}
.main-navigation-mobile ul .menu-item-has-children > a {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='chevron-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-down fa-w-14'%3E%3Cpath fill='currentColor' d='M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z' class=''%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: 96% 12px;
}
.main-navigation-mobile ul a {
  display: block;
  padding: 0 15px 0 15px;
  border-bottom: 1px solid #C9C9C9;
}
.main-navigation-mobile ul li.open-sub-menu > a,
.main-navigation-mobile ul li.current_page_ancestor.menu-item-has-children > a {
  color: #fff;
  background: #ADADAD url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='angle-up' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512' class='svg-inline--fa fa-angle-up fa-w-8'%3E%3Cpath fill='currentColor' d='M136.5 185.1l116 117.8c4.7 4.7 4.7 12.3 0 17l-7.1 7.1c-4.7 4.7-12.3 4.7-17 0L128 224.7 27.6 326.9c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17l116-117.8c4.7-4.6 12.3-4.6 17 .1z' class=''%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: 96% 6px;
}
.main-navigation-mobile ul li.open-sub-menu,
.main-navigation-mobile ul li.menu-item-has-children.current-menu-ancestor {
  background: #EDEDED;
}
.main-navigation-mobile ul li.open-sub-menu .sub-menu {
  display: block;
}
.main-navigation-mobile.open {
  display: block;
}

.main-navigation {
  display: none;
}
@media screen and (min-width: 961px) {
  .main-navigation {
    text-align: right;
    display: block;
  }
  .main-navigation .sub-menu {
    display: none;
  }
  .main-navigation ul {
    margin: 0;
    padding: 0;
  }
  .main-navigation li {
    margin: 0 0 0 16px;
    display: inline-block;
  }
}
@media screen and (min-width: 1160px) {
  .main-navigation li {
    margin: 0 0 0 40px;
    display: inline-block;
  }
}

.site {
  padding: 62px 0 0 0;
}
@media screen and (min-width: 961px) {
  .site {
    padding: 98px 0 0 0;
  }
}

.site-static.inactive:after,
.site-main.inactive:after {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

.single-img,
.slider {
  width: 100%;
  background: #eee;
}
.single-img .slider-inner,
.slider .slider-inner {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.single-img .slider-title,
.single-img .container,
.single-img .columns,
.slider .slider-title,
.slider .container,
.slider .columns {
  height: 100%;
}
.single-img .slider-title,
.slider .slider-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: left;
}
.single-img .slider-title .col-12,
.slider .slider-title .col-12 {
  align-self: flex-end;
}
.single-img .slider-content,
.slider .slider-content {
  padding: 15px 0 15px 0;
  text-align: left;
  padding: 15px;
  position: absolute;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.8);
  left: 15px;
  bottom: 30px;
}
.single-img .slider-content p,
.slider .slider-content p {
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 961px) {
  .single-img .slider-content,
  .slider .slider-content {
    left: 30px;
    padding: 30px;
  }
}
@media screen and (min-width: 961px) {
  .single-img .slider-content,
  .slider .slider-content {
    left: auto;
    bottom: 130px;
    padding: 30px;
  }
}
@media screen and (min-width: 961px) {
  .single-img.slider-full,
  .slider.slider-full {
    height: calc(100vh - 100px);
  }
  .single-img.slider-full .slider-inner,
  .slider.slider-full .slider-inner {
    height: 100%;
  }
  .single-img.slider-full .slider-image,
  .slider.slider-full .slider-image {
    display: none;
  }
}

.item-box {
  padding: 20px 20px 30px 20px;
}
.item-box .item-meta {
  text-transform: uppercase;
}
.item-box .text-right {
  color: #929292;
}
.item-box hr {
  margin: 5px 0 30px 0;
  border-top: solid 1px #C9C9C9;
}

.item2-box {
  padding: 20px;
}

@media screen and (min-width: 961px) {
  .item2-content {
    min-height: 85px;
  }
}

.blog .item2-wrapper {
  background: #EDEDED;
}

.item2-wrapper {
  background: #fff;
  height: 100%;
  position: relative;
}
.item2-wrapper.item--bg2 {
  background: #C9C9C9;
}
.item2-wrapper a img:hover {
  opacity: 0.8;
}
.item2-wrapper .more {
  position: absolute;
  left: 15px;
  bottom: 15px;
}

.post-type-archive-team .item2-wrapper.bg-dark {
  max-width: 270px;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .post-type-archive-team .item2-wrapper.bg-dark {
    max-width: 100%;
  }
}

.item-wrapper {
  background: #EDEDED;
  height: 100%;
  position: relative;
}
.item-wrapper.item-wrapper--ah {
  height: auto;
}
.item-wrapper a img:hover {
  opacity: 0.8;
}
.item-wrapper .more {
  position: absolute;
  left: 15px;
  bottom: 15px;
}

.more {
  margin: 0;
}
.more a {
  text-transform: uppercase;
}
.more a:hover {
  color: #E2001A;
}

.acc2.open .acc2-open {
  display: none;
}
.acc2.open .acc2-content {
  display: block;
}
.acc2 .acc2-content {
  display: none;
}

.acc .acc-title {
  border-top: 1px solid #C9C9C9;
  padding: 10px 0 10px 0;
}
.acc .acc-title svg {
  width: 20px;
  float: right;
}
.acc .acc-title .fa-chevron-down {
  color: #A8904F;
  display: block;
}
.acc .acc-title .fa-chevron-up {
  display: none;
}
.acc .acc-title:hover {
  color: #1D1D1B;
}
.acc .acc-title.active .fa-chevron-down {
  display: none;
}
.acc .acc-title.active .fa-chevron-up {
  color: #A8904F;
  display: block;
}
.acc .acc-content {
  display: none;
}
.acc .acc-bg .acc-subbg {
  background: #fff;
  padding: 20px;
}
.acc .acc-content.open {
  display: block;
}
@media screen and (min-width: 600px) {
  .acc .acc-bg .acc-subbg {
    background: #fff;
    padding: 45px 30px 30px 30px;
  }
}

.split-img {
  max-width: 270px;
}

.content-box-bless {
  background: #EDEDED;
  padding: 20px;
}

.content-box {
  background: #EDEDED;
  padding: 20px 20px 20px 65px;
  position: relative;
  border-top: 2px solid #C9C9C9;
}
.content-box::before {
  width: 32px;
  height: 32px;
  background: url("img/icon-info.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 20px;
  top: 24px;
  display: block;
}
.content-box p {
  margin: 0;
}
.content-box p:first-child {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
.content-box p:last-child {
  padding: 20px 0 0 0;
  margin: 20px 0 0 0;
  border-top: 2px solid #C9C9C9;
}
.content-box a {
  color: #1D1D1B;
  text-decoration: underline;
}
.content-box a:hover {
  color: #E2001A;
}

.item-arrow {
  border-bottom: 1px solid #C9C9C9;
}
.item-arrow a {
  color: #1D1D1B;
}
.item-arrow a:hover {
  color: #E2001A;
}

.full-video .wp-video {
  width: 100% !important;
}
.full-video .wp-video video {
  width: 100% !important;
  height: 100% !important;
}

.site-footer {
  background: #5C5C5C;
  color: #fff;
}
.site-footer .widget-title {
  border-top: 6px solid #ADADAD;
  padding: 5px 0 0 0;
}
.site-footer p {
  margin-bottom: 30px;
}
.site-footer a {
  color: #fff;
}
.site-footer hr {
  margin-bottom: 10px;
}
.site-footer .current-page-ancestor > a,
.site-footer .current-menu-item > a,
.site-footer a:hover {
  color: #A8904F;
}
.site-footer .menu {
  margin: 0 0 30px 0;
  padding: 0;
}
.site-footer .menu li {
  margin: 0 0 10px 0;
  list-style: none;
}
@media screen and (min-width: 840px) {
  .site-footer .site-footer-copy ul {
    float: right;
  }
  .site-footer .site-footer-copy ul li {
    margin-left: 15px;
    display: inline;
  }
}

/*# sourceMappingURL=style.css.map */
