<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*, *: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;
  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;
}


.dnd-section &gt; .row-fluid,
.content-wrapper,
.page-center,
.footer__container,
.header__container{
  margin: 0 auto;
  padding: 0 275px;
}

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


@media screen and (max-width: 1600px){
  .dnd-section &gt; .row-fluid,
  .content-wrapper,
  .page-center,
  .footer__container,
  .header__container{
    padding: 0 200px;
  }
}


@media screen and (max-width: 1400px){
  .dnd-section &gt; .row-fluid,
  .content-wrapper,
  .page-center,
  .footer__container,
  .header__container{
    padding: 0 100px;
  }
}


@media screen and (max-width: 1100px){
  .dnd-section &gt; .row-fluid,
  .content-wrapper,
  .page-center,
  .footer__container,
  .header__container{
    padding: 0 50px;
  }
}


@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

@media screen and (max-width: 600px){
  .dnd-section &gt; .row-fluid,
  .content-wrapper,
  .page-center,
  .footer__container,
  .header__container{
    padding: 0 35px;
  }
}
body {
  line-height: 1.6;
}

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

/* Paragraphs */

p {
  margin: 0 0 20px;
}

/* Anchors */

a {
  text-decoration: none;
}

/* Headings */

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

h1,.h1 {
  margin:0 0 20px;
}

h2,.h2 {
  margin:0 0 15px;
}

h3,.h3 {
  margin:0 0 30px;
}

/* Lists */

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

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: 0;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  font-family: Muli;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

strong,b {
  font-weight: bold;
}

@keyframes bounce{
  0%, 20%, 40%, 80%, 100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(10px);
  }
  30% {
    transform: translateX(3px);
  }
}
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: 18px;
}

/* Labels */

form label {
  font-family: Muli;
  font-size: 13px;
  margin-bottom: 4px;
  line-height: 20px;
  font-weight: 500;
  display: block;
}

/* 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 {
  padding: 0 15px;
  min-height: 27px;
  width: 100%;
  max-width: 100%;
  background-color: #f5f8fa;
  display: inline-block;
  height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  outline: none;
  color: #33475b !important;
  border: 1px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

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

/* Inputs - checkbox/radio */

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

form .inputs-list &gt; li {
  display: block;
  margin: 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 &gt; span,
.legal-consent-container .hs-form-booleancheckbox-display &gt; span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #c87872 !important;
}

ul.no-list.hs-error-msgs.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

.hs-error-msg,
.hs_error_rollup label{
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  color: #f2545b !important;
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* Submit button */

form input[type=submit],
form .hs-button,
.button{
  white-space: normal;
  font-size: 12px;
  line-height: 12px;
  font-family: Muli;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  margin: 20px 0;
}

/* 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;
}
.site-header {
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 6;
}
.lp-header .bottom-white {
  padding-top: 48px;
}
.top-gray {
  background-color: #313131;
  height: 48px;
}
.bottom-white {
  background-color: #fff;
  height: 97px;
}
.top-gray .header__container {
  margin: auto;
  width: 100%;
  padding: 0 140px;
  max-width: 1900px;
}
.top-gray .header-phone {
  margin-left: 78px;
  float: right;
  margin-top: 11px;
  cursor: context-menu;
}
.top-gray .mail {
  float: right;
  margin-top: 11px;
  cursor: context-menu;
}
.top-gray .grey-icon {
  display: inline-block;
  vertical-align: middle;
}
.top-gray .grey-icon img {
  display: block;
  height: 18px;
  width: 18px !important;
}

.top-gray .grey-text {
  color: #FFFFFF;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.top-gray .mail img {
  height: 16px;
}
.bottom-white .logo {
  float: left;
  padding-top: 12px;
  padding-bottom: 5px;
}
.site-header .header__container {
  padding: 0px 140px;
}
.bottom-white .header-nav {
  display: inline-block;
  float: right;
  margin-top: 35px;
}
.bottom-white .logo img.hs-image-widget {
  max-width: 100%;
  width: 324px !important;
}
.bottom-white .header-nav .hs-menu-wrapper&gt;ul&gt;li {
  font-weight: bold;
  float: left;
  position: relative;
  text-transform: uppercase;
  margin-left: 78px;
}
.bottom-white .header-nav .hs-menu-wrapper&gt;ul&gt;li&gt;ul {
  background: #FFFFFF;
  border-radius: 23px;
  color: #262626;
  height: auto;
  left: -45px;
  opacity: 0;
  padding: 22px 45px 20px;
  position: absolute;
  text-align: left;
  top: 30px;
  min-width: 155px;
  transition: all .3s ease;
  transform: translateY(20px);
  visibility: hidden;
  white-space: nowrap;
  -webkit-box-shadow: 0px 0px 20px 0px rgb(135 135 135);
  -moz-box-shadow: 0px 0px 20px 0px rgba(135,135,135,1);
  box-shadow: 0px 0px 20px 0px rgb(135 135 135);
}
.bottom-white .header-nav .hs-menu-wrapper&gt;ul&gt;li&gt;ul&gt;li {
  display: block;
  float: none;
  height: auto;
  line-height: initial;
  margin-left: 0;
  margin-top: 0;
  padding: 10px 0;
  white-space: nowrap;
  font-weight: normal;
  position: relative;
  text-transform: none;
  width: 100%;
}
.bottom-white .header-nav .hs-menu-wrapper&gt;ul&gt;li&gt;ul&gt;li&gt;a {
  color: rgb(38, 38, 38);
  display: block;
}
.bottom-white .header-nav .hs-menu-wrapper&gt;ul&gt;li:hover&gt;ul {
  display: block;
  opacity: 1;
  transition: all .3s ease;
  transform: translateY(0);
  visibility: visible;
}
.bottom-white .header-nav .hs-menu-wrapper&gt;ul&gt;li:hover,
.bottom-white .header-nav .hs-menu-wrapper&gt;ul&gt;li.active, 
.bottom-white .header-nav .hs-menu-wrapper&gt;ul&gt;li.active-branch, 
.bottom-white .header-nav .hs-menu-wrapper&gt;ul&gt;li:active {
  border-bottom: 2px solid #DDC514;
  padding-bottom: 5px;
}
.custom-header {
  min-height: 157.11px;
}






@media screen and (max-width: 1600px){
  .site-header .header__container {
    padding: 0 100px;
  }
  .bottom-white .header-nav .hs-menu-wrapper&gt;ul&gt;li {
    margin-left: 70px;
  }
}



@media screen and (max-width: 1500px){
  .site-header .header__container {
    padding: 0 50px;
  }
}


@media screen and (max-width: 1400px){
  .bottom-white .header-nav .hs-menu-wrapper&gt;ul&gt;li {
    margin-left: 65px;
  }
}


@media screen and (max-width: 1366px){
  .bottom-white .header-nav .hs-menu-wrapper&gt;ul&gt;li {
    margin-left: 50px;
  }
  .bottom-white .header-nav .hs-menu-wrapper&gt;ul&gt;li&gt;ul {
    left: -30px;
    padding: 22px 30px 20px;
  }
}



@media screen and (max-width: 1300px){
  .bottom-white .logo {
    padding-top: 23px;
    width: 275px;
  }
}


@media screen and (max-width: 1200px){
  .bottom-white .header-nav .hs-menu-wrapper&gt;ul&gt;li {
    margin-left: 35px;
  }
}



@media screen and (min-width: 1101px){
  .nav-mobile {
    display: none;
  }
  .mobile-trigger {
    display: none;
  }
}



@media screen and (max-width: 1100px){
  .top-gray {
    display: none;
  }
  .bottom-white {
    height: 80px;
  }
/*   .nav-mobile-inner&gt;ul&gt;li.active&gt;ul, .nav-mobile-inner&gt;ul&gt;li.active-branch&gt;ul {
    max-height: 500px;
    transition: max-height .5s ease;
    -webkit-transition: max-height .5s ease;
  } */
  .lp-header .bottom-white {
    padding-top: 0;
  }
  .custom-header {
    min-height: 82px;
  }
  .bottom-white .logo {
    padding-top: 6px;
    width: 260px;
    float: none;
    text-align: center;
    margin: auto;
  }
  .nav-mobile-inner&gt;ul&gt;li.active, 
  .nav-mobile-inner&gt;ul&gt;li.active-branch {
    background-color: #F4F4F4;
    border-left: 8px solid #DDC514;
    padding: 15px 17px;
  }
  .bottom-white .header-nav {
    display: none;
  }
  .mobile-trigger {
    display: block;
    position: fixed;
    right: 15px;
    top: 30px;
    z-index: 99;
  }
  .navIcon {
    width: 32px;
    height: 36px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  .navIcon span {
    background: #262626;
    display: block;
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    width: 100%;
  }
  .navIcon span:nth-child(1) {
    top: 0px;
  }
  .navIcon span:nth-child(2) {
    top: 10px;
  }
  .navIcon span:nth-child(3) {
    top: 10px;
  }
  .navIcon span:nth-child(4) {
    top: 20px;
  }
  .nav-mobile {
    background: #FFFFFF;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    text-align: center;
    top: 0;
    right: 0;
    transform: translateX(420px);
    -webkit-transform: translateX(420px);
    -o-transform: translateX(420px);
    -moz-transform: translateX(420px);
    -ms-transform: translateX(420px);
    transition: opacity .5s ease, transform .3s ease;
    -webkit-transition: opacity .5s ease, -webkit-transform .3s ease;
    -o-transition: opacity .5s ease, transform .3s ease;
    -moz-transition: opacity .5s ease, transform .3s ease;
    width: 370px;
    z-index: 26;
    -webkit-box-shadow: -16px 5px 32px 3px rgb(0 0 0 / 75%);
    -moz-box-shadow: -16px 5px 32px 3px rgba(0,0,0,0.75);
    box-shadow: -16px 5px 32px 3px rgb(0 0 0 / 75%);
  }
  .nav-mobile-inner {
    display: inline-block;
    font-size: 19px;
    margin-bottom: 30px;
    left: 0;
    position: absolute;
    text-align: left;
    top: 70px;
    width: 100%;
  }
  .nav-mobile-inner&gt;ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mobile-nav-contact {
    border-top: 1px solid #DBDBDB;
    margin: 15px 25px;
  }
  .nav-mobile-inner&gt;ul&gt;li {
    padding: 15px 25px;
    line-height: 24px;
  }
  .mobile-open .nav-mobile {
    opacity: 1;
    right: 0px;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transition: opacity .5s ease, transform .3s ease;
    -webkit-transition: opacity .5s ease, -webkit-transform .3s ease;
    -o-transition: opacity .5s ease, transform .3s ease;
    -moz-transition: opacity .5s ease, transform .3s ease;
  }
  .mobile-open .navIcon span:nth-child(1) {
    left: 50%;
    top: 18px;
    width: 0%;
  }
  .mobile-open .navIcon span:nth-child(2) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .mobile-open .navIcon span:nth-child(3) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .mobile-open .navIcon span:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0%;
  }
  .nav-mobile-inner&gt;ul&gt;li&gt;a {
    display: block;
    color: inherit;
  }
  .nav-mobile-inner&gt;ul&gt;li&gt;ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease;
    -webkit-transition: max-height .5s ease;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav-mobile-inner&gt;ul&gt;li&gt;ul&gt;li {
    font-size: 19px;
    padding: 10px 20px;
    position: relative;
  }
  .nav-mobile-inner&gt;ul&gt;li&gt;ul&gt;li:first-of-type {
    padding-top: 20px;
  }
  .nav-mobile-inner&gt;ul&gt;li&gt;a img.nav-arrow {
    height: 11px;
    position: absolute;
    right: 25px;
    width: 6px;
    transition: ease-in-out 0.25s;
    margin-top: 6px;
  }
  .nav-mobile-inner&gt;ul&gt;li.child-open&gt;ul {
    max-height: 500px;
    transition: max-height .5s ease;
    -webkit-transition: max-height .5s ease;
  }
  .nav-mobile-inner&gt;ul&gt;li.child-open {
    background-color: #F4F4F4;
    border-left: 8px solid #DDC514;
    padding: 15px 17px;
  }
  .nav-mobile-inner&gt;ul&gt;li&gt;ul&gt;li.active, .nav-mobile-inner&gt;ul&gt;li&gt;ul&gt;li.active-branch {
    font-weight: bold;
  }
  .mobile-nav-contact .header-phone, 
  .mobile-nav-contact .mail {
    float: left;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 30px;
    line-height: 24px;
  }
  .mobile-nav-contact .grey-icon {
    width: 24px;
    display: inline-block;
    vertical-align: middle;
  }
  .mobile-nav-contact .grey-text {
    color: #262626;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
  }
  .mobile-nav-contact .grey-icon img {
    display: block;
    height: 18px;
    width: 18px !important;
  }
  .mobile-nav-contact .mail img {
    display: block;
    height: 16px;
    width: 18px !important;
  }
  .nav-mobile-inner&gt;ul&gt;li&gt;ul&gt;li&gt;a {
    color: inherit;
  }
  .nav-mobile-inner&gt;ul&gt;li.child-open img.nav-arrow {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transition: ease-in-out 0.25s;
  }
  .header-overlay {
    display: none;
    opacity: 0;
    background: rgba(0,0,0,0.7);
    bottom: 0;
    height: 100%;
    position: fixed;
    top: 0;
    transition: opacity .5s ease;
    width: 100%;
    z-index: 25;
  }
  .mobile-open .header-overlay {
    background: rgba(0,0,0,0.3);
    opacity: .9;
    transition: opacity .5s ease;
    display: block;
  }
}


@media screen and (max-width: 500px){
  .bottom-white .logo {
    padding-top: 11px;
    width: 213px;
  }
}



@media screen and (max-width: 400px){
  .nav-mobile {
    width: 100%;
  }
}



@media screen and (max-width: 350px){
  .bottom-white .logo {
    width: 185px;
  }
}
.footer-top {
  background-color: #056839;
  margin: auto;
  height: 202px;
  text-align: center;
  padding: 20px 0;
}
.footer-bottom {
  background-color: #262626;
  height: 98px;
  position: relative;
}
.footer .footer__container {
  margin: auto;
  width: 100%;
  padding: 0 140px;
  max-width: 1900px;
}
.footer-top p {
  color: #fff;
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
  width: 100%;
}
.footer-top img.hs-image-widget {
  width: 275px !important;
}
.footer-bottom .social-icons {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 165px;
  margin-top: 32px;
}
.social-icons .social-icon {
  float: left;
  margin: 0 8px;
  height: 36px;
  width: 36px;
}
.social-icons .social-icon img {
  width: 100%;
}
.footer-bottom .left-foot {
  float: left;
  margin-top: 30px;
}
.footer-bottom p {
  font-size: 15px;
  font-family: Muli;
  color: #fff;
  line-height: 24px;
  margin: 0;
}
.footer-bottom a {
  color: #fff;
}
.footer-bottom .right-foot img {
  height: 25px;
  position: absolute;
  right: 140px;
  top: 25px;
  width: 200px;
}
.footer-bottom .right-foot .login-link {
  cursor: pointer;
  font-size: 13px;
  position: absolute;
  bottom: 69px;
  text-transform: uppercase;
  right: 217px;
  top: 53px;
}



@media(max-width: 1600px){
  .footer .footer__container {
    padding: 0 100px;
  }
  .footer-bottom .right-foot img {
    right: 100px;
  }
  .footer-bottom .right-foot .login-link {
    right: 176px;
  }
}


@media screen and (max-width: 1300px){
  .footer .footer__container {
    padding: 0px 50px;
  }
}


@media screen and (max-width: 1100px){
  .footer-bottom p {
    font-size: 13px;
  }
  .footer-bottom .left-foot {
    margin-top: 38px;
    font-size: 13px;
  }
}


@media screen and (max-width: 1000px){
  .footer-top p {
    font-size: 20px;
  }
  .footer-bottom {
    height: 215px;
    padding-top: 25px;
  }
  .footer-bottom .social-icons {
    margin-top: 0;
    position: static;
  }
  .footer-bottom .left-foot {
    float: none;
    display: inline-block;
    margin-top: 0px;
    padding: 30px 0;
    width: 100%;
    text-align: center;
  }
  .footer-bottom .right-foot {
    float: none;
    display: inline-block;
    width: 100%;
  }
  .footer-bottom .right-foot img {
    position: static;
  }
  .footer-bottom .right-foot .login-link {
    display: none;
  }
  .footer-bottom .right-foot div, .footer-bottom .right-foot span {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 600px){
  .footer-top img.hs-image-widget {
    width: 225px !important;
  }
  .footer-top p {
    font-size: 17px;
  }
  .footer .footer__container {
    padding: 0 35px;
  }
  .footer-top {
    margin: auto;
    height: 165px;
    padding: 15px 0;
  }
}


@media screen and (max-width: 500px){
  .footer-top {
    margin: auto;
    height: 170px;
    padding: 15px 0;
  }
  .footer-top p {
    font-size: 17px;
    width: 250px;
    line-height: 19px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.banner-section .dnd-section,
.banner-section .dnd-section&gt;.row-fluid,
.bottom-pane-section .dnd-section,
.bottom-pane-section .dnd-section&gt;.row-fluid {
  padding:0;
  max-width:100%;
  width:100%;
}

.content-wrapper .dnd-section ,
.content-wrapper .dnd-section&gt;.row-fluid {
  padding: 0;
}

.page-wrapper .body-container-wrapper .content-wrapper {
  margin: 65px auto 81px;
}

.home-page.page-wrapper .body-container-wrapper .content-wrapper {
  margin:0 auto;
}

.page-wrapper .left-section {
  float: left;
  position: relative;
  width: 375px;
}

.page-wrapper .right-section {
  float: left;
  margin-top: 75px;
  padding-left: 85px;
  width: calc(100% - 380px);
}

.page-title-area h1 {
  font-family: 'Playfair Display';
  line-height: 46px;
  color: #262626;
  font-size: 44px;
  margin-bottom: 10px;
  font-weight: normal;
}

.page-title-area hr {
  background-color: #DDC514;
  display: inline-block;
  height: 2px;
  margin: 17px 0;
  margin-bottom: 9px;
  width: 83px;
}

.page-wrapper .left-section .hs-menu-wrapper&gt;ul {
  margin-bottom: 65px;
  margin-top: 10px;    
}

.page-wrapper .left-section .hs-menu-wrapper&gt;ul li {
  color: #004415;
  font-size: 18px;
  line-height:24px;
  padding-bottom: 18px;
}

.page-wrapper .left-section .hs-menu-wrapper&gt;ul li:hover {
  color:#000;
}

.page-wrapper .left-section .hs-menu-wrapper&gt;ul li.active {
  font-weight: bold;
  padding-left: 30px;
}

.page-wrapper .left-section .hs-menu-wrapper&gt;ul li.active:hover {
  color: #004415;
}

.page-wrapper .left-section .hs-menu-wrapper&gt;ul li a {
  text-decoration: none;
  color: inherit;
}

.page-wrapper .left-section .hs-menu-wrapper&gt;ul li .active-arrow {
  display: none;
  float: left;
  height: 14px;
  width: 25px;
  position: absolute;
  left: 0;
  padding-top: 5px;
  box-sizing:content-box;
}

.page-wrapper .left-section .hs-menu-wrapper&gt;ul li.active&gt;.active-arrow {
  display: block;
}

.page-wrapper .right-section figure {
  width: 100%;
  margin:0;
}

.page-wrapper .right-section iframe {
  height: 756px;
  vertical-align:baseline;
  width:100%;
}

.page-wrapper .right-section div[align="center"] {
  margin: 0 0 7px;
}


.page-wrapper .right-section div[align="center"] iframe {
  width:100%;
  height:700px; 
}

.page-wrapper .right-section figure img {
  margin: auto;
  text-align: center;
  max-width: 100%;
}

.page-wrapper .right-section figure[style="text-align: center;"] {
  margin:0 0 30px;
}

.page-wrapper .right-section figure[style="text-align: left;"] {
  margin:0;
}

.page-wrapper .right-section figure[style="text-align: left;"] img {
  border-radius: 14px;
  float: left;
  margin-right: 25px;
  margin-bottom: 12px;
  margin-top: 8px;
  height: 124px;
  width: 124px;
}
.page-wrapper .right-section figure img:not(:only-child) {
  height: 131px;
  width: 131px;
  margin: 0 50px 0 0;
}


.page-wrapper .right-section h3 {
  border-left: 2px solid #DDC514;
  color: #004415;
  font-family: 'Playfair Display';
  font-size: 29px;
  margin-bottom: 30px;
  line-height: 51px;
  padding-left: 40px;
  font-weight:normal;
}

.page-wrapper .right-section h4 {
  font-size: 21px;
  line-height: 33px;
  margin: 0;
}

.page-wrapper.hs-why-stony-hill .right-section h4 a:hover {
  text-decoration:underline;
}

.the-age-wave-page {
  min-height:100%;
  overflow-x:hidden;
  padding-bottom:300px;
  margin-bottom:-300px;
}

.the-age-wave-page-content-section .dnd-section {
  padding: 65px 0 75px;
}

.the-age-wave-page-content-section h1 {
  color: #262626;
  font-size: 44px;
  font-family: 'Playfair Display';
  line-height: 46px;
  font-weight: normal;
  text-align: center;
}

.the-age-wave-page-content-section h5 {
  margin-bottom: 17px;
  color: #262626;
  text-align: center;
  font-weight: normal;
  line-height: 1.2;
}

.the-age-wave-page-content-section .widget-type-form {
  max-width: 650px;
  margin: 0 auto;
}

.the-age-wave-page-content-section .widget-type-form .hs-richtext {
  font-family: Muli;
  color: #33475b;
  font-size: 11px;
  line-height: 24px;
  margin-bottom: 3px;
}

.the-age-wave-page-content-section .widget-type-form .hs-button {
  margin: 32px 0 18px;
}

.the-age-wave-page-content-section .widget-type-form .hs-error-msgs {
  padding-left: 5px;
}

.the-age-wave-page-content-section .widget-type-form .hs_error_rollup label {
  padding-top:6px;
  font-family: Muli;
}

.page-wrapper.hs-why-stony-hill .hs-responsive-embed-wrapper {
  border-radius: 23px;
  max-width: 100% !important;
  max-height: none !important;
  margin-bottom: 50px !important;
  min-width: auto !important;
}

.page-wrapper[class*="hs-exit-value"] .hs-responsive-embed-wrapper {
  min-width:auto !important;  
  max-height:auto !important;
}

.page-wrapper[class*="hs-exit-value"] .hs-responsive-embed-inner-wrapper {
  padding:0 !important;
}

.page-wrapper[class*="hs-exit-value"] .hs-responsive-embed-inner-wrapper iframe {
  position:static !important;
  height:360px !important;
}

.page-wrapper.hs-why-stony-hill .hs-responsive-embed-wrapper iframe {
  border-radius: 23px;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 4px) !important;
  height: calc(100% + 4px) !important;
  border: 2px inset #eeeeee !important;
}

.page-wrapper .right-section h2 {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 24px;
  color:#262626;
}

.page-wrapper.hs-success-stories .right-section h2 {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 5px;
}

.page-wrapper .right-section h6 {
  color: #262626;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
  font-family: Muli;
  padding-top: 30px;
  position: relative;
  font-weight: normal;
}

.page-wrapper .right-section h6:before {
  content: url(//44760.fs1.hubspotusercontent-na1.net/hubfs/44760/raw_assets/public/StonyHillAdvisors_April2022/images/yellow-line.jpg);
  top: -5px;
  position: absolute;
}

.page-wrapper .right-section h1 {
  line-height: 1.643;
}

.page-wrapper .right-section ol {
  margin: 0;
  padding: 0;
  color: #004415;
  font-weight: bold;
  list-style: decimal;
  list-style-position: inside;
  margin-bottom: 30px;
}

.page-wrapper .right-section ol li {
  color: #004415;
  font-weight: bold;
  list-style: decimal;
  list-style-position: inside;
  margin-bottom: 5px;
}

.page-wrapper .right-section ol li p {
  font-weight: normal;
  color: #262626;
}

.page-wrapper .right-section ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.page-wrapper .right-section ul li {
  list-style: outside;
  list-style-position: inside;
}

.page-wrapper .right-section ol ul {
  margin-bottom: 15px;
  margin-left: 30px;
  margin-top: 5px;
}

.page-wrapper .right-section ol ul li {
  color: #262626;
  font-weight: normal;
  list-style: outside;
  padding-bottom: 5px;
}

.page-wrapper .right-section h2[style="font-weight: normal;"] {
  font-size: 15px;
  line-height: 24px;
  color: #262626;
  margin:0 0 20px;
}

.home-page .dnd-section &gt; .row-fluid,
.home-page .content-wrapper,
.home-page .page-center {
  padding: 0 140px; 
}

.home-page-blog-posts-section .dnd-section {
  padding:7px 0 95px;
  border-top:1px solid #E8E8E8;
}

.home-page-content-with-iframe-section .dnd-section {
  padding:7px 0 17px;
  border-top:1px solid #E8E8E8;
}

.home-page-company-locations-section .dnd-section {
  padding:0;
}

.page-wrapper .dnd-section[class*="full-width"]&gt;.row-fluid {
  padding:0;
}

.home-page-image-section .dnd-section {
  background-color: #F5F5F5;
  margin: auto;
  text-align: center;
  padding: 30px 0;
}

.home-page-image-section .widget-type-linked_image img {
  display: block;
  margin: auto;
  max-width: 100%;
}

.home-page-details-card-section .dnd-section {
  padding:60px 0 17px;
}

@media (max-width:1600px) {

  .page-wrapper .left-section {
    float: left;
    width: 330px;
  }

  .page-wrapper .right-section {
    padding-left: 70px;
    width: calc(100% - 335px);
  }

  .page-title-area h1 {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 0px;
  }

  .the-age-wave-page-content-section h1 {
    font-size:38px;
  }

  .home-page .dnd-section &gt; .row-fluid,
  .home-page .content-wrapper,
  .home-page .page-center {
    padding: 0 100px;
  }

}

@media (max-width:1400px) {
  .page-wrapper .body-container-wrapper .content-wrapper {
    margin: 40px 0 55px;
  }

  .page-title-area h1 {
    font-size: 31px;
  }


  .the-age-wave-page-content-section h1 {
    font-size:31px;
    margin:0 0 14px;
  }

  .the-age-wave-page-content-section .dnd-section {
    padding:40px 0 50px;
  }

}

@media (max-width:1300px) {
  .home-page .dnd-section &gt; .row-fluid,
  .home-page .content-wrapper,
  .home-page .page-center {
    padding: 0px 50px;
  }
}

@media (max-width:1100px) {
  .page-wrapper .body-container-wrapper .content-wrapper {
    margin: 43px 0 53px;
  }

  .page-title-area h1 {
    font-size: 28px;
    line-height: 32px;
  }

  .page-wrapper .left-section {
    float: left;
    width: 226px;
  }

  .page-wrapper .right-section {
    padding-left: 40px;
    width: calc(100% - 231px);
  }

  .page-wrapper .right-section h3 {
    font-size: 27px;
    line-height: 44px;
    padding-left: 25px;
  }


  .the-age-wave-page-content-section .dnd-section {
    padding:43px 0 45px;
  }

  .the-age-wave-page-content-section h1 {
    font-size: 28px;
    line-height: 32px;
  }

  .the-age-wave-page-content-section h5 {
    font-size: 18px;
    line-height: 24px;
  }

  .home-page .dnd-section &gt; .row-fluid,
  .home-page .content-wrapper,
  .home-page .page-center {
    padding: 0 50px;
  }

}

@media (max-width:1000px) {
  .page-wrapper .left-section {
    display: none;
    float: left;
    width: 100%;
  }

  .page-wrapper .right-section {
    margin-top: 0px;
    padding-left: 0px;
    width: 100%;
  }

  .page-wrapper .right-section .hs_cos_wrapper_type_rich_text h1 {
    color: #262626;
    font-family: 'Playfair Display';
    font-weight: normal;
    line-height: 32px;
    font-size: 25px;
    margin-bottom: 0px;
  }

  .page-wrapper .right-section .hs_cos_wrapper_type_rich_text h1:after {
    content:"";
    background-color: #DDC514;
    height: 2px;
    margin: 17px 0;
    width: 83px;
    display: block;
    margin-bottom: 15px;
  }

  .the-age-wave-page-content-section h1 {
    font-size:25px;
  }

  .hs-strategic-partners.page-wrapper .right-section {
    margin-bottom:50px;
  }

  .page-wrapper .right-section h2[style="font-weight: normal;"] {
    font-size: 19px;
    font-weight: bold !important;
    text-align: center;
    margin-bottom: 30px;
  }


}

@media (max-width:800px) {
  .page-wrapper .right-section .hs_cos_wrapper_type_rich_text h1 {
    font-size: 24px;
    line-height: 35px;
  }

  .page-wrapper .right-section .hs_cos_wrapper_type_rich_text h1:after {
    margin-bottom: 15px;
    margin-top: 10px;
  }

  .page-wrapper .right-section h3 {
    font-size: 25px;
    line-height: 39px;
    padding-left: 20px;
  }

  .the-age-wave-page-content-section h1 {
    font-size: 24px;
    line-height: 35px;
  }

  .the-age-wave-page-content-section h5 {
    font-size: 17px;
  }

  .page-wrapper .right-section h6 {
    padding-top:20px;
  }

  .page-wrapper .right-section h6:before {
    top:-10px;
  }


}

@media (max-width:600px) {
  .the-age-wave-page-content-section h5 {
    font-size:16px;
  }

  .home-page .dnd-section &gt; .row-fluid,
  .home-page .content-wrapper,
  .home-page .page-center {
    padding: 0 35px;
  }

  .page-wrapper .right-section div[style*="width: 75%;"] {
    width:100% !important;
  }

}


@media (max-width:500px) {
  .page-wrapper .body-container-wrapper .content-wrapper {
    margin:28px 0 37px;
  }

  .page-wrapper .right-section figure[style="text-align: left;"] img {
    margin-right: 18px;
    margin-bottom: 8px;
    height: 100px;
    width: 100px;
  }

  .page-wrapper .right-section h3 {
    font-size: 22px;
    line-height: 34px;
    padding-left: 20px;
  }

  .page-wrapper .right-section figure {
    text-align:center;
  }

  .page-wrapper .right-section figure img:not(:only-child) {
    height: 131px;
    margin: 0 15px;
    width: 131px;
  }

  .the-age-wave-page-content-section .dnd-section {
    padding: 28px 0 45px;
  }

  .page-wrapper .right-section ol ul {
    margin-left:20px;
  }

}

@media (max-width:479px) {
  .page-wrapper .right-section h3 {
    font-size: 16px;
    line-height: 24px;
    padding-left: 10px;
  }
}

@media (max-width:400px) {
  .page-wrapper .right-section figure[style="text-align: left;"] img {
    width: 77px;
    height: 77px;
  }

  .page-wrapper .right-section iframe {
    max-width: 100%;
    min-width: auto !important;
    overflow-x: scroll;
  }

  .page-wrapper .right-section figure img:not(:only-child) {
    height: 100px;
    width: 100px;
  }

}

@media (max-width:380px) {
  .page-wrapper .right-section h4 {
    font-size:16px;
  }  
}




/***************** ask-question-page ********************/
.ask-question-form-content h1 {
  margin-bottom: 20px;
  color: #262626;
  font-size: 44px;
  font-family: 'Playfair Display';
  line-height: 46px;
  text-align: center;
  font-weight: 400;
}
.ask-question-form-content form {
  margin: auto;
  max-width: 100%;
  width: 650px;
}
.ask-question-form-content form textarea {
  height: auto;
  padding: 10px 15px;
}
.ask-question-form-content form .hs-richtext {
  font-family: Muli;
  color: #262626;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 3px;
}
.ask-question-form-content form .hs_message_please_include_the_listing_number_ {
  line-height: 0;
}
.ask-question-form-content form input.hs-button.primary.large {
  margin: 0 !important;
}
.ask-question-form-content form .actions {
  text-align: left;
  margin-top: 18px;
  margin-bottom: 10px;
  padding: 17px 0px;
}
.ask-question-form-content form .hs_message.hs-message {
  line-height: 0;
}






/********************* podcasts-page **************************/

.podcasts-form-content .podcasts_content-row-0-vertical-alignment &gt; .row-fluid {
  display: block !important;
}
.podcasts-form-content .span6:first-child {
  float: left;
  width: 570px;
  display: block !important;
}
.podcasts-form-content .span6:nth-child(2) {
  float: left;
  padding-left: 175px;
  width: calc(100% - 575px);
  display: block !important;
  margin: 85px 0 0 0 !important;
}
.podcasts-form-content .span6:first-child h1 {
  color: #262626;
  font-size: 44px;
  font-family: 'Playfair Display';
  line-height: 46px;
  margin-bottom: 10px;
  font-weight: normal;
}
.podcasts-form-content .span6:first-child hr {
  background-color: #DDC514;
  display: inline-block;
  height: 2px;
  margin: 17px 0 15px;
  width: 83px;
}
.podcasts-form-content .span6:first-child img {
  max-width: 100%;
  margin-bottom: 20px;
}
.podcasts-form-content .span6:first-child h4 {
  color: #004415;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  float: left;
  width: 100%;
  line-height: 24px;
  font-family: Muli;
}
.podcasts-form-content .span6:first-child p {
  margin-bottom: 20px;
  color: #262626;
  font-size: 15px;
  line-height: 24px;
  font-family: Muli;
}
.podcasts-form-content .span6:first-child p a {
  color: #004415;
  text-decoration: underline;
}
.podcasts-form-content .span6:nth-child(2) h3 {
  margin-bottom: 30px;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
.podcasts-form-content .span6:nth-child(2) form .hs-richtext {
  font-family: Muli;
  color: #33475b;
  font-size: 11px;
  margin-bottom: 3px;
  line-height: 24px;
}
.podcasts-form-content .span6:nth-child(2) form .grecaptcha-badge {
  margin: 0;
}
.podcasts-form-content .span6:nth-child(2) form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin: 26px 8px 18px 8px;
}
.podcasts-form-content .span6:nth-child(2) form input.hs-button.primary.large {
  margin: 0;
}
.podcasts-form-content .span6:nth-child(2) form .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}





/********************* contact-page **************************/

.contact-form-content .contact_content-row-0-vertical-alignment &gt; .row-fluid {
  display: block !important;
}
.contact-form-content h1 {
  color: #262626;
  font-size: 44px;
  font-family: 'Playfair Display';
  line-height: 46px;
  margin-bottom: 10px;
  font-weight: normal;
}
.contact-form-content .span6:first-child {
  float: left;
  width: 570px;
  display: block !important;
}
.contact-form-content .span6:nth-child(2) form select:focus {
  color: #33475b !important;
}
.contact-form-content .span6:nth-child(2) {
  float: left;
  padding-left: 175px;
  width: calc(100% - 575px);
  margin: 85px 0 0 0 !important;
  display: block !important;
}
.contact-form-content .span6:first-child hr {
  background-color: #DDC514;
  display: inline-block;
  height: 2px;
  margin: 17px 0 15px 0;
  width: 83px;
}
.contact-form-content .span6:first-child p {
  margin-bottom: 20px;
  color: #262626;
  font-size: 15px;
  line-height: 24px;
  font-family: Muli;
}
.contact-form-content .span6:first-child ul {
  display: inline-block;
  margin: 0 0 35px 0;
  padding: 0;
  list-style: none;
}
.contact-form-content .span6:first-child ul li {
  color: #004415;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  float: left;
  width: 100%;
  line-height: 24px;
  font-family: Muli;
}
.contact-form-content .span6:first-child ul li span.left {
  float: left;
  width: 100px;
  color: #004415;
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  font-family: Muli;
}
.contact-form-content .span6:first-child ul li span.right {
  float: left;
  width: calc(100% - 105px);
  color: #004415;
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  font-family: Muli;
}
.contact-form-content .span6:first-child ul~p {
  display: inline-block;
  margin: 0;
}
.contact-form-content .span6:first-child ul~p span {
  color: #004415;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  float: left;
  width: 100%;
}
.contact-form-content .span6:first-child ul+p+p {
  color: #004415;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  float: left;
  width: 100%;
}
.contact-form-content .span6:nth-child(2) form select {
  width: 100%;
  max-width: 100%;
  padding: 9px 10px;
}
.contact-form-content .span6:nth-child(2) form select {
  width: 100%;
  max-width: 100%;
  padding: 9px 10px;
  color: #bfbfbf !important;
}
.contact-form-content .span6:nth-child(2) form .hs-richtext {
  font-family: Muli;
  color: #262626;
  font-size: 12px;
  margin-bottom: 3px;
  word-break: break-word;
  line-height: 24px;
}
.contact-form-content .span6:nth-child(2) form textarea {
  padding: 10px 15px;
  height: auto;
}
.contact-form-content .span6:nth-child(2) form ul.no-list.hs-error-msgs.inputs-list {
  padding-top: 0;
}
.contact-form-content .span6:nth-child(2) form .hs_message.hs-message.hs-fieldtype-textarea {
  line-height: 0;
}
.contact-form-content .span6:nth-child(2) form .legal-consent-container .hs-form-booleancheckbox-display input {
  float: left;
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  background-color: #f5f8fa;
  display: inline-block;
  vertical-align: unset !important;
}
.contact-form-content .span6:nth-child(2) form .legal-consent-container .hs-form-booleancheckbox-display&gt;span {
  display: block;
  margin-left: 20px !important;
  vertical-align: unset !important;
}
.contact-form-content .span6:nth-child(2) form .inputs-list {
  padding-top: 6px;
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
.contact-form-content .span6:nth-child(2) form .legal-consent-container .hs-form-booleancheckbox-display&gt;span {
  display: block;
  margin-left: 20px !important;
  vertical-align: unset !important;
  font-family: Muli;
  color: #262626;
  font-size: 12px;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
}
.contact-form-content .span6:nth-child(2) form input.hs-button.primary.large {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 15px;
  font-family: Muli;
}
.contact-form-content .span6:nth-child(2) form .actions {
  text-align: left;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}
.contact-form-content .span6:nth-child(2) form legend.hs-field-desc {
  font-family: Muli;
  color: #262626;
  font-size: 11px;
  margin: 0px 0px 6px;
  display: block;
  padding: 0 2px;
  line-height: normal;
}




/********************* contact-page **************************/

.privacy-policy-content h1 {
  color: #262626;
  font-size: 44px;
  font-family: 'Playfair Display';
  line-height: 46px;
  margin-bottom: 10px;
  font-weight: normal;
}
.privacy-policy-content hr {
  width: 42px;
  background-color: #DDC514;
  display: inline-block;
  height: 2px;
  margin: 17px 0 18px 0;
}
.privacy-policy-content iframe {
  border: none;
  display: inline-block;
  height: 100vh;
  width: 100%;
}
.privacy-policy-content .dnd-section {
  padding: 65px 0 82px 0;
}























@media screen and (max-width: 1700px){
  .podcasts-form-content .span6:first-child {
    float: left;
    padding-right: 90px;
    width: calc(100% - 500px);
  }
  .podcasts-form-content .span6:nth-child(2) {
    padding-left: 0px;
    width: 495px;
  }
  .contact-form-content .span6:first-child {
    float: left;
    padding-right: 90px;
    width: calc(100% - 500px);
  }
  .contact-form-content .span6:nth-child(2) {
    padding-left: 0px;
    width: 495px;
  }
}




@media screen and (max-width: 1600px){
  .ask-question-form-content h1 {
    font-size: 38px;
    line-height: 46px;
  }
  .podcasts-form-content .span6:first-child h1 {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 0px;
  }
  .contact-form-content h1 {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 0px;
  }
  .privacy-policy-content h1 {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 0px;
  }
}


@media screen and (max-width: 1400px){
  .ask-question-form-content h1 {
    margin-bottom: 14px;
    font-size: 31px;
    line-height: 46px;
  }
  .ask-question-form-content .dnd-section {
    padding: 40px 0;
  }
  .ask-question-form-content form .actions {
    margin-bottom: 18px;
  }
  .podcasts-form-content .span6:first-child h1 {
    font-size: 31px;
    line-height: 46px;
    margin-bottom: 0px;
  }
  .podcasts-form-content .dnd-section {
    padding: 40px 0;
  }
  .contact-form-content h1 {
    font-size: 31px;
    line-height: 46px;
    margin-bottom: 0px;
  }
  .contact-form-content .dnd-section {
    padding: 40px 0;
  }
  .privacy-policy-content h1 {
    font-size: 31px;
    line-height: 46px;
    margin-bottom: 0px;
  }
  .privacy-policy-content .dnd-section {
    padding: 40px 0 57px 0;
  }
}




@media screen and (max-width: 1200px){
  .podcasts-form-content .span6:first-child {
    padding-right: 65px;
    width: calc(100% - 430px);
  }
  .podcasts-form-content .span6:nth-child(2) {
    width: 425px;
  }
  .contact-form-content .span6:first-child {
    padding-right: 65px;
    width: calc(100% - 430px);
  }
  .contact-form-content .span6:nth-child(2) {
    width: 425px;
  }
}





@media screen and (max-width: 1100px){
  .ask-question-form-content h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .ask-question-form-content .dnd-section {
    padding: 43px 0;
  }
  .podcasts-form-content .span6:first-child {
    padding-right: 0px;
    width: 100%;
  }
  .podcasts-form-content .span6:nth-child(2) {
    width: 100%;
  }
  .podcasts-form-content .span6:first-child h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .podcasts-form-content .span6:first-child img {
    width: 100%;
  }
  .podcasts-form-content .dnd-section {
    padding: 43px 0;
  }
  .podcasts-form-content .span6:nth-child(2) {
    margin: 70px 0 0 0 !important;
  }
  .contact-form-content h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .contact-form-content .dnd-section {
    padding: 43px 0;
  }
  .contact-form-content .span6:first-child {
    padding-right: 0px;
    width: 100%;
  }
  .contact-form-content .span6:nth-child(2) {
    width: 100%;
    margin: 70px 0 0 0 !important;
  }
  .contact-form-content .span6:first-child ul {
    float: left;
    width: 49%;
    margin-right: 1%;
  }
  .contact-form-content .span6:first-child ul~p {
    float: left;
    width: 49%;
    margin-left: 1%;
  }
  .contact-form-content .span6:first-child ul+p+p {
    float: left;
    width: 49%;
    margin-left: 1%;
  }
  .privacy-policy-content h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .privacy-policy-content .dnd-section {
    padding: 43px 0 52px 0;
  }
}



@media screen and (max-width: 1000px){
  .ask-question-form-content h1 {
    font-size: 25px;
  }
  .podcasts-form-content .span6:first-child h1 {
    font-size: 25px;
    margin-bottom: 0px;
    line-height: 32px;
  }
  .podcasts-form-content .span6:first-child hr {
    margin-bottom: 9px;
  }
  .privacy-policy-content h1 {
    font-size: 25px;
    margin-bottom: 0px;
  }
  .contact-form-content h1 {
    font-size: 25px;
    margin-bottom: 0px;
  }
  .contact-form-content .span6:first-child hr {
    margin-bottom: 9px;
  }
}



@media screen and (max-width: 900px){
  .contact-form-content .span6:first-child ul~p,
  .contact-form-content .span6:first-child ul+p+p {
    margin: 0;
    width: 100%;
  }
  .contact-form-content .span6:nth-child(2) {
    margin: 80px 0 0 0 !important;
  }
}




@media screen and (max-width: 800px){
  .ask-question-form-content h1 {
    font-size: 24px;
    line-height: 35px;
  }
  .podcasts-form-content .span6:first-child h1 {
    font-size: 24px;
    line-height: 35px;
  }
  .podcasts-form-content .span6:first-child hr {
    display: block;
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .contact-form-content h1 {
    font-size: 24px;
    line-height: 35px;
  }
  .contact-form-content .span6:first-child hr {
    display: block;
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .contact-form-content .span6:first-child hr+p {
    margin-top: -2px;
  }
  .privacy-policy-content h1 {
    font-size: 24px;
    line-height: 35px;
  }
}


@media screen and (max-width: 500px){
  .ask-question-form-content .dnd-section {
    padding: 28px 0;
  }
  .podcasts-form-content .dnd-section {
    padding: 28px 0;
  }
  .podcasts-form-content .span6:first-child h4 {
    color: #004415;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .podcasts-form-content .span6:nth-child(2) h3 {
    margin-bottom: 25px;
  }
  .contact-form-content .dnd-section {
    padding: 28px 0;
  }
  .contact-form-content .span6:first-child ul li {
    color: #004415;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .contact-form-content .span6:first-child ul li span.right {
    color: #004415;
    font-size: 16px;
    font-weight: 700;
  }
  .contact-form-content .span6:first-child ul li span.left {
    color: #004415;
    font-size: 16px;
    font-weight: 700;
    float: left;
    width: 80px;
  }
  .contact-form-content .span6:first-child ul~p span {
    color: #004415;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .contact-form-content .span6:first-child ul+p+p {
    color: #004415;
    font-size: 16px;
    font-weight: 700;
  }
  .contact-form-content .span6:nth-child(2) {
    margin: 75px 0 0 0 !important;
  }
  .privacy-policy-content .dnd-section {
    padding: 28px 0 37px 0;
  }
}


@media screen and (max-width: 344px){
  .contact-form-content .span6:first-child ul li:last-child span.right {
    width: auto;
  }
}</pre></body></html>