*, *:before, *:after {
  box-sizing: border-box;
}



body canvas {
  width: 100%;
}

.back-to-page {
  margin-bottom: 1.5rem ;
}
 
.back-to-page a {
  color: #15263b !important;
  letter-spacing: .1rem;
  line-height: 1.5;
  font-size: 1rem;
  display: inline-block;
  text-decoration: none !important;
  border: 1px solid transparent;
}
        
.back-to-page .arrow {
  font-size: 1rem;
  line-height: 1.5;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  font-weight: 400;
  color: #212529;
  background-color: #e5cf71;
  border: 1px solid transparent;
  background-image: linear-gradient( 
    -140deg,#EEE193 0,#E5CF71 100%);
  display: inline-block;
  box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
  transition: all .2s ease-out;
  z-index: 90;
  letter-spacing: .1rem;
  width: 1.875rem;
  height: 1.875rem;
  text-align: center;
  padding: 0;
  position: relative;
  border-radius: 2rem;
  cursor: pointer;
}
.back-to-page .arrow:hover {
  color: #212529;
  background-color: #dfc451;
  border-color: #ddc046;
}


.back-to-page .arrow img {
  vertical-align: middle;
  border-style: none;
  display: block;
  max-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
}





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




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

.calculator-page .widget-type-header h1 {
  font-size: 1.5rem;
  letter-spacing: .25rem;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 1.5rem!important;
}



.resource-listing-page .blog-index {
  padding-top: 3rem;
  margin-right: -15px;
  margin-left: -15px;
}

.resource-listing-page .blog-index_post {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;

}


.resource-listing-page .blog-index_post-title {
    margin-bottom: 24px;
}



.resource-post-page .blog-post_title {
  font-size: 1.5rem;
  letter-spacing: .1rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.resource-post-page .blog-post_meta {
  display: none;
}

.resource-post-page .blog-post__body p {
  line-height: 1.625rem;
}





.blog-download-resources-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,.2);
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: all .4s ease;
}

.blog-download-resources-popup.open {
  visibility: visible;
  opacity: 1;
}

.blog-download-resources-popup .popup {
  padding: 24px;
  box-shadow: 0 1px 2rem rgb(0 0 0 / 10%);
  border-radius: 0.25rem;
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-color: #fff;
  width: 90%;
  max-height: 75vh;
  overflow: scroll;
  background-color: #15263b;
  color: #fff;
  border-radius: 0;
}

.blog-download-resources-popup .popup .hs_cos_wrapper_type_form {
  padding: 0;
  border: 0;
  background-color: transparent;
  box-shadow: none;
  max-width: 100%;
  margin: 0;
}
.blog-download-resources-popup .close-popup {
  float: right;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  border: none;
  cursor: pointer;
  background: 0 0;
  color: #70767D;
  padding: 1px 6px;

}
.blog-download-resources-popup .close-popup img {
  height: 18px;
  width: 18px;
  vertical-align: middle;
  display: block;
  max-width: 100%;
}

.blog-download-resources-popup .col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-download-resources-popup .form-wrap p,
.blog-download-resources-popup .form-wrap h1,
.blog-download-resources-popup .form-wrap h2,
.blog-download-resources-popup .form-wrap h3,
.blog-download-resources-popup .form-wrap h4,
.blog-download-resources-popup .form-wrap h5,
.blog-download-resources-popup .form-wrap h6,
.blog-download-resources-popup .form-wrap a {
  color: #fff;
  font-weight: 400;
}
 
.blog-download-resources-popup .hs-richtext {
  line-height: 1;
  color: #fff;
  font-size: 16px;
      margin: 0;

}

.blog-download-resources-popup .hs-richtext p {
  line-height: 1.5rem;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 1rem;
}


.blog-download-resources-popup .form-wrap h4 {
  padding-top: 2rem;
  padding-left: 8px;
  padding-bottom: 1rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
  font-size: 24px;
} 

.blog-download-resources-popup .form-wrap .hs-form-field {
    margin: 15px 0 0;
}
.blog-download-resources-popup .form-wrap .hs-form-field > label {
    margin-bottom: 0.5rem;
    line-height: 1;
    display: block;
    min-height: 8px;
}

.blog-download-resources-popup .popup .hs-input {
  background-color: #15263b;
  color: #fff;
  font-weight: 400;
  border-bottom: 1px solid #979797;
  width: 100%!important;

}

.blog-download-resources-popup .popup input::placeholder,
.blog-download-resources-popup .popup textarea::placeholder {
  color: #fff;
  font-weight: 400;
}

.blog-download-resources-popup .popup .hs-input.invalid.error {
  border-color: #979797;
}

.blog-download-resources-popup .popup .hs-form-field ul.inputs-list li {
  margin: 0 0 15px;
  line-height: 1.5rem;
}

.blog-download-resources-popup .popup .hs-form-field ul.inputs-list li label {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5rem;
}

.blog-download-resources-popup .popup input[type=checkbox] {
  -webkit-appearance: none;
  border: 1px solid #979797;   
  padding: 10px;
  border-radius: 1px;
  width: 15px!important;
  height: 15px!important;
  position: relative;
  background-color: #15263b;
  color: #fff;
  font-weight: 400;
}

.blog-download-resources-popup .popup input[type=checkbox]:checked:after {
  transition: .3s;
  content: url(https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/raw_assets/public/Pensford_November2021/images/checkbox-checked.svg) ;
  position: absolute;
  bottom: -1px;
  left: 1px;
}

.blog-download-resources-popup .popup .hs-form-field ul.inputs-list {
    margin-bottom: 1rem;
}

.blog-download-resources-popup .popup .hs-form-field ul.inputs-list li label input {
  padding: 0;
  margin-right: 15px;
}
.blog-download-resources-popup .popup ul.inputs-list li label span {
  color: #fff;
  font-weight: 400;
}

.blog-download-resources-popup .popup .hs-button {
  border: 1px solid transparent;
  background-image: linear-gradient( 
    -140deg,#EEE193 0,#E5CF71 100%);
  box-shadow: 0 4px 10px -2px rgb(0 0 0 / 20%);
  outline: 0;
  position: relative;
  border-radius: 2rem;
  letter-spacing: .1rem;
  display: inline-block;
  box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
  transition: all .2s ease-out;
  z-index: 90;
  font-weight: 400;
  border-bottom: 1px solid #979797;
  margin: 20px auto 0;
  border-radius: 0;
  display: block;
  padding: 8px 35px 10px;
  cursor: pointer;
  color: #000;
}

@media (min-width: 768px) {
 
  .back-to-page .arrow:hover {
    border: 1px solid transparent;
  }

  .blog-download-resources-popup {
    padding: 30px;
    box-shadow: 0 1px 2rem rgb(0 0 0 / 10%);
  }
  .blog-download-resources-popup .popup {
    max-width: 730px;
  }
  .blog-download-resources-popup .popup fieldset {
    max-width: 1000px!important;
  }
  .blog-download-resources-popup .form-wrap .hs-form-field {
    padding: 0 8px;
  }
}

@media (min-width: 992px) {
  .resource-listing-page .blog-index_post {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
    .back-to-page .arrow:hover {
    box-shadow: none;
  }
}

@media (max-width: 991px) {
  .resource-post-page .content-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .resource-post-page .sidebar-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .blog-download-resources-popup .popup {
    padding: 16px 8px;
  }
}
/*! 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;
  display: block;
  max-width: 100%;
}

/* 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 ;
    }
}
.banner-section .dnd-section,
.banner-section .dnd-section > .row-fluid{
  padding: 0;
}

.dnd-section > .row-fluid,
.content-wrapper,
.page-center {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/Pensford_November2021/fonts/fa-regular-400.eot") format("embedded-opentype"),
    url(https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/raw_assets/public/Pensford_November2021/fonts/fa-regular-400.woff2) format("woff2"),
    url(https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/raw_assets/public/Pensford_November2021/fonts/fa-regular-400.woff) format("woff"),
    url(https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/raw_assets/public/Pensford_November2021/fonts/fa-regular-400.ttf) format("ttf"),
    url(https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/raw_assets/public/Pensford_November2021/fonts/fa-regular-400.svg) format("svg");
  font-style: normal;
  font-weight: 400; 
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/Pensford_November2021/fonts/FontAwesome5FreeSolid.eot") format("embedded-opentype"), 
    url("https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/raw_assets/public/Pensford_November2021/fonts/FontAwesome5FreeSolid.woff2") format("woff2"), 
      url("https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/raw_assets/public/Pensford_November2021/fonts/FontAwesome5FreeSolid.woff") format("woff"),
        url("https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/raw_assets/public/Pensford_November2021/fonts/FontAwesome5FreeSolid.ttf") format("truetype"),
          url("https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/raw_assets/public/Pensford_November2021/fonts/FontAwesome5FreeSolid.svg") format("svg");
            font-style: normal;
            font-weight: 900;
            }

@font-face {
  font-family: "Kanit";
  src: url("https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/Pensford_November2021/fonts/kanit-v3-latin-200.eot") format("embedded-opentype"), 
    url(https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/raw_assets/public/Pensford_November2021/fonts/kanit-v3-latin-200.woff2) format("woff2"),
    url(https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/raw_assets/public/Pensford_November2021/fonts/kanit-v3-latin-200.woff) format("woff"),
    url(https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/raw_assets/public/Pensford_November2021/fonts/kanit-v3-latin-200.ttf) format("ttf"),
    url(https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/raw_assets/public/Pensford_November2021/fonts/kanit-v3-latin-200.svg) format("svg");
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: "Kanit";
  src: url("https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/Pensford_November2021/fonts/kanit-v3-latin-300.eot") format("embedded-opentype"), 
    url(https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/raw_assets/public/Pensford_November2021/fonts/kanit-v3-latin-300.woff2) format("woff2"),
    url(https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/raw_assets/public/Pensford_November2021/fonts/kanit-v3-latin-300.woff) format("woff"),
    url(https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/raw_assets/public/Pensford_November2021/fonts/kanit-v3-latin-300.ttf) format("ttf"),
    url(https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/raw_assets/public/Pensford_November2021/fonts/kanit-v3-latin-300.svg) format("svg");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Kanit";
  src: url("https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/Pensford_November2021/fonts/kanit-v3-latin-regular.eot") format("embedded-opentype"), 
    url(https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/raw_assets/public/Pensford_November2021/fonts/kanit-v3-latin-regular.woff2) format("woff2"),
    url(https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/raw_assets/public/Pensford_November2021/fonts/kanit-v3-latin-regular.woff) format("woff"),
    url(https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/raw_assets/public/Pensford_November2021/fonts/kanit-v3-latin-regular.ttf) format("ttf"),
    url(https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/raw_assets/public/Pensford_November2021/fonts/kanit-v3-latin-regular.svg) format("svg");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Kanit";
  src: url("https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/Pensford_November2021/fonts/kanit-v3-latin-italic.eot") format("embedded-opentype"), 
    url(https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/raw_assets/public/Pensford_November2021/fonts/kanit-v3-latin-italic.woff2) format("woff2"),
    url(https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/raw_assets/public/Pensford_November2021/fonts/kanit-v3-latin-italic.woff) format("woff"),
    url(https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/raw_assets/public/Pensford_November2021/fonts/kanit-v3-latin-italic.ttf) format("ttf"),
    url(https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/raw_assets/public/Pensford_November2021/fonts/kanit-v3-latin-italic.svg) format("svg");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "Kanit";
  src: url("https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/Pensford_November2021/fonts/kanit-v3-latin-600.eot") format("embedded-opentype"), 
    url(https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/raw_assets/public/Pensford_November2021/fonts/kanit-v3-latin-600.woff2) format("woff2"),
    url(https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/raw_assets/public/Pensford_November2021/fonts/kanit-v3-latin-600.woff) format("woff"),
    url(https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/raw_assets/public/Pensford_November2021/fonts/kanit-v3-latin-600.ttf) format("ttf"),
    url(https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/raw_assets/public/Pensford_November2021/fonts/kanit-v3-latin-600.svg) format("svg");
  font-style: normal;
  font-weight: 600; 
}


html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}
body {
  font-family: Kanit,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #212529;
  line-height: 1.5;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* Paragraphs */

p {
  margin: 0 0 1rem;
}

/* Anchors */

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

a:hover {
  color: #3c82c7;
  text-decoration: underline;
}

/* Headings */

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

}



/* Lists */

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

li {
  margin-bottom: 1rem;
}

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: 0px solid;
  padding: 0;
  margin: 0 0 1rem;

}

/* Horizontal rules */

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

figcaption {
  line-height: 1;
}
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 {
    font-weight: 400;
}

main .hs_cos_wrapper_type_form,
main .hs_cos_wrapper_type_blog_subscribe,
main .hs_cos_wrapper_type_google_search,
main .widget-type-password_prompt,
main .hs-search-field ,
main .hs_cos_wrapper_type_email_simple_subscription #email-prefs-form,
main .form-container {
  max-width: 767px;
  display: block;
  padding: 40px 20px ;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
  box-shadow: 0 1px 2rem rgb(0 0 0 / 10%);
}


/* Form fields */

.hs-form-field {
  margin-bottom: 15px;
}

/* Labels */

form label {
  margin-bottom: 0.5rem;
  display: inline-block;
  font-size: 16px;

  line-height: 1;


}

form p label{
   line-height: 1.5;

} 

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: transparent;
  border: 0px ;
  border-bottom: 1px solid;
  border-radius: 3px;
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  padding: 5px 4px;
  width: 100%;
  outline: 0;
}


form input::placeholder,
form textarea::placeholder{
  color: #70767D;
  font-weight: 500;
  opacity: 1 !important;
}

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

ul.hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hs-error-msg,
.hs-error-msgs label,
label.hs-main-font-element{
  color: #EF6B51;
  margin-top: 0.35rem;
}

.hs-error-msg,
.hs-error-msgs label,
.hs-error-msgsm,
label.hs-main-font-element{
  margin: 0 0 5px;
  padding: 0;
  list-style: none;
  font-size: 12px;
  color: red;
  line-height: 1.2;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1.6px;
  transition: all .2s ease-out;
  box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
  margin: 15px 0;
  text-decoration: none;
  outline: 0;
  white-space: normal;

}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
  position: relative;
  background-image: url(https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/raw_assets/public/Pensford_November2021/images/menu-curve.svg);
  background-size: cover;
  height: 0;
  width: 100%;
  padding-top: 11.25%;
  z-index: 99;
  display: block;
  min-height: 90px;
}
.hs-search-field__suggestions a:hover, .hs-search-field__suggestions a:focus {
  background-color: transparent;
  outline: 0;
}
.hs-search-field--open .hs-search-field__suggestions li {
  padding: 0 10px 10px;
}
.home-header .header_inner {
  padding-top: 5%;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  background: #fff;
}
.gold-menu {
  right: 52px;
  top: -52px;
  font-size: 14px;
  display: block;
  position: absolute;
}
.hs-search-field--open .hs-search-field__suggestions li#results-for {
  color: #77a8d8;
}
.hs-search-field--open .hs-search-field__suggestions li#results-for {
  padding-top: 6px;
}
.gold-menu .hs-menu-wrapper ul li {
  display: inline;
}
.gold-menu .hs-menu-wrapper ul li a:hover {
  color: #ddc046;
}
.gold-menu .hs-menu-wrapper ul li a {
  color: #e5cf71;
  margin-right: 0.25rem;
  font-size: 14px;
  font-family: Kanit,Helvetica,Arial,sans-serif;
  font-weight: 400;
}
.header.home-header a#hs-button_header_contact_btn {
  text-decoration: none;
}
.gold-menu .hs-menu-wrapper ul li:after {
  content: " | ";
  color: #e5cf71;
}
.gold-menu .hs-menu-wrapper ul li:last-child:after {
  display: none;
}
.gold-menu .hs-menu-wrapper ul li img {
  display: inline;
  height: 18px;
  padding-bottom: 4px;
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}
.gold-menu .hs-menu-wrapper ul li:last-child>a {
  margin-left: 0.25rem;
  margin-right: 0;
}
.gold-menu .hs-menu-wrapper ul li:nth-child(4)>a {
  margin-left: 0.25rem;
  margin-right: 0;
}
header.header.home-header {
  position: absolute;
  background: 0;
}


.header_inner {
  position: absolute;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 5%;
  padding-top: 3%;
  top: 0;
  width: 100%;
}

/* Header container */

.header__container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header_content {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}


/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  width: 200px;
  max-width: 200px;
  padding-top: 7px;
  padding-bottom: 7px;
  position: relative;
  z-index: 99;
}

.header__logo img {
  max-width: 100%;
  display: block;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header_navigation {
  display: block;
  float: right;
  padding-left: 40px;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  display: block;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  position: relative;
  display: inline-block;
  margin: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  text-decoration: none;
  display: inline-block;
  margin: 0 20px;
  color: #fff;
  transition: padding .3s;
  letter-spacing: .07rem;
  font-size: 14px;
  line-height: 24px;

}


.custom-menu-primary .hs-menu-wrapper ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  display: none !important;
  overflow: visible !important;
}
.custom-menu-primary .hs-menu-wrapper ul ul ul {
  top: 0;
  left: 100%;
}
.custom-menu-primary .hs-menu-wrapper ul li:hover > ul {
  display: block !important;
}
.custom-menu-primary .hs-menu-wrapper ul ul li {
  position: relative;
  display: block;
  margin: 0;
}

.custom-menu-primary .hs-menu-wrapper ul ul li a {
  text-decoration: none;
  display: block;
  padding: 10px 20px;
  color: #fff;
  transition: padding .3s;
  letter-spacing: .07rem;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;

}

.header_right_btns {
  min-height: 55.42px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.header_search {
  position: relative;
}
.header_search_toggle {
  display: block;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-weight: 400;
  cursor: pointer;
}
.header_search_toggle img {
  vertical-align: middle;
  border-style: none;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 16px 16px;
  margin-right: 48px;
  width: 20px;
}

.header_search .search_box {
  border-radius: 0.25rem !important;
  position: absolute;
  width: 15.625 rem;
  display: none;
  z-index: 99;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header_search .search_box.open {
  display: block;
}
.header_search .search_box:before {
  content: ' ';
  position: absolute;
  top: -0.3rem;
  left: 50%;
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  height: 0.75rem;
  width: 0.75rem;
  background-color: #fff;
  border-radius: 0.125rem;
}

.header_search .search_box .hs-search-field {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  margin-bottom: 1rem;
}

.header_search .search_box input.hs-search-field__input {
  overflow: visible;
  margin: 0;
  font-family: inherit;
  outline-offset: -2px;
  -webkit-appearance: none;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  display: block;
  border: 0;
  border-radius: 0.25rem ;
  letter-spacing: .1rem;
  position: relative;
  padding: 1rem;
  font-size: .75rem;
  width: 250px;
}

.header_search .search_box button {
  display: none;
}

header.header .header_contact_btn a {
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  color: #d6d9dd;
  background-color: transparent;
  background-image: none;
  border-color: #d6d9dd;
  position: relative;
  border-radius: 2rem;
  letter-spacing: .1rem;
  display: inline-block;
  box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
  transition: all .2s ease-out;
  z-index: 90;
  padding: 0.4375rem 1.5rem !important;
  text-decoration: none;
  margin-bottom: 3px;
  text-decoration: none !important;

}

header.header .header_contact_btn a:hover {
  color: #212529;
  background-color: #d6d9dd;
  border-color: #d6d9dd;
}

.mobile-trigger {
  display: none;
}

.mobile_menu_wrapper {
  display: none;
}

@media (min-width: 768px) {

}


@media (max-width: 1199px) {
  .header__logo {
    padding: 0;
  }
  .gold-menu {
    display: none;
  }
  .header_navigation {
    display: none;
  }
  .header_right_btns {
    display: none;
  }

  .mobile-trigger {
    display: block;
    float: right;
    margin-left: auto;
  }
  .mobile-trigger .trigger-icon {
    margin-top: 0;
    width: 30px;
    height: 18px;
    position: relative;
    padding: 17px 0;
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: .3s ease-in-out;
    cursor: pointer;
    z-index: 99;
  }
  .mobile-trigger .trigger-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: .3s ease-in-out;
  }
  .mobile-trigger .trigger-icon span:nth-child(1) {
    top: 8px;
  }
  .mobile-trigger .trigger-icon span:nth-child(2),
  .mobile-trigger .trigger-icon span:nth-child(3){
    top: 16px;
  }

  .mobile-open .mobile-trigger .trigger-icon span:nth-child(1) {
    top: 8 px;
    width: 0%;
    left: 50%;
  }
  .mobile-open .mobile-trigger .trigger-icon span:nth-child(2) {
    -ms-transform: rotate(45deg);
    transform: rotate(
      45deg);
  }
  .mobile-open .mobile-trigger .trigger-icon span:nth-child(3) {
    -ms-transform: rotate(-45deg);
    transform: rotate(
      -45deg);
  }

  .mobile_menu_wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #15263b;
    z-index: 97;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    overflow-y: auto;
  }
  .mobile-open .mobile_menu_wrapper {
    visibility: visible;
    opacity: 1;
  }
  .mobile_menu_wrapper > div {
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 2;
  }
  .custom-menu-mobile {
    margin-top: 167px;
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 56px !important; /* Button width */
    min-width: 56px !important;
    height: 57px !important; /* Button height */  
    display: flex !important;
    align-items: center;
    padding-bottom: 1px;
    padding-right: 1px;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger:after {
    content: ' ';
    width: 2.5rem;
    height: 2.5rem;
    background-image: url(https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/raw_assets/public/Pensford_November2021/images/chevron-right-light.svg) ;
    background-repeat: no-repeat;
    background-position: center center;
    transition: transform .3s;
    display: inline-block;
  }

  .child-trigger.child-open:after {
    -ms-transform: rotate(90deg);
    transform:  rotate(90deg);
    transition: transform .3s;
  }


  .mobile_menu_wrapper .custom-menu-mobile {
    z-index: 3;
  }
  .custom-menu-mobile .hs-menu-wrapper > ul {
    padding: 20px;
  }
  .custom-menu-mobile .hs-menu-wrapper ul li {
    line-height: 1.8;
    padding: 0 10px;
    font-weight: 200;
    position: relative;
    margin-bottom: 1rem;
  }
  .custom-menu-mobile .hs-menu-wrapper ul li a {
    display: block;
    color: #fff;
    font-size: 2rem;
    transition: padding .3s;
    text-decoration: none;
  }

  .custom-menu-mobile ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }
  .custom-menu-mobile .hs-menu-wrapper ul ul li {
    line-height: 1;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .custom-menu-mobile .hs-menu-wrapper ul ul li:first-child {
    margin-top: 12px;
  }
  .custom-menu-mobile .hs-menu-wrapper ul ul li:last-child {
    margin-bottom: 28px;
  }
  .custom-menu-mobile .hs-menu-wrapper ul ul li a {
    font-size: 1.25rem;
  }

  .custom-menu-mobile .hs-menu-wrapper ul ul ul li:last-child {
    margin-bottom: 0;
  }

  .custom-menu-mobile ul.hs-menu-children-wrapper .child-trigger {
    height: 36px !important;
    width: 40px !important;
    min-width: 40px !important;
  }
  .custom-menu-mobile ul.hs-menu-children-wrapper .child-trigger:after {
    width: 36px;
    height: 36px;
  }

  .mobile_menu_bottom_btns {
    padding-bottom: 40px;
  }
  .mobile_menu_bottom_btns_wrap {
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
    flex-wrap: wrap;
    position: relative;

  }
  .mobile_menu_bottom_btns_wrap > div {
    line-height: 1.8;
    padding: 0 30px 0 10px;
    font-weight: 200;
    position: relative;
  }
  .header_search_toggle img {
    width: 40px;
  }
  .mobile_menu_bottom_btns_wrap .header_search {
    max-width: 164.5px;
  }
  .header_search .search_box {
    left: 0;
    -ms-transform: translateX(0);
    transform: translateX(0);
    transform: translateX(0);
  }

  header.header .header_contact_btn a {
    margin: 0;
    font-size: 12px;
    margin-top: 6px;
    font-weight: 400;
    color: #fff;
  }

  .mobile_menu_wrapper img.menu-curve {
    vertical-align: middle;
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
  }
  body.mobile-open {
    overflow: hidden;
  }

}

@media(max-width: 767px){
  @media(max-height: 800px){
    .custom-menu-mobile {
      margin-top: 144px;
    }
  }
}


/* note */
footer.footer {
  position: relative;
  padding: 48px 24px;
  border-top: 1px solid #70767d;
  background-image: url(https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/raw_assets/public/Pensford_November2021/images/footer-bg.png) ;
  background-size: cover;
  background-position: center center;
}
.footer_about_mobile p {
  line-height: 1;
}
.footer__container {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
}

.footer_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.footer_col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

footer.footer h3 {
  margin-top: 0;
  letter-spacing: 1px;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 3rem ;
  cursor: default;

}

.footer_logo {
  margin-bottom: 48px;
}

.footer_logo img {
  max-width: 50%;
  vertical-align: middle;
}



.footer_menu ul {
  margin: 0;
  padding: 0;
  display: block;
}

.footer_menu .hs-menu-wrapper > ul  > li > a {
  margin-top: 0;
  letter-spacing: 1px;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 3rem;
  cursor: default;
  display: block;
}

.footer_menu ul ul li {
  display: block;
  margin-bottom: 2rem;
}

.footer_menu ul li a {
  text-decoration: none !important;
}

.footer_menu .hs-menu-wrapper > ul ul ul {
  margin-top: 32px;
  padding-left: 10px;
}

.footer_copyright {
  margin-left: 50px;
  margin-bottom: 1rem;
  margin-top: 1.5rem ;
  font-size: 12px;
  line-height: 24px;

}

footer.footer .footer_form_wrap h3 {
  margin-bottom: 18px;
  letter-spacing: normal;
}

.footer_form_wrap {
  margin-left: 50px;
}

.footer_form_wrap .hs-form-field {
  margin-top: 16px;
  margin-bottom: 32px;
  padding-right: 16px;

}

.footer_form_wrap .hs-form-field >  label {
  display: none;
}
.footer_form_wrap .hs-form-field .input {
  padding-top: 8px;
  margin: 0;
  width: 100%;
}

.footer_form_wrap form .hs-input {
  letter-spacing: normal;
  border-bottom: 1px solid #fff;
  width: 100% !important;
  color: #fff;
}

.footer_form_wrap form .hs-input:focus {
  border-color: #fff;
}

.footer_form_wrap .hs-email {
  width: 50%;
}

.footer_form_wrap .hs-message .input {
  padding: 0;
}


.footer_form_wrap form textarea {
  border-radius: 4px;
  border: 1px solid #fff;
  min-height: 160px;
  padding: 6px 8px;
  line-height: 1.5;
}

.footer_form_wrap .hs-fieldtype-booleancheckbox {
  margin-top: 6px;
}
.footer_form_wrap .hs-fieldtype-booleancheckbox .input {
  padding: 0;
}

.footer_form_wrap form .inputs-list>li {
  margin: 0;
  line-height: 1;
} 
.footer_form_wrap form .inputs-list>li label {
  margin: 0;
} 


.footer_form_wrap form input[type=checkbox] {
  display: none;
}
.footer_form_wrap form input[type=checkbox] + span {
  padding: 0;
  width: auto;
  line-height: 1.5;
  font-size: .875em;
  vertical-align: middle;
  white-space: normal;
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
}

.footer_form_wrap form input[type=checkbox] + span:before {
  -ms-flex-align: center;
  align-items: center;
  bottom: 0.3125rem;
  color: #fff;
  content: '\f0c8';
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: 'Font Awesome 5 Free';
  font-size: 1rem;
  font-weight: 400;
  height: 1.125rem;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0.3125rem;
  position: absolute;
  width: 1.125rem;
  font-size: 1.25rem;
  height: 0.875rem;
  left: 0.3125rem;
  width: 0.875rem;
}

.footer_form_wrap form input[type=checkbox]:checked + span {
  font-weight: 700;
}

.footer_form_wrap form input[type=checkbox]:checked + span:before {
  font-size: 1rem;
  font-weight: 600;
  padding: 0.25rem;
  content: '\f14a';
}

.footer_form_wrap .actions {
  padding: 16px 0 10px;
  margin:  0;
}

footer.footer .footer_form_wrap .hs-button {
  margin: 0;
  padding: 7px 24px;
  background-image: none;
  font-size: 16px;
  line-height: 24px;
  color: #d6d9dd !important;
  background-color: transparent !important;
  border-color: #d6d9dd !important;
}

footer.footer .footer_form_wrap .hs-button:hover {
  color: #212529 !important;
  background-color: #d6d9dd !important;
  border-color: #d6d9dd !important;
}

footer.footer .footer_form_wrap form .hs-input.invalid.error {
  border: 1px solid #e5cf71!important;
}

footer.footer .footer_form_wrap form .hs-error-msg {
  font-size: 13.008px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: normal;
  padding-top: 16px;
  color: #e5cf71;
}

.hs_error_rollup .hs-error-msgs label {
  letter-spacing: normal;
  color: #e5cf71;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  display: block;
  padding: 16px 0;
}

@media (min-width: 768px) {
  .footer_menu .hs-menu-wrapper > ul > li > ul {
    visibility: visible !important;
    display: block !important;
    overflow: visible !important;
  }
}

@media (min-width: 992px) {
  .footer_col_1 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .footer_col_2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .footer_col_3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer_about_mobile {
    display: none;
  }
}

@media (max-width: 991px) {

  .footer__container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer_about_desktop {
    display: none;
  }
  .footer_form_wrap {
    margin-left: 0;
  }
  .footer_copyright {
    margin-left: 0;
  }
  .footer_about_mobile {
    line-height: 1;
  }
  .footer_about_mobile p:first-child {
    line-height: 1.5;

  }
  .footer_about_mobile p:last-child {
    margin-bottom: 0;
    margin-top: 1.5rem;
  }
  .footer_logo {
    margin-bottom: 16px;
  }






}

@media (max-width: 767px) {
  .footer_logo {
    margin-bottom: 36px;
  }

  .footer_logo img {
    max-width: 100%;
  }
  footer.footer .footer_form_wrap h3 {
    margin-bottom: 18px;
    letter-spacing: normal;
    line-height: 1;
  }
  .footer_menu .hs-menu-wrapper > ul > li > a {
    font-size: 18px;
    line-height: 22px;
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 5px 9px;
    cursor: pointer;
    display: flex;
  }

  .footer_menu .hs-menu-wrapper > ul > li > a:after {
    content: url(https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/raw_assets/public/Pensford_November2021/images/chevron-right-light.svg) ;
    margin-left: auto;
    transition: transform .3s;
  }
  .footer_menu .hs-menu-wrapper > ul > li.child-open > a:after {
    -ms-transform: rotate(90deg);
    transform: rotate( 
      90deg);
    transition: transform .3s;
  }
  .footer_menu .hs-menu-wrapper > ul > li > ul {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  .footer_form_wrap form input[type=checkbox]+span:before {
    width: 1.125rem;
    height: 1.125rem;
    font-size: 1rem;
  }
} 

@media (max-width: 641px) {
  .footer_form_wrap .hs-form-field {
    padding: 0;
    margin-top: 0;
    width: 100% !important;
  }
  .footer_form_wrap .hs-form-field .input {
    padding-top: 0;
  }
  .footer_form_wrap form .hs-input {
    line-height: 2;
    min-height: 2rem;
  }

  .footer_form_wrap form textarea.hs-input {
    min-height: 120px;
    line-height: 1.5;

  }

  .footer_form_wrap .hs-fieldtype-booleancheckbox {
    margin-top: 6px !important;
  }

  footer.footer .footer_form_wrap .hs-button {
    width: 100%;
    line-height: 2;
    min-height: 2rem;
    margin-bottom: 16px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 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;
  }
}
.container-fluid.about-page-one .dnd-section>.row-fluid {
  padding: 0;
}
.about-page-body .content-wrapper {
  padding: 0;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;  
  margin-right: -15px;
  margin-left: -15px;
}
.about-left {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.about-sidebar {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.about-page-body {
  padding: 3rem 0;
}
.about-sidebar blockquote {
  border-left: 1px solid #d6d9dd;
  color: #d6d9dd;
  font-weight: 600;
  font-size: 2rem;
  padding-left: 1.5rem;
  line-height: 3.375rem;
  margin: 3rem 0;
}
.about-page-body .content-wrapper {
  padding: 0 15px;
}
.about-sidebar .dnd-section>.row-fluid {
  padding: 0;
}
.about-left h1 {
  font-size: 1.5rem;
  letter-spacing: .25rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.container-fluid.about-page-one {
  padding-right: 3rem;
}
.container-fluid.about-page-one hr {
  height: 0;
  margin-top: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
  margin-bottom: 1rem;
  background: transparent;
}

.about-left p:last-child {
  margin-bottom: 1.5rem;
}
.about-page-wrapper .hs-button:after,
.services-inner-page-wrapper .hs-button:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 2rem;
  transition: opacity .3s ease-in-out;
}
.about-page-three .hs-button {
  margin: 0;
}
.services-inner-page-wrapper .hs-button {
  margin-bottom: 1.5rem;
}
.container-fluid.banner-section .dnd-section>.row-fluid {
  padding: 0;
}
.about-page-wrapper .hs-button,
.services-inner-page-wrapper .hs-button{
  position: relative;
  border-radius: 2rem;
  letter-spacing: .1rem;
  padding: 0.8rem 2.625rem;
  display: inline-block;
  box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
  transition: all .2s ease-out;
  z-index: 90;
  border: 1px solid transparent;
  background-image: linear-gradient(-140deg,#EEE193 0,#E5CF71 100%);
  margin-top: 1.5rem;
  font-weight: 400;
  text-align: center;
  white-space: normal;
  vertical-align: middle;
  user-select: none;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  text-decoration: none;
  background-color: #e5cf71;
}
.about-page-wrapper .hs-button:hover:after,
.services-inner-page-wrapper .hs-button:hover:after{
  opacity: 0;
  box-shadow: none;
}
.about-page-wrapper .hs-button:hover,
.services-inner-page-wrapper .hs-button:hover{
  border-radius: 4px;
}
.about-left ul li {
  margin-bottom: 1rem;
}
.container-fluid.about-page-three .span6 h2 {
  margin: 3rem 0;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: .25rem;
  font-weight: 500;
  line-height: 1.2;
} 
.container-fluid.about-page-three .span6 p {
  line-height: 1.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
  color: rgb(33, 37, 41);
}
.container-fluid.about-page-three .span6 p:last-child {
  margin-bottom: 3rem;
}
.contact-page-one .dnd-section .dnd-column {
  padding: 0;
}
.contact-page-wrapper .banner-image {
  margin-bottom: 2rem;
}
.contact-page-one h1 {
  font-size: 1.5rem;
  letter-spacing: .25rem;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
.contact-page-body .content-wrapper {
  padding-top: 0;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.contact-page-body .contact-left {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.contact-page-body .contact-sidebar {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.contact-page-body .contact-left .hs_cos_wrapper_type_form {
  padding: 1.5rem 0;
  margin: 0;
}
.contact-page-wrapper .overlay {
  display: none;
}
.contact-page-body .contact-left form {
  padding: 1.25rem;
}
.contact-page-body .contact-left form .hs-richtext p {
  color: #6c757d;
  font-family: Kanit,Helvetica,Arial,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.contact-page-body .contact-left form fieldset .hs-form-field>label>span,
.services-inner-page-three form fieldset .hs-form-field>label>span{
  display: none;
}
.contact-page-body .contact-left form .hs-form-field,
.services-inner-page-three form .hs-form-field{
  margin: 15px 0 0;
  padding: 0 8px;
  line-height: 1;
}
.contact-page-body .contact-left form textarea,
.services-inner-page-three form textarea{
  font-weight: 500;
  padding: 5px 4px;
  width: 100%!important;
  height: 150px;
  border: 1px solid rgba(112,118,125,.5);
  border-radius: 0;
  color: #70767D;
}
.contact-page-body .contact-left form fieldset.form-columns-1 ul.inputs-list,
.services-inner-page-three form fieldset.form-columns-1 ul.inputs-list,
.services-inner-page-three .hs_interest_rate_risk_management ul.inputs-list{
  margin-bottom: 1rem;
}
.contact-page-body .contact-left form fieldset.form-columns-1 ul.inputs-list li,
.services-inner-page-three form fieldset.form-columns-1 ul.inputs-list li,
.services-inner-page-three .hs_interest_rate_risk_management ul.inputs-list li {
  margin: 0 0 15px;
  line-height: 1.5rem;
}
.contact-page-body .contact-left form fieldset.form-columns-1 ul.inputs-list li label,
.services-inner-page-three form fieldset.form-columns-1 ul.inputs-list li label,
.services-inner-page-three .hs_interest_rate_risk_management ul.inputs-list li label {
  margin: 0;
  position: relative;
}
.contact-page-body .contact-left form fieldset.form-columns-1 ul.inputs-list li label input,
.services-inner-page-three form fieldset.form-columns-1 ul.inputs-list li label input,
.services-inner-page-three .hs_interest_rate_risk_management ul.inputs-list li label input{
  padding: 0;
  margin-right: 15px;
  border: 1px solid #979797;
  border-radius: 1px;
  width: 15px !important;
  height: 15px !important;
  position: relative;
  color: #70767D;
  font-size: 16px;
  line-height: inherit;
  -webkit-appearance: none;
  min-width: 15px;
}
.contact-page-body .contact-left form fieldset.form-columns-1 ul.inputs-list li label span,
.services-inner-page-three form fieldset.form-columns-1 ul.inputs-list li label span,
.services-inner-page-three .hs_interest_rate_risk_management ul.inputs-list li label span{
  color: #70767D;
  font-weight: 500;
}
.contact-page-body .contact-left form fieldset.form-columns-1 ul.inputs-list li label input:checked:after,
.services-inner-page-three form fieldset.form-columns-1 ul.inputs-list li label input:checked:after,
.services-inner-page-three .hs_interest_rate_risk_management ul.inputs-list li label input:checked:after{
  transition: .3s;
  content: url(https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/raw_assets/public/Pensford_November2021/images/checkbox-checked.svg);
  position: absolute;
  bottom: 0;
  left: 1px;
}
.contact-page-body .contact-left form .hs-button,
.services-inner-page-three form .hs-button{
  margin: 32px 0 15px;
  position: relative;
  border-radius: 2rem;
  letter-spacing: .1rem;
  padding: 0.8rem 2.625rem;
  display: inline-block;
  transition: all .2s ease-out;
  z-index: 90;
  background-image: linear-gradient(-140deg,#EEE193 0,#E5CF71 100%);
  border: 1px solid transparent;
  box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
}
.services-inner-page-three form .hs-button {
  padding: 0.8rem 2.625rem;
  font-family: inherit;
  font-size: inherit;
  line-height: 16px;
}
.services-inner-page-three form .hs-form-field .hs-input::-webkit-input-placeholder {
  font-weight: 100;
}
.services-inner-page-three form .hs-form-field .hs-input {
  font-weight: 100;
}
.services-inner-page-three form fieldset.form-columns-1 ul.inputs-list li label span {
  font-weight: 100;
}
.services-inner-page-three .hs_interest_rate_risk_management ul.inputs-list li label span {
  font-weight: 100;
}
.services-inner-page-three form .hs_interest_rate_risk_management {
  margin: 30px 0 0 !important;
}
.services-inner-page-three form .hs_interest_rate_risk_management>label>span {
  display: block !important;
}
.services-inner-page-three form .hs_interest_rate_risk_management>label {
  margin-bottom: 18px;
  color: #70767D;
  font-weight: 100;
}
.contact-page-body .contact-left form ul.no-list.hs-error-msgs.inputs-list li,
.services-inner-page-three form ul.no-list.hs-error-msgs.inputs-list li{
  margin: 5px 0 0;
}
.services-inner-page-one {
  margin: -40px 0 40px 0px;
}
.services-inner-page-one .dnd-section>.row-fluid {
  padding: 0;
}
.services-inner-page-three .hs_cos_wrapper_type_form {
  margin: 0;
  width: 100%;
  max-width: 82.93333%;
  padding: 30px;  
  box-shadow: 0 1px 2rem rgb(0 0 0 / 10%);
  border: 0;
  margin-left: 8.53333%;
}
.services-inner-page-three .hs_cos_wrapper_type_form h4 {
  padding-bottom: 1rem;
  font-size: 18px;
  color: #70767D;
  margin: 0;
  padding-top: 2rem;
  padding-left: 8px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.services-inner-page-three .hs_interest_rate_risk_management ul.inputs-list li {
  margin: 0 0 15px;
}
.services-inner-page-three .hs-richtext {
  margin: 0;
}
.services-wrapper .services-content h5 {
  font-size: 1.25rem;
}
.services-wrapper .services-content h4 {
  font-size: 1.5rem;
}
.services-page-wrapper .banner-image {
  margin: 0 0 2rem;
}
.services-page-wrapper .overlay {
  display: none;
}
.services-page-one .dnd-section>.row-fluid {
  padding: 0;
}
.services-page-two .dnd-section>.row-fluid {
  padding: 0;
}
.services-page-three h1 {
  font-size: 1.5rem;
  letter-spacing: .25rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.services-page-three .dnd-section>.row-fluid>.span12 {
  max-width: 66.66667%;
  padding-right: 10px !important;
}
.services-page-three p {
  margin: 0;
}
.services-page-four .span3 h3 {
  color: #15263b;
  margin-bottom: 1rem;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 1px;
}
.services-page-four .span8 {
  width: 66.66667% !important;
  padding: 0 15px !important;
}
.services-page-four .span4 {
  width: 33.33333% !important;
  margin: 0 !important;
  padding: 0 15px !important;
}
.services-page-four .dnd-section>.row-fluid {
  padding: 0 !important;
}
.services-page-four .span:nth-child(2n) {
  padding: 0 0px 0 15px !important;
}
.services-page-four .span3 {
  margin: 0 !important;
  padding-right: 14px !important;
  width: 50% !important;
}
.services-page-four .span8>.dnd-row>.row-fluid {
  flex-wrap: wrap;
}
.services-page-four .span3:nth-child(2n) {
  padding-left: 15px !important;
  padding-right: 0 !important;
}
.services-page-four .span3:nth-child(3),
.services-page-four .span3:nth-child(4) {
  margin-top: 20px !important;
}
.services-page-five .col-inner {
  padding-bottom: 0 !important;
}
.services-page-five .dnd-section>.row-fluid {
  padding: 0;
}
.body-wrapper {
  position: relative;
}
.authorization-page-one .hs_cos_wrapper_type_form {
  border-radius: 3px;
  box-shadow: 0 4px 4px rgb(87 100 126 / 21%);
  background-color: #fff;
  max-width: 752px;
  border: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 72px auto;
  width: 100%;
  padding: 0;
}
.authorization-page-one form p img {
  width: 116.3px;
  vertical-align: middle;
}
.authorization-page-one form {
  margin: 0;
  padding: 0 38px;
}
.authorization-page-one form p {
  margin: 0;
}
.authorization-page-one form fieldset {
  margin-top: 28px;
  margin-bottom: 12px;
  padding: 12px 14px;
}
.authorization-page-one form h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.45;
  color: #2c3345;
  font-family: Inter, sans-serif;
}
.authorization-page-one form fieldset:nth-child(2) {
  padding: 0px;
  margin: 0;
}
.authorization-page-one form fieldset:nth-child(2)>div {
  margin: 0 -38px;
  padding: 2.5em 52px;
  border-bottom: 1px solid;
  border-color: #d7d8e1;
}
.authorization-page-one form fieldset:first-child>div {
  margin: 0;
}
.authorization-page-one form fieldset:first-child {
  margin-bottom: 15px;
}
.authorization-page-one form fieldset .hs-form-field>label {
  width: 100%;
  margin-left: 2px;
  margin-bottom: 14px;
  line-height: 1.5rem;
  color: #2c3345;
  font-size: 16px;
  font-weight: 500;
  font-family: Inter,sans-serif;
}
.authorization-page-one form fieldset .hs-input {
  min-width: 100%;
  max-width: 100%;
  background-color: #fff;
  color: #2c3345;
  height: 2.5em;
  font-size: 1em;
  border-radius: 4px;
  border: 1px solid;
  display: block;
  padding: 0 0.625em;
  font-family: Inter, sans-serif;
  border-color: #b8bdc9;
}
.authorization-page-one form fieldset .hs-form-field {
  margin: 0;
}
.authorization-page-one form fieldset .hs_legal_entity_name {
  width: 100%;
}
.authorization-page-one form fieldset .hs_legal_entity_name .input {
  width: calc(50% - 14px);
}
.authorization-page-one form fieldset .hs_legal_entity_name .hs-input {
  width: 310px !important;
}
.authorization-page-one form fieldset .input {
  margin: 0 !important;
}
.authorization-page-one form fieldset .hs-input:hover {
  border-color: rgba(46,105,255,.5);
  box-shadow: 0 0 0 2px rgb(46 105 255 / 25%);
}
.authorization-page-one form .form-columns-2 {
  display: -ms-flexbox;
  display: flex;
}
.authorization-page-one form .form-columns-2 .hs_state {
  margin-left: 24px;
}
.authorization-page-one form fieldset:nth-child(8) p {
  line-height: 1.5rem;
  margin-bottom: 1rem;
  font-size: 15px;
  color: #2c3345;
  font-family: Inter,sans-serif;
}
.authorization-page-one form fieldset:nth-child(9),
.authorization-page-one form fieldset:nth-child(10),
.authorization-page-one form fieldset:nth-child(12) {
  margin-top: 12px;
}
.authorization-page-one form fieldset:nth-child(11) {
  display: none;
}
.authorization-page-one form fieldset:nth-child(13) p {
  line-height: 1.5rem;
  font-size: 15px;
  font-family: Inter, sans-serif;
  margin-bottom: 0;
}
.authorization-page-one form .hs_submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 0 -38px 10px;
  padding: 30px 52px;
  border-top: 1px solid;
  border-color: #e5e7f2;
}
.authorization-page-one form .hs-error-msg,
.authorization-page-one form label.hs-main-font-element{
  color: #fff;
  background-color: #f23a3c;
  background-image: url(https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/raw_assets/public/Pensford_November2021/images/download.svg);
  font-size: .75em;
  margin-top: 8px;
  border-radius: 4px;
  background-size: 0.875em;
  background-position: 0.375em;
  background-repeat: no-repeat;
  display: inline-block;
  width: auto;
  padding: 0.25em 0.5em 0.25em 1.625em;
  line-height: 1.5rem;
}
.authorization-page-one form .hs-input.invalid.error {
  border-color: #f23a3c;
}
.authorization-page-one form .hs_error_rollup {
  padding: 0 15px;
}
.authorization-page-one form .hs-input.invalid.error:hover {
  border-color: #fe8e92;
  box-shadow: 0 0 0 2px #ffa5a5;
}
.authorization-page-one form .hs_submit input.hs-button.primary.large {
  margin: 0;
  background-color: #18bd5b;
  color: #fff;
  margin-left: 10px;
  width: auto;
  min-width: 180px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 3em;
  font-size: 1em;
  border-radius: 4px;
  border: 1px solid;
  cursor: pointer;
  border-color: #18bd5b;
  font-family: Inter, sans-serif;
  letter-spacing: 0;
  font-weight: 500;
}
.hs_submit input.hs-button.primary.large:hover {
  background-color: #16aa52;
}
.authorization-page-one form fieldset:nth-child(13) .hs-richtext {
  margin: 0 0 15px;
}
.authorization-spacer {
  height: 250px;
  width: 100%;
  top: 0;
  background: #fff;
  position: absolute;
}
.authorization-page-one form fieldset:nth-child(9) .input,
.authorization-page-one form fieldset:nth-child(10) .input,
.authorization-page-one form fieldset:nth-child(12) .input {
  width: calc(50% - 14px);
}
.website-page blockquote {
  border: 0 !important;
  margin: 0;
  padding: 0;
  font-family: Kanit,Helvetica,Arial,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #212529;
  text-align: left;
  line-height: 1;
}
.website-page blockquote ol li {
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
.website-page blockquote h2 {
  font-size: 1.5rem;
  letter-spacing: .25rem;
}
.website-page blockquote ul li {
  margin-bottom: 1rem;
  line-height: 1.5rem;
}
.website-page blockquote h3 {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.website-page blockquote img {
  display: block;
  margin: 5px auto;
  max-width: 100%;
  height: auto;
}
.home-page-one h2 {
  text-transform: uppercase;
  margin: 3rem 0;
  font-size: 1.5rem;
  letter-spacing: .25rem;
}
.home-page-one .span4 {
  margin: 0;
  width: 33.33333%;
}
.container, .container-fluid{
  padding: 0 !important;
}
.home-page-two .dnd-section>.row-fluid {
  padding: 0 !important;
}
.home-page-seven .dnd-section>.row-fluid {
  padding: 0;
}
.home-page-three .dnd-section>.row-fluid {
  padding: 0;
}
.home-page-four .dnd-section>.row-fluid {
  padding: 0;
}
.home-page-five h2 {
  padding: 3rem 0;
  margin-bottom: 3rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: .25rem;
  font-weight: 500;
  line-height: 1.2;
}
.home-page-five .hs-menu-wrapper {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
.home-page-five .hs-menu-wrapper ul {
  margin-bottom: 1rem;
  display: block !important;
}
.home-page-five .hs-menu-wrapper ul li {
  margin: 0;
  display: inline;
}
.home-page-five .hs-menu-wrapper ul li a {
  color: #d6d9dd;
  text-decoration: none;
  transition: all .3s;
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: 600;
}
.home-page-five .hs-menu-wrapper ul li a:hover {
  color: #15263b;
  text-decoration: none;
}
.home-page-five .dnd-section>.row-fluid>.span12 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.home-page-six .dnd-section>.row-fluid {
  padding: 0;
}
.home-page-seven .custom-contact-us-wrapper .text-wrap {
  color: #212529;
}
.sofr-page-wrapper .banner-section .dnd-section .dnd-column {
  padding: 0;
}
.sofr-page-one .dnd-section>.row-fluid {
  padding: 0;
}
.sofr-page-one .service-desktop-menu {
  padding: 0.5rem 0.25rem;
  background-color: #F7F7F7;
}
.sofr-page-one .service-desktop-menu ul li a {
  font-size: 1rem;
  letter-spacing: .1rem;
  color: #6c757d;
}
.sofr-page-one .service-desktop-menu ul {
  position: sticky;
  left: auto;
  width: auto;
  box-shadow: none;
  display: -ms-flexbox;
  display: flex;
  transition: all .3s;
  border-radius: 0.25rem;
  margin-bottom: 0.25rem !important;
  margin-top: 0.25rem !important;
  padding: 0 1rem !important;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.service-menu-wrapper .service-desktop-menu .hs-menu-wrapper>ul>li:hover {
  background: #f3f4f5;
}
.container-fluid.sofr-page-one {
  position: sticky;
  top: 0;
  display: block;
  z-index: 300;
}
.sofr-page-six .dnd-column>.dnd-row:nth-child(2) .hs_cos_wrapper {
  box-shadow: 0 1px 2rem rgb(0 0 0 / 10%);
  background-color: #FFF;
  border-radius: 0.25rem;
}
.sofr-page-wrapper .service-menu-wrapper .service-desktop-menu .hs-menu-wrapper>ul>li.active-branch:after, 
.service-menu-wrapper .sofr-page-wrapper .service-desktop-menu .hs-menu-wrapper>ul>li.active:after {
  display: none;
}
.sofr-page-one .spacer {
  display: none;
}
.sofr-page-flex {
  display: flex;
  flex-direction: column-reverse;
}
.sofr-page-two .dnd-section>.row-fluid {
  padding: 0;
}
.sofr-page-three .dnd-section>.row-fluid {
  padding: 0;
}
.sofr-page-four .dnd-section>.row-fluid {
  padding: 0;
}
.sofr-page-five .dnd-section>.row-fluid {
  padding: 0;
}
.sofr-page-six h2 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .25rem;
  margin-bottom: 2rem;
}
.sofr-page-six a {
  text-decoration: none;
}
.sofr-page-six a h3 {
  color: #15263B;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.sofr-page-six a p {
  color: #707070;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

.authorization-page-one form fieldset .hs-input {
  font-weight: 400;
}
.authorization-page-one form .hs_submit input.hs-button.primary.large:hover {
  background-color: #16aa52;
}
.services-inner-page-three form .hs-form-field textarea:focus {
  outline: auto;
}
.sofr-page-six hr {
  box-sizing: content-box;
  height: 0;
  margin-top: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
  margin-bottom: 1rem;
  background: transparent;
}
.sofr-page-seven .dnd-section>.row-fluid {
  padding: 0;
}
.container-fluid.sofr-page-two * {
  min-height: unset;
}

@media(max-width: 991px){
  .sofr-page-one .service-desktop-menu {
    display: block;
  }
  .sofr-page-one .mobile-toggle-menu {
    display: none;
  }
  .home-page-wrapper .custom-contact-us-wrapper .col {
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    max-width: 100%;
  }
  .service-menu-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -30px;
    background: #f3f4f5;
    width: 100%;
    height: 103px;
  }
  .about-page-wrapper .about-page-three .hs-button {
    margin-bottom: 3rem !important;
  }
  .home-page-five .dnd-section>.row-fluid>.span12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-page-five h2 {
    padding: 0;
  }
  .home-page-five .hs-menu-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .home-page-five .hs-menu-wrapper ul li {
    display: block;
    font-size: 1.875rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    line-height: 1.2;
  }
  .home-page-five .hs-menu-wrapper ul li {
    display: block;
  }
  .home-page-five .hs-menu-wrapper ul li a {
    font-size: 1.875rem;
    font-weight: 600;
    transition: all .3s;
    color: #15263b;
  }
  .authorization-spacer {
    height: 200px;
  }
  .services-page-one .mobile-toggle-menu {
    padding-top: 8px;
  }
  .home-page-one .span4 {
    margin: 0;
    width: 100%;
  }
  .home-page-one .dnd-section>.row-fluid {
    display: block !important;
  }
  .services-page-three .dnd-section>.row-fluid>.span12 {
    max-width: 100%;
    padding-right: 0 !important;
  }
  .service-menu-wrapper:after {
    display: none;
  }
  .services-page-four .span8>.dnd-row>.row-fluid {
    display: block !important;
  }
  .services-page-four .span3 {
    margin: 0 !important;
    padding-right: 0!important;
    width: 100% !important;
  }
  .services-page-four .dnd-section>.row-fluid {
    padding: 0 !important;
    display: block !important;
  }
  .services-page-four .span8 {
    width: 100% !important;
    padding: 0 15px !important;
  }
  .services-page-four .span3:nth-child(2n) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .services-page-three .dnd-section {
    padding: 0 !important;
    background: transparent !important;
  }
  .services-page-two {
    display: none;
  }
  .services-inner-page-three .hs_interest_rate_risk_management ul.inputs-list li label input+span:before {
    top: 50%;
    transform: translateY(-50%);
  }
  .services-page-one .dnd-section {
    padding: 0 !important;
    background: transparent !important;
  }
  .services-inner-page-three .hs_interest_rate_risk_management ul.inputs-list li label input:checked+span:after {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .services-inner-page-three .hs_interest_rate_risk_management ul.inputs-list li label {
    display: flex;
    line-height: 1.6;
    align-items: center;
  }
  .services-inner-page-one .dnd-section {
    background: transparent !important;
  }
  .about-left {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .services-inner-page-one .dnd-section {
    padding: 0 !important;
  }
  .services-inner-page-one {
    margin: 0;
  }
  .about-sidebar {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .container-fluid.about-page-one {
    padding-right: 0;
  }
  .about-page-three .span6 {
    width: 100% !important;
  }
  .about-page-three .dnd-section>.row-fluid {
    display: block !important;
  }
  .container-fluid.about-page-three .span6 h2 {
    margin-top: 0;
  }
  .container-fluid.about-page-three .span6 {
    padding: 0 !important;
    margin: 0 !important;
  }
  .container-fluid.about-page-three .span6 .hs-button {
    margin-bottom: 3rem;
  }
  .contact-page-body .contact-left {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-page-body .contact-sidebar {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-page-body .contact-sidebar {
    margin-top: 2.5rem;
  }
  .contact-page-body .contact-left form .hs-form-field {
    margin: 15px 0 0;
    padding: 0;
    line-height: 1;
  }
  .contact-page-body .contact-left form .hs-button {
    margin: 17px 0 30px;
  }
  .services-inner-page-three form .hs_interest_rate_risk_management{
    padding: 0 5px !important;
  }
  .services-inner-page-three .hs_interest_rate_risk_management ul.inputs-list li {
    margin: 0 0 14px;
  }
  .services-page-four .span4 {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 15px !important;
  }
  .sofr-page-wrapper .service-menu-wrapper .mobile-toggle-menu {
    display: none;
  }
  .sofr-page-wrapper .service-menu-wrapper .service-desktop-menu {
    display: block;
  }
}

@media(max-width: 767px){
  .sofr-page-six a h3 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
    margin-bottom: 0;
  }
  .sofr-page-six .dnd-section>.row-fluid {
    padding: 0;
  }
  .sofr-page-one .mobile-toggle-menu-flex {
    padding: 0 !important;
  }
  .sofr-page-one .mobile-toggle-menu-inner {
    margin: 0 !important;
    display: block !important;
  }
  .sofr-page-wrapper .service-menu-wrapper .mobile-toggle-menu {
    display: block !important;
    padding: 0;
  }
  .sofr-page-wrapper .service-menu-wrapper .service-desktop-menu {
    display: none !important;
  }
  .authorization-page-one form .hs_submit{
    margin: 0 0 10px;
  }
  .contact-page-body .contact-left form fieldset.form-columns-1 ul.inputs-list li label,
  .services-inner-page-three form fieldset.form-columns-1 ul.inputs-list li label,
  .services-inner-page-three .hs_interest_rate_risk_management ul.inputs-list li label {
    display: flex;
    line-height: 1.5;
  }
  .about-page-wrapper .hs-button:hover, 
  .services-inner-page-wrapper .hs-button:hover {
    border-radius: 30px;
    color: #212529;
    background-color: #dfc451;
    border-color: #ddc046;
  }
  .contact-page-body .contact-left form fieldset.form-columns-1 ul.inputs-list li label input:checked:after,
  .services-inner-page-three form fieldset.form-columns-1 ul.inputs-list li label input:checked:after, 
  .services-inner-page-three .hs_interest_rate_risk_management ul.inputs-list li label input:checked:after{
    bottom: -4px;
  }
  .contact-page-body .contact-left form fieldset.form-columns-1 ul.inputs-list li label input, 
  .services-inner-page-three form fieldset.form-columns-1 ul.inputs-list li label input, 
  .services-inner-page-three .hs_interest_rate_risk_management ul.inputs-list li label input{
    position: relative;
    top: 5px; 
  }
  .sofr-page-one .service-desktop-menu {
    display: none;
  }
  .sofr-page-one .mobile-toggle-menu {
    display: block;
    padding: 0;
  }
  .sofr-page-one .mobile-toggle-menu-inner {
    margin: 0;
    display: block;
  }
  .sofr-page-one .mobile-toggle-menu-flex {
    padding: 0;
  }
  .sofr-page-one .mobile-toggle-menu-flex-inner {
    width: 100%;
    margin-bottom: 0 !important;
    margin-left: auto;
  }
  .sofr-page-one .selectric {
    padding: 1.5rem 3rem !important;
    background: #f7f7f7 !important;
  }
  .sofr-page-one .selectric b.button {
    display: none !important;
  }
  .sofr-page-one .selectric .label {
    cursor: pointer;
    font-size: 22px !important;
    color: #15263b !important;
    position: relative;
    display: block !important;
    letter-spacing: 0;
    line-height: 1 !IMPORTANT;
    margin: 0 !important;
    height: auto !important;
  }
  .sofr-page-one .searvice-mobile-auto .hs-menu-wrapper>ul {
    width: 100%;
    border: none;
    box-shadow: 0 1px 2rem rgb(0 0 0 / 10%);
    display: block;
    transition: all .3s;
    border-radius: 0.25rem;
    padding: 0 1rem;
  }
  .sofr-page-one .selectric .label:after {
    content: '';
    background: url(https://19621209.fs1.hubspotusercontent-na1.net/hubfs/19621209/raw_assets/public/Pensford_November2021/images/chevron-right.svg) no-repeat;
    height: 14px;
    width: 9px;
    display: block;
    background-size: cover;
    right: 0;
    position: absolute;
    top: 6px;
    transition: transform .2s;
  }
  .sofr-page-one .searvice-mobile-auto .hs-menu-wrapper>ul li {
    display: block;
    background: #F7F7F7;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    margin-bottom: 0;
    position: relative;
    padding: 0.5rem 1rem;
  }
  .service-menu-open .sofr-page-one .searvice-mobile-nav {
    z-index: 0;
    top: 59px;
    background: #fff;
    height: auto;
  }
  .sofr-page-one .searvice-mobile-auto .hs-menu-wrapper>ul li a {
    font-size: 1rem;
    letter-spacing: .1rem;
    color: #6c757d;
    padding: 0;
    line-height: 1.5rem;
    display: inline-block;
  }
  .authorization-spacer {
    height: 120px;
  }
  .authorization-page-one .dnd-section {
    margin-top: 0 !important;
  }
  .website-page blockquote h3 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
    margin-bottom: 0;
  }
  .services-inner-page-three .dnd-section {
    padding: 0 !important;
  }
  .services-page-four .span3 h3 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
  }
  .services-inner-page-three .dnd-section {
    padding: 1rem 0.5rem!important;
  }
  .services-inner-page-three form .hs-form-field {
    padding: 0;
  }
  .services-inner-page-three .hs_cos_wrapper_type_form fieldset {
    max-width: 500px !important;
  }
  .services-inner-page-three .hs_cos_wrapper_type_form {
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: unset;
  }
  .services-inner-page-three form .hs-button {
    margin: 15px 0 30px;
  }
  .authorization-page-one .hs_cos_wrapper_type_form {
    margin: 37px auto;
  }
  .authorization-page-one form {
    margin: 0;
    padding: 0 14px;
  }
  .authorization-page-one form fieldset:nth-child(2)>div {
    margin: 0 -14px;
    padding: 28px;
  }
  .authorization-page-one form fieldset:first-child {
    margin-bottom: 12px;
  }
  .authorization-page-one form h1 {
    margin: 0;
  }
}

@media(max-width: 575px){
  .container-fluid.about-page-three .dnd-section>.row-fluid {
    padding: 0 15px;
  }
}


@media(max-width: 480px){
  .authorization-page-one form {
    margin: 0;
    padding: 0;
  }
  .authorization-page-one form fieldset .hs_legal_entity_name .hs-input {
    width: 100% !important;
  }
  .authorization-page-one form fieldset .hs_legal_entity_name .input {
    width: 100%;
  }
  .authorization-page-one form .form-columns-2 .hs_state {
    margin-left: 8px;
  }
  .authorization-page-one form fieldset:nth-child(9) .input,
  .authorization-page-one form fieldset:nth-child(10) .input,
  .authorization-page-one form fieldset:nth-child(12) .input {
    width: 100%;
  }
  .authorization-page-one form .hs_submit {
    padding: 30px 14px;
  }
  .authorization-page-one form .hs_submit input.hs-button.primary.large {
    width: 100%;
    margin: 0;
    display: block;
  }
  .authorization-page-one form .hs_submit .actions {
    width: 100%;
  }
}