@charset "UTF-8";
/*! 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 {
  line-height: 1.15; /* 2 */
  -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.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

/**
 * 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 */
  text-decoration: underline dotted; /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

/**
 * 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 {
  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;
}

/* 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;
}

/* ---------- Breakpoints START ---------- */
/* ---------- Breakpoints END ---------- */
/* ---------- Variables ---------- */
/*
-------------------------------------------------------------- 
- navigation
--------------------------------------------------------------
*/
/* menu toggle dimensions */
/*-----------------------------------------*/
/* toggle position */
/* ----- OPTIONS ----- */
/* ------------------- */
/* style options */
/* menu toggle colors */
/* menu more option */
/* fixed variables */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 1200px;
}

@media screen and (min-width: 1200px ) {
  .container {
    width: 1170px;
  }
}
@media screen and (min-width: 992px ) and (max-width: 1199px ) {
  .container {
    width: 962px;
  }
}
@media screen and (min-width: 768px ) and (max-width: 991px ) {
  .container {
    width: 738px;
  }
}
@media screen and (max-width: 767px ) {
  .container {
    width: auto;
  }
}
.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
}

/*
-------------------------------------------------------------- 
- Basic UI Elments
-------------------------------------------------------------- 
*/
/* - Buttons */
.btn,
.gform_next_button,
.gform_previous_button,
.gform_button,
.button {
  border-radius: 2px;
  border: none;
  margin: 0;
  text-transform: none;
  box-shadow: none;
  text-shadow: none;
  line-height: 1;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  font-size: 13px;
  text-decoration: none;
  font-family: inherit;
  box-sizing: border-box;
}
.btn:hover, .btn:focus,
.gform_next_button:hover,
.gform_next_button:focus,
.gform_previous_button:hover,
.gform_previous_button:focus,
.gform_button:hover,
.gform_button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

.btn[disabled] {
  opacity: 0.5;
}

.btn-xs {
  padding: 5.5px 8.8px;
  font-size: 10px;
  font-weight: 500;
}

.btn-sm {
  padding: 9.5px 11.4px;
  font-size: 10px;
  font-weight: 900;
}

.btn-md,
.gform_next_button,
.gform_previous_button,
.gform_button,
header .main-nav .btn,
.button {
  padding: 12.5px 18.75px;
  font-size: 13px;
  font-weight: 700;
}

.btn-lg {
  padding: 18.5px 26.455px;
  font-size: 16px;
  font-weight: 700;
}

.btn-xs.btn-link {
  margin: 7.5px 0;
  padding: 0;
}

.btn-sm.btn-link {
  margin: 9.5px 0;
  padding: 0;
}

.btn-md.btn-link {
  margin: 12.5px 0;
  padding: 0;
}

.btn-lg.btn-link {
  margin: 18.5px 0;
  padding: 0;
}

.gform_previous_button {
  margin-right: 10px;
}

.btn-primary,
.btn-primary:visited,
.gform_next_button,
.gform_button,
.button-primary {
  color: #fff;
  background: #747474;
  border: 1px solid #747474;
}

.btn-primary:hover,
.gform_next_button:hover,
.gform_button:hover,
.button-primary:hover {
  color: rgb(239.7, 239.7, 239.7);
  border: 1px solid rgb(131.3, 131.3, 131.3);
  background: rgb(131.3, 131.3, 131.3);
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.gform_next_button:active,
.gform_next_button:focus,
.gform_button:focus,
.gform_button:active,
.button-primary:focus,
.button-primary:active {
  color: rgb(224.4, 224.4, 224.4);
  border: 1px solid rgb(146.6, 146.6, 146.6);
  background: rgb(146.6, 146.6, 146.6);
  box-shadow: none;
  outline: none;
}

.btn-default,
.btn-default:visited {
  color: #23282d;
  background: #fff;
  border: 1px solid #fff;
}

.btn-default:hover {
  color: rgb(21.6125, 24.7, 27.7875);
  border: 1px solid white;
  background: white;
}

.btn-default:active,
.btn-default:focus,
.btn-default:active:focus,
.btn-default:active:hover {
  color: rgb(8.225, 9.4, 10.575);
  border: 1px solid white;
  background: white;
  box-shadow: none;
  outline: none;
}

/* Inputs */
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel] {
  border: 1px solid #292a2b;
  border-radius: 2px;
  height: 40px;
  padding: 8px;
  background: transparent;
  box-shadow: none;
  color: #333;
  font-size: 16px;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=search]:hover input[type=tel]:hover,
textarea:hover {
  border: 1px solid rgb(55.9357142857, 57.3, 58.6642857143);
  box-shadow: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
textarea:focus {
  border: 1px solid #747474;
  outline: none;
  box-shadow: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  border: 1px solid #292a2b;
  border-radius: 2px;
  background: transparent;
  color: #292a2b;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 21px;
  margin: -0.2rem 0.55rem 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 21px;
  min-width: 21px;
  -webkit-appearance: none;
  box-shadow: none;
  transition: 0.05s border-color ease-in-out;
  position: relative;
}

input[type=checkbox]:hover {
  border: 1px solid rgb(55.9357142857, 57.3, 58.6642857143);
}

input[type=checkbox]:focus {
  border: 1px solid #747474;
}

input[type=checkbox]:checked::before {
  content: "";
  background: #747474;
  display: block;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border-radius: 2px;
  box-sizing: border-box;
}

input[type=radio] {
  border: 1px solid #292a2b;
  border-radius: 50%;
  background: transparent;
  color: #292a2b;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 21px;
  margin: -0.2rem 0.55rem 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 21px;
  min-width: 21px;
  -webkit-appearance: none;
  box-shadow: none;
  transition: 0.05s border-color ease-in-out;
  position: relative;
}

input[type=radio]:hover {
  border: 1px solid rgb(55.9357142857, 57.3, 58.6642857143);
}

input[type=radio]:focus {
  border: 1px solid #747474;
}

input[type=radio]:checked::before {
  content: "";
  background: #747474;
  display: block;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border-radius: 50%;
  box-sizing: border-box;
}

select {
  border: 1px solid #292a2b;
  border-radius: 2px;
  height: 40px;
  padding: 8px;
  padding-right: 32px;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23a0a0a0%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

select[disabled] {
  opacity: 0.5;
}

textarea {
  border: 1px solid #292a2b;
  border-radius: 2px;
  padding: 8px;
  height: 120px;
  outline: none;
  resize: none;
  background: transparent;
  color: #333;
  font-size: 16px;
}

/* Placeholders */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #ccc;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ccc;
}

::placeholder { /* Most modern browsers support this now. */
  color: #ccc;
}

/* Tables */
.table-responsive-container {
  position: relative;
  overflow: scroll;
}

table {
  min-height: 0.01%;
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
  margin: 0;
}

table td {
  border: 1px solid #292a2b;
  padding: 4px;
  line-height: 1.42857143;
  vertical-align: top;
}

/*
-------------------------------------------------------------- 
- Helpers
-------------------------------------------------------------- 
*/
.fw {
  width: 100%;
  display: block;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.hide {
  display: none !important;
}

/*
-------------------------------------------------------------- 
- NS normalize
-------------------------------------------------------------- 
*/
* {
  box-sizing: border-box;
  outline: none !important;
}

body {
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  font-size: 14px;
  line-height: 1.5;
}

ul,
ol {
  font-size: 14px;
  line-height: 1.5;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

ol li:before {
  display: none;
}

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

.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .vc_section.vc_section-has-fill + .vc_section {
  padding-top: 0;
}

.wpb_text_column h2 {
  margin-bottom: 1em;
  margin-top: 2em;
}

.wpb_text_column h3 {
  margin-bottom: 1em;
  margin-top: 2em;
}

.wpb_text_column h4 {
  margin-bottom: 1em;
  margin-top: 2em;
}

.wpb_text_column p {
  margin-bottom: 1.25em;
  margin-top: 0;
}

.wpb_text_column ul,
.wpb_text_column ol {
  margin-bottom: 1.25em;
  margin-top: 1.25em;
}

.wpb_text_column li {
  margin-bottom: 0.5em;
}

/*
-------------------------------------------------------------- 
- Signature
-------------------------------------------------------------- 
*/
.small-footer {
  color: #747474;
  font-size: 13px;
  padding: 20px 0 20px 0;
}

a.ns-link,
a.ns-link:visited {
  float: right;
  color: #747474;
  text-decoration: none;
}

a.ns-link:hover,
a.ns-link:focus {
  color: #747474;
  text-decoration: underline;
}

@media screen and (max-width: 767px ) {
  a.ns-link,
  a.ns-link:visited {
    float: none;
  }
}
.ns-logo-svg {
  margin: 0 0 -3px 3px;
}

.ns-logo {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #747474;
}

.sig-col-left {
  padding-top: 3px;
}

@media screen and (max-width: 767px ) {
  .small-footer {
    text-align: center;
  }
  .ns-link {
    margin-top: 5px;
    float: none;
    display: block;
  }
}
/*----------------------------------------------------------------*/
* {
  outline: none !important;
}

@media (min-width: 1660px) {
  .container {
    width: 1630px;
  }
}
body {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto Slab", serif;
  color: #1e1e1e;
  line-height: 1.5;
}

.font-2 body {
  font-size: 17.5px;
}

.font-3 body {
  font-size: 21px;
}

.font-4 body {
  font-size: 28px;
}

.site {
  overflow-x: hidden;
  position: relative;
  background: #fff;
}

.site-content {
  min-height: 750px;
}

.small-footer {
  background: #fff;
  color: #747474;
  font-size: 12px;
  padding: 20px 0 20px 0;
}

.font-2 .small-footer {
  font-size: 15px;
}

.font-3 .small-footer {
  font-size: 18px;
}

.font-4 .small-footer {
  font-size: 24px;
}

.ns-link {
  float: right;
  color: #747474;
}

.ns-link:hover {
  color: #747474;
  text-decoration: underline;
}

.ns-logo-svg {
  margin: 0 0 -3px 3px;
}

.ns-logo {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #747474;
}

@media screen and (max-width: 768px) {
  .small-footer {
    text-align: center;
  }
  .ns-link {
    margin-top: 5px;
    float: none;
    display: block;
  }
}
/*-------------------- typography START --------------------*/
h1 {
  font-size: 35px;
  font-weight: 400;
  color: #1e1e1e;
  line-height: 1.8;
}

h2 {
  font-size: 20px;
  font-weight: 400;
  color: #1e1e1e;
  position: relative;
  padding-bottom: 23px;
}

h2:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #e5e2db;
  position: absolute;
  bottom: 0;
}

h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}

h4 {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}

h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #1e1e1e;
}

p {
  line-height: 2.2;
  margin-bottom: 30.8px;
}

a {
  color: #005778;
  text-decoration: none;
}

a:hover,
a.hover-effect {
  color: #00455f;
  text-decoration: underline;
}

/*-------------------- typography END --------------------*/
/*-------------------- UI elements START --------------------*/
input[type=text],
input[type=email],
input[type=password] {
  border: 1px solid #d2cdc8;
  border-radius: 4px;
  height: 40px;
  padding: 8px;
  background: #fff;
  -webkit-appearance: none;
  font-size: 100%;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover {
  border: 1px solid #c4beb7;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
  border: 1px solid #b6aea6;
  outline: none;
}

textarea {
  border: 1px solid #d2cdc8;
  border-radius: 4px;
  padding: 8px;
  height: 120px;
  outline: none;
  resize: none;
}

select {
  border: 1px solid #d2cdc8;
  border-radius: 4px;
  height: 40px;
  padding: 8px;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23a0a0a0%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.select2-container .select2-selection--single {
  border: 1px solid #d2cdc8;
  border-radius: 4px;
  height: 40px;
  background-color: #fff;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  color: #1e1e1e;
  font-size: 14px;
}

.font-2 .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 17.5px;
}

.font-3 .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 21px;
}

.font-4 .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  right: 4px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #e5e2db;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #007cab;
}

.fw {
  width: 100%;
  display: block;
}

.table-responsive-container {
  position: relative;
  overflow: scroll;
}

table {
  min-height: 0.01%;
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
  margin: 0;
}

table td {
  border: 1px solid #d2cdc8;
  padding: 4px;
  line-height: 1.42857143;
  vertical-align: top;
}

/*-------------------- UI elements END --------------------*/
/*-------------------- bootstrap classes START --------------------*/
.btn,
#jquery-cookie-law-script a.cookie-law-button {
  border-radius: 4px;
  border: none;
  margin: 0;
  text-transform: normal;
  box-shadow: none;
  text-shadow: none;
  line-height: 1;
}

.btn-xs,
#jquery-cookie-law-script a.cookie-law-button {
  padding: 7px 11.2px;
  font-size: 9px;
}

.font-2 .btn-xs {
  font-size: 11.25px;
}

.font-3 .btn-xs {
  font-size: 13.5px;
}

.font-4 .btn-xs {
  font-size: 18px;
}

.btn-sm {
  padding: 11px 12.21px;
  font-size: 14px;
}

.font-2 .btn-sm {
  font-size: 17.5px;
}

.font-3 .btn-sm {
  font-size: 21px;
}

.font-4 .btn-sm {
  font-size: 28px;
}

.btn-md {
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 500;
}

.font-2 .btn-md {
  font-size: 17.5px;
}

.font-3 .btn-md {
  font-size: 21px;
}

.font-4 .btn-md {
  font-size: 28px;
}

.btn-lg {
  padding: 16px 22.88px;
  font-size: 16px;
  font-weight: 700;
}

.font-2 .btn-lg {
  font-size: 20px;
}

.font-3 .btn-lg {
  font-size: 24px;
}

.font-4 .btn-lg {
  font-size: 32px;
}

#jquery-cookie-law-script a#cookie-law-button-ok,
#jquery-cookie-law-script a#cookie-law-button-ok:visited,
.btn-primary,
.btn-primary:visited {
  color: #1e1e1e;
  background: #e5e2db;
  border: 1px solid #e5e2db;
}

#jquery-cookie-law-script a#cookie-law-button-ok:hover,
.btn-primary:hover {
  color: #0f0f0f;
  border: 1px solid #d8d4c9;
  background: #d8d4c9;
}

#jquery-cookie-law-script a#cookie-law-button-ok:active,
#jquery-cookie-law-script a#cookie-law-button-ok:focus,
#jquery-cookie-law-script a#cookie-law-button-ok:active:focus,
#jquery-cookie-law-script a#cookie-law-button-ok:active:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
  color: black;
  border: 1px solid #cbc5b7;
  background: #cbc5b7;
  box-shadow: none;
  outline: none;
}

#jquery-cookie-law-script a#cookie-law-button-more,
#jquery-cookie-law-script a#cookie-law-button-more:visited,
.btn-default,
.btn-default:visited {
  color: #1e1e1e;
  background: #fff;
  border: 1px solid #d2cdc8;
}

#jquery-cookie-law-script a#cookie-law-button-more:hover,
.btn-default:hover {
  color: #0f0f0f;
  border: 1px solid #d2cdc8;
  background: #f0f0f0;
}

#jquery-cookie-law-script a#cookie-law-button-more:active,
#jquery-cookie-law-script a#cookie-law-button-more:focus,
#jquery-cookie-law-script a#cookie-law-button-more:active:focus,
#jquery-cookie-law-script a#cookie-law-button-more:active:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:active:focus,
.btn-default:active:hover {
  color: black;
  border: 1px solid #d2cdc8;
  background: #e0e0e0;
  box-shadow: none;
  outline: none;
}

.btn-black,
.btn-black:visited {
  color: #fff;
  background: #1e1e1e;
  border: 1px solid #1e1e1e;
}

.btn-black:hover {
  color: #fff;
  border: 1px solid #050505;
  background: #050505;
}

.btn-black:active,
.btn-black:focus,
.btn-black:active:focus,
.btn-black:active:hover {
  color: #fff;
  border: 1px solid #050505;
  background: #050505;
  box-shadow: none;
  outline: none;
}

.btn i {
  margin-left: 7px;
}

.table-responsive {
  border: 0;
  margin: 0;
}

/*-------------------- bootstrap classes END --------------------*/
/*------------------- VC default START ---------------------*/
/* tabs */
.vc_tta-tabs .vc_tta-panels {
  background: transparent !important;
  border: none !important;
  padding: 0px !important;
}

.vc_tta-tabs .vc_tta-panel-body {
  padding: 35px 0 !important;
  border: none !important;
}

.vc_tta-tabs .vc_tta-tabs-list {
  margin: 0 !important;
}

.vc_tta-tabs .vc_tta-tab {
  width: 25%;
  margin: 0 !important;
}

.vc_tta-tabs .vc_tta-tab,
.vc_tta-tabs .vc_tta-tab a,
.vc_tta-tabs .vc_tta-tab span {
  border-bottom: none !important;
}

.vc_tta-tabs .vc_tta-tab > a {
  background: #fff !important;
  border-radius: 0 !important;
  border: none !important;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 15px !important;
  text-align: center;
  border-bottom: 1px solid #d2cdc8 !important;
  border-top: 1px solid #d2cdc8 !important;
  border-left: 1px solid #d2cdc8 !important;
  border-right: 1px solid #d2cdc8 !important;
}

.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab:last-child > a {
  margin-right: 0;
}

.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab:first-child > a {
  margin-left: 0;
}

.vc_tta-tabs .vc_tta-tab > a:hover {
  color: #e5e2db !important;
}

.vc_tta-tabs .vc_tta-tab.vc_active > a,
.vc_tta-tabs .vc_tta-tab.vc_active > a:hover {
  background: #e5e2db !important;
  color: #fff !important;
  font-weight: 600;
}

.vc_tta-tabs.vc_tta.vc_general .vc_tta-panel-heading,
.vc_tta-tabs.vc_tta.vc_general .vc_tta-panel-body {
  -webkit-transition: none !important;
  transition: none !important;
}

.vc_tta-tabs .vc_active .vc_tta-panel-heading {
  background: #e5e2db !important;
}

.vc_tta-tabs .vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #fff !important;
}

@media (max-width: 767px) {
  .vc_tta-tabs .vc_tta-panel-body {
    padding-left: 15px !important;
    padding-right: 15px !important;
    background: #fff !important;
  }
  .vc_tta-tabs .vc_tta-panel-heading {
    border-radius: 0 !important;
    border: none !important;
    background: #fff !important;
  }
  .vc_tta-tabs .vc_tta-panel-heading:hover {
    background: #f0f0f0 !important;
  }
  .vc_tta-tabs .vc_active .vc_tta-panel-heading:hover {
    background: #e5e2db !important;
  }
  .vc_tta-tabs .vc_active .vc_tta-title-text {
    color: #fff;
  }
  .vc_tta-tabs .vc_tta-title-text {
    font-size: 16px;
    color: #e5e2db;
    text-transform: uppercase;
  }
  .font-2 .vc_tta-tabs .vc_tta-title-text {
    font-size: 20px;
  }
  .font-3 .vc_tta-tabs .vc_tta-title-text {
    font-size: 24px;
  }
  .font-4 .vc_tta-tabs .vc_tta-title-text {
    font-size: 32px;
  }
}
/* acordion */
.vc_tta-accordion .vc_tta-panel-heading,
.vc_tta-accordion .vc_tta-panel-body {
  background: none !important;
  border: 0 !important;
}

.vc_tta-accordion .vc_tta-panel-body {
  padding: 5px 0 14px 0 !important;
}

.vc_tta-accordion .vc_tta-title-text {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.font-2 .vc_tta-accordion .vc_tta-title-text {
  font-size: 17.5px;
}

.font-3 .vc_tta-accordion .vc_tta-title-text {
  font-size: 21px;
}

.font-4 .vc_tta-accordion .vc_tta-title-text {
  font-size: 28px;
}

.vc_tta-accordion .vc_active .vc_tta-title-text {
  color: #e5e2db;
  font-weight: 500;
}

.vc_tta-accordion .vc_tta-controls-icon {
  left: 0 !important;
  background: #fff;
  width: 10px !important;
  height: 10px !important;
  border: 5px solid #fff;
  padding: 5px;
}

.vc_tta-accordion .vc_active .vc_tta-controls-icon {
  background: #e5e2db;
  border: 5px solid #e5e2db;
}

.vc_tta-accordion .vc_tta-controls-icon:before,
.vc_tta-accordion .vc_tta-controls-icon:after {
  color: #fff !important;
  border-color: #fff !important;
}

.vc_tta.vc_tta-accordion .vc_tta-panel-title > a {
  padding-left: 30px !important;
}

/* FAQ */
.vc_toggle {
  margin-bottom: 3px !important;
}

.vc_toggle_title {
  background: #fff;
  padding: 15px 40px !important;
  color: #e5e2db;
}

.vc_toggle_content {
  padding: 0 15px !important;
  margin-bottom: 0 !important;
}

.vc_toggle_icon {
  background: #e5e2db !important;
  margin-left: 15px !important;
  border: none !important;
  width: 14px !important;
}

.vc_toggle_icon::after {
  display: none !important;
}

.vc_toggle_icon::before {
  background: #e5e2db !important;
  border: none !important;
  height: 14px !important;
}

.error-404 {
  margin-top: 150px;
  margin-bottom: 150px;
}

/*------------------- VC default END ---------------------*/
#jquery-cookie-law-script, #jquery-cookie-law-script * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

#cookie-law-mobile {
  width: 50px;
  height: 50px;
  padding: 10px;
  display: none;
}

#cookie-law-mobile path {
  fill: #fff;
}

#jquery-cookie-law-script {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
  display: none;
  width: 100%;
  border-color: #202226;
  border-style: solid;
  border-top-width: 1px;
  background: rgba(50, 58, 69, 0.5);
  color: #F1F1F3;
  font-size: 12px;
  max-width: 270px;
  font-size: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

#jquery-cookie-law-script.light {
  color: #1a1a1a;
  background: #fff;
  border-color: rgba(223, 223, 223, 0.85);
}

#jquery-cookie-law-script.top {
  top: 0;
  bottom: auto;
  border-top-width: 0px;
  border-bottom-width: 1px;
}

#jquery-cookie-law-script.absolute {
  position: absolute;
}

#jquery-cookie-law-script a {
  color: #3B89C7;
}

/* ---------- Cookie law main message ---------- */
#jquery-cookie-law-script #cookie-law-container-box {
  background: rgba(32, 34, 38, 0.8);
}

#jquery-cookie-law-script.light #cookie-law-container-box {
  background: #F9FAFC;
}

#jquery-cookie-law-script #cookie-law-container {
  padding: 10px 20px;
}

#jquery-cookie-law-script #cookie-law-message {
  float: left;
  text-align: justify;
  padding-bottom: 10px;
}

#jquery-cookie-law-script a.cookie-law-button {
  padding: 4px 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #e5e2db;
  color: #1e1e1e;
  text-decoration: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

#jquery-cookie-law-script a.cookie-law-button:hover,
#jquery-cookie-law-script a.cookie-law-button:focus {
  background-color: #d8d4c9;
  color: #0f0f0f;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

#jquery-cookie-law-script a#cookie-law-button-more {
  margin-left: 10px;
  background: #fff;
}

#jquery-cookie-law-script a#cookie-law-button-more:hover, #jquery-cookie-law-script a#cookie-law-button-more:focus {
  background: #f0f0f0;
}

/* ---------- Cookie law more info ---------- */
#jquery-cookie-law-script #cookie-law-more-info {
  display: none;
  background: rgba(50, 58, 69, 0.8);
  text-align: justify;
}

#jquery-cookie-law-script.light #cookie-law-more-info {
  background: #EAEDF1;
  border-top: 1px solid #F0F2F5;
}

#jquery-cookie-law-script #cookie-law-info-container {
  padding: 10px 20px;
}

#jquery-cookie-law-script #cookie-law-more-text {
  width: 85%;
}

#jquery-cookie-law-script #cookie-law-more-text-close {
  float: right;
  padding: 1px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
}

#jquery-cookie-law-script.light #cookie-law-more-text-close {
  color: #3B89C7;
}

@media (max-width: 767px) {
  #cookie-law-mobile {
    display: block;
  }
  #cookie-law-container {
    display: none;
  }
  #jquery-cookie-law-script.active {
    max-width: 230px;
  }
  #jquery-cookie-law-script.active #cookie-law-container {
    display: block;
  }
  #jquery-cookie-law-script {
    max-width: 50px;
  }
}
/*------------------- include VC elements START ---------------------*/
.ns-cwi-container {
  display: table;
}

.ns-cwi-icon {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
  min-width: 18px;
}

.ns-cwi-icon-inner {
  padding: 0;
  display: block;
}

.ns-cwi-content {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
}

.ns-cwi-content-inner {
  display: block;
}

.title-banner {
  padding-top: 19px;
  padding-bottom: 52px;
  position: relative;
  text-align: left;
  margin-bottom: 35px;
  background-color: #e5e2db;
  background-image: url(../images/people.png);
  background-position: center bottom;
  background-repeat: repeat-x;
}

/*.title-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba($secondary-color, 0.5);
}*/
.title-banner h1 {
  font-size: 35px;
  color: #1e1e1e;
  font-weight: 400;
  margin: 0;
  z-index: 1;
  position: relative;
}

.breadcrumbs-container {
  padding: 10px 0 7px 0;
  position: relative;
}

.ns-breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 300;
  color: #1e1e1e;
}

.font-2 .ns-breadcrumbs {
  font-size: 15px;
}

.font-3 .ns-breadcrumbs {
  font-size: 18px;
}

.font-4 .ns-breadcrumbs {
  font-size: 24px;
}

.ns-breadcrumbs li {
  display: inline-block;
  margin-right: 7px;
  position: relative;
}

.ns-breadcrumbs li:last-child {
  margin-right: 0;
  font-weight: 400;
}

.ns-breadcrumbs li:after {
  content: "\f105";
  font-family: "fontAwesome";
  margin-left: 9px;
}

.ns-breadcrumbs li:last-child:after {
  display: none;
}

.ns-breadcrumbs a {
  color: #1e1e1e;
}

.ns-breadcrumbs a:hover {
  color: #1e1e1e;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .title-banner {
    background-size: 300% auto;
    padding-bottom: 35px;
    padding-top: 9px;
  }
  .title-banner h1 {
    font-size: 24px;
  }
  .breadcrumbs-container {
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .title-banner {
    background-size: 400% auto;
  }
}
.ns-gallery {
  display: inline-block;
}

.nsg-p2 {
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: 33px;
  width: calc(100% + 4px);
}

.nsg-p5 {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 30px;
  width: calc(100% + 10px);
}

.nsg-p10 {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 25px;
  width: calc(100% + 20px);
}

.nsg-p15 {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
  width: calc(100% + 30px);
}

.nsg-p2 .nsg-gitem {
  padding: 2px;
}

.nsg-p5 .nsg-gitem {
  padding: 5px;
}

.nsg-p10 .nsg-gitem {
  padding: 10px;
}

.nsg-p15 .nsg-gitem {
  padding: 15px;
}

.nsg-c10 {
  width: 10%;
}

.nsg-c6 {
  width: 16.666%;
}

.nsg-c5 {
  width: 20%;
}

.nsg-c4 {
  width: 25%;
}

.nsg-c3 {
  width: 33.333%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nsg-c10 {
    width: 10%;
  }
  .nsg-c6 {
    width: 16.666%;
  }
  .nsg-c5 {
    width: 20%;
  }
  .nsg-c4 {
    width: 25%;
  }
  .nsg-c3 {
    width: 33.333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nsg-c10 {
    width: 20%;
  }
  .nsg-c6 {
    width: 25%;
  }
  .nsg-c5 {
    width: 33.333%;
  }
  .nsg-c4 {
    width: 25%;
  }
  .nsg-c3 {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .nsg-c10 {
    width: 50%;
  }
  .nsg-c6 {
    width: 50%;
  }
  .nsg-c5 {
    width: 50%;
  }
  .nsg-c4 {
    width: 50%;
  }
  .nsg-c3 {
    width: 100%;
  }
}
.nsg-r1-1 {
  padding-bottom: 100%;
}

.nsg-r4-3 {
  padding-bottom: 75%;
}

.nsg-r3-2 {
  padding-bottom: 66.666%;
}

.nsg-r16-9 {
  padding-bottom: 56.25%;
}

.nsg-gitem {
  float: left;
}

.nsg-img-container {
  position: relative;
  overflow: hidden;
  background: #f1f1f1;
  display: block;
}

.nsg-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
}

/*.main-nav {
  margin-bottom: 0;
  border: none;
  min-height: 0;
  float: right;
  clear: both;
  margin-top: 25px; }

.main-nav .collapse {
  padding: 0; }

.main-nav .nav li {
  padding: 0;
  position: relative;
  background: transparent;
  margin-left: 73px; }

.main-nav .nav li:last-child {
  padding-right: 0; }

.main-nav .nav li a {
  color: #1e1e1e;
  padding: 0;
  margin: 0;
  font-weight: 400;
  line-height: 1.1;
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 23px; }

.font-2 .main-nav .nav li a { font-size: 20px; }
.font-3 .main-nav .nav li a { font-size: 24px; }
.font-4 .main-nav .nav li a { font-size: 32px; }

.main-nav .nav li a:hover,
.main-nav .nav li a:focus {
  color: #1e1e1e;
  background: transparent; }

.main-nav .nav li a i {
  margin-left: 10px; }

.main-nav .nav li.current-menu-item > a,
.main-nav .nav li.current-menu-item > a:hover,
.main-nav .nav li.current-menu-item > a:focus,
.main-nav .nav li.current-page-ancestor > a,
.main-nav .nav li.current-page-ancestor > a:hover,
.main-nav .nav li.current-page-ancestor > a:focus {
  background: transparent;
  color: #1e1e1e; }

.main-nav .nav li a:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent; }

.main-nav .nav li a:hover:before,
.main-nav .nav li a:focus:before,
.main-nav .nav li.current-menu-item > a:before,
.main-nav .nav li.current-menu-item > a:hover:before,
.main-nav .nav li.current-menu-item > a:focus:before,
.main-nav .nav li.current-page-ancestor > a:before,
.main-nav .nav li.current-page-ancestor > a:hover:before,
.main-nav .nav li.current-page-ancestor > a:focus:before {
  background: #1e1e1e; }

.main-nav .sub-menu-container {
  //padding-top: 15px;
  //width: 345px;
  //left: 50%;
  //margin-left: -172px;
  float: left;
  width: 100%;
  position: absolute;
  display: none;
  z-index: 10; }

.main-nav .nav li:hover .sub-menu-container,
.main-nav .nav li:focus .sub-menu-container {
  display: block; }

.main-nav .sub-menu {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }

.main-nav .sub-menu li:first-child {
  border-top: 1px solid rgba(30, 30, 30, 0.3); }

.main-nav .sub-menu li {
  float: left;
  width: 100%;
  padding: 15px !important;
  display: block;
  border-right: none;
  border-bottom: 1px solid rgba(30, 30, 30, 0.3); }

.main-nav .sub-menu li a {
  padding: 0;
  background: transparent;
  color: #1e1e1e;
  font-size: 18px;
  text-transform: none; }

.main-nav .sub-menu li a:hover {
  text-decoration: none; }

@media (min-width: 992px) and (max-width: 1199px) {
  .main-nav .nav li {
    margin-left: 43px; }

  .main-nav .nav li:first-child {
    margin-left: 0; } }
@media (max-width: 991px) {
  .nav-section {
    position: absolute !important;
    top: 0; }

  .main-nav {
    margin-top: 0;
    margin-bottom: 0;
    border-top: none;
    border-bottom: none;
    float: none; }

  .main-nav-col > .vc_column-inner {
    display: block !important; }

  .main-nav .navbar-header {
    float: none; }

  .main-nav .navbar-toggle {
    display: block;
    top: -75px;
    position: absolute;
    right: 0;
    margin: 0; }

  .main-nav .icon-bar {
    background: #1e1e1e; }

  .main-nav .navbar-collapse {
    box-shadow: none;
    padding: 0; }

  .main-nav .navbar-collapse.collapse {
    display: none !important; }

  .main-nav .nav {
    float: none !important;
    margin: 0 0 15px 0;
    padding: 0; }

  .main-nav .nav li {
    padding: 0;
    margin: 0;
    border: none;
    float: none; }

  .main-nav .nav li a {
    padding: 13px;
    color: #1e1e1e;
    border-bottom: none; }

  .main-nav .nav li a:hover {
    border-bottom: none; }

  .main-nav .nav li.active a,
  .main-nav .nav li.active a:hover,
  .main-nav .nav li.active a:focus {
    background: none;
    color: #fff;
    border-bottom: none;
    font-weight: 600; }

  .main-nav .collapse.in {
    display: block !important; } }
@media (max-width: 767px) {
  .main-nav .navbar-toggle {
    top: -110px;
    right: -10px; } }
  */
.wpb-menu {
  clear: both;
}

header .wpb-menu a {
  text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 991px) {
  header .wpb-menu-wrap {
    position: absolute !important;
    top: -84px;
    width: 100%;
  }
  header .wpb-menu ul {
    margin-top: 20px !important;
  }
}
@media (max-width: 767px) {
  header .wpb-menu-wrap {
    position: absolute !important;
    top: -64px;
    width: 100%;
  }
}
/*----- sidenav -----*/
.sidenav {
  margin-bottom: 35px;
  width: 100%;
  float: left;
  background: #e5e2db;
  padding: 0 20px;
}

.sidenav .sidenav-title {
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  width: 100%;
  padding: 28px 0 22px 0;
}

.sidenav-title:before {
  display: none;
}

.sidenav-title h2 {
  color: #1e1e1e;
  font-size: 18px;
  padding: 0;
  margin: 0;
  border-bottom: none;
}

.sidenav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}

.sidenav li {
  border-bottom: 1px solid rgba(30, 30, 30, 0.5);
  float: left;
  width: 100%;
  padding: 18px 0;
}

.sidenav li:last-child {
  border-bottom: none;
}

.sidenav .page_item_has_children.current-menu-item,
.sidenav .page_item_has_children.current-page-ancestor {
  padding-bottom: 0;
}

.sidenav a {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #1e1e1e;
  float: left;
  line-height: 1.3;
  padding-left: 20px;
}

.font-2 .main-nav .nav li a {
  font-size: 20px;
}

.font-3 .main-nav .nav li a {
  font-size: 24px;
}

.font-4 .main-nav .nav li a {
  font-size: 32px;
}

.sidenav a:hover {
  color: #1e1e1e;
  text-decoration: none;
}

.sidenav a:before {
  content: "\f1db";
  font-family: "fontAwesome";
  font-size: 9px;
  font-weight: bold;
  float: left;
  width: 20px;
  margin-top: 5px;
  margin-left: -20px;
}

.sidenav a:hover:before {
  content: "\f111";
}

.sidenav li.current-menu-item > a,
.sidenav li.current-page-ancestor > a {
  color: #1e1e1e;
  font-weight: 900;
}

.sidenav li.current-menu-item > a:before,
.sidenav li.current-page-ancestor > a:before {
  content: "\f111";
}

ul[class^=sub-menu-] {
  padding-left: 20px;
  display: none;
}

.sidenav .current-menu-item > ul[class^=sub-menu-],
.sidenav .current-page-ancestor > ul[class^=sub-menu-] {
  display: block;
}

.sidenav .sub-menu-1 li {
  padding-top: 16px;
  padding-bottom: 16px;
}

.sidenav .sub-menu-1 a {
  font-size: 15px;
}

.sidenav .sub-menu-2 li {
  padding-top: 14px;
  padding-bottom: 14px;
}

.sidenav .sub-menu-2 a {
  font-size: 14px;
}

.post-img-cover {
  min-height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.post-img-cover-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vc-pagination {
  border-top: 1px solid #e5e2db;
  padding-top: 20px;
  text-align: center;
  margin-bottom: 35px;
}

.page-numbers {
  padding: 10px 15px;
  border: 1px solid #e5e2db;
  font-weight: bold;
  color: #1e1e1e;
  text-decoration: none;
  display: inline-block;
}

.page-numbers:hover {
  text-decoration: none;
  color: #1e1e1e;
  background: #e5e2db;
}

.page-numbers.current {
  border: 1px solid #e5e2db;
  background: #e5e2db;
  color: #1e1e1e;
}

.page-numbers.next {
  float: right;
}

.page-numbers.prev {
  float: left;
}

.page-numbers.next,
.page-numbers.prev {
  border: 1px solid #e5e2db;
  color: #1e1e1e;
}

.page-numbers.next:hover,
.page-numbers.prev:hover {
  border: 1px solid #e5e2db;
  color: #1e1e1e;
  background: #e5e2db;
}

@media (max-width: 374px) {
  .page-numbers {
    padding: 10px;
  }
}
.vc_ns_content-slider-container .slick-arrow {
  width: 30px;
  height: 30px;
  padding: 0;
  margin-top: -15px;
  z-index: 10;
  opacity: 1;
  box-shadow: none;
  text-shadow: none;
}

.vc_ns_content-slider-container .slick-arrow:hover {
  opacity: 1;
  box-shadow: none;
}

.vc_ns_content-slider-container .slick-prev {
  left: 0;
  opacity: 1;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.vc_ns_content-slider-container .slick-next {
  right: 0;
  opacity: 1;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.vc_ns_content-slider-container .slick-prev:before,
.vc_ns_content-slider-container .slick-next:before {
  color: #e5e2db;
  font-family: "fontAwesome";
}

.vc_ns_content-slider-container .slick-dots li {
  cursor: default;
  height: 14px;
  width: 14px;
  margin: 0 3px;
}

.vc_ns_content-slider-container .slick-dots li button {
  box-shadow: none;
  cursor: default;
  padding: 7px;
  height: 14px;
  width: 14px;
}

.vc_ns_content-slider-container .slick-dots li button:before {
  font-size: 10px;
  line-height: 17px;
  height: 14px;
  width: 14px;
  opacity: 1;
  color: #ccc;
}

.vc_ns_content-slider-container .slick-dots li button:hover:before,
.vc_ns_content-slider-container .slick-dots li button:focus:before {
  color: #999;
}

.vc_ns_content-slider-container .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #333;
}

.vc_ns_content-slider-container .vc_tta-panel-heading {
  display: none;
}

/*---------------------------------------------------------------*/
.logo {
  margin-bottom: 0 !important;
  margin-top: 23px;
}

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

@media (max-width: 991px) {
  .logo {
    margin-bottom: 23px !important;
  }
  .logo img {
    max-height: 65px;
  }
}
@media (max-width: 767px) {
  .logo {
    margin-top: 15px;
    margin-bottom: 15px !important;
  }
  .logo img {
    max-height: 42px;
  }
}
.search-form-wrap {
  float: right;
  width: 485px;
  border: 1px solid #d2cdc8;
  border-radius: 4px;
  background: #fff;
  margin-top: 25px;
}

.search-form {
  margin-bottom: 0;
}

.search-field {
  background: transparent;
  border: none !important;
  color: #1e1e1e !important;
  font-size: 15px !important;
  width: 80%;
  padding: 8px 12px !important;
  font-family: "Roboto Slab", serif;
  height: 38px !important;
}

.font-2 .search-field {
  font-size: 18.75px;
}

.font-3 .search-field {
  font-size: 22.5px;
}

.font-4 .search-field {
  font-size: 30px;
}

.search-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #747474;
}

.search-field::-moz-placeholder {
  /* Firefox 19+ */
  color: #747474;
}

.search-field:-ms-input-placeholder {
  /* IE 10+ */
  color: #747474;
}

.search-field:-moz-placeholder {
  /* Firefox 18- */
  color: #747474;
}

.search-submit {
  background: transparent;
  border: none;
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 400;
  float: right;
  padding: 10px 11px;
}

.as-link-btn {
  float: right;
  margin-top: 25px;
  margin-left: 20px;
}

@media (min-width: 1200px) and (max-width: 1659px) {
  .search-form-wrap {
    width: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .search-form-wrap {
    width: 300px;
  }
  .as-link-btn {
    margin-left: 12px;
  }
}
@media (max-width: 991px) {
  .search-form-wrap {
    display: none;
  }
  .search-form-wrap.open {
    display: flex;
    background: rgba(30, 30, 30, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: none;
    z-index: 100;
    width: 100%;
    padding: 20px;
    border-radius: 0;
    margin-top: 0;
  }
  .search-form {
    background: transparent;
    display: flex;
    justify-content: center;
    align-self: center;
    width: 100%;
    border-bottom: 1px solid #e5e2db;
  }
  .search-field {
    color: #fff;
    font-size: 16px;
  }
  .search-field::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #e5e2db;
  }
  .search-field::-moz-placeholder {
    /* Firefox 19+ */
    color: #e5e2db;
  }
  .search-field:-ms-input-placeholder {
    /* IE 10+ */
    color: #e5e2db;
  }
  .search-field:-moz-placeholder {
    /* Firefox 18- */
    color: #e5e2db;
  }
  .search-submit {
    color: #fff;
  }
  .search-close {
    width: 32px;
    height: 32px;
    float: right;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .search-close:before {
    content: "\f00d";
    font-family: "fontAwesome";
    font-size: 28px;
    line-height: 1.2;
    color: #fff;
  }
  .search-opener {
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    right: 15px;
    right: 125px;
    top: -71px;
    z-index: 1;
  }
  .search-opener:before {
    content: "\f002";
    font-family: "fontAwesome";
    color: #1e1e1e;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .search-form {
    font-size: 16px;
  }
  .search-field {
    font-size: 100%;
  }
  .search-opener {
    top: -50px;
    right: 105px;
  }
}
@media (max-width: 991px) {
  .as-link-btn {
    float: right;
    margin: 0;
    position: absolute;
    top: -75px;
    right: 215px;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .as-link-btn {
    position: static;
    width: 100%;
    float: left;
    margin-bottom: 15px;
  }
}
footer {
  background-color: #e5e2db;
  background-image: url(../images/f-people.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  margin-top: 40px;
}

.big-footer {
  padding-bottom: 73px;
  padding-top: 45px;
}

@media (max-width: 767px) {
  footer {
    background-position: center 97%;
    background-size: 250% auto;
    margin-top: 25px;
  }
  .big-footer {
    padding-bottom: 45px;
  }
  .big-footer .wpb_text_column {
    margin-bottom: 25px !important;
  }
}
@media (max-width: 480px) {
  footer {
    background-position: center 95%;
    background-size: 350% auto;
  }
}
.footer-nav {
  margin-bottom: 45px;
}

.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.footer-nav li {
  margin-bottom: 10px;
}

.footer-nav li:before {
  content: "\f105";
  font-family: "fontAwesome";
  margin-right: 5px;
}

.footer-nav li a {
  color: #1e1e1e;
}

.footer-nav li a:hover {
  color: #1e1e1e;
  text-decoration: underline;
}

.logo-text {
  font-size: 35px;
  font-weight: 700;
  margin-top: 45px;
}

.logo-text p {
  line-height: 1;
}

.logo-text a {
  color: #1e1e1e;
}

.logo-text a:hover {
  color: #1e1e1e;
  text-decoration: none;
}

.main-banner {
  background-color: #e5e2db;
  position: relative;
}

.main-banner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block !important;
  height: 50px;
  background-image: url(../images/people.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  z-index: 1;
}

.home .main-banner h1 {
  margin-top: 140px;
  font-size: 20px;
  font-weight: 300;
}

@media (min-width: 1200px) and (max-width: 1659px) {
  .home .main-banner h1 {
    margin-top: 100px;
  }
  .main-banner p {
    font-size: 13px;
  }
  .leksikon-title {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .main-banner:before {
    background-size: 300% auto;
  }
  .home .main-banner h1 {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .main-banner:before {
    background-size: 400% auto;
  }
}
.person-info {
  margin-bottom: 40px;
}

.pi-item {
  display: table;
  width: 100%;
  margin-bottom: 4px;
}

.pi-item-label {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  padding-right: 7px;
}

.pi-item-data {
  font-weight: 700;
  display: table-cell;
}

.person-date {
  font-size: 13px;
  color: #a0a0a0;
  margin-bottom: 25px;
}

.font-2 .person-date {
  font-size: 16.25px;
}

.font-3 .person-date {
  font-size: 19.5px;
}

.font-4 .person-date {
  font-size: 26px;
}

.person-author {
  font-size: 13px;
  color: #a0a0a0;
  margin-bottom: 3px;
}

.font-2 .person-author {
  font-size: 16.25px;
}

.font-3 .person-author {
  font-size: 19.5px;
}

.font-4 .person-author {
  font-size: 26px;
}

.person-tab-title {
  font-size: 14px;
  text-transform: uppercase;
}

.font-2 .person-tab-title {
  font-size: 17.5px;
}

.font-3 .person-tab-title {
  font-size: 21px;
}

.font-4 .person-tab-title {
  font-size: 28px;
}

.person-tabs {
  display: flex;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0;
}

.nav-tabs.nav-justified > li {
  padding: 0 5px;
  display: flex;
  flex: 1;
}

.nav-tabs.nav-justified > li:first-child {
  padding-left: 0;
}

.nav-tabs.nav-justified > li > a {
  border-top: 1px solid #e5e2db !important;
  border-left: 1px solid #e5e2db !important;
  border-right: 1px solid #e5e2db !important;
  border-bottom: 3px solid #e5e2db !important;
  border-radius: 0;
  background: #e5e2db;
  color: #1e1e1e;
  position: relative;
  display: flex;
  flex: 1;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 10px 15px;
}

.nav-tabs.nav-justified > li > a:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #e5e2db;
  position: absolute;
  left: -6px;
  bottom: -3px;
  padding: 0 6px;
  box-sizing: content-box;
  z-index: -1;
}

.nav-tabs.nav-justified > li:first-child > a:before {
  padding-left: 0;
  left: 0;
}

.nav-tabs.nav-justified > li > a:hover {
  border-top: 1px solid #e5e2db !important;
  border-left: 1px solid #e5e2db !important;
  border-right: 1px solid #e5e2db !important;
  border-bottom: 3px solid #e5e2db !important;
  background: #fff;
  text-decoration: none;
}

.nav-tabs.nav-justified > li > a.active,
.nav-tabs.nav-justified > li > a.active:hover {
  border-radius: 0;
  border-top: 1px solid #e5e2db !important;
  border-left: 1px solid #e5e2db !important;
  border-right: 1px solid #e5e2db !important;
  border-bottom: 3px solid #fff !important;
  background: #fff;
  color: #1e1e1e;
  cursor: default;
}

.tab-content {
  padding: 35px 30px 0 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e2db;
}

.tab-content ul {
  margin-bottom: 30px;
}

.tab-content p {
  font-size: 15px;
  line-height: 1.9;
}

.font-2 .tab-content p {
  font-size: 18.75px;
}

.font-3 .tab-content p {
  font-size: 22.5px;
}

.font-4 .tab-content p {
  font-size: 30px;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nav-tabs.nav-justified > li > a {
    font-size: 13px;
  }
  .font-2 .nav-tabs.nav-justified > li > a {
    font-size: 16.25px;
  }
  .font-3 .nav-tabs.nav-justified > li > a {
    font-size: 19.5px;
  }
  .font-4 .nav-tabs.nav-justified > li > a {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-tabs.nav-justified > li > a {
    font-size: 13px;
  }
  .font-2 .nav-tabs.nav-justified > li > a {
    font-size: 16.25px;
  }
  .font-3 .nav-tabs.nav-justified > li > a {
    font-size: 19.5px;
  }
  .font-4 .nav-tabs.nav-justified > li > a {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .person-tabs {
    display: block;
  }
  .nav-tabs.nav-justified > li {
    display: block;
    width: 100%;
    padding: 0;
  }
  .nav-tabs.nav-justified > li > a:before {
    display: none;
  }
  .nav-tabs.nav-justified > li > a {
    font-size: 13px;
    display: block;
    border-bottom: 1px solid #e5e2db !important;
  }
  .font-2 .nav-tabs.nav-justified > li > a {
    font-size: 16.25px;
  }
  .font-3 .nav-tabs.nav-justified > li > a {
    font-size: 19.5px;
  }
  .font-4 .nav-tabs.nav-justified > li > a {
    font-size: 26px;
  }
  .nav-tabs.nav-justified > li > a:hover {
    border-bottom: 1px solid #e5e2db !important;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom: 1px solid #e5e2db !important;
  }
  .tab-content {
    padding: 20px 10px 0 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e2db;
  }
}
.person-info-small {
  font-size: 13px;
}

.person-list-item .person-info-small {
  font-size: 14px;
}

.font-2 .person-list-item .person-info-small {
  font-size: 17.5px;
}

.font-3 .person-list-item .person-info-small {
  font-size: 21px;
}

.font-4 .person-list-item .person-info-small {
  font-size: 28px;
}

.pis-item.leksikon-item,
.pis-item.jobs-item {
  position: relative;
  padding-left: 15px;
}

.pis-item.leksikon-item:before,
.pis-item.jobs-item:before {
  font-family: "fontAwesome";
  position: absolute;
  margin-left: -15px;
}

.pis-item.leksikon-item:before {
  content: "\f041";
}

.pis-item.jobs-item:before {
  content: "\f007";
}

.input-date,
.on-today-date {
  font-size: 12px;
  color: #a0a0a0;
}

.font-2 .input-date, .font-2 .on-today-date {
  font-size: 15px;
}

.font-3 .input-date, .font-3 .on-today-date {
  font-size: 18px;
}

.font-4 .input-date, .font-4 .on-today-date {
  font-size: 24px;
}

@media (max-width: 355px) {
  .input-date,
  .on-today-date {
    font-size: 11px;
  }
  .font-2 .input-date, .font-2 .on-today-date {
    font-size: 15px;
  }
  .font-3 .input-date, .font-3 .on-today-date {
    font-size: 18px;
  }
  .font-4 .input-date, .font-4 .on-today-date {
    font-size: 24px;
  }
}
.person-excerpt {
  font-size: 13px;
  margin-top: 12px;
}

.font-2 .person-excerpt {
  font-size: 16.25px;
}

.font-3 .person-excerpt {
  font-size: 19.5px;
}

.font-4 .person-excerpt {
  font-size: 26px;
}

.person-list-item .person-excerpt {
  font-size: 15px;
}

.font-2 .person-list-item .person-excerpt {
  font-size: 18.75px;
}

.font-3 .person-list-item .person-excerpt {
  font-size: 22.5px;
}

.font-4 .person-list-item .person-excerpt {
  font-size: 30px;
}

.fp-items > .row {
  margin-left: 0;
  margin-right: 0;
}

.fp-items .loop-item {
  border-bottom: 1px solid #e5e2db;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

@media (max-width: 1199px) {
  .fp-items > .row {
    margin-left: -15px;
    margin-right: -15px;
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fp-items .loop-item {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
    border-bottom: none;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .fp-items .vc_row {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e2db;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .fp-items .vc_row .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .b_Safari .fp-items .loop-item {
    width: 24.9%;
  }
  .fp-items .loop-item .person-image-container {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .b_Safari .fp-items .loop-item {
    width: 49.8%;
  }
}
.person-item-title {
  font-size: 18px;
  margin: 11px 0 8px 0;
  padding: 0;
}

.font-2 .person-item-title {
  font-size: 22.5px;
}

.font-3 .person-item-title {
  font-size: 27px;
}

.font-4 .person-item-title {
  font-size: 36px;
}

@media (max-width: 767px) {
  .person-item-title {
    font-size: 17px;
  }
  .font-2 .person-item-title {
    font-size: 21.25px;
  }
  .font-3 .person-item-title {
    font-size: 22.5px;
  }
  .font-4 .person-item-title {
    font-size: 34px;
  }
}
.pis-item {
  margin-bottom: 2px;
}

.pis-item.period {
  margin-bottom: 4px;
}

.map-selector-container {
  float: left;
  width: 100%;
  background: url(../images/google-zemljevid.png) no-repeat;
  position: relative;
  overflow: hidden;
  display: flex;
}

.map-selector-container:before {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  left: -2px;
  top: 0;
  bottom: 0;
  box-shadow: 2px 0 20px rgba(23, 23, 23, 0.2);
}

.map-selector-container:after {
  content: "";
  position: absolute;
  display: block;
  width: 40%;
  right: 0;
  top: 0;
  bottom: 0;
  background: #e5e2db;
  background: linear-gradient(90deg, rgba(229, 226, 219, 0) 0%, #e5e2db 100%);
}

.ms-map {
  width: 60%;
  float: left;
  padding-top: 60px;
  padding-left: 170px;
  padding-bottom: 87px;
  padding-right: 38px;
  position: relative;
  z-index: 1;
}

.ms-list {
  width: 40%;
  float: left;
  position: relative;
  z-index: 1;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-self: center;
  padding-bottom: 25px;
}

.font-2 .ms-list {
  font-size: 20px;
}

.font-3 .ms-list {
  font-size: 24px;
}

.font-4 .ms-list {
  font-size: 32px;
}

.ms-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 50%;
  float: left;
}

.home .ms-list ul {
  float: right;
}

.ms-list ul li {
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 8px;
}

.ms-list ul li:before {
  content: "\f105";
  font-family: "fontAwesome";
  position: absolute;
  left: 0;
}

.ms-list a {
  color: #1e1e1e;
}

.ms-list a.hover {
  font-weight: 700;
}

.ms-list .msl-small {
  font-size: 14px;
}

.font-2 .ms-list .msl-small {
  font-size: 17.5px;
}

.font-3 .ms-list .msl-small {
  font-size: 21px;
}

.font-4 .ms-list .msl-small {
  font-size: 28px;
}

.ms-list .msl-small li {
  margin-bottom: 4px;
}

@media (min-width: 1200px) and (max-width: 1659px) {
  .map-selector-container {
    background: url(../images/google-zemljevid.png) no-repeat;
    background-size: auto 100%;
    background-position: -102px 0;
  }
  .ms-map {
    width: 60%;
    padding-top: 54px;
    padding-left: 50px;
    padding-bottom: 77px;
    padding-right: 18px;
  }
  .home .ms-list {
    font-size: 16px;
  }
  .font-2 .home .ms-list {
    font-size: 20px;
  }
  .font-3 .home .ms-list {
    font-size: 24px;
  }
  .font-4 .home .ms-list {
    font-size: 32px;
  }
  .ms-list {
    font-size: 14px;
    padding-bottom: 25px;
  }
  .font-2 .ms-list {
    font-size: 17.5px;
  }
  .font-3 .ms-list {
    font-size: 21px;
  }
  .font-4 .ms-list {
    font-size: 28px;
  }
  .ms-list .msl-small {
    font-size: 12px;
  }
  .font-2 .ms-list .msl-small {
    font-size: 15px;
  }
  .font-3 .ms-list .msl-small {
    font-size: 18px;
  }
  .font-4 .ms-list .msl-small {
    font-size: 24px;
  }
  .ms-list .msl-small li {
    margin-bottom: 3px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .map-selector-container {
    background: none;
    display: block;
  }
  .ms-map {
    width: 100%;
    padding-top: 54px;
    padding-left: 50px;
    padding-bottom: 27px;
    padding-right: 18px;
  }
  .ms-list {
    width: 100%;
    font-size: 14px;
    padding-top: 0;
    padding-left: 45px;
    margin-bottom: 70px;
    padding-bottom: 0;
    display: block;
  }
  .font-2 .ms-list {
    font-size: 17.5px;
  }
  .font-3 .ms-list {
    font-size: 21px;
  }
  .font-4 .ms-list {
    font-size: 28px;
  }
  .ms-list ul {
    width: 100%;
  }
  .ms-list li {
    width: 33.3%;
    float: left;
  }
  .leksikon-title {
    margin-top: 125px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .map-selector-container {
    background: none;
    display: block;
  }
  .ms-map {
    width: 100%;
    padding-top: 54px;
    padding-left: 50px;
    padding-bottom: 27px;
    padding-right: 18px;
  }
  .ms-list {
    width: 100%;
    font-size: 14px;
    padding-top: 0;
    padding-left: 45px;
    margin-bottom: 70px;
    display: block;
    padding-bottom: 0;
  }
  .font-2 .ms-list {
    font-size: 17.5px;
  }
  .font-3 .ms-list {
    font-size: 21px;
  }
  .font-4 .ms-list {
    font-size: 28px;
  }
  .ms-list ul {
    width: 100%;
  }
  .ms-list li {
    width: 50%;
    float: left;
  }
  .leksikon-title {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .map-selector-container {
    background: none;
    display: block;
  }
  .map-selector-container:before,
  .map-selector-container:after {
    display: none;
  }
  .ms-map {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 27px;
    padding-right: 0;
  }
  .home .ms-map {
    padding-top: 20px;
  }
  .ms-list {
    width: 100%;
    font-size: 14px;
    padding-top: 0;
    padding-left: 15px;
    margin-bottom: 60px;
    display: block;
    padding-bottom: 0;
  }
  .font-2 .ms-list {
    font-size: 17.5px;
  }
  .font-3 .ms-list {
    font-size: 21px;
  }
  .font-4 .ms-list {
    font-size: 28px;
  }
  .ms-list ul {
    width: 100%;
  }
  .ms-list li {
    width: 50%;
    float: left;
  }
}
@media (max-width: 355px) {
  .ms-list {
    font-size: 13px;
  }
  .font-2 .ms-list {
    font-size: 16.25px;
  }
  .font-3 .ms-list {
    font-size: 19.5px;
  }
  .font-4 .ms-list {
    font-size: 26px;
  }
}
/* svg map */
.f1 {
  fill: rgba(23, 104, 155, 0);
  transition: 0.2s;
}

.f2 {
  fill: rgba(205, 75, 49, 0);
  transition: 0.2s;
}

.f3 {
  fill: rgba(235, 235, 235, 0);
  transition: 0.2s;
}

.f4 {
  fill: rgba(47, 154, 72, 0);
  transition: 0.2s;
}

.f5 {
  fill: rgba(20, 139, 139, 0);
  transition: 0.2s;
}

.f6 {
  fill: rgba(221, 141, 78, 0);
  transition: 0.2s;
}

.f7 {
  fill: rgba(79, 78, 161, 0);
  transition: 0.2s;
}

.f8 {
  fill: rgba(5, 79, 141, 0);
  transition: 0.2s;
}

.f9 {
  fill: rgba(226, 175, 69, 0);
  transition: 0.2s;
}

.f1:hover, .f1.active, .hover .f1 {
  fill: #17689B;
}

.f2:hover, .f2.active, .hover .f2 {
  fill: #CD4B31;
}

.f3:hover, .f3.active, .hover .f3 {
  fill: #ebebeb;
}

.f4:hover, .f4.active, .hover .f4 {
  fill: #2F9A48;
}

.f5:hover, .f5.active, .hover .f5 {
  fill: #148B8B;
}

.f6:hover, .f6.active, .hover .f6 {
  fill: #DD8D4E;
}

.f7:hover, .f7.active, .hover .f7 {
  fill: #4F4EA1;
}

.f8:hover, .f8.active, .hover .f8 {
  fill: #054F8D;
}

.f9:hover, .f9.active, .hover .f9 {
  fill: #E2AF45;
}

.s1 {
  fill: #17689B;
}

.s2 {
  fill: #CD4B31;
}

.s3 {
  fill: #ebebeb;
}

.s4 {
  fill: #2F9A48;
}

.s5 {
  fill: #148B8B;
}

.s6 {
  fill: #DD8D4E;
}

.s7 {
  fill: #4F4EA1;
}

.s8 {
  fill: #054F8D;
}

.s9 {
  fill: #E2AF45;
}

/*-------------------------*/
.person-list-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e2db;
}

@media (max-width: 500px) {
  .person-list-item .wpb_column:last-child .vc_column-inner {
    padding-left: 0;
  }
  .person-list-item .person-info-small {
    font-size: 13px;
  }
  .font-2 .person-list-item .person-info-small {
    font-size: 16.25px;
  }
  .font-3 .person-list-item .person-info-small {
    font-size: 19.5px;
  }
  .font-4 .person-list-item .person-info-small {
    font-size: 26px;
  }
  .person-list-item .person-excerpt {
    font-size: 13px;
  }
  .font-2 .person-list-item .person-excerpt {
    font-size: 16.25px;
  }
  .font-3 .person-list-item .person-excerpt {
    font-size: 19.5px;
  }
  .font-4 .person-list-item .person-excerpt {
    font-size: 26px;
  }
}
.advanced-search-container {
  position: relative;
  margin-bottom: 50px;
}

.advanced-search-form {
  background: #e5e2db;
  padding: 30px;
  box-shadow: 0 5px 2px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 2;
  display: none;
}

.advanced-search-form.open {
  display: block;
}

.advanced-search-form h3 {
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 30px;
  margin-top: 0;
}

.advanced-search-form .input-container {
  width: 100%;
  float: left;
  margin-bottom: 11px;
}

.advanced-search-form .input-container label {
  width: 28%;
  float: left;
  font-weight: 400;
  padding-top: 10px;
  font-size: 14px;
}

.font-2 .advanced-search-form .input-container label {
  font-size: 17.5px;
}

.font-3 .advanced-search-form .input-container label {
  font-size: 21px;
}

.font-4 .advanced-search-form .input-container label {
  font-size: 28px;
}

.advanced-search-form .input-container .input-wrap {
  position: relative;
}

.advanced-search-form .input-container .input-wrap,
.advanced-search-form .input-container select,
.advanced-search-form .input-container .select2 {
  width: 72% !important;
  float: left;
}

.advanced-search-form .input-container input {
  width: 100%;
}

.advanced-search-form .row {
  margin-right: -35px;
  margin-left: -35px;
}

.w-line {
  height: 1px;
  width: 100%;
  background: #fff;
  margin-top: 15px;
  margin-bottom: 20px;
}

.advanced-search-form .col-sm-4 {
  padding-left: 35px;
  padding-right: 35px;
}

.advanced-search-bar {
  background: #e5e2db;
  padding: 10px 10px 5px 10px;
  display: inline-block;
  width: 100%;
}

.advanced-search-bar .btn {
  float: right;
}

.as-toggle {
  margin-bottom: 5px;
}

.as-toggle:after {
  content: "\f107";
  font-family: "fontAwesome";
  font-size: 18px;
  margin-left: 8px;
  line-height: 0;
}

.as-toggle.open:after {
  content: "\f106";
  font-family: "fontAwesome";
  font-size: 18px;
  margin-left: 8px;
  line-height: 0;
}

.as-toggle.open {
  border-color: #1e1e1e;
}

.as-submit {
  font-weight: 700;
}

.as-submit:after {
  content: "\f002";
  font-family: "fontAwesome";
  margin-left: 8px;
  font-weight: 400;
}

.q-items {
  float: left;
  width: 87%;
}

.q-item {
  border: 1px solid #1e1e1e;
  border-radius: 4px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

.qi-wrap {
  padding: 9px 11px;
  float: left;
}

.qi-value {
  font-weight: 700;
}

.qi-close {
  float: left;
  padding: 9px 11px;
  border-left: 1px solid #1e1e1e;
  transition: 0.2s;
  color: #1e1e1e;
}

.qi-close:hover,
.qi-close.hover-effect {
  background: #1e1e1e;
  color: #e5e2db;
}

@media (min-width: 1200px) and (max-width: 1659px) {
  .q-items {
    width: 81%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .q-items {
    width: 79%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .q-items {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .advanced-search-form {
    padding: 20px;
  }
  .advanced-search-form h3 {
    margin-bottom: 10px;
  }
  .advanced-search-form .input-container {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .font-2 .advanced-search-form .input-container {
    font-size: 20px;
  }
  .font-3 .advanced-search-form .input-container {
    font-size: 24px;
  }
  .font-4 .advanced-search-form .input-container {
    font-size: 32px;
  }
  .select2-container .select2-selection--single .select2-selection__rendered,
  .select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 16px;
  }
  .font-2 .select2-container .select2-selection--single .select2-selection__rendered, .font-2 .select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 20px;
  }
  .font-3 .select2-container .select2-selection--single .select2-selection__rendered, .font-3 .select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 24px;
  }
  .font-4 .select2-container .select2-selection--single .select2-selection__rendered, .font-4 .select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 32px;
  }
  .advanced-search-form .input-container label {
    width: 100%;
  }
  .advanced-search-form .input-container .input-wrap,
  .advanced-search-form .input-container select,
  .advanced-search-form .input-container .select2 {
    width: 100% !important;
  }
  .as-toggle {
    width: 100%;
  }
  .q-items {
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    overflow: hidden;
    position: relative;
  }
  .q-items:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 25px;
    background: white;
    background: linear-gradient(90deg, rgba(229, 226, 219, 0) 0%, #e5e2db 100%);
  }
  .q-items-strip {
    overflow: auto;
    box-sizing: content-box;
    padding-bottom: 20px;
    display: flex;
  }
  .q-item {
    font-size: 12px;
    flex: 0 0 auto;
  }
  .spacer {
    flex: 0 0 auto;
    width: 20px;
  }
}
.places-container,
.jobs-container {
  margin-top: 10px;
  margin-bottom: 40px;
}

.place-item,
.job-item {
  margin-bottom: 12px;
  position: relative;
  padding-left: 10px;
}

.place-item:before,
.job-item:before {
  content: "\f105";
  font-family: "fontAwesome";
  position: absolute;
  left: 0;
}

.place-item a,
.job-item a {
  color: #1e1e1e;
}

.jobs-container h2 {
  margin-bottom: 25px;
}

.jobs-back {
  padding: 3px 15px 6px 14px;
  margin-right: 9px;
  border-right: 1px solid #e5e2db;
  color: #1e1e1e;
  position: relative;
}

.jobs-back:hover {
  color: #1e1e1e;
}

.jobs-back:before {
  content: "";
  position: absolute;
  background: #e5e2db;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  z-index: -1;
  transition: 0.3s;
}

.jobs-back:hover:before {
  width: 100%;
}

@media (max-width: 767px) {
  .jobs-container h2 {
    margin-top: 0;
    font-size: 18px;
  }
}
@media (max-width: 355px) {
  .jobs-container h2 {
    font-size: 17px;
  }
}
@media (hover: none) {
  .jobs-back:before {
    display: none;
  }
}
.person-right-col > .vc_column-inner > .wpb_wrapper {
  padding-left: 35px;
}

@media (max-width: 1199px) {
  .person-right-col > .vc_column-inner > .wpb_wrapper {
    padding-left: 0;
  }
}
@media (min-width: 1660px) {
  .person-image-container {
    min-height: 199px;
  }
}
.person-image-container {
  border: 1px solid #e5e2db;
  text-align: center;
  position: relative;
}

a .person-image-container:before {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  display: block;
  position: absolute;
  transition: 0.3s;
}

a .person-image-container:hover:before {
  background: rgba(0, 0, 0, 0.08);
}

.person-image-container img {
  margin: 0 auto;
  min-width: 100%;
  display: block;
}

.person-image-title {
  margin-top: 8px;
  margin-bottom: 12px;
  font-size: 12px;
  color: #a0a0a0;
}

.font-2 .person-image-title {
  font-size: 15px;
}

.font-3 .person-image-title {
  font-size: 18px;
}

.font-4 .person-image-title {
  font-size: 24px;
}

.alphabet-letters-container {
  margin-bottom: 40px;
}

.alphabet-letters {
  width: 100%;
  display: table;
  margin-left: -7px;
  margin-right: -7px;
}

.letter-wrap {
  display: table-cell;
  width: 1%;
  padding: 0 7px;
}

.letter {
  font-size: 16px;
  border: 1px solid #a0a0a0;
  text-transform: uppercase;
  color: #1e1e1e;
  width: 100%;
  border-radius: 3px;
  display: block;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.font-2 .letter {
  font-size: 18.75px;
}

.font-3 .letter {
  font-size: 22.5px;
}

.font-4 .letter {
  font-size: 30px;
}

.letter:hover {
  text-decoration: none;
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
}

.letter.active,
.letter.active:hover {
  border: 1px solid #a0a0a0;
  background: #e5e2db;
}

@media (max-width: 1199px) {
  .alphabet-letters {
    margin-left: -2px;
    margin-right: -2px;
  }
  .letter-wrap {
    padding: 0 2px;
  }
  .letter {
    padding: 6px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .letter-wrap {
    padding: 0 1px;
  }
  .letter {
    padding: 6px 4px;
    font-size: 14px;
  }
  .font-2 .letter {
    font-size: 17.5px;
  }
  .font-3 .letter {
    font-size: 21px;
  }
  .font-4 .letter {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .alphabet-letters-container {
    position: relative;
    display: block;
    width: 100%;
    height: 37px;
    overflow: hidden;
  }
  .alphabet-letters-container:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 25px;
    background: white;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
  }
  .alphabet-letters-strip {
    width: 100%;
    overflow: auto;
    box-sizing: content-box;
    padding-bottom: 20px;
  }
  .alphabet-letters {
    padding-right: 20px;
  }
}
.search-list {
  margin-bottom: 50px;
}

.search-list h2 {
  margin-top: 35px;
}

.ui-icon {
  display: none !important;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  border: 1px solid #d2cdc8;
  background: #fff;
  width: 1.9em !important;
  height: 1.9em !important;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  border: 1px solid #a0a0a0;
  background: #fff;
  text-decoration: none;
}

.ui-datepicker-prev,
.ui-datepicker-prev:hover {
  top: 4px !important;
  left: 3px !important;
}

.ui-datepicker-next,
.ui-datepicker-next:hover {
  top: 4px !important;
  right: 3px !important;
}

.ui-datepicker-prev:before {
  content: "\f104";
  font-family: "fontAwesome";
  font-size: 20px;
  position: absolute;
  top: -2px;
  left: 8px;
}

.ui-datepicker-next:before {
  content: "\f105";
  font-family: "fontAwesome";
  font-size: 20px;
  position: absolute;
  top: -2px;
  right: 8px;
}

.ui-datepicker-prev:hover:before,
.ui-datepicker-next:hover:before {
  text-decoration: none;
  font-weight: 700;
}

.ui-datepicker-month,
.ui-datepicker-year {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.ui-datepicker-month {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ui-datepicker-year {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-wrap.date:before {
  content: "\f073";
  font-family: "fontAwesome";
  font-size: 18px;
  color: #a0a0a0;
  position: absolute;
  right: 10px;
  top: 8px;
  display: block;
  z-index: 2;
  pointer-events: none;
}

.ui-widget-header {
  border: none;
  background: transparent;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  background: transparent;
  border: 1px solid #e5e2db;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover {
  border: 1px solid #a0a0a0;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  background: #e5e2db;
  color: #1e1e1e;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary {
  opacity: 0.5;
  filter: Alpha(Opacity=50);
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  background: #007cab;
  border: 1px solid #005778;
}

@media (max-width: 767px) {
  .ui-datepicker-prev,
  .ui-datepicker-next {
    width: 2.15em !important;
    height: 2.15em !important;
  }
  .ui-datepicker-prev:before {
    font-size: 22px;
    top: -2px;
    left: 8px;
  }
  .ui-datepicker-next:before {
    font-size: 22px;
    top: -2px;
    right: 8px;
  }
  .ui-datepicker-title {
    font-size: 16px;
  }
  .person-gallery .nsg-c3 {
    width: 33.333%;
  }
}
.date-selector-form {
  background: #e5e2db;
  margin-bottom: 50px;
  padding: 10px 15px;
}

.date-selector-form select {
  padding-right: 35px;
  margin-left: 4px;
}

.date-selector-form label {
  font-weight: 400;
}

.selector {
  display: inline-block;
  margin-right: 35px;
}

@media (max-width: 767px) {
  .selector {
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
  }
  .selector:last-child {
    margin-bottom: 0;
  }
  .date-selector-form select {
    width: 70%;
    margin: 0;
    float: left;
    padding-right: 30px;
  }
  .date-selector-form label {
    width: 30%;
    margin: 0;
    float: left;
    padding: 8px 0;
  }
}
.wpcf7 [class*=col-] {
  margin-bottom: 25px;
}

.wpcf7 form br {
  display: none;
}

.wpcf7 form p {
  margin-bottom: 0;
}

.gallery-img-title {
  color: #fff;
}

.results-num {
  margin-top: 5px;
  color: #a0a0a0;
  float: right;
  padding-right: 10px;
}

.results-num .num {
  font-weight: 700;
}

.last-entries-title {
  margin-bottom: 35px;
}

.info-icon {
  position: absolute !important;
  right: 2px;
  top: 0;
  font-size: 22px;
  color: #888;
  padding: 4px 6px;
}

.print-title-tab {
  display: none;
}

.person-share-bar {
  background: #e5e2db;
  padding: 10px 15px;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 15px;
}

.person-share-bar .btn-print {
  float: right;
}

.fb_iframe_widget {
  float: left;
  margin-right: 7px;
  margin-top: 6px;
}

iframe.twitter-share-button {
  margin-top: 6px !important;
}

.acc-opener {
  width: 40px;
  height: 40px;
  float: right;
  margin-top: 25px;
  margin-right: 25px;
  padding: 3px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .acc-opener {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .acc-opener {
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    top: -74px;
    right: 160px;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .acc-opener {
    top: -54px;
    right: 135px;
  }
}
.acc-opener:before {
  content: "\f29a";
  font-family: "fontAwesome";
  font-size: 34px;
  line-height: 1;
  color: #a0a0a0;
}

.acc-opener:hover:before {
  color: #808080;
}

.acc-opener.acc-set:before {
  color: #005778;
}

.acc-opener.acc-set:hover:before {
  color: #00455f;
}

.acc-container-wrap {
  width: 100%;
  position: fixed;
  background: rgba(30, 30, 30, 0.9);
  padding: 20px;
  top: 0;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.acc-container-wrap.open {
  display: block;
}

.acc-close {
  width: 32px;
  height: 32px;
  float: right;
  text-align: center;
  position: absolute;
  top: 15px;
  right: 15px;
}

.acc-close:before {
  content: "\f00d";
  font-family: "fontAwesome";
  font-size: 28px;
  line-height: 1.2;
  color: #fff;
}

.acc-container {
  width: 300px;
  background: #fff;
  position: absolute;
  z-index: 100;
  color: #1e1e1e;
  padding: 11px 0 5px 0;
  left: 50%;
  margin-left: -150px;
  top: 50%;
  margin-top: -275px;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .acc-container {
    top: 0;
    margin-top: 55px;
  }
}
.acc-section {
  width: 100%;
  padding: 3px 10px;
  float: left;
}

.acc-section-title {
  padding: 2px 5px 8px 5px;
  font-weight: 700;
  font-size: 16px;
}

.acc-section-reset {
  border-top: 1px solid #e5e2db;
  padding-top: 16px;
  margin-top: 5px;
}

.acc-btn {
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 10px;
  float: left;
  width: 100%;
  margin-bottom: 8px;
  text-align: center;
  cursor: pointer;
}

.acc-btn:hover {
  border: 1px solid #1e1e1e;
}

.acc-btn.selected {
  border: 1px solid #F25D27;
  -moz-box-shadow: inset 0 0 2px 1px #F25D27;
  -webkit-box-shadow: inset 0 0 2px 1px #F25D27;
  box-shadow: inset 0 0 2px 1px #F25D27;
}

.acc-btn-wrap {
  padding: 0 5px;
  float: left;
  width: 100%;
}

@media (max-width: 767px) {
  .acc-mode-section .acc-btn-wrap {
    width: 50%;
  }
}
.acc-wrap-4 {
  width: 25%;
}

.acc-wrap-3 {
  width: 33.333%;
}

.acc-font {
  padding: 0;
}

.acc-font i {
  padding: 8px 0;
}

.acc-font-1 i {
  padding: 16px 0 14px 0;
}

.acc-font-2 i {
  font-size: 1.25em;
  padding: 14px 0 12px 0;
}

.acc-font-3 i {
  font-size: 1.5em;
  padding: 12px 0 11px 0;
}

.acc-font-4 i {
  font-size: 2em;
}

.acc-font-text {
  border-top: 1px solid #ccc;
  width: 100%;
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
}

.acc-pointer-default {
  padding: 15px 10px;
}

.acc-pointer-medium {
  font-size: 1.4em;
  padding: 11px 10px;
}

.acc-pointer-large {
  font-size: 2em;
  padding: 5px 10px;
}

.acc-reset {
  background: #e5e2db;
  border-color: #e5e2db;
  color: #1e1e1e;
  font-weight: 700;
}

.acc-reset:hover {
  background: #d8d4c9;
  border-color: #d8d4c9;
  color: #1e1e1e;
}

.acc-reset i {
  font-weight: 400;
  margin-left: 5px;
}

.acc-mode-grayscale {
  background: #eee;
  color: #333;
}

.acc-mode-inverse {
  background: #1b1d24;
  color: #d0a988;
}

.acc-mode-contrast {
  background: #fff;
  color: #000;
}

.acc-mode-normal {
  background: #e5e2db;
  color: #1e1e1e;
}

.inverse {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.inverse .b_Firefox .acc-container {
  top: 25%;
}

.field-hidden {
  display: none !important;
}

.row .item:last-child .person-list-item {
  border-bottom: none;
}

.report-error {
  padding: 12px 12.21px;
  font-size: 12px;
  float: right;
}

html.medium {
  cursor: url(../images/cursor-md.png), auto;
}

html.medium * {
  cursor: inherit;
}

html.large {
  cursor: url(../images/cursor-lg.png), auto;
}

html.large * {
  cursor: inherit;
}

html.grayscale img,
html.grayscale .btn,
html.grayscale .title-banner,
html.grayscale .letter,
html.grayscale .page-numbers,
html.grayscale footer,
html.grayscale .select2-results,
html.grayscale .main-banner,
html.grayscale .person-share-bar,
html.grayscale .person-tabs {
  filter: grayscale(100%);
}

html.grayscale .sidenav,
html.grayscale .advanced-search-bar,
html.grayscale .advanced-search-form,
html.grayscale h2:before {
  background: #e1e1e1;
}

html.grayscale a {
  color: #000;
  text-decoration: underline;
}

html.contrast a,
html.contrast a:hover {
  color: #00f;
}

html.contrast .sidenav,
html.contrast .advanced-search-bar,
html.contrast .advanced-search-form,
html.contrast h2:before {
  background: #000;
  color: #fff;
}

html.contrast .title-banner {
  background: #000;
}

html.contrast .title-banner h1,
html.contrast .ns-breadcrumbs {
  color: #fff;
}

html.contrast .ns-breadcrumbs a,
html.contrast .ns-breadcrumbs a:hover {
  color: #fff;
  text-decoration: underline;
}

html.contrast .fp-items .loop-item {
  border-bottom: 1px solid #000;
}

html.contrast .big-footer {
  background: #000;
  color: #fff;
}

html.contrast .big-footer h5 {
  color: #fff;
}

html.contrast .person-input-date,
html.contrast .person-on-today-date {
  color: #000;
}

html.contrast input {
  color: #000;
  border: 1px solid #000;
}

html.contrast .results-num {
  color: #000;
}

html.contrast .person-list-item {
  border-bottom: 1px solid #000;
}

html.contrast .search-form-wrap {
  border: 1px solid #000;
}

html.contrast .search-form-wrap input {
  border: none;
}

html.contrast .search-submit {
  color: #000;
}

html.contrast body {
  color: #000;
}

html.contrast .btn-primary,
html.contrast .btn-primary:visited {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}

html.contrast .btn-primary:hover {
  color: #fff;
  border: 1px solid #000;
  background: #000;
  text-decoration: underline;
}

html.contrast .btn-primary:active,
html.contrast .btn-primary:focus,
html.contrast .btn-primary:active:focus,
html.contrast .btn-primary:active:hover {
  color: #fff;
  border: 1px solid #000;
  background: #000;
  box-shadow: none;
  outline: none;
}

html.contrast .letter {
  border: 1px solid #000;
}

html.contrast .letter:hover {
  border: 1px solid #000;
  text-decoration: underline;
}

html.contrast .letter.active {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}

html.contrast .vc-pagination {
  border-top: 1px solid #000;
}

html.contrast .page-numbers {
  border: 1px solid #000;
}

html.contrast .page-numbers:hover {
  border: 1px solid #000;
  text-decoration: underline;
  background: transparent;
}

html.contrast .page-numbers.current {
  background: #000;
  color: #fff;
}

html.contrast .main-banner {
  background: #000;
  color: #fff;
}

html.contrast .map-selector-container {
  background: none;
}

html.contrast .map-selector-container:after {
  display: none;
}

html.contrast h1 {
  color: #fff;
}

html.contrast .person-image-title {
  color: #000;
}

html.contrast .person-author {
  color: #000;
}

html.contrast .person-share-bar {
  background: #000;
}

html.contrast .btn-print,
html.contrast .btn-print:visited {
  color: #000;
  background: #fff;
  border: 1px solid #fff;
}

html.contrast .btn-print:hover {
  color: #000;
  border: 1px solid #fff;
  background: #fff;
  text-decoration: underline;
}

html.contrast .btn-print:active,
html.contrast .btn-print:focus,
html.contrast .btn-print:active:focus,
html.contrast .btn-print:active:hover {
  color: #000;
  border: 1px solid #fff;
  background: #fff;
  box-shadow: none;
  outline: none;
}

html.contrast .nav-tabs.nav-justified > li > a {
  border-top: 1px solid #000 !important;
  border-left: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
  border-bottom: 3px solid #000 !important;
  background: #000;
  color: #fff;
}

html.contrast .nav-tabs.nav-justified > li > a:before {
  background: #000;
}

html.contrast .nav-tabs.nav-justified > li > a:hover {
  border-top: 1px solid #000 !important;
  border-left: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
  border-bottom: 3px solid #000 !important;
  background: #fff;
  color: #000;
}

html.contrast .nav-tabs.nav-justified > .active > a,
html.contrast .nav-tabs.nav-justified > .active > a:hover {
  border-top: 1px solid #000 !important;
  border-left: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
  border-bottom: 3px solid #fff !important;
  background: #fff;
  color: #000;
}

/* language selector */
.language-selector-container {
  float: right;
  margin-right: 20px;
  width: 60px;
  border: 1px solid #d2cdc8;
  border-radius: 4px;
  font-weight: 400;
  padding: 12px 8px 12px 8px;
  position: relative;
  top: 25px;
}

.language-selector-container span {
  padding: 0;
  float: left;
  line-height: 1;
  color: #1e1e1e;
  cursor: default;
  margin-left: 3px;
}

.language-selector {
  position: absolute;
  background: #fff;
  z-index: 11;
  top: 35px;
  left: -1px;
  float: right;
  width: 60px;
  display: none;
  border: 1px solid #d2cdc8;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.language-selector.open {
  display: block;
}

.language-selector span {
  display: none;
}

.language {
  width: 100%;
  float: left;
  padding: 4px;
}

.language span {
  padding: 0;
  margin-right: 0;
  color: #1e1e1e;
  margin-left: 10px;
  font-weight: 700;
}

.language:hover {
  background: #e5e2db;
}

.language:hover span {
  color: #1e1e1e;
}

.language-selector-container .language span {
  display: block;
}

.language-selector-container i {
  float: right;
  color: #1e1e1e;
  margin-right: 3px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .language-selector-container {
    margin-right: 12px;
  }
}
@media (max-width: 991px) {
  .language-selector-container {
    position: absolute;
    right: 40px;
    top: -70px;
    z-index: 10;
    padding: 8px 8px 7px 8px;
    width: 50px;
  }
  .language-selector {
    top: 25px;
    width: 50px;
  }
}
@media (max-width: 768px) {
  .language-selector-container {
    top: -51px;
    right: 40px;
    padding: 8px 3px 7px 3px;
    width: 40px;
  }
  .language-selector {
    width: 40px;
  }
  .language span {
    margin-left: 0;
  }
}
.person-quote {
  border: 1px solid #e5e2db;
  padding: 20px;
  margin-bottom: 14px;
}

.person-quote p {
  margin-bottom: 0;
  line-height: 1.5;
}

.partners-row img {
  filter: grayscale(100%);
  opacity: 0.8;
}

.partners-row img:hover {
  filter: none;
  opacity: 1;
}

@media (min-width: 1660px) {
  .partners-row .vc_figure {
    padding: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1659px) {
  .partners-row .vc_figure {
    padding: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .partners-row .vc_figure {
    padding-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .partners-row .vc_figure {
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .partners-row img {
    max-height: 70px;
    width: auto;
  }
}
.social-icon .vc_icon_element-inner {
  width: 26px !important;
  height: 26px !important;
  border: none !important;
}

/* Featured colors */
/*
red: #CD4B31;
blue: #18689B
green: #2E9A48
yellow: #E2AF44
*/
.featured-red h2:before {
  background: #CD4B31;
}

.featured-red .loop-item {
  border-bottom-color: #CD4B31;
}

.featured-red a {
  color: #CD4B31;
}

.featured-blue h2:before {
  background: #81a7c0;
}

.featured-blue .loop-item {
  border-bottom-color: #81a7c0;
}

.featured-blue a {
  color: #81a7c0;
}

.featured-green h2:before {
  background: #2E9A48;
}

.featured-green .loop-item {
  border-bottom-color: #2E9A48;
}

.featured-green a {
  color: #2E9A48;
}

.featured-yellow h2:before {
  background: #E2AF44;
}

.featured-yellow .loop-item {
  border-bottom-color: #E2AF44;
}

.featured-yellow a {
  color: #E2AF44;
}

/*newsletter*/
.newsletter-form {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d2cdc8;
  text-align: center;
}

.newsletter-form h3 {
  margin-bottom: 25px;
}

.newsletter-form input {
  min-width: 360px;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.newsletter-form p {
  margin-bottom: 15px;
}

.newsletter-form .gdpr-text {
  max-width: 330px;
  display: inline-block;
}

#newsletter-feedback {
  margin-top: 20px;
}

.grecaptcha-badge {
  display: none !important;
}

#jquery-cookie-law-script, #jquery-cookie-law-script * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

#cookie-law-mobile {
  width: 50px;
  height: 50px;
  padding: 10px;
  display: none;
}

#cookie-law-mobile path {
  fill: #fff;
}

#jquery-cookie-law-script {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
  display: none;
  width: 100%;
  border-color: #202226;
  border-style: solid;
  border-top-width: 1px;
  background: rgba(50, 58, 69, 0.5);
  color: #F1F1F3;
  font-size: 12px;
  max-width: 270px;
  font-size: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

#jquery-cookie-law-script.light {
  color: #1a1a1a;
  background: #fff;
  border-color: rgba(223, 223, 223, 0.85);
}

#jquery-cookie-law-script.top {
  top: 0;
  bottom: auto;
  border-top-width: 0px;
  border-bottom-width: 1px;
}

#jquery-cookie-law-script.absolute {
  position: absolute;
}

#jquery-cookie-law-script a {
  color: #3B89C7;
}

/* ---------- Cookie law main message ---------- */
#jquery-cookie-law-script #cookie-law-container-box {
  background: rgba(32, 34, 38, 0.8);
}

#jquery-cookie-law-script.light #cookie-law-container-box {
  background: #F9FAFC;
}

#jquery-cookie-law-script #cookie-law-container {
  padding: 10px 20px;
}

#jquery-cookie-law-script #cookie-law-message {
  float: left;
  text-align: justify;
  padding-bottom: 10px;
}

#jquery-cookie-law-script a.cookie-law-button {
  padding: 4px 8px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #747474;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

#jquery-cookie-law-script a.cookie-law-button:hover,
#jquery-cookie-law-script a.cookie-law-button:focus {
  background-color: rgb(131.3, 131.3, 131.3);
  color: rgb(239.7, 239.7, 239.7);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

#jquery-cookie-law-script a#cookie-law-button-more {
  margin-left: 10px;
  background: #fff;
}

#jquery-cookie-law-script a#cookie-law-button-more:hover, #jquery-cookie-law-script a#cookie-law-button-more:focus {
  background: white;
}

/* ---------- Cookie law more info ---------- */
#jquery-cookie-law-script #cookie-law-more-info {
  display: none;
  background: rgba(50, 58, 69, 0.8);
  text-align: justify;
}

#jquery-cookie-law-script.light #cookie-law-more-info {
  background: #EAEDF1;
  border-top: 1px solid #F0F2F5;
}

#jquery-cookie-law-script #cookie-law-info-container {
  padding: 10px 20px;
}

#jquery-cookie-law-script #cookie-law-more-text {
  width: 85%;
}

#jquery-cookie-law-script #cookie-law-more-text-close {
  float: right;
  padding: 1px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
}

#jquery-cookie-law-script.light #cookie-law-more-text-close {
  color: #3B89C7;
}

@media (max-width: 767px) {
  #cookie-law-mobile {
    display: block;
  }
  #cookie-law-container {
    display: none;
  }
  #jquery-cookie-law-script.active {
    max-width: 230px;
  }
  #jquery-cookie-law-script.active #cookie-law-container {
    display: block;
  }
  #jquery-cookie-law-script {
    max-width: 50px;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.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 {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* 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: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  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: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.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;
}

header .wpb-menu-inner {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
}
header .wpb-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
header .wpb-menu li {
  position: relative;
  background: #fff;
  text-align: center;
  margin: 0 1px;
  padding: 0;
  line-height: 1;
  padding-top: 1px;
  padding-left: 30px;
  display: flex;
  align-items: center;
  height: 65px;
}
header .wpb-menu li:before {
  display: none;
}
header .wpb-menu a {
  text-decoration: none;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  vertical-align: middle;
  margin: 0;
  position: relative;
}
header .wpb-menu .current-page-ancestor a:before,
header .wpb-menu .current-page a:before,
header .wpb-menu a:hover:before {
  content: "";
  height: 2px;
  display: block;
  background: #333;
  position: absolute;
  bottom: -4px;
  width: 100%;
  left: 0;
}
header .wpb-menu .submenu {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: none;
}
header .wpb-menu-toggle-icon-wrap {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: transparent;
  display: none;
  margin: 10px 10px 10px 10px;
  border: 0 solid transparent;
  padding: 5px;
  box-sizing: content-box;
  border-radius: 0;
}
header .wpb-menu-toggle-icon {
  background: #333;
  width: 30px;
  height: 2px;
  position: relative;
  transition: background 8ms 240ms ease;
  transform: translateY(14px);
}
header .wpb-menu-toggle-icon:before,
header .wpb-menu-toggle-icon:after {
  transition: top 240ms 280ms ease, transform 240ms 40ms ease;
  position: absolute;
  background: #333;
  width: 30px;
  height: 2px;
  content: "";
}
header .wpb-menu-toggle-icon:before {
  top: -7.5px;
}
header .wpb-menu-toggle-icon:after {
  top: 7.5px;
}
header .wpb-menu-toggle.hidden {
  display: none;
}
header .wpb-menu-toggle:checked ~ .wpb-menu-toggle-icon-wrap .wpb-menu-toggle-icon {
  background: transparent;
}
header .wpb-menu-toggle:checked ~ .wpb-menu-toggle-icon-wrap .wpb-menu-toggle-icon:after,
header .wpb-menu-toggle:checked ~ .wpb-menu-toggle-icon-wrap .wpb-menu-toggle-icon:before {
  transition: top 240ms 40ms ease, transform 240ms 280ms ease;
  top: 0;
}
header .wpb-menu-toggle:checked ~ .wpb-menu-toggle-icon-wrap .wpb-menu-toggle-icon:before {
  transform: rotate(45deg);
}
header .wpb-menu-toggle:checked ~ .wpb-menu-toggle-icon-wrap .wpb-menu-toggle-icon:after {
  transform: rotate(-45deg);
}
header .submenu-toggle.hidden {
  display: none;
}
header .wpb-menu-more.hidden {
  display: none;
}
header .wpb-menu-more-icon-wrap {
  display: none;
}
@media screen and (min-width: 991px) {
  header .wpb-menu-more-icon-wrap {
    width: 30px;
    height: 65px;
    margin-left: 30px;
    display: none;
  }
  header .wpb-menu-more-icon {
    text-align: center;
    vertical-align: middle;
    margin-top: 25px;
  }
  header .wpb-menu-more-icon:before {
    content: "\f142";
    font-family: "Font Awesome 5 Free";
    height: 65px;
    font-size: 24px;
    color: #999;
    font-weight: 700;
  }
  header .wpb-menu-more-icon-wrap:hover .wpb-menu-more-icon:before {
    color: #333;
  }
  header .wpb-menu ul li:nth-child(n+6) {
    display: none;
  }
  header .wpb-menu-more:checked ~ .wpb-menu-more-icon-wrap .wpb-menu-more-icon:before {
    color: #333;
  }
  header .wpb-menu-more:checked + ul li:nth-child(n+6) {
    background: #fff;
    display: block;
    position: absolute;
    top: 65px;
    right: 0;
    z-index: 1;
    height: 60px;
    margin: 0;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 200px;
    border-top: 1px solid #292a2b;
    border-right: 1px solid #292a2b;
    border-left: 1px solid #292a2b;
  }
}
@media screen and (min-width: 992px ) and (max-width: 1199px ) {
  header .wpb-menu a {
    font-size: 15px;
  }
  header .wpb-menu li {
    padding-left: 20px;
  }
  header .wpb-menu li:first-child {
    padding-left: 0;
  }
  header .wpb-menu-more-icon-wrap {
    margin-left: 8px;
  }
}
@media screen and (max-width: 991px ) {
  header .wpb-menu-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }
  header .wpb-menu {
    width: 100%;
    position: absolute;
    margin: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 60px;
    z-index: 100;
    height: 0;
    overflow: hidden;
    background: #fff;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: ease;
    display: block;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
  }
  header .wpb-menu-toggle-icon-wrap {
    display: block;
  }
  header .wpb-menu-toggle:checked ~ .wpb-menu {
    height: auto;
    opacity: 1;
  }
  header .wpb-menu ul {
    display: block;
    width: 100%;
  }
  header .wpb-menu li {
    text-align: left;
    display: block;
    margin: 0;
    padding: 8px 10px;
    height: auto !important;
  }
  header .wpb-menu .menu-link-wrap {
    padding-right: 50px;
    display: block;
    width: 100%;
  }
  header .wpb-menu a {
    width: 100%;
    display: block;
    padding: 8px 5px;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
  }
  header .wpb-menu .current-page-ancestor a:before,
  header .wpb-menu .current-page a:before,
  header .wpb-menu a:hover:before {
    display: none;
  }
  header .wpb-menu > ul > li > .submenu:before {
    content: "";
    display: block;
    height: 1px;
    margin-left: -15px;
    margin-right: -15px;
  }
  header .wpb-menu .submenu {
    position: relative;
    margin-top: 8px;
    margin-bottom: -8px;
  }
  header .wpb-menu .submenu li {
    padding: 4px 0 4px 10px;
  }
  header .wpb-menu .submenu li:last-child {
    border-bottom: none;
  }
  header .wpb-menu .submenu a {
    font-size: 14px;
    font-weight: normal;
  }
  header .wpb-menu .submenu .submenu {
    margin-top: 4px;
    margin-bottom: -4px;
  }
  header .wpb-menu .submenu .submenu li {
    padding: 2.6666666667px 0 2.6666666667px 5px;
  }
  header .wpb-menu .submenu .submenu a {
    font-size: 13px;
  }
  header .wpb-menu .submenu-toggle {
    display: none !important;
  }
  header .wpb-menu .submenu-toggle:checked ~ .submenu {
    display: block !important;
  }
  header .wpb-menu .submenu-toggle-icon {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 15px;
    top: 8px;
  }
  header .wpb-menu .submenu-toggle-icon:before {
    content: "\f078";
    color: #333;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    width: 100%;
    display: inline-block;
    line-height: 32px;
  }
  header .wpb-menu .submenu-toggle:checked ~ .submenu-toggle-icon:before {
    content: "\f077";
  }
  header .wpb-menu .submenu .submenu-toggle-icon {
    width: 30px;
    height: 30px;
    right: 5px;
    top: 4px;
  }
}