*, *: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;
  min-height: 1px;
  -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;
}

/* .dnd-section > .row-fluid {
margin-right: -15px !important;
margin-left: -15px !important;
} */
.dnd-section[class*="force-full"] > .row-fluid {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.dnd-section[class*="force-full"] > .row-fluid .span12 {
  padding-right: 0;
  padding-left: 0;
}

.row-fluid .span12,
.row-fluid .span11,
.row-fluid .span10,
.row-fluid .span9,
.row-fluid .span8,
.row-fluid .span7,
.row-fluid .span6,
.row-fluid .span5,
.row-fluid .span4,
.row-fluid .span3,
.row-fluid .span2,
.row-fluid .span1 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  float: left
}
.row-fluid .span12 {
  padding-right: 0;
  padding-left: 0;
}
.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.66666667%;
}
.row-fluid .span10 {
  width: 83.33333333%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66666667%;
}
.row-fluid .span7 {
  width: 58.33333333%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66666667%;
}
.row-fluid .span4 {
  width: 33.33333333%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66666667%;
}
.row-fluid .span1 {
  width: 8.33333333%;
}



@media (min-width: 992px) {
  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66666667%;
  }
  .row-fluid .span10 {
    width: 83.33333333%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66666667%;
  }
  .row-fluid .span7 {
    width: 58.33333333%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66666667%;
  }
  .row-fluid .span4 {
    width: 33.33333333%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66666667%;
  }
  .row-fluid .span1 {
    width: 8.33333333%;
  }
}

.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;
    min-height: 1px;
    -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;
  }

}

@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;
    min-height: 1px;
    -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;
  }

}

/* 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 {
  margin: 0 auto;
}

.dnd-section[class*="force-full"] > .row-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.dnd-section{
  padding-left: 15px;
  padding-right: 15px;
}

.page-center,
.content-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}


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

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

@media (max-width: 991px) {
  .dnd-section .dnd-column {
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0 15px;
  }
}
@font-face { 
  font-family: FontAwesome; 
  src: url("https://4335336.fs1.hubspotusercontent-na1.net/hubfs/4335336/Dbci_January2022/Fonts/fontawesome-webfont.eot") format("embedded-opentype"), 
    url(https://4335336.fs1.hubspotusercontent-na1.net/hubfs/4335336/raw_assets/public/Dbci_January2022/fonts/fontawesome-webfont.woff2) format("woff2"), 
    url(https://4335336.fs1.hubspotusercontent-na1.net/hubfs/4335336/raw_assets/public/Dbci_January2022/fonts/fontawesome-webfont.woff) format("woff"), 
    url(https://4335336.fs1.hubspotusercontent-na1.net/hubfs/4335336/raw_assets/public/Dbci_January2022/fonts/fontawesome-webfont.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 400;
}

@font-face { 
  font-family: "Glyphicons Halflings"; 
  src: url("https://4335336.fs1.hubspotusercontent-na1.net/hubfs/4335336/Dbci_January2022/Fonts/glyphicons-halflings-regular.eot#iefix") format("embedded-opentype"), 
    url(https://4335336.fs1.hubspotusercontent-na1.net/hubfs/4335336/raw_assets/public/Dbci_January2022/fonts/glyphicons-halflings-regular.woff2) format("woff2"), 
    url(https://4335336.fs1.hubspotusercontent-na1.net/hubfs/4335336/raw_assets/public/Dbci_January2022/fonts/glyphicons-halflings-regular.woff) format("woff"), 
    url(https://4335336.fs1.hubspotusercontent-na1.net/hubfs/4335336/raw_assets/public/Dbci_January2022/fonts/glyphicons-halflings-regular.ttf) format("truetype");
}




.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


body {
  line-height: 1.53847;
}

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;
  line-height:1.462;
}

/* Anchors */

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


/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

h3 {
  margin: 0;
  padding-bottom: 9px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 992px) {
  h1 {
    line-height: 28px;
  }
}


/* Lists */

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

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

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

.hs_cos_wrapper_type_rich_text ol ul {
  list-style-type: square;
}
.hs_cos_wrapper_type_rich_text ol ul ul {
  list-style-type: square;
}

img {
  vertical-align: middle;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
  background: transparent;
  height: 0;
}
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: 15px;
}

/* Labels */

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

/* 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 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
form input[type=text]:focus, 
form input[type=email]:focus, 
form input[type=password]:focus, 
form input[type=tel]:focus, 
form input[type=number]:focus, 
form input[type=file]:focus, 
form select:focus, 
form textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}
form select {
  height: 34px;
  padding-top: 4px;
}
form fieldset {
  max-width: 100% !important;
}
.hs_error_rollup label.hs-main-font-element {
    color: red;
}
/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

.hs-form-required {
    color: red;
}



.hs-error-msg {
    color: red;
    font-weight: normal;
}
ul.no-list.hs-error-msgs.inputs-list li {
    margin: 0;
}

/* Submit button */

form input[type=submit],
form .hs-button {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    transition: all 0.15s linear;
    white-space: normal;
    position:relative;
    border-radius: initial;
    border: none;
    text-transform: uppercase;
    padding: 6px 15px;
    font-weight: 700;
    margin: 15px 0;
}
.actions {
    width: auto;
    position: relative;
    margin: 15px 0;
    display: inline-block;
}
.actions > input[type=submit] {
    margin: 0;
}
a.hs-button:after,
.actions:after {
    content: " ";
    position: absolute;
    width: 100%;
    border-bottom: 4px solid #000;
    bottom: -5px;
    left: 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;
}
.custom-header-bg{
  display: block;
}
.header__container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-header-bg .top-header {
  background: #333;
  height: 48px;
}

.custom-header-bg .nav-search {
    float: right;
    position: relative;
    z-index: 11111;
}
.hs-search-field--open .hs-search-field__suggestions {
    background: #fff;
    position: absolute;
}
.hs-search-field--open .hs-search-field__suggestions li {
    color: #000;
    padding: 3px 10px;
}
.custom-header-bg .hs-search-field--open .hs-search-field__suggestions li a {
    color: #000;
    padding: 0;
    height: auto;
}
.custom-header-bg .hs-search-field--open .hs-search-field__suggestions li a:hover {
    background-color: transparent;
}


.custom-header-bg .top-menu {
  float: right;
  border-left: solid 1px #fff;
}

.custom-header-bg .top-menu .hs-menu-wrapper ul {
  display: block;
  position: relative;
}

.custom-header-bg .top-menu .hs-menu-wrapper ul > li {
  display: inline-block;
  border-right: solid 1px #fff;
  position: relative;
  float: left;
}

.custom-header-bg .top-menu .hs-menu-wrapper ul > li > a {
  color: #fff;
  padding: 14px 20px;
  border-radius: 0;
  line-height: 20px;
  text-transform: capitalize;
  display: block;
}
.custom-header-bg .top-menu .hs-menu-wrapper ul > li > a:hover {
  background: #666;
  color: #fff;
}

.custom-header-bg .top-menu .hs-menu-wrapper ul > li > a span {
  display: none;
}

.custom-header-bg .newsletter-signup {
  line-height: 48px;
}

.custom-header-bg .newsletter-signup a {
  color: #fff;
  padding: 14px 20px;
  border-radius: 0;
}
.custom-header-bg .newsletter-signup a:hover {
  background: #666;
}
.custom-header-bg #main-nav {
  height: 70px;
  background: #fff;
  margin-bottom: 0;
  -webkit-box-shadow: 0 3px 5px 0 rgb(0 0 0 / 25%);
  -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.25);
  box-shadow: 0 3px 5px 0 rgb(0 0 0 / 25%);
  z-index: 2000;
  position: relative;
  min-height: 50px;
  border: 1px solid transparent;
}

.custom-header-bg .navbar-header {
  float: left;
}
.custom-header-bg .navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  margin-left: -15px;
}

.custom-header-bg .navbar-brand img {
  display: block;
  width: 120px !important;
  height: auto;
}

.main-menu .hs-menu-wrapper ul > li > a > span {
  display: none;
}

.custom-header-bg .main-menu .hs-menu-wrapper > ul {
  display: block;
  float: left;
}

.custom-header-bg .main-menu .hs-menu-wrapper > ul > li {
  display: inline-block;
}

.custom-header-bg .main-menu .hs-menu-wrapper > ul > li > a {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 38px;
  text-transform: uppercase;
  padding: 15px 12px;
  position: relative;
  display: block;
}

.custom-header-bg .header-phone {
  float: right!important;
  padding: 15px 0;
  color: #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 38px;
}

.custom-header-bg .header-phone a {
  outline: 0!important;
  text-decoration: none;
}

.custom-header-bg .header-phone a i {
  margin-right: 5px;
  color: #e3002b;
}

.custom-header-bg .main-menu {
  float: left;
  margin: 0;
  position: relative;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-header-bg .header-phone a i:before {
  content: "\f095";
}

.custom-header-bg .headerform-search {
  z-index: 2000;
  background: #333 none repeat scroll 0 0;
  margin: 0;
  padding: 7px 0 0 7px;
  position: absolute;
  right: 45px;
  top: 0;
  width: auto!important;
  border: none;
  height: auto;
  box-shadow: none;
  display: none;
}
/* .custom-header-bg .open-search .headerform-search {
display: block;
height: auto;
} */
.custom-header-bg .nav-search .fa-search-custom {
  content: " ";
  background-image: url(https://4335336.fs1.hubspotusercontent-na1.net/hubfs/4335336/raw_assets/public/Dbci_January2022/images/icon-search.png);
  height: 20px;
  width: 20px;
}
.custom-header-bg form input[type=text] {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    width: 267px;
    padding-right: 34px;
}
.custom-header-bg form input[type=text]::-webkit-input-placeholder {
    color: #bbb;
    opacity: 1;
}
.custom-header-bg form input[type=text]:-moz-placeholder {
    color: #bbb;
    opacity: 1;
} /* Firefox 18- */
.custom-header-bg form input[type=text]::-moz-placeholder {
    color: #bbb;
    opacity: 1;
} /* Firefox 19+ */
.custom-header-bg form input[type=text]:-ms-input-placeholder {
    color: #bbb;
    opacity: 1;
} /* IE10 */

.custom-header-bg .headerform-search form {
  position: relative;
}
.custom-header-bg .headerform-search form button {
  background-color: #fff;
  border: medium none;
  color: #333;
  top: 0;
  font-size: 18px;
  bottom: 0;
  padding: 0!important;
  position: absolute;
  right: 9px;
}
.custom-header-bg .headerform-search form button svg {
  display: none;
}
.custom-header-bg .headerform-search form button:after {
  content: "\f002";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-times:before {
  content: "\f00d";
}
.custom-header-bg .input-group-btn {
  float: right;
  width: auto;
  margin-top: -41px;
  margin-right: -50px;
  display: block;
  font-size: 18px;
  background: #333;
}
.custom-header-bg .nav-search.open-search a {
  border: 0;
  padding: 11px 20.5px;
}



.custom-header-bg .newsletter-signup a i:before {
  content: "\f003";
}

.custom-header-bg .newsletter-signup a i {
  margin-left: 6px;
}

.custom-header-bg .nav-search a {
  color: #fff;
  padding: 14px 20px;
  border-radius: 0;
  height: 48px;
  position: relative;
  display: block;
  border-right: solid 1px #fff;
}

.custom-header-menu-group {
  line-height: 20px;
}
.custom-header-menu-group .navbar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-header-menu-group .navbar-nav > li {
  float: left;
}
.custom-header-menu-group .navbar-nav > li > a {
  position: relative;
  display: block;
  color: #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 38px;
  text-transform: uppercase;
  padding: 15px 12px;
}
.custom-header-menu-group .navbar-nav > li:hover > a {
  background: #efefef;
  color: #000;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.custom-header-menu-group .navbar-nav > li > ul.dropdown-menu {
  margin: 0;
  background: #efefef;
  border: none;
  border-radius: 0;
  border-bottom: solid 2px #444442;
  width: 510px;
  left: auto;
  display: block!important;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  border: none;
  -webkit-transition: max-height .2s ease-out;
  -moz-transition: max-height .2s ease-out;
  -ms-transition: max-height .2s ease-out;
  -o-transition: max-height .2s ease-out;
  transition: max-height .2s ease-out;
}
.custom-header-menu-group .navbar-nav > li:not(.no-submenu):hover > ul.dropdown-menu {
  padding: 5px 0;
  border-bottom: solid 2px #444442;
  max-height: 520px;
  -webkit-transition: max-height .7s ease-out;
  -moz-transition: max-height .7s ease-out;
  -ms-transition: max-height .7s ease-out;
  -o-transition: max-height .7s ease-out;
  transition: max-height .7s ease-out;
  display: block !important;
}
.custom-header-menu-group .yamm-content {
  padding: 3px 25px 25px;
}
.custom-header-menu-group .yamm-content .dropdown-menu-column-image {
  padding-top: 12px;
}
.custom-header-menu-group .yamm-content ul.dropdown-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-header-menu-group .yamm-content ul.dropdown-list > li {
  width: 100%;
}
.custom-header-menu-group .yamm-content ul.dropdown-list > li > a {
  border-bottom: solid 1px #ccc;
  line-height: 18px;
  display: block;
  text-transform: uppercase;
  padding: 10px 5px;
  font-size: 14px;
  font-weight: 500;
}
.custom-header-menu-group .yamm-content ul.dropdown-list > li > a:hover {
  background: #fff;
  color: #e3002b;
}
.custom-header-menu-group .yamm-content .dropdown-menu-column-image > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-header-menu-group .yamm-content .dropdown-menu-column-image > ul > li {
  background: #fff;
  padding: 8px;
  margin-bottom: 12px;
}
.custom-header-menu-group .yamm-content .dropdown-menu-column-image > ul > li a div {
  position: relative;
}
.custom-header-menu-group .yamm-content .dropdown-menu-column-image .menu-item-title {
  display: block;
  font-weight: 700;
  font-size: 14px;
}
.custom-header-menu-group .yamm-content .dropdown-menu-column-image .menu-item-image {
  width: 100%;
  margin-bottom: 10px;
}
.custom-header-menu-group .yamm-content .dropdown-menu-column-image > ul > li a .menu-overlay {
  position: absolute;
  display: block;
  top: 0;
  bottom: 10px;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,.25);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.custom-header-menu-group .yamm-content .dropdown-menu-column-image > ul > li a:hover .menu-overlay {
  background-color: rgba(0,0,0,0);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.custom-header-menu-group .yamm-content .dropdown-menu-column-image .menu-item-title i {
  float: right;
  margin-left: .3em;
  color: #e3002b;
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.custom-header-menu-group .navbar-nav > li:nth-child(3) > ul.dropdown-menu,
.custom-header-menu-group .navbar-nav > li:nth-child(4) > ul.dropdown-menu,
.custom-header-menu-group .navbar-nav > li:last-child > ul.dropdown-menu {
  right: 0;
}
.custom-header-bg .header-phone.nav-phone {
  display: none;
}
.custom-header-bg .header-phone.nav-phone {
  float: left !important;
  padding: 14px 20px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 20px;
}
.custom-header-bg .header-phone.nav-phone a {
  color: #fff;
}
.custom-header-bg .navbar-toggle {
  position: relative;
  float: right;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border-radius: 4px;
  display: inline-block;
  padding: 15px 10px;
  margin-right: 11px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.custom-header-bg .navbar-toggle {
  display: none;
}

.custom-header-group {
  min-height: 118px;
}
.custom-header-group.hs-lp-header {
  min-height: 70px;
}
@keyframes slideInDown_menu {
  from {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}


.scroll-header .custom-header-bg #main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInDown_menu;
  animation-name: slideInDown_menu;
}
.dd + .second_label_image-item {
  display: none;
}
.custom-header-menu-group .yamm-content .dropdown-menu-column-image.hs-image-with_hover {
  float: right;
  width: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  position: absolute;
  right: 0;
  top: 0;
}


.custom-header-menu-group .dropdown-menu-column-list.without_right_column-images ul.dropdown-list > li > a {
  width: 50%;
  float: none;
}
@media only screen and (min-width: 768px) {
.custom-header-menu-group .dropdown-menu-column-list.without_right_column-images ul.dropdown-list > li > a {
  width: auto;
  float: none;
}
}


.custom-header-menu-group .dropdown-menu-column-list.without_right_column-images ul.dropdown-list > li:hover .hs-image-with_hover {
  display: block;
  opacity: 1;
  visibility: visible;
}
.custom-header-menu-group .dropdown-menu-column-list.without_right_column-images ul.dropdown-list>li.image-part-open > .hs-image-with_hover {
  display: block;
  opacity: 1;
  visibility: visible;
} 
.custom-header-menu-group .yamm-content .dropdown-menu-column-image.hs-image-with_hover {
    padding: 0 15px;
    padding-top: 12px;
}






@media only screen and (min-width: 768px) {
  .custom-header-menu-group .dropdown-menu-column-list,
  .custom-header-menu-group .yamm-content .dropdown-menu-column-image {
    float: left;
    width: 50%;
  }
  .main-menu.mobile-view {
    display: none; 
  }
  .custom-header-menu-group .dropdown-menu-column-list.without_right_column-images {
    width: 100%;
  }
  .custom-header-menu-group{
    display:block !important;
  }
}

@media only screen and (max-width: 992px) {
  .custom-header-bg .navbar-brand img {
    width: 92px !important;
  }
  .custom-header-bg .newsletter-signup {
    float: right;
  }
  .custom-header-bg .top-header .header__container {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-header-bg .nav-search a {
    border-right: none;
  }
  .custom-header-bg #main-nav .header__container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .custom-header-bg .navbar-brand {
    padding: 22px 15px;
  }

  .custom-header-bg .header-phone.nav-phone a i {
    color: #cf112b;
    margin-right: 6px;
  }
  .custom-header-bg .header-phone.nav-phone {
    display: block;
  }

}

@media only screen and (max-width: 1200px) {
  .custom-header-menu-group .navbar-nav > li > a {
    font-size: 16px;
    padding: 15px 9px;
  }
}



@media (max-width: 991px) {
  .custom-header-bg .header-phone.desktop-view {
    display: none;
  }
}


@media only screen and (max-width: 767px) {
  .main-menu.desktop-view {
    display: none; 
  }
  .custom-header-bg .navbar-toggle {
    display: inline-block;
  }
  .custom-header-bg .header-phone.nav-phone {
    padding: 14px 15px;
  }
  .custom-header-bg .top-menu {
    display: none;
  }
  .custom-header-bg .nav-search {
    border-left: solid 1px #fff;
  }
  .custom-header-bg .newsletter-signup a i {
    font-size: 16px;
  }
  .custom-header-bg .newsletter-signup a span {
    display: none;
  }
  .custom-header-bg .navbar-brand {
    margin-left: 0;
    padding: 21px 15px;
  }
  .custom-header-bg #main-nav .header__container {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-header-menu-group {
    width: 100%;
    float: left;
    display: none;
    margin-top: 0;
    position: absolute;
    top: 100%;
  }
  .custom-header-bg .navbar-header {
    width: 100%;
  }
  .navbar-toggle .icon-bar {
    display: block;
    border-radius: 1px;
    background: #333;
    width: 26px;
    height: 4px;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  .custom-header-menu-group {
    background: #333;
    padding-left: 0;
    padding-right: 0;
  }
  .custom-header-bg .main-menu {
    width: 100%;
  }
  .custom-header-bg #main-nav {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .custom-header-bg .main-menu.mobile-view .hs-menu-wrapper ul li {
    width: 100%;
  }
  .custom-header-bg .main-menu .hs-menu-wrapper > ul > li > a {
    font-size: 16px;
    font-weight: 500;
    line-height: 38px;
    text-transform: uppercase;
    color: #fff;
    padding: 1px 15px;
    border-bottom: solid 1px #fff;
  }
  .custom-header-bg .main-menu .hs-menu-children-wrapper {
    background: #666 none repeat scroll 0 0;
    border: 0 none;
    overflow: hidden;
    padding: 0;
    position: static;
    width: 100%;
    display: none;
    margin-top: -1px;
    margin-bottom: -8px;
  }
  .child-trigger {
    width: 40px;
    height: 42px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 11;
  }
  .child-trigger .navbar-active-indicator {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: border .2s,-webkit-transform .2s;
    transition: border .2s,transform .2s;
  }  
  .child-trigger.child-open .navbar-active-indicator {
    border-left-color: #fff;
    -webkit-transform: rotate( 
      90deg) translate(-50%);
    -ms-transform: rotate(90deg) translate(-50%);
    transform: rotate( 
      90deg) translate(-50%);
  }
  .custom-header-bg .main-menu .hs-menu-wrapper > ul > li:hover > a {
    background: #cf112b;
    color: #fff;
  }
  .custom-header-bg .main-menu .hs-menu-wrapper > ul > li.child-active > a {
      background: #cf112b;
      color: #fff;
  }


  .custom-header-bg .main-menu .child-open + .hs-menu-children-wrapper {
    border-bottom: solid 1px #fff;      
  }
  .custom-header-bg .main-menu.mobile-view .hs-menu-wrapper ul ul > li > a {
    color: #fff;
    padding: 11px 20px;
    line-height: 18px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
  }
  .custom-header-bg .main-menu.mobile-view .hs-menu-wrapper ul ul > li:first-child {
    margin-top: 5px;
  }
  .custom-header-bg .main-menu.mobile-view .hs-menu-wrapper ul ul>li:last-child {
    margin-bottom: 6px;
  }
  .custom-header-bg .main-menu.mobile-view .hs-menu-wrapper ul ul > li > a:hover {
    background: #fff;
    color: #e3002b;
  }
  .open-menu .custom-header-bg .main-menu .hs-menu-wrapper>ul {
    max-height: calc(100vh - 70px);
    overflow-y: auto;
  }
  .custom-header-bg .nav-search.open-search a {
      padding: 14px 12.5px;
  }
  .custom-header-bg .input-group-btn {
      margin-top: -44px;
      margin-right: -43px;
  }
  .custom-header-bg .headerform-search {
      padding-bottom: 3px;
  }
}
.footer__container {
  margin:0 auto; 
  padding: 0 15px; 
}
.custom-footer-menu {
    display: none;
}

.fa-facebook-f:before, 
.fa-facebook:before {
    content: "\f09a";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.hs-footer-column.left-menu-column {
    float: left;
}
.hs-footer-column.right-menu-column {
    float: right;
}

.hs-footer-column.left-menu-column > div,
.hs-footer-column.right-menu-column > div {
    float: left;
    position: relative;
    border-left: solid 1px #fff;
}
.hs-footer-column.left-menu-column > div a,
.hs-footer-column.right-menu-column > div a,
.footer_sitemap-text
{
    position: relative;
    display: block;
    line-height: 40px;
    padding: 0 10px;
}
.footer__copyright {
    display: block;
    line-height: 40px;
    padding: 0 10px;
}
.hs-footer-column.left-menu-column > div:first-child {
    border-left: none;
}
.hs-footer-column.left-menu-column > div a:hover,
.hs-footer-column.right-menu-column>div a:hover {
    background: #ccc;
    color: #666;
}
.hs-footer-column.social-column {
    float: right;
}
.hs-footer-column.right-menu-column .hs-menu-wrapper ul > li:not(:first-child) {
    border-left: solid 1px #fff;
}
.hs-footer-column.left-menu-column .hs-menu-wrapper ul > li:not(:first-child) {
    border-left: solid 1px #fff;
}
.footer-phone a:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 5px;
    line-height: 18px;
}
.hs-footer-column.left-menu-column > div:last-child {
    border-right: solid 1px #fff;
}
.fa-angle-double-down:before {
    content: "\f103";
}
.hs-footer-column.right-menu-column .footer_sitemap-text a {
    background: #666;
}
.hs-footer-column.right-menu-column .footer_sitemap-text a:hover {
    background: #ccc;
    color: #666;
}
.custom-footer-menu {
    background: #656565;
    padding-top: 20px;
}
.custom-footer-menu .hs-menu-wrapper > ul {
    display: block;
    width: 100%;
    float: left;
}
.custom-footer-menu .hs-menu-wrapper ul li {
    width: 100%;
}
.custom-footer-menu .hs-menu-wrapper > ul > li {
  width: 25%;
  float: left;
  position: relative;
  min-height: 1px;
  padding: 0 15px;
  margin-bottom: 10px;
}
.custom-footer-menu .hs-menu-wrapper ul {
    position: static !IMPORTANT;
    opacity: 1 !important;
    visibility: visible !important;
}
.custom-footer-menu .hs-menu-wrapper ul ul li {
    width: 100%;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > ul > li {
    border-top: solid 1px #ccc;
}
.custom-footer-menu .hs-menu-wrapper > ul > li:first-child > ul > li:last-child {
    border-bottom: 1px solid #ccc;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > ul > li > a {
    font-weight: 500;
    font-size: 15px;
    line-height: 32px;
    color: #fff;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > ul > li > ul {
    border-top: solid 1px #ccc;
    padding: 10px 0 5px;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a {
    line-height: 16px;
    margin-bottom: 5px;
    display: block;
    color: #fff;
}
.hs-footer-column.right-menu-column i {
    transition: -webkit-transform .4s ease-in;
    transition: transform .4s ease-in;
}
.open-mobile-menu .hs-footer-column.right-menu-column i {
    -webkit-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    transform: rotate(540deg);
}



/*  

@media only screen and (min-width: 768px) {
  .hs-footer-column.left-menu-column .hs-menu-wrapper ul > li:nth-child(3),
  .hs-footer-column.left-menu-column .hs-menu-wrapper ul > li:last-child {
      display: none;
  }
}
*/

@media only screen and (min-width: 993px) {
  .hs-footer-bottom-section.mobile-view {
    display:none;
  }
}

@media only screen and (min-width: 1024px) {
  .footer__container {
    padding: 0;
  }

}

@media only screen and (max-width: 1199px) {
  .custom-footer-menu .hs-menu-wrapper > ul > li {
      width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .custom-footer-menu .hs-menu-wrapper > ul > li {
      width: 100%;
      padding: 0;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li {
      margin-bottom: 0;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li:first-child > ul > li:last-child {
      border-bottom: none;
  }
}

@media only screen and (max-width: 992px) {
  .hs-footer-column.left-menu-column > div, 
  .hs-footer-column.right-menu-column > div {
      text-align: center;
  }
  .footer__copyright.desktop-view,
  .hs-footer-column.left-menu-column .footer-phone {
      display: none;
  }
  .hs-footer-column.left-menu-column > div li {
      text-align: center;
      width: 50%;
  }
  .hs-footer-column.left-menu-column {
      width: 40%;
  }
  .hs-footer-column.right-menu-column {
      width: 60%;
  }
  .hs-footer-column.left-menu-column .left-menu {
      width: 100%;
  }
  .hs-footer-column.right-menu-column .footer_sitemap-text {
    width: 33.33%;
    border-right: solid 1px #fff;
  }
  .hs-footer-column.social-column {
      display: none;
  }
  .hs-footer-bottom-section {
      text-align: center;
      padding-top: 2px;
  }
  .hs-footer-social-icons ul {
      width: 100%;
      text-align: center;
  }
  .hs-footer-bottom-section .hs-footer-social-icons ul li {
      display: inline-block;
      float: none;
  }
  .footer__copyright {
      width: 100%;
      float: left;
      text-align: center;
      margin-bottom: 40px;
      line-height: 20px;
  }
  .hs-footer-bottom-section .hs-footer-social-icons ul li a {
    font-size: 23px;
    padding: 14px 10px;
    color: #333;
  }
  .hs-footer-bottom-section .hs-footer-social-icons ul li + li {
      margin-left: 2px;
  }
  .hs-footer-bottom-section .hs-footer-social-icons ul li a:hover {
      background-color: #eee;
  }
  .hs-footer-top-section .footer__container {
      padding-left: 25px;
      padding-right: 25px;
  }
  .hs-footer-column.left-menu-column > div a,
  .hs-footer-column.right-menu-column > div a {
      line-height: 25px;
      padding: 10px;
  }
  .hs-footer-column.right-menu-column .right-menu {
      width: 66.6666%;
      border-left: 0;
  }
  .hs-footer-column.right-menu-column .right-menu li {
      width: 50%;
  }
}


@media only screen and (max-width: 767px) {
  .hs-footer-top-section .footer__container {
      padding-left: 0;
      padding-right: 0;
  }
  .hs-footer-column.right-menu-column .footer_sitemap-text {
      width: 100%;
      border: 0;
  }
  .hs-footer-column.right-menu-column {
      width: 100%;
  }
  .hs-footer-column.left-menu-column {
      margin-left: -1px;
      width: 100%;
      text-align: center;
  }
  .hs-footer-column.right-menu-column .right-menu {
      display: none;
  }
  .hs-footer-column.left-menu-column > div li {
      width: 25%;
      float: left;
  }
  .hs-footer-column.left-menu-column .left-menu .hs-menu-wrapper ul {
      display: block;
  }
}

@media only screen and (max-width: 435px) {
  .hs-footer-column.left-menu-column > div li {
      width: auto;
  }
  .hs-footer-column.left-menu-column>div:last-child {
      border-right: 0;
  }
  .hs-footer-column.left-menu-column > div li {
      float: none;
      display: inline-block;
      margin: 0 -1px;
  }
}


@media only screen and (max-width: 360px) {
  .hs-footer-column.left-menu-column > div a, 
  .hs-footer-column.right-menu-column > div a {
      font-size: 12px;
      padding: 10px 15px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

.body-twoColumn-wrapper h3{
  -webkit-box-shadow: inset 0 -15px 18px -17px rgb(0 0 0 / 50%);
  -moz-box-shadow: inset 0 -15px 18px -17px rgba(0,0,0,.5);
  border-bottom: solid 2px #cf112b;
  padding-bottom: 9px;
  margin-bottom: 16px;
  font-weight: 600;
}

.body-twoColumn-wrapper h2 {
  margin: 0;
  -webkit-box-shadow: inset 0 -15px 18px -17px rgb(0 0 0 / 50%);
  -moz-box-shadow: inset 0 -15px 18px -17px rgba(0,0,0,.5);
  box-shadow: inset 0 -15px 18px -17px rgb(0 0 0 / 50%);
  border-bottom: solid 2px #cf112b;
  padding-bottom: 9px;
  margin-bottom: 18px;
}

.body-twoColumn-wrapper .hs_cos_wrapper_type_rich_text ul,
.body-twoColumn-wrapper .hs_cos_wrapper_type_rich_text ol{
  margin-bottom: 0;
}
.body-twoColumn-wrapper ul ul,
.body-twoColumn-wrapper ul{
  list-style-type: circle;
}

.body-twoColumn-wrapper table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
  margin-bottom: 0;
  word-break: normal;
}
.body-twoColumn-wrapper table th, 
.body-twoColumn-wrapper table td {
  border: 0;
  padding: 0;
  vertical-align: middle;
}

  .table-res  {
  width:100%;
  }
@media screen and (max-width:768px) {
  .table-res td {
  width:100%;
    display:block;
    
  }

  .table-res td h4{
  margin-top:1rem;
  }

    .table-res td.blank {
    display:none;
  }
}


.cm-twoColumn-row .dnd-section .span4.dnd-column .description p {
  margin-bottom: 0 !important;
}

iframe#multi_iframe,
.iframe-sound,
.iframe-black-sound{
  margin-bottom: 31px !important;
  display: block;
}

.iframe-black-sound{
  width:100%;
}
.cm-twoColumn-row .dnd-section .span4.dnd-column:last-child {
  padding-bottom: 50px;
}
.cm-twoColumn-row .dnd-section .span4.dnd-column:last-child .widget-type-rich_text p {
  margin-bottom: 10px;
  line-height: 20px;
}
.cm-twoColumn-row .span5.dnd-column {
  width: 45.6%;
}
.cm-twoColumn-row .span7.dnd-column {
  width: 54.4%;
}
.hs-responsive-embed-wrapper.hs-responsive-embed.iframe-video-gp {
  margin-bottom: 27px !important;
}

/* Arroe */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
  background-color: rgba(0,0,0,0);
}
.carousel-control {
  width: 75px;
  top: 40%;
  bottom: auto;
  opacity: 1;
  height: 90px;
  z-index: 1001;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  color: #fff!important;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
  background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
  background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
  background-repeat: repeat-x;
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
  background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  background-repeat: repeat-x;
}
.carousel-control.left {
  border-right: solid 5px #737079;
  background: rgba(0,0,0,.25);
}
.carousel-control.right {
  border-left: solid 5px #737079;
  background: rgba(0,0,0,.25);
}
.carousel-control.sm {
  width: 38px;
  height: 40px;
}
.carousel-control.sm.left, 
.carousel-control.sm.right {
  border-color: #666;
}
.carousel-control.sm .fa-chevron-left, 
.carousel-control.sm .fa-chevron-right,
.carousel-control.sm .icon-next, 
.carousel-control.sm .icon-prev {
  font-size: 18px;
  margin-top: 11px;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-chevron-left:before {
  content: "\f053";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.carousel-control.left:hover {
  border-right: solid 5px #e5143b;
  background: rgba(0,0,0,.7);
}
.carousel-control.right:hover {
  border-left: solid 5px #e5143b;
  background: rgba(0,0,0,.7);
}
.fa-chevron-right:before {
  content: "\f054";
}


.hs-responsive-embed-wrapper.hs-responsive-embed {
  margin-bottom: 47px !important;
}

.hs-responsive-embed.iframe-video-gp.full-width-video {
  margin-bottom: 7px !important;
}
.iframe-video-gp.full-width-video .hs-responsive-embed-inner-wrapper {
  padding-bottom: 0 !important;
}
.iframe-video-gp.full-width-video .hs-responsive-embed-inner-wrapper iframe {
  height: 315px !important;
  position: static !important;
  display: block;
}

.hs-responsive-embed-wrapper.ifame-style {
  margin-bottom: 20px !important;
}
.hs-responsive-embed-wrapper.ifame-style .hs-responsive-embed-inner-wrapper {
  padding-bottom: 0 !important;
}
.hs-responsive-embed-wrapper.ifame-style .hs-responsive-embed-inner-wrapper iframe {
  position: relative !important;
  height: 315px !important;
}

ul.disc {
  margin: 0 0 0 15px;
  padding: 0;
  list-style-type: disc;
}
.body-twoColumn-wrapper a[data="red"] {
  color: #e3002b;
  text-decoration: underline;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.body-twoColumn-wrapper a[data="red"]:hover {
  text-decoration: none;
}

.cm-projectGallery-banner .banner .banner_breadcrumbs_section {
  margin-bottom: 23px;
}

.cm-terms-row p {
  line-height: 19px;
}



.related-document-tabs-gp .download-list li a:before {
  background-image: url(https://4335336.fs1.hubspotusercontent-na1.net/hubfs/4335336/raw_assets/public/Dbci_January2022/images/icon-download.png);
}

.section--mod-list-gp .mod-list .mod-actions {
  background: rgba(0,0,0,0) url(https://4335336.fs1.hubspotusercontent-na1.net/hubfs/4335336/raw_assets/public/Dbci_January2022/images/section-mod-list-bottom-shadow.jpg) repeat-x scroll left top;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,
  .col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
    float:left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,
  .col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
    float:left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,
  .col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
    float:left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-0 {
    margin-left: 0;
  }
}
@media(max-width:992px){
  .body-twoColumn-wrapper .span8.dnd-column,
  .body-twoColumn-wrapper .span4.dnd-column{
    padding-bottom: 30px;
  }
  .cm-twoColumn-row .dnd-section .span4.dnd-column:last-child {
    padding-bottom: 30px;
  }
}
@media(max-width:991px){
  .body-twoColumn-wrapper .span4.dnd-column, 
  .body-twoColumn-wrapper .span8.dnd-column {
    width: 100%;
  }
  .cm-twoColumn-row .span6.dnd-column {
    width: 100% !important;
  }
  .cm-twoColumn-row .span6.dnd-column {
    padding-bottom: 30px;
  }
  .cm-twoColumn-row .span6.dnd-column:last-child {
    padding-bottom: 0;
  }
  .projectGallery-gp .lordMore-btn{
    background: #fff url(https://4335336.fs1.hubspotusercontent-na1.net/hubfs/4335336/raw_assets/public/Dbci_January2022/images/background-form-btn.png) repeat-x left bottom !important;
  }
}

@media (max-width: 767px){
  .body-twoColumn-wrapper .hidden-xs {
    display: none!important;
  }
  iframe#multi_iframe,
  .iframe-sound,
  .iframe-black-sound{
    margin-bottom: 52px !important;
  }
  .cm-twoColumn-row .span7.dnd-column,
  .cm-twoColumn-row .span5.dnd-column {
    width: 100%  !important;
  }
  .cm-twoColumn-row .span5.dnd-column {
    padding-left: 0 !important;
  }
  .hs-responsive-embed-wrapper.hs-responsive-embed {
    margin-bottom: 67px !important;
  }
  .hs-responsive-embed-wrapper.hs-responsive-embed.iframe-video-gp {
    margin-bottom: 37px !important;
  }
  .hs-responsive-embed-wrapper.ifame-style {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 479px){
  iframe#multi_iframe,
  .iframe-sound,
  .iframe-black-sound{
    width: 100%;
  }
}

/* Style 2 */




.cm-twoColumn-row form fieldset .input {
  margin-right: 0 !important;
}
.cm-twoColumn-row form fieldset.form-columns-2 > div:first-child,
.cm-twoColumn-row form fieldset.form-columns-3 > div:first-child {
  padding-right: 15px;
}
.cm-twoColumn-row form fieldset.form-columns-3 > div:last-child {
  padding-left: 15px;
}
.cm-twoColumn-row form .hs-input:not([type=checkbox]) {
  width: 100% !important;
}
.cm-twoColumn-row form fieldset.form-columns-3 > .hs-form-field {
  width: 33.33333333%;
}
.cm-twoColumn-row form .hs_industry_new select,
.cm-twoColumn-row form .hs_business_type select {
  padding-top: 4px;
}
.cm-twoColumn-row form .hs_date_stamp.hs-date_stamp.field.hs-form-field {
  width: 50%;
  padding-right: 15px;
}
.cm-twoColumn-row form .hs_date_stamp.hs-date_stamp.field.hs-form-field .hs-dateinput:before {
  cursor: pointer;
  background: #e3002b none repeat scroll 0 0;
  color: #fff;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  right: 0;
  top: 0;
  transform: none;
  content: "\f073";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 9px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid #ccc;
}
.cm-twoColumn-row form .hs_date_stamp.hs-date_stamp.field.hs-form-field .hs-dateinput:hover:before {
  background-color: #ab001f;
}
.cm-twoColumn-row form textarea {
  height: auto;
  min-height: 114px;
}
.cm-twoColumn-row form .actions {
  margin-top: 0;
}
.cm-twoColumn-row form input[type=checkbox]+span {
  padding-left: 3px;
  cursor: pointer;
  position: relative;
  top: 2px;
}
.cm-twoColumn-row form .hs_stay_in_touch_with_dbci__sign_up_for_our_newsletter.hs-stay_in_touch_with_dbci__sign_up_for_our_newsletter.hs-form-field {
  margin-bottom: -2px;
}
.cm-twoColumn-row form .hs_company_updates li.hs-form-checkbox {
  margin-top: 10px;
  margin-bottom: 10px;
}
.cm-twoColumn-row form .hs_company_updates li.hs-form-checkbox:not(:first-child) {
  margin-top: -5px;
}
.cm-twoColumn-row form .hs_company_updates li.hs-form-checkbox > label {
  margin: 0;
}
.cm-twoColumn-row form .hs_company_updates li.hs-form-checkbox input[type=checkbox] + span {
  top: -0.5px;
  padding-left: 2px;
}
.cm-twoColumn-row form .hs_company_updates {
  margin-bottom: 10px;
}
.cm-twoColumn-row form .hs_company_updates li.hs-form-checkbox:last-child {
  margin-bottom: -2px;
}
.tooltipwrapper{
  position: relative;
}
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 5px 0;
  letter-spacing: normal;
  line-break: auto;
  font-size: 12px;
  line-height: 1.42857143;
  text-shadow: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 0.273em;
}
.tooltip.bottom {
  margin-top: 0.273em;
}
.tooltip.left {
  margin-left: -0.273em;
}
.tooltip-inner {
  max-width: 80px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.body-twoColumn-wrapper table h2 {
  box-shadow: none;
  border: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
  padding: 0;
}
.cm-twoColumn-row form fieldset .hs-form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cm-twoColumn-row form fieldset .hs-form-field > label {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}
.cm-twoColumn-row form fieldset .hs-form-field legend.hs-field-desc {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  font-weight: bold;
  font-size: 13px;
  color: #000000;
}
.cm-twoColumn-row form fieldset .input {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
}
.cm-twoColumn-row form fieldset .hs-form-field ul.no-list.hs-error-msgs {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  width: 100%;
}
.cm-twoColumn-row form .grecaptcha-badge {
  margin: 0;
}
.hs-home-row3 .request-quote {
  margin-bottom: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 20px;
  box-shadow: none;
}
.hs-home-row3 .section--mod-list-gp .mod-list {
  margin-bottom: 0;
}
.hs-home-row3 .request-quote .text {
  padding: 0;
  padding-top: 3px;
}
.hs-home-row3 .request-quote .text h3 {
  font-size: 24px;
  font-weight: 500;
}
.hs-home-row3 .request-quote .btn-red a {
  padding: 6px 36px 3px;
}
.hs-home-row3 .section--mod-list-gp {
  padding-top: 0;
}
.hs-home-row3 .section--mod-list-gp h3 {
  -webkit-box-shadow: inset 0 -15px 18px -17px rgba(0,0,0,.5);
  -moz-box-shadow: inset 0 -15px 18px -17px rgba(0,0,0,.5);
  box-shadow: inset 0 -15px 18px -17px rgba(0,0,0,.5);
  border-bottom: solid 2px #cf112b;
}
.hs-home-row3 .section--mod-list-gp .mod-list .mod-article .mod-article-link {
  padding: 15px 10px;
}
.hs-home-row3 .custom_mod-list--events {
  padding-top: 0;
}
.hs-home-row3 .section--mod-list-gp .mod-list .mod-article .mod-article-date {
  font-weight: 600;
}
.hs-home-row3 .section--mod-list-gp .mod-list .mod-actions {
  padding: 9px 10px 0 10px;
}
.custom_mod-list--events h2 {
  background: url(https://4335336.fs1.hubspotusercontent-na1.net/hubfs/4335336/raw_assets/public/Dbci_January2022/images/section-mod-list-top-shadow.jpg) bottom left repeat-x;
}
.custom_mod-list--events .mod-actions {
  background: rgba(0,0,0,0) url(https://4335336.fs1.hubspotusercontent-na1.net/hubfs/4335336/raw_assets/public/Dbci_January2022/images/section-mod-list-bottom-shadow.jpg) repeat-x scroll left top;
}
.hs-home-row3 .custom_mod-list--events .mod-actions {
  padding-top: 10px;
}
.hs-home-row3 .dnd-section .dnd-column:last-child .section--mod-list-gp .link.link-arrow::after {
  padding-left: 0;
}
.banner .banner_breadcrumbs_section .hs-breadcrumb-menu-item a:focus {
  outline-offset: -2px;
  color: #23527c;
  text-decoration: underline;
}

.hs-landing-page .hs_cos_wrapper_type_rich_text h3 {
  margin-top: 10px;
}
.hs-home-slider .rsArrowIcn {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.carousel-control.sm.left:hover,
.carousel-control.sm.right:hover,
.carousel-control.sm.left:focus,
.carousel-control.sm.right:focus{
	opacity: 0.9
}




@media only screen and (max-width: 991px) {
  .hs-home-row3 .dnd-section .dnd-column {
    width: 100% !important;
  }
  .hs-home-row3 .dnd-section {
    padding-bottom: 29px !important;
    padding-top: 0 !important;
  }
  .hs-home-row3 .section--mod-list-gp {
    margin-bottom: 30px;
  }
  .hs-home-row3 .request-quote {
    margin-bottom: 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-left: 22px;
    padding-right: 23px;
    padding-top: 17px;
  }
  .hs-home-row3 .request-quote .btn-red a {
    padding: 5px 23px;
    margin-top: 0;
  }
  .hs-home-row3 .request-quote .text h3 {
    font-size: 26px;
    margin: 4px 0 7px;
  }
  .hs-home-row3 .request-quote img {
    max-width: 275px;
    position: relative;
    top: 3px;
  }
}



@media only screen and (max-width: 767px) {
  .cm-twoColumn-row form .hs_date_stamp.hs-date_stamp.field.hs-form-field,
  .cm-twoColumn-row form fieldset.form-columns-3 > .hs-form-field {
    width: 100%;
    padding-right: 0;
  }
  .cm-twoColumn-row form fieldset.form-columns-2 > div:first-child,
  .cm-twoColumn-row form fieldset.form-columns-3 > div:first-child {
    padding-right: 0;
  }
  .cm-twoColumn-row form fieldset.form-columns-3 > div:last-child {
    padding-left: 0;
  }  
  .cm-twoColumn-row form .hs-form-field {
    width: 100% !important;
  }
  .hs-home-row3 .request-quote img {
    width: 100%;
    float: none;
    margin-bottom: 15px;
    max-width: 100%;
  }
}




@media(max-width:767px){
  .cm-twoColumn-row table.tab-res td:last-child {
    padding-right: 0;
  }
  .cm-twoColumn-row table.tab-res td {
    padding-right: 15px;
  }
}

@media(max-width:479px){
  .cm-twoColumn-row table.tab-res h4 {
    font-size: 16px;
  }
  .body-twoColumn-wrapper table.tab-res tr {
    margin-bottom: 10px;
    display: block;
  }
  .cm-twoColumn-row table.tab-res td {
    padding: 0;
    width: 100% !important;
    display: block !important;
  }
}

/* 
.resource-block-gp .resource-block-item .resource-item-text h6:after {
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  font-size: 22px;
  height: 16px;
  margin-right: 10px;
  margin-top:-9px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 16px;
}
*/


.resource-block-gp .resource-block-item .resource-item-text h6:after,
.body-container-wrapper .hs_cos_wrapper_type_rich_text a[href*='.pdf']:not(:has(img)):after,
.body-container-wrapper .hs_cos_wrapper_type_rich_text a[href*='.zip']:after,
.body-container-wrapper .hs_cos_wrapper_type_rich_text a[href*='.doc']:after,
.body-container-wrapper .hs_cos_wrapper_type_rich_text a[href*='.xls']:after {
    background-image: url(https://4335336.fs1.hubspotusercontent-na1.net/hubfs/4335336/raw_assets/public/Dbci_January2022/images/icon-download.png);
    background-repeat: no-repeat;
    content: " ";
    display: inline-block;
    height: 14px;
    margin-left: 10px;
    width: 17px;
}
.hs-blog-post figure {
  width:auto!important;
  margin:0;
}

.hs-blog-post figure img, .hs-blog-post .blog-post__body img {
  max-width: 100%;
  height: auto;
}

.hs-blog-post  .defalut-blog-st .hs-blog-news_content-section h3 {
    margin-bottom: 1rem;
  line-height: 1;
}