*, *: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 {

  -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;
  margin: 0.67em 0;
}

/* 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;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@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;

}

@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: 0;
  }
}
@font-face {
  font-display: swap;
  font-family: 'montserrat';
  src: url(https://4675630.fs1.hubspotusercontent-na1.net/hubfs/4675630/raw_assets/public/Vorys_Auguest_2022/fonts/montserrat-regular-webfont.woff) format('woff');
  font-weight: 400;
  font-style: normal;

}
@font-face {
  font-display: swap;
  font-family: 'montserrat';
  src: url(https://4675630.fs1.hubspotusercontent-na1.net/hubfs/4675630/raw_assets/public/Vorys_Auguest_2022/fonts/montserrat-medium-webfont.woff) format('woff');
  font-weight: 500;
  font-style: normal;

}

@font-face {
  font-display: swap;
  font-family: 'montserrat';
  src: url(https://4675630.fs1.hubspotusercontent-na1.net/hubfs/4675630/raw_assets/public/Vorys_Auguest_2022/fonts/montserrat-semibold-webfont.woff) format('woff');
  font-weight: 600;
  font-style: normal;

}
@font-face {
  font-display: swap;
  font-family: 'montserrat';
  src: url(https://4675630.fs1.hubspotusercontent-na1.net/hubfs/4675630/raw_assets/public/Vorys_Auguest_2022/fonts/montserrat-bold-webfont.woff) format('woff');
  font-weight: 700;
  font-style: normal;

}
@font-face {
  font-family: 'merriweather';
  src: url(https://4675630.fs1.hubspotusercontent-na1.net/hubfs/4675630/raw_assets/public/Vorys_Auguest_2022/fonts/merriweather-regular-webfont.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html{
  overflow-y: scroll;
  overflow-x: hidden;
  --min-font-size: 16;
  --max-font-size: 19;
  --fluid-start: 767;
  --fluid-end: 1920;
  font-size: max( var(--min-font-size) * 1px, min( var(--max-font-size) * 1px, var(--min-font-size) * 1px + (var(--max-font-size) - var(--min-font-size)) * ((100vw - var(--fluid-start) * 1px) / (var(--fluid-end) - var(--fluid-start))) ));
}

body {
  position: relative;
  max-width: 1548px;
  margin: 0 auto;
  padding: 0 80px 0 80px;
  background: #fff;
  line-height: 1.7;
  box-sizing: content-box;
  
}



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

/* Paragraphs */

p,ol,ul,blockquote {
  font-size: max( var(--min-font-size) * 1px, min( var(--max-font-size) * 1px, var(--min-font-size) * 1px + (var(--max-font-size) - var(--min-font-size)) * ((100vw - var(--fluid-start) * 1px) / (var(--fluid-end) - var(--fluid-start))) ));
  margin-top: max( var(--min-margin-top) * 1px, min( var(--max-margin-top) * 1px, var(--min-margin-top) * 1px + (var(--max-margin-top) - var(--min-margin-top)) * ((100vw - (var(--fluid-start) * 1px)) / (var(--fluid-end) - var(--fluid-start))) ));
  margin-bottom: max( var(--min-margin-bottom) * 1px, min( var(--max-margin-bottom) * 1px, var(--min-margin-bottom) * 1px + (var(--max-margin-bottom) - var(--min-margin-bottom)) * ((100vw - (var(--fluid-start) * 1px)) / (var(--fluid-end) - var(--fluid-start))) ));
  --min-font-size: calc(var(--max-font-size) * .7);
  --min-margin-top: 10;
  --max-margin-top: 12;
  --min-margin-bottom: 20;
  --max-margin-bottom: 30;
}


/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1em 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;
}
@media only screen and (max-device-width: 1649px){
body {
    overflow-x: hidden;
  }
}
@media (max-width: 1349px){
  body {
    padding: 0 44px 0 44px;
  }
}
@media (max-width: 919px){
  body {
    padding: 0 16px 0 16px;
  }
}
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;
}

/* Labels */

form label {
  display: block;
  margin-bottom: 0.35rem;
}

/* 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: #fff;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: .875rem;
  padding: 0.7rem;
  width: 100%;
  width: 100%;
  min-height: 33px;
  margin: 0;
  /* padding: 1px 7px; */
  padding: 8px 19px;
  vertical-align: top;
  color: #666766;
  /* background-color: #fff; */
  background-color: #f6f6f6;
  /* border: 1px solid #d6d6d6; */
  border: none;
  font: normal 16px/1.8 Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  border-radius: 0;
  outline: 0;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
    background-color: #eee;
}

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: #EF6B51;
}

.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;
  
    font: normal 16px/1.8 Helvetica, Arial, sans-serif;
    margin: 10px 0px;
}
div#hs-search-module .hs-input {
    margin-bottom: 18px;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.hs-form-field > label,
form label{
  font-size: max(var(--min-font-size) * 1px,min(var(--max-font-size) * 1px,var(--min-font-size) * 1px + (var(--max-font-size) - var(--min-font-size)) * ((100vw - var(--fluid-start) * 1px)/(var(--fluid-end) - var(--fluid-start)))));
  --min-font-size: calc(var(--max-font-size)*0.7);
}

ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg,ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
    color: red;
}
/* 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.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 116px;
  padding: 0 80px 0 80px;
  background: rgba(255,255,255,0.90);
  box-sizing: border-box;
}
.no-banner .otr_hdr {
    min-height: 116px;
}
.logo-wrapper {
  position: relative;
  width: 60%;
  margin-top: 41px;
  max-width: 233px;
}

.logo-wrapper svg {
  display: block;
  width: 100%;
  height: auto;
  fill: #1B3B5C;
  transition: fill 0.5s ease-out;
}

#searchJump {
  display: block;
  position: absolute;
  z-index: 100;
  top: 45px;
  right: 77px;
  line-height: 1;
  cursor: pointer;
  width: 22px;
}

#searchJump svg {
  display: block;
  width: 100%;
  height: auto;
  fill: #000;
}
.banner-section .dnd-section {
  padding: 0;
}
@media (min-width: 920px) {
  #searchJump {
    right: 110px;
  }
}

@media (min-width: 1350px) {
  #searchJump {
    width: 38px;
    height: 38px;
    right: 60px;
    top: 30px;
  }

  #searchJump svg {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    fill: #3E638B;
  }

  #navToggle {
    display: none;
  }
}

.mainnav {
  position: relative;
  line-height: normal;
  font-weight: 400;
}

@media (min-width: 1350px) {
  .mainnav {
    /* display: flex; */ position: absolute;
    z-index: 9999;
    top: 10px;
    right: 138px;
    padding-right: 30px;
    border-right: 1px solid #DCDDDE;
  }
}

.mainnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.des_tpmenu {
}

.des_tpmenu .submenu.level-1 {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
  display: inline-block;
  background: none;
  display: flex;
  justify-content: flex-end;
  top: 5px;
  z-index: 100;
  text-transform: uppercase;
  font-weight: 600;
}

.des_tpmenu .submenu.level-1 > li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: left;
  display: inline-block;
  background: none;
}

.des_tpmenu .submenu.level-1 > li > a {
  display: block;
  padding: 10px 1.8vw;
  white-space: nowrap;
  font-size: 22px;
  padding-bottom: 15px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 16px;
  color: #3E638B;
  display: inline-block;
}

.des_btmmenu {
  display: block;
}

.des_btmmenu ul.submenu.level-1 {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
  display: inline-block;
  background: none;
  right: -10px;
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
}

.des_btmmenu ul.submenu.level-1 > li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: left;
  display: inline-block;
  background: none;
}

.des_btmmenu ul.submenu.level-1 > li > a {
  display: block;
  white-space: nowrap;
  font-size: 22px;
  padding: 18px 22px 25px;
  color: #1B3C5C;
}

.des_btmmenu ul.submenu.level-2 {
  list-style: none;
  text-align: left;
  display: none;
  position: absolute;
  left: calc(50% - 164px);
  top: 100%;
  width: 329px;
  z-index: 100;
  background: #3E638B;
  padding: 38px 39px 55px;
  box-sizing: border-box;
}

.des_btmmenu ul.submenu.level-2 > li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: left;
}

.des_btmmenu ul.submenu.level-2 > li:not(:last-child) {
  margin: 0 0 18px;
}

.des_btmmenu ul.submenu.level-2 > li > a {
  display: block;
  padding: 0;
  text-transform: none;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

form {
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 67px;
  margin-bottom: max(0px, min(67px, 0px + (67 - 0) * ((100vw - 400px) / (1920 - 400)) ));
}

#siteSearch {
  position: absolute;
  top: 116px;
  right: 0;
  z-index: 9989;
  width: 80vw;
  max-width: 850px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.25s, height 0s 1s, visibility 0s 1s;
  visibility: hidden;
}

@media (min-width: 920px) {
  #siteSearch {
    right: 31px;
  }
}

@media (min-width: 1350px) {
  #siteSearch {
    right: 19px;
  }
}


.des_tpmenu .submenu.level-1>li>a:hover {
  color: #1B3C5C;
}

.des_btmmenu ul.submenu.level-1>li:hover {
  color: #ffffff;
  background: #3E638B;
}

.des_btmmenu ul.submenu.level-1>li:hover > a {
  color: #ffffff;
}

.des_btmmenu ul.submenu.level-1>li:hover > ul.submenu.level-2 {
  display: block;
}

.des_btmmenu ul.submenu.level-2 > li:first-child {
  display: none;
}

.des_btmmenu ul.submenu.level-2>li:hover > a {
  color: #C24C40;
  text-decoration: none;
}

.des_btmmenu ul.submenu.level-1>li.services ul.submenu.level-2,
.des_btmmenu ul.submenu.level-1>li.industries ul.submenu.level-2 {
  left: -300px;
  width: 100vw;
  max-width: 937px;
  box-sizing: border-box;
}

.des_btmmenu ul.submenu.level-1>li.industries ul.submenu.level-2 {
  left: -438px;
}
.des_btmmenu ul.submenu.level-1>li>a.active-item {
    color: #C24C40;
}
.des_btmmenu ul.submenu.level-1>li.services ul.submenu.level-2:before, 
.des_btmmenu ul.submenu.level-1>li.industries ul.submenu.level-2:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://4675630.fs1.hubspotusercontent-na1.net/hubfs/4675630/raw_assets/public/Vorys_Auguest_2022/images/squiggle-opacity.png) 68% 150% no-repeat;
  background-size: 300%;
}
#searchJump:hover svg {
  fill: #888;
  opacity: 1;
  transition: fill 0.3s, opacity 0.3s;
}
.scroll-header header.header {
  box-shadow: 3px 3px 5px rgb(0 0 0 / 50%);
}

.srch-open #siteSearch {
  opacity: 1;
  height: 70px;
  transition: opacity 0.25s, height 0s;
  visibility: visible;
}

@media (min-width: 1350px) {
  .srch-open #searchJump:before {
    content: '';
    position: absolute;
    top: -24px;
    left: -29px;
    display: block;
    width: 108px;
    height: 116px;
    background: #3D648C;
  }

  .srch-open #searchJump svg {
    position: relative;
    z-index: 10;
    fill: #ffffff !important;
  }
}

#siteSearch > div {
  flex-flow: row wrap;
  margin: 0;
  display: flex;
  gap: 0;
}

#siteSearch:after {
  display: block;
  clear: both;
  content: '';
}

#siteSearch input#searchtext2 {
  overflow: hidden;
  display: block;
  margin: 0;
  width: calc(100% - 70px);
  border: 0;
  font: inherit;
  font-size: 18px;
  font-weight: 500;
  min-height: auto;
  background: #DCDDDE;
  flex-grow: 1;
  box-sizing: border-box;
}

@media (min-width: 920px) {
  #siteSearch input#searchtext2 {
    width: calc(100% - 108px);
    height: 70px;
  }
}

#siteSearch button#searchClose {
  display: none;
}


#siteSearch button {
  -webkit-appearance: none;
  border-radius: 0;
  font: inherit;
}

@media (min-width: 1350px) {
  #siteSearch button {
    font-size: 22px;
    font-weight: 500;
  }
}

#siteSearch button {
  padding: 0;
  overflow: hidden;
  display: block;
  margin: 0;
  position: static;
  width: 70px;
  border: 0;
  cursor: pointer;
  color: #ffffff;
  background: #3D648C;
  --min-font-size: 16;
  --max-font-size: 19;
  font-size: max( var(--min-font-size) * 1px, min( var(--max-font-size) * 1px, var(--min-font-size) * 1px + (var(--max-font-size) - var(--min-font-size)) * ((100vw - var(--fluid-start) * 1px) / (var(--fluid-end) - var(--fluid-start))) ));
}

@media (min-width: 920px) {
  #siteSearch button {
    padding: 0 15px;
    width: 108px;
  }
}

@media(max-width:1349px){
  header.header {
    padding: 0 44px 0 44px;
  }

  .mainnav {
    display: none;
  }

  #navToggle {
    overflow: visible;
    margin: 0;
    padding: 4px;
    background-color: transparent;
    border: 0;
    color: inherit;
    font: inherit;
    text-transform: none;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    display: block;
    position: absolute;
    z-index: 9999;
    top: calc(50% - 16px);
    right: 40px;
    font-size: 0;
  }

  #navToggle .mobileNavBox {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
  }

  .mobileNavBox span {
    margin-top: -2px;
    display: block;
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    top: 0px;
  }

  .mobileNavSpring .mobileNavBox :first-child {
    top: 10px;
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
  }

  .mobileNavSpring .mobileNavBox :last-child {
    top: 20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
  }

  .mobileNavLabel {
    display: none;
  }

  #navToggle:hover {
    opacity: .7;
  }

}


@media(max-width:919px){
  header.header {
    position: absolute;
    padding: 0 16px 0 16px;
  }

  #navToggle {
    right: 12px;
  }
}


@media(min-width:1350px){
  .mob_menu {
    display: none;
  }
}



@media(max-width:1349px){
  .mob_menu {
    --min-font-size: 16;
    --max-font-size: 19;
    font-size: max( var(--min-font-size) * 1px, min( var(--max-font-size) * 1px, var(--min-font-size) * 1px + (var(--max-font-size) - var(--min-font-size)) * ((100vw - var(--fluid-start) * 1px) / (var(--fluid-end) - var(--fluid-start))) ));
    line-height: normal;
    font-weight: 400;
    box-sizing: border-box;
    box-shadow: 0 0 200px 15px rgb(0 0 0 / 80%);
    transition: right 0.7s;
    padding: max(40px, min(80px, 40px + (80 - 40) * ((100vw - 320px) / (1349 - 320)) ));
    padding-top: 130px;
    z-index: 9998;
    top: 0;
    right: -200vw;
    left: auto;
    width: 100vw;
    max-width: 498px;
    height: 100vh;
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    overflow: auto;
    background: url(https://4675630.fs1.hubspotusercontent-na1.net/hubfs/4675630/raw_assets/public/Vorys_Auguest_2022/images/nav-squiggle.png) right 470px no-repeat, #757264;
  }
  .submenu-toggle {
    display: none;
  }
  .mobile-open .mob_menu {
    left: auto !important;
    right: 0;
  }

  html.mobile-open {
    overflow: hidden;
  }

  .mobile-open #navToggle {
    position: fixed;
    top: 25px;
    right: 20px;
  }

  .mobile-open .mobileNavBox span {
    width: 48px;
    height: 2px;
    background-color: #fff;
  }

  .mobile-open .mobileNavSpring .mobileNavBox :first-child {
    top: 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transform: translate3d(0, 10px, 0) rotate(45deg);
  }

  .mobile-open .mobileNavBox span:nth-child(2) {
    transition-delay: .22s;
    background-color: transparent !important;
  }

  .mobile-open .mobileNavSpring .mobileNavBox :last-child {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transform: translate3d(0, 10px, 0) rotate(-45deg);
  }

  .mobile-open #searchJump {
    position: fixed;
    top: 18px;
    width: 40px;
    height: 40px;
  }

  .mobile-open #searchJump svg {
    fill: #FFF;
  }

  #searchJump {
    z-index: 10000;
  }

  .mob_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: inherit;
    --min-font-size: inherit;
  }

  .mob_menu ul.submenu.level-1 {
  }

  .mob_menu ul.submenu.level-1 > li {
    text-align: left;
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0.8rem 48px 0px 0px;
  }

  .mob_menu ul.submenu.level-1 > li > a {
  }

  .mob_menu ul.submenu.level-1 > li > a {
    color: #ffffff;
    display: block;
    padding: 5px 0;
    font-size: 26px;
    font-weight: 600;
  }

  .mob_menu ul.submenu.level-1 > li:hover > a {
    background: none;
    color: #cccccc;
  }

  .mob_menu ul ul {
    display: none;
  }

  .mob_menu {
    display: block;
  }

  .submenu-toggle {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 36px;
    z-index: 2;
    cursor: pointer;
  }


  .mob_menu ul {
    -webkit-transition: all .3s !important;
    -moz-transition: all .3s !important;
    -ms-transition: all .3s !important;
    -o-transition: all .3s !important;
    transition: all .3s !important;
  }
  .mob_menu ul.submenu.level-1>li ul.submenu.level-2, 
  .mob_menu ul.submenu.level-1>li ul.submenu.level-3, 
  .mob_menu ul.submenu.level-1>li ul.submenu.level-4,
  .mob_menu ul.submenu.level-1>li ul.submenu.level-5 {
    position: fixed !important;
    top: 0;
    right: 0;
    margin: 0;
    left: 0;
    display: none;
    background-color: rgba(0,166,226,0.0);
  }


  .mob_menu ul.submenu.open, .mob_menu ul.submenu.level-2.open {
    transform: translate3d(-100%,0px,0px);
  }

  .mob_menu ul.submenu.level-1>li.open ul.submenu.level-2, 
  .mob_menu ul.submenu.level-2>li.open ul.submenu.level-3 {
    transform: translateX(100%);
  }

  .mob_menu .navigation-primary>ul.submenu.level-1>li.open>ul.submenu.level-2, 
  .mob_menu ul.submenu.level-2>li.open ul.submenu.level-3 {
    display: block;
  }
  .mob_menu ul.submenu.level-2.open {
    transform: translate3d(-100%,0px,0px) !important;
  }
  .mob_menu ul.submenu.level-2>li.open ul.submenu.level-3 {
    transform: translateX(200%);
  }


  .mob_menu ul.submenu.level-3.open {
    transform: translate3d(-100%,0px,0px) !important;
  }

  .mob_menu ul.submenu.level-3>li.open ul.submenu.level-4 {
    display: block;
  }

  .mob_menu ul.submenu.level-3>li.open ul.submenu.level-4 {
    transform: translateX(300%) !important;
  }


  .mob_menu ul.submenu.level-3>li ul.submenu.level-4.open {
    transform: translate3d(-100%,0px,0px) !important;
  }

  .mob_menu ul.submenu.level-4>li.open ul.submenu.level-5 {
    display: block;
  }

  .mob_menu ul.submenu.level-4>li.open ul.submenu.level-5 {
    transform: translateX(400%) !important;
  }

  .mob_menu ul.submenu.level-2 > li {
    position: relative;
  }

  .mob_menu ul.submenu.level-1>li:nth-child(5),.mob_menu ul.submenu.level-1>li:nth-child(6),.mob_menu ul.submenu.level-1>li:nth-child(7) {
    margin: 0.8rem 48px 0px 0px;
  }

  .mob_menu ul.submenu.level-1>li:nth-child(5) > a, .mob_menu ul.submenu.level-1>li:nth-child(6) > a, .mob_menu ul.submenu.level-1>li:nth-child(7) > a {
    text-transform: uppercase;
    color: #D9D8CD;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
  }

  .mob_menu ul.submenu.level-1>li:nth-child(4) {
    margin-bottom: 68px;
  }

  .mob_menu ul.submenu.level-1>li:nth-child(5) > a:hover, .mob_menu ul.submenu.level-1>li:nth-child(6) > a:hover, .mob_menu ul.submenu.level-1>li:nth-child(7) > a:hover {
    background: none;
    color: #cccccc;
  }


  .mob_menu ul.submenu.level-1 .footerSocial.cloned-scl {
    margin-top: 75px;
  }

  .mob_menu ul.submenu.level-1 .footerSocial.cloned-scl ul {
    display: block;
    justify-content: flex-start !important;
    display: flex;
  }

  .mob_menu ul.submenu.level-1 .footerSocial.cloned-scl ul li {
    text-align: left;
    display: block;
    margin: 0;
    padding: 0;
    margin-right: 31px;
  }

  .mob_menu ul.submenu.level-1 .footerSocial.cloned-scl ul li:last-child {
    display: none;
  }

  .mob_menu ul.submenu.level-2 li.back {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
  }

  .mob_menu ul.submenu.level-2 li.back {
    margin: 0 0 14px;
  }

  .mob_menu ul.submenu.level-2 li.back .back-text {
    display: block;
    color: #fff;
    font-size: 20px;
    padding: 5px 0;
    position: relative;
    padding-left: 20px;
    font-weight: 500;
    cursor: pointer;
  }

  .mob_menu ul.submenu.level-2 li.back .back-text:before {
    content: "‹";
    position: absolute;
    left: 0px;
    font-size: 50px;
    line-height: 12px;
  }

  .mob_menu ul.submenu.level-2 li:nth-child(2) > a {
    margin-top: 12px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
  }

  .mob_menu ul.submenu.level-2 li {
    margin: 0 0 10px;
    text-transform: none;
  }

  .mob_menu ul.submenu.level-2 li a {
    color: #ffffff;
    display: block;
    font-size: 20px;
    padding: 5px 0;
    font-weight: 400;
  }

  .mob_menu ul.submenu.level-2 {
    top: 44px;
  }

  .mob_menu ul.submenu.level-1 li ul.submenu.level-2 {
    top: -46px;
  }

  .mob_menu ul.submenu.level-2 li a:hover {
    background: none;
    color: #cccccc;
  }

  .mob_menu ul.submenu.level-2 li.back .back-text:hover {
    color: #cccccc;
  }



}


@media(max-width:919px){
  .mob_menu ul.submenu.level-2 li:nth-child(2) {
    margin-top: 10px;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.mob_menu ul.submenu.level-2 li.back {
    margin: 0 0 25px;
}

}
footer.footer {
  font-size: 16px;
  color: #2c2c2c;
  background: #fff;
  box-sizing: border-box;
  justify-content: center;
  position: relative;
  z-index: 10;
  margin: 0;
  padding: 23px 0;
  display: flex;
  align-items: flex-end;
}

.footer ul.submenu.level-1,
footer.footer ul{
  margin-block-start: 1em; 
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px; 
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: unset;
  --min-font-size: unset;
  --min-margin-top: unset;
  --max-margin-top: unset;
  --min-margin-bottom: unset;
  --max-margin-bottom: unset;
}

.footer ul.submenu.level-1 > li,
footer.footer ul li{
  margin: 0 0.75rem 0 0.75rem;
  white-space: nowrap;
}

.footer ul.submenu.level-1 > li > a,
footer.footer ul li a{
  color: #2c2c2c;
}

footer.footer:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  background: inherit;
}

.footer ul.submenu.level-1 > li > a:hover {
  color: #757264;
}

.preFooter {
  background: #757264;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 42px;
  margin-top: 240px;
}

.preFooter:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  background: inherit;
}

#footerSquiggle {
  position: absolute;
  left: calc(50% - 60vw);
  bottom: 0;
  z-index: 0;
  display: block;
  width: 120vw;
  height: auto;
  object-fit: cover;
  opacity: .1;
}


.ftrscl {
  position: relative;
  z-index: 10;
}


.footerSocial ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: unset;
  --min-font-size: unset;
  --min-margin-top: unset;
  --max-margin-top: unset;
  --min-margin-bottom: unset;
  --max-margin-bottom: unset;
  display: flex;
  justify-content: center;
}

.footerSocial ul li {
  margin: 0;
  list-style: none;
  padding: 0;
}

.footerSocial ul li:not(:last-child) {
  margin-right: 15px;
}

@media (min-width: 768px) {
  .footerSocial ul li:not(:last-child) {
    margin-right: 33px;
  }
}

.footerSocial ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  background: #ffffff;
  border-radius: 50%;
  color: #7F7D70;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 58px;
  box-sizing: border-box;
}

@media (min-width: 1280px) {
  .footerSocial ul li a {
    width: 58px;
    height: 58px;
  }
}

.footerSocial svg {
  display: block;
  height: auto;
  fill: #7F7D70;
}

#footerSubscribe a {
  width: auto;
  border-radius: 10px;
  padding: 0 20px;
  font-weight: 600;
}

@media (min-width: 1280px) {
  #footerSubscribe a {
    padding: 0 26px;
  }
}

#footerSubscribe a:hover {
  background: #C9C6B4;
}

footer.footer.lp ul li {
    padding-left: 10px;
    padding-right: 10px;
    white-space: normal;
}

footer.footer.lp ul {
    display: block;
    text-align: center;
}
.footer ul.submenu.level-1>li:nth-child(7) > a:hover {
    color: #2c2c2c;
}
/* md-css */
.transitionNow {
  position: relative;
  z-index: 10;
  top: -50px;
  opacity: 0;
  transition: all 500ms ease 250ms;
  top: -90px;
  opacity: 1;
}

.transitionNow .results_list {
  margin: 0;
  list-style: none;
  padding: 0;
  font-size: unset;
  --min-font-size: unset;
  --min-margin-top: unset;
  --max-margin-top: unset;
  --min-margin-bottom: unset;
  --max-margin-bottom: unset;
}

.transitionNow .results_list li {
  list-style: none;
  position: relative;
  min-height: 285px;
  margin: 0 0 46px;
}

@media (min-width: 768px) {
  .transitionNow .results_list {
    display: flex;
    justify-content: space-between;
  }

  .transitionNow .results_list li {
    width: calc((100%/3) - 30px);
    max-width: 454px;
    min-height: 285px;
  }
}

.transitionNow .results_list li a {

  box-sizing: border-box;
  color: #1B3C5C;
  background: #ffffff;
  padding: max(30px, min(58px, 30px + (58 - 30) * ((100vw - 767px) / (1920 - 767)) ));
    padding-top: max(50px, min(68px, 50px + (68 - 50) * ((100vw - 767px) / (1920 - 767)) ));
  position: relative;
  display: block;
  height: 100%;
  min-height: 285px;
  /* box-sizing: content-box; */
}

.transitionNow .results_list li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 20px;
  background: #C24C40;
  transition: all 250ms ease;
}

.transitionNow .tabletitle {
  margin-bottom: 20px;
  color: #C24C40;
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
  box-sizing: content-box;
}

.transitionNow .title, .transitionNow .spotabstract,.transitionNow .reveal .tabletitlerevealed {
  font-size: max( var(--min-font-size) * 1px, min( var(--max-font-size) * 1px, var(--min-font-size) * 1px + (var(--max-font-size) - var(--min-font-size)) * ((100vw - var(--fluid-start) * 1px) / (var(--fluid-end) - var(--fluid-start))) ));
  --min-font-size: 16;
  --max-font-size: 19;
}

.transitionNow .reveal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  /* background: #C24C40; */
  color: #ffffff;
  padding: 58px;
  padding: max(30px, min(58px, 30px + (58 - 30) * ((100vw - 767px) / (1920 - 767)) ));
  padding-top: 68px;
  padding-top: max(50px, min(68px, 50px + (68 - 50) * ((100vw - 767px) / (1920 - 767)) ));
  box-sizing: border-box;
  transition: all 250ms ease;
}

.transitionNow .reveal .tabletitlerevealed {
  margin-bottom: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

.transitionNow .results_list li a:hover:before {
  height: 100%;
}

.transitionNow .results_list li:hover .reveal {
  opacity: 1;
}
.footerSocial ul li a:hover {
    background: #C9C6B4;
}
@media(max-width:380px){
  .footerSocial ul li:not(:last-child) {
    margin-right: 6px;
}
  .footer ul.submenu.level-1 {
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
}



.footer ul.submenu.level-1>li>a {
    white-space: normal;
}
}
/* 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    */
/*****************************************/

/* by default, images for addthis are 16px */
[class^="addthis_button_"] .defaultShareIcon,
[class^="socialshare_button_"] .defaultShareIcon
{
	width: 16px;
	height: 16px;
	vertical-align: middle;

	position: relative;
	top: -0.1em;
}

/* fixes a common piece of CSS that makes all blog post images blocks */
.blogPosts .addthis [class^="addthis_button_"] .defaultShareIcon,
.blogPosts .socialshare [class^="socialshare_button_"] .defaultShareIcon
{
	display: inline-block;
}

#socialShareList
{
	display: none;

	position: absolute;
	top: 0;
	left: 0;

	padding: .8em 1.3em;
	background: rgba(255,255,255,.98);
	box-shadow: 0 1px 3px 1px rgba(0,0,0,.2);
	border-radius: 0 2px 2px 2px;

	line-height: 1.8;

	z-index: 999999;

	width: auto;
	margin: 0;
	text-align: left;
}

#socialShareList.buttonHovered,
#socialShareList.hasFocus
{
	display: block;
}

#socialShareList.hasHover
{
	background: red;
}

#socialShareList.dropUp
{
	box-shadow: 0 -1px 3px 1px rgba(0,0,0,.2);
	border-radius: 2px 2px 2px 0;
}

#socialShareList.dropRight
{
	border-radius: 2px;
}

#socialShareList
{
	white-space: nowrap;
}

#socialShareList.fixWhiteLinks a
{
	color: #333;
}

#socialShareList img
{
	display: inline-block;

	height: 1em;
	width: 1em;

	vertical-align: baseline;
	border-radius: 3px;
	margin-right: .5em;

	position: relative;
	top: .15em;
}

.addthis_toolbox > a,
.socialshare_toolbox > a
{
	margin-bottom: 5px;
	line-height: initial;
}

.addthis_pill_style,
.socialshare_pill_style
{
	background: #EF7945;
	color: white;
	display: inline-block;

	border-radius: 2px;

	padding: 3px 3px 2px 0;

	box-sizing: border-box;
	vertical-align: top;

	text-decoration: none;
	font-size: 11px;
	text-align: center;
}

.addthis_pill_style .defaultShareIcon,
.socialshare_pill_style .defaultShareIcon
{
	height: 14px;
	width: 14px;
	vertical-align: middle;
	background: red;

	position: relative;
	top: -0.1em;
}