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

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

@media screen and (min-width: 1290px) {
  .container {
    width: 1260px; } }

@media screen and (min-width: 992px) and (max-width: 1289px) {
  .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: 3px;
  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: #00ab4e;
  border: 1px solid #00ab4e; }

.btn-primary:hover,
.gform_next_button:hover,
.gform_button:hover,
.button-primary:hover {
  color: #f0f0f0;
  border: 1px solid #00ca5c;
  background: #00ca5c; }

.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: #e0e0e0;
  border: 1px solid #00e86a;
  background: #00e86a;
  box-shadow: none;
  outline: none; }

.btn-default,
.btn-default:visited {
  color: #000;
  background: #ffcc33;
  border: 1px solid #ffcc33; }

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

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

/* Inputs */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"] {
  border: 1px solid #CFCFCF;
  border-radius: 3px;
  height: 40px;
  padding: 8px;
  background: #f8f8f8;
  box-shadow: none;
  color: #000;
  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 #dedede;
  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 #00ab4e;
  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 #CFCFCF;
  border-radius: 2px;
  background: transparent;
  color: #CFCFCF;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 21px;
  margin: -.20rem .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: .05s border-color ease-in-out;
  position: relative; }

input[type="checkbox"]:hover {
  border: 1px solid #dedede; }

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

input[type=checkbox]:checked::before {
  content: '';
  background: #00ab4e;
  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 #CFCFCF;
  border-radius: 50%;
  background: transparent;
  color: #CFCFCF;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 21px;
  margin: -.20rem .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: .05s border-color ease-in-out;
  position: relative; }

input[type="radio"]:hover {
  border: 1px solid #dedede; }

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

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

select {
  border: 1px solid #CFCFCF;
  border-radius: 3px;
  height: 40px;
  padding: 8px;
  padding-right: 32px;
  background-color: #f8f8f8;
  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 .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

select[disabled] {
  opacity: 0.5; }

textarea {
  border: 1px solid #CFCFCF;
  border-radius: 3px;
  padding: 8px;
  height: 120px;
  outline: none;
  resize: none;
  background: transparent;
  color: #000;
  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: .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 #CFCFCF;
  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: #000;
  -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: #7F7F7F;
  font-size: 13px;
  padding: 20px 0 20px 0; }

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

a.ns-link:hover,
a.ns-link:focus {
  color: #7F7F7F;
  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: #7F7F7F; }

.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; } }

body {
  font-family: "Roboto", sans-serif; }

/* ---------- Breakpoints END ---------- */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 1800px; }

.container.narrow-container {
  width: 1290px; }

@media screen and (min-width: 1290px) and (max-width: 1799px) {
  .container {
    width: auto; }
  .container.narrow-container {
    width: 1260px; } }

@media screen and (min-width: 992px) and (max-width: 1289px) {
  .container {
    width: auto; }
  .container.narrow-container {
    width: auto; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: auto; }
  .container.narrow-container {
    width: auto; } }

@media screen and (max-width: 767px) {
  .container {
    width: auto; }
  .container.narrow-container {
    width: auto; } }

header {
  background: #00ab4e;
  border-bottom: 10px solid #ffcc33;
  margin-bottom: 50px; }

@media screen and (max-width: 991px) {
  header {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0; }
  .content {
    margin-top: 80px; } }

.logo {
  position: absolute;
  z-index: 1000;
  width: 150px;
  padding: 10px 0; }

header .main-menu.wpb-menu ul {
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: 220px;
  margin-right: 170px; }

header .main-menu.wpb-menu li {
  background: transparent;
  padding-left: 0;
  padding-right: 40px; }

header .main-menu.wpb-menu li a {
  color: #fff;
  font-weight: 400; }

header .main-menu.wpb-menu li a:hover {
  color: #ffcc33; }

header .main-menu.wpb-menu li.current-page a {
  color: #ffcc33; }

header .main-menu.wpb-menu .current-page-ancestor a:before,
header .main-menu.wpb-menu .current-page a:before,
header .main-menu.wpb-menu a:hover:before {
  display: none; }

@media screen and (min-width: 1290px) and (max-width: 1799px) {
  header .main-menu.wpb-menu a {
    font-size: 15px; }
  header .main-menu.wpb-menu li {
    padding-right: 25px; } }

@media screen and (min-width: 992px) and (max-width: 1289px) {
  header .main-menu.wpb-menu a {
    font-size: 13px; }
  header .main-menu.wpb-menu ul {
    margin-left: 170px;
    margin-right: 130px; }
  header .main-menu.wpb-menu li {
    padding-right: 15px; } }

@media screen and (max-width: 991px) {
  .logo {
    width: 110px; }
  header .main-menu.wpb-menu {
    background: #00ab4e;
    border-bottom: 10px solid #ffcc33;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px; }
  header .main-menu.wpb-menu ul {
    margin-left: 0; } }

.big-footer {
  background: #F8F8F8;
  color: #858585;
  margin-top: 60px;
  padding: 30px 0; }

.big-footer .wpb_text_column {
  margin: 0; }

.small-footer {
  background: #EBEBEB;
  font-size: 14px; }

a {
  color: #00ab4e; }

a:hover {
  color: #00ca5c; }

p {
  font-size: 16px; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.17em; }

h4 {
  font-size: 1.05em; }

.vc_ns_content-slider-container h2 {
  font-size: 40px; }

@media screen and (min-width: 992px) and (max-width: 1289px) {
  .vc_ns_content-slider-container h2 {
    font-size: 38px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .vc_ns_content-slider-container h2 {
    font-size: 34px; } }

@media screen and (max-width: 767px) {
  .vc_ns_content-slider-container h2 {
    font-size: 32px; } }

.content {
  min-height: calc(100vh - 333px); }

.hidden {
  display: none !important; }

.wpb-promo {
  background: #F8F8F8;
  border-radius: 3px;
  border-left: 20px solid #00ab4e;
  padding: 30px;
  position: relative;
  margin-bottom: 30px; }

.wpb-promo-title {
  margin-top: 0;
  font-size: 30px;
  margin-bottom: 0.7em; }

.wpb-promo-text {
  font-size: 16px;
  color: #858585; }

.wpb-promo-cta {
  text-decoration: none; }

.wpb-promo-cta:hover {
  text-decoration: underline; }

.wpb-promo-out:before {
  content: '\f35d';
  font-family: 'Font Awesome 5 Free';
  width: 22px;
  height: 30px;
  position: absolute;
  display: block;
  background: #00ab4e;
  top: 0;
  right: 0;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding: 20px 20px 0 8px; }

.vc_ns_content-slider-container {
  margin-bottom: 60px; }

.vc_ns_content-slider-container .slick-slide {
  min-height: 600px;
  background-size: cover; }

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

.vc_ns_content-slider-container .slick-dots {
  display: block !important;
  text-align: left;
  position: absolute;
  bottom: 30px;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center; }

.vc_ns_content-slider-container .slick-dots li {
  display: inline-block;
  padding: 0 5px; }

.vc_ns_content-slider-container .slick-dots li button {
  background: transparent;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 2px solid #00ab4e;
  font-size: 0; }

.vc_ns_content-slider-container .slick-dots li button:hover {
  background: #00ab4e;
  border: 2px solid #00ab4e; }

.vc_ns_content-slider-container .slick-dots li.slick-active button {
  background: #00ab4e;
  border: 2px solid #00ab4e; }

.vc_ns_content-slider-container .slide-content {
  max-width: 52%;
  padding: 100px 110px; }

.vc_ns_content-slider-container .slide-content h2 {
  margin-top: 1.1em; }

.slick-arrow {
  font-family: 'Font Awesome 5 Free';
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 6px 6px 5px 6px;
  font-size: 26px;
  width: 40px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 2;
  font-weight: 700; }

.slick-arrow:hover {
  background: rgba(0, 0, 0, 0.4); }

.slick-prev {
  left: 20px; }

.slick-next {
  right: 20px; }

@media screen and (min-width: 992px) and (max-width: 1289px) {
  .vc_ns_content-slider-container .slick-slide {
    min-height: 500px; }
  .vc_ns_content-slider-container .slide-content {
    max-width: 70%;
    padding: 100px 100px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .vc_ns_content-slider-container .slick-slide {
    min-height: 490px; }
  .vc_ns_content-slider-container .slide-content {
    max-width: 70%;
    padding: 90px 90px; }
  .vc_ns_content-slider-container .slide-content h2 {
    margin-top: 1em; } }

@media screen and (max-width: 767px) {
  .vc_ns_content-slider-container .slick-slide {
    min-height: 482px; }
  .vc_ns_content-slider-container .slide-content {
    max-width: 100%;
    padding: 30px 30px 50px 30px; }
  .vc_ns_content-slider-container .slide-content h2 {
    margin-top: 0.5em; }
  .vc_ns_content-slider-container .slick-arrow {
    display: none !important; } }

/*
File
*/
.file-wrap {
  background: #F8F8F8;
  margin-bottom: 7px;
  padding: 15px 90px 15px 20px;
  width: 100%;
  position: relative;
  display: inline-block;
  border-radius: 3px; }

@media (max-width: 767px) {
  .file-wrap {
    padding: 15px 110px 15px 10px; } }

.file-wrap + *:not(.file-wrap) {
  margin-top: 20px; }

.file-wrap:last-of-type {
  margin-bottom: 35px; }

.study-program-content .file-wrap:last-of-type {
  margin-bottom: 10px; }

.wpb_text_column + .file-wrap {
  margin-top: -15px; }

.file-wrap a {
  font-weight: 400;
  color: #00ab4e;
  font-size: 16px;
  float: left;
  text-decoration: none; }

.file-wrap a:hover {
  text-decoration: underline; }

a.file-dl-btn {
  float: right;
  background: #00ab4e;
  color: #fff;
  position: absolute;
  padding: 0 15px;
  font-weight: 700;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

a.file-dl-btn:hover {
  background: #00ca5c;
  text-decoration: none; }

a.file-dl-btn:before {
  content: '\f019';
  font-family: 'Font Awesome 5 Free';
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  top: 50%;
  margin-top: -12px;
  font-size: 20px;
  text-align: center; }

.file-desc {
  color: #858585;
  display: block;
  width: 100%;
  clear: both;
  padding-top: 4px; }

.file-desc p {
  margin-top: 4px;
  margin-bottom: 4px; }

.file-desc ul {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 16px;
  list-style: disc;
  padding-left: 30px; }

.vc-pagination {
  padding-top: 5px;
  text-align: left;
  margin-bottom: 35px;
  margin-top: 35px; }

.page-numbers,
.page-numbers:visited {
  padding: 11px 8px 9px 8px;
  border: 1px solid #00ab4e;
  background: #fff;
  font-weight: 600;
  color: #00ab4e;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  transition: 0.2s;
  border-radius: 3px;
  text-align: center; }

.page-numbers:hover {
  text-decoration: none;
  border: 1px solid #00ab4e;
  background: #00ab4e;
  color: #fff; }

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

.page-numbers.next i {
  margin-left: 4px; }

.page-numbers.prev i {
  margin-right: 4px; }

.page-numbers.next,
.page-numbers.prev {
  border: 1px solid #00ab4e;
  background: #fff;
  font-size: 23px;
  padding: 7px 8px 5px 8px;
  display: inline-block;
  color: #00ab4e; }

.page-numbers.next:hover,
.page-numbers.prev:hover {
  border: 1px solid #00ab4e;
  background: #00ab4e;
  color: #fff; }

.news .loop-item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex; }

.news .loop-item-inner {
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 30px; }

.news .loop-item-inner a {
  text-decoration: none; }

.news .loop-item-inner a:hover {
  text-decoration: underline; }

.news .loop-item-inner h2 {
  margin-top: 0;
  margin-bottom: 10px; }

.news .loop-item-inner h2 a {
  color: #000; }

.news .loop-item-inner h2 a:hover {
  text-decoration: none;
  color: #00ab4e; }

.news p {
  margin-top: 10px;
  color: #858585; }

.news .post-date {
  color: #c5c5c5;
  font-size: 14px; }

/*
DataTable
*/
.dt-container {
  position: relative; }

.fixed-header {
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: white;
  width: calc(100% - 20px);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); }

.fixed-header th {
  padding: 10px; }

table.dataTable {
  font-size: 14px; }

table.dataTable th {
  text-align: left;
  background: #F8F8F8;
  border-bottom: none !important;
  white-space: nowrap; }

table.dataTable td {
  border: none !important;
  border-bottom: 1px solid #F8F8F8 !important;
  background: #fff !important;
  box-shadow: none !important;
  position: relative; }

table.dataTable th,
table.dataTable td {
  padding: 15px 8px !important; }

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
  text-align: left !important; }

table .badge {
  background: #f00;
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 1px 2px;
  font-size: 8px;
  position: absolute;
  left: 8px;
  top: 4px; }

table .dnl-btn {
  font-size: 0;
  padding-top: 5px;
  padding-bottom: 5px; }

table .dnl-btn:before {
  content: '\f019';
  font-family: 'Font Awesome 5 Free';
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  font-size: 20px;
  text-align: center; }

table .add-btn {
  font-size: 0;
  padding-top: 7px;
  padding-bottom: 5px; }

table .add-btn:before {
  content: '\f07a';
  font-family: 'Font Awesome 5 Free';
  width: 24px;
  height: 22px;
  display: block;
  position: relative;
  font-size: 20px;
  text-align: center; }

@media screen and (max-width: 991px) {
  .dt-container {
    overflow-y: scroll;
    overflow-y: hidden; }
  table td:nth-child(2) {
    min-width: 200px; } }

.number-input {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 120px; }

.number-input input {
  width: 35px;
  height: 36px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #CFCFCF;
  border-radius: 3px;
  background: #f8f8f8;
  margin: 0 5px;
  outline: none;
  -moz-appearance: textfield; }

/* Remove arrows in Chrome, Safari, Edge, and Opera */
.number-input input::-webkit-outer-spin-button,
.number-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.number-input button {
  background-color: #fff;
  color: #00ab4e;
  border: 1px solid #00ab4e;
  padding: 8px 0;
  font-size: 16px;
  cursor: pointer;
  border-radius: 3px;
  transition: background-color 0.2s;
  width: 23px; }

.number-input button:hover {
  background-color: #00ab4e;
  color: #fff; }

/* Ensure consistent button sizing */
.number-input button:disabled {
  background-color: #fff;
  cursor: not-allowed;
  color: #CFCFCF;
  border-color: #CFCFCF; }

#tech_doc tr td:last-child {
  padding-top: 7px !important;
  padding-bottom: 7px !important; }

.table-search-row {
  display: flex;
  margin-bottom: 30px; }

.table-search-row-col {
  width: 50%; }

.table-search-row-col.downloads-col {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 20px; }

.table-search-row-col.downloads-col .file-wrap {
  margin: 0 !important; }

.table-search {
  width: 100%;
  height: 50px !important;
  padding-right: 60px; }

.table-search-wrap {
  position: relative;
  width: 500px; }

.table-search-wrap:before {
  content: '\f002';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  width: 26px;
  height: 26px;
  position: absolute;
  display: block;
  right: 0;
  background: #00ab4e;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #fff;
  font-size: 26px;
  padding: 12px; }

.table-filters-section {
  margin-bottom: 30px; }

.table-filters {
  display: flex;
  flex-wrap: wrap; }

.table-filter-wrap {
  padding-right: 20px;
  padding-bottom: 20px; }

.table-filter-wrap label {
  font-weight: 700;
  font-size: 12px;
  display: block;
  margin-bottom: 5px; }

.reset-filters {
  font-size: 14px; }

.reset-filters:hover {
  color: #00ca5c; }

@media screen and (min-width: 992px) and (max-width: 1289px) {
  .table-filter-wrap {
    padding-right: 10px; }
  .table-filters select {
    font-size: 12px !important; }
  .table-search-row {
    display: block; }
  .table-search-row-col {
    width: 100%; }
  .downloads-col {
    margin-top: 20px; } }

@media screen and (max-width: 991px) {
  .table-search-row {
    display: block;
    margin-bottom: 0; }
  .table-search-row-col {
    width: 100%; }
  .table-search-row-col.downloads-col {
    display: block;
    margin-bottom: 20px; }
  .table-search-wrap {
    margin-bottom: 30px;
    display: inline-block; }
  .filter-section-toggle {
    width: 50px;
    height: 50px;
    float: right;
    border: 1px solid #CFCFCF;
    border-radius: 3px; }
  .filter-section-toggle:before {
    content: '\f0b0';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    width: 50px;
    padding-top: 11px;
    color: #858585;
    display: block; }
  .table-filters-section {
    display: none; }
  .table-filters-section.open {
    display: block; }
  .table-filters {
    display: block;
    margin-bottom: 10px; }
  .table-filter-wrap {
    padding-right: 0;
    padding-bottom: 15px;
    display: block; }
  .table-filters select {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .table-search-wrap {
    width: calc(100% - 64px); } }

.mini-cart-overlay {
  background: #F8F8F8;
  position: fixed;
  right: 0;
  width: 400px;
  bottom: 0;
  top: 0;
  padding: 30px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: none;
  overflow-y: scroll;
  overflow-x: hidden; }

.mini-cart-overlay.open {
  display: block; }

.cart-items {
  padding: 0; }

.cart-items li {
  background: #fff;
  position: relative;
  margin-bottom: 4px;
  padding: 15px;
  padding-right: 60px;
  border-radius: 3px; }

.cart-items .cart-remove {
  font-size: 0; }

.cart-items .cart-remove:before {
  content: '\f1f8';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  width: 26px;
  height: 26px;
  position: absolute;
  display: block;
  right: 10px;
  font-size: 18px;
  top: 15px;
  color: #EBEBEB; }

.cart-items .cart-remove:hover:before {
  color: #858585; }

.cart-item-name {
  font-size: 18px;
  font-weight: 700;
  display: block; }

.cart-item-code {
  display: block; }

.cart-item-amount:before {
  content: ' x '; }

.total-price-section {
  font-size: 26px; }

.cart-item-price {
  font-weight: 700; }

.cart-item-amount,
.cart-item-price {
  font-size: 18px; }

.mini-cart-overlay .form-fields {
  display: none; }

.mini-cart-close:before {
  content: '\f00d';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  width: 32px;
  height: 32px;
  position: absolute;
  display: block;
  right: 15px;
  font-size: 32px;
  top: 15px;
  color: #858585;
  text-align: center; }

.mini-cart-close:hover:before {
  color: #555; }

.mini-cart-toggle {
  width: 64px;
  height: 64px;
  display: block;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 5; }

.mini-cart-toggle:before {
  content: '\f07a';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  width: 64px;
  height: 64px;
  display: block;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #00ab4e;
  border-radius: 3px;
  font-size: 36px;
  text-align: center;
  line-height: 1.8em;
  color: #fff; }

.mini-cart-toggle:hover:before {
  background: #00ca5c; }

.mini-cart-toggle .amount-badge {
  background: #f00;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  padding: 5px;
  border-radius: 15px;
  min-width: 30px;
  text-align: center; }

.wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: 3px;
  padding: 15px !important;
  border: none !important; }

.wpcf7-form.invalid .wpcf7-response-output {
  background: #f4e6e6; }

.wpcf7-form.sent .wpcf7-response-output {
  background: #e6f4ea; }

.user-info-wrap {
  float: right;
  position: relative;
  padding-left: 45px;
  position: absolute;
  right: 15px;
  top: 22px; }

.user-info {
  color: #fff;
  display: inline-block; }

.user-info-icon {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0; }

.user-info-icon:before {
  content: "\f007";
  font-family: 'Font Awesome 5 Free';
  font-size: 24px;
  border: 2px solid #fff;
  width: 32px;
  height: 29px;
  display: block;
  text-align: center;
  padding-top: 3px;
  border-radius: 18px;
  color: #fff;
  position: absolute;
  left: 0; }

.logout-btn {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7); }

.logout-btn:hover {
  color: #fff; }

@media screen and (max-width: 991px) {
  .user-info-wrap {
    top: 12px;
    right: 60px; }
  .user-info-content {
    background-color: #00ab4e;
    position: absolute;
    right: -60px;
    top: 50px;
    width: 100vw;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none; }
  .user-info-content.open {
    display: block; } }

.plevnik-login-page {
  padding: 5% 0 0;
  background: #F8F8F8;
  height: 100vh; }

.plevnik-login-form-wrap {
  background: #fff;
  border-radius: 3px;
  width: 300px;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid #CFCFCF; }

.plevnik-login-form-wrap input[type="text"],
.plevnik-login-form-wrap input[type="password"],
.plevnik-login-form-wrap input[type="submit"] {
  width: 100%; }

.plevnik-login-form-logo {
  height: 100px;
  width: 100%;
  background-image: url(../images/login-logo.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

.plevnik-login-form-wrap .error {
  font-weight: 700;
  color: #f00; }

.error-404 {
  margin-top: 160px; }

/*
gallery
*/
.ns-gallery-el:after {
  content: '';
  display: table;
  clear: both; }

.ns-gallery {
  float: left; }

.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%; }

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: 80px; }

header .wpb-menu li:before {
  display: none; }

header .wpb-menu a {
  text-decoration: none;
  font-size: 16px;
  color: #000;
  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: #000;
  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: #fff;
  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: #fff;
  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: 80px;
    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: 80px;
    font-size: 24px;
    color: #999;
    font-weight: 700; }
  header .wpb-menu-more-icon-wrap:hover .wpb-menu-more-icon:before {
    color: #000; }
  header .wpb-menu ul li:nth-child(n + -1) {
    display: none; }
  header .wpb-menu-more:checked ~ .wpb-menu-more-icon-wrap .wpb-menu-more-icon:before {
    color: #000; }
  header .wpb-menu-more:checked + ul li:nth-child(n + -1) {
    background: #fff;
    display: block;
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 1;
    height: 60px;
    margin: 0;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 200px;
    border-top: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
    border-left: 1px solid #CFCFCF; } }

@media screen and (min-width: 992px) and (max-width: 1289px) {
  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.66667px 0 2.66667px 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: #000;
    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; } }
