*, *: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,
.page-center,
.container {
  margin: 0 auto;
  padding: 0 15px;
}

.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-family: "FontAwesome"; 
  src: url(https://20756499.fs1.hubspotusercontent-na1.net/hubfs/20756499/raw_assets/public/BRC_March2022/fonts/fontawesome-webfont.eot) format("embedded-opentype"), 
    url(https://20756499.fs1.hubspotusercontent-na1.net/hubfs/20756499/raw_assets/public/BRC_March2022/fonts/fontawesome-webfont.woff) format("woff"), 
    url(https://20756499.fs1.hubspotusercontent-na1.net/hubfs/20756499/raw_assets/public/BRC_March2022/fonts/fontawesome-webfont.ttf) format("truetype");
  font-style: normal; 
  font-weight: normal; 
}

@font-face { 
  font-family: "TrajanPro-Bold"; 
  src: url(https://20756499.fs1.hubspotusercontent-na1.net/hubfs/20756499/raw_assets/public/BRC_March2022/fonts/TrajanPro-Bold.woff) format("woff"), 
    url(https://20756499.fs1.hubspotusercontent-na1.net/hubfs/20756499/raw_assets/public/BRC_March2022/fonts/TrajanPro-Bold.ttf) format("truetype");
  font-style: normal; 
  font-weight: normal; 
}


@font-face { 
  font-family: "TrajanPro-Regular"; 
  src: url(https://20756499.fs1.hubspotusercontent-na1.net/hubfs/20756499/raw_assets/public/BRC_March2022/fonts/TrajanPro-Regular.woff) format("woff"), 
    url(https://20756499.fs1.hubspotusercontent-na1.net/hubfs/20756499/raw_assets/public/BRC_March2022/fonts/TrajanPro-Regular.ttf) format("truetype");
  font-style: normal; 
  font-weight: normal; 
}


@font-face { 
  font-family: "fontello"; 
  src: url(https://20756499.fs1.hubspotusercontent-na1.net/hubfs/20756499/raw_assets/public/BRC_March2022/fonts/fontello.woff) format("woff"), 
    url(https://20756499.fs1.hubspotusercontent-na1.net/hubfs/20756499/raw_assets/public/BRC_March2022/fonts/fontello.ttf) format("truetype");
  font-style: normal; 
  font-weight: normal; 
}


@font-face { 
  font-family: "quattrocento-regular"; 
  src: url(https://20756499.fs1.hubspotusercontent-na1.net/hubfs/20756499/raw_assets/public/BRC_March2022/fonts/quattrocento-regular.woff) format("woff"), 
    url(https://20756499.fs1.hubspotusercontent-na1.net/hubfs/20756499/raw_assets/public/BRC_March2022/fonts/quattrocento-regular.ttf) format("truetype");
  font-style: normal;
  font-weight: normal; 
}



html{
  box-sizing: content-box;
  font-size: 100%;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
  line-height:1.5;
  background: #fff;
  word-break: break-word;
  -moz-box-sizing: border-box;
}

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

/* Paragraphs */

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  transition: all .2s ease-in;

}

/* Headings */

h1 {
  line-height: 40px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  text-rendering: optimizeLegibility;
  line-height: 24px;
}

h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Lists */

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

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

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

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


img {
  max-width: 100%;
  height: auto;
}
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;
}

form input::-webkit-input-placeholder {
  color: #757575;
}
form input::placeholder {
  color: #757575;
}

ul.no-list {
  list-style: none;
}
form input[type=checkbox] + label {
  display: inline-block;
}

.form-title{
  font-family: TrajanPro-regular;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
}

/* Labels */

form label {
  display: inline-block;
  font-family: quattrocento-regular;
  font-size: 12.8px;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.5;
}

/* 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 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  display: block;
  width: 100%;
  border: 1px solid;
  border-radius: 0px;
  padding: 12px 15px;
  outline: 0;
}

form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible,
form input[type=tel]:focus-visible,
form input[type=number]:focus-visible,
form input[type=file]:focus-visible,
form select:focus-visible,
form textarea:focus-visible{
  outline: -webkit-focus-ring-color auto 1px;
}



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

form textarea {
  padding: 10px 15px;
  min-height: auto;
  height: auto;
}

select.is-placeholder {
  color: #bfbfbf;
}

.hs-input option {
  color: #33475b;
}

form select {
  min-height: auto;
  padding: 9px 10px;
}

/* Inputs - checkbox/radio */

form .inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 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-error-msg,.hs-error-msgs label {
  color: #ff0000;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}


.hs_error_rollup ul li label {
  color: #ff0000;
}

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

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

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


.inputs-list:first-child {
  padding-top: 6px;
}

.inputs-list label {
  float: none;
  width: auto;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
}

.hs_error_rollup .inputs-list {
  margin: 0;
}

.hs_error_rollup .inputs-list label {
  font-family: quattrocento-regular;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 12.8px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  margin: 0;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  font-family: timesnewroman;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

.actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.body-container.migration .input a {
  margin-top: 18px;
}

.form-title:empty {
  display: none;
}

@media(max-width: 767px) {
  .actions input {
    margin-bottom: 18px;
  }
  .body-container-wrapper form.hs-form {
    margin-bottom: 20px;
  }
}
/* Table */

table {
  width: 100%;
  border-collapse: collapse;	
  table-layout: fixed;
  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-group {
  min-height: 120px;
}

header.header {
  height: 120px;
}

.no-banner .header-group{
  min-height: 120px;
}

.has-banner .header-group {
  min-height: 0;
}

header.header .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.bottom-header {
  position: relative;
}

.lp-hedear .navbar {
  width: 100%;
}

.lp-hedear .site-nav {
  justify-content: center;
}

.lp-header .site-nav {
  justify-content: center;
}

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

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

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

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

.mobile-open{ overflow-y:hidden;}

.header .col-lg-12 {
  position: static;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

header.header .header-top {
  display: inline-block;
  width: 100%;
}

header.header .pull-left {
  float: left;
}

header.header .headr-rht {
  position: relative;
}

header.header .pull-right {
  float: right;
}

header.header #header-login {
  clear: both;
  padding-top: 0;
}

#header-login .subscr-area {
  float: left;
  padding: 0 70px 0 0;
}

#header-login .subscr-area .cta_button {
  background: #333;
  display: block;
  padding: 7px 20px;
  font-weight: unset;
  font-family: TrajanPro-bold;
  font-size: 12px;
  color: #fff;
  float: left;
}



.headr-rht {
  position: relative;
}
.pull-right {
  float: right!important;
}

.search-icon {
  position: absolute;
  top: 0;
  right: 0;
}

.search-icon a.ico-searc {
  padding-top: 5px;
  padding-left:0 !important;
  padding-right:0 !important;
  display: inline-block;
}


.search-icon a.ico-searc:before{
  Content: '\E804';
  font-family: fontello;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.navbar {
  position: absolute;
  top: 25px;
  padding-top: 20px;
  min-height: 50px;
  margin-bottom: 20px;
}

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

.navbar:after {
  clear: both;
}

.skip-link.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.site-nav {
  width: 100%;
  display: flex;
  align-items: center;
}

.site-nav .hs-menu-wrapper ul {
  width: 100%;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}




.site-nav .hs-menu-wrapper ul .hs-menu-depth-1 {
  float: left;
  position: relative;
}

.site-nav .left-menu .hs-menu-wrapper ul .hs-menu-depth-1:first-child {
  padding-left: 0;
}

.site-nav .right-menu .hs-menu-wrapper ul .hs-menu-depth-1:last-child{
  padding-right: 0;
}

.site-nav .hs-menu-wrapper ul .hs-menu-depth-1 > a {
  text-decoration: none;
  padding: 10px 15px 24px 15px;
  display: block;
  color: #fff;
  font-size: 15px;
  height: auto;
  font-family: TrajanPro-bold;
}

.site-nav .hs-menu-wrapper ul .hs-menu-depth-1 ul.hs-menu-children-wrapper {
  z-index: 10;
  display: none;
  position: absolute;
  top: 55px;
  border-top: 1px solid #fff;
  list-style-type: none;
  margin: 0;
  width: 250px;
  padding: 0;
  background: #000;
  min-height: 250px;
}

.site-nav .hs-menu-wrapper ul .hs-menu-depth-1:first-child > ul.hs-menu-children-wrapper {
  left: unset !important;
}

.site-nav .hs-menu-wrapper ul .hs-menu-depth-1 ul.hs-menu-children-wrapper > li {
  position: relative;
  display: block;
}

.site-nav .hs-menu-wrapper ul .hs-menu-depth-1 ul.hs-menu-children-wrapper > li > a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-family: 'quattrocento-regular';
  font-size: 14px;
  text-transform: uppercase;
}

.site-nav .hs-menu-wrapper ul .hs-menu-depth-1 ul.hs-menu-children-wrapper {
  top: 55px;
}



.site-nav .hs-menu-wrapper ul .hs-menu-depth-1 ul.hs-menu-children-wrapper li > ul {
  position: absolute;
  left: 250px;
  margin: 0;
  padding: 0;
  display: none;
  list-style: none;
  top: -1px;
  width: 250px;
  background: #000;
  min-height: 250px;
  border-top: 1px solid #fff;
}

.site-nav .right-menu .hs-menu-wrapper ul .hs-menu-depth-1:last-child > ul {
  right: 0!important;
  left: unset;
}

.site-nav .hs-menu-wrapper ul .hs-menu-depth-1 ul.hs-menu-children-wrapper > li > ul > li > a {
  font-family: 'quattrocento-regular';
  text-transform: none;
}

.site-nav .hs-menu-wrapper ul .hs-menu-depth-2 ul.hs-menu-children-wrapper {
  top: -1px;
}

.site-nav .hs-menu-wrapper ul .hs-menu-depth-1 ul.hs-menu-children-wrapper > li.hs-menu-depth-2.hs-item-has-children > a:after {
  content: '\f0da';
  font-family: fontawesome;
  font-size: 10px;
  top: 4px;
  right: -10px;
  position: relative;
  float: right;
}

.header-icon {
  position: relative;
  z-index: 5;
}

.adv-logo a {
  display: block;
}

.adv-logo a {
  top: -44px;
  transition: .5s;
  left: 13px;
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

#header-search label {
  display: none;
}

#header-search .form-control {
  display: block;
  box-shadow: none;
  vertical-align: middle;
  letter-spacing: -0.5px;
  width: 100%;
  line-height: 1.428571429;
  border-radius: 0;
  height: 60px;
  background: #000;
  border: 1px solid #fff;
  padding: 15px 20px 15px 20px;
  color: #fff;
  text-align: left;
  text-transform: lowercase;
  font-size: 16px;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  font-family: TrajanPro-bold;
  outline:0;
}
.navbar-search form input::-webkit-input-placeholder {
  color: #999999;
}
.navbar-search form input::placeholder {
  color: #999999;
}
.search-icon a.ico-searc.current:before {
  Content: '\f00d';
  font-family: fontawesome;
}

#header-search {
  position: absolute;
  display: none;
  top: 50px;
  right: 0;
  left: 0;
  z-index: 5;
}

.active-searchbar .search-icon a.ico-searc:before {
  Content: '\f00d';
  font-family: fontawesome;
}

.active-searchbar #header-search {
  display: block;
}


.subscr-area-mobile {
  display: none;
}

.social-links-mobile {
  display: none;
}
.header-icon-mobile {
  display: none;
}

header.header {
  z-index: 99;
}

@media (min-width: 768px){
  header.header .container{
    width: 750px;
  }
  .header .col-lg-12 {
    width: 100%;
  }
  header.header .navbar-right {
    float: right;
  }
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 992px){
  header.header .container {
    width: 970px;   

  }
  .bottom-header > .navbar {
    pointer-events: none;
  }
  .bottom-header .site-navbar {
    pointer-events: auto;
  }
  .site-navbar .site-nav {
    display: flex !important;
    overflow: unset !important;
  }
  .main-header {
    z-index: 12;
    width: 100%;
    position: absolute;
  }
  .header .col-lg-12 {
    width: 100%;
  }
  .site-nav .hs-menu-wrapper ul .hs-menu-depth-1:hover > ul.hs-menu-children-wrapper {
    display: block;
    z-index: 2000;
  }
  .site-nav .hs-menu-wrapper ul .hs-menu-depth-2:hover > ul.hs-menu-children-wrapper{
    display: block;
    z-index: 2000;
  }
  .header.fixed {
    position: fixed!important;
    top: 0!important;
    bottom: auto!important;
    background: rgba(0,0,0,0.8);
    height: 90px;
    transition: .5s;
  }
  .header.fixed .navbar {
    top: 7px;
  }
  .header.fixed .adv-logo a {
    width: 100px;
    height: 85px;
    top: -27px;
    transition: .5s;
  }
  .header.fixed .site-nav .hs-menu-wrapper ul .hs-menu-depth-1 ul.hs-menu-children-wrapper{
    top: 46px;
  }
  .header.fixed .site-nav .hs-menu-wrapper ul .hs-menu-depth-2 ul.hs-menu-children-wrapper{
    top: -1px;   
  }
  .header.fixed .site-nav .hs-menu-wrapper ul .hs-menu-depth-1>a {
    padding: 10px 17px 13px 17px;
  }
  .site-nav-inner{
    display:contents;
  }
}


@media (min-width: 1200px){
  header.header .container {
    width: 1170px;
  }
  .header .col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1400px){
  header.header .container {
    width: 1370px;
  }
  .site-nav .hs-menu-wrapper ul .hs-menu-depth-1 {
    padding: 0 43px;
  }
  .header-icon {
    display: block;
    padding: 0 50px;
    float: left;
  }
  .site-nav .right-menu .hs-menu-wrapper ul .hs-menu-depth-1:last-child{
    padding-left: 30px;
  }
  .site-nav .hs-menu-wrapper ul li a:hover {
    background: #333;
    color: #fff;
  }
}

@media (max-width:1670px) and (min-width:992px){
  header.header .site-nav .right-menu .hs-menu-wrapper ul>.hs-menu-depth-1:last-child ul.hs-menu-children-wrapper li>ul{
    left: -250px;
  }
  header.header .site-nav .right-menu .hs-menu-wrapper ul>.hs-menu-depth-1:nth-child(2) ul.hs-menu-children-wrapper li>ul{
    left: -250px;
  }
}



@media (min-width: 1200px) and (max-width: 1399px){
  header.header .site-nav .hs-menu-wrapper ul .hs-menu-depth-1 {
    padding: 0 28px;
  }

  header.header .header-icon {
    display: block;
    padding: 0 25px;
    float: left;
  }

  header.header .site-nav .right-menu .hs-menu-wrapper ul .hs-menu-depth-1:last-child {
    padding-left: 18px;
  }

}

@media (min-width: 1025px) and (max-width: 1380px){
  .site-nav .hs-menu-wrapper ul .hs-menu-depth-1>a {
    padding: 10px 12px 24px 12px;
  }

}

@media (min-width: 992px) and (max-width: 1199px){
  header.header .site-nav .right-menu .hs-menu-wrapper ul > .hs-menu-depth-1:last-child{
    padding-left: 0 !important;
  }
  header.header .site-nav .hs-menu-wrapper ul .hs-menu-depth-1{
    padding: 0 14px;
  }
}



@media (min-width: 0) and (max-width: 991px){
  .site-nav > div {
    max-height: calc(100vh - 100px);
    overflow-y: auto !important;
  }
  header.header {
    z-index: 99;
    width: 100%;
    position: relative;
    background: #000000 !important;
  }
  .header.fixed {
    position: fixed!important;
    top: 0!important;
    bottom: auto!important;
    background: rgba(0,0,0,0.8) !important;
    height: 90px;
    transition: .5s;
  }
  .bottom-header {
    position:static;
  }
  .social-links .icons > a:before {
    font-size: 16px;
  }
  .header .col-lg-12 {
    padding: 0;
  }
  header.header .headr-rht {
    position: unset;
  }
  .search-icon {
    right: 15px;
  }
  .search-icon a.ico-searc {
    padding-top: 5px;
    display: inline-block;
    position: relative;
    z-index: 7;
    top:10px !important;
  }
  .navbar {
    position: static;
    padding: 0;
    margin: 0;
  }
  .header-icon {
    margin: 0 auto;
    width: 90px;
  }
  .header-icon {
    z-index: 100;
  }
  .header-icon {
    display: none;
  }
  header.header .header-icon-mobile {
    display: block;
    margin: 0 auto;
    width: 90px;
    z-index: 100;
  }
  .site-nav {
    position: absolute;
    right: 0;
    left: 0;
    background: #aab3ba;
    padding: 0;
    z-index: 99;
    display:none;
    top: 90px;
  }

  .site-nav .hs-menu-wrapper ul .hs-menu-depth-1 {
    float: none;
    padding: 0;
  }

  .site-nav .hs-menu-wrapper ul .hs-menu-depth-1>a {
    padding: 10px 20px;
    color: #000 !important;
    font-family: TrajanPro-regular;
    font-size: 14px;
    border-bottom: 1px solid #999;
  }
  .mobile-open .btn.icon:after {
    content: "";
    background:url(https://20756499.fs1.hubspotusercontent-na1.net/hubfs/20756499/raw_assets/public/BRC_March2022/images/close-btn.png)no-repeat;
    background-size: cover;
  }
  .mobile-open .btn.icon{
    left: 10px;
  }
  .child-trigger:after {
    content: '\f105' !important;
    font-family: fontawesome;
    font-size: 14px;
    top: 10px;
    right: 0;
    height: auto;
    float: right;
    padding-right: 20px;
    position: absolute;
  }

  .child-trigger {
    padding-right: 20px;
  }

  .site-nav .hs-menu-wrapper ul li .child-trigger{
    position: absolute;
    display: block !important;
    right: 0px;
    z-index: 2;
    width: 30%;
    padding: 10px 20px;
    color: #000;
    font-family: TrajanPro-regular;
    font-size: 14px;
    top: 0;
    height: 42px;
    cursor: pointer;
  }
  .site-nav .hs-menu-wrapper ul .hs-menu-depth-1 ul.hs-menu-children-wrapper {
    position: relative;
    width: 100%;
    top: 0;
    border: 0;
    background: #ccd1d7 !important;
    min-height: auto;
    left: 0;
  }
  .site-nav .hs-menu-wrapper ul .hs-menu-depth-2 ul.hs-menu-children-wrapper {
    position: relative !important;
    width: 100% !important;
    top: 0 !important;
    border: 0 !important;
    background: #ccd1d7 !important;
    min-height: auto !important;
    left: 0 !important;
  }
  .site-nav .hs-menu-wrapper ul .hs-menu-depth-2 ul.hs-menu-children-wrapper{
    position: relative;
    width: 100%;
    top: 0;
    border: 0;
    background: #ccd1d7 !important;
    min-height: auto;
    left: 0;
  }
  .site-nav .hs-menu-wrapper ul .hs-menu-depth-1 ul.hs-menu-children-wrapper>li>a {
    font-family: TrajanPro-regular;
    color: #000 !important;
  }
  .open_child > .child-trigger:after {
    content: '\f107'!important;
  }
  .site-nav .hs-menu-wrapper ul .hs-menu-depth-1>a:focus {
    color: #333;
    background: transparent !important;
  }
  .site-nav .hs-menu-wrapper ul .hs-menu-depth-1:hover>a{
    color: #fff !important;
    background:#aab3ba !important;
  }
  .site-nav .hs-menu-wrapper ul .hs-menu-depth-1>a:hover{
    color: #333 !important;
  }
  .site-nav .hs-menu-wrapper ul .hs-menu-depth-1>a:focus{
    color: #333 !important;
  }
  .site-nav .hs-menu-wrapper > ul > .hs-menu-depth-1 > a:hover + .child-trigger{
    color: #fff !important;
  }
  .site-nav .hs-menu-wrapper ul .hs-menu-depth-2:hover > a{
    background: transparent !important;
  }
  .site-nav .left-menu .hs-menu-wrapper ul .hs-menu-depth-1:nth-child(2) ul.hs-menu-children-wrapper>li:nth-child(4) >a{
    display:none;
  }
  .site-nav .hs-menu-wrapper ul .hs-menu-depth-1 ul.hs-menu-children-wrapper>li.hs-menu-depth-2.hs-item-has-children>a:after{
    display:none;
  }
  .site-nav .hs-menu-wrapper ul .hs-menu-depth-1 ul.hs-menu-children-wrapper>li>ul>li>a{
    color: #333 !important;
  }
  .site-nav .hs-menu-wrapper ul .hs-menu-depth-1 ul.hs-menu-children-wrapper>li>ul>li:hover>a{
    background: transparent !important;
  }
}


@media (min-width: 768px) and (max-width: 991px){
  .header-group {
    min-height: 90px;
  }
  header.header {
    height: 90px;
  }
  .search-icon a.ico-searc:before {
    font-size: 18px;
  }
  .search-icon {
    top: 30px;
  }
  #header-search {
    z-index: 101;
    top: 90px;
  }
  header.header .btn {
    display: block;
    position: absolute;
    left: 5px;
  }

  header.header .btn {
    top: 45px;
  }

  .btn.icon {
    color: #3d3d3d;
    font-size: 20px;
    height: 30px;
    width: 30px;
    text-indent: -9999px;
    background: transparent;
    transition: all .7s ease;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
  }

  .btn.icon:after {
    content: "\E808";
    position: absolute;
    font-family: fontello;
    color: #fff;
    font-size: 36px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 30px;
    text-indent: 0;
  }
  .header.fixed {
    position: fixed!important;
    top: 0!important;
    bottom: auto!important;
    background: rgba(0,0,0,0.8) !important;
    height: 90px;
    transition: .5s;
  }
}


@media (min-width: 0) and (max-width: 767px){
  .header-group {
    min-height: 113px;
  }
  .site-nav{
    top:110px !important;
  }
  header.header {
    height: auto;
    min-height: 113px;
  }
  .header-top {
    padding: 0 10px;
  }
  .search-icon a.ico-searc {
    position: relative;
    z-index: 7;
    top: 0 !important;
  }
  .search-icon a.ico-searc:before{
    font-weight: bold;
    font-size: 30px;
  }
  header.header .btn {
    display: block;
    position: absolute;
    left: 5px;
  }
  .site-nav {
    top: 90px;
  }
  header.header .btn {
    top: 45px;
  }
  #header-search {
    top: 115px;
    z-index: 100;
    right: 0;
  }
  .btn.icon {
    color: #3d3d3d;
    font-size: 20px;
    height: 30px;
    width: 30px;
    text-indent: -9999px;
    background: transparent;
    transition: all .7s ease;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
  }

  .btn.icon:after {
    content: "\E808";
    position: absolute;
    font-family: fontello;
    color: #fff;
    font-size: 36px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 30px;
    text-indent: 0;
  }
  .btn.icon:after {
    font-size: 50px !important;
    font-weight: bold;
  }
  .site-nav-inner{
    height: calc(100vh - 90px);
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
  }

}

@media (min-width: 481px) and (max-width: 767px){
  .search-icon {
    top: 40px;
    right: 10px;
  }
  header.header .btn {
    display: block;
    position: absolute;
    left:5px;
  }

  header.header .btn {
    top: 51px;
  }
  .btn.icon:after {
    top:0;
  }
  .btn.icon {
    color: #3d3d3d;
    font-size: 20px;
    height: 30px;
    width: 30px;
    text-indent: -9999px;
    background: transparent;
    transition: all .7s ease;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
  }

  .btn.icon:after {
    content: "\E808";
    position: absolute;
    font-family: fontello;
    color: #fff;
    font-size: 36px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 30px;
    text-indent: 0;
  }
}


@media (min-width: 0) and (max-width: 480px){
  .header.fixed {
    position: fixed;
    top: 0;
    bottom: auto;
    background: rgba(0,0,0,0.8);
    height: 90px;
    transition: .5s;
  }
  .header-group {
    min-height: 94px;
  }
  header.header .pull-left {
    display: none;
  }
  .social-links {
    display: none;
  }
  .search-icon {
    top: 20px;
  }
  header.header {
    min-height: 94px;
  }
  header.header .btn {
    top: 32px;
  }
  .subscr-area-mobile {
    display:block;
  }
  header.header #header-login {
    width: 100%;
    float: left;
  }

  .subscr-area-mobile {
    width: 100%;
  }
  .subscr-area-mobile .cta_button {
    color: #000;
    width: 100%;
    border-bottom: 1px solid #999;
    display: inline-block;
    background: transparent;
    padding: 10px 20px;
    font-family: TrajanPro-regular;
    font-size: 14px;
  }

  .login-area {
    color: #000;
    width: 100%;
    border-bottom: 1px solid #999;
    display: inline-block;
    background: transparent;
    padding: 10px 20px;
    font-family: TrajanPro-regular;
    font-size: 14px;
  }

  .social-links-mobile {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 10px;
    position: relative;
    right: 0;
    top: -6px;
  }

  .social-links-mobile .ico-insta a:before {
    Content: '\E807';
    font-family: fontello;
    font-size: 16px;
    color: #000;
  }

  .social-links-mobile .ico-youtube a:before {
    Content: '\f167';
    font-family: fontawesome!important;
    color: #000;
    font-size: 16px;
  }
  .social-links-mobile .ico-twt a:before{
    Content: '\E801';
    color: #000;
    font-size: 16px;
    font-family: fontello;

  }
  .social-links-mobile .ico-fb a:before{
    font-size: 16px;
    font-family: fontello;
    color: #000;
    Content: '\E803';
  }

  .social-links-mobile icons {
    display: list-item;
    float: left;
    padding: 5px 10px 0;
  }

  .social-links-mobile .icons {
    float: left;
    display: list-item;
    list-style: none;
    padding: 5px 10px 0;
  }

}
footer.footer {
  display: inline-block;
  width: 100%;
}

.footr-top {
  padding:35px 0;
}
.footer-bottom-menu {
  padding-top: 1px;
}
.footr-botm {
  background: #000;
  padding: 25px 0;
}


footer.footer .container{
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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


footer.footer .container:after {
  clear: both;
}

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

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

footer.footer .row:after {
  clear: both;
}

footer.footer .col-md-12, .col-lg-12{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}


footer.footer .text-center {
  text-align: center;
}

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

footer.footer .footr-botm ul {
  display: inline-block;
  list-style: none;
  padding-left: 3px !important;
  padding: 0;
  margin-top: -3px;
  margin-bottom: 0;
}

footer.footer .footr-botm ul li {
  color: #fff;
  font-size: 12px;
  display: inline-block;
  font-family: sans-serif;
  padding: 1px 0;
}

footer.footer .footr-botm ul li:after {
  content: "|";
  padding: 0 5px;
}

.footer-privacy-menu ul li:last-child:after {
  content: "";
  visibility: hidden;
}

footer.footer .clsFormCreator>div {
  margin-bottom: 10px;
  position: relative;
}

footer.footer .sr-only {
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

footer.footer .row ul li a {
  color: #fefefe;
  font-size: 12px;
}

footer.footer .footer-privacy-menu ul li a:hover {
  opacity: .9;
}


footer.footer .foot-menu {
  width: 25%;
  float: left;
}

footer.footer .iFOL230 {
  width: 100%;
  color: #fff;
  margin-bottom: 10px;
  font-size: 12px;
  display: inline-block;
  font-family: sans-serif;
  padding: 1px 0;
}

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

.foot-menu ul li.hs-menu-depth-1 {
  width: 100%;
  padding: 10px 0;
}

.foot-menu ul li.hs-menu-depth-1:first-child {
  padding-bottom: 1px;
}

.foot-menu ul li.hs-menu-depth-1 > a {
  font-family: TrajanPro-regular;
  font-size: 18px !important;
  margin-top: 15px;
  margin-bottom: 9px;
  display: inline-block;
}
.foot-menu ul li.hs-menu-depth-1>ul.hs-menu-children-wrapper>li:last-child {
  margin-bottom: 3px;
}

.foot-menu ul li.hs-menu-depth-1>ul.hs-menu-children-wrapper>li > a {
  color: #fff;
  font-size: 12px;
  display: inline-block;
  font-family: sans-serif;
}

.foot-menu ul li.hs-menu-depth-1 > ul.hs-menu-children-wrapper {
  column-count: 1;
}

.foot-menu ul li.hs-menu-depth-1 > ul.hs-menu-children-wrapper > li {
  margin-bottom: 1px;
  width: 100%;
  color: #fff;
  font-size: 12px;
  line-height: 17.2px;
  display: inline-block;
  font-family: sans-serif;
  padding: 1px 0;
  line-height: 1.5;
}


.iFOL230 .cta-btn .cta_button {
  font-family: TrajanPro-regular;
  color: #fff;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 10px;
  display: inline-block;
}

.Email-form {
  margin: 0 0 20px 0;
}

.Email-form h2 {
  color: #fff;
  font-family: TrajanPro-regular;
  font-size: 16px;
}

.footer-form form .hs-form-field {
  margin-bottom: 10px;
  position: relative;
}


.footer-form form .hs-form-field:before {
  display: table;
  content: " ";
}

.footer-form form .hs-form-field:after {
  display: table;
  content: " ";
}

.footer-form form .hs-form-field label {
  display: none;
}

.footer-form form .hs-form-field > .hs-input {
  width: 220px !important;
}

.footer-form form .hs-form-field .hs-input {
  width: 220px;
  height: 28px;
  font-family: "arial";
  color: #000;
  font-size: 100%;
  border-radius: 0;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  line-height: 1.428571429;
  padding: 6px 12px;
  outline: none;
}

.footer-form form .hs-form-field .hs-input:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.footer-form form .actions {
  padding-left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.footer-form form .actions .hs-button {
  width: 220px;
  background: #000;
  font-size:12px !important;
  border: 0;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.428571429;
  transition: all .7s ease;
  text-decoration: none;
  padding: 5px 20px;
}

.Email-form .form-group {
  margin-bottom: 10px;
}

.footer-form form .actions .hs-button:hover {
  color: #3d3d3d;
}
.footer-bottom-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-form form .hs-form-field .hs-input::placeholder {
  color: #999;
}


@media (min-width: 768px){
  footer.footer .container{
    width: 750px;
  }
  .col-lg-12 {
    width: 100%;
  }

}

@media (min-width: 992px){
  footer.footer .container {
    width: 970px;   

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

}


@media (min-width: 1200px){
  footer.footer .container {
    width: 1170px;
  }
  .col-lg-12 {
    width: 100%;
  }

}
@media (min-width: 1400px){
  footer.footer .container {
    width: 1370px;
  }

}

@media (min-width: 0) and (max-width: 991px){
  .footr-top {
    padding: 35px 10px;
  }
}


@media (min-width: 481px) and (max-width: 991px){
  .footr-top {
    padding: 35px 10px;
  }
  footer.footer .foot-menu {
    width: 50%;
  }
}


@media (min-width: 0) and (max-width: 767px){
  .footer-form form .hs-form-field .hs-input {
    width: 100%;
  }

  .footer-form form .actions .hs-button {
    width: 100%;
  }
  .foot-menu ul li.hs-menu-depth-1>a {
    margin-bottom: 10px;
    margin-top: 30px;
  }
  footer.footer .iFOL230 {
    margin-top: 14px;
  }
}



@media (min-width: 0) and (max-width: 480px){
  footer.footer .foot-menu {
    width: 100%;
  }

}

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

.contact-row1 {
  line-height: 22px;
}

.contact-row1 form  {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 0 !important;
}

.contact-row1 form .hs-richtext,
.contact-row1 form .hs-richtext p {
  font-size: 12px;
  line-height: 20px;
}

.contact-row1 form .hs-richtext {
  margin-top: 27px;
  margin-bottom: 0;
}

.contact-row1 form .hs-richtext a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.contact-row1 form fieldset.form-columns-0 {
  order: 8;
}

@media (min-width: 801px) and (max-width: 1250px) {
  .contact-row1 .dnd-section > .row-fluid {
    max-width: 93%!important;
  }
  .contact-row1 .dnd-section {
    padding-top: 105px !important;
    padding-bottom: 100px !important;
  }
}

@media (min-width: 601px) and (max-width: 801px) {
  .contact-row1 p {
    width: 80%;
  }
}

@media (min-width: 801px) and (max-width: 820px) {
  .contact-row1 fieldset.form-columns-2 .hs-form-field {
    float: none !important;
    width: 100% !important;
  }
}

@media (max-width: 801px) {
  .contact-row1 .dnd-section > .row-fluid {
    max-width: 88%!important;
  }
  .contact-row1 .right-content {
    width: 100%;
  }
  .contact-row1 h2 {
    font-size: 30px !important;
    line-height: 35px !important;
    margin-bottom: 0.7em !important;
  }
  .contact-row1 .dnd-section {
    padding-top: 75px !important;
    padding-bottom: 65px !important;
  }
  .contact-row1 .left-content {
    -ms-flex-preferred-size: 100%!important;
    flex-basis: 100%!important;
    margin-bottom: 47px !important;
    line-height: inherit !important;
  }
  .contact-row1 p {
    font-size: 15px;
    line-height: 22px !important;
    color: #425166 !important;
  }
}

@media (max-width: 480px) {
  .contact-row1 fieldset.form-columns-2 .hs-form-field {
    float: none !important;
    width: 100% !important;
  }
}
.full-width-main-content ul{
  padding-left: 3em;
}
.full-width-main-content li{
  margin-bottom: 11px;
  font-size: 16px;
  line-height: 25px;
  color: #000;
  text-align: justify;
  list-style: inside;
}











.digital-content-main-content .dnd-section > .row-fluid{
  max-width: 1100px;
  margin: 0 auto;
}
.digital-content-main-content .dnd-section .dnd-column{
  padding: 0 !important;
}

.digital-content-main-content .two-col-content{
  align-items: center;
}
.digital-content-main-content .two-col-content h2{
  align-items: center;
  font-size: 32px;
  line-height: 26px;
  font-weight: 900;
  color: #000;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}
.digital-content-main-content .two-col-content ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.digital-content-main-content .two-col-content ul li{
  position: relative;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  padding-left: 1.4em;
}
.digital-content-main-content .two-col-content ul li:before{
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #000;
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 100%;
}
.digital-content-main-content .two-col-content ul li > ul{
  margin: 15px 0 25px;
}
.digital-content-main-content.two-col-content ul li > ul li{
  margin-bottom: 3px;
}
.digital-content-main-content .two-col-content p > a{
  color: #1c6edc;
  text-decoration: underline;
  transition: all .2s;
  font-weight: 500;
  margin-top: 20px;
  display: block;
}
.digital-content-main-content .two-col-content p{
  line-height: normal;
  margin-bottom: 16px;
}

.digital-content-main-contentnt .two-col-content p > a:hover{
  color: #000;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}














@media (max-width: 1250px){
  .full-width-main-content .dnd-section>.row-fluid{
    max-width: 93% !important;
  }



  .digital-content .two-col-content h2{
    font-size: 30px;
  }
  .digital-content .right-content{
    flex-basis: 51%;
  }



  .digital-content .partners-desk .partner-logo{
    margin: 0;
  }

  .digital-content .lets-build-desk-form p:nth-child(3){
    margin-top: 0.75rem;
  }
}

@media (max-width: 960px){
  .digital-content .partners-desk .partner-logo {
    margin-top: 1rem;
  }
  .digital-content .partners-desk .partner-logo.partner-logo4, 
  .digital-content .partners-desk .partner-logo.partner-logo3 {
    margin-top: 3rem;
  }


  .digital-content form .hs-form-field{
    width: 100% !important;
  }
  .digital-content .lets-build-desk-form form .hs-input{
    width: 100% !important;
  }
}


@media (max-width: 801px){
  .full-width-main-content .dnd-section>.row-fluid{
    max-width: 88% !important;
  }
  .full-width-main-content ul{
    padding-left: 1em;
  }


}