*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  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;
}

/* Grouping content
   ========================================================================== */

/**
 * 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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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 in Chrome and Safari on macOS.
 */

[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 Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        width: auto;
        margin-left: 0;
        float: none;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

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

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

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

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

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

    .hidden-desktop {
        display: inherit !important;
    }

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

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

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

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0px 10px;
  }
}
@media (max-width: 425px){
  .dnd_area-row-9-padding {
    padding: 0px 10px;
  }

}
body {
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/* Lists */

ul,
ol {
  margin: 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
  color: #33475b;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
  font-weight: 200;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: rgba(0,0,0,0) ;
/*   border: 2px solid; */
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #ff0000 !important;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 20px;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 20px 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  padding-top: 20px;
}

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 30px;
  }
}


/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    height: calc(100vh - 115px);
    left: 0;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
.footer {
  text-align: center;
}

.footer__container {
  padding: 1rem 0;
}

.footer__copyright {
  font-size: 0.7rem;
  margin: 0.5rem 0;
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


            /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
            /*! http://responsiveslides.com v1.54 by @viljamis */
/* More Info */
.more-info:hover .more-infoText {
  color: #000 !important;
}
.more-info .more-infoText {
 font-size: 20px !important;
}
.more-info:hover .tns-goAhead-icon {
  color: #000 !important;
}
@media (max-width: 425px) {
  .more-info .more-infoText {
    font-size: 15px !important;
  }
  .more-info {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
/*********************************/
/* TNS BANNER CTA */
.orange-icon {
  color: #f08a20;
}
.tns-banner-cta:hover .orange-icon {
  color: #000;
}
.tns-banner-cta {
  border: 1px solid #000;
}
.tns-banner-cta:hover .tns-cta-text {
  color: #000 !important;
}
/***********************/
/* .col-8 {
  max-width: 50% !important;
}
.col-4 {
   flex: 0 0 30.333333% !important;
   max-width: 30% !important;
}
.col-md-7 {
      flex: 0 0 55.333333% !important;
} */
@media (max-width: 1024px){
/*   .col-7 {
    padding-right: 0px !important;
    padding-left: 5px !important;
  } */
  h6 {
    font-size: 13px !important;
  }
  p {
    line-height: 1 !important;
  }
  
}
@media (max-width: 768px) {
/*   .col-4 {
    flex: 0 0 41.333333% !important;
    max-width: 41% !important;
  }
  .col-8 {
    max-width: 50% !important;
  } */
}
@media (max-width: 767px){
/*   .col-8 {
    max-width: 45.666667%% !important;
  }
  .col-4 {
    flex: 0 0 33.333333% !important;
    max-width: 33% !important;
    padding-right: 0px !important;
      
  }
  .col-6 {
    text-align: right;
  }
  .col-sm-3 {
    flex: 0 0 35% !important;
  }
  .col-sm-9 {
    flex: 0 0 65% !important;
    max-width: 65% !important;
  } */
}
@media (max-width: 500px) {
/*   .col-8 {
    max-width: 55% !important;
  }
  .col-4 {
    max-width: 40% !important;
  } */
}
@media (max-width: 425px) {
/*   .col-6 {
    padding-right: 0px !important;
    padding-left: 0px !important;
    text-align: center;
  }
  .col-8 {
    max-width: 60% !important;
  }
  .col-4 {
    flex: 0 0 42.333333% !important;
    max-width: 40% !important;
    padding-left: 0px !important;
  }
  .btn {
    font-size: 12px !important;
  }
  .col-10 {
    flex: 0 0 70.333333% !important;
    max-width: 70.333333% !important;
  }
  .col-2 {
    flex: 0 0 25.666667% !important;
    max-width: 25.666667% !important;
  } */
  body .navigation .nav-wrapper .nav {
    margin-left: 15px !important;
  }
 
    .fa-plus {
      font-size: 17px !important;
    }
    .fa-minus {
      font-size: 17px !important;
    }
}
@media (max-width: 375px) {
/*   .col-10 {
     flex: 0 0 70.333333% !important;
     max-width: 80.333333% !important;
  }
  .col-2 {
    flex: 0 0 41.666667% !important;
    max-width: 31.666667% !important;
  }
  .col-4 {
    flex: 0 0 26.333333% !important;
    max-width: 39% !important;
  }
  .col-8 {
    max-width: 65% !important;
  }
  .col-6 {
    text-align: right !important;
  } */
}
@media (max-width: 320px) {
/*   .col-8 {
    max-width: 65% !important;
} */
}
@media (max-width: 280px){
/* .col-4 {
    flex: 0 0 35% !important;
    max-width: 35% !important;
    padding-left: 23px !important;
  } */
body .header .button {
    font-size: 9px;
    padding: 0 5px;
}
}
.nav {
  flex-flow: column;
  flex-wrap: nowrap !important;
}
body .navigation .nav-wrapper .nav li a {
  text-decoration: none;
}
.nav-headerR {
  display: flex;
  flex-flow: column;
}
            .navbar-menu:hover {
                color:#000000;
            }
            

            audio,
            canvas,
            progress,
            video {
                display: inline-block;
                vertical-align: baseline
            }

            audio:not([controls]) {
                display: none;
                height: 0
            }

            [hidden],
            template {
                display: none
            }

            a {
                background-color: transparent
            }

            a:active,
            a:hover {
                outline: 0
            }

            abbr[title] {
                border-bottom: 1px dotted
            }

           

            img {
                border: 0
            }

            svg:not(:root) {
                overflow: hidden
            }

            figure {
                margin: 1em 40px
            }

            hr {
                -moz-box-sizing: content-box;
                box-sizing: content-box;
                height: 0
            }

           

            button,
            input,
            optgroup,
            select,
            textarea {
                color: inherit;
                font: inherit;
                margin: 0
            }

            button {
                overflow: visible
            }

            button,
            select {
                text-transform: none
            }

            button,
            html input[type=button],
            input[type=reset],
            input[type=submit] {
                -webkit-appearance: button;
                cursor: pointer
            }

            button[disabled],
            html input[disabled] {
                cursor: default
            }

            button::-moz-focus-inner,
            input::-moz-focus-inner {
                border: 0;
                padding: 0
            }

            input {
                line-height: normal
            }

            input[type=checkbox],
            input[type=radio] {
                box-sizing: border-box;
                padding: 0
            }

            input[type=number]::-webkit-inner-spin-button,
            input[type=number]::-webkit-outer-spin-button {
                height: auto
            }

            input[type=search] {
                -webkit-appearance: textfield;
                -moz-box-sizing: content-box;
                -webkit-box-sizing: content-box;
                box-sizing: content-box
            }

            input[type=search]::-webkit-search-cancel-button,
            input[type=search]::-webkit-search-decoration {
                -webkit-appearance: none
            }

            fieldset {
                border: 1px solid silver;
                margin: 0 2px;
                padding: .35em .625em .75em
            }

            legend {
                border: 0;
                padding: 0
            }

            textarea {
                overflow: auto
            }

            optgroup {
                font-weight: 700
            }

            table {
                border-collapse: collapse;
                border-spacing: 0
            }

            td,
            th {
                padding: 0
            }

           

            html {
                font-size: 10px;
                -webkit-tap-highlight-color: transparent
            }

            

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

            a {
                color: #337ab7;
                text-decoration: none
            }

            figure {
                margin: 0
            }

            img {
                vertical-align: middle
            }

            p {
                margin: 0 0 10px
            }

            ol,
            ul {
                margin-top: 0;
                margin-bottom: 10px
            }

            ol ol,
            ol ul,
            ul ol,
            ul ul {
                margin-bottom: 0
            }



            abbr[data-original-title],
            abbr[title] {
                cursor: help;
                border-bottom: 1px dotted #777
            }

            .initialism {
                font-size: 90%;
                text-transform: uppercase
            }

            blockquote {
                padding: 10px 20px;
                margin: 0 0 20px;
                font-size: 17.5px;
                border-left: 5px solid #eee
            }

            blockquote ol:last-child,
            blockquote p:last-child,
            blockquote ul:last-child {
                margin-bottom: 0
            }

            blockquote .small,
            blockquote footer,
            blockquote small {
                display: block;
                font-size: 80%;
                line-height: 1.42857143;
                color: #777
            }

            blockquote .small:before,
            blockquote footer:before,
            blockquote small:before {
                content: '\2014 \00A0'
            }

            .blockquote-reverse,
            blockquote.pull-right {
                padding-right: 15px;
                padding-left: 0;
                border-right: 5px solid #eee;
                border-left: 0;
                text-align: right
            }

            .blockquote-reverse .small:before,
            .blockquote-reverse footer:before,
            .blockquote-reverse small:before,
            blockquote.pull-right .small:before,
            blockquote.pull-right footer:before,
            blockquote.pull-right small:before {
                content: ''
            }

            .blockquote-reverse .small:after,
            .blockquote-reverse footer:after,
            .blockquote-reverse small:after,
            blockquote.pull-right .small:after,
            blockquote.pull-right footer:after,
            blockquote.pull-right small:after {
                content: '\00A0 \2014'
            }

            address {
                margin-bottom: 20px;
                font-style: normal;
                line-height: 1.42857143
            }

         
            .pre-scrollable {
                max-height: 340px;
                overflow-y: scroll
            }

            .header_container {
                margin-right: auto;
                margin-left: auto;
                padding-left: 0px;
                padding-right: 0px;
                height: auto;
            }


            @media (min-width:768px) {
                .header_container {
                    width: 750px
                }
            }

            @media (min-width:992px) {
                .header_container {
                    width: 970px
                }
            }

            @media (min-width:1200px) {
                .header_container {
                    width: 60.9375vw;
                }
            }

            

            .row {
                margin-left: -15px;
                margin-right: -15px
            }

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

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

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

            .col-xs-11 {
                width: 91.66666667%
            }

            .col-xs-10 {
                width: 83.33333333%
            }

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

            .col-xs-8 {
                width: 66.66666667%
            }

            .col-xs-7 {
                width: 58.33333333%
            }

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

            .col-xs-5 {
                width: 41.66666667%
            }

            .col-xs-4 {
                width: 33.33333333%
            }

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

            .col-xs-2 {
                width: 16.66666667%
            }

            .col-xs-1 {
                width: 8.33333333%
            }

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

            .col-xs-pull-11 {
                right: 91.66666667%
            }

            .col-xs-pull-10 {
                right: 83.33333333%
            }

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

            .col-xs-pull-8 {
                right: 66.66666667%
            }

            .col-xs-pull-7 {
                right: 58.33333333%
            }

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

            .col-xs-pull-5 {
                right: 41.66666667%
            }

            .col-xs-pull-4 {
                right: 33.33333333%
            }

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

            .col-xs-pull-2 {
                right: 16.66666667%
            }

            .col-xs-pull-1 {
                right: 8.33333333%
            }

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

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

            .col-xs-push-11 {
                left: 91.66666667%
            }

            .col-xs-push-10 {
                left: 83.33333333%
            }

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

            .col-xs-push-8 {
                left: 66.66666667%
            }

            .col-xs-push-7 {
                left: 58.33333333%
            }

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

            .col-xs-push-5 {
                left: 41.66666667%
            }

            .col-xs-push-4 {
                left: 33.33333333%
            }

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

            .col-xs-push-2 {
                left: 16.66666667%
            }

            .col-xs-push-1 {
                left: 8.33333333%
            }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            @media (min-width:768px) {

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

                .col-sm-12 {
                    width: 100%
                }

                .col-sm-11 {
                    width: 91.66666667%
                }

                .col-sm-10 {
                    width: 83.33333333%
                }

                .col-sm-9 {
                    width: 75%
                }

                .col-sm-8 {
                    width: 66.66666667%
                }

                .col-sm-7 {
                    width: 58.33333333%
                }

                .col-sm-6 {
                    width: 50%
                }

                .col-sm-5 {
                    width: 41.66666667%
                }

                .col-sm-4 {
                    width: 33.33333333%
                }

                .col-sm-3 {
                    width: 25%
                }

                .col-sm-2 {
                    width: 16.66666667%
                }

                .col-sm-1 {
                    width: 8.33333333%
                }

                .col-sm-pull-12 {
                    right: 100%
                }

                .col-sm-pull-11 {
                    right: 91.66666667%
                }

                .col-sm-pull-10 {
                    right: 83.33333333%
                }

                .col-sm-pull-9 {
                    right: 75%
                }

                .col-sm-pull-8 {
                    right: 66.66666667%
                }

                .col-sm-pull-7 {
                    right: 58.33333333%
                }

                .col-sm-pull-6 {
                    right: 50%
                }

                .col-sm-pull-5 {
                    right: 41.66666667%
                }

                .col-sm-pull-4 {
                    right: 33.33333333%
                }

                .col-sm-pull-3 {
                    right: 25%
                }

                .col-sm-pull-2 {
                    right: 16.66666667%
                }

                .col-sm-pull-1 {
                    right: 8.33333333%
                }

                .col-sm-pull-0 {
                    right: auto
                }

                .col-sm-push-12 {
                    left: 100%
                }

                .col-sm-push-11 {
                    left: 91.66666667%
                }

                .col-sm-push-10 {
                    left: 83.33333333%
                }

                .col-sm-push-9 {
                    left: 75%
                }

                .col-sm-push-8 {
                    left: 66.66666667%
                }

                .col-sm-push-7 {
                    left: 58.33333333%
                }

                .col-sm-push-6 {
                    left: 50%
                }

                .col-sm-push-5 {
                    left: 41.66666667%
                }

                .col-sm-push-4 {
                    left: 33.33333333%
                }

                .col-sm-push-3 {
                    left: 25%
                }

                .col-sm-push-2 {
                    left: 16.66666667%
                }

                .col-sm-push-1 {
                    left: 8.33333333%
                }

                .col-sm-push-0 {
                    left: auto
                }

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

                .col-sm-offset-11 {
                    margin-left: 91.66666667%
                }

                .col-sm-offset-10 {
                    margin-left: 83.33333333%
                }

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

                .col-sm-offset-8 {
                    margin-left: 66.66666667%
                }

                .col-sm-offset-7 {
                    margin-left: 58.33333333%
                }

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

                .col-sm-offset-5 {
                    margin-left: 41.66666667%
                }

                .col-sm-offset-4 {
                    margin-left: 33.33333333%
                }

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

                .col-sm-offset-2 {
                    margin-left: 16.66666667%
                }

                .col-sm-offset-1 {
                    margin-left: 8.33333333%
                }

                .col-sm-offset-0 {
                    margin-left: 0
                }
            }

            @media (min-width:992px) {

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

                .col-md-12 {
                    width: 100%
                }

                .col-md-11 {
                    width: 91.66666667%
                }

                .col-md-10 {
                    width: 83.33333333%
                }

                .col-md-9 {
                    width: 75%
                }

                .col-md-8 {
                    width: 66.66666667%
                }

                .col-md-7 {
                    width: 58.33333333%
                }

                .col-md-6 {
                    width: 50%
                }

                .col-md-5 {
                    width: 41.66666667%
                }

                .col-md-4 {
                    width: 33.33333333%
                }

                .col-md-3 {
                    width: 25%
                }

                .col-md-2 {
                    width: 16.66666667%
                }

                .col-md-1 {
                    width: 8.33333333%
                }

                .col-md-pull-12 {
                    right: 100%
                }

                .col-md-pull-11 {
                    right: 91.66666667%
                }

                .col-md-pull-10 {
                    right: 83.33333333%
                }

                .col-md-pull-9 {
                    right: 75%
                }

                .col-md-pull-8 {
                    right: 66.66666667%
                }

                .col-md-pull-7 {
                    right: 58.33333333%
                }

                .col-md-pull-6 {
                    right: 50%
                }

                .col-md-pull-5 {
                    right: 41.66666667%
                }

                .col-md-pull-4 {
                    right: 33.33333333%
                }

                .col-md-pull-3 {
                    right: 25%
                }

                .col-md-pull-2 {
                    right: 16.66666667%
                }

                .col-md-pull-1 {
                    right: 8.33333333%
                }

                .col-md-pull-0 {
                    right: auto
                }

                .col-md-push-12 {
                    left: 100%
                }

                .col-md-push-11 {
                    left: 91.66666667%
                }

                .col-md-push-10 {
                    left: 83.33333333%
                }

                .col-md-push-9 {
                    left: 75%
                }

                .col-md-push-8 {
                    left: 66.66666667%
                }

                .col-md-push-7 {
                    left: 58.33333333%
                }

                .col-md-push-6 {
                    left: 50%
                }

                .col-md-push-5 {
                    left: 41.66666667%
                }

                .col-md-push-4 {
                    left: 33.33333333%
                }

                .col-md-push-3 {
                    left: 25%
                }

                .col-md-push-2 {
                    left: 16.66666667%
                }

                .col-md-push-1 {
                    left: 8.33333333%
                }

                .col-md-push-0 {
                    left: auto
                }

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

                .col-md-offset-11 {
                    margin-left: 91.66666667%
                }

                .col-md-offset-10 {
                    margin-left: 83.33333333%
                }

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

                .col-md-offset-8 {
                    margin-left: 66.66666667%
                }

                .col-md-offset-7 {
                    margin-left: 58.33333333%
                }

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

                .col-md-offset-5 {
                    margin-left: 41.66666667%
                }

                .col-md-offset-4 {
                    margin-left: 33.33333333%
                }

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

                .col-md-offset-2 {
                    margin-left: 16.66666667%
                }

                .col-md-offset-1 {
                    margin-left: 8.33333333%
                }

                .col-md-offset-0 {
                    margin-left: 0
                }
            }

            @media (min-width:1200px) {

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

                .col-lg-12 {
                    width: 100%
                }

                .col-lg-11 {
                    width: 91.66666667%
                }

                .col-lg-10 {
                    width: 83.33333333%
                }

                .col-lg-9 {
                    width: 75%
                }

                .col-lg-8 {
                    width: 66.66666667%
                }

                .col-lg-7 {
                    width: 58.33333333%
                }

                .col-lg-6 {
                    width: 50%
                }

                .col-lg-5 {
                    width: 41.66666667%
                }

                .col-lg-4 {
                    width: 33.33333333%
                }

                .col-lg-3 {
                    width: 25%
                }

                .col-lg-2 {
                    width: 16.66666667%
                }

                .col-lg-1 {
                    width: 8.33333333%
                }

                .col-lg-pull-12 {
                    right: 100%
                }

                .col-lg-pull-11 {
                    right: 91.66666667%
                }

                .col-lg-pull-10 {
                    right: 83.33333333%
                }

                .col-lg-pull-9 {
                    right: 75%
                }

                .col-lg-pull-8 {
                    right: 66.66666667%
                }

                .col-lg-pull-7 {
                    right: 58.33333333%
                }

                .col-lg-pull-6 {
                    right: 50%
                }

                .col-lg-pull-5 {
                    right: 41.66666667%
                }

                .col-lg-pull-4 {
                    right: 33.33333333%
                }

                .col-lg-pull-3 {
                    right: 25%
                }

                .col-lg-pull-2 {
                    right: 16.66666667%
                }

                .col-lg-pull-1 {
                    right: 8.33333333%
                }

                .col-lg-pull-0 {
                    right: auto
                }

                .col-lg-push-12 {
                    left: 100%
                }

                .col-lg-push-11 {
                    left: 91.66666667%
                }

                .col-lg-push-10 {
                    left: 83.33333333%
                }

                .col-lg-push-9 {
                    left: 75%
                }

                .col-lg-push-8 {
                    left: 66.66666667%
                }

                .col-lg-push-7 {
                    left: 58.33333333%
                }

                .col-lg-push-6 {
                    left: 50%
                }

                .col-lg-push-5 {
                    left: 41.66666667%
                }

                .col-lg-push-4 {
                    left: 33.33333333%
                }

                .col-lg-push-3 {
                    left: 25%
                }

                .col-lg-push-2 {
                    left: 16.66666667%
                }

                .col-lg-push-1 {
                    left: 8.33333333%
                }

                .col-lg-push-0 {
                    left: auto
                }

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

                .col-lg-offset-11 {
                    margin-left: 91.66666667%
                }

                .col-lg-offset-10 {
                    margin-left: 83.33333333%
                }

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

                .col-lg-offset-8 {
                    margin-left: 66.66666667%
                }

                .col-lg-offset-7 {
                    margin-left: 58.33333333%
                }

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

                .col-lg-offset-5 {
                    margin-left: 41.66666667%
                }

                .col-lg-offset-4 {
                    margin-left: 33.33333333%
                }

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

                .col-lg-offset-2 {
                    margin-left: 16.66666667%
                }

                .col-lg-offset-1 {
                    margin-left: 8.33333333%
                }

                .col-lg-offset-0 {
                    margin-left: 0
                }
            }



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

            legend {
                display: block;
                width: 100%;
                padding: 0;
                margin-bottom: 20px;
                font-size: 21px;
                line-height: inherit;
                color: #333;
                border: 0;
                border-bottom: 1px solid #e5e5e5
            }

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

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

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

            input[type=file] {
                display: block
            }

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

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

            input[type=checkbox]:focus,
            input[type=file]:focus,
            input[type=radio]:focus {
                outline: thin dotted;
                outline: 5px auto -webkit-focus-ring-color;
                outline-offset: -2px
            }

            output {
                display: block;
                padding-top: 7px;
                font-size: 14px;
                line-height: 1.42857143;
                color: #707070
            }

            .form-control {
                display: block;
                width: 100%;
                height: 34px;
                padding: 6px 12px;
                font-size: 14px;
                line-height: 1.42857143;
                color: #707070;
                background-color: #fff;
                background-image: none;
                border: 1px solid #ccc;
                border-radius: 4px;
                -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
                box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
                -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
                -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
                transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
            }

            .form-control:focus {
                border-color: #66afe9;
                outline: 0;
                -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
                box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
            }

            .form-control::-moz-placeholder {
                color: #999;
                opacity: 1
            }

            .form-control:-ms-input-placeholder {
                color: #999
            }

            .form-control::-webkit-input-placeholder {
                color: #999
            }

            .form-control[disabled],
            .form-control[readonly],
            fieldset[disabled] .form-control {
                background-color: #eee;
                opacity: 1
            }

            .form-control[disabled],
            fieldset[disabled] .form-control {
                cursor: not-allowed
            }

            textarea.form-control {
                height: auto
            }

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


            .form-group {
                margin-bottom: 15px
            }





            .checkbox.disabled label,
            .radio.disabled label,
            fieldset[disabled] .checkbox label,
            fieldset[disabled] .radio label {
                cursor: not-allowed
            }

            .form-control-static {
                padding-top: 7px;
                padding-bottom: 7px;
                margin-bottom: 0;
                min-height: 34px
            }

            .form-control-static.input-lg,
            .form-control-static.input-sm {
                padding-left: 0;
                padding-right: 0
            }

            .input-sm {
                height: 30px;
                padding: 5px 10px;
                font-size: 12px;
                line-height: 1.5;
                border-radius: 3px
            }

            select.input-sm {
                height: 30px;
                line-height: 30px
            }

            select[multiple].input-sm,
            textarea.input-sm {
                height: auto
            }

            .form-group-sm .form-control {
                height: 30px;
                padding: 5px 10px;
                font-size: 12px;
                line-height: 1.5;
                border-radius: 3px
            }

            select.form-group-sm .form-control {
                height: 30px;
                line-height: 30px
            }

            select[multiple].form-group-sm .form-control,
            textarea.form-group-sm .form-control {
                height: auto
            }

        


            .clearfix:after,
            .clearfix:before,
            .header_container:after,
            .header_container:before,
            .dl-horizontal dd:after,
            .dl-horizontal dd:before,
            .form-horizontal .form-group:after,
            .form-horizontal .form-group:before,
            .modal-footer:after,
            .modal-footer:before,
            .row:after,
            .row:before {
                content: " ";
                display: table
            }

            .clearfix:after,
            .header_container:after,
            .dl-horizontal dd:after,
            .form-horizontal .form-group:after,
            .modal-footer:after,
            .row:after {
                clear: both
            }

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

            .pull-right {
                float: right !important
            }

            .pull-left {
                float: left !important
            }

            .hide {
                display: none !important
            }

            .show {
                display: block !important
            }

            .invisible {
                visibility: hidden
            }

            .text-hide {
                font: 0/0 a;
                color: transparent;
                text-shadow: none;
                background-color: transparent;
                border: 0
            }

            .hidden {
                display: none !important
            }

            .affix {
                position: fixed
            }

            @-ms-viewport {
                width: device-width
            }

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

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

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

                table.visible-xs {
                    display: table
                }

                tr.visible-xs {
                    display: table-row !important
                }

                td.visible-xs,
                th.visible-xs {
                    display: table-cell !important
                }
            }

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

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

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

            
            .ingra {
                font-family: ingra-n4, ingra, sans-serif;
                font-style: normal;
                font-weight: 400
            }



           
            .next-arrow {
                padding: 5px 0;
                cursor: pointer;
                height: auto;
                width: 80px;
                position: absolute;
                left: 50%;
                bottom: 20px;
                margin-left: -40px;
                text-align: center;
                line-height: 20px;
                color: #000;
                font-size: 12px;
                font-weight: 700;
                z-index: 3
            }

            .next-arrow span {
                display: inline-block
            }

            .next-arrow .fa {
                font-size: 30px;
                vertical-align: middle;
                display: block;
                -moz-animation: bounce 2s infinite;
                -webkit-animation: bounce 2s infinite;
                animation: bounce 2s infinite
            }

            .next-arrow:hover {
                color: #fff;
                text-shadow: 2px 2px 2px #000;
                -moz-animation: none;
                -webkit-animation: none;
                animation: none
            }

            .light-green-button {
                background: #cfdb00;
                color: #000;
                display: inline-block;
                line-height: 15px;
                padding: 10px 20px;
                width: 40%;
                margin-right: 20px;
                box-sizing: border-box;
                margin-bottom: 10px;
                font-size: 15px;
                font-family: prometo-i7, prometo, sans-serif;
                font-style: italic;
                font-weight: 700;
                text-transform: uppercase;
                text-align: center
            }

            .light-green-button:after {
                font-family: "Font Awesome 5 Free";
                content: '\f0da';
                font-style: normal;
                color: #000;
                padding-left: 10px
            }

            .black-h3 {
                color: #000;
                font-size: 24px;
                font-style: italic
            }

            @media (max-width:991px) {
                .giant {
                    font-size: 36px;
                    padding-top: 80px
                }

                .light-green-button {
                    padding: 10px;
                    width: 46%;
                    margin-right: 5px;
                    font-size: 12px
                }
            }

            @media (max-width:767px) {
                .extra_space_xs {
                    padding-bottom: 20px
                }

                .next-arrow {
                    display: none
                }

                .giant {
                    font-size: 28px;
                    padding: 0 0 20px 0
                }
            }

            @-moz-keyframes bounce {

                0%,
                100%,
                20%,
                50%,
                80% {
                    -moz-transform: translateY(0);
                    transform: translateY(0)
                }

                40% {
                    -moz-transform: translateY(-10px);
                    transform: translateY(-10px)
                }

                60% {
                    -moz-transform: translateY(-5px);
                    transform: translateY(-5px)
                }
            }

            

            .fullscreen-video {
                overflow: hidden
            }

            


            

            * {
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden
            }

            .video-container {
                position: relative;
                padding-bottom: 56.25%;
                box-sizing: content-box;
                height: 0;
                overflow: hidden
            }

            .video-container i {
                top: 50%;
                left: 50%;
                position: absolute;
                margin-left: -19px;
                margin-top: -19px;
                font-size: 38px;
                cursor: pointer;
                color: #f08a20;
                opacity: .7
            }

            .video-container embed,
            .video-container iframe,
            .video-container img,
            .video-container object {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                border: none
            }

            .video-container img {
                cursor: pointer
            }

            .video-container:hover i {
                color: #77bc43;
                opacity: 1
            }

            .image-title picture {
                display: inline-block
            }

            .image-title p {
                padding-top: 5px !important;
                color: #fff
            }

            .image-title:hover p {
                color: #f08a20
            }

            #locations-map {
                width: 100%;
                position: relative;
                background: #71be44 url(https://www.thenextstreet.com/application/themes/worx_bootstrap/images/loading.gif) no-repeat center center;
                padding-bottom: 50%;
                min-height: 500px
            }

            #locations-map .maplock {
                position: absolute;
                right: 15px;
                top: 5px;
                margin-top: 0
            }

            #locations-map .maplock::after {
                display: none
            }

            #locations-map .map {
                width: 100%;
                position: absolute;
                height: 100%
            }

            input:focus,
            textarea:focus {
                border-color: inherit;
                box-shadow: none;
                outline: 0 none
            }

            a {
                color: #f08a20
            }

            a:hover {
                color: #77bc43
            }

            .headline {
                font-size: 22px;
                margin: 0;
                padding: 0;
                line-height: 28px
            }

            .clear-fix {
                clear: both
            }

            .button {
                text-transform: uppercase;
                border-radius: 0;
                border: none;
                background: rgba(0, 0, 0, .6);
                color: #fff;
                font-size: 20px;
                font-family: prometo-i7, prometo, sans-serif;
                font-style: italic;
                font-weight: 700;
                padding: 5px 10px;
                cursor: pointer;
                margin-top: 20px;
                display: inline-block;
                line-height: 20px
            }

            .button::after {
                color: #f08a20;
                margin-left: 10px;
                content: "\f0da" !important;
                font-family: "Font Awesome 5 Free";
                display: inline-block;
                vertical-align: baseline;
                font-feature-settings: normal;
                font-kerning: auto;
                font-language-override: normal;
                font-size: inherit;
                font-size-adjust: none;
                font-stretch: normal;
                font-style: normal;
                font-synthesis: weight style;
                font-variant: normal;
                font-weight: 900;
                text-rendering: auto
            }

            .button a {
                color: inherit
            }

            .button:hover {
                background: #000
            }

            .button:hover a {
                background: inherit;
                color: inherit
            }

            .button.tblBtn {
                white-space: nowrap;
                font-size: 14px;
                margin-top: 5px;
                background: #000;
                color: #fff;
                text-decoration: none
            }

            .button.tblBtn::after {
                color: #f08a20;
                margin-left: 8px
            }

            .button.tblBtn:hover {
                background: #f08a20
            }

            .button.tblBtn:hover::after {
                color: #000
            }

            .button.tblBtn.schedule {
                background: #f08a20;
                color: #000
            }

            .button.tblBtn.schedule::after {
                color: #000
            }

            .button.tblBtn.schedule:hover {
                background: #000;
                color: #fff
            }

            .button.tblBtn.schedule:hover::after {
                color: #f08a20
            }

            .button.classes {
                background: #ffb819;
                color: #000;
                text-decoration: none;
                margin: 10px 10px 0 0 !important;
                padding: 5px 10px !important;
                font-size: 14px
            }

            .button.classes:hover {
                background: #f08a20
            }

            .button.classes:after {
                display: none
            }

            span.button.classes {
                cursor: default;
                background: #77bc43
            }

            span.button.classes:hover {
                background: #77bc43
            }

            

            span.button {
                border: 1px solid #000
            }

            span.button.enroll-button {
                color: #fff !important;
                background: #ffb819 !important;
                margin-left: 10px;
                transition: background .3s ease 0s
            }

            span.button.enroll-button:hover {
                background: #f08a21 !important
            }

            span.button.enroll-button::after {
                color: #fff !important
            }

            /* body {
                background: #000;
                font-family: ingra-n2, ingra, sans-serif;
                font-style: normal;
                font-weight: 200;
                color: #000
                    /*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
            } */

            body .wrapper {
                padding-top: 47px;
                position: relative
            }

            body #callbackModal .modal-body {
                position: relative;
                z-index: 0
            }

            body #callbackModal .modal-body .response-wrapper {
                padding-left: 15px;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: #fff;
                opacity: 0;
                z-index: 0;
                transition: all .3s ease
            }

            body #callbackModal .modal-body .g-recaptcha {
                z-index: 4;
                position: relative
            }

            body #callbackModal .modal-body:before {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: #fff;
                opacity: 0;
                z-index: 0;
                transition: all .3s ease;
                content: ''
            }


            body #callbackModal .modal-body.loading:after,
            body #callbackModal .modal-body.loading:before {
                opacity: .8;
                z-index: 2
            }

            body #callbackModal .modal-body.complete .response-wrapper {
                opacity: 1;
                z-index: 3
            }

            body .always-visible.ps-container>.ps-scrollbar-x-rail,
            body .always-visible.ps-container>.ps-scrollbar-y-rail {
                opacity: .6
            }

            body .navigation {
                position: fixed;
                top: -150%;
                left: 0;
                width: 100vw;
                z-index: 999;
                overflow: hidden;
                opacity: 0;
                transition: opacity 250ms, top 250ms;
                -webkit-transition: opacity 250ms, top 250ms
            }

            body .navigation .nav-header {
                height: 48px;
                text-align: center;
                line-height: 48px;
                overflow: hidden;
                cursor: pointer;
                font-family: ingra-n7, ingra, sans-serif;
                font-style: normal;
                font-weight: 700;
                font-size: 20px
            }

            body .navigation .nav-wrapper {
                overflow-x: hidden;
              /*overflow-y:scroll;                  */
                position: relative
            }

            body .navigation .nav-wrapper .nav {
                list-style: none;
                margin: 0;
                padding: 40px;
                position: relative;
                width: 100%;
                height: 75vh;
            }

            body .navigation .nav-wrapper .nav li {
                position: relative;
                font-family: prometo-i7, prometo, sans-serif;
                font-style: italic;
                font-weight: 700;
                font-size: 30px
            }

            body .navigation .nav-wrapper .nav li a {
                color: #000 !important;
                padding: 0
            }

            body .navigation .nav-wrapper .nav li a:hover {
                text-decoration: underline;
                background: 0 0
            }

            body .navigation .nav-wrapper .nav li .nav-selected {
                text-decoration: underline
            }

            body .navigation .nav-wrapper .nav li ul {
                list-style: none;
                display: none
            }

            body .navigation .nav-wrapper .nav li ul li {
                font-family: prometo-i3, prometo, sans-serif;
                font-style: italic;
                font-weight: 300;
                font-size: 24px
            }

            body .navigation .nav-wrapper .nav li.nav-dropdown .plus {
                display: block;
                color: #fff;
                left: -35px;
                top: 0;
                position: absolute;
                cursor: pointer;
                transition: all 250ms;
                -webkit-transition: all 250ms
            }

/*             body .navigation .nav-wrapper .nav li.nav-dropdown .plus:hover {
                transform: scale(1.5, 1.5);
                transition: all 250ms;
                -webkit-transition: all 250ms
            } */

            body .navigation .nav-footer {
                height: 125px;
                border-top: 2px solid #fff;
                line-height: 123px
            }

            body .navigation .nav-footer a {
                color: #000;
                font-size: 36px;
                font-family: prometo-i3, prometo, sans-serif;
                font-style: italic;
                font-weight: 300
            }

            body .navigation .nav-footer .social {
                text-align: center;
            }

            body .navigation .nav-footer .social a {
                font-size: 36px;
                color: #000;
                padding-left: 20px;
                display: inline-block
            }

            body .navigation .nav-footer .social a .fa span {
                display: inline-block;
                overflow: hidden;
                text-indent: -1000px
            }

            body .navigation .nav-footer .social a:hover {
                color: #77bc43
            }

            body .navigation.on {
                top: 0;
                opacity: 1;
                transition: opacity .5s, top .5s;
                -webkit-transition: opacity 250ms, top 250ms
            }

            @media (max-width:767px) {
                body .navigation .nav-header {
                    font-size: 20px
                }

                body .navigation .nav-wrapper .nav {
                    padding: 0 0 0 25px;
                    margin-left: 20px;
                }

                body .navigation .nav-wrapper .nav li {
                    font-size: 20px
                }

                body .navigation .nav-wrapper .nav li ul li {
                    font-size: 14px
                }

                body .navigation .nav-wrapper .nav li.nav-dropdown .plus {
                    left: -20px
                }

                body .navigation .nav-footer {
                    line-height: 52px;
                    text-align: center;
                }

                body .navigation .nav-footer a {
                    color: #000;
                    font-size: 26px;
                    font-family: prometo-i3, prometo, sans-serif;
                    font-style: italic;
                    font-weight: 300
                }

                body .navigation .nav-footer .social {
                   
                }

                body .navigation .nav-footer .social a {
                    font-size: 26px;
                    padding-left: 0;
                    padding-right: 10px
                }
            }

            body .header {
                height: 48px;
                line-height: 48px;
                position: fixed;
                z-index: 99; 
                width: 100vw;
                background: #000;
                top: 0;
                left: 0
            }

            body .header .button {
                position: relative;
                margin-top: 0;
                float: left;
                display: inline-block;
                height: 48px;
                line-height: 48px;
                padding: 0 10px;
                font-size: 15px;
                font-family: prometo-i7, prometo, sans-serif;
                font-style: italic;
                font-weight: 700;
                text-transform: uppercase;
                cursor: pointer
            }

            body .header .button::after {
                color: #000
            }

            body .header .button:hover {
                background: #f08a20 !important;
                color: #000000 !important;
            }

            body .header .button.search-open {
                font-size: 18px
            }

            body .header .button.search-open::after {
                display: none
            }

            body .header .menu {
                cursor: pointer;
                position: absolute;
                line-height: 48px;
                display-inline: block;
                left: 0;
                top: 0;
                height: 48px;
                color: #fff;
                margin: 0;
                padding: 0;
                font-family: ingra-n7, ingra, sans-serif;
                font-style: normal;
                font-weight: 700;
                font-size: 15px
            }

            body .header .menu:hover {
                color: #f08a20
            }
            
            @media (max-width: 800px) {
              body .header .menu {
                margin-left: 15px;
              }
            }
            body .header .logo-full {
                opacity: 0;
                transition: opacity .5s
            }

            body .header .logo-full.on {
                opacity: 1;
                transition: opacity .5s
            }

            body .header .links {
                float: right
            }

            body .header .enroll {
                background: #ffb819;
                color: #000
            }

            body .header .login {
                background: #cfdb00;
                color: #000
            }

            body .header .contact {
                background: #77bc43;
                color: #000
            }

            body .header .tel {
                color: #fff
            }

            body .header .tel::after {
                display: none
            }

            @media (max-width:767px) {
                body .header .button {
                    font-size: 12px;
                    padding: 0 10px
                }

                body .header .button::after {
                    color: #fff
                }

                body .header .button:hover {
                    color: #f08a20;
                    background: 0 0
                }

                body .header .button:hover::after {
                    color: #f08a20
                }

                body .header .logo-full {
                    opacity: 0 !important
                }

                body .header div {
                    padding: 0;
                    margin: 0;
                    width: 100vw;
                }

                body .header .links {
                    float: left
                }

                body .header .tel {
                    float: right
                }

                body .header .enroll {
                    background: 0 0;
                    color: #fff;
                    float: right
                }

                body .header .search-open {
                    float: right;
                    font-size: 18px;
                    padding: 0 15px 0 10px
                }

                body .header .login {
                    background: 0 0;
                    color: #fff
                }

                body .header .logo {
                    background: 0 0;
                    color: #fff;
                    float: left;
                    padding: 0 5px 0 15px
                }

                body .header .menu {
                    font-size: 20px;
                    transform: translateX(-50%);
                    transform: -webkit-translateX(-50%);
                    left: 50%
                }

                body .header .menu::after {
                    transform: scale(1.4, 1);
                    -webkit-transform: scale(1.2, 1)
                }

                body .header .tel {
                    color: #fff;
                    font-size: 18px;
                    padding: 0 10px 0 10px
                }

                body .header .tel::after {
                    color: #fff;
                    font-size: 22px
                }
            }


            body .find-homepage {
                background: url(https://www.thenextstreet.com/application/themes/worx_bootstrap/images/find-homepage-bg.jpg) no-repeat center center;
                background-size: cover;
                height: 430px;
                margin: 0 -15px
            }

            body .find-homepage .content {
                position: relative;
                top: 50%;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%)
            }

            body .find-homepage .content h2 {
                font-size: 40px;
                font-family: prometo-i7, prometo, sans-serif;
                font-style: italic;
                font-weight: 700
            }

            body .find-homepage .content h2 a {
                color: #000
            }

            body .find-homepage .content .zipcode {
                position: relative;
                margin-bottom: 10px;
                width: 100%;
                margin: 30px 0
            }

            body .find-homepage .content .zipcode input {
                padding-right: 30px;
                width: 100%;
                height: 34px;
                border: none;
                border-bottom: 1px solid #785f1c;
                background: 0 0;
                border-radius: 0;
                color: #000;
                line-height: 30px;
                font-size: 26px;
                padding-bottom: 5px;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none
            }

            body .find-homepage .content .zipcode input::-webkit-input-placeholder {
                color: #000 !important;
                opacity: 1 !important
            }

            body .find-homepage .content .zipcode input:-moz-placeholder {
                color: #000 !important;
                opacity: 1 !important
            }

            body .find-homepage .content .zipcode input::-moz-placeholder {
                color: #000 !important;
                opacity: 1 !important
            }

            body .find-homepage .content .zipcode input:-ms-input-placeholder {
                color: #000 !important;
                opacity: 1 !important
            }

            body .find-homepage .content .zipcode input::-ms-input-placeholder {
                color: #000 !important;
                opacity: 1 !important
            }

            body .find-homepage .content .zipcode input:placeholder-shown {
                color: #000 !important;
                opacity: 1 !important
            }

            body .find-homepage .content .zipcode button {
                display: block;
                position: absolute;
                right: 0;
                top: 0;
                padding: 0;
                height: 30px;
                width: 30px;
                line-height: 33px;
                text-align: center;
                cursor: pointer;
                color: #000;
                font-size: 26px;
                background: 0 0;
                border: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none
            }

            body .find-homepage .content .zipcode button:hover {
                color: #77bc43
            }

            @media (max-width:1199px) {
                body .find-homepage .content h2 {
                    font-size: 34px
                }

                body .find-homepage .content .zipcode input {
                    font-size: 20px
                }
            }

            @media (max-width:991px) {
                body .find-homepage .content h2 {
                    font-size: 25px
                }

                body .find-homepage .content .zipcode input {
                    font-size: 16px
                }
            }

            @media (max-width:767px) {
                body .find-homepage {
                    height: 250px;
                    background-position: 35% center
                }

                body .find-homepage .content .zipcode {
                    width: 60%
                }

                body .find-homepage .content .zipcode input {
                    font-size: 14px
                }
            }

            @media (max-width:470px) {
                body .find-homepage .content .zipcode {
                    width: 80%
                }
            }

            body .ready-for-class {
                background: url(https://www.thenextstreet.com/application/themes/worx_bootstrap/images/next_street_homepage_class_image.jpg) no-repeat 80% center;
                background-size: cover;
                height: 430px;
                margin: 0 -15px
            }

            body .ready-for-class .content {
                position: relative;
                top: 50%;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%)
            }

            body .ready-for-class .content h2 {
                font-size: 40px;
                font-family: prometo-i7, prometo, sans-serif;
                font-style: italic;
                font-weight: 700
            }

            body .ready-for-class .content h2 a {
                color: #000
            }

            body .ready-for-class .content p {
                font-size: 26px
            }

            @media (max-width:1199px) {
                body .ready-for-class .content h2 {
                    font-size: 34px
                }

                body .ready-for-class .content p {
                    font-size: 20px
                }
            }

            @media (max-width:991px) {
                body .ready-for-class .content h2 {
                    font-size: 25px
                }

                body .ready-for-class .content p {
                    font-size: 16px
                }
            }

            @media (max-width:767px) {
                body .ready-for-class {
                    height: 250px;
                    background-position: 88% center
                }

                body .ready-for-class .content p {
                    font-size: 14px
                }
            }

            body .tracks {
                position: relative;
                overflow: hidden
            }

            body .tracks .track {
                position: relative;
                width: 50%;
                float: left;
                height: 0;
                padding-bottom: 35%;
                overflow: hidden
            }

            body .tracks .track .image {
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center center;
                transform: scale(1.05, 1.05);
                transition: all .5s;
                -webkit-transition: all .5s
            }

            body .tracks .track .overlay {
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                transition: all .5s;
                -webkit-transition: all .5s
            }

            body .tracks .track .content {
                width: 100%;
                height: 50%;
                top: 50%;
                position: absolute;
                left: 0;
                text-align: center;
                color: #fff
            }

            body .tracks .track .content h3 {
                font-family: ingra-n3, ingra, sans-serif;
                font-style: normal;
                font-weight: 300;
                font-size: 60px;
                margin: 0;
                padding: 0;
                padding-bottom: 10px;
                text-shadow: 0 0 0 #000;
                transition: text-shadow .5s;
                -webkit-transition: text-shadow .5s
            }

            body .tracks .track .content .links {
                opacity: 0;
                transition: all .5s;
                -webkit-transition: all .5s;
                margin-top: 100%
            }

            body .tracks .track .content .links .button {
                margin-top: 10px
            }

            body .tracks .track:hover .image {
                transform: scale(1.01, 1.01);
                transition: all .5s;
                -webkit-transition: all .5s
            }

            body .tracks .track:hover .overlay {
                background-color: rgba(255, 255, 255, .1);
                transition: all .5s;
                -webkit-transition: all .5s
            }

            body .tracks .track:hover .content h3 {
                text-shadow: 2px 2px 2px #000;
                transition: text-shadow .5s;
                -webkit-transition: text-shadow .5s
            }

            body .tracks .track:hover .content .links {
                opacity: 1;
                transition: all .5s;
                -webkit-transition: all .5s;
                margin-top: 0
            }

            body .tracks .track.edit image {
                transform: scale(1, 1);
                transition: all .5s;
                -webkit-transition: all .5s
            }

            body .tracks .track.edit .overlay {
                background-color: rgba(255, 255, 255, .1);
                transition: all .5s;
                -webkit-transition: all .5s
            }

            body .tracks .track.edit .content h3 {
                text-shadow: 2px 2px 2px #000;
                transition: all .5s;
                -webkit-transition: all .5s
            }

            body .tracks .track.edit .content .links {
                opacity: 1;
                transition: all .5s;
                -webkit-transition: all .5s;
                margin-top: 0
            }

            body .tracks .new .image {
                background-image: url(https://www.thenextstreet.com/application/themes/worx_bootstrap/images/new-driver-bg.jpg)
            }

            body .tracks .new .overlay {
                background: rgba(25, 16, 12, .8)
            }

            body .tracks .parents .image {
                background-image: url(https://www.thenextstreet.com/application/themes/worx_bootstrap/images/parents-bg.jpg)
            }

            body .tracks .parents .overlay {
                background: rgba(4, 13, 16, .8)
            }

            @media (max-width:1199px) {
                body .tracks .track {
                    padding-bottom: 40%
                }

                body .tracks .track .content h3 {
                    font-size: 50px
                }
            }

            @media (max-width:991px) {
                body .tracks .track {
                    padding-bottom: 50%
                }

                body .tracks .track .content h3 {
                    font-size: 36px
                }
            }

            @media (max-width:767px) {
                body .tracks .track {
                    padding-bottom: 100%;
                    width: 100%
                }

                body .tracks .track .content h3 {
                    font-size: 30px
                }
            }

            
            body .dropdown-area {
                margin-bottom: 15px
            }

            body .dropdown-area .dropdown-title {
                background: #fdeedf;
                color: #fff;
                padding: 10px 15px;
                font-size: 22px;
                font-weight: 700;
                position: relative;
                cursor: pointer
            }

            body .dropdown-area .dropdown-title:after {
                font-family: FontAwesome;
                content: '';
                color: #f08a20;
                transform: rotateX(180deg);
                position: absolute;
                right: 12px;
                transition: .5s ease;
                top: 5px
            }

            body .dropdown-area .dropdown-title:focus,
            body .dropdown-area .dropdown-title:hover {
                background: #f08a20
            }

            body .dropdown-area .dropdown-title:focus h3,
            body .dropdown-area .dropdown-title:hover h3 {
                color: #fff
            }

            body .dropdown-area .dropdown-title:focus:after,
            body .dropdown-area .dropdown-title:hover:after {
                color: #fff
            }

            body .dropdown-area .dropdown-title h3 {
                margin: 0;
                padding: 0
            }

            body .dropdown-area .dropdown-content {
                padding: 20px;
                position: relative;
                display: none
            }

            body .dropdown-area .dropdown-content .dropdown-text {
                background-color: #fff;
                padding: 10px
            }

            body .dropdown-area.on .dropdown-title:after {
                transform: none
            }

            body .qa-block {
                padding-top: 20px
            }

            body .qa-block .question {
                color: #000;
                overflow: hidden;
                margin: 5px 0;
                position: relative
            }

            body .qa-block .question .icon {
                color: #77bc43;
                width: 50px;
                height: 50px;
                line-height: 50px;
                font-size: 30px;
                font-family: ingra-n2, ingra, sans-serif;
                font-style: normal;
                font-weight: 200;
                float: left;
                text-align: center
            }

            body .qa-block .question .text {
                float: left;
                font-family: prometo, sans-serif;
                font-style: normal;
                font-weight: 500;
                font-size: 18px;
                position: relative;
                width: calc(100% - 50px);
                padding-top: 12px
            }

            body .qa-block .answer {
                color: #000;
                overflow: hidden;
                margin: 5px 0;
                position: relative
            }

            body .qa-block .answer .icon {
                color: #cfdb00;
                width: 50px;
                height: 50px;
                float: left;
                line-height: 50px;
                font-size: 30px;
                font-family: ingra-n2, ingra, sans-serif;
                font-style: normal;
                font-weight: 200;
                text-align: center
            }

            body .qa-block .answer .text {
                font-size: 16px;
                padding-top: 12px;
                float: left;
                position: relative;
                width: calc(100% - 50px)
            }

            body .qa-block .answer .text ul {
                padding: 0 0 0 18px
            }

            body .qa-block:first-child {
                border-top: none
            }

            body .testimonial-slider {
                min-height: 500px;
                background-color: #000;
                position: relative;
                text-align: center
            }

            body .testimonial-slider ul#slider-items {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%)
            }

            body .testimonial-slider ul#slider-items li {
                padding: 0 80px
            }

            body .testimonial-slider ul.rslides_tabs {
                position: absolute;
                bottom: 50px;
                left: 0;
                list-style: none;
                padding: 0;
                width: 100%
            }

            body .testimonial-slider ul.rslides_tabs li {
                display: inline-block
            }

            body .testimonial-slider ul.rslides_tabs li a {
                position: relative;
                color: transparent !important;
                margin-right: 35px
            }

            body .testimonial-slider ul.rslides_tabs li a:after {
                content: '\f111';
                font-family: FontAwesome;
                position: absolute;
                color: #fff;
                font-size: 24px;
                left: 50%;
                top: 50%
            }

            body .testimonial-slider ul.rslides_tabs li a:hover:after {
                content: '\f1db'
            }

            body .testimonial-slider ul.rslides_tabs li.rslides_here a:after {
                content: '\f1db'
            }

            body .testimonial-slider a,
            body .testimonial-slider h1,
            body .testimonial-slider h2,
            body .testimonial-slider h3,
            body .testimonial-slider p {
                color: #fff !important
            }

            body .testimonial-slider h3 {
                font-size: 28px !important;
                margin-bottom: 25px
            }

            body .testimonial-slider p {
                font-size: 16px;
                margin-bottom: 20px
            }

            body .testimonial-slider .stars {
                margin-bottom: 25px
            }

            body .testimonial-slider .stars i {
                color: #cfdb00;
                font-size: 28px
            }

            body .testimonial-slider .rslides_nav {
                font-size: 24px;
                color: #fff !important;
                opacity: 1 !important
            }

            body .testimonial-slider .rslides_nav i {
                line-height: 100px
            }

            body .testimonial-slider .rslides_nav.prev {
                left: 20px
            }

            body .testimonial-slider .rslides_nav.next {
                right: 20px
            }

            @media (max-width:991px) {
                body .testimonial-slider {
                    margin-bottom: 15px
                }
            }

            @media (max-width:767px) {
                body .testimonial-slider {
                    margin-bottom: 15px
                }

                body .testimonial-slider h3 {
                    font-size: 18px !important
                }

                body .testimonial-slider ul#slider-items li {
                    padding: 0 15px
                }

                body .testimonial-slider ul.rslides_tabs {
                    bottom: 25px
                }

                body .testimonial-slider .rslides_nav {
                    display: none
                }
            }

            body .toolbar {
                padding: 20px 0;
                overflow: hidden;
                color: #fff
            }

            body .toolbar h2 {
                font-family: prometo-i7, prometo, sans-serif;
                font-style: italic;
                font-weight: 700
            }

            body .toolbar input {
                float: left;
                height: 34px;
                border: none;
                border-bottom: 1px solid #785f1c;
                width: 50%;
                background: 0 0;
                border-radius: 0;
                color: #fff;
                line-height: 30px;
                font-size: 18px;
                padding-bottom: 5px;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                margin-right: 30px
            }

            body .toolbar input::-webkit-input-placeholder {
                color: #fff !important;
                opacity: 1 !important
            }

            body .toolbar input:-moz-placeholder {
                color: #fff !important;
                opacity: 1 !important
            }

            body .toolbar input::-moz-placeholder {
                color: #fff !important;
                opacity: 1 !important
            }

            body .toolbar input:-ms-input-placeholder {
                color: #fff !important;
                opacity: 1 !important
            }

            body .toolbar input::-ms-input-placeholder {
                color: #fff !important;
                opacity: 1 !important
            }

            body .toolbar input:placeholder-shown {
                color: #fff !important;
                opacity: 1 !important
            }

            body .toolbar .location-share {
                font-size: 16px;
                float: left;
                margin-top: 6px;
                margin-right: 30px;
                background: #ffb819;
                color: #000
            }

            body .toolbar .location-share .fa {
                color: #000
            }

            body .toolbar .location-share::after {
                display: none
            }

            body .toolbar .location-share:hover {
                background: #f08a20
            }

            body .toolbar button {
                float: left;
                text-transform: uppercase;
                border-radius: 0;
                border: none;
                background: #ffb819;
                color: #000;
                font-size: 20px;
                font-family: prometo-i7, prometo, sans-serif;
                font-style: italic;
                font-weight: 700;
                padding: 5px 10px;
                cursor: pointer;
                display: inline-block;
                line-height: 21px
            }

            body .toolbar button:hover {
                background: #f08a20
            }

            body .toolbar .select-wrapper {
                float: left;
                position: relative;
                width: auto;
                margin: 0 5px
            }

            body .toolbar .select-wrapper select {
                font-size: 20px;
                cursor: pointer;
                display: block;
                border: none;
                border-radius: 0;
                background: #ffb819;
                font-family: prometo-i7, prometo, sans-serif;
                font-style: italic;
                font-weight: 700;
                padding: 2px 20px 1px 5px;
                width: 100%;
                color: #000;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none
            }

            body .toolbar .select-wrapper select::-ms-expand {
                display: none
            }

            body .toolbar .select-wrapper::before {
                content: '\f0d7';
                font-family: FontAwesome;
                color: #000;
                display: inline-block;
                position: absolute;
                right: 10px;
                top: 0;
                font-size: 22px;
                pointer-events: none;
                z-index: 5
            }

            @media (max-width:1199px) {
                body .toolbar input {
                    width: 45%;
                    margin-right: 10px
                }

                body .toolbar .location-share {
                    margin-right: 15px
                }
            }

            @media (max-width:991px) {
                body .toolbar input {
                    width: 100%;
                    margin-bottom: 20px;
                    margin-right: 0
                }

                body .toolbar .location-share {
                    margin-right: 30px;
                    margin-bottom: 20px
                }
            }

            @media (max-width:767px) {
                body .toolbar h2 {
                    font-size: 20px
                }
            }

            body #locations-list .location-box {
                margin-top: 20px;
                margin-bottom: 20px
            }

            body #locations-list .location-box h2 {
                color: #f08a20;
                padding: 0;
                margin: 0
            }

            body #locations-list .location-box small {
                font-size: 18px;
                font-family: ingra-n7, ingra, sans-serif;
                font-style: normal;
                font-weight: 700
            }

            body #locations-list .location-box p {
                padding: 0;
                margin: 0
            }

            body #locations-list .location-box p .button {
                margin-top: 10px;
                background: #000
            }

            body #locations-list .location-box p .button:hover {
                background: #f08a20;
                color: #000
            }

            body #locations-list .location-box p .button:hover::after {
                color: #000
            }

            body #locations-list .location-box p em {
                font-family: prometo-i7, prometo, sans-serif;
                font-style: italic;
                font-weight: 700;
                color: #77bc43;
                margin-top: 5px;
                display: block
            }

            body #locations-list .loading .one {
                opacity: 0;
                -webkit-animation: dot 1s infinite;
                -webkit-animation-delay: 0s;
                animation: dot 1s infinite;
                animation-delay: 0s
            }

            body #locations-list .loading .two {
                opacity: 0;
                -webkit-animation: dot 1s infinite;
                -webkit-animation-delay: .2s;
                animation: dot 1s infinite;
                animation-delay: .2s
            }

            body #locations-list .loading .three {
                opacity: 0;
                -webkit-animation: dot 1s infinite;
                -webkit-animation-delay: .3s;
                animation: dot 1s infinite;
                animation-delay: .3s
            }

            body .mapbutton {
                font-family: ingra-n7, ingra, sans-serif;
                font-style: normal;
                font-weight: 700;
                color: #000
            }

            body .mapbutton:hover {
                color: #f08a20
            }

            @-webkit-keyframes dot {
                0% {
                    opacity: 0
                }

                50% {
                    opacity: 0
                }

                100% {
                    opacity: 1
                }
            }

            @keyframes dot {
                0% {
                    opacity: 0
                }

                50% {
                    opacity: 0
                }

                100% {
                    opacity: 1
                }
            }
            body .main .direction-wrapper {
                border-top: 2px solid #eee;
                border-bottom: 2px solid #eee;
                padding-top: 20px;
                margin-bottom: 20px
            }

            body .main .directions {
                height: 40px;
                position: relative;
                margin-bottom: 10px
            }

            body .main .directions input {
                width: 100%;
                height: 30px;
                border: none;
                border-bottom: 1px solid #7f7f7f
            }

            body .main .directions button {
                display: block;
                position: absolute;
                right: 0;
                top: 0;
                height: 30px;
                width: 30px;
                line-height: 30px;
                text-align: right;
                cursor: pointer;
                color: #000;
                font-size: 26px;
                background: 0 0;
                border: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none
            }

            body .main .directions button:hover {
                color: #f08a20
            }

            body .main .classes {
                padding: 0;
                margin: 0;
                list-style: none
            }

            body .main .classes li {
                font-weight: 500
            }

            body .main .classes li .orange {
                font-family: ingra-n2, ingra, sans-serif;
                font-style: normal;
                font-weight: 200
            }

            body .main #locations-map {
                width: 100%;
                position: relative;
                padding: 0
            }

            body .main #locations-map .map {
                position: relative;
                height: 387px;
                width: 100%;
                margin-bottom: 20px
            }

            body .main .button {
                background: #000;
                color: #fff
            }

            body .main .button::after {
                margin-left: 10px;
                content: "\f0da" !important;
                font-family: "Font Awesome 5 Free";
                display: inline-block;
                vertical-align: baseline;
                font-feature-settings: normal;
                font-kerning: auto;
                font-language-override: normal;
                font-size: inherit;
                font-size-adjust: none;
                font-stretch: normal;
                font-style: normal;
                font-synthesis: weight style;
                font-variant: normal;
                font-weight: 900;
                text-rendering: auto
            }

            body .main .button:hover {
                background: #f08a20;
                color: #000
            }

            body .main .button:hover::after {
                color: #000
            }


            @media (max-width:991px) {
                body .main .direction-wrapper {
                    border-top: none;
                    border-bottom: none;
                    padding-top: 0;
                    margin-bottom: 0
                }

                body .main .leftside {
                    min-height: auto
                }

                body .main .classes {
                    padding-bottom: 20px
                }
            }



            body .bottom-section {
                height: auto;
                z-index: 1;
                position: relative;
                overflow: hidden;
                background: url(https://www.thenextstreet.com/application/themes/worx_bootstrap/images/road.jpg) no-repeat center center;
                background-size: cover;
                padding-bottom: 5%;
                padding-top: 5%
            }

            body .bottom-section .text {
                text-align: center
            }

            body .bottom-section .text h2 {
                padding-bottom: 10px;
                font-family: prometo-i7, prometo, sans-serif;
                font-style: italic;
                font-weight: 700;
                color: #000
            }

            body .bottom-section .text p {
                padding-bottom: 20px;
                color: #fff;
                font-size: 24px
            }

            body .bottom-section .text .button {
                cursor: pointer;
                background: #ffb819;
                color: #000;
                display: block;
                width: 100%;
                line-height: 15px;
                padding: 10px 20px;
                margin-bottom: 10px;
                font-size: 15px;
                font-family: prometo-i7, prometo, sans-serif;
                font-style: italic;
                font-weight: 700;
                text-transform: uppercase
            }

            body .bottom-section .text .button::after {
                color: #000
            }

            body .bottom-section .text .button:hover {
                background: #f68a1f;
                color: #000
            }

            body .bottom-section .text .button:hover::after {
                color: #000
            }

            body .bottom-section .text .next-arrow {
                background: #cfdb00
            }

            body .bottom-section-copy {
                background: #fff;
                height: auto;
                z-index: 1;
                position: relative;
                overflow: hidden;
                padding-bottom: 5%;
                padding-top: 5%
            }

            @media (max-width:767px) {
                body .bottom-section .text h2 {
                    font-size: 24px;
                    padding-bottom: 10px
                }
            }

            body .location-msg {
                display: none
            }

            body #msg {
                padding: 20px;
                background: #f08a20;
                color: #fff
            }

            body #msg p {
                margin: 0;
                padding: 0
            }

            body #msg a {
                color: #fff;
                font-weight: 700
            }

            body .location-map-container {
                background: #f08a20;
                position: relative
            }

            body .location-map-container .map-wrapper {
                padding: 0
            }

            body .location-map-container .directions-wrapper {
                position: absolute;
                top: 50%;
                transform: translate(0, -50%);
                padding-left: 85px
            }

            body .location-map-container .directions-wrapper p {
                font-size: 17px;
                line-height: 21px
            }

            body .location-map-container .directions-wrapper h3 {
                color: #fff
            }

            body .location-map-container .directions-wrapper a {
                color: #fff
            }

            body .location-map-container .directions-wrapper .directions {
                height: 40px;
                position: relative;
                margin-bottom: 0
            }

            body .location-map-container .directions-wrapper .directions input {
                width: 100%;
                height: 30px;
                border: none;
                border-bottom: 1px solid #000;
                background: 0 0;
                color: #000
            }

            body .location-map-container .directions-wrapper .directions button {
                display: block;
                position: absolute;
                right: 0;
                top: 0;
                height: 30px;
                width: 30px;
                line-height: 30px;
                text-align: right;
                cursor: pointer;
                color: #000;
                font-size: 26px;
                background: 0 0;
                border: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none
            }

            body .location-map-container .directions-wrapper .directions button:hover {
                color: #f08a20
            }

            @media (max-width:1199px) {
                body .location-map-container .directions-wrapper {
                    padding-left: 50px
                }
            }

            @media (max-width:767px) {
                body .location-map-container .directions-wrapper {
                    position: relative;
                    top: auto;
                    transform: none;
                    padding-top: 25px;
                    padding-bottom: 10px;
                    padding-left: 15px
                }
            }

            body .search-upcoming-band {
                background: linear-gradient(to right, #ffb819, #cfdb00);
                padding: 25px 0
            }

            body .search-upcoming-band h2 {
                font-family: prometo-i7, prometo, sans-serif;
                font-style: italic;
                font-weight: 700;
                font-size: 38px;
                line-height: 40px;
                margin: 0
            }

            body .search-upcoming-band .button {
                background: #000;
                display: block;
                text-align: center;
                line-height: 30px
            }

            body .search-upcoming-band .button:hover {
                background: #f08a20
            }

            body .search-upcoming-band .button:hover,
            body .search-upcoming-band .button:hover:after {
                color: #000
            }

            @media (max-width:991px) {
                body .search-upcoming-band {
                    text-align: center
                }

                body .search-upcoming-band h2 {
                    font-size: 32px;
                    line-height: 32px
                }

                body .search-upcoming-band .button {
                    display: inline-block
                }
            }

            body .main .direction-wrapper {
                border-top: 2px solid #eee;
                border-bottom: 2px solid #eee;
                padding-top: 20px;
                margin-bottom: 20px
            }

            body .main .directions {
                height: 40px;
                position: relative;
                margin-bottom: 10px
            }

            body .main .directions input {
                width: 100%;
                height: 30px;
                border: none;
                border-bottom: 1px solid #7f7f7f
            }

            body .main .directions button {
                display: block;
                position: absolute;
                right: 0;
                top: 0;
                height: 30px;
                width: 30px;
                line-height: 30px;
                text-align: right;
                cursor: pointer;
                color: #000;
                font-size: 26px;
                background: 0 0;
                border: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none
            }

            body .main .directions button:hover {
                color: #f08a20
            }

            body .main .classes {
                padding: 0;
                margin: 0;
                list-style: none
            }

            body .main .classes li {
                font-weight: 500
            }

            body .main .classes li .orange {
                font-family: ingra-n2, ingra, sans-serif;
                font-style: normal;
                font-weight: 200
            }

            body .main #locations-map {
                width: 100%;
                position: relative;
                padding: 0
            }

            body .main #locations-map .map {
                position: relative;
                height: 387px;
                width: 100%;
                margin-bottom: 20px
            }

            body .main .button {
                background: #000;
                color: #fff
            }

            body .main .button::after {
                margin-left: 10px;
                content: "\f0da" !important;
                font-family: "Font Awesome 5 Free";
                display: inline-block;
                vertical-align: baseline;
                font-feature-settings: normal;
                font-kerning: auto;
                font-language-override: normal;
                font-size: inherit;
                font-size-adjust: none;
                font-stretch: normal;
                font-style: normal;
                font-synthesis: weight style;
                font-variant: normal;
                font-weight: 900;
                text-rendering: auto
            }

            body .main .button:hover {
                background: #f08a20;
                color: #000
            }

            body .main .button:hover::after {
                color: #000
            }


            body .bottom-section {
                height: auto;
                z-index: 1;
                position: relative;
                overflow: hidden;
                background: url(https://www.thenextstreet.com/application/themes/worx_bootstrap/images/road.jpg) no-repeat center center;
                background-size: cover;
                padding-bottom: 5%;
                padding-top: 5%
            }

            body .bottom-section .text {
                text-align: center
            }

            body .bottom-section .text h2 {
                padding-bottom: 10px;
                font-family: prometo-i7, prometo, sans-serif;
                font-style: italic;
                font-weight: 700;
                color: #000
            }

            body .bottom-section .text p {
                padding-bottom: 20px;
                color: #fff;
                font-size: 24px
            }

            body .bottom-section .text .button {
                cursor: pointer;
                background: #ffb819;
                color: #000;
                display: block;
                width: 100%;
                line-height: 15px;
                padding: 10px 20px;
                margin-bottom: 10px;
                font-size: 15px;
                font-family: prometo-i7, prometo, sans-serif;
                font-style: italic;
                font-weight: 700;
                text-transform: uppercase
            }

            body .bottom-section .text .button::after {
                color: #000
            }

            body .bottom-section .text .button:hover {
                background: #f68a1f;
                color: #000
            }

            body .bottom-section .text .button:hover::after {
                color: #000
            }

            body .bottom-section .text .next-arrow {
                background: #cfdb00
            }

            body .bottom-section-copy {
                background: #fff;
                height: auto;
                z-index: 1;
                position: relative;
                overflow: hidden;
                padding-bottom: 5%;
                padding-top: 5%
            }

            @media (max-width:767px) {
                body .bottom-section .text h2 {
                    font-size: 24px;
                    padding-bottom: 10px
                }
            }


            body .search-upcoming-band {
                background: linear-gradient(to right, #ffb819, #cfdb00);
                padding: 25px 0
            }

            body .search-upcoming-band h2 {
                font-family: prometo-i7, prometo, sans-serif;
                font-style: italic;
                font-weight: 700;
                font-size: 38px;
                line-height: 40px;
                margin: 0
            }

            body .search-upcoming-band .button {
                background: #000;
                display: block;
                text-align: center;
                line-height: 30px
            }

            body .search-upcoming-band .button:hover {
                background: #f08a20
            }

            body .search-upcoming-band .button:hover,
            body .search-upcoming-band .button:hover:after {
                color: #000
            }

            @media (max-width:991px) {
                body .search-upcoming-band {
                    text-align: center
                }

                body .search-upcoming-band h2 {
                    font-size: 32px;
                    line-height: 32px
                }

              }
            body .toolbar {
                text-align: center
            }

            body .toolbar h2 {
                margin-top: 0;
                margin-bottom: 10px
            }

            body .toolbar .select-wrapper {
                position: relative;
                width: auto;
                margin-right: 0 10px;
                display: inline-block;
                float: none
            }

            body .toolbar .select-wrapper select {
                cursor: pointer;
                display: block;
                border: none;
                border-radius: 0;
                background: #ffb819;
                font-family: prometo-i7, prometo, sans-serif;
                font-style: italic;
                font-weight: 700;
                padding: 5px 30px 3px 5px;
                width: 100%;
                color: #000;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none
            }

            body .toolbar .select-wrapper select::-ms-expand {
                display: none
            }

            body .toolbar .select-wrapper::before {
                content: '\f0d7';
                font-family: FontAwesome;
                color: #000;
                display: inline-block;
                position: absolute;
                right: 10px;
                top: 4px;
                font-size: 22px;
                pointer-events: none;
                z-index: 5
            }

            body .extra-inputs {
                text-align: right;
                margin-bottom: 10px
            }


            body .page-type-faqs .toolbar {
                padding: 20px 0;
                overflow: hidden;
                color: #fff
            }

            body .page-type-faqs .toolbar h2 {
                font-family: prometo-i7, prometo, sans-serif;
                font-style: italic;
                font-weight: 700
            }

            body .page-type-faqs .toolbar input {
                float: left;
                height: 34px;
                border: none;
                border-bottom: 1px solid #785f1c;
                width: 50%;
                background: 0 0;
                border-radius: 0;
                color: #fff;
                line-height: 30px;
                font-size: 18px;
                padding-bottom: 5px;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                margin-right: 30px
            }

            body .page-type-faqs .toolbar input::-webkit-input-placeholder {
                color: #fff !important;
                opacity: 1 !important
            }

            body .page-type-faqs .toolbar input:-moz-placeholder {
                color: #fff !important;
                opacity: 1 !important
            }

            body .page-type-faqs .toolbar input::-moz-placeholder {
                color: #fff !important;
                opacity: 1 !important
            }

            body .page-type-faqs .toolbar input:-ms-input-placeholder {
                color: #fff !important;
                opacity: 1 !important
            }

            body .page-type-faqs .toolbar input::-ms-input-placeholder {
                color: #fff !important;
                opacity: 1 !important
            }

            body .page-type-faqs .toolbar input:placeholder-shown {
                color: #fff !important;
                opacity: 1 !important
            }

            body .page-type-faqs .toolbar .location-share {
                font-size: 16px;
                float: left;
                margin-top: 6px;
                margin-right: 30px;
                background: #ffb819;
                color: #000
            }

            body .page-type-faqs .toolbar .location-share .fa {
                color: #000
            }

            body .page-type-faqs .toolbar .location-share::after {
                display: none
            }

            body .page-type-faqs .toolbar .location-share:hover {
                background: #f08a20
            }

            body .page-type-faqs .toolbar button {
                float: left;
                text-transform: uppercase;
                border-radius: 0;
                border: none;
                background: #ffb819;
                color: #000;
                font-size: 20px;
                font-family: prometo-i7, prometo, sans-serif;
                font-style: italic;
                font-weight: 700;
                padding: 5px 10px;
                cursor: pointer;
                display: inline-block;
                line-height: 21px
            }

            body .page-type-faqs .toolbar button:hover {
                background: #f08a20
            }

            body .page-type-faqs .toolbar .select-wrapper {
                float: left;
                position: relative;
                width: auto;
                margin: 0 5px
            }

            body .page-type-faqs .toolbar .select-wrapper select {
                font-size: 20px;
                cursor: pointer;
                display: block;
                border: none;
                border-radius: 0;
                background: #ffb819;
                font-family: prometo-i7, prometo, sans-serif;
                font-style: italic;
                font-weight: 700;
                padding: 2px 30px 1px 5px;
                width: 100%;
                color: #000;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none
            }

            body .page-type-faqs .toolbar .select-wrapper select::-ms-expand {
                display: none
            }

            body .page-type-faqs .toolbar .select-wrapper::before {
                content: '\f0d7';
                font-family: FontAwesome;
                color: #000;
                display: inline-block;
                position: absolute;
                right: 10px;
                top: 0;
                font-size: 22px;
                pointer-events: none;
                z-index: 5
            }
@media (max-width: 767px ){
    .hidden-xs {
      display: none;
    }
}

            @media (max-width:1199px) {
                body .page-type-faqs .toolbar input {
                    width: 45%;
                    margin-right: 10px
                }

                body .page-type-faqs .toolbar .location-share {
                    margin-right: 15px
                }
            }

            @media (max-width:991px) {
                body .page-type-faqs .toolbar input {
                    width: 100%;
                    margin-bottom: 20px;
                    margin-right: 0
                }

                body .page-type-faqs .toolbar .location-share {
                    margin-right: 30px;
                    margin-bottom: 20px
                }
            }

            @media (max-width:767px) {
                body .page-type-faqs .toolbar h2 {
                    font-size: 20px
                }

                body .page-type-faqs .toolbar .select-wrapper {
                    margin: 0
                }

                body .page-type-faqs .toolbar #faqSubmit {
                    margin-top: 10px;
                    clear: both
                }
            }

           

            body #hsForm_81a658f7-a290-4118-8ce2-8718041d7acc {
                margin-bottom: 30px
            }

            body #hsForm_81a658f7-a290-4118-8ce2-8718041d7acc a {
                color: #000
            }

            body #hsForm_81a658f7-a290-4118-8ce2-8718041d7acc a:hover {
                text-decoration: underline
            }

            body #hsForm_81a658f7-a290-4118-8ce2-8718041d7acc .success {
                padding-bottom: 20px;
                text-align: center
            }

            body #hsForm_81a658f7-a290-4118-8ce2-8718041d7acc h3 {
                font-family: prometo-i7, prometo, sans-serif;
                font-style: italic;
                font-weight: 700;
                font-size: 24px;
                color: #f08a20;
                margin-bottom: 30px;
                text-align: center
            }

            body #hsForm_81a658f7-a290-4118-8ce2-8718041d7acc label {
                font-size: 12px;
                font-family: ingra-n2, ingra, sans-serif;
                font-style: normal;
                font-weight: 200
            }

            body #hsForm_81a658f7-a290-4118-8ce2-8718041d7acc label.error {
                font-size: 12px;
                color: #f08a20
            }

            body #hsForm_81a658f7-a290-4118-8ce2-8718041d7acc input {
                margin: 10px 0
            }

            body #hsForm_81a658f7-a290-4118-8ce2-8718041d7acc #company {
                visibility: hidden;
                display: block;
                height: 0;
                margin: 0;
                padding: 0;
                border: none
            }

            body #hsForm_81a658f7-a290-4118-8ce2-8718041d7acc .text {
                margin-bottom: 10px
            }

            body #hsForm_81a658f7-a290-4118-8ce2-8718041d7acc .text label {
                display: none
            }

            body #hsForm_81a658f7-a290-4118-8ce2-8718041d7acc .text label.select,
            body #hsForm_81a658f7-a290-4118-8ce2-8718041d7acc .text label.textarea {
                display: block;
                font-size: 14px
            }

            body #hsForm_81a658f7-a290-4118-8ce2-8718041d7acc .text input {
                width: 100%;
                height: 30px;
                border: none;
                border-bottom: 1px solid #7f7f7f
            }

            body #hsForm_81a658f7-a290-4118-8ce2-8718041d7acc .text .radio {
                display: inline-block;
                position: relative;
                width: auto;
                vertical-align: top;
                margin-top: 2px;
                font-family: ingra-n2, ingra, sans-serif;
                font-style: normal;
                font-weight: 200;
                margin: 10px 0
            }

            body #hsForm_81a658f7-a290-4118-8ce2-8718041d7acc .text .radio * {
                display: inline-block;
                width: auto;
                height: auto;
                vertical-align: middle;
                margin: 0;
                padding: 0;
                font-size: 14px;
                line-height: 18px;
                position: relative
            }

            body #hsForm_81a658f7-a290-4118-8ce2-8718041d7acc .text .radio span {
                margin-right: 10px
            }

            body #hsForm_81a658f7-a290-4118-8ce2-8718041d7acc .text .radio-inline {
                margin-bottom: 0;
                height: 30px;
                line-height: 34px;
                padding: 0
            }

            body #hsForm_81a658f7-a290-4118-8ce2-8718041d7acc select {
                cursor: pointer;
                display: block;
                border: none;
                border-radius: 0;
                background: #e1e1e1;
                padding: 10px;
                width: 100%;
                color: #000;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none
            }

            body #hsForm_81a658f7-a290-4118-8ce2-8718041d7acc select::-ms-expand {
                display: none
            }

            body #hsForm_81a658f7-a290-4118-8ce2-8718041d7acc .select-wrapper {
                margin-top: 10px;
                position: relative
            }

            body #hsForm_81a658f7-a290-4118-8ce2-8718041d7acc .select-wrapper::before {
                content: '\f0d7';
                font-family: FontAwesome;
                color: #f08a20;
                display: inline-block;
                position: absolute;
                right: 20px;
                top: 10px;
                font-size: 22px;
                pointer-events: none;
                z-index: 9999
            }

            body #hsForm_81a658f7-a290-4118-8ce2-8718041d7acc .submit-wrapper {
                text-align: right;
                margin-top: 25px
            }

            body #hsForm_81a658f7-a290-4118-8ce2-8718041d7acc .submit-wrapper button {
                border: none;
                display: inline-block;
                background: #000;
                color: #fff;
                width: auto;
                height: 40px;
                line-height: 40px;
                padding: 0 10px;
                margin-bottom: 10px;
                font-size: 15px;
                font-family: prometo-i7, prometo, sans-serif;
                font-style: italic;
                font-weight: 700;
                text-transform: uppercase
            }

            body #hsForm_81a658f7-a290-4118-8ce2-8718041d7acc .submit-wrapper button .fa {
                color: #f08a20
            }

            body #hsForm_81a658f7-a290-4118-8ce2-8718041d7acc .submit-wrapper button:hover {
                background: #f68a1f;
                color: #000
            }

            body #hsForm_81a658f7-a290-4118-8ce2-8718041d7acc .submit-wrapper button:hover .fa {
                color: #000
            }

            body .footer {
                color: #fff;
                font-size: 16px;
                line-height: 18px
            }

            body .footer p {
                font-size: 15px
            }

            body .footer .content p {
                font-size: 16px
            }

            body .footer a {
                color: #fff
            }

            body .footer a:hover {
                text-decoration: underline
            }

            body .footer .next-street-logo img {
                padding-bottom: 15px
            }

            body .footer .footer-top {
                padding: 40px 0;
                border-bottom: 1px solid #fff
            }

            body .footer .footer-bottom {
                color: #999;
                padding: 20px 0;
                font-size: 12px
            }

            body .footer .footer-bottom .text {
                float: left
            }

            body .footer .footer-bottom .social {
                float: right
            }

            body .footer .footer-bottom .social a {
                font-size: 36px;
                color: #f08a20;
                padding-left: 20px;
                display: inline-block
            }

            body .footer .footer-bottom .social a .fa span {
                display: inline-block;
                overflow: hidden;
                text-indent: -1000px
            }

            body .footer .footer-bottom .social a:hover {
                color: #77bc43
            }

            body .footer .footer-bottom a {
                color: #999
            }

            @media (max-width:1199px) {
                body .footer .headline {
                    font-size: 13px;
                    line-height: 22px
                }
            }

            @media (max-width:767px) {
                body .footer .footer-bottom .social {
                    float: none
                }
            }

            


            body .main-top {
                padding: 20px 0
            }

            .ccm-toolbar-visible body .location-update-classes .anchor-nav {
                margin-top: 46px
            }

            @media (max-width:991px) {
                .headline {
                    font-size: 20px;
                    line-height: 24px
                }

                #locations-map {
                    padding-bottom: 70%
                }
            }

            @media (max-width:767px) {
                .headline {
                    font-size: 18px;
                    line-height: 20px
                }

                #locations-map {
                    padding-bottom: 50%
                }

                .button {
                    font-size: 16px
                }

                .button::after {
                    margin-left: 2px
                }
            }

            .ccm-toolbar-visible body .wrapper {
                margin-top: 47px
            }

            .ccm-toolbar-visible body .wrapper .header {
                top: 47px
            }

            .ccm-toolbar-visible .navigation.on {
                top: 47px
            }

            [contentEditable=true]:empty:before {
                content: attr(data-text)
            }

            #search-dialog {
                width: 100%;
                height: 100vh;
                position: fixed;
                left: 0;
                top: 0;
                z-index: 5;
                background: linear-gradient(to right, #f08a20, #cfdb00);
                padding: 64px 0 50px;
                transition: opacity .5s
            }

            #search-dialog .header_container {
                position: relative;
                height: 100%
            }

            #search-dialog #inner-search {
                background: 0 0;
                height: 165px;
                position: relative;
                padding: 30px 60px 30px 30px;
                width: 100%
            }

            #search-dialog #inner-search .close {
                padding: 0;
                background: 0 0;
                width: 30px;
                height: 30px;
                border: none;
                position: absolute;
                top: 27px;
                right: 17px;
                color: #000;
                font-size: 25px;
                cursor: pointer;
                z-index: 2;
                display: block
            }

            #search-dialog #inner-search .close:active,
            #search-dialog #inner-search .close:focus,
            #search-dialog #inner-search .close:hover {
                color: #000
            }

            #search-dialog #inner-search .section {
                position: relative;
                height: 100%
            }

            #search-dialog #inner-search .section .button {
                border: none;
                -webkit-appearance: none;
                margin: 5px 0;
                appearance: none;
                padding: 0;
                display: inline-block;
                color: #000;
                font-weight: 500;
                background: #5f9636;
                text-transform: uppercase;
                font-size: 18px;
                line-height: 22px;
                padding: 14px 30px;
                border-radius: 5px
            }

            #search-dialog #inner-search .section .button:hover {
                background: #000;
                color: #f08a20
            }

            #search-dialog #inner-search .section .button.active {
                background: #000;
                color: #f08a20
            }

            #search-dialog #inner-search .section .button:focus {
                background: #000;
                color: #f08a20
            }

            #search-dialog #inner-search .section .form {
                position: relative
            }

            #search-dialog #inner-search .section .form form {
                height: 40px;
                position: relative
            }

            #search-dialog #inner-search .section .form form #search-form-content-input,
            #search-dialog #inner-search .section .form form .livespell_textarea {
                width: 100%;
                background: #fff;
                padding: 10px 40px 10px 10px;
                border: none;
                -webkit-appearance: none;
                border: 1px solid #f08a20;
                box-sizing: border-box;
                display: block
            }

            #search-dialog #inner-search .section .form form #search-button {
                position: absolute;
                right: 0;
                top: 0;
                -webkit-appearance: none;
                appearance: none;
                padding: 0;
                margin: 0;
                border: none;
                background: 0 0;
                display: block;
                width: 44px;
                height: 44px;
                font-size: 22px;
                color: #000
            }

            #search-dialog #inner-search .section .form form #search-button:active,
            #search-dialog #inner-search .section .form form #search-button:focus,
            #search-dialog #inner-search .section .form form #search-button:hover {
                color: #f08a20
            }

            #search-dialog #inner-search .section .form #quicksearch {
                position: absolute;
                width: 100%;
                top: 41px;
                z-index: 2;
                border: 1px solid #f08a20;
                border-top: none;
                background: #fff;
                display: none
            }

            #search-dialog #inner-search .section .form #quicksearch .inner-box {
                padding: 0 10px 10px
            }

            #search-dialog #inner-search .section .form #quicksearch ul {
                list-style: none;
                padding: 0;
                margin: 0
            }

            #search-dialog #inner-search .section .form #quicksearch ul li button {
                padding: 5px 10px;
                border: none;
                display: block;
                background: 0 0;
                width: 100%;
                text-align: left
            }

            #search-dialog #inner-search .section .form #quicksearch ul li button:focus,
            #search-dialog #inner-search .section .form #quicksearch ul li button:hover {
                background: #cfdb00
            }

            #search-dialog #inner-search .section .form #quicksearch.active {
                display: block
            }

            #search-dialog #inner-search .section #search-results {
                margin-top: 30px;
                height: calc(100% - 70px)
            }

            #search-dialog #inner-search .section #search-results ul {
                list-style: none;
                padding-left: 0
            }

            #search-dialog #inner-search .section #search-results ul li {
                padding-left: 1.1225em;
                position: relative
            }

            #search-dialog #inner-search .section #search-results ul li::before {
                color: #5f9636;
                content: "\2022";
                font-size: 1em;
                padding-right: 1.1225em;
                position: relative;
                top: 0;
                position: absolute;
                left: 0
            }

            #search-dialog #inner-search .section #search-results ul li ul {
                padding-left: 1.1225em
            }

            #search-dialog #inner-search .section #search-results .largeText {
                font-size: 40px
            }

            #search-dialog #inner-search .section #search-results h2 {
                font-size: 18px;
                margin-top: 0;
                padding-bottom: 5px
            }

            #search-dialog #inner-search .section #search-results h3 {
                font-size: 18px;
                margin-top: 0;
                padding-bottom: 5px
            }

            #search-dialog #inner-search .section #search-results hr {
                background: #f08a20;
                border: none;
                display: block;
                height: 1px;
                padding: 0;
                margin: 20px 0
            }

            #search-dialog #inner-search .section #search-results hr.dark {
                background: #000
            }

            #search-dialog #inner-search .section #search-results sub {
                font-size: 11px;
                bottom: 0
            }

            #search-dialog #inner-search .section #search-results ul {
                list-style: none;
                padding-left: 0
            }

            #search-dialog #inner-search .section #search-results ol {
                list-style: none;
                padding-left: 0;
                counter-reset: item
            }

            #search-dialog #inner-search .section #search-results ol li::before {
                color: #000;
                content: counter(item) ". ";
                counter-increment: item;
                font-size: 1em;
                padding-right: 1.1225em;
                position: relative;
                top: 0
            }

            #search-dialog #inner-search .section #search-results ol li ol {
                padding-left: 1.1225em;
                counter-reset: item
            }

            #search-dialog #inner-search .section #search-results a.button,
            #search-dialog #inner-search .section #search-results button.button {
                border: none;
                -webkit-appearance: none;
                margin: 5px 0;
                appearance: none;
                padding: 0;
                display: inline-block;
                color: #000;
                font-weight: 500;
                background: #5f9636;
                text-transform: uppercase;
                font-size: 18px;
                line-height: 22px;
                padding: 14px 30px;
                border-radius: 5px
            }

            #search-dialog #inner-search .section #search-results a.button:hover,
            #search-dialog #inner-search .section #search-results button.button:hover {
                background: #000;
                color: #f08a20
            }

            #search-dialog #inner-search .section #search-results a.button.active,
            #search-dialog #inner-search .section #search-results button.button.active {
                background: #000;
                color: #f08a20
            }

            #search-dialog #inner-search .section #search-results a.button:focus,
            #search-dialog #inner-search .section #search-results button.button:focus {
                background: #000;
                color: #f08a20
            }

            #search-dialog #inner-search .section #search-results p.button a,
            #search-dialog #inner-search .section #search-results p.button button {
                border: none;
                -webkit-appearance: none;
                margin: 5px 0;
                display: inline-block;
                color: #000;
                font-weight: 500;
                background: #5f9636;
                text-transform: uppercase;
                font-size: 18px;
                line-height: 22px;
                padding: 14px 30px;
                border-radius: 5px
            }

            #search-dialog #inner-search .section #search-results p.button a:hover,
            #search-dialog #inner-search .section #search-results p.button button:hover {
                background: #000;
                color: #f08a20
            }

            #search-dialog #inner-search .section #search-results p.button a.active,
            #search-dialog #inner-search .section #search-results p.button button.active {
                background: #000;
                color: #f08a20
            }

            #search-dialog #inner-search .section #search-results p.button a:focus,
            #search-dialog #inner-search .section #search-results p.button button:focus {
                background: #000;
                color: #f08a20
            }

            #search-dialog #inner-search .section #search-results a {
                color: #000;
                font-weight: 600
            }

            #search-dialog #inner-search .section #search-results a:focus,
            #search-dialog #inner-search .section #search-results a:hover {
                color: #ffb819
            }

            #search-dialog #inner-search .section #search-results .footnote {
                font-size: 12px
            }

            #search-dialog #inner-search .section #search-results #results {
                height: 100%;
                position: relative;
                overflow-y: auto
            }

            #search-dialog #inner-search .section #search-results #results .result {
                padding: 20px 0 10px
            }

            #search-dialog #inner-search .section #search-results #results .result h2 {
                margin: 0;
                padding-bottom: 10px
            }

            #search-dialog #inner-search .section #search-results #results .result a {
                color: #000;
                font-weight: 600
            }

            #search-dialog #inner-search .section #search-results #results .result a:focus,
            #search-dialog #inner-search .section #search-results #results .result a:hover {
                text-decoration: underline
            }

            #search-dialog #inner-search .section #search-results #results #faq-results .result {
                padding-left: 30px
            }

            #search-dialog #inner-search .section #search-results #results #faq-results .result:last-child {
                border-bottom: 1px solid #f08a20
            }

            #search-dialog #inner-search .section #search-results #results #faq-results .result h2 {
                position: relative
            }

            #search-dialog #inner-search .section #search-results #results #faq-results .result h2:before {
                position: absolute;
                left: -30px;
                top: 0;
                content: "Q";
                display: block
            }

            #search-dialog #inner-search .section #search-results #results #faq-results .result .answer {
                position: relative
            }

            #search-dialog #inner-search .section #search-results #results #faq-results .result .answer:before {
                position: absolute;
                left: -30px;
                top: 0;
                content: "A";
                display: block;
                font-size: 20px
            }

            #search-dialog #inner-search .section #search-results #results #faq-results .result .answer p {
                padding-top: 3px
            }

            #search-dialog #inner-search .section #search-results #results .more-wrapper .moreBtn {
                border: none;
                background: 0 0;
                color: #000;
                font-weight: 600;
                vertical-align: middle
            }

            #search-dialog #inner-search .section #search-results #results .more-wrapper .moreBtn:focus,
            #search-dialog #inner-search .section #search-results #results .more-wrapper .moreBtn:hover {
                color: #fff
            }

            #search-dialog #inner-search .section #search-results #results .more-wrapper .moreBtn::before {
                content: "\f107";
                padding-right: 20px;
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                font-size: 25px;
                vertical-align: top
            }

            #search-dialog #inner-search .section #search-results #results .more-wrapper .moreBtn::before.fa-pull-left {
                margin-right: .3em
            }

            #search-dialog #inner-search .section #search-results #results .more-wrapper .moreBtn::before.fa-pull-right {
                margin-left: .3em
            }

            #search-dialog #inner-search .section #search-results #results .more-wrapper .moreBtn::before.pull-left {
                margin-right: .3em
            }

            #search-dialog #inner-search .section #search-results #results .more-wrapper .moreBtn::before.pull-right {
                margin-left: .3em
            }

            #search-dialog #inner-search .section #search-results #results .more-wrapper .moreBtn::after {
                content: "\f107";
                padding-left: 20px;
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                font-size: 25px;
                vertical-align: top
            }

            #search-dialog #inner-search .section #search-results #results .more-wrapper .moreBtn::after.fa-pull-left {
                margin-right: .3em
            }

            #search-dialog #inner-search .section #search-results #results .more-wrapper .moreBtn::after.fa-pull-right {
                margin-left: .3em
            }

            #search-dialog #inner-search .section #search-results #results .more-wrapper .moreBtn::after.pull-left {
                margin-right: .3em
            }

            #search-dialog #inner-search .section #search-results #results .more-wrapper .moreBtn::after.pull-right {
                margin-left: .3em
            }

            #search-dialog #inner-search .section #search-results.hasButtons #results {
                height: calc(100% - 60px)
            }

            #search-dialog #inner-search.hasResults {
                height: 100%
            }
          
            #search-dialog.active {
                visibility: hidden;
            }
          
            @media (max-width:767px) {
                #search-dialog {
                    padding: 90px 0 70px
                }

                #search-dialog #inner-search {
                    padding: 15px;
                    height: 135px
                }

                #search-dialog #inner-search .close {
                    top: 15px;
                    right: 15px
                }

                #search-dialog #inner-search .section .form {
                    padding-right: 40px
                }

                #search-dialog #inner-search .section .button {
                    border: none;
                    -webkit-appearance: none;
                    margin: 5px 0;
                    display: inline-block;
                    color: #000;
                    font-weight: 500;
                    background: #5f9636;
                    text-transform: uppercase;
                    font-size: 14px;
                    line-height: 20px;
                    padding: 5px 10px;
                    border-radius: 5px
                }

                #search-dialog #inner-search .section #search-results {
                    margin-top: 20px;
                    height: calc(100% - 50px)
                }

                #search-dialog #inner-search .section #search-results .largeText {
                    font-size: 30px
                }

                #search-dialog #inner-search .section #search-results a.button,
                #search-dialog #inner-search .section #search-results button.button {
                    font-size: 14px;
                    padding: 14px 15px
                }

                #search-dialog #inner-search .section #search-results #results .result {
                    padding: 10px 0;
                    font-size: 12px
                }

                #search-dialog #inner-search .section #search-results #results .result h2 {
                    font-size: 16px
                }

                #search-dialog #inner-search .section #search-results #results .result p {
                    font-size: 12px
                }

                #search-dialog #inner-search.hasResults {
                    height: 100%
                }

                #search-dialog #inner-search.hasResults #search-results #results {
                    height: calc(100% - 40px)
                }
            }
.footer-container.container-fluid {
  display: none;
}
.plus {
  position:absolute;
}
.plus-sign {
  position: absolute;
}
.fa-plus {
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 400;
  content: "\f0da";
  color: #fff;
  margin-left: -25px;
}
.fa-minus {
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 400;
  content: "\f0da";
  color: #fff;
  margin-left: -25px;
}
.hidePlus {
  display: none;
}
.showUl {
  display: block !important;
}
.showThird {
  display: block !important;
}
.tns-header-nav:active {
  text-decoration: underline;
}



.dnd-section .dnd-column {
  padding: 0px !important;
}


















@media (max-width: 767px) {
  h4 span,
  h4 span a {
    font-size: 15px !important;
  }

  
  a[title="PERMIT TEST CHECK LIST"] {
    width: auto !important;
  }
  
  .cta_button.cta__permit_test_check_list.tns-cta {
    width: calc(100% - 15px) !important;
  }
}

.cta__permit_test_check_list:hover {
  background: #f08a20 !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}
.search-class:hover {
  color: #000000 !important;
}
.search-class:hover .tns-goAhead-icon {
  color: #000 !important;
} 
.tns-cta {
  background-color: #000 !important;
  padding: 5px 10px !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-style: italic !important;
  font-size: 20px !important;
  font-family: prometo-i7,prometo,sans-serif !important;
  font-weight: 700 !important;
  border: 1px solid #000;
}

.tns-cta:hover {
  border: 1px solid #000000 !important;
  background-color: #f08a20 !important;
  color: #ffffff !important;
}

.tns-cta::after {
  content: '\f0da' !important;
  margin-left: 10px !important;
  font-family: "Font Awesome 5 Free" !important;
  color: #f08a20 !important;
  font-style: normal !important;
  font-weight: 900;
}

.tns-cta:hover::after {
  color: #000000 !important;
}

@media (max-width: 768px) {
  #flexible-payment-plans-img {
    display: block !important;
    float: none !important;
    padding: 0 !important;
    margin: 35px auto !important;
  }
}

.form-columns-3 .hs-input {
  width: 90% !important;
}

fieldset label {
  font-family: Helvetica !important;
  font-size: 14px !important;
}

.hs-error-msg {
  font-weight: 400;
  text-transform: uppercase;
}