*, *: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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control the layout of elements
and how they stack. This is based off of the bootstrap system.
*********************************************************************************
****************************************************************************** */

/* 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%;
  margin-left: 5.5%;
  *margin-left: 5.5%;
  -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.205%;
  *width: 91.205%
}

.row-fluid .span10 {
  width: 82.42%;
  *width: 82.42%
}

.row-fluid .span9 {
  width: 73.625%;
  *width: 74.625%
}

.row-fluid .span8 {
  width: 64.833%;
  *width: 64.833%
}

.row-fluid .span7 {
  width: 57.8%;
  *width: 57.8%%
}

.row-fluid .span6 {
  width: 47.25%;
  *width: 47.25%
}

.row-fluid .span5 {
  width: 36.7%;
  *width: 36.7%
}

.row-fluid .span4 {
  width: 29.6667%;
  *width: 29.6667%
}

.row-fluid .span3 {
  width: 20.875%;
  *width: 20.875%
}

.row-fluid .span2 {
  width: 12.08%;
  *width: 12.08%
}

.row-fluid .span1 {
  width: 3.295%;
  *width: 3.295%
}

.container-fluid {
  *zoom:1}

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

.container-fluid:after {
  clear: both
}

@media(max-width: 980px) {
  .row-fluid {
    width:100%
  }
  .dnd-section>.row-fluid{
  flex-wrap:wrap;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0
  }
}

@media(min-width: 981px) 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%;
    margin-left: 5.5%;
    *margin-left: 5.5%;
    -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.205%;
    *width: 91.205%
  }

  .row-fluid .span10 {
    width: 82.42%;
    *width: 82.42%
  }

  .row-fluid .span9 {
    width: 73.625%;
    *width: 74.625%
  }

  .row-fluid .span8 {
    width: 64.833%;
    *width: 64.833%
  }

  .row-fluid .span7 {
    width: 57.8%;
    *width: 57.8%
  }

  .row-fluid .span6 {
    width: 47.25%;
    *width: 47.25%
  }

  .row-fluid .span5 {
    width: 36.7%;
    *width: 36.7%
  }

  .row-fluid .span4 {
    width: 29.6667%;
    *width: 29.6667%
  }

  .row-fluid .span3 {
    width: 20.875%;
    *width: 20.875%
  }

  .row-fluid .span2 {
    width: 12.08%;
    *width: 12.08%
  }

  .row-fluid .span1 {
    width: 3.295%;
    *width: 3.295%
  }
}

@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%;
    margin-left: 5.5%;
    *margin-left: 5.5%;
    -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.94680850063828%
  }

  .row-fluid .span11 {
    width: 91.205%;
    *width: 91.205%
  }

  .row-fluid .span10 {
    width: 82.42%;
    *width: 82.42%
  }

  .row-fluid .span9 {
    width: 73.625%;
    *width: 74.625%
  }

  .row-fluid .span8 {
    width: 64.833%;
    *width: 64.833%
  }

  .row-fluid .span7 {
    width: 57.8%;
    *width: 57.8%
  }

  .row-fluid .span6 {
    width: 47.25%;
    *width: 47.25%
  }

  .row-fluid .span5 {
    width: 36.7%;
    *width: 36.7%
  }

  .row-fluid .span4 {
    width: 29.6667%;
    *width: 29.6667%
  }

  .row-fluid .span3 {
    width: 20.875%;
    *width: 20.875%
  }

  .row-fluid .span2 {
    width: 12.08%;
    *width: 12.08%
  }

  .row-fluid .span1 {
    width: 3.295%;
    *width: 3.295%
  }
}

.clearfix {
  *zoom:1}

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

.clearfix:after {
  clear: both
}

.hide {
  display: none
}

.show {
  display: block
}

.invisible {
  visibility: hidden
}

.hidden {
  display: none;
  visibility: hidden
}

.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 > .row-fluid {
  margin: 0 auto;
}

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

@media (min-width: 981px){
  .content-wrapper,
  .dnd-section > .row-fluid {
    padding: 2% 0;
  }
}
@media only screen and (min-width: 1350px){
  .content-wrapper,
  .dnd-section > .row-fluid {
    padding: 27px 0;
  }
}
@media (max-width: 980px){
  .content-wrapper,
  .dnd-section > .row-fluid {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: ETmodules; 
  src:url(//9219737.fs1.hubspotusercontent-na1.net/hubfs/9219737/raw_assets/public/EBC_HR_June2022/fonts/modules.ttf) format("truetype"),
    url(//9219737.fs1.hubspotusercontent-na1.net/hubfs/9219737/raw_assets/public/EBC_HR_June2022/fonts/modules.ttf) format("woff2"),
    url(//9219737.fs1.hubspotusercontent-na1.net/hubfs/9219737/raw_assets/public/EBC_HR_June2022/fonts/modules.woff) format("woff"); 
  font-style: normal; 
  font-weight: 400;
  font-display: block;
}

body {
  line-height: 2em;
  word-break: break-word;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 767px){
  body {
    line-height: normal;
  }
}

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

img{
    max-width: 100%;
    height: auto;
  vertical-align:middle;
}

/* Paragraphs */

p {
  margin: 0 0 1em;
}
p:not(.has-background):last-of-type {
    margin-bottom: 0;
}
/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0 0 10px;
  line-height: normal;
      word-break: inherit;
}

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

/* Labels */

form .hs-form-field>label {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  padding: 0;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}
form .hs-form-required {
  color: #c02b0a;
  display: inline-block;
  font-size: 13.008px;
  padding-left: 3px;
}
/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  color: #4e4e4e;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #bbb;
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 8px;
  width: 100%!important;
  max-width: 100%;
  line-height: normal;
  outline:none;
  width:100%;
}
form textarea {
  height: 192px;
  margin-top: 12px;
}

input::placeholder {
  color: rgb(117, 117, 117);
}

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

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
form .inputs-list>li>label{
  margin:0;
  font-size: 16px;
  line-height: 2em;
  color: #666;
}
form .inputs-list > li {
  display: block;
  margin: 0 0;
}
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
  margin: 3px 8px 3px 4px;
}
form .inputs-list input,
form .inputs-list span {
  vertical-align: unset;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
}

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



/* Submit button */

form input[type=submit],
form .hs-button,
button,
.button {
  font-size: 20px;
  text-transform: uppercase;
  text-shadow: none;
  font-weight: normal;
  box-shadow: none;
  font-family: 'Poppins', Helvetica,Arial,Lucida,sans-serif;
  margin-bottom: 8px;
  align-self: flex-end;
  margin-top: 30px;
  cursor:pointer;
  line-height: normal;
  white-space: normal;
  display: inline-block;
  border-style: solid;
}


form{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  grid-column-gap: 2%;
  -ms-grid-columns: (1fr 2%)[12];
  grid-row-gap: 16px;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12,1fr);
  grid-template-rows: repeat(auto-fill,auto);
  width: 100%;
}


form fieldset{
  background-clip: padding-box;
  border: 0 solid transparent;
  border-width: 0 ;  
  width: 100%;
}
form .hs-form-field {
  margin-bottom: 0rem;
}
form .hs-fieldtype-checkbox>label{
  display:block;
  display: inline-block!important;
  font-size: 16px;
  font-weight: 700;
  color: #666;
  margin-bottom: 8px;
  padding: 0;
}

fieldset.form-columns-2 .hs-form-field:first-child{
  padding-right: 1%;
}

fieldset.form-columns-2 .hs-form-field:last-child{
  padding-left: 1%;
}

fieldset .input {
  margin-right: 0px!important;
}

form .hs-fieldtype-checkbox>label{
  display:block;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #666;
  margin-bottom: 8px;
  padding: 0;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
.hs-input:focus {
  border-color: #2d3940;
  color: #3e3e3e;
}
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_google_search,
.hs_cos_wrapper_type_blog_comments,
.hs_cos_wrapper_type_email_subscriptions,
.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_password_reset,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_blog_subscribe {
  display: block;
  max-width: 767px;
  padding-top: 5%;
  padding-right: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
  box-shadow: 0px 2px 45px 0px rgb(0 0 0 / 10%);
}
.form-title {
  font-family: 'Playfair Display',Georgia,"Times New Roman",serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 38px;
  line-height: 1.4em;
  text-align: center;
}
.hs_error_rollup{
  width:100%;
}
.hs-error-msgs label{
  color: #c02b0a!important;
}
.hs-error-msgs label.hs-error-msg {
  background: #fff9f9;
  border: 1px solid #c02b0a;
  font-size: 14.992px;
  margin-top: 8px;
  padding: 12.992px 24px;
  color: #c02b0a!important;
  margin-top:8px;
  padding-top: 13px;
  display:block;
}
.hs_error_rollup label.hs-main-font-element{
  background: #fff9f9;
  border: 1.5px solid #c02b0a;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 11%), 0 0 4px rgb(18 25 97 / 4%);
  margin-bottom: 8px;
  margin-top: 8px;
  padding: 16px 24px;
  position: relative;
  width: 100%;
  color: #c02b0a;
  display:block;
  font-size: 13.2px;
  font-weight: 500;
  line-height: 17.6px;
}
label.hs-main-font-element {
  background: #fff9f9;
  border: 1px solid #c02b0a;
  font-size: 14.992px;
  margin-top: 8px;
  padding: 12.992px 24px;
  color: #c02b0a;
}
.hs-input.invalid.error {
  border: 1px solid #c02b0a;
}

@media(max-width:767px){
  form .inputs-list>li>label {
    line-height: normal;
  }
}

@media (max-width: 640px){
  fieldset.form-columns-2 .hs-form-field {
    width:100%!important;
    margin-bottom: 8px!important;
    padding: 0!important;
  }
  form input[type=submit],
  form .hs-input{
    line-height: 2!important;
    min-height: 32px;
  }
  form input[type=checkbox], form input[type=radio] {
    cursor: pointer;
    min-height: unset;
  }
  form textarea.hs-input{
    line-height: 1.5!important;
  }
}


/* Login Form  */
.hs-embed-content-wrapper .login-form {
  position: relative;
  max-width: 320px;
  font-family: Poppins,Helvetica,Arial,Lucida,sans-serif;
  margin: 0 auto;
}
.hs-embed-content-wrapper  .login-form>.input-wrapper {
  width: 100%;
  max-width: none;
}
.hs-embed-content-wrapper  .login-form>.input-wrapper>.login-ico {
  position: static;
  display: flex;
  align-items: center;
  color: #333;
}
.hs-embed-content-wrapper  .login-form>.input-wrapper>input {
  width: 100%;
  max-width: 100%;
  font-family: Poppins,Helvetica,Arial,Lucida,sans-serif;
}
.hs-embed-content-wrapper  .login-form>.input-wrapper>input[type=submit] {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background: #002468;
  padding: 10px 1em;
  font-family: Poppins,Helvetica,Arial,Lucida,sans-serif;
  width: 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_wrap {
  padding-top: 148px;
}

.header_wrap_lp {
  padding-top: 115px;
}

.top-header {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #ffffff;
  line-height: 1em;
  font-size: 12px;
  z-index: 100000;
  color: #fff;
}

.top-header .content-wrapper.clearfix {
  position: relative;
  width: 80%;
  max-width: 1080px;
  margin: auto;
  padding:0;
}

.top-header-menu {

  float: right;
}

.top-header-menu .hs-menu-wrapper>ul {
  display: inline-block;
  transition: background-color .4s,transform .4s,opacity .4s ease-in-out,-webkit-transform .4s;
}

.top-header-menu .hs-menu-wrapper>ul>li {
  margin-right: 0;
  padding: 0 15px ;
  margin-bottom: 0;
  border-radius: 0;
  margin-right: 0;
  background-color: #163349;
  position: relative;
  text-align: right;
  display: inline-block;
  word-wrap: break-word;
  color: #fff;
}
.top-header-menu .hs-menu-wrapper>ul>li>a {
  color: #fff;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding-bottom: 0;
  font-size: 14px;
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  padding-right: 20px;
  line-height: 34px;
}
.top-header-menu .hs-menu-wrapper>ul>li>a:after {
  right: 8px;
  top: 0;
  font-family: ETmodules;
  content: "3";
  font-size: 16px;
  position: absolute;
  font-weight: 800;
}
.top-header-menu .hs-menu-wrapper>ul>li:hover>ul {
  visibility: visible;
  opacity: 1;
}

.top-header-menu .hs-menu-wrapper>ul>li>ul {
  background-color: #163349;
  padding: 5px 0;
  width: 220px;
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  -webkit-transform: translateZ(0);
  position: absolute;
  right: 0;
}

.top-header-menu .hs-menu-wrapper>ul>li>ul>li{
  display: block;
  padding: 0 20px;
  position: relative;
  text-align: right;
}

.top-header-menu .hs-menu-wrapper>ul>li>ul>li>a {
  color: #fff;
  padding: 1em;
  width: 100%;
  font-size: 12px;
  line-height: 1em;
  margin-right: 0;
  display: block;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-size: 14px;
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
  padding-bottom: 15px !important;
}

/* bottom heade start here */

.bottom_header {
  display: block;
  z-index: 99999;
  box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
  background-color: #fff;
  width: 100%;
  line-height: 23px;
  font-weight: 500;
  position: fixed;
  top: 34px;
}
header.header.lp .bottom_header{
  top:0px;
}
.bottom_header .content-wrapper.clearfix {
  z-index: 99;
  text-align: left;
  position: relative;
  width: 80%;
  max-width: 1080px;
  margin: auto;
  padding:0;
}


.header_logo {
  position: absolute;
  height: 100%;
  width: 100%;
}
.header_logo span.logo_helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.header_logo>.hs_cos_wrapper {
  display:inline-block;
}
.header_logo img{
  width: 117.5px!important;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  margin-bottom: 0;
  max-height: 54%;
  display: inline-block;
  float: none;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  height: auto;
  max-width:100%;
}
.menu_section {
  padding: 50px 0 0 0;
  padding-top: 45px;
  padding-left: 147px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  float: right;
}
.navigation .hs-menu-wrapper>ul>li{
  display: inline-block;
  font-size: 14px;
  padding-right: 22px;
  word-wrap: break-word;
  word-wrap: break-word;
  position: relative;
  line-height: 1em;
}
.navigation .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  font-family: ETmodules;
  content: "3";
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 800;
}
.navigation .hs-menu-wrapper>ul>li.hs-item-has-children>a {
  padding-right: 20px;
}
.navigation .hs-menu-wrapper>ul>li>a {
  color: #163349;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  position: relative;
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.navigation .hs-menu-wrapper>ul>li>a:hover {
  color: #efb875;
}
.navigation .hs-menu-wrapper>ul>li.about-us{
  padding-right: 0;
}
.navigation .hs-menu-wrapper>ul>li>ul,
.navigation .hs-menu-wrapper .hs-menu-depth-2 > ul {
  -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  -webkit-transform: translateZ(0);
  text-align: left;
  position: absolute;
  padding: 20px 0;
  z-index: 9999;
  width: 240px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  border-top: 3px solid #2ea3f2;
  border-color: #ffffff;
}

.navigation .hs-menu-wrapper>ul>li>ul>li,
.navigation .hs-menu-wrapper .hs-menu-depth-2 > ul  > li{
  position: relative;
  line-height: 2em;
  display: inline-block;
  font-size: 14px;
  padding: 0 20px;
  margin: 0;
}

.navigation .hs-menu-wrapper>ul>li>ul>li>a,
.navigation .hs-menu-wrapper .hs-menu-depth-2 > ul > li> a{
  font-size: 14px;
  color: rgba(0,0,0,.6);
  display: block;
  position: relative;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 20px;
  width: 200px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  line-height: normal;

}
.navigation .hs-menu-wrapper>ul>li>ul>li:hover> a,
.navigation .hs-menu-wrapper .hs-menu-depth-2 > ul > li:hover> a {
  background-color: rgba(0, 0, 0, .03);
  color: #efb875;
}
.navigation .hs-menu-wrapper>ul>li:hover>ul,
.navigation .hs-menu-wrapper .hs-menu-depth-2:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.mobile_navigation {
  display: none;
}
.navigation .hs-menu-wrapper>ul>li.logins {
  display: none;
}

.navigation .hs-menu-wrapper>ul>li.active-branch>a {
  border-bottom: 4px solid #b6e1f6;
  font-weight: bold;
}
.navigation .hs-menu-wrapper>ul>li.active-branch>ul>li.active>a {
  color: #163349;
  font-weight: bold ;
}

header.header.lp .top-header-menu .hs-menu-wrapper>ul {

  visibility: hidden;
  opacity: 0;
}
header.header.lp .navigation .hs-menu-wrapper>ul>li {
  opacity: 0;
  visibility: hidden;
}

header.header.lp .mobile_navigation {
  opacity: 0;
  visibility: hidden;
}
.navigation .hs-menu-wrapper>ul>li.start-quote {
  padding-right: 21px;
}

.navigation .hs-menu-wrapper>ul>li.services {
  padding-right: 21px;
}

@media only screen and (min-width: 981px){
  .navigation .hs-menu-wrapper>ul>li>a{
    padding-bottom: 50px;
  }
  .et-fixed-header .bottom_header {
    box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
  }
  .header_logo img {
    max-height: 60%;

  }
  body.scroll .header_logo img{
    max-width: 57.69px; 
  }
  .et-fixed-header .menu_section {
    padding-top: 15px;
  }
  .et-fixed-header .navigation .hs-menu-wrapper>ul>li>a {
    padding-bottom: 20px;
  }
  .et-fixed-header .menu_section {
    transition: all .4s ease-in-out;
  }

}

@media (min-width: 981px) and (max-width:1129px){
  .navigation .hs-menu-wrapper>ul>li {
    padding-right: 15px;
  }

  .navigation .hs-menu-wrapper>ul>li>a {
    font-size: 11px;
  }
}


@media (max-width: 980px){
  .header_wrap {
    padding-top: 79px;
  }
  .navigation {
    display: none;
  }

  .mobile_navigation {
    display: block;
  }
  .header_logo img {
    width: 71.59px!important;
    max-width: 100%;
  }
  span.mobile_menu_bar_toggle {
    padding-bottom: 24px;
    position: relative;
    display: block;
    line-height: 0;
  }

  span.mobile_menu_bar_toggle:before {
    color: #001A56 !important;
    content: "a";
    font-size: 32px;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
  }
  .mobile_menu_inner .hs-menu-wrapper>ul {
    border-color: #ffffff;
    position: absolute;
    left: 0;
    padding: 5%;
    background: #fff;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    z-index: 9999;
    border-top: 3px solid #2ea3f2;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    border-color: #ffffff;
  }
  .mobile_menu_inner .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
    padding: 10px 5%;
    display: block;
    font-weight:normal;
    color: #666;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0,0,0,.03);

  }
  .mobile_menu_inner .hs-menu-wrapper>ul li.active-branch>a,
  .mobile_menu_inner .hs-menu-wrapper>ul li.active>a {
    font-weight: bold;
    color: #0c3c60;
  }
  .focused span.mobile_menu_bar_toggle:before {
    content: '\4d';
  }
  span.select_page {
    display: none;
  }
  .top-header {
    display: none;
  }
  .menu_section {
    padding-top: 24px;
  }
  .bottom_header {
    position: absolute;
    top: 0;
  }
  .mobile_menu_inner .hs-menu-wrapper>ul>li>ul,
   .mobile_menu_inner .hs-menu-wrapper .hs-menu-depth-2 >ul{
    display: none !important;
    padding-left: 0;
  }
  .mobile_menu_inner .hs-menu-wrapper .hs-menu-depth-2 >ul {
    background: rgba(0,0,0,.03);
  }
  .mobile_menu_inner .hs-menu-wrapper>ul {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mobile_menu_inner .hs-menu-wrapper>ul>li>ul>li>a,
  .mobile_menu_inner .hs-menu-wrapper .hs-menu-depth-2 >ul > li >a{
    font-size: 14px;
    border-bottom: 1px solid rgba(0,0,0,.03);
    color: #666;
    padding: 10px 5%;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    font-weight: normal;
  }
  .child_trigger {
    position: absolute;
    background-color: transparent;
    z-index: 1;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    top: 6px;
    right: 10px;
    cursor: pointer;
    text-align: center;
  }

  .child_trigger:before {
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 36px;
    font-size: 24px;
    text-transform: none;
    speak: none;
    content: '\33';
  }
  .mobile_menu_inner .hs-menu-wrapper>ul>li,
  .mobile_menu_inner .hs-menu-wrapper .hs-menu-depth-2{
    position: relative;
  }

  .child_trigger.popped ~ ul.hs-menu-children-wrapper{
    display: block !important;
  }
  .child_trigger.popped::before {
    content: '\32';
  }
  .child_trigger.popped{
    background-color: rgba(0,0,0,0.1);
  }
  .mobile_menu_inner .hs-menu-wrapper>ul>li.logins {
    position: relative;
    background-color: #163349;
    padding: 10px 19px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    color: #ffffff;
  }

  .mobile_menu_inner .hs-menu-wrapper>ul>li.logins a {
    background-color: transparent;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 20px;
    padding: 0px;
    color: #fff;
    text-align: center;
    line-height:34px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .mobile_menu_inner .hs-menu-wrapper>ul>li.logins >ul>li>a {
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    font-weight: normal;
    border-bottom: 1px solid rgba(0,0,0,.03);
    line-height: normal;
    padding: 10px 5%;
    display: block;
    color: #fff;
    font-size: 14px;
  }
  .mobile_menu_inner .hs-menu-wrapper>ul>li>a:hover {
    background-color: rgba(0,0,0,.03);
    opacity: .7;
  }
  .mobile_menu_inner .hs-menu-wrapper>ul>li.hs-item-has-children>a:hover{
    opacity: .7;
    background:transparent;
  }
  .mobile_menu_inner .hs-menu-wrapper>ul>li.active-branch.home a {
    font-weight: bold;
    color: #0c3c60;
  }
  .mobile_menu_inner .hs-menu-wrapper>ul>li>ul>li>a:hover {
    background-color: rgba(0,0,0,.03);
    opacity: .7;
  }
}

@media (min-width: 981px) and (max-width: 1249px) {

  .navigation .hs-menu-wrapper > ul > li {
    padding-right: 8px !important;
  }
  .navigation .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    padding-right: 15px !important;
  }
  .navigation .hs-menu-wrapper > ul > li.about-us { 
    padding-right: 0 !important; 
  }
}
@media (max-width: 767px){
  .mobile_menu_inner .hs-menu-wrapper>ul>li.logins a {
    font-size: 15px;
    padding: 0px ;
    line-height:32px;
  }
  .mobile_menu_inner .hs-menu-wrapper>ul>li.logins{
    margin-top: 5px;
  }
  .header_wrap {
    padding-top: 79px;
  }
}


.navigation .hs-menu-wrapper .hs-menu-depth-2 {
  position: relative;
}

.navigation .hs-menu-wrapper .hs-menu-depth-2 > ul {
  position: absolute;
  left: 100%;
  top: 0 !important;
}
footer.footer {
  background-color: #163349;
  display: block;
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  letter-spacing: 0.5px;
  line-height: 2em;
}
footer.footer .content-wrapper {
  padding: 0;
}

.footer .footer-widgets.clearfix {
  padding: 6% 0 0;
  padding-top: 4%;
}

.footer .footer-widgets .hs-menu-wrapper>ul>li{
  float:left;
}
.footer .footer-widgets .hs-menu-wrapper>ul>li>ul>li{
  letter-spacing: 0.5px;
  line-height: 2em;
}
.footer .footer-widgets .hs-menu-wrapper>ul>li>ul>li:first-child>a {
  font-weight: bold;
  padding-bottom: 10px;
}

.footer .footer-widgets .hs-menu-wrapper>ul>li>ul>li>a {
  display: inline-block;
  line-height: normal;
  color: #fff;
  text-decoration: none;
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 400;
}
.footer .footer-widgets .hs-menu-wrapper>ul>li:last-child {
  margin-right: 0;
}
.footer .footer-bottom {
  padding: 15px 0 5px;
}

.footer .footer-info {
  color: #ffffff;
  text-align: left;
  padding-bottom: 10px;
  float: left;
}
.footer .footer-info a {
  color: #ffffff;
  font-weight: 700;
}
.footer .social_share {
  float: right;
}
.footer .social_share ul{
  list-style:none;
  padding:0;
  margin:0;
}

.footer .social_share ul li {
  display: inline-block;
  margin-left: 20px;
}
.footer .social_share a { 
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
}
.footer .social_share ul li a span {
  display: none;
}
.footer .social_share ul li a:before {
  font-family: ETmodules;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  direction: ltr;
}
.footer .social_share ul li.facebook a:before {
  content: "\e093";
}

.footer .social_share ul li.twitter a:before {
  content: "\e094";
}

.footer .social_share ul li.linkedin a:before {
  content: "\E09D";
}

.footer .social_share ul li.instagram a:before {
  content: "\e09a";
}

/* back-to-top */
 .back-to-top {
  content: attr(data-icon);
  box-sizing: border-box;
  direction: ltr;
  font-family: ETmodules;
  speak: none;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  background: rgba(0,0,0,.4);
  text-decoration: none;
  position: fixed;
  z-index: 99999;
  bottom: 125px;
  right: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: none;
  cursor: pointer;
  font-size: 30px;
  padding: 5px;
  color: #fff;
  opacity: 1;
  -webkit-animation: fadeInRight 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInRight 1s cubic-bezier(.77,0,.175,1) 1;
  font-style: normal;
}
 .back-to-top:before {
  content: "2";
}
@media (min-width: 981px){
  .footer .footer-widgets .hs-menu-wrapper>ul>li{
    width: 20.875%;
    margin-right: 5.5%;
    margin-bottom: 5.5%;
  }
}

@media (max-width: 980px){
  .footer .footer-widgets.clearfix {
    padding: 8% 0;
    padding-top: 4%;
  }
  .footer .footer-widgets .hs-menu-wrapper>ul>li:nth-child(n) {
    width: 46.25%;
    margin: 0 7.5% 7.5% 0;
  }
  .footer .footer-widgets .hs-menu-wrapper>ul>li:nth-child(2n) {
    margin-right: 0;
  }
  .footer .footer-widgets .hs-menu-wrapper>ul>li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .footer .footer-widgets .hs-menu-wrapper>ul>li:nth-child(2n) {
    margin-right: 0;
  }
  .footer .social_share {
    float: none;
    text-align: center;
    margin: 0 0 5px;
  }

  .footer .footer-info {
    float: none;
    text-align: center;
  }

}

@media (max-width: 767px){
  .footer .footer-widgets .hs-menu-wrapper>ul>li:nth-child(n) {
    width: 100%;
    margin-right: 0;
  }
  .footer .footer-widgets .hs-menu-wrapper>ul>li:nth-child(n) {
    margin-bottom: 9.5%;
  }
  .footer .footer-widgets .hs-menu-wrapper>ul>li:last-child {
    margin-bottom: 0;
  }
  .footer  .footer-widgets .hs-menu-wrapper>ul>li>ul>li {
    line-height: normal;
  }
  footer.footer {
    line-height: normal;
  }

  .footer .footer-widgets.clearfix {
    padding: 10% 0;
    padding-top: 12%;
  }
}
@media only screen and (max-width: 680px){
  .footer .footer-widgets.clearfix { 
    padding-top: 12%;
  }
}

@media (max-width: 479px){
 .footer .footer-widgets.clearfix {
    padding: 12% 0;
  }
  .footer .footer-widgets .hs-menu-wrapper>ul>li:nth-child(n) {
    margin-bottom: 11.5%;
}
  .footer .footer-widgets .hs-menu-wrapper>ul>li:last-child {
    margin-bottom: 11.5%;
}
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.banner-area .dnd-section{
  padding:0;
}

.banner-area .dnd-section  > .row-fluid{
  max-width:100%;
  width:100%;
  padding:0;
}
.hs-error-page form,
.migration form{
  display:block;
}
.migration form .hs-form-field {
  margin-bottom: 1rem;
}
.hs-home-bottom .logos_wrap h2{
  text-align:center;
}
.home-banner_wrap{
  padding-top:4px;
}
.hs-service-main .widget-type-space:before,
.hs-home-main .widget-type-space:before {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px solid rgba(0,0,0,.1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  border-top-color: #b6e1f6;
  border-top-width: 2px;
}

.hs-home-main .hs_cos_wrapper_type_header h1 {
  font-family: 'Playfair Display',Georgia,"Times New Roman",serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 38px;
  color: #333333!important;
}
.hs-service-main .widget-type-space,
.hs-home-main .widget-type-space{
  height: 2px;
  max-width: 60px;
  margin-left: auto!important;
  margin-right: auto!important;
  margin: 0 0 30px;
  position: relative;
  box-sizing: content-box;
}
.hs-service-main .hs-horizontal-spacer,
.hs-home-main .hs-horizontal-spacer{
  display: inline-block;
  width: 100%;
}

.dnd-section[class*="force-full-width-section"]  > .row-fluid{
  width:100%;
  padding:0;
}
.hs-home-middle .dnd-section > .row-fluid{
  padding-bottom: 0px!important;
}
.hs-home-middle .hs_cos_wrapper_type_header h1 {
  font-weight: 700;
  font-size: 150px;
  color: #e09900;
  word-break: keep-all;
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
}

.hs-home-middle .hs_cos_wrapper_type_header h2 {
  font-size: 26px;
}
.hs-home-main .content_wd_img,
.hs-about-main .content_wd_img{
  overflow: unset;
}
.hs-home-main .content_wd_img .right_col,
.hs-about-main .content_wd_img .right_col {
  text-align: center;
  position: sticky;
  top: 130px;
}
/****************************************************************************************************************************************************************************/
.hs-overview-main .logos_wrap.cus-main-wrap{
  padding-top: 80px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}

.hs-overview-main .logos_wrap .content-wrapper{
  padding-top: 2px;
  display: flex;
  flex-wrap: wrap;
  text-align:left;
}

.hs-overview-main .logos_wrap h2{
  margin-bottom:15px;
  line-height: normal;
  font-size: 22px;
  order:1;
  letter-spacing: 1px;
  text-align: left;
}

.hs-overview-main .logos_wrap .content-wrapper>*{
  width:100%;
}
.hs-overview-main .logos_wrap .spacer_wrap{
  margin-bottom: 10px!important;
  width: 5%;
  margin: 0 0 30px;
  position: relative;
  box-sizing: content-box;
  height: 23px;
  order:2;
}

.hs-overview-main .logos_wrap h3{
  order:3;
  padding:0;
  text-transform: none;
  letter-spacing: 0.5px;
  line-height: 2em;
  font-weight: 400;
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  color: #666;
}
.hs-overview-main .logos_wrap .mobile_wrap,
.hs-overview-main .logos_wrap .desktop_img{
  order:4;
  text-align: center;
  margin-bottom: 0;
}

.hs-overview-main .logos_wrap .spacer_wrap:before {
  border-top: 3px solid #B6E1F6;
}

.hs-overview-bottom  .dnd-section>.row-fluid {
  padding:0;
}

.hs-overview-bottom .hs_cos_wrapper_type_form{
  padding:60px;
  max-width:100%;
  box-shadow: 0px 15px 80px -6px rgb(0 0 0 / 20%);
}
.hs-overview-bottom .hs_cos_wrapper_type_form .form-title{
  margin-left:auto;
  margin-right:auto;
}
.hs-overview-bottom form .hs-form-field>label{
  display:none;
}
.hs-contact-main form .hs-fieldtype-checkbox>label,
.hs-overview-bottom form .hs-fieldtype-checkbox>label{
  display:block!important;
}
.hs-contact-main form input[type=submit],
.hs-overview-bottom form input[type=submit]{
  margin-top:6px;
}
.hs-contact-main form .actions,
.hs-overview-bottom form .actions{
  padding-bottom:16px;
}
 .pricing_banner .banner_wrap .main_wrap,
.overview-banner_wrap .banner_wrap .main_wrap {
  max-width: 550px!important;
}
.request-page form .actions {
    padding-bottom: 18px;
}

.request-page form input[type=submit]{
    margin-bottom: 8px;
    margin-top: 22px;
}

.request-page .hs-error-msgs label.hs-error-msg{
      background: #fff9f9;
    border: 1px solid #c02b0a;
    font-size: 14.992px;
    margin-top: 8px;
    max-width: 100%;
    padding: 16px 16px 0 16px;
    color: #790000!important;
  font-size: .813em;
    line-height: inherit;
    clear: both;
    font-family: inherit;
    font-weight: 700;
    letter-spacing: normal;
    width: 100%;
}

.request-page .hs_error_rollup label.hs-main-font-element{
  margin-top: 8px;
      background: #fff9f9;
    border: 1.5px solid #c02b0a;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 11%), 0 0 4px rgb(18 25 97 / 4%);
    color: #790000;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 25px;
    border-top: 2px solid #790000;
    border-bottom: 2px solid #790000;
    padding: 16px 0 16px 0;
    clear: both;
    width: 100%;
    text-align: center;
}

.request-page .hs-input.invalid.error {
    border: 1px solid #790000;
}


/****************************************************************************************************************************************************************************/
.service-banner_wrap,
.career_banner,
.who-we-are_banner,
.container-fluid.hs-contact-main,
.container-fluid.banner-area.about-banner_wrap {
  padding-top: 4px;
}
.hs-about-main .content_wd_img {
  margin-top: 0px;
}

.hs-about-main .content_wd_img .content>p{
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #2A3958;
  letter-spacing: 1px;
  line-height: 2em;
}

.hs-about-main .content_wd_img h2{
  font-family: 'Playfair Display',Georgia,"Times New Roman",serif;
  font-weight: 700;
  padding: 0;
  font-size: 38px;
  letter-spacing: 1px;
  line-height: 1.4em;
}
.hs-about-main .content_wd_img .content-wrapper .inner {
  align-items: flex-start;
}

.hs-about-main .content_wd_img img {
  box-shadow: 80px -50px 0px 0px rgb(12 12 12 / 3%);
}

.hs-about-main .content_wd_img .spacer_wrap {
  width: 11%;
}
.hs-about-main .content_wd_img .left_col .btn-wrap{
  margin-bottom:0;
}
.hs-about-main .content_wd_img ,
.hs-about-main .content_wd_img .content-wrapper{
  padding-bottom:0;
}
.hs-about-main .logos_wrap h2 {
  font-family: 'Playfair Display',Georgia,"Times New Roman",serif;
  font-weight: 700;
  font-size: 38px;
  letter-spacing: 1px;
  line-height: 1.4em;
}
.hs-about-main .logos_wrap h2,
.hs-about-main .logos_wrap .content-wrapper {
  text-align: left;
}

.hs-about-main .logos_wrap .desktop_img{
  margin-bottom: 0%;
}
.hs-about-main .content_wd_img .content>p,
.hs-about-main .content_wd_img h2{
  max-width: 550px;
}

/***************************************************************************************************************************************************************************************/
.service-banner_wrap .banner_wrap{
  background-position: center bottom 0px;
}

.hs-service-main .hs_cos_wrapper_type_header h3{
  line-height: 1.4em;
}
.hs-service-main .widget-type-space {
  margin-left: 0!important;
  height: 23px;
}

.hs-service-main .widget-type-space:before {
  border-top: 3px solid #b6e1f6;
}

.service-banner_wrap .banner_wrap .main_wrap {
  max-width: 70%;
}
/*************************************************************************************************************************************************************************************/
.hs-contact-main .dnd-section>.row-fluid {
  padding:0;
}

.hs-contact-main .hs_cos_wrapper_type_form{
  max-width: 100%;
  padding: 8.651%;
}
.hs-contact-main .form-title{
  letter-spacing: 1px;
}

.hs-contact-main h4{
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  color: #E09900!important;
  letter-spacing: 1px;
  text-align: left;
}
.hs-contact-main p{
  line-height: 1.8em;
  color:#000;
}

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

/***************************************************************************************************************************************************************************************/
.about2_banner .banner_wrap .main_wrap{
  max-width:550px!important;
}

.about2_banner .banner_wrap {
  padding-top: 6%;
  padding-bottom: 140px;
  background-position: top;
}

.about-2-page .hs-about-main .content_wd_img .content-wrapper{
  max-width: 1200px;
}

.about-2-page .hs-about-main .content_wd_img .left_col{
  padding-bottom: 140px;
  padding-left: 6%;
}
.about-2-page .hs-about-main .content_wd_img h2{
  padding-bottom:10px;
  margin-bottom:30px;
}
.about-2-page .hs-about-main .content_wd_img .spacer_wrap{
  margin: 0 0 30px;
  height: 2px;
  max-width: 60px;
  width: 100%;
}

.about-2-page .hs-about-main .content_wd_img .spacer_wrap:before{
  border-top-color: #0c3c60;
  border-top-width: 2px;
}

.about-2-page .hs-about-main .content_wd_img .content>p{
  color: #8dd2f4!important;
}
.about-2-page .hs-about-main .logos_wrap h3,
.about-2-page .hs-about-main .success_wrap .col1 h3{
  color: #b6e1f6!important;
}

.about-2-page .hs-about-main .content_wd_img .btn{
  line-height: 1.4;
  letter-spacing: 1px;
  margin-bottom: -7px;
}

.about-2-page .content_wd_img .content:last-child .btn-wrap {
  margin-top: -7px;
  margin-bottom: 30px;
}

.about-2-page .content_wd_img .content:last-child .btn-wrap:last-child{
  margin-bottom:0;
}

.about-2-page .logos_wrap.cus-main-wrap {
  padding-top: 0px;
}

.about-2-page .success_wrap .spacer_wrap:before{
  border-top-color: #77b7c6;
  border-top-width: 2px;
}

/************************************************************************************************************************************************************************************/
.who-we-are-page .hs-about-main .logos_wrap h3,
.who-we-are-page .hs-about-main .content_wd_img .content>p {
  letter-spacing: .5px;
}

.who-we-are-page .hs-about-main .content_wd_img h2{
  margin-bottom:20px;
  padding-bottom:10px;
}

.who-we-are-page .hs-about-main .content_wd_img .spacer_wrap{
  margin:0;
  margin-bottom: 10px!important;
  width: 7%;
}

.who-we-are-page .hs-about-main .content_wd_img .spacer_wrap:before {
  border-top-color: #B6E1F6;
  border-top-width: 3px;
}

.who-we-are-page .hs-about-main .content_wd_img img{
  box-shadow: 58px -50px 0px 0px rgb(12 12 12 / 3%);
}

.who-we-are-page .hs-about-main .content_wd_img .texts {
  margin-bottom: 0%;
}
.who-we-are-page .logos_wrap .spacer_wrap:before {
  border-top-color: #B6E1F6;
  border-top-width: 3px;
  width: auto;
  top: 0px;
  right: 0px;
  left: 0px;
}

.who-we-are-page .hs-about-main .logos_wrap .spacer_wrap{
  margin-bottom: 10px!important;
  width: 5%;
  height:23px;
}

/************************************************************************************************************************************************************************************/
.career_banner .banner_wrap .content h1{
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #FFEBA5!important;
  letter-spacing: 2px;
  line-height: 1.4em;
  padding-bottom: 10px;
}

.career_banner .banner_wrap .content h2{
  font-family: 'Playfair Display',Georgia,"Times New Roman",serif;
  font-weight: 700;
  text-transform: uppercase;
  color:white;
  font-size: 48px;
  letter-spacing: 3px;
  line-height: 1.4em;
  padding-bottom: 0;
}

.career-page .hs-about-main .content_wd_img{
  padding-top: 100px;
  padding-right: 0px;
  padding-bottom: 100px;
  padding-left: 0px;
}
.career-page .hs-about-main .content_wd_img h2{
  order:1;
  width:100%;
  margin-bottom:0px;
  padding-bottom:10px;
}
.career-page .hs-about-main .content_wd_img .content {
  display: flex;
  flex-wrap: wrap;
}

.career-page .hs-about-main .content_wd_img .texts{
  order:4;
  margin:0;
  width:100%;
}

.career-page .hs-about-main .content_wd_img .btn-wrap{
  order:2;
  width:100%;
  margin-bottom: 39px!important;
}

.career-page .hs-about-main .content_wd_img .spacer_wrap{
  order:3;
  margin:0;
  margin-bottom:30px;
  width:100%;
  height: 2px;
  max-width: 60px;
}
.career-page .hs-about-main .content_wd_img .spacer_wrap:before {
  border-top-color: #B6E1F6;
  border-top-width: 2px;
}

.career-page .content_wd_img .texts p{
  max-width:550px;
}
.career-page .hs-about-main .content_wd_img .content-wrapper {
  padding: 30px 0;
}

/************************************************************************************************************************************************************************************/
.service-inner-banner .banner_wrap {
  background-position: center bottom 0px;
  padding-top: 8%;
  padding-bottom: 160px;
}
.service-inner-banner{
  padding-top: 0px;
}
/**********************************************************************************************************************************************************************************/
.tax_filing_wrap .banner_wrap .btn-wrap .btn,
.safety_banner_wrap .banner_wrap .btn-wrap .btn,
.payroll-banner .banner_wrap .btn-wrap .btn,
.service-hr-banner .banner_wrap .btn-wrap .btn,
.service-banner_wrap .banner_wrap .btn-wrap .btn{
  background-color: #FFEBA5;
  color:#163349;
}

.safety_banner_wrap .banner_wrap .btn-wrap .btn:hover,
.tax_filing_wrap .banner_wrap .btn-wrap .btn:hover,
.payroll-banner .banner_wrap .btn-wrap .btn:hover,
.service-hr-banner .banner_wrap .btn-wrap .btn:hover,
.service-banner_wrap .banner_wrap .btn-wrap .btn:hover{
  background-color: #163349;
  color:white;
}

.service-page .logos_wrap h2{
  text-align:left;
  letter-spacing: 1px;
  line-height: 1.4em;
  font-size: 26px;
  order:1;
}
.service-page .logos_wrap .content-wrapper>*{
  width:100%;
}
.service-page .logos_wrap .content-wrapper{
  display:flex;
  text-align:left;
  padding-top:0;
  flex-wrap:wrap;
}

.service-banner_wrap .banner_wrap .btn-wrap .btn{
  margin-right:15px;
}
.service-page .logos_wrap {
  padding:0;
}
.service-page .logos_wrap .spacer_wrap{
  order:2
}

.service-page .logos_wrap h3{
  padding-bottom: 0;
  order: 3;
  font-weight: 400;
  font-size: 16px;
  color: #666;
  text-transform: none;
  letter-spacing: .5px;
}

.service-page .logos_wrap .spacer_wrap:before {
  border-top-color: #b6e1f6;
  border-top-width: 2px;
}

.hs-form-section .dnd-section>.row-fluid {
  padding: 0;
}
.hs-form-section .hs_cos_wrapper_type_form{
  max-width:100%;
  background-color:white;
  position:relative:;
  z-index:10;
  padding:60px;
  box-shadow: 0px 15px 80px -6px rgb(0 0 0 / 20%);
}

.hs-form-section .form-title{
  text-transform: uppercase;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Playfair Display',Georgia,"Times New Roman",serif;
  font-weight: 700;
  font-size: 38px;
  letter-spacing: 1px;
  line-height: 1.4em;
}
.hs-form-section form .hs-form-field>label {
  display: none;
}

.hs-form-section form input[type=submit]{
  margin-top:6px;
}

.hs-form-section form .actions{
  padding-bottom:16px;
}
.hs-form-section {
  background-color: #fff;
  position: relative;
  z-index: 999;
}
/**************************************************************************************************************************/
.payroll-banner .banner_wrap .main_wrap,
.service-hr-banner .banner_wrap .main_wrap{
  max-width: 550px!important;
}
.service-hr-banner .banner_wrap{
  background-position: center bottom 0px;
}

.hs-service-hr-main .overview_list .content-wrapper.title_sec{
  padding-top: 100px;
  padding-right: 0px;
  padding-bottom: 48px;
  padding-left: 0px;
}

.hs-service-hr-main .overview_list .content-wrapper.title_sec h2 {
  font-family: 'Playfair Display',Georgia,"Times New Roman",serif;
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 30px;
  letter-spacing: 1px;
  padding-top: 1px;
  line-height: 1.4em;
}

.hs-service-hr-main .overview_list .content-wrapper .inner {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

/**********************************************************************************************************************************************************************************/
.hs-payroll-main .logos_wrap h2{
  line-height: normal;
  text-align:left;
  margin-bottom:15px;
  letter-spacing: 1px;
  font-size: 22px;
}
.hs-payroll-main .logos_wrap {
  padding-top: 0;
  padding-bottom: 0;
}
.hs-payroll-main .logos_wrap .spacer_wrap{
  width: 5%;
  margin: 0 0 10px;
  position: relative;
  height: 23px;
}

.hs-payroll-main .logos_wrap .spacer_wrap:before {
  border-top-color: #B6E1F6;
  border-top-width: 3px;
}

.hs-payroll-main .logos_wrap .mobile_wrap {
  display: block;
  padding-bottom:0!important;
  padding-top:30px;
  margin-bottom:10px;
  text-align: center;
}

.hs-payroll-main .logos_wrap .mobile_wrap img {
  max-height: 140px;
  width: auto;
}

.hs-payroll-main .logos_wrap .mobile_img:last-child img{
  margin-top: 30px;
  max-width: 90%;
  text-align: center;
  max-height: unset;
}

.hs-payroll-bottom.hs-form-section .form-title{
  letter-spacing: 0.5px;
}

.hs-payroll-main .logos_wrap .content-wrapper {
  padding-top: 2px;
}

@keyframes fadeTop{
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hs-training-main .dnd-section>.row-fluid{
  padding-bottom:40px;
}

.hs-training-main .dnd-section[class*="force-full-width-section"]>.row-fluid{
  padding:0!important;
}

.training_banner .banner_wrap{
  padding-top: 100px;
  padding-right: 0px;
  background-blend-mode: overlay;
  padding-bottom: 89px;
  padding-left: 0px;
}

.training_banner .banner_wrap .content-wrapper{
  padding:30px 0;
}

.training_banner .banner_wrap .main_wrap{
  max-width: 530px!important;
  margin:0 auto;
  padding:0;
}
.training_banner .banner_wrap .main_wrap h1 {
  font-weight: 700;
  font-size: 42px;
  text-align: center;
  letter-spacing: .5px;
  line-height: 1.3em;
  padding-bottom: 10px;
  text-transform: none;
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
}
.hs-full-width-main .hs_cos_wrapper_type_rich_text h2 {
  font-weight: 600;
  color: #2A3958;
  line-height: normal;
  font-size: 26px;
}






/************************************************************************************************************************************************************************************/
.management_banner_wrap .banner_wrap .btn-wrap .btn {
  margin-right: 15px;
}
.management_banner_wrap .banner_wrap{
  background-position: 50%;
}
.hs-management-main .overview_list .content-wrapper .inner {
  align-items: flex-start;
}

.hs-management-main .overview_list .content-wrapper.title_sec h2 {
  line-height: normal;
  font-size: 22px;
  margin-bottom:30px;
}

.hs-management-main .overview_list .spacer_wrap{
  width: 5%;
  margin: 0 0 10px;
  height: 23px;
}

.hs-management-main .overview_list .spacer_wrap:before {
  border-top-color: #B6E1F6;
  border-top-width: 3px;
}

.hs-management-main .overview_list .content-wrapper.title_sec p{
  margin:0 0 30px;
}

.hs-management-main .overview_list .content-wrapper.title_sec p:last-of-type{
  margin:0px;
}


.hs-management-main .hs_cos_wrapper_type_rich_text ul {
  padding-bottom: 1em;
  list-style-type: disc;
  padding: 0 0 1em 1em;
  margin: 0;
  line-height: 26px;
}
.hs-management-main .hs_cos_wrapper_type_rich_text ul li {
  line-height: normal;
  margin-bottom: 10px;
}
.hs-management-main .hs_cos_wrapper_type_rich_text ul li::marker {
  color: #efb875;
}

.hs-management-main .hs_cos_wrapper_type_header h2{
  line-height: normal;
  font-size: 26px;
}
.hs-management-main .hs_cos_wrapper_type_rich_text p{
  color: #333333
}
.hs-management-bottom.hs-form-section .form-title{
  letter-spacing:.5px;
}

/*************************************************************************************************************************************************************************************/
.tax_filing_wrap .banner_wrap {
  background-position: center bottom 0px;
}

.tax_filing_wrap .banner_wrap .main_wrap{
  max-width:550px!important;
}

.hs-tax-filing-main .overview_list .spacer_wrap{
  width: 5%;
  margin: 0 0 10px;
  position: relative;
  height: 23px;
}

.hs-tax-filing-main .overview_list .spacer_wrap:before {
  border-top-color: #B6E1F6;
  border-top-width: 3px;
}
.hs-tax-filing-main .overview_list .content-wrapper.title_sec h2{
  margin-bottom:20px;
}

.hs-tax-filing-main .overview_list .content-wrapper.title_sec{
  margin-bottom: 30px;
}

.hs-tax-filing-main .overview_list .content-wrapper .inner {
  align-items: flex-start;
}
.hs-tax-filing-bottom.hs-form-section .form-title,
.hs-tax-filing-main.hs-form-section .form-title{
  letter-spacing:.5px;
}

.hs-tax-filing-main.hs-form-section .hs_cos_wrapper_type_form {
  max-width: 100%;
  z-index: 0;
  position: relative;
}
.hs-tax-filing-main .dnd-section{
  position:relative;
}
.hs-tax-filing-middle .logos_wrap{
  padding:0;
}

/**************************************************************************************************************************************************************************************/
.safety_banner_wrap .banner_wrap {
  background-position: center bottom 0px;
}

.hs-safety-main .two_col_wd_content p {
  letter-spacing: .5px;
}

.hs-safety-main .two_col_wd_content .spacer_wrap{
  margin-top:30px;
  margin-bottom: 10px;
  width: 10%;
  position: relative;
  height: 23px;
}
.hs-safety-main .two_col_wd_content .spacer_wrap:before{
  border-top-color: #B6E1F6;
  border-top-width: 3px;
}
.hs-safety-main .two_col_wd_content .texts p:first-of-type {
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  letter-spacing: 1px;
  line-height: 2em;
  padding: 0;
}

.hs-safety-bottom.hs-form-section .form-title {
  max-width: 100%;
  letter-spacing:1px;
}

.hs-safety-main .two_col_wd_content.left .right_col.col img{
  width:100%;
}

.time-labor-banner_wrap .banner_wrap {
  padding-top: 8%;
  padding-bottom: 8%;
  background-position: unset;
}

/**************************************************************************************************************************************************************************************/
.hs-time-labor-main .two_col_wd_content.right .content-wrapper{
  padding-top:0
}

.hs-time-labor-main .two_col_wd_content .texts ol{
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0 0 23px;
  margin:0;
  line-height: 26px;
  padding-bottom: 1em;
}

.hs-time-labor-main .two_col_wd_content .texts ol li {
  line-height: normal;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.hs-time-labor-main .two_col_wd_content .texts h4 {
  font-weight: 700;
  color: #e09900;
  line-height: normal;
  letter-spacing: 1px;
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  font-size: 18px;
}
.hs-time-labor-main .two_col_wd_content .texts p:not(.has-background):last-of-type {
  padding-bottom: 0;
  letter-spacing: 1px;
}
.hs-time-labor-main .two_col_wd_content.right .texts p {
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  letter-spacing: 1px;
  line-height: 2em;
}
.hs-time-labor-main .two_col_wd_content .spacer_wrap:before {
  border-top-color: #77b7c6;
  border-top-width: 2px;
}
.pricing-page fieldset.form-columns-2 ul.no-list.hs-error-msgs.inputs-list,
.pricing-page fieldset.form-columns-3 ul.no-list.hs-error-msgs.inputs-list{
order:4;
}
/************************************************************************************************************************************************************************************/
@media (min-width: 981px){
  .hs-safety-main .two_col_wd_content .col {
    width: 47.25%;
    margin-right: 5.5%!important;
  }
  .hs-safety-main .two_col_wd_content .spacer_wrap{
    margin-top: 5.82%;
  }
  .hs-payroll-main .logos_wrap .mobile_img {
    width: 46%;
    float:left;
  }
  .hs-safety-main .two_col_wd_content .col:last-child{
    margin-right:0!important;
  }
  .hs-payroll-main .logos_wrap .mobile_img:first-child {
    margin-right: 8%;
  }
  .career-page .content_wd_img .left_col {
    width: 31.3333%;
    margin-right: 3%;
  }
  .career-page .content_wd_img .right_col {
    width: 65.667%;
  }
  .about-2-page .success_wrap .text_inner {
    margin-bottom: 13.174%;
  }
  .about-2-page .content_wd_img .content:last-child .btn-wrap,
  .about-2-page .hs-about-main .content_wd_img .spacer_wrap,
  .about-2-page .hs-about-main .content_wd_img h2{
    margin-bottom: 5.82%;
  }
  .career-page .hs-about-main .content_wd_img .spacer_wrap,
  .career-page .hs-about-main .content_wd_img h2,
  .hs-contact-main .form-title{
    margin-bottom: 4.758%;
  }
  .hs-overview-main .logos_wrap h3{
    margin-bottom: 4%;
  }

  .hs-management-main .overview_list .content-wrapper.title_sec p,
  .hs-management-main .overview_list .content-wrapper.title_sec h2,
  .service-hr-banner .overview_list .content-wrapper.title_sec h2,
  .hs-form-section .form-title{
    margin-bottom: 2.75%;
  }
  .hs-time-labor-bottom.hs-form-section h3.form-title,
  .hs-tax-filing-main.hs-form-section .form-title,
  .hs-tax-filing-bottom.hs-form-section .form-title,
  .hs-overview-bottom .hs_cos_wrapper_type_form .form-title{
    max-width:70%;
    margin-bottom: 2.75%;
  }
  
.hs-payroll-bottom.hs-form-section .form-title{
    max-width: 70%;
}
  .training_banner .banner_wrap .content-wrapper,
  .career-page .hs-about-main .content_wd_img .content-wrapper{
    padding: 2% 0;
  }
  .hs-payroll-main .logos_wrap .mobile_wrap{
    padding-top: 2.5%;
  }
}

@media only screen and (min-width: 1350px){
  .training_banner .banner_wrap .content-wrapper,
  .hs-payroll-main .logos_wrap .mobile_wrap,
  .career-page .hs-about-main .content_wd_img .content-wrapper {
    padding: 27px 0;
  }
}
@media (max-width:1160px) and (min-width:981px){
  .hs-home-middle .hs_cos_wrapper_type_header h1{
    font-size: 125px;
  }
}
@media (max-width: 980px){

  .content_wd_bg_color .spacer_wrap{
    width:15%;
  }
  .hs-time-labor-main .dnd-section:first-child{
    padding-bottom:0;
  }
  .hs-time-labor-main .span3 {
    width: 47.25%;
    margin-right: 5.5%;
    float:left;
  }
  .hs-time-labor-main .span3:nth-child(2n) {
    margin-right: 0;
  }
  .hs-time-labor-main .two_col_wd_content .content:last-child .btn-wrap, 
  .hs-time-labor-main .two_col_wd_content .left_col,
  .hs-safety-main .two_col_wd_content.left .right_col.col{
    margin-bottom:0;
  }
  .hs-safety-main .two_col_wd_content.left .inner,
  .hs-safety-main .two_col_wd_content.right .inner {
    flex-direction: unset;
  }
  .hs-tax-filing-middle .logos_wrap .desktop_img {
    display:none;
  }
  .hs-payroll-main .logos_wrap .mobile_wrap {
    padding: 30px 0;
  }
  .hs-service-hr-main .overview_list .content-wrapper.title_sec {
    padding-bottom: 20px;
  }
  .about-2-page .hs-about-main .content_wd_img .content:last-child .btn-wrap {
    margin-top: -7px;
    margin-bottom: 30px;
  }
  .about-2-page .hs-about-main .content_wd_img .content:last-child .btn-wrap:last-child {
    margin-bottom: 0;
  }
  .about2_banner .banner_wrap {
    padding-top: 8%;
    padding-bottom: 130px;
  }
  .hs-about-main .logos_wrap .desktop_img {
    display: none;
  }
  .hs-contact-main .hs_cos_wrapper_type_form {
    max-width: 100%;
    padding: 5%;
  }
  .hs-tax-filing-middle .logos_wrap .mobile_wrap,
  .hs-about-main .logos_wrap .mobile_wrap {
    display: block;
    text-align: center;
  }
  .home-banner_wrap {
    margin-top: -5px;
  }
  .career_banner{
    padding-top:0;
  }
  .who-we-are_banner,
  .service-banner_wrap,
  .overview-banner_wrap,
  .container-fluid.hs-contact-main,
  .container-fluid.banner-area.about-banner_wrap {
    padding-top: 0;
    margin-top: -1px;
  }  

  .hs-payroll-main .logos_wrap .mobile_wrap{
    margin-bottom:0;
  }

  .hs-about-main .content_wd_img .content:last-child .btn-wrap{
    margin-top:30px;
    margin-bottom:0;
  }
  .hs-tax-filing-middle .logos_wrap  .mobile_img,
  .hs-payroll-main .logos_wrap .mobile_img:first-child,
  .hs-form-section .form-title,
  .about-2-page .content_wd_img .texts,
  .about-2-page .success_wrap .text_inner,
  .hs-contact-main .form-title,
  .hs-overview-bottom .hs_cos_wrapper_type_form .form-title,
  .hs-overview-main .logos_wrap h3{
    margin-bottom:30px;
  }

  .hs-payroll-main .logos_wrap .content-wrapper,
  .service-page .logos_wrap .content-wrapper,
  .hs-overview-main .logos_wrap .content-wrapper,
  .hs-about-main .logos_wrap .content-wrapper {
    padding-bottom: 30px;
  }
  .hs-overview-main .logos_wrap.cus-main-wrap{
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
  }
  .hs-contact-main .span5>div{
    max-width: 45%;
    margin:0 auto;
  }
  .service-inner-banner .banner_wrap{
    padding-bottom: 130px;
  }

}
@media (max-width: 767px){
  .career-page .hs-about-main .content_wd_img .content-wrapper {
  padding: 0px 0;
}
  .hs-management-bottom.hs-form-section .dnd-section{
    padding-top:0;
  }
  .time-labor-banner_wrap .banner_wrap .content h1{
    padding-bottom: 7px;
  }
  .service-inner-banner .banner_wrap{
    padding-bottom: 80px;
  }
  .hs-contact-main .span5>div{
    max-width: 100%;
    margin:0 auto;
  }
  .hs-home-main .hs_cos_wrapper_type_header h1{
    font-size: 24px;
    line-height: 1.6em;
  }
  .hs-home-main .dnd-section:first-child>.row-fluid {
    padding-bottom: 0;
  }
  .hs-home-middle .dnd-section{
    padding-bottom: 10px;
  }
  .hs-home-main .widget-type-space{
    width: 15%;
  }
  .hs-about-main .logos_wrap {
    padding: 50px 0 0;
  }
  .hs-about-main .logos_wrap .content-wrapper {
    padding-top: 30px
  }
  .hs-about-main  .logos_wrap .spacer_wrap {
    width: 15%;
  }
  .service-page .logos_wrap h3,
  .hs-overview-main .logos_wrap h3{
    line-height:normal;
  }
  .career_banner .banner_wrap .content h2,
  .hs-overview-bottom .hs_cos_wrapper_type_form .form-title{
    font-size:32px;
  }
  .hs-overview-bottom .hs_cos_wrapper_type_form {
    padding: 60px 40px;
  }
  .about-2-page .hs-about-main .content_wd_img .left_col {
    padding-bottom: 140px;
    padding-left: 0%;
  }
  .about-2-page .hs-about-main .content_wd_img {
    padding: 0px;
  }
  .about2_banner .banner_wrap{
    padding-bottom: 80px;
  }
  .about-2-page .hs-about-main .content_wd_img .btn {
    line-height: 1.7;
    letter-spacing: 1px;
    margin-bottom: 0px; 
    width: 100%;
  }
  .about-2-page .hs-about-main .content_wd_img .content:last-child .btn-wrap {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .about-2-page .success_wrap .spacer_wrap{
    width: 15%;
  }
  .hs-form-section .hs_cos_wrapper_type_form,
  .get_in_touch.title_form .content-wrapper {
    padding: 60px 40px;
  }
  .who-we-are-page .hs-about-main .logos_wrap {
    padding: 50px 0;
  }
  .hs-safety-bottom.hs-form-section .form-title,
  .hs-form-section .form-title{
    font-size: 22px;
    max-width: 100%;
  }  
  .hs-time-labor-bottom.hs-form-section h3.form-title,
  .hs-tax-filing-bottom.hs-form-section .form-title,
  .hs-tax-filing-main.hs-form-section .form-title,
  .hs-management-bottom.hs-form-section .form-title,
  .hs-payroll-bottom.hs-form-section .form-title{ 
    font-size:32px;
  }
  .hs-tax-filing-middle .logos_wrap .content-wrapper {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}
@media (max-width: 479px){
  .hs-tax-filing-middle .logos_wrap .content-wrapper {
    padding-bottom: 31px;
  }
  .hs-time-labor-main .span3 {
    width: 100%;
    margin-right: 0;
    float: left;
  }
}
@media (max-width: 400px){
  .hs-home-middle .hs_cos_wrapper_type_header h1 {
    font-size: 111px;
  }
  .hs-time-labor-bottom.hs-form-section h3.form-title,
.career_banner .banner_wrap .content h2,
  .hs-overview-bottom .hs_cos_wrapper_type_form .form-title{
    font-size: 23px;
}
}

.access-page .hs-form-section .dnd-section>.row-fluid,
.hs-form-section .hs_cos_wrapper_type_form{
  animation-duration: 2s;
  animation-delay: 0.5s;
}

.access-page .hs-form-section .hs_cos_wrapper_type_form {
  animation: none !important;
  visibility: visible!important;
  animation-name: none!important;
  animation-name: none;
  animation-delay: unset!important;
}
/*************************************************************************************************************************************************************************************************************************************************/

.submit-page input.hs-button.primary.large {
  -webkit-font-smoothing: auto;
}
.login-page .dnd-section {
  padding: 0;
}

.login-page .login_card .top_section .page-center {
  padding-top: 5%;
  padding-bottom: 6.3%;
}

.login-page .login_card .btn-wrap.col:last-child a:hover{
  color: #ffffff;
  background-color: #2973a0!important;
}

.login-page .login_card .btn-wrap.col:last-child a:hover:after{
  opacity:0;!important;
}

.login-page .hs-full-width-main .widget-type-rich_text h2 {
  font-weight: 600;
  color: #2A3958;
  font-size: 26px;
}

.pricing-page .hs_cos_wrapper_type_form {
  max-width: 100%;
  box-shadow: none;
  padding:0;
}
.pricing-page h1 {
  font-size: 30px;
  line-height: normal;
  color: #333;
  padding-bottom: 10px;
  font-weight: 500;
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
}

.pricing-page h2 {
  line-height: normal;
  font-size: 26px;
  color: #333;
  padding-bottom: 10px;
  font-weight: 500;
}

.pricing-page fieldset.form-columns-3 .hs-form-field {
  display: flex;
  flex-direction: column;
}
.pricing-page .hs-form fieldset.form-columns-3 .hs-form-field:last-child{
  align-items: flex-start;
}
.pricing-page .form-columns-3 .hs-form-field>label{
  order: 1;
}
.pricing-page .form-columns-3 .hs-form-field .input {
  order: 2;
}
.pricing-page .form-columns-3 .hs-form-field legend.hs-field-desc {
  order: 3;
}
.pricing-page .hs-form  fieldset.form-columns-3 .hs-form-field {
  width: 32%!important;
  float: left;
}
.pricing-page form .inputs-list>li>label span{
  display: inline-block;
  font-size: 15px;
}
.pricing-page form .inputs-list>li {
  display: block;
  margin: 0;
  margin-bottom: 1px;
}
.pricing-page .hs_firstname.hs-firstname, .pricing-page .hs_lastname{
  display: flex;
  flex-direction: column;
}

.pricing-page .hs-firstname .input ,.pricing-page .hs_lastname .input{
  order: 2;
}

.pricing-page .hs-firstname legend.hs-field-desc, .pricing-page .hs_lastname legend.hs-field-desc  {
  order: 3;
}

.pricing-page .hs_lastname .input {
  margin-top: 33px;
}

.pricing-page legend.hs-field-desc {
  font-size: 15px;
  padding-top: 5px;
}

.pricing-page .hs_submit input.hs-button.primary.large {
  margin: 6px 0 0;
}

.pricing-page fieldset.form-columns-3 {
  display: flex;
  justify-content: space-between;
}

.pricing-page .hs_submit.hs-submit {
  padding-bottom: 16px;
  margin-bottom: 8px;
}

.request-page .dnd-section:last-child>.row-fluid{  
  background-color: #ffffff;
  border: 1px solid;
  border-color: #77b7c6; 
  box-shadow: none;
  padding: 3%;
}

.request-page .hs_cos_wrapper_type_form{
  box-shadow: none;
  padding:0;
  max-width: 100%;
}

.request-page{
  margin-top:4px;
  padding-top: 4vw;
  padding-bottom: 6vw;
}
.request-page h1 {
  font-size: 30px;
  line-height: normal;
  color: #333;
  padding-bottom: 10px;
  font-weight: 500;
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
}
.request-page h3 {
  padding-bottom: 15px;
}
.request-page h3 span {
  font-weight: 500!important;
  color: #333!important;
  padding-bottom: 10px;
  font-size: 22px;
  line-height: normal;
}
.request-page .hs-richtext {
  word-break: break-word;
  margin: 0;
}

.request-page .hs_firstname ,.request-page .hs_lastname{
  display: flex;
  flex-direction: column;
}

.request-page legend.hs-field-desc {
  order: 3;
  margin: 1px 0 9px 1px;
  display: block;
  font-size: .813em;
  letter-spacing: .5pt;
  white-space: nowrap;
  line-height: normal;
}

.request-page .hs_lastname .input {
  margin-top: 20px;
}


.request-page .form-columns-2 input.hs-input {
  margin-top: 11px;
}
.request-page input.hs-input {
  padding: 5px 4px;
  margin-top: 8px;
  line-height: normal;
  font-size: 16px;
}

.request-page form .inputs-list>li>label.hs-form-checkbox-display {
  margin: 0;
  font-size: 16px;
  line-height: normal;
  color: #666;
  margin-top: 8px;
  display: block;
}
.request-page form .hs-form-field>label {
  display: inline-block;
  line-height: 1.3;
  clear: both;
  margin:0;
}
.request-page form fieldset{
  margin-top: 16px;
  margin-bottom: 10px;
  line-height:normal;
}
.request-page form fieldset:first-child {
  margin: 0;
}

.request-page form {
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.request-page .hs-form-checkbox-display input.hs-input {
  margin: 3px;
  margin-left: 4px;
}
.request-page span.hs-form-required {
  color: #790000;
  margin-left: 10px;
  display: inline-block;
  font-size: 13.008px;
  padding-left: 0.125em;
}

.submit-page .hs_cos_wrapper_type_form {
  max-width: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  box-shadow: none;
  padding: 0;
  text-align: left;
  margin-left: 0px;
  margin-right: auto;
}
.submit-page form {
  display: block;
  margin-bottom: 16px;
}
.submit-page  form.hs-form .field {
  margin-bottom: 18px;
  width: 100%;
}
.submit-page  form textarea {
  margin-top: 0px;
  height: 66px!important;
  vertical-align: middle;
}
.submit-page  form.hs-form .hs-form-field>label {
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #33475b;
  letter-spacing: 0;
}

.submit-page form .hs-form-required {
  color: #c02b0a;
  display: inline-block;
  font-size: 13.008px;
  padding-left: 0;
  color: red;
}
.submit-page form input[type=text],
.submit-page form input[type=email], 
.submit-page form input[type=password], 
.submit-page form input[type=tel], 
.submit-page form input[type=number], 
.submit-page form input[type=file], 
.submit-page form select, 
.submit-page form textarea {
  border-radius: 3px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  height: 40px;
  display: inline-block;
  background-color: #f5f8fa;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
}

.submit-page form input[type=text]:focus,
.submit-page form input[type=email]:focus, 
.submit-page form input[type=password]:focus, 
.submit-page form textarea:focus {
  outline: none;
  border-color: rgba(82,168,236,.8);
}

.submit-page input.hs-button.primary.large {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  background-color: #ff7a59;
  border-color: #ff7a59;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
  font-size: 12px;
  line-height: 12px;
  text-transform: capitalize;
}

.submit-page  label.hs-error-msg, .submit-page .hs_error_rollup label.hs-main-font-element {
  font-size:14px;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  color: #f2545b;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  border: none;
  background-color: transparent;
  color: #f2545b!important;
  box-shadow:none;
}
.submit-page h3 {
  margin-bottom: 2.75%;
  line-height: 1.4em;
}
.submit-page form input[type=file] {
  padding: initial;
  border: initial;
  vertical-align:middle;
  line-height: initial;
  box-shadow: none;
  background: t;
  background-color: transparent;
}

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

.access-page .hs-form-section .hs_cos_wrapper_type_form {
  padding: 0px;
  box-shadow: none;
}

.access-page .hs-form-section .dnd-section>.row-fluid {
  padding: 60px;
  display:block;
  box-shadow: 0px 15px 80px -6px rgb(0 0 0 / 20%);
}


.access-page .hs-form-section h3 {
  font-family: 'Playfair Display',Georgia,"Times New Roman",serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 38px;
  line-height: 1.4em;
  text-align: center;
  margin-bottom:26px;

}
.access-page .hs-form-section p {
  letter-spacing: 0.5px;
  line-height: 2em;
  font-weight: 400;
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  margin-bottom: 26px;
}
.access-banner .banner_wrap {
  background-position: center bottom 0px;
}
.access-banner .banner_wrap .btn-wrap .btn{
  background-color: #FFEBA5;
  color:#163349;
}

.access-banner .banner_wrap .btn-wrap .btn:hover{
  background-color: #163349;
  color:white;
}
.hs-form-section h3.form-title {
  max-width:800px;
  font-family: 'Playfair Display',Georgia,"Times New Roman",serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 38px;
  line-height: 1.4em;
  text-align: center;
  letter-spacing: 0.5px;
}

.parking-banner_wrap .banner_wrap {
  background-position:50%;
}
.parking-banner_wrap .banner_wrap .btn-wrap .btn{
  background-color: #FFEBA5;
  color:#163349;
}

.parking-banner_wrap .banner_wrap .btn-wrap .btn:hover{
  background-color: #163349;
  color:white;
}
.submit-page form.hs-form .hs-form-field>label {
  -webkit-font-smoothing: auto;
}

.pricing_banner .banner_wrap{
  background-color: #666666;
}

.submit-page .hs_error_rollup label.hs-main-font-element {
    padding-top: 6px;
}
.submit-page form textarea{
    padding: 10px 15px;
}
.submit-page form .hs-input.invalid.error {
    border-color: #c87872;
}
.submit-page label.hs-error-msg,
.submit-page .hs_error_rollup label.hs-main-font-element{
    letter-spacing: 0;
}
.submit-page label.hs-error-msg{
    margin-top: 0;
}
.submit-page form .inputs-list {
    padding-left: 5px;
}
@media only screen and (min-width: 641px){
  .request-page form fieldset{
    padding-right: 16px;
  }
  .request-page .hs_client_id input.hs-input ,.request-page .hs_email input.hs-input{
    width: calc(50% - 8px)!important;
  }
}

@media only screen and (max-width: 640px){
 .request-page form input[type=submit]{
    width: 100%;
}
  .request-page .form-columns-2 input.hs-input{
    margin-top: 0;
  }
  .request-page .form-columns-2 .hs-form-field:first-child input.hs-input {
    margin-top: 15px;
  }
  .request-page .hs_lastname .input {
    margin-top: 0;
  }
  .request-page fieldset.form-columns-2 .hs-form-field {
    margin-bottom: 2px!important;
  }
  .request-page h3 {
    padding-bottom: 31px;
  }
  .request-page form fieldset {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: normal;
  }
  .request-page form fieldset .hs_client_id {
    margin-top: -5px;
  }
  .request-page form fieldset .hs_consent ,
  .request-page form fieldset .hs_email {
    padding-top: 6px;
  }
}

@media only screen and (min-width: 981px){
  .submit-page h3 {
    margin-bottom: 2.75%;
  }
  .submit-page .hs_cos_wrapper_type_form {
    max-width: 70%;
  }


}
@media (max-width: 980px){
  .request-page {
    margin-top: 0;
  }
  .login-page .login_card .main-content span {
    font-size: 48px;
  }
  .login-page .login_card .top_section .page-center {
    padding-top: 8%;
    padding-bottom: 130px;
  }

  .parking-access-page .two_col_wd_content.left .right_col.col {

    text-align: left!important;
    margin-left: 0!important;
  }
  .hs-parking-access .two_col_wd_content.left .content-wrapper {
    padding-top: 0;
  }
  .hs-parking-access .two_col_wd_content.left .image-wrap {
    text-align: center;
  }
}
@media only screen and (max-width: 767px){
  .login-page .login_card .top_section .page-center {
    padding-bottom: 80px;
  }
  .login-page .login_card .main-content span {
    font-size: 32px;
  }
  .access-page .hs-form-section h3 {
    font-size: 26px;
  }
  .parking-access-page .hs-form-section h3.form-title{
    font-size: 28px;
  }
  .access-pa.hs-form-section h3.form-titlege .hs-form-section p {
    line-height: normal;
  }

  .access-page .hs-form-section .dnd-section>.row-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
  .parking-access-page .hs-parking-access .right_col.col.wow.animate.fadeInRight {
    max-width: 70%;
    text-align: left;
    margin-left: 0;
  }
  .hs-parking-access .two_col_wd_content.left .image-wrap {
    text-align: left;
  }
}



@media only screen and (max-width: 640px){
  .pricing-page fieldset.form-columns-3 {
    display: block;
  }

  .pricing-page .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100%!important;
    float: none;
    padding-bottom: 16px;
  }

  .pricing-page .hs-form fieldset.form-columns-3 .hs-form-field:last-child{
    padding-bottom: 8px;
  }
  .pricing-page .hs_lastname .input {
    margin-top: 0;
  }
  .pricing-page  fieldset.form-columns-2 .hs-form-field {
    margin-bottom: 0px !important; 
  }
  .pricing-page  .hs_mobilephone.hs-mobilephone.hs-fieldtype-phonenumber.field.hs-form-field {
    margin-top: 16px;
  }
  .pricing-page .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    margin-top: 10px;
  }
  .submit-page form {
    display: block;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 980px){
  .submit-page h3 {
    margin-bottom: 30px;
  }
  .submit-page  form input[type=submit] {
    line-height: 12px!important; 
    min-height: inherit; 
  }
}








.hs-client-page section.content-wrapper {
  padding-top: 58px;
  padding-bottom: 0;
  position:relative;
}
.hs-client-page .left-section {
  margin-bottom: 60px;
}

.hs-client-page  h1 {
  line-height: normal;
  font-size: 30px;
  color: #333;
  padding-bottom: 10px;
  font-weight: 500;
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
}
.hs-client-page .right-section.blog_search {
  margin-bottom: 30px;
  padding-bottom: 6px;
}
.hs-client-page  form {
  display: block;
}

@media (min-width:981px){
  .hs-client-page .left-section {
    float: left;
    padding-right: 5.5%;
    width: 79.125%;
    padding-bottom: 23px;
  }

  .hs-client-page .right-section.blog_search {
    padding-left: 30px;
    float: left;
    width: 20.875%;
  }
  .hs-client-page section.content-wrapper:before {
    right: 20.875%!important;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #e2e2e2;
  }

}

@media (max-width:980px){
  .hs-client-page .left-section {
    width: 100%!important;
  }

  .hs-client-page .right-section.blog_search {
    width: 100%!important;
    margin-left: 0;
    border-left: none;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
  .hs-client-page .left-section {
    margin-bottom: 20px;
  }
  .migration .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
    width: 100%;
    margin-bottom:20px;
  }
}