

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}
.dnd-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.dnd-section > .row-fluid {
  margin: 0 auto;
}
.dnd-section .dnd-column {
  padding: 0 20px;
}


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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
body {
  font-family:"Roboto","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-size: 16px;
  line-height: 1.5625;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch!important;
  color: rgba(0,0,0,.6);
}
@font-face {
  font-family: icomoon;
  src: url(//20565294.fs1.hubspotusercontent-na1.net/hubfs/20565294/raw_assets/public/BuildingLink_November2022/fonts/icomoon.eot);
  src: url(//20565294.fs1.hubspotusercontent-na1.net/hubfs/20565294/raw_assets/public/BuildingLink_November2022/fonts/icomoon.eot) format("embedded-opentype"),
    url(//20565294.fs1.hubspotusercontent-na1.net/hubfs/20565294/raw_assets/public/BuildingLink_November2022/fonts/icomoon.ttf) format("truetype"),
    url(//20565294.fs1.hubspotusercontent-na1.net/hubfs/20565294/raw_assets/public/BuildingLink_November2022/fonts/icomoon.woff)format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block
}
html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 1em;
}

/* Anchors */

a {
  cursor: pointer;
  color: #093155;
}

a:active, a:hover {
  outline: 0;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5em;
  font-family: inherit;
  font-weight: 700;
  color: inherit;
}

h1, .h1 {
  font-size: 50px;
  line-height: 1.12;
  max-width: 85%;
  margin-bottom: 31px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}


h2, .h2 {
  font-size: 27px;
  color: #093155;
  font-size: 24px;
  line-height: 1.66666667;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

h3, .h3 {
  font-size: 24px;
  line-height:1.04;
}

h4, .h4 {
  font-size: 21px;
  line-height:1.19047619048;
}

h5, .h5 {
  font-size: 17px;
  line-height:1.47058823529;
}

h6, .h6 {
  font-size: 15px;
  line-height:1.66666666667;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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


@media (max-width:767px) {
  body {
    line-height: 1.5 !important;
    font-size: 14px  !important;
  }
  
  h2 {
    line-height:32px;
  }
}
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: 9px;
}

/* Labels */

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 1px solid transparent !important;
  border-bottom-color: #999 !important;
  color: rgba(0,0,0,.3);
  font-size: 23px;
  line-height: 36.8px;
  font-weight: 400;
  padding: 11px 0;
  background: 0 0;
  text-transform: none;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  outline: none;
  box-sizing: border-box;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form .hs-button, 
form input[type=submit] {
  font-size: 12px;
  line-height: 20px;
  border-radius: 0;
  padding: 9px 15px;
  font-weight: 900;
  background: #dbb65f;
  color: #fff;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  border: 3px solid #dbb65f;
  letter-spacing: 5px;
  position: relative;
  width: 100%;
  -webkit-transition: background .3s ease-in-out,color .3s ease-in-out,border .3s ease-in-out;
  transition: background .3s ease-in-out,color .3s ease-in-out,border .3s ease-in-out;
  display: inline-block;
  vertical-align: top;
  outline: none;
  text-decoration: none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

::-webkit-input-placeholder {
  color: rgba(0,0,0,.3)!important;
}


a.hs-button.primary {
    margin-top: 20px;
}

@media (min-width: 768px){
  form .hs-button, form input[type=submit] {
    font-size: 18px;
    line-height: 30px;
    padding: 12px 27px;
    width: auto;
  }

  form input[type=email], 
  form input[type=file], 
  form input[type=number], 
  form input[type=password], 
  form input[type=tel], 
  form input[type=text], 
  form select, form textarea {
    border: 2px solid transparent !important;
    border-bottom: 2px solid #dadada !important;
    padding: 10px 0;
    background: 0 0;
    text-transform: none;
  }

  .hs-form-field {
    margin-bottom: 30px;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header {
  background-color: #fff;
  box-shadow: 0 4px 38px rgb(0 0 0 / 10%);
  padding: 12px 21px 12px 37px;
  position: relative;
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 15px;
  background-color: #fff;
  box-shadow: 0 4px 38px rgb(0 0 0 / 10%);
  padding: 12px 21px 12px 37px;
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.logo {
  max-width: 156px;
  position: relative;
  z-index: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.logo a {
  display: block;
  padding: 4px 0;
}


.nav-opener {
  width: 24px;
  height: 17px;
  position: relative;
}

.nav-opener:before, .nav-opener:after, .nav-opener .nav-line {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: inline-block;
  vertical-align: top;
}

.nav-opener .nav-line {
  width: 24px;
  height: 3px;
  background-color: #4c4d5b;
  position: absolute;
  left: 0;
  top: 7px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.nav-block {
  background-color: #fff;
  z-index: 2;
  padding: 20px 40px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}

.nav-block .link-holder {
  margin-bottom: 21px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header select {
  line-height: 36.8px;
  font-weight: 400;
  border: 1px solid transparent;
  display: inline-block;
  vertical-align: top;
  color: #093155;
  border-bottom-color: #093155;
  padding: 2px 0;
  margin-bottom: 0;
  font-size: 15px;
  width: auto;
  text-transform: capitalize;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background:transparent;
}


.header .btn {
  color: #fff;
  text-decoration: none;
  border: 3px solid #012b40;
  text-align: center;
  border-radius: 0;
  background: #012b40;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
  padding: 5px 15px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.nav-block .link-holder a {
  margin-left: 20px;
}

.menu-holder {
  text-align: center;
}

#mega-menu-wrap-primary .mega-menu-toggle {
  display:none;
  z-index: 1;
  cursor: pointer;
  background: #222;
  border-radius: 2px 2px 2px 2px;
  line-height: 40px;
  height: 40px;
  text-align: left;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  white-space: nowrap;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left, 
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-preferred-size: 33.33%;
  -webkit-flex-basis: 33.33%;
  flex-basis: 33.33%;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}


#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  outline: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 {
  cursor: pointer;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
  margin-right: 6px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
  margin-left: 6px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
  transition-property: opacity,filter;
  transition-duration: .15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  transform: scale(.8);
  align-self: center;
  outline: 0;
  background: 0 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
  outline: 0;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  width: 40px;
  height: 4px;
  background-color: #ddd;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
  top: 2px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  width: 40px;
  height: 4px;
  background-color: #ddd;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  content: "";
  display: block;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
  top: 10px;
  transition-property: transform,opacity;
  transition-timing-function: ease;
  transition-duration: .15s;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
  top: 20px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  bottom: -10px;
}


.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  word-wrap: break-word;
  white-space: normal;
  pointer-events: auto;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  transform: none;
  top: auto;
  cursor: pointer;
  vertical-align: baseline;
  width: auto;
  display: block;
  color: #fff;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  text-decoration: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  color: #012b40;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  padding: 0;
  height: auto;
  z-index: 1;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: 0 0!important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: #012b40;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
  display: inline-block;
  font: inherit;
  font-family: dashicons;
  position: static;
  margin: 0 6px 0 0;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  background: 0 0;
  height: auto;
  width: auto;
  top: auto;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  opacity: 0;
  background: #dbb65f;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:before {
  opacity: 1;
}

.custom-menu-primary .hs-menu-wrapper > ul > li{
  padding: 0 5px;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  justify-content: flex-end;
}


.new-nav-search-wrap .hs-search-field__bar input.hs-search-field__input { background-image: url('https://www.buildinglink.io/hubfs/search.svg'); background-position: right 0.5rem center; background-repeat: no-repeat; background-size: 1rem; font-size: 17px; font-weight: 500; text-transform: lowercase; -webkit-appearance: none; line-height: 1.375; background-color: transparent; background-position: 0.55rem center; text-align: left; border: 1px solid transparent !important; max-height: 37px; min-height: 37px; width: 0; padding: .25rem .5rem .25rem 2.45rem; transition: all 0.15s ease-out, visibility 0s; margin-right: -20px; min-width:0px; cursor:pointer; }
.new-nav-search-wrap .hs-search-field__bar input.hs-search-field__input:focus { cursor: auto; width: 100%; min-width: 295px; border: 1px solid #093155 !important; margin-right: 0; }
.new-nav-search-wrap { padding-right: 31px; }


@media (min-width: 768px) {
  .header {
    padding: 23px 20px;
  }
}
@media (min-width: 769px) {
  .dark-bg {
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    opacity: 0;
    z-index: 99;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
  }

  .header {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .logo {
    max-width: 140px;
  }
  .nav-opener {
    display: none;
  }

  .nav-block {
    background-color: transparent;
    width: auto;
    position: static;
    padding: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .menu-holder {
    text-align: right;
  }

  [lang="en"] .nav-hover .dark-bg {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

   [lang="en"] .nav-hover .header {
    background: #7f7f7f;
    box-shadow: none;
  }

  [lang="en"] .nav-hover .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color:#fff ;   
  }

  [lang="en"] .nav-hover .logo img {
    filter:brightness(0) invert(1)
  }

  [lang="en"] .nav-hover .header select {
    color:#fff;
    border-bottom-color: #fff;
    background:transparent;
  }


  [lang="en"] .nav-hover .header .link-holder a:not(.btn) {
    color:#fff;
  }

  [lang="en"] .nav-hover .header .btn {
    color:#fff;
    border-color: #fff;
    background: 0 0
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul li.hs-item-has-children> a {
    color: #012b40;
    font-weight: 700 !important;
    font-size: 14px;
    line-height: 18px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul ul {
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul ul ul {
    padding: 5px 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>ul >li {
    padding: 15px;
    margin: 0;
  }



}

@media (min-width: 992px) {
  .header {
    padding: 23px 40px;
  }

  .logo {
    margin-bottom: 10px;
  }

  .logo a {
    padding: 0;
  }

}

@media (min-width: 1024px) {
  .logo {
    margin-bottom: 0;
  }

  .logo a {
    padding: 3px 0;
  }

  .nav-block .link-holder .btn {
    display: none;
  }

  .menu-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size:18px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li{
    padding: 0 10px;
  }

  .header .btn {
    margin-left: 20px;
  }
}

@media (min-width: 1200px) {
  .logo {
    max-width: 160px;
  }

  .logo a {
    padding: 5px 0;
  }

  .header .btn {
    padding: 5px 37px;
    margin-left: 25px;
  }

  .nav-block .link-holder a {
    margin-left: 20px;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size:20px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li{
    padding: 0 19px;
  }

}
@media (min-width: 1440px) {
  .header {
    padding: 19px 72px 25px 79px;
  }

}

.header a:not(.btn) {
  color: #093155;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.logo img {
  vertical-align: top;
  max-width: 314px;
  height: auto;
  width:100% !important;
}

.header .btn:hover {
  color: #012b40;
  background: 0 0;
}

.header a:not(.btn):hover {
  color: #dbb65f;
}

.nav-opener:before, .nav-opener:after, .nav-opener .nav-line {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: inline-block;
  vertical-align: top;
}

.nav-opener:before, .nav-opener:after {
  width: 24px;
  height: 3px;
  background-color: #4c4d5b;
  content: '';
  position: absolute;
  left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.nav-opener:before {
  top: 0;
}

.nav-opener:after {
  bottom: 0;
}
.nav-active .nav-opener:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.nav-active .nav-opener:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
  bottom: auto;
}
.nav-active .nav-opener .nav-line {
  opacity: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  display: block;
  visibility: hidden;
  opacity: 1;
  pointer-events: auto;
  position: absolute;
  z-index: 999;
  border-radius: 0;
  max-width: none;
/*   left: 0; */
  background: #fff;
  font-size: 14px;
  line-height: 1.7;
  box-shadow: 0 4px 10px rgb(0 0 0 / 25%);
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  box-shadow: 0 4px 10px rgb(0 0 0 / 25%);
  opacity: 0;
  transform: translate(0,10px);
  transition: opacity 200ms ease-in,transform 200ms ease-in,visibility 200ms ease-in;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children{
  position: relative;
  padding-right: 50px;
  transition: all 0.15s ease-in-out;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children .nav-expand{
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0.5em;
  right: 0;
  font-size: 0.9em;
  line-height: 1em;
  color: #012b40;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
  opacity: 1;
  transform: translate(0,0);
  visibility: visible;
  max-height: 600px;
  overflow-y: scroll;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul::-webkit-scrollbar{
  visibility: hidden;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li{
  padding-top: 0.5em;
}
.custom-menu-primary {
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper>ul>li ul li ul li a {
  font-weight: 400;
  font-size: 14px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  color: #012b40;
/*   font-weight: 700; */
  font-size: 14px;
  line-height: 25px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul {
  display: block;
  text-align: left;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul {
  padding: 15px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul ul {
  padding: 5px 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul ul li {
  margin-bottom: 5px;
  padding-right: 10px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul {
  flex-direction: column !important;
  display: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li {
  width: 25%;
  float: left;
  min-height: 1px;
  padding-right: 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li > ul > li {
  width: 33.33333%;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:last-child {
  padding-right: 0;
}


.down .header {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
header#header {
  transition: background .3s ease-in-out,transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}

  [lang="en-ca"] .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
    color: #012b40;
    font-weight: normal;
}

[lang="en-ca"] .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
[lang="en-ca"] .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
[lang="en-ca"] .custom-menu-primary .hs-menu-wrapper > ul > li > a.active{
  font-weight: 700;
}

@media (max-width:1199px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width:1023px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    padding-right: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin-bottom:10px;
  }
}

@media (min-width: 769px) and (max-width: 1023px){
  .menu-holder .btn {
    display: none;
  }

}

@media (min-width:768px) {
    
/*     .mega-menu-wrap .hs-menu-wrapper ul li.contact { display: none; } */
    
}

@media (max-width:768px) {
  .nav-active .nav-block {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    max-height: calc(100vh - 75px);
    overflow: scroll;
    box-shadow: 0 0 15px rgb(0 0 0 / 25%);
  }

  .nav-block .link-holder .btn {
    display: none;
  }

  .header select {
    font-weight: 300;
    background: #f9f9f9;
    box-sizing: border-box;
  }
  
	.login-link{
		padding: 13px 28px;
	}

	
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    position: static;
    box-shadow: none;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    display: none;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li{
    padding-top:0.5em;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li {
    width: 100% !important;

  }

  span.child-trigger:before {
    content: "\e906";
    font-family: icomoon!important;
    transform: rotate(90deg);
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    transition:.2s all;
  }
  span.child-trigger {
    position: absolute;
    right: 0;
    width: 20px;
    top: 0;
  }
  .child-open .child-trigger:before {
    content: "\e906";
    font-family: icomoon!important;
    transform: rotate(-90deg);
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }

  [lang="en"] .nav-hover .header {
    background: #7f7f7f;
    box-shadow: none;
  }


}

@media (min-width: 1023px) and (max-width: 1199px){
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul { width: calc(100% + 20%); }
}

@media (min-width: 767px) and (max-width: 1022px){
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul { width: calc(100% + 20%); left: auto; right: 0; }
}

@media(min-width:769px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li ul.hs-menu-children-wrapper > li.hs-item-has-children:nth-child(4) { border-left: 1px solid #dbb65f; padding: 0 0 0 34px; }
    .hs-menu-wrapper ul { align-items: flex-start; }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li ul > li:nth-child(4) li.contact { display: none; }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li ul > li:nth-child(4) > ul li.contact:nth-child(3) { display: block; }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li ul > li:nth-child(4) li.contact a { color: #dbb65f; border-bottom: 1px solid #dbb65f; display: inline-block; font-size: 14px; line-height: 18px; font-weight: 700; }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li ul > li:nth-child(4) li.contact a:after { content: "\f105"; display: inline-block; font-family: 'fontAwesome'; margin: 0 0 0 5px; }

}

@media (max-width:768px) {
    .custom-menu-primary .hs-menu-wrapper>ul {
        flex-direction: column;
    }
    .nav-active .nav-block .link-holder .contact {
        display: none;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li { width: 100%; }

    .new-nav-search-block-wrap .link-holder { padding-top: 51px; position: relative; }
    .new-nav-search-block-wrap .link-holder .new-nav-search-wrap { position: absolute; top: 0; left: 0; right: 0; padding-right: 0; }
    .new-nav-search-wrap .hs-search-field__bar input.hs-search-field__input { width: 100%; margin-right: 0; border: 1px solid #093155 !important; }
    .new-nav-search-wrap .hs-search-field__bar input.hs-search-field__input:focus { min-width: 100%; width: 100%; }


}

.nav-block .link-holder li { margin: 0; padding: 0; list-style-type: none; }

.custom-menu-primary .hs-menu-wrapper ul {
    padding: 0.5em 1em;
}

.custom-menu-primary .hs-menu-wrapper ul>li>a{
  font-weight: 700;
/*   background-color: yellow; */
}



.custom-menu-primary .hs-menu-wrapper > ul > li:not(:nth-child(2)) {
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:not(:nth-child(2)) > ul {
  width: -moz-max-content;
  width: max-content;
  margin-left: 0;
}



.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li{
/*   width: auto; */
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>ul>li{
  width: 100%;
}

.custom-menu-primary li.hs-item-has-children.active ul{
  display:flex;
  transition: all 0.15s ease-in-out;
}

.custom-menu-primary li.hs-item-has-children.active .nav-expand i{
transition: all 0.15s ease-in-out;
    transform: rotate(45deg);
}
dl {
  margin: 0 0 1.5em;
}

dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: 700;
}
.footer .hs_error_rollup .hs-error-msgs label {
    color: #fff;
}
.footer-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 0 15px;
  background-color: #093155;
}

@media(min-width: 768px) {
  .footer-holder {
    background-color:transparent;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
  }
}

.footer-content-holder {
  background-color: #093155;
  color: #fff;
  padding: 8px 0 1px;
  text-shadow: 0 4px 4px rgba(0,0,0,.25);
  border-top: .5px solid #dbb65f;
}

@media(min-width: 768px) {
  .footer-content-holder {
    padding:50px 45px 25px;
    width: 65%;
    border-top: 0;
  }
}

@media(min-width: 1200px) {
  .footer-content-holder {
    padding:57px 48px 60px 133px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-content-holder .additional-footer-menus {
    margin-top: auto;
  }
}

.footer-content-holder h2 {
  color: inherit;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 13px;
  text-shadow: none;
}

.footer-content-holder form {
  padding-top: 27px;
}

@media(min-width: 768px) {
  .footer-content-holder a {
    color:inherit;
  }
}

.footer-content-holder a:hover {
  color: #dbb65f;
}

.footer-menu-holder {
  color: #fff;
  padding: 29px 0 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media(min-width: 768px) {
  .footer-menu-holder {
    background-color:#fff;
    color: rgba(0,0,0,.6);
    padding: 50px 30px 25px;
    width: 35%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media(min-width: 1200px) {
  .footer-menu-holder {
    padding:70px 94px;
  }
}

.footer-menu-holder h2 {
  color: inherit;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

@media(min-width: 768px) {
  .footer-menu-holder h2 {
    display:none;
  }
}

.footer-menu-holder .footer-logo {
  width: 48%;
}

@media(min-width: 768px) {
  .footer-menu-holder .footer-logo {
    display:none;
  }
}

.footer-menu-holder .footer-logo img {
  vertical-align: top;
}

.footer-menu-holder .menu {
  width: 48%;
}

@media(min-width: 768px) {
  .footer-menu-holder .menu {
    width:100%;
    margin-bottom: 30px;
  }
}

.menu .hs-menu-wrapper > ul {
  font-size: 10px;
  line-height: 18px;
  -webkit-column-count: 2;
  column-count: 2;
  text-transform: uppercase;
  display: block;
}

@media(min-width: 768px) {
  .menu .hs-menu-wrapper > ul {
    line-height:1.5;
    -webkit-column-count: auto;
    column-count: auto;
    letter-spacing: 5px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 900;
  }
}

.menu .hs-menu-wrapper > ul li {
  margin-bottom: 5px;
  text-align: left;
}

@media(min-width: 768px) {
  .menu .hs-menu-wrapper > ul li {
    margin-bottom:26px;
  }
}

.menu .hs-menu-wrapper > ul a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media(min-width: 768px) {
  .menu .hs-menu-wrapper > ul a {
    color:#093155;
  }
}

.menu .hs-menu-wrapper > ul a:hover {
  color: #dbb65f;
}

.social-links {
  font-size: 16px;
  padding: 0;
  margin: 0;
}

.social-links li {
  display: inline-block;
  vertical-align: top;
  margin-right: 17px;
  margin-bottom: 10px;
}

.social-links a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  transition: color .3s ease
}

.social-links a:hover {
  color: #dbb65f;
}

.footer-bottom-nav .hs-menu-wrapper > ul {
  font-size: 10px;
  line-height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media(min-width: 768px) {
  .footer-bottom-nav .hs-menu-wrapper > ul {
    font-size:14px;
    font-weight: 400;
  }
}

@media(min-width: 1024px) {
  .footer-bottom-nav .hs-menu-wrapper > ul {
    display:block;
  }
}

.footer-bottom-nav .hs-menu-wrapper > ul li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 4px;
}

@media(min-width: 768px) {
  .footer-bottom-nav .hs-menu-wrapper > ul li {
    margin-right:15px;
    margin-bottom: 10px;
  }
}

@media(min-width: 1024px) {
  .footer-bottom-nav .hs-menu-wrapper > ul li {
    margin-right:0;
    margin-left: 43px;
  }
}

.footer-bottom-nav .hs-menu-wrapper > ul li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.footer-bottom-nav .hs-menu-wrapper > ul li a:hover {
  color: #dbb65f;
}

.additional-footer-menus {
  width: 100%;
}

@media(min-width: 1024px) {
  .additional-footer-menus {
    display:-webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer {
  width: 100%;
}

.footer input[type=email] {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  height: 74px;
  font-weight: 900;
  letter-spacing: 5px;
  border-radius: 2px;
  border: 1px solid #c4c4c4 !important;
  background: 0 0;
  padding: 21px 32px;
  outline: none;
  width: auto;
  min-width: 288px;
  display: inline-block;
  vertical-align: top;
  background: transparent !important;
}

.footer input[type=email]:focus {
  border-color: #fff;
}

.footer input[type=email]::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #f9f9f9 !important;
}

.footer input[type=email]::-moz-placeholder {
  opacity: 1;
  text-transform: uppercase;
  color: #f9f9f9 !important;
}

.footer input[type=email]:-moz-placeholder {
  text-transform: uppercase;
  color: #f9f9f9 !important;
}

.footer input[type=email]:-ms-input-placeholder {
  text-transform: uppercase;
  color: #f9f9f9 !important;
}

.footer input[type=email].placeholder {
  text-transform: uppercase;
  color: #f9f9f9 !important;
}

.footer .actions:before {
  font-family: icomoon!important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
}

.footer .actions:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-indent: 0;
  text-align: center;
  font-family: icomoon!important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  font-size: 24px;
  line-height: 72px;
  color: #fff;
}

.footer .hs-button[type=submit] {
  border-radius: 2px;
  border: 1px solid #c4c4c4;
  margin-left: 0;
  background: 0 0;
  width: 76px;
  text-indent: -9999px;
  position: relative;
  height: 74px;
  font-size: 18px;
  line-height: 30px;
  outline: none;
  -webkit-transition: background .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out;
  transition: background .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out;
  float: left;
}

.footer .hs-button[type=submit]:hover {
  border-color: #fff !important;
  background: #fff !important;
  color: #093155 !important;
}

.footer .button[type=submit]:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-indent: 0;
  text-align: center;
  font-family: icomoon!important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  font-size: 24px;
  line-height: 72px
}

.footer-form-holder {
  margin-bottom: 54px;
}

.footer .hs-button[type=submit]:hover, 
.footer .actions:hover:before {
  background: #fff!important;
  border-color: #fff!important;
  color: #093155!important;
}


.footer .hs-button[type=submit]:hover, 
.footer .actions:hover:before {
  background: #fff!important;
  border-color: #fff!important;
  color: #093155!important;
}
.footer .hs-button[type=submit]:hover {
  background: transparent !important;
}
@media(min-width: 1024px) {
  .footer-form-holder .text {
    width:78%;
  }
}

#footer {
  position: relative;
  line-height:25px;
}

.footer-info {
  color: #093155;
  width: 100%;
  text-align: left;
}

dl dd {
  overflow: hidden;
}

.footer-info h3 {
  color: #093155;
  font-size: 10px;
  line-height: 18px
}

@media(max-width: 768px) {
  
	.footer-info {
		color: #ffffff !important;
		width: 100%;
		text-align: left;
	}
	
	.footer-info a{
		color:#ffffff !important;
		padding:16px;
	}
	
	
	.footer-info dl dd{
		margin-bottom:20px;
	}
	
	.footer-info dl dt{
		margin-bottom:20px;
	}
	
	
}

@media(min-width: 768px) {
  
	.footer-info {
		color: #093155;
		width: 100%;
		text-align: left;
	}
	
	
	
	.footer-info h3 {
    letter-spacing:5px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 900
  }
}

.footer-info dl {
  margin-bottom: 0
}

@media(min-width: 768px) and (max-width:1023px) {
  .footer-info dl {
    font-size:14px
  }
}

@media(min-width: 1024px) {
  .footer-info dl {
    font-size:16px
  }
}

.footer-info dl a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

.footer-info dl a:hover {
  color: #093155
}

.footer-info dl dt {
  font-weight: 500
}

.footer .form-title,.footer form label,.footer form legend {
  margin: 0;
}

.footer-content-holder p {
  font-size: 16px;
  color: inherit;
  font-weight: 300;
}

.footer-content-holder .hs_submit {
  border-radius: 2px;
  margin-left: -2px;
  background: 0 0;
  width: 76px;
  text-indent: -9999px;
  position: relative;
  height: 74px;
  font-size: 18px;
  line-height: 30px;
  outline: none;
  -webkit-transition: background .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out;
  transition: background .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out;
  float: left;
}

.footer .hs-form-field {
  padding: 0;
  border: 0;
  float: left;
  margin:0;
}


.footer-content-holder p {
  font-size: 16px;
  color: inherit;
  font-weight: 300;
}

.footer .hs_error_rollup {
  order: 3;
  width: 100%;
  line-height: 1;
}

.footer label.hs-error-msg {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin: 32px 0px;
}

.footer-content-holder form {
  display: flex;
  flex-wrap: wrap;
}

.footer-subscribe-block{
	position:relative;
	padding-bottom:100px;
}

.footer-subscribe-block .hs_recaptcha .hs-recaptcha .field .hs-form-field {
	position:absolute;
	bottom:0;
}

.footer-subscribe-block div.hs_recaptcha.hs-recaptcha.field.hs-form-field{
	position:absolute;
	bottom:0;
}

.footer-content-holder .submitted-message, 
.footer-content-holder form {
  color: #fff;
}

@media (max-width: 767px) {
  .mobile-hide {
    display: none;
  }
  .footer-bottom-nav .hs-menu-wrapper>ul {
    flex-direction: row !important;
  }
	
	.footer-menu-holder h2{
		font-size:18px;
		margin:15px 0;
	}
	
	.footer-menu-holder .footer-logo{
		width:100%;
	}
	
  .footer-menu-holder .footer-logo img {
    width: 100%;
    max-width: 94px;
    vertical-align: middle;
  }
	
	.footer-menu-holder .menu{
		width:100%
	}
	
	.footer-menu-holder .menu .hs-menu-wrapper>ul a{
		font-size: 16px;
		padding: 16px 0;
	}
	
  #footer {
    line-height: 1.5;
    font-size: 14px;
  }
}




/* =============== demofooterCSS =============== */

.demo-footer {
  background: rgb(9,49,85);
  margin-bottom: 19px;
}

.demo-footer .demo-container {
  padding: 0 15px;
  max-width: 990px;
  margin: 0 auto;
}


.demo-footer .demo-container .cm-logo {
  float: left;
  left: -30px;
  position: relative;
}
.demo-footer .demo-container .cm-logo .logobg {
  height: 6.25rem;
  width: 17.125rem;
}
.demo-footer .demo-container .cm-logo .logobg a.image-link {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
    z-index: 9;
}

.demo-footer .demo-container .cm-copyright {
  color: #fff;
  font-size: .8669rem;
  line-height: 1.4rem;
  text-align: right;
  position: relative;
  top: 39px;
  left: 2px;
}

.demo-footer .demo-container .cm-copyright p {
  color: #fff;
  line-height: 1.375rem;
  font-size: 0.8669rem;
  font-weight: 400;
  margin: 0;
}

@media(max-width: 767px) {
  .demo-footer .demo-container .cm-copyright {
    position: static;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  .demo-footer .demo-container .cm-logo {
    position: static;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  .demo-footer {
    margin-bottom: 0;
  }
  .demo-footer .demo-container .cm-logo .logobg {
    margin: 0 auto;
  }
}

@media (min-width:1024px) {
  .lp-footer .footer-content-holder .additional-footer-menus {
    min-height: 35px;
  }
  .lp-footer .footer-form-holder {
    margin-bottom: 64px;
  }
}

@media (max-width:767px) {
  .footer-content-holder {
    background-color: #093155;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* @import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css); */

.hs-blog-listing .dnd-section .dnd-column {
  padding: 0;
}

/* Blog header */

.blog-header {

  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
}

/* Blog header - author listing */

.blog-header__author-avatar {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  margin: 0 auto 1.4rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover,
.blog-header__author-social-links a:focus {
  background-color: #494a52;
}

.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog header - tag listing */

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #d1d6dc;
  padding-bottom: 1rem;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-index::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__post {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post.blog-index__post--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-index__post-inner-card {
  background: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 100%;
}

.blog-index__post-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  display: block;
  padding-bottom: 63%;
}

@media (min-width: 1000px) {
  .full-width .blog-index__post-image {
    min-height: 300px;
    padding-bottom: unset;
  }
}

.blog-index__post-inner-card .blog-index__post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 24px 30px 30px 30px;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog-post__tag-link:hover {
  text-decoration: none;
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-post__meta-section {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 30px;
}
.blog-post__meta-section.no-min {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-post__read-more a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  padding-left: 10px;
  position: relative;
  top: 3px;
}

.blog-post__read-more svg {
  height: auto;
  width: 15px;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Blog listing - sidebar */

@media screen and (min-width: 1000px) {
  .sidebar.full-width .blog-index .blog-index__post,
  .sidebar .full-width .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
  .sidebar.three-col .blog-index .blog-index__post,
  .sidebar .three-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
  .sidebar.four-col .blog-index .blog-index__post,
  .sidebar .four-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
  }
}

@media screen and (max-width: 999px) {
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 767px) {
  .sidebar .blog-index {
    padding: 1rem 0 3.3rem;
  }
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem 0;
  }
}

.blog-sidebar h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
  margin-bottom: 20px;
  margin-top: 8px;
}

.blog-sidebar ul {
  background: #fff;
  border-radius: 5px;
  list-style: none;
  padding: 30px;
}

.blog-sidebar ul li {
  border-top: 1px solid #dfddd9;
  font-weight: 600;
  padding: 10px 0;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
  padding-top: 0;
}

.blog-sidebar ul li:last-child {
  padding-bottom: 0;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-increment: list-number;
}

.blog-sidebar-post-listing li:before {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  content: counter(list-number);
  font-weight: 600;
  padding-right: 8px;
}

.blog-sidebar-post-listing li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Blog mobile sidebar */

@media (max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .hs-blog-listing .span9 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    display: none;
    opacity: 0;
    -webkit-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
    visibility: hidden;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    opacity: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    visibility: visible;
  }
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.blog-pagination.linked {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #b0c1d4;
}

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

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__link.blog-pagination__prev-link--disabled,
.blog-pagination__link.blog-pagination__next-link--disabled {
  color: #b0c1d4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #b0c1d4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #b0c1d4;
}

/* Blog post */

.post-featured-image {
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: -110px;
  margin-top: 40px;
  min-height: 300px;
}

.blog-post {
  background: #fff;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 960px;
  padding: 84px 100px 80px 100px;
  position: relative;
  width: 90%;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__timestamp {
  display: inline-block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__links-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 26px 0;
}

@media (max-width: 767px) {
  .blog-post__links-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs-blog-social-share {
    height: 0 !important;
  }
  .hs-blog-social-share-list {
    padding-top: 20px;
  }
}

.hs-blog-social-share .hs-blog-social-share-item-linkedin {
  margin-top: -7px;
}

.blog-post__back-to-blog,
.blog-post__back-to-blog:hover {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  margin-right: 10px;
  position: relative;
  top: 6px;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  width: 20px;
}

@media (max-width: 767px) {
  .blog-post img {
    float: none !important;
    width: 100% !important;
  }

  .blog-post {
    width: 90%;
    padding: 30px;
  }

  .blog-post h1 {
    font-size: 1.6rem;
  }
	
	img{
		max-width:100%;
		height:auto;	
	}
	
	.hs-cta-wrapper{
        width:100% !important;
	}
	
}

/* Blog related posts */

.blog-related-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}

 h2.related-headline {
  text-align: center;
}

.blog-related-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-related-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-related-posts .blog-post__meta-section {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-related-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  max-width: 100%;
}

.blog-related-posts__post .card .span6{
	display: flex;
	flex-direction: column;
	background-color: #fff;
}


.blog-related-posts-v2{
	margin-top:35px;
}

.blog-related-posts__img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	max-width: 100%;
	width:100%;
	height:250px;
	object-fit:cover;
}

.blog-related-posts__content .f-grow{
	flex-grow:1;
}


.blog-related-posts__list{
	display:flex;
	flex-direction:row;
}

.blog-related-posts__post.card{
	background-color:#fff;
	display:flex;
	flex-direction:column;
	
}

.blog-related-posts__content{
	padding:25px;
	display:flex;
	flex-direction:column;
	flex-grow:1;
}

.blog-related-posts-v2 .blog-related-posts__content a.blog_post_item_tag{
	padding:5px 0;
	width: auto;
	display:inline;
	text-decoration:none;
}


.blog-related-posts__title {
  margin: 1rem 0 0.5rem;
}

.blog-related-posts__title a {
  color: #494a52;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 100%;
}

.blog-comments form {
  max-width: 100%;
  padding-top: 2em;
}

.blog-comments .hs-submit {
  text-align: center;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}

/* Subscription section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
	
	
	.blog-related-posts__list.row-fluid{
		gap:30px;
	}
	
}

.subscription-form label {
  text-align: center;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-y: hidden;
  overflow-x: auto;
}

.section.post-footer .hs-input {
  max-width: 100%;
  width: 100%;
}

@media (max-width:767px) {


  .body-container.body-container--blog-index > .content-wrapper {
    padding: 0;
  }

  .blog-sidebar.span3 .dnd-section {
    padding: 0;
  }


  .blog-index__post {
    padding: 1rem 0;
  }

  .body-container.body-container--blog-index .dnd-section {
    padding: 30px 0;
  }

}

.hs-blog-social-share .hs-blog-social-share-item-linkedin {
  margin-top: -5px !important;
}

@media (max-width:1100px) and (min-width:768px) {
  .blog-sidebar ul {
    padding: 30px 10px;
  }

  .body-container.body-container--blog-index .dnd-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width:1199px) {

  .hs-blog-social-share .hs-blog-social-share-item-linkedin {
    margin-top: -3px !important;
  }
}
@media (max-width:479px) {
  .hs-blog-social-share .hs-blog-social-share-item-linkedin {
    margin-top: 0px !important;
  }

  .hs-blog-social-share .hs-blog-social-share-list li {
    margin: 5px;
  }

  .hs-blog-social-share .hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-twitter {
    margin-top: 0px;
  }
}

/* New Blog */
.latest_blog_main .dnd-section { padding: 0 !important; }
.latest_blog_main .dnd-section .dnd-column { padding: 0; }
.blog_listing_hero { display: inline-block; vertical-align: top; width: 100%; padding: 91px 0 21px; text-align: center; font-size: 19px; line-height: 1.62; color: #000; }
.latest_blog_main { background-color: #F7F6F4; }
.container { width: 1305px; max-width: 100%; padding: 0 15px; margin: 0 auto; }
.blog_listing_hero_caption { width: 850px; max-width: 100%; margin: 0 auto; }
.blog_listing_hero_caption .sub_title { font-weight: 700; font-size: 14px; letter-spacing: 5px; text-transform: uppercase; color: #000000; }
.blog_listing_hero_caption h1 { margin: 10px 0 20px; max-width: 100%; color: #093155; font-size: 50px; }

.blog_topic_section ul { padding: 0; list-style-type: none; display: flex; flex-wrap: wrap; justify-content: center; margin: 0; }
.blog_topic_section ul li { display: inline-block; vertical-align: top; width: auto; }
.blog_topic_section ul li + li { margin-left: 19px; }
.blog_topic_section ul li a { display: inline-block; vertical-align: top; width: auto; text-decoration: none; font-size: 14px; line-height: 25px; font-weight: 700; color: #093155; padding: 10px 15px; border: 1px solid #DBB65F; border-radius: 30px; background-color: #fff; min-width: 192px; text-align: center; transition: all ease-in-out .4s; }
.blog_topic_section ul li a:hover, .blog_topic_section ul li.current a { background-color: #093155; border-color: #093155; color: #fff; }
.blog_topic_section { display: inline-block; vertical-align: top; width: 100%; padding-bottom: 30px; }
.blog_topic_section ul li:first-child a { min-width: 140px; }
.blog_topic_raw { display: flex; align-items: center; width: 100%; justify-content: center; }
.build_blog_search input.hs-search-field__input { height: 45px; border: 1px solid #DBB65F !important; border-radius: 11px; font-size: 14px; color: #B5B6B7; font-weight: 700; padding: 0 35px 0 15px; }
.build_blog_search { width: 264px; max-width: 100%; margin-left: 24px; }
.build_blog_search form { position: relative; }
.build_blog_search form button[aria-label="Search"] { position: absolute; top: 13px; right: 15px; border: 0; border-radius: 0; padding: 0; height: 19px; width: 18px; background: url('https://20565294.fs1.hubspotusercontent-na1.net/hubfs/20565294/BuildingLink_November2022/Images/blog-search.png') no-repeat center / cover; }
.build_blog_search form button[aria-label="Search"] svg { display: none; }

.blog_listing_section { display: inline-block; vertical-align: top; width: 100%; padding-bottom: 60px; }
.blog_listing_wrap { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.blog_post_item { width: calc(50% - 20px); margin: 10px; background-color: #fff; display: none; }
.blog_post_item_img { height: 261px; }
.blog_post_item_tag { background-color: #fff; display: inline-block; vertical-align: top; width: calc(100% - 50px); font-size: 14px; font-weight: 700; line-height: 25px; color: #DBB65F; padding: 35px 80px 5px; position: relative; margin-top: -38px; letter-spacing: 0.2px; }
.blog_post_item_tag a { text-decoration: none; color: inherit; transition: all ease-in-out .4s; }
.blog_post_item_caption_wrap { padding: 15px 80px 70px 80px; }
.blog_post_item_name h2, h3.blog-related-posts__title a.blog-related-posts__title-link { font-size: 25px; line-height: 35px; color: #000; letter-spacing: 0; font-weight: 400; text-transform: none; }
.blog_post_item_name h2 a, h3.blog-related-posts__title a.blog-related-posts__title-link { color: inherit; text-decoration: none; transition: all ease-in-out .4s; }
.blog_post_item_name h2 a:hover, h3.blog-related-posts__title a.blog-related-posts__title-link:hover { color: #dbb65f; }
.date_autor { display: flex; align-items: center; font-size: 12px; font-weight: 700; letter-spacing: 5px; color: #000000; text-transform: uppercase; width: 100%; margin: 20px 0 20px 0; }
.date_autor a { text-decoration: none; color: inherit; }
.date_autor a:hover { color: #dbb65f; }
.date_autor .date { padding-right: 15px; margin-right: 15px; position: relative; }
.date_autor .date:after { position: absolute; content: ""; height: 4px; width: 4px; top: -2px; right: 0; bottom: 0; margin: auto 0; background: #DBB65F; border-radius: 100%; }
.blog_post_item_caption { font-size: 19px; line-height: 31px; color: #000000; font-weight: 300; }
.blog_post_item_tagin { padding-bottom: 10px; position: relative; width: 326px; max-width: 100%; }
.blog_post_item_tagin:after { position: absolute; content: ""; height: 2px; width: 100%; bottom: 0; left: 0; background: #DBB65F; }

.blog_listing_wrap a#seeMore { width: 186px; margin: 40px auto 0; background: #DBB65F; text-align: center; color: #fff; text-decoration: none; font-weight: 700; padding: 9px 15px; transition: all ease-in-out .4s; }
.blog_listing_wrap a#seeMore:hover { background: #000; }

/**/
.blog_post_item.full { width: 100%; position: relative; background: #093155; border-radius: 7px; padding: 70px 85px; overflow: hidden; }
.blog_post_item.full .blog_post_item_img { position: absolute; top: 0; right: 0; height: 100%; width: 628px; max-width: 100%; }
.blog_post_item.full .blog_post_item_tag { margin: 0; width: 100%; background: transparent; padding: 0; }
.blog_post_item.full .blog_post_item_tag a:hover { color: #fff; }
.blog_post_item.full .blog_post_item_caption_wrap { padding: 25px 0 0; }
.blog_post_item.full .blog_post_item_name h2 { color: #fff; font-size: 45px; line-height: 57px; font-weight: 300; }
.blog_post_item.full .date_autor { color: #fff; margin: 20px 0; }
.blog_post_item.full .blog_post_item_caption { color: #fff; }
.blog_post_item.full .blog_post_item_img:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; background: linear-gradient(90deg, #093155 3.56%, rgba(9, 49, 85, 0) 106.53%), url(GettyImages-886370126.jpg); }
.blog_post_item.full .blog_post_item_content { position: relative; z-index: 1; width: calc(100% - 490px); max-width: 100%; }

.blog_post_item.full:nth-child(2n) { background: #DBB65F; }
.blog_post_item.full:nth-child(2n) .blog_post_item_img:before { background: linear-gradient(90deg, #DBB65F 3.56%, rgba(219, 182, 95, 0) 106.53%), url(.jpg); }

/* Blog Inner Page */
.blog_inner_hero { display: inline-block; vertical-align: top; width: 100%; padding: 70px 0;  background-color: #093155; position: relative; }
.blog_inner_hero_img { position: absolute; top: 0; right: 0; height: 100%; width: 950px; }
.blog_inner_hero_img:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; background: linear-gradient(90deg, #093155 3.56%, rgba(9, 49, 85, 0) 150%), url(GettyImages-886370126.jpg); }
.blog_inner_hero h1 { color: #fff; line-height: 64px; font-weight: 300; max-width: 100%; margin: 20px 0; }
.blog_inner_hero .date_autor { color: #fff; }
.blog_inner_hero_nav ul { margin: 0; list-style-type: none; display: flex; flex-wrap: wrap; position: relative; padding: 0; }
.blog_inner_hero_nav { display: inline-block; vertical-align: top; padding: 0 80px 10px 0; position: relative; }
.blog_inner_hero_nav:after { position: absolute; content: ""; height: 2px; width: 100%; bottom: 0; left: 0; background: #DBB65F; }
.blog_inner_hero_nav ul li a { color: #DBB65F; font-size: 14px; font-weight: 700; line-height: 25px; text-decoration: none; display: inline-block; vertical-align: top; padding-right: 18px; margin-right: 13px; position: relative; }
.blog_inner_hero .container { position: relative; }
.blog_inner_hero_nav ul li a:after { position: absolute; content: ""; height: 10px; width: 6px; top: 0; bottom: 0; right: 0; margin: auto 0; background: url('https://20565294.fs1.hubspotusercontent-na1.net/hubfs/20565294/BuildingLink_November2022/Images/chevron_right.png') no-repeat center / cover; }
.blog_inner_hero_nav ul li:last-child a:after { display: none; }
.blog_inner_hero_nav ul li:last-child a { padding-right: 0; margin-right: 0; }
.blog_inner_hero_caption { width: 740px; max-width: 100%; }

.blog_inner_main_section { display: inline-block; vertical-align: top; width: 100%; padding: 50px 0 100px; background: #F7F6F4; }
.blog_inner_main_wrap { display: flex; flex-wrap: wrap; }
.blog_inner_main_left { width: 280px; max-width: 100%; }
.blog_inner_main_right { width: calc(100% - 280px); padding-left: 70px; font-size: 19px; line-height: 35px; color: #000; font-weight: 300; }
.blog_inner_main_section .container { width: 1120px; max-width: 100%; padding: 0 15px; }
.blog_inner_post_body a { color: #1A8BED; font-weight: 400; text-underline-position: under; text-decoration: underline; }
.blog_inner_post_body h2 { font-size: 21px; line-height: 35px; font-weight: 500; letter-spacing: 0; text-transform: capitalize; margin: 18px 0 20px 0; display: inline-block; vertical-align: top; width: 100%; }
.blog_inner_post_body ol { padding-left: 19px; }
.blog_inner_post_body ol li { margin-bottom: 20px; }
.blog_inner_post_body h6 { font-size: 21px; line-height: 35px; color: #093155; font-weight: 500; margin-top: 20px; margin-bottom: 20px; }
.blog_inner_post_body h5 { margin-bottom: 20px; }

.blog_inner_main_section .social-sharing { display: flex; align-items: center; justify-content: center; margin: 50px 0; }
.blog_inner_main_section .social-sharing p { margin: 0; font-size: 14px; line-height: 25px; font-weight: 700; text-transform: uppercase; letter-spacing: 5px; }
.blog_inner_main_section .social-sharing ul { padding: 0; margin: 0; list-style-type: none; padding-left: 15px; display: flex; align-items: center; justify-content: center; }
.blog_inner_main_section .social-sharing ul li a { display: flex; align-items: center; justify-content: center; height: 41px; width: 41px; background: #FFFFFF; text-decoration: none; margin-left: 20px; font-size: 22px; transition: all ease .4s; } 
.blog_inner_main_section .social-sharing ul li a:hover { background-color: #DBB65F; }

.blog_post_pagination { display: flex; align-items: center; width: 520px; max-width: 100%; justify-content: center; margin: 0 auto; }
.blog_post_page_btn a { display: inline-block; vertical-align: top; min-width: 195px; text-decoration: none; background: #DBB65F; text-align: center; color: #fff; font-size: 16px; line-height: 25px; font-weight: 700; padding: 9px 15px; transition: all ease-in-out .4s; }
.blog_post_page_btn a:hover { background-color: #093155; color: #fff; }
.blog_post_page_btn { margin: 0 60px; }

.sidebar_nav span { font-size: 14px; font-weight: 700; text-transform: uppercase; color: #093155; display: inline-block; vertical-align: top; width: 100%; margin-bottom: 20px; }
.sidebar_nav ul { padding: 0; margin: 0; list-style-type: none; }
.sidebar_nav { margin-bottom: 30px; }
.subscribe_popup_btn a { font-size: 16px; line-height: 25px; font-weight: 700; color: #DBB65F; text-decoration: none; display: inline-block; vertical-align: top; width: auto; border: 1px solid #DBB65F; background: #fff; min-width: 255px; padding: 11px 15px; position: relative; transition: all ease-in-out .4s; padding-left: 30px; }
.subscribe_popup_btn a:after { position: absolute; }
.subscribe_popup_btn a:hover { background: #DBB65F; color: #fff; }
.subscribe_popup_btn a i { position: absolute; top: 15px; right: 15px; font-size: 18px; }

.fancybox-bg { background: #093155 !important; opacity: 0.9 !important; }
.subscribe_popup_box.fancybox-content { background: transparent; padding: 0 60px 0 0; }
.subscribe_popup_boxin { background: #F7F6F4; padding: 60px; }
.subscribe_popup_boxin h4 { font-size: 24px; text-transform: uppercase; color: #DBB65F; letter-spacing: 5px; }
.subscribe_popup_boxin h2 { font-size: 33px; line-height: 51px; font-weight: 300; text-transform: capitalize; letter-spacing: 0; margin-bottom: 25px; }
.subscribe_popup_box.fancybox-content button svg path { fill: #fff; }
.subscribe_popup_box.fancybox-content button { opacity: 1; padding: 0; }
.subscribe_popup_boxin form label { font-size: 15px; }
.subscribe_popup_boxin form input[type="email"] { height: 81px; border: 1px solid #093155 !important; padding: 0 81px 0 20px; color: #F3DCA4; font-size: 16px; font-weight: 700; letter-spacing: 0; text-transform: uppercase; }
.subscribe_popup_boxin form { position: relative; }
.subscribe_popup_boxin form:after { position: absolute; content: ""; height: 81px; width: 81px; top: 0; right: 0; background: url('https://20565294.fs1.hubspotusercontent-na1.net/hubfs/20565294/BuildingLink_November2022/Images/email-imgbox.png') no-repeat center / cover; border: 1px solid #093155; border-left: 0; }
.subscribe_popup_boxin form input[type="email"]:focus { border-bottom-color: #093155 !important; }

.subscribe_popup_boxin ::-webkit-input-placeholder { font-size: 24px !important; color: #F3DCA4 !important; letter-spacing: 5px !important; }
.subscribe_popup_boxin ::-moz-placeholder { font-size: 24px !important; color: #F3DCA4 !important; letter-spacing: 5px !important; }
.subscribe_popup_boxin :-ms-input-placeholde { font-size: 24px !important; color: #F3DCA4 !important; letter-spacing: 5px !important; }
.subscribe_popup_boxin :-moz-placeholder { font-size: 24px !important; color: #F3DCA4 !important; letter-spacing: 5px !important; }

.sidebar_nav ul li a { display: inline-block; vertical-align: top; width: 100%; font-size: 16px; line-height: 25px; font-weight: 300; text-decoration: none; color: #000000; padding-bottom: 10px; margin-bottom: 15px; position: relative; transition: all ease-in-out .4s; }
.sidebar_nav ul li a:after { position: absolute; content: ""; height: 2px; width: 0; bottom: 0; left: 0; background: #DBB65F; transition: all ease-in-out .4s; }
.sidebar_nav ul li a:hover:after, .sidebar_nav ul li.active a:after { width: 140px; }
.sidebar_nav ul li a:hover, .sidebar_nav ul li.active a { color: #093155; font-weight: 500; }

.subscribe_popup_boxin .legal-consent-container .hs-form-booleancheckbox-display input { float: none; position: absolute; top: 0; left: 0; height: 100%; width: 100%; opacity: 0; margin: 0 !important; }
.subscribe_popup_boxin li.hs-form-booleancheckbox { position: relative; }
.subscribe_popup_boxin .legal-consent-container .hs-form-booleancheckbox-display input + span { margin: 0 !important; padding-left: 25px; }
.subscribe_popup_boxin .legal-consent-container .hs-form-booleancheckbox-display input + span p { margin-left: 0 !important; }
.subscribe_popup_boxin .legal-consent-container .hs-form-booleancheckbox-display input + span:before { position: absolute; content: ""; height: 15px; width: 15px; border: 1px solid #093155; background: #fff; left: 0; top: 4px; }
.subscribe_popup_boxin .legal-consent-container .hs-form-booleancheckbox-display input:checked + span:after { position: absolute; content: ""; height: 7px; width: 7px; top: 8px; left: 4px; background: #000; }
.subscribe_popup_boxin input[type="submit"] { width: 100%; border-radius: 0; background: #093155; border: 0; font-size: 16px; letter-spacing: 0; font-weight: 600; height: auto; padding: 17px 15px; margin-top: 15px; }
.subscribe_popup_boxin input[type="submit"]:hover { background: #DBB65F; }
.subscribe_popup_boxin ul.no-list.hs-error-msgs.inputs-list label { font-size: 12px; font-weight: 500; }
.subscribe_popup_boxin ul.no-list.hs-error-msgs.inputs-list li { margin: 0; }

.body-wrapper.hs-blog-post { overflow: visible; }
.blog_inner_main_left > div { position: sticky; top: 30px; transition: all ease-in-out .4s; }
body.up .blog_inner_main_left > div { top: 160px; }

.blog_post_item.full:nth-child(2n) .blog_post_item_tagin { color: #fff; }
.blog_post_item.full:nth-child(2n) .blog_post_item_tagin:after { background: #fff; }
.blog_post_item.full:nth-child(2n) .date:after { background: #ffff; }
.blog_post_item.full:nth-child(2n) a:hover { color: #093155; }

.blog_post_item_tag a:nth-child(1n+2) { display:none; }



@media(max-width:1310px){
    .blog_topic_section ul li+li { margin-left: 12px; }
    .blog_topic_section ul li:first-child a { min-width: 107px; }
    .blog_topic_section ul li a { min-width: 173px; }
    .blog_inner_hero .container { width: 1120px; }

}

@media(max-width:1199px){
    .build_blog_search { width: 200px; margin-left: 10px; }
    .blog_topic_list { width: calc(100% - 210px); }
    .blog_topic_section ul li a { min-width: 144px; font-size: 13px; }
    .blog_topic_section ul li:first-child a { min-width: 107px; }
    .blog_post_item.full .blog_post_item_content { width: calc(100% - 350px); }
    
    .blog_inner_hero .container { width: 100%; max-width: 980px; }
    .blog_inner_main_section .container { max-width: 980px; width: 100%;  }
    .blog_inner_hero { padding: 60px 0; }
    .blog_inner_hero .date_autor { margin-bottom: 0; }
    .blog_inner_main_right { padding-left: 50px; }
    .blog_inner_main_section { padding: 50px 0 90px; }

    
}

@media(max-width:991px){
    .blog_post_item.full { padding: 46px 37px; }
    .blog_post_item.full .blog_post_item_content { width: calc(100% - 250px); }
    .blog_post_item.full .blog_post_item_name h2 { font-size: 40px; line-height: 53px; }
    .date_autor { letter-spacing: 4px; }
    
    .blog_post_item_tag { padding: 18px 40px; }
    .blog_post_item_caption_wrap { padding: 15px 40px 70px; }
    .date_autor { flex-flow: wrap; letter-spacing: 2px; }
    .date_autor .date { margin-right: 0; width: 100%; padding-right: 0; margin-bottom: 5px; }
    .date_autor .date:after { display: none; }
    .blog_post_item_name h2 { font-size: 20px; line-height:28px; }
    .blog_post_item_caption { font-size: 16px; line-height: 26px; }
    
    .blog_topic_list label { color: #093155; height: 45px; padding: 10px 35px 9px 15px; display: inline-block; background-color: #fff; vertical-align: top; border: 1px solid #DBB65F; border-radius: 11px; min-width: 326px; font-weight: 700; font-size: 14px; line-height: 25px;     position: relative; }
    .blog_topic_list label:after { content: ''; background-image: url(https://20565294.fs1.hubspotusercontent-na1.net/hubfs/20565294/expand_less.svg); position: absolute; right: 12px; width: 12px; height: 9px; top: 50%; transform: translateY(-50%) rotate(180deg); transition: all 400ms ease-in-out; }
    .blog_topic_list { position: relative; }
    .blog_topic_section ul { position: absolute; top: 100%; left: 0; background-color: #fff; z-index: 2; width: 326px; margin-top: 5px; border: 1px solid #dbb65f; border-radius: 15px; overflow: hidden; display:none; }
    .blog_topic_section ul li { width: 100%; border-bottom: 1px solid #dbb65f;   }
    .blog_topic_section ul li+li { margin-left: 0; }
    .blog_topic_section ul li a { width: 100%; border-radius: 0; border: 0; }
    .blog_topic_section ul li:last-child { border-bottom: 0; }
    .blog_topic_list label.open-menu:after { transform: translateY(-50%) rotate(0deg); }
    
    .blog_listing_hero_caption h1 { font-size: 42px; }

    .blog_inner_main_left { width: 260px; }
    .blog_inner_main_right { width: calc(100% - 260px); font-size: 17px; line-height: 26px; padding-left: 35px; }

    .subscribe_popup_boxin { padding: 45px; }
    .subscribe_popup_boxin h4 { margin-bottom: 5px; }
    .subscribe_popup_boxin h2 { margin-bottom: 15px; }
    .subscribe_popup_boxin form input[type=email] { height: 70px; }
    .subscribe_popup_boxin form:after { height: 70px; }

     
}
@media(max-width:767px){
    .blog_listing_hero_caption h1 { font-size: 35px; line-height: 44px; }
    .latest_blog_main { background: #F6FAFA; margin-top: -9px; }
    .latest_blog_main .container { padding: 0px 33px; }
    .blog_listing_hero_caption .sub_title { max-width: 300px; margin: 0px auto; }
    .blog_listing_hero { padding-top: 35px; padding-bottom: 10px; }
    .blog_listing_hero { font-weight: 300; font-size: 17px; line-height: 31px; }
    .blog_topic_raw { flex-flow: wrap; }
    .blog_topic_list { width: 100%; margin-bottom: 17px; }
    .build_blog_search { width: 100%; margin-left: 0; }
    .blog_topic_list label { width: 100%; min-width: auto; height: 54px; padding: 13px 35px 8px 15px; }
    .build_blog_search input.hs-search-field__input { height: 54px; background-color: #fff; }
    .blog_topic_list label:after { right: 18px; }
    .build_blog_search form button[aria-label=Search] { top: 18px; }
    .blog_post_item.full { margin: 0; padding: 0; background: #FFFFFF !important; border-radius: 7px; }
    .blog_listing_wrap { margin: 0; }
    .blog_topic_section { padding-bottom: 40px; }
    .blog_post_item { width: 100%; margin: 0; background: #FFFFFF; border-radius: 7px; margin-bottom: 28px !important; }
    .blog_post_item.full .blog_post_item_img,
    .blog_post_item_img { position: static; height: 135px; }
    .blog_post_item.full .blog_post_item_img:before { display: none; }
    .blog_post_item.full .blog_post_item_content { width: auto; }
    .blog_post_item.full .blog_post_item_tag { background-color: #fff; color: #dbb65f; display: inline-block; font-size: 14px; font-weight: 700; letter-spacing: .2px; line-height: 25px; margin-top: -34px; padding: 18px 40px 7px; position: relative; vertical-align: top; width: calc(100% - 20px); }
    .blog_post_item.full .blog_post_item_name h2 { color: #093155; font-size: 19px; line-height: 30px; font-weight: 400; }
    .blog_post_item.full .blog_post_item_caption_wrap { padding: 0px 40px 45px; }
    .blog_post_item.full .date_autor { color: #000000; letter-spacing: 5px; margin: 20px 0; }
    .date_autor .date + div { display: none; }
    .date_autor .date { margin-bottom: 0; font-weight: 700; font-size: 8px; line-height: 8px; }
    .blog_post_item.full .blog_post_item_caption { color: #000000; font-weight: 300; font-size: 15px; line-height: 27px; }
    .date_autor { margin: 28px 0; }
    .blog_post_item_caption_wrap { padding: 0px 40px 45px; }
    .blog_post_item.full:nth-child(2n) .blog_post_item_tagin { color: #DBB65F; }
    .blog_post_item.full:nth-child(2n) .blog_post_item_tagin:after,
    .blog_post_item.full:nth-child(2n) .date:after { background: #DBB65F; }
    .blog_post_item_tagin:after { height: 1px; }
    .blog_post_item_tagin { padding-bottom: 0; font-weight: 700; font-size: 12px; line-height: 25px; }
    .blog_listing_wrap a#seeMore { margin-top: 11px; padding: 9px 15px; font-weight: 700; font-size: 16px; line-height: 25px; }
    .blog_listing_section { padding-bottom: 41px; }
    .blog_topic_section ul { width:100%; }
    
  
    .blog_inner_hero { padding: 0; display: flex; flex-flow: wrap-reverse; background: #F6FAFA; padding-top: 27px; margin-top: -9px; }
    .blog_inner_hero_img { position: static; height: 205px; width: calc(100% - 66px); margin: 0px auto; }
    .blog_inner_hero_img:before { display: none; } 
    .blog_inner_hero h1 { font-weight: 400; font-size: 35px; line-height: 45px; color: #093155; margin-bottom: 30px; }
    .blog_inner_main_left { width: 100%; display:none; }
    .blog_inner_main_right { width: 100%; padding-left: 0; }
    .blog_inner_hero .container,
    .blog_inner_main_section .container { padding: 0px 33px; }
    .blog_inner_main_section { background: #F6FAFA; padding-top:38px; }
    .blog_inner_hero .date_autor { display: none; }

    .blog_inner_hero_caption .sidebar_nav span.nav_label { background-color: #fff; border: 1px solid #dbb65f; border-radius: 11px; color: #093155; display: inline-block; font-size: 14px; font-weight: 700; line-height: 25px; position: relative; vertical-align: top; padding: 14px 35px 8px 15px; width: 100%; min-width: auto; height: 54px; text-transform: none; margin-bottom: 0; }
    .blog_inner_hero_caption .sidebar_nav span.nav_label:after { background-image: url(https://20565294.fs1.hubspotusercontent-na1.net/hubfs/20565294/expand_less.svg); content: ""; height: 9px; position: absolute; right: 18px; top: 50%; transform: translateY(-50%) rotate(180deg); transition: all .4s ease-in-out; width: 12px; }
    .blog_inner_hero_caption .sidebar_nav ul { background-color: #fff; border: 1px solid #dbb65f; border-radius: 15px; display: none; left: 0; margin-top: 5px; overflow: hidden; position: absolute; top: 100%; width: 100%; z-index: 2; }
    .blog_inner_hero_caption .sidebar_nav { position: relative; }
    .blog_inner_hero_caption .sidebar_nav ul li { border-bottom: 1px solid #dbb65f; width: 100%; }
    .blog_inner_hero_caption .sidebar_nav ul li:last-child { border-bottom: 0; }
    .blog_inner_hero_caption .sidebar_nav ul li a { color: #093155; display: inline-block; font-weight: 700; line-height: 25px; padding: 10px 15px; text-align: center; text-decoration: none; transition: all .4s ease-in-out; vertical-align: top; margin: 0; font-size: 14px; text-align: left; }
    .blog_inner_hero_nav { width: 100%; }
    .blog_inner_hero_nav:after { height: 1px; }

    
    .blog_inner_main_section .social-sharing p { margin-bottom: 25px; }
    .blog_inner_main_section .social-sharing { justify-content: flex-start; flex-flow: wrap; margin-top: 30px; margin-bottom: 0; }
    .blog_inner_main_section .social-sharing ul { padding-left: 0; }
    .blog_inner_main_section .social-sharing ul li:first-child a { margin-left: 0; }
    .blog_inner_main_section .social-sharing ul li a { margin-left: 18px; }
    .blog_post_pagination { display: none; }
    .blog_inner_main_section { padding-bottom: 153px; }
    .blog_inner_main_right { font-size: 19px; line-height: 35px; color: #000000; }
    .blog_inner_post_body h2 { font-size: 27px; line-height: 35px; }
    .blog_inner_post_body ol li strong { font-size: 21px; font-weight: 500; }
    .blog_inner_post_body h5 { font-size: 21px; line-height: 35px; }
    .blog_inner_hero_caption .sidebar_nav ul li.active { background-color: #f3dca4; border-color: #dbb65f; }
    .blog_inner_hero_caption .sidebar_nav ul li.active a:after{ display:none;}
    .blog_post_item.full .blog_post_item_img { width:100%; }

}
.privacy-policy-page .dnd-section>.row-fluid {
  max-width: 1200px;
}

.privacy-policy-page .hs-contform p {
  font-size: 16px;
  font-weight: 300;
  color: rgba(0,0,0,.6);
}
.body-wrapper {
  overflow-x: hidden;
}

.privacy-policy-page .hs-contform h3 {
  color: rgba(0,0,0,.6);
  line-height: 25px;
}

.privacy-policy-page .hs-contform ol, .privacy-policy-page .hs-contform ul {
  padding-left: 3em;
  margin: 0 0 1.5em;
  font-size: 16px;
  line-height: 25px;
  color: rgba(0,0,0,.6);
  font-weight: 300;
}

.privacy-policy-page .hs-contform strong {
  font-weight: 700;
}

.header-wrap {
  min-height: 121px;
}

.banner-section .communications-banner .img-holder img {
  margin-top: -154.92px;
}

.markets-page .markets-info-section {
  background-color: rgba(234,232,228,.4);
}

.markets-page .markets-info-section {
  padding: 50px 0 0;
}

.markets-page #multi-family {
  background-color: #fff;
}
.markets-page .slider-section {
  margin-bottom: 25px;
}

.banner-section .dnd-section {
  padding: 0px 0px;
}

.newsletter-page .newsletter-info-section .dnd-section>.row-fluid {
  padding: 40px 32px 0;
  max-width: 1200px;
}

.newsletter-info-section ul {
  padding-left: 3em;
  margin: 0 0 1.5em;
  list-style-type: disc;
  color: rgba(0,0,0,.6);
}

.career-banner .communications-banner p {
  margin-bottom: 0px;
}

.career-banner .communications-banner h1 {
  margin-bottom: 30px;
}

.career-page .careers-info-section {
  padding-bottom: 16px;
  overflow: hidden;
}

.career-banner .communications-banner h1 {
  margin-bottom: 30px;
  color: #093155;
  max-width: 100%;
}

.career-banner .communications-banner .text-holder {
  padding-bottom: 50px;
}

.integration-info-section {
  overflow: hidden;
}

.boxsliders {
  overflow: hidden;
}

.boxsliders {
  padding-bottom: 25px;
}

.newsletter-info-section {
  overflow: hidden;
}
.newsletter-info-section .hs-csliders-section2 .dnd-section>.row-fluid {
  padding: 0px 0px;
}

.newsletter-info-section .hs-csliders-section2 .title-holder {
  display: none;
}

.contact-page .contact-form-section form .hs-form-field>label {
  display: none;
}

.contact-page .contact-sec {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 50px 128px;
}

.contact-page .contact-sec .dnd-section>.row-fluid {
  max-width: 100%;
}

.contact-page .contact-form-section .dnd-section>.row-fluid>.dnd-column:first-child {
  width: 35%;
}

.contact-page .contact-form-section .dnd-section>.row-fluid>.dnd-column:last-child {
  width: 60%;
  margin-left: 5%;
}

.contact-page .contact-form-section .dnd-section>.row-fluid>.dnd-column {
  padding: 0px 0px;
}

.contact-page .contact-form-section form {
  padding: 50px 100px;
  box-shadow: 0 4px 38px rgb(0 0 0 / 10%);
  background-color: #fff;
}

.contact-page {
  overflow: hidden;
}

.contact-page form select {
  color: rgba(0,0,0,.3) !important;
}

.contact-page .contact-form-section form textarea {
  border: 2px solid #dadada !important;
  padding: 10px !important;
  margin-bottom: 0;
  height: 202px;
  resize: vertical;
}

.contact-page .contact-form-section .hs-button {
  font-size: 18px;
  line-height: 30px;
  padding: 12px 27px;
  width: auto;
  font-weight: 900;
  background: #dbb65f;
  color: #fff;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  border: 3px solid #dbb65f;
  letter-spacing: 5px;
  position: relative;
}

.contact-page .contact-form-section .hs-button:hover {
  color: #dbb65f;
  background: 0 0;
}

.contact-page .contact-form-section .actions:after {
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  font-family: icomoon!important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  position: absolute;
  right: 35px;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  top: 13px;
  pointer-events:none;
}


.contact-page .contact-form-section .widget-type-rich_text h2 {
  margin-bottom: 50px;
}

.contact-page .contact-form-section .widget-type-rich_text {
  color: rgba(0,0,0,.6);
}

.contact-page .contact-form-section .widget-type-rich_text a {
  text-decoration: none;
  color: rgba(0,0,0,.6);
}

.contact-page .contact-form-section .widget-type-rich_text p:nth-of-type(2) a:hover {
  color: #093155;
}

.contact-page .contact-form-section .widget-type-rich_text p strong {
  color: #093155;
}

.contact-page .contact-form-section .widget-type-rich_text a[href^=mailto] {
  color: #dbb65f;
}

.contact-page .contact-form-section .widget-type-rich_text a[href^=mailto]:hover {
  color: #093155;
}

.contact-page .contact-form-section .widget-type-rich_text a:hover {
  color: #093155;
}


.contact-page .contact-map-section .dnd-section>.row-fluid>.dnd-column:first-child {
  width: 49.4%;
}

.contact-page .contact-map-section .dnd-section>.row-fluid >.dnd-column:last-child {
  width: 50%;
  margin: 0;
  padding: 50px 130px !important;
  margin-left: .6%;
}

.contact-page .contact-map-section .dnd-section>.row-fluid {
  display: flex;
  align-items: center;
}

.contact-page .contact-map-section .widget-type-rich_text {
  color: rgba(0,0,0,.6);
  margin-top: -25px;
}

.contact-page .contact-map-section .widget-type-rich_text p {
  margin-bottom: 1.7em;
}

.contact-page .contact-map-section {
  padding-bottom: 25px;
}


.contact-page .contact-form-section .actions {
  display: inline-flex;
  position: relative;
  align-items: center;
}

.contact-page .contact-form-section .actions:hover:after {
  color: #dbb65f;
}

@media(max-width:1439px){
  .banner-section .communications-banner .img-holder img {
    margin-top: -51.5083px;
  }
  .contact-page .contact-sec {
    padding: 50px 40px;
  }
  .contact-page .contact-map-section {
    padding: 50px 0px;
    padding-bottom: 25px;
  }
  .contact-page .contact-map-section .dnd-section>.row-fluid>.dnd-column:first-child {
    padding-left: 40px !important;
  }
  .contact-page .contact-map-section .widget-type-rich_text {
    margin-top: 0;
  }
  .contact-page .contact-map-section .widget-type-rich_text p br {
    display: none;
  }
}

@media(max-width:1199px){
  .banner-section h1 {
    font-size: 40px;
    line-height: 46px;
    font-weight: 400;
    margin-bottom: 30px;
  }
  .banner-section .communications-banner .img-holder img {
    margin-top: 0px;
  }
  .contact-page .contact-form-section form {
    padding: 50px;
  }
  .contact-page .contact-map-section .dnd-section>.row-fluid>.dnd-column:last-child {
    padding: 50px 40px !important;
  }
  .contact-page .contact-map-section .dnd-section>.row-fluid>.dnd-column:first-child {
    padding-left: 0px !important;
  }
}

@media(max-width:1023px){
  .header-wrap {
    min-height: 145px;
  }

  .career-banner .communications-banner h1 {
    margin-bottom: 20px;
  }

  .career-banner .communications-banner .text-holder {
    padding: 14px 40px 25px;
  }
}

@media(max-width:767px){
  .privacy-policy-page .hs-contform p {
    font-size: 14px;
  }

  .privacy-policy-page .hs-contform h3 {
    line-height: 1.5;
  }

  .privacy-policy-page .hs-contform ol, .privacy-policy-page .hs-contform ul {
    font-size: 14px;
    line-height: 1.5;
  }
/* 
  .header-wrap {
    min-height: 75px !important;
  } */

  .markets-page .markets-info-section {
    padding: 25px 0;
  }
  .markets-page .slider-section {
    margin-bottom: 0px;
  }
  .markets-page .logos-sections .logos-section {
    padding: 100px 0;
  }

  .career-banner .communications-banner .text-holder {
    padding: 14px 15px 25px;
  }

  .career-page .careers-info-section {
    padding-bottom: 14px;
  }

  .newsletter-banner .communications-banner .text-holder {
    width: 100%;
  }

  .contact-page .contact-form-section .dnd-section>.row-fluid>.dnd-column:first-child {
    width: 100%;
    text-align: center;
  }

  .contact-page .contact-form-section .widget-type-rich_text h2 {
    margin-bottom: 20px;
    line-height: 32px;
  }

  .contact-page .contact-form-section .dnd-section>.row-fluid>.dnd-column:last-child {
    width: 100%;
    margin-left: 0;
  }

  .contact-page .contact-form-section form {
    padding: 0px;
    background: none;
    box-shadow: none;
  }

  .contact-page .contact-form-section form .hs-input {
    padding: 12px 20px;
    background: #f9f9f9;
    outline: none;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0,0,0,.6) !important;
    -webkit-border-radius: 0;
    border: 1px solid #f9f9f9 !important;
  }

  .contact-page .contact-sec {
    padding: 50px 15px;
  }

  .contact-page .contact-form-section form textarea {
    margin-bottom: 0;
    resize: vertical;
    padding: 13px 20px !important;
  }

  .contact-page .contact-form-section .hs-button {
    font-size: 12px;
    line-height: 20px;
    padding: 9px 15px;
    width: 100%;
  }

  .contact-page .contact-map-section .dnd-section>.row-fluid>.dnd-column:first-child {
    width: 100%;
    order: 2;
  }

  .contact-page .contact-map-section .dnd-section>.row-fluid>.dnd-column:last-child {
    width: 100%;
    margin-left: 0;
    padding: 30px 0px !important;
  }

  .contact-page .contact-map-section .dnd-section>.row-fluid {
    flex-wrap: wrap;
  }

  .contact-page .contact-map-section .dnd-section>.row-fluid>.dnd-column:last-child {
  }

  .contact-page .contact-map-section {
    padding-top: 30px;
    padding-bottom: 9px;
  }

  .boxsliders {
    padding: 0;
  }


  .contact-page .contact-form-section .actions {
    width: 100%;
  }

  .contact-page .contact-form-section .actions {
    -webkit-appearance: none;
    border: 3px solid #dbb65f;
    color: #fff;
    cursor: pointer;
    letter-spacing: 5px;
    position: relative;
    text-decoration: none;
    width: auto;
    font-size: 12px;
    line-height: 20px;
    border-radius: 0;
    font-weight: 900;
    background: #dbb65f;
    padding: 9px 15px;
    width: 100%;
    justify-content: center;
    -webkit-transition: background .3s ease-in-out,color .3s ease-in-out,border .3s ease-in-out;
    transition: background .3s ease-in-out,color .3s ease-in-out,border .3s ease-in-out;
  }


  .contact-page .contact-form-section .actions:hover {
    color: #dbb65f;
    background: 0 0;
  }

  .contact-page .contact-form-section .hs-button {
    margin: 0;
    padding: 0 !important;
    background: transparent;
    border: 0;
    width: auto;
  }

  .contact-page .contact-form-section .actions:after {
    position: static;
    font-size: 12px;
    line-height: 20px;
  }

  .contact-page .contact-form-section .actions:hover .hs-button {
    color: #dbb65f;
  }

    .header { padding: 12px 21px 12px 23px; }
    .logo { width: 136px; }
    .hero-section.img-on-bg { padding: 65px 15px 36px; }

}


@media (max-width:1100px) and (min-width:768px) {
  .keylink-row3 .text-img-section .img-holder .img img {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }
}

.about-row1 .dnd-section {
  padding: 40px 0;
}
.about-page {
  overflow-x: hidden;
}
.about-page .testimonials-section .title-holder {
  display: none;
}

.home-page .text-img-section,
.home-page .tabs-section.image-position-left,
.home-page .logos-section{
  width: 100%;
  left: unset;
  -webkit-transform: none;
  -ms-transform: no;
  transform: none;
}

.home-page .contact-page .contact-sec,
.home-page .testimonials-section,
.home-page .integration-partners,
.home-page .management-slider{
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 100%;
}

.home-page .management-slider .text-slider ul.slick-dots {
  position: static;
}

.hs_error_rollup .hs-error-msgs {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  border-color: #ffb900;
}

.hs_error_rollup .hs-error-msgs label {
  font-size: inherit;
  color: rgba(0,0,0,.6);
  margin: 0 !important;
}

.hs_error_rollup .hs-error-msgs li {
  margin: 0;
}

.content-with-form .form-right .cm-form select.hs-input {
  background: url(//20565294.fs1.hubspotusercontent-na1.net/hubfs/20565294/raw_assets/public/BuildingLink_November2022/images/select-arrow-drop-down.png) no-repeat right;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.content-with-form .content-left .paragraph ul {
  font-weight: 400;
}

.content-with-form .form-right .cm-form .hs-button {
  letter-spacing: 0;
}

.content-with-form .form-right .form-right-inner {
  padding-bottom: 55px;
}
.content-with-form .form-right .cm-form select.hs-input {
  color: #999999;
}

@media (max-width:767px) {
  .home-page .management-slider .text-slider {
    margin: 0 -100px;
    width: calc(100% + 200px);
  }
}



.span12.widget-span.widget-type-cell {
  min-height: 0;
}

.body-container-wrapper strong {
  font-weight: 700;
}
.why-building-link-page {
  overflow: hidden;
}
@-webkit-keyframes fade-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes fade-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes fade-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes fade-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes fade {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}



.integration-banner .button-wrapper a {
  box-sizing: border-box !important;
}
.contact-page .contact-form-section .hs-button:hover {

  background-repeat: no-repeat !important;
  background-position: 123px 14px !important;
  padding-right: 50px !important;
}
.contact-page .contact-form-section .hs-button {

  background-repeat: no-repeat !important;
  background-position: 123px 14px !important;
  padding-right: 50px !important;
}



@media(max-width:767px){
  .contact-page .contact-form-section .hs-button, .contact-page .contact-form-section .hs-button:hover {
    background-position: 55.3% 11px!important;
    padding-right: 34px !important;
    background-size: 15px !important;
  } 
}


@media (max-width: 654px){
  .contact-page .contact-form-section .hs-button, .contact-page .contact-form-section .hs-button:hover {
    background-position: 55.7% 11px!important;
  }
}


@media (max-width: 575px){
  .contact-page .contact-form-section .hs-button, .contact-page .contact-form-section .hs-button:hover {
    background-position: 56.7% 11px!important;
  }
}
@media (max-width: 460px){
  .contact-page .contact-form-section .hs-button, .contact-page .contact-form-section .hs-button:hover {
    background-position: 58.7% 11px!important;
  }
}
@media (max-width: 400px){
  .contact-page .contact-form-section .hs-button, .contact-page .contact-form-section .hs-button:hover {
    background-position: 59% 11px!important;
  }
}

@media (max-width: 350px){
  .contact-page .contact-form-section .hs-button, .contact-page .contact-form-section .hs-button:hover {
    background-position: 60% 11px!important;
  }
}
@media (max-width: 350px){
  .contact-page .contact-form-section .hs-button, .contact-page .contact-form-section .hs-button:hover {
    background-position: 62% 11px!important;
  }
}
@media (max-width: 320px){
  .contact-page .contact-form-section .hs-button, .contact-page .contact-form-section .hs-button:hover {
    background-position: 63% 9px!important;
  }
}
.body-wrapper {
  overflow-x: hidden;
}
.book-a-demo-canada.contact-page .contact-form-section .hs-button {
  text-transform: uppercase;
}
html[lang="en-ca"] .about-page .testimonials-section .title-holder{
  display:block; 
}

html[lang="en-ca"] .contact-page .contact-map-section .widget-type-rich_text {
  color: rgba(0,0,0,.6);
  margin-top: 0;
}
html[lang="en-ca"] .hs-contactmap-section2 img {
  display: block;
}
html[lang="en-ca"] .contact-page .contact-map-section {
  padding-bottom: 50px;
}



.row1-additional-features .solution-tabs-section .tab-holder ul {
  padding-left: 3em;
}
.keylink-page .banner-section .integration-banner .button-wrapper a {
  border-color: #dbb65f;
  color: #dbb65f;
  background: 0 0;
}
.keylink-page .banner-section .integration-banner .button-wrapper a:hover {
  color: #fff;
  background: #dbb65f;
}
.keylink-row3 .text-img-section .img-holder:before {
  left: 29%;
}
.keylink-row3 .text-img-section .img-holder .img img {
  margin-top: -143.594px;
}

.tabs-section .text-holder h6 {
  margin: 0;
}
.tabs-section .text-holder h6 a {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 20px;
  border-radius: 0;
  font-weight: 900;
  background: #012b40;
  padding: 9px 15px;
  color: #fff;
  text-decoration: none;
  border: 3px solid #012b40;
  letter-spacing: 5px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background .3s ease-in-out,color .3s ease-in-out,border .3s ease-in-out;
  transition: background .3s ease-in-out,color .3s ease-in-out,border .3s ease-in-out;
  width: 100%;
  border-color: #dbb65f;
  color: #dbb65f;
  background: 0 0;
}
.tabs-section .text-holder h6 a span {
  font-family: icomoon!important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: top;
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
}
.communications-banner .button-wrapper a {
  box-sizing: border-box !important;
}
.tabs-section .text-holder h6 a span::before {
  content: "\e906";
}
.tabs-section .text-holder h6 a:hover {
  color: #fff;
  background: #dbb65f;
}
.keylink-row2 .tabs-section .text-holder p a span {
  font-weight: 400;
}
.banner-section .dnd-section {
  padding: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.contact-page .dnd-section {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.hs-cprivacy-section1 .dnd-section {
  padding: 0 !important;
}
.banner .breadcrumbs li a:hover,
.communications-banner ul.hs-breadcrumb-menu li a:hover {
  color: #dbb65f;
}
@media (min-width: 1500px){
  html[lang=en-ca] .contact-page .contact-map-section .dnd-section>.row-fluid>.dnd-column:last-child {
    padding-right: 0!important;
  }
}
@media (min-width: 480px){
  .tabs-section .text-holder h6 a {
    width: auto;
  }
}

@media (min-width: 768px){
  .tabs-section .text-holder h6 a {
    font-size: 16px;
    line-height: 25px;
    padding: 12px 27px;
  }
  .keylink-row2 .tabs-section .img-holder img {
    margin-top: -140.261px;
  }
}




.modal-tablet-holder .table-title ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.btn {
  font-size: 12px;
  line-height: 20px;
  border-radius: 0;
  font-weight: 900;
  background: #012b40;
  padding: 9px 15px;
  color: #fff;
  text-decoration: none;
  border: 3px solid #012b40;
  letter-spacing: 5px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background .3s ease-in-out,color .3s ease-in-out,border .3s ease-in-out;
  transition: background .3s ease-in-out,color .3s ease-in-out,border .3s ease-in-out;
  display:inline-block;
}
.get-in-touch.img-on-bg .button-wrapper a:after {
  margin-left: 9px;
}
.get-in-touch.img-on-bg .col.col-left .button-wrapper a {
  box-sizing: border-box !important;
}
a.button {
  text-decoration: none;
}
@media(min-width: 768px) {
  .btn {
    font-size:16px;
    line-height: 25px;
    padding: 12px 27px
  }
  .systems-page form {
    max-width: 767px;
  }
}

.btn:hover {
  color: #012b40;
  background: 0 0
}


.btn.btn-outline-blue {
  border-color: #012b40;
  background: 0 0;
  color: #012b40
}

.btn.btn-outline-blue:hover {
  color: #fff;
  background: #012b40
}

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

.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0
}

.lightbox-demo {
  margin: 0 auto;
  max-width: 100%
}

@media(min-width: 768px) {
  .lightbox-demo {
    max-width:90%
  }
}

@media(min-width: 1024px) {
  .lightbox-demo {
    width:1412px
  }
}

.lightbox-demo a[data-fancybox-close] {
  display: none
}

.lightbox-demo .fancybox-button:after {
  display: none
}

#calculator.fancybox-content {
  cursor: auto
}

#calculator {
  max-height: 94vh;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch
}


#calculator.fancybox-content {
  padding: 40px 15px;
}

@media(min-width: 768px) {
  #calculator.fancybox-content {
    padding:44px 20px
  }
}

@media(min-width: 1024px) {
  #calculator.fancybox-content {
    padding:44px
  }
}


.btn-lightbox-holder {
  text-align: center;
  background: rgba(234,232,228,.4)
}

@media(min-width: 768px) {
  .btn-lightbox-holder {
    padding-bottom:30px
  }
}

@media(min-width: 1024px) {
  .btn-lightbox-holder {
    display:none
  }
}

@media(max-width: 767px) {
  .btn-lightbox-holder .btn {
    width:100%
  }
  .systems-page h2 {
    white-space: normal;
    word-break: break-word;
  }
  form .hs-button, form input[type=submit] {
    font-size: 18px;
  }
}
.systems-page input.hs-button.primary.large {
  font-size: 18px;
}
.pricing-title {
  font-family: roboto,arial,helvetica neue,helvetica,sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #012b40
}

@media(min-width: 768px) {
  .pricing-title {
    letter-spacing:5px;
    line-height: 40px;
    margin-bottom: 18px
  }
}

.modal-header {
  font-weight: 300;
  color: #012b40;
  margin: 0 auto 30px;
  max-width: 500px
}

@media(min-width: 768px) {
  .modal-header {
    font-size:20px;
    line-height: 32px;
    margin: 0 auto 73px
  }
}

.modal-header a {
  font-weight: 500
}

.modal-content {
  font-weight: 400;
  padding: 30px 0
}

@media(min-width: 768px) {
  .modal-content {
    padding:50px 0
  }
}

@media(min-width: 1024px) {
  .modal-content {
    padding:70px 0
  }
}

@media(min-width: 1200px) {
  .modal-content {
    padding:101px 80px 101px 105px
  }
}

.modal-content h3 {
  font-family: work sans,sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  color: #012b40;
  margin-bottom: 9px;
  letter-spacing: -.02em
}

@media(min-width: 768px) {
  .modal-content h3 {
    font-size:20px;
    line-height: 23px
  }
}

.modal-content h3 a {
  text-decoration: none;
  position: relative;
  padding-right: 30px;
  min-width: 80px;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media(min-width: 768px) {
  .modal-content h3 a {
    padding-right:56px;
    min-width: 128px
  }
}

.modal-content h3 a:hover {
  color: #dbb65f
}

.modal-content h3 a:hover:after {
  border-color: transparent transparent transparent #dbb65f
}

.modal-content h3 a:after {
  position: absolute;
  top: 4px;
  right: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #012b40;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

@media(min-width: 768px) {
  .modal-content h3 a:after {
    border-width:7px 0 7px 10px;
    top: 5px
  }
}

.modal-content .table-title.active h3 a:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.modal-content .cell-width-large {
  text-align: left;
  margin-right: auto
}

.modal-content .slide p:last-child {
  margin-bottom: 0
}

.modal-content .additional-table-holder {
  margin-bottom: 34px
}

.modal-content .additional-table-holder h3 {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transition-delay: .35s;
  transition-delay: .35s
}

@media(min-width: 1024px) {
  .modal-content .additional-table-holder h3 {
    margin-bottom:-46px
  }
}

@media(min-width: 1024px) {
  .modal-content .additional-table-holder .table-title.active {
    margin-bottom:-30px
  }
}

.modal-content .additional-table-holder .table-title.active h3 {
  -webkit-transition: none;
  transition: none
}

@media(min-width: 768px) {
  .modal-content .additional-table-holder .table-title.active h3 {
    margin-bottom:15px
  }
}

.modal-content .additional-table-holder .table-header {
  padding: 15px 0
}

@media(min-width: 768px) {
  .modal-content .additional-table-holder .table-header {
    padding:20px 0
  }
}

.modal-content .additional-table-holder .table-body .row {
  padding: 16px 0
}

@media(min-width: 1024px) {
  .modal-content .additional-table-holder .bottom-info {
    padding-left:95px
  }
}

@media(min-width: 768px) {
  .modal-content .additional-table-holder .slide p {
    max-width:70%
  }
}

@media(min-width: 1024px) {
  .modal-content .additional-table-holder .slide p {
    max-width:50%
  }
}

.modal-content .system-holder h3 {
  margin-bottom: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transition-delay: .35s;
  transition-delay: .35s
}

@media(min-width: 1024px) {
  .modal-content .system-holder h3 {
    margin-bottom:-48px
  }
}

.modal-content .system-holder .table-title.active h3 {
  -webkit-transition: none;
  transition: none
}

@media(min-width: 1024px) {
  .modal-content .system-holder .table-title.active h3 {
    margin-bottom:10px
  }
}

@media(min-width: 768px) {
  .modal-content .system-holder .cell.first-cell {
    padding:0 12px
  }
}

.modal-content .system-holder label {
  font-weight: 600
}

.modal-tablet-holder {
  margin-bottom: 30px
}

@media(min-width: 768px) {
  .modal-tablet-holder {
    margin-bottom:67px
  }
}

.modal-tablet-holder .table-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #012b40;
  margin-bottom: 3px;
  -webkit-transition: margin .3s ease-in-out;
  transition: margin .3s ease-in-out
}

@media(min-width: 768px) {
  .modal-tablet-holder .table-title {
    font-size:16px;
    line-height: 1.4
  }
}

@media(min-width: 1024px) {
  .modal-tablet-holder .table-title {
    font-size:18px;
    line-height: 32px
  }
}

.modal-tablet-holder .table-title.active {
  margin-bottom: -12px
}

.modal-tablet-holder .table-title ul {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.02em;
  color: #012b40;
  font-size: 14px;
  line-height: 1.2;
  padding: 0
}

@media(min-width: 768px) {
  .modal-tablet-holder .table-title ul {
    padding:2px 15% 2px 12px;
    font-size: 16px;
    line-height: 1.4;
    -webkit-column-count: 2;
    column-count: 2
  }
}

@media(min-width: 1024px) {
  .modal-tablet-holder .table-title ul {
    font-size:18px;
    line-height: 22px
  }
}

.modal-tablet-holder .table-title ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px
}

@media(min-width: 768px) {
  .modal-tablet-holder .table-title ul li {
    padding-left:30px;
    padding-right: 10px
  }
}

@media(min-width: 1024px) {
  .modal-tablet-holder .table-title ul li {
    margin-bottom:24px;
    padding-right: 8%;
    padding-left: 48px
  }
}

.modal-tablet-holder .table-title ul li:before {
  width: 18px;
  height: 18px;
  content: '';
  background: url(//20565294.fs1.hubspotusercontent-na1.net/hubfs/20565294/raw_assets/public/BuildingLink_November2022/images/check-list-icon.svg) no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0
}

@media(min-width: 768px) {
  .modal-tablet-holder .table-title ul li:before {
    width:22px;
    height: 22px
  }
}

.modal-tablet-holder .table-header {
  border-bottom: 1px solid #093155;
  color: #093155;
  font-family: work sans,sans-serif;
  font-weight: 700;
  font-size: 9px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -.02em;
  padding: 15px 0
}

@media(min-width: 375px) {
  .modal-tablet-holder .table-header {
    font-size:10px
  }
}

@media(min-width: 768px) {
  .modal-tablet-holder .table-header {
    padding:20px 0;
    font-size: 16px;
    line-height: 1.4
  }
}

@media(min-width: 1024px) {
  .modal-tablet-holder .table-header {
    font-size:20px;
    line-height: 27px
  }
}

.modal-tablet-holder .table-body {
  text-align: center;
  color: #093155;
  font-size: 9px;
  line-height: 14px;
  text-transform: capitalize
}

@media(min-width: 375px) {
  .modal-tablet-holder .table-body {
    font-size:10px
  }
}

@media(min-width: 768px) {
  .modal-tablet-holder .table-body {
    font-size:16px;
    line-height: 1.2
  }
}

@media(min-width: 1024px) {
  .modal-tablet-holder .table-body {
    font-size:18px;
    line-height: 1.6
  }
}

.modal-tablet-holder .table-body .row {
  border-bottom: 1px solid rgba(9,49,85,.5);
  padding: 15px 0
}

@media(min-width: 768px) {
  .modal-tablet-holder .table-body .row {
    padding:18px 0
  }
}

.modal-tablet-holder .table-body .row strong {
  font-weight: 500
}

.modal-tablet-holder .table-body p:last-child {
  margin-bottom: 0
}

.modal-tablet-holder .table-body label {
  font-family: inter,sans-serif
}

.modal-tablet-holder select {
  width: 80%;
  margin-bottom: 0
}

@media(max-width: 767px) {
  .modal-tablet-holder select {
    padding-left:5px;
    padding-right: 5px
  }
}

@media(min-width: 768px) {
  .modal-tablet-holder select {
    width:100px
  }
}

.modal-tablet-holder .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.modal-tablet-holder.additional-table .row:last-child {
  border-bottom: 0
}

.modal-tablet-holder.discount-holder {
  margin-bottom: 34px
}

.modal-tablet-holder.discount-holder .table-body .row {
  padding: 15px 0
}

@media(min-width: 768px) {
  .modal-tablet-holder.discount-holder .table-body .row {
    padding:27px 0
  }
}

@media(min-width: 1024px) {
  .modal-tablet-holder.discount-holder .table-body .first-cell {
    padding:0 12px
  }
}

@media(min-width: 768px) {
  .modal-tablet-holder.extras-holder {
    margin-bottom:35px
  }
}

.modal-tablet-holder.extras-holder .bottom-table-info {
  padding-left: 0;
  padding-bottom: 30px
}

@media(min-width: 768px) {
  .modal-tablet-holder.extras-holder .bottom-table-info {
    padding-bottom:50px;
    padding-top: 52px
  }
}

.modal-tablet-holder.extras-holder .bottom-table-info .cell.first-cell.big-cell {
  font-family: roboto,arial,helvetica neue,helvetica,sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  padding-left: 0;
  width: 60%
}

@media(min-width: 768px) {
  .modal-tablet-holder.extras-holder .bottom-table-info .cell.first-cell.big-cell {
    font-size:16px;
    line-height: 1.4
  }
}

@media(min-width: 1024px) {
  .modal-tablet-holder.extras-holder .bottom-table-info .cell.first-cell.big-cell {
    padding:0 12px;
    font-size: 18px;
    line-height: 32px
  }
}

.modal-tablet-holder.extras-holder .bottom-table-info .total-price-edition {
  margin-bottom: 37px
}

.modal-tablet-holder.extras-holder .bottom-table-info .total-price-edition .total-cell {
  font-family: roboto,arial,helvetica neue,helvetica,sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #012b40
}

@media(min-width: 768px) {
  .modal-tablet-holder.extras-holder .bottom-table-info .total-price-edition .total-cell {
    font-size:35px;
    line-height: 41px
  }
}

@media(min-width: 1024px) {
  .modal-tablet-holder.extras-holder .bottom-table-info .total-price-edition .total-cell {
    font-size:35px;
    line-height: 41px
  }
}

.modal-tablet-holder.extras-holder .bottom-table-info .total-price-edition .cell.first-cell.big-cell {
  font-family: work sans,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #093155
}

@media(min-width: 768px) {
  .modal-tablet-holder.extras-holder .bottom-table-info .total-price-edition .cell.first-cell.big-cell {
    font-size:18px;
    line-height: 1.2
  }
}

@media(min-width: 1024px) {
  .modal-tablet-holder.extras-holder .bottom-table-info .total-price-edition .cell.first-cell.big-cell {
    font-size:20px;
    line-height: 23px
  }
}

.modal-tablet-holder .bottom-info {
  color: #093155;
  font-family: inter,sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  padding: 20px 0 0
}

@media(min-width: 768px) {
  .modal-tablet-holder .bottom-info {
    font-size:18px;
    line-height: 32px;
    padding: 30px 0 0
  }
}

.modal-tablet-holder .cell {
  width: 22%
}

@media(min-width: 375px) {
  .modal-tablet-holder .cell {
    width:21%
  }
}

@media(min-width: 768px) {
  .modal-tablet-holder .cell {
    width:26.5%
  }
}

.modal-tablet-holder .cell.first-cell {
  width: 35%;
  text-align: left;
  padding: 0;
  margin-right: auto
}

@media(min-width: 375px) {
  .modal-tablet-holder .cell.first-cell {
    width:39%
  }
}

@media(min-width: 768px) {
  .modal-tablet-holder .cell.first-cell {
    width:calc(47% - 118px)
  }
}

.modal-tablet-holder .cell.first-cell label {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  position: relative
}

@media(min-width: 768px) {
  .modal-tablet-holder .cell.first-cell label {
    padding-left:36px
  }
}

@media(min-width: 1024px) {
  .modal-tablet-holder .cell.first-cell label {
    padding-left:81px
  }
}

.modal-tablet-holder .cell.first-cell label:before {
  width: 16px;
  height: 16px;
  content: '';
  border: 1px solid #012b40;
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0
}

@media(min-width: 768px) {
  .modal-tablet-holder .cell.first-cell label:before {
    width:20px;
    height: 20px
  }
}

@media(min-width: 1024px) {
  .modal-tablet-holder .cell.first-cell label:before {
    width:24px;
    height: 24px;
    left: 25px
  }
}

.modal-tablet-holder .cell.first-cell label:after {
  width: 5px;
  height: 10px;
  content: '';
  position: absolute;
  top: 2px;
  left: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff
}

@media(min-width: 768px) {
  .modal-tablet-holder .cell.first-cell label:after {
    left:7px;
    top: 3px;
    width: 8px;
    height: 14px
  }
}

@media(min-width: 1024px) {
  .modal-tablet-holder .cell.first-cell label:after {
    left:33px
  }
}

.modal-tablet-holder .cell.first-cell input {
  display: none
}

.modal-tablet-holder .cell.first-cell input:checked+label:before {
  background: #012b40
}

.modal-tablet-holder .cell.first-cell.big-cell {
  width: 80%
}

@media(min-width: 768px) {
  .modal-tablet-holder .cell.first-cell.big-cell {
    width:calc(60% - 118px)
  }
}

.modal-tablet-holder .cell.total-cell {
  width: 18%
}

@media(min-width: 768px) {
  .modal-tablet-holder .cell.total-cell {
    text-align:left;
    width: 118px
  }
}

.extras-holder .open-close.active .opener:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.extras-block .table-header {
  padding: 11px 0 23px;
  margin-bottom: 10px
}

.extras-block .row-group {
  border-bottom: 1px solid rgba(9,49,85,.5);
  padding: 10px 0
}

@media(min-width: 768px) {
  .extras-block .row-group {
    padding:20px 0 15px
  }
}

@media(min-width: 1024px) {
  .extras-block .row-group {
    padding:50px 0 38px
  }
}

.extras-block .row-group .row {
  border-bottom: 0
}

@media(min-width: 1024px) {
  .extras-block .row-group .row {
    padding-bottom:34px
  }
}

.extras-block .table-body {
  font-size: 10px;
  line-height: 14px
}

@media(min-width: 768px) {
  .extras-block .table-body {
    font-size:14px;
    line-height: 1.2
  }
}

@media(min-width: 1024px) {
  .extras-block .table-body {
    font-size:16px;
    line-height: 24px
  }
}

.extras-block .table-body .title {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  color: #012b40;
  display: block;
  margin-bottom: 15px
}

@media(min-width: 768px) {
  .extras-block .table-body .title {
    font-size:16px;
    line-height: 1.2
  }
}

@media(min-width: 1024px) {
  .extras-block .table-body .title {
    font-size:20px;
    line-height: 24px;
    margin-bottom: 25px
  }
}

.extras-block .table-body .cell.first-cell {
  width: 29.5%;
  margin-right: 0;
  padding-right: 3%
}

.extras-block .table-body .cell.second-cell {
  text-align: left;
  width: 27%;
  margin-left: 0;
  margin-right: auto
}

.modaul-total-list {
  font-size: 14px;
  line-height: 1.4;
  color: #012b40
}

@media(min-width: 768px) {
  .modaul-total-list {
    font-size:16px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.modaul-total-list .text-holder {
  margin-bottom: 30px
}

@media(min-width: 768px) {
  .modaul-total-list .text-holder {
    width:44%
  }
}

@media(min-width: 1024px) {
  .modaul-total-list .text-holder {
    width:40%
  }
}

.modaul-total-list .text-holder p {
  margin-bottom: 14px
}

.modaul-total-list .text-holder .text {
  margin-bottom: 30px
}

@media(min-width: 768px) {
  .modaul-total-list .text-holder .text {
    margin-bottom:79px
  }
}

.modaul-total-list .btn {
  font-weight: 900;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  min-width: 100%
}

@media(min-width: 768px) {
  .modaul-total-list .btn {
    min-width:266px
  }
}

@media(min-width: 1024px) {
  .modaul-total-list .btn {
    font-size:18px;
    line-height: 32px;
    letter-spacing: 5px
  }
}

@media(min-width: 768px) {
  .modaul-total-list .total-price {
    width:45%
  }
}

@media(min-width: 1024px) {
  .modaul-total-list .total-price {
    width:35%
  }
}

.modaul-total-list .total-price h3 {
  display: block;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px
}

@media(min-width: 768px) {
  .modaul-total-list .total-price h3 {
    padding-bottom:21px
  }
}

.modaul-total-list .total-price h3:before {
  content: '';
  display: block;
  height: 3px;
  background: #dbb65f;
  width: 42%;
  position: absolute;
  bottom: 0;
  left: 0
}

.modaul-total-list h2 {
  font-family: roboto,arial,helvetica neue,helvetica,sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #012b40;
  margin-bottom: 20px
}

@media(min-width: 768px) {
  .modaul-total-list h2 {
    margin-bottom:34px;
    letter-spacing: 5px;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 2px
  }
}

.modaul-total-list h3 {
  font-family: work sans,sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #012b40;
  margin-bottom: 10px
}

@media(min-width: 768px) {
  .modaul-total-list h3 {
    margin-bottom:19px;
    font-size: 20px;
    line-height: 23px
  }
}

.bottom-table-info {
  color: #093155;
  font-family: inter,sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  padding: 18px 0 0
}

@media(min-width: 768px) {
  .bottom-table-info {
    padding:18px 0 0;
    font-size: 18px;
    line-height: 32px
  }
}

@media(min-width: 1024px) {
  .bottom-table-info {
    padding:18px 0 0 98px
  }
}

.bottom-table-info .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.cell-width-large-flex {
  width: 400px;
  -webkit-box-flex: 9;
  -ms-flex-positive: 9;
  flex-grow: 9;
  margin-top: 2px;
  margin-bottom: 2px
}

.cell-width-small-flex {
  width: 20%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.cell-width-large-blue {
  width: 400px;
  padding: 5px
}

#TotalPrice {
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 4.77201px;
  text-transform: uppercase;
  color: #012b40
}

.total-price-list {
  font-weight: 300;
  font-size: 14px;
  color: #012b40;
  margin-bottom: 20px
}

@media(min-width: 480px) {
  .total-price-list {
    display:-webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media(min-width: 768px) {
  .total-price-list {
    margin-bottom:40px;
    font-size: 16px;
    line-height: 1.2
  }
}

@media(min-width: 1024px) {
  .total-price-list {
    line-height:32px
  }
}

.total-price-list li {
  margin-bottom: 10px
}

@media(min-width: 480px) {
  .total-price-list li {
    margin-bottom:18px;
    width: 48%
  }
}

.total-price-list span {
  display: block
}

.total-price-list .price {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #012b40
}

@media(min-width: 768px) {
  .total-price-list .price {
    font-size:24px;
    line-height: 38px;
    letter-spacing: 4.77201px
  }
}


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


.jcf-number {
  display: inline-block;
  position: relative;
  height: 28px;
  width: 56px
}

@media(min-width: 768px) {
  .jcf-number {
    height:48px;
    width: 100px
  }
}

.jcf-number input {
  -moz-appearance: textfield;
  outline: none
}

.jcf-number input::-webkit-inner-spin-button,.jcf-number input::-webkit-outer-spin-button {
  -webkit-appearance: none
}

.jcf-number input {
  box-sizing: border-box;
  border: 1px solid #012b40;
  border-radius: 6px;
  padding: 3px 24px 3px 8px;
  margin: 0;
  height: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #012b40;
  width: 100%
}

@media(min-width: 768px) {
  .jcf-number input {
    padding:7px 47px 7px 15px;
    font-size: 18px;
    line-height: 32px
  }
}

.jcf-number .jcf-btn-dec,.jcf-number .jcf-btn-inc {
  position: absolute;
  width: 24px;
  height: 13px;
  right: 1px;
  top: 1px;
  border-left: 1px solid #012b40
}

@media(min-width: 768px) {
  .jcf-number .jcf-btn-dec,.jcf-number .jcf-btn-inc {
    width:48px;
    height: 23px
  }
}

.jcf-number .jcf-btn-inc {
  border-bottom: 1px solid #012b40;
  border-top-right-radius: 6px
}

.jcf-number .jcf-btn-dec {
  border-bottom-right-radius: 6px
}

.jcf-number .jcf-btn-dec {
  top: auto;
  bottom: 1px
}

.jcf-number .jcf-btn-dec:hover,.jcf-number .jcf-btn-inc:hover {
  background: #f3dca4
}

.jcf-number.jcf-disabled .jcf-btn-dec:hover,.jcf-number.jcf-disabled .jcf-btn-inc:hover {
  background: #aaa
}

.jcf-number .jcf-btn-dec:before,.jcf-number .jcf-btn-inc:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -3px;
  border-top: 2px solid #012b40;
  border-left: 2px solid #012b40;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.jcf-number .jcf-btn-dec:before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
  opacity: .3
}

.jcf-number.jcf-disabled input {
  background: #ddd
}

.jcf-disabled {
  background: #ddd!important
}

.jcf-focus,.jcf-focus * {
  border-color: #dbb65f!important
}

.jcf-focus .jcf-number input,.jcf-focus * .jcf-number input {
  border-color: #dbb65f!important
}

[lang="en-ca"] div#calculator .btn.btn-outline-blue {
  border-color: #dbb65f;
  color: #dbb65f;
  background: 0 0;
}

[lang="en-ca"] div#calculator .btn.btn-outline-blue:hover {
  background-color: #dbb65f;
  color: #fff;
}

.fancybox-slide--html .fancybox-close-small {
  background: transparent;
}

/*** ***/
.blog_listing_wrap .cover { display: flex; flex-wrap: wrap; width:100%; }

/* .custom-menu-primary .hs-menu-wrapper>ul>li>a{
  font-weight: bold;
} */




/* @media (max-width: 768px){
  .nav-active .nav-block{
    min-height: calc(100vh - 65px);
  }
} */