/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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 how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: FreightDispProMedium-Italic;
  src: url("https://4848763.fs1.hubspotusercontent-na1.net/hubfs/4848763/Surety_April_2020/Fonts/FreightDispProMedium-Italic.eot#iefix") format("embedded-opentype"), 
    url("https://4848763.fs1.hubspotusercontent-na1.net/hubfs/4848763/Surety_April_2020/Fonts/FreightDispProMedium-Italic.woff2") format("woff2"), 
    url("https://4848763.fs1.hubspotusercontent-na1.net/hubfs/4848763/Surety_April_2020/Fonts/FreightDispProMedium-Italic.woff") format("woff"),
    url("https://4848763.fs1.hubspotusercontent-na1.net/hubfs/4848763/Surety_April_2020/Fonts/FreightDispProMedium-Italic.ttf") format("truetype");
}

@font-face {
  font-family: FreightDispProBook-Regular;
  src: url("https://4848763.fs1.hubspotusercontent-na1.net/hubfs/4848763/Surety_April_2020/Fonts/FreightDispProBook-Regular.eot#iefix") format("embedded-opentype"),
    url("https://4848763.fs1.hubspotusercontent-na1.net/hubfs/4848763/Surety_April_2020/Fonts/FreightDispProBook-Regular.woff2") format("woff2"),
    url("https://4848763.fs1.hubspotusercontent-na1.net/hubfs/4848763/Surety_April_2020/Fonts/FreightDispProBook-Regular.woff") format("woff"),
    url("https://4848763.fs1.hubspotusercontent-na1.net/hubfs/4848763/Surety_April_2020/Fonts/FreightDispProBook-Regular.ttf") format("truetype");
}


@font-face {
  font-family: FreightDispProMedium-Regular;
  src: url("https://4848763.fs1.hubspotusercontent-na1.net/hubfs/4848763/Surety_April_2020/Fonts/FreightDispProMedium-Regular.eot#iefix") format("embedded-opentype"), 
    url("https://4848763.fs1.hubspotusercontent-na1.net/hubfs/4848763/Surety_April_2020/Fonts/FreightDispProMedium-Regular.woff2") format("woff2"),
    url("https://4848763.fs1.hubspotusercontent-na1.net/hubfs/4848763/Surety_April_2020/Fonts/FreightDispProMedium-Regular.woff") format("woff"), 
    url("https://4848763.fs1.hubspotusercontent-na1.net/hubfs/4848763/Surety_April_2020/Fonts/FreightDispProMedium-Regular.ttf") format("truetype");
}

@font-face {
  font-family: FreightDispProBold-Regular;
  src: url("https://4848763.fs1.hubspotusercontent-na1.net/hubfs/4848763/Surety_April_2020/Fonts/FreightDispProBold-Regular.eot#iefix") format("embedded-opentype"),
    url("https://4848763.fs1.hubspotusercontent-na1.net/hubfs/4848763/Surety_April_2020/Fonts/FreightDispProBold-Regular.woff2") format("woff2"),
    url("https://4848763.fs1.hubspotusercontent-na1.net/hubfs/4848763/Surety_April_2020/Fonts/FreightDispProBold-Regular.woff") format("woff"),
    url("https://4848763.fs1.hubspotusercontent-na1.net/hubfs/4848763/Surety_April_2020/Fonts/FreightDispProBold-Regular.ttf") format("truetype");
}


@font-face {
  font-family: "Socicon";
  src: url("https://4848763.fs1.hubspotusercontent-na1.net/hubfs/4848763/Surety_April_2020/Fonts/Socicon.eot#iefix") format("embedded-opentype"),
    url("https://4848763.fs1.hubspotusercontent-na1.net/hubfs/4848763/Surety_April_2020/Fonts/Socicon.woff2") format("woff2"),
    url("https://4848763.fs1.hubspotusercontent-na1.net/hubfs/4848763/Surety_April_2020/Fonts/Socicon.woff") format("woff"),
    url("https://4848763.fs1.hubspotusercontent-na1.net/hubfs/4848763/Surety_April_2020/Fonts/Socicon.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}


html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.6;
  background: #000;
}

.body-wrapper {
  background: #f7f7f7;
}

p {
  font-family: Lato, serif;
  margin: 20px 0;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  -webkit-transition: background-color .15s linear,background-position .15s linear,border .15s linear,color .15s linear,opacity .15s linear,-webkit-box-shadow .15s linear,-webkit-text-decoration .15s linear;
  transition: background-color .15s linear,background-position .15s linear,border .15s linear,color .15s linear,opacity .15s linear,-webkit-box-shadow .15s linear,-webkit-text-decoration .15s linear;
  transition: background-color .15s linear,background-position .15s linear,border .15s linear,box-shadow .15s linear,color .15s linear,opacity .15s linear,text-decoration .15s linear;
  transition: background-color .15s linear,background-position .15s linear,border .15s linear,box-shadow .15s linear,color .15s linear,opacity .15s linear,text-decoration .15s linear,-webkit-box-shadow .15s linear,-webkit-text-decoration .15s linear;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 40px 0 20px;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  margin: 0 0 20px;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.3;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.3;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.3;
}

h5 {
  font-size: 1rem;
  line-height: 1.6;
  /*   letter-spacing: .075em; */
}

h6 {
  font-size: .9rem;
  line-height: 1.6;
  letter-spacing: .075em;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 0 0 0 20px;
  margin: 25px 0;
  line-height: 1.6;
  font-size: 16px;
}

ul li,
ol li {
  margin: 8px 0;
  position: relative;
  list-style: none;

}

.body-wrapper ul:not([class]) li:not([class]):before {
  position: absolute;
  height: 6px;
  width: 6px;
  top: 7px;
  left: -17px;
  background: #c48d32;
  border-radius: 100%;
  content: '';
  top: 8px;
}

ol {
  counter-reset: li;
}

.body-wrapper ol:not([class]) li:not([class]):before {
  position: absolute;
  font-family: Lato,sans-serif;
  font-style: normal;
  font-weight: 700;
  top: 0;
  right: 100%;
  color: #c48d32;
  content: counter(li);
  counter-increment: li;
  padding-right: 10px;
  text-align: right;
}

img {
  max-width: 100%;
  width: auto;
}

main{}

a {
  border-bottom: 1px solid transparent;
}


ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

ul ul ,ol ol{
  font-size: 16px;
  margin: 25px 0;
  padding: 0 0 0 20px;
}

blockquote {
  position: relative;
  clear: both;
  margin: 40px 0;
  padding: 0 0 0 80px;
  border: 0;
}

blockquote:before{
  content: ' ';
  vertical-align: middle;
  display: inline-block;
  background-image: url(https://4848763.fs1.hubspotusercontent-na1.net/hubfs/4848763/Surety_April_2020/Images/sprite.svg);
  background-repeat: no-repeat;
  background-size: 49.5em 177.4em;
  background-position: -.5em -39.6em;
  width: 5.4em;
  height: 5.4em;
  display: block;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  font-size: 10px;
  top: 10px;
}

p + hr {
  border: 3px solid #ccc;
  border-width: 3px 0 0;
  margin: 20px 0;
}

blockquote p {
  line-height: 1.2;
  margin: 0;
  font-family: FreightDispProMedium-Italic,serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
  font-size: 26px;
}




/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  height: 0;
  margin:0;
  background: transparent;
  margin: 40px 0 50px 0;
  display: block;
}

.disable-focus-styles :focus {
  outline: none;
}




@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 767px) {
  ul,
  ol {
    font-size: 14px;
  }
}


@media(max-width:739px){

  p {
    margin: 15px 0;
  }

  hr {
    margin: 20px 0 30px 0;
  }

  ul, ol{
    margin: 20px 0;
  }

}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}


@media(min-width:740px){
  blockquote p {
    font-size: 30px;
  }
}
@media(min-width:980px){
  blockquote p {
    font-size: 34px;
  }

  blockquote {
    margin: 60px 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 728px;
  font-family: Lato, sans-serif;
}

input.hs-button.primary,
.btn-large-icon,
.btn,
a.hs-button,
.actions ,
.button--primary{
  margin: 10px 0 0 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 20px;
  padding: 15px 53px;
  letter-spacing: 0;
  line-height: 1.2;
  
  text-decoration: none;
  -webkit-transition: background-color .15s linear,background-position .15s linear,border .15s linear,color .15s linear,opacity .15s linear,-webkit-box-shadow .15s linear,-webkit-text-decoration .15s linear;
  transition: background-color .15s linear,background-position .15s linear,border .15s linear,color .15s linear,opacity .15s linear,-webkit-box-shadow .15s linear,-webkit-text-decoration .15s linear;
  transition: background-color .15s linear,background-position .15s linear,border .15s linear,box-shadow .15s linear,color .15s linear,opacity .15s linear,text-decoration .15s linear;
  transition: background-color .15s linear,background-position .15s linear,border .15s linear,box-shadow .15s linear,color .15s linear,opacity .15s linear,text-decoration .15s linear,-webkit-box-shadow .15s linear,-webkit-text-decoration .15s linear;
}



.actions .hs-button {
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  padding: 15px 53px;
  letter-spacing: 0;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: background-color .15s linear,background-position .15s linear,border .15s linear,color .15s linear,opacity .15s linear,-webkit-box-shadow .15s linear,-webkit-text-decoration .15s linear;
  transition: background-color .15s linear,background-position .15s linear,border .15s linear,color .15s linear,opacity .15s linear,-webkit-box-shadow .15s linear,-webkit-text-decoration .15s linear;
  transition: background-color .15s linear,background-position .15s linear,border .15s linear,box-shadow .15s linear,color .15s linear,opacity .15s linear,text-decoration .15s linear;
  transition: background-color .15s linear,background-position .15s linear,border .15s linear,box-shadow .15s linear,color .15s linear,opacity .15s linear,text-decoration .15s linear,-webkit-box-shadow .15s linear,-webkit-text-decoration .15s linear;
  padding-right: 71.13px;
}


input.email-edit.hs-input {
  width: 100% !important;
  height: auto !important;
  padding: 22px !important;
}

a.hs-button,
input.hs-button.primary {
  margin: 10px 0;
}

input.hs-button.primary {}

input#hs-pwd-widget-password {
  outline: none !important;
}

.btn-large-icon:hover,
.btn-large-icon:focus,
.actions:hover,
a.hs-button:hover, 
a.hs-button:focus 
{
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}

.btn,.btn-large-icon {
  margin: 0;
}


.btn-large-icon:after {
  content: '';
  margin: 0 0 0 14px;
  vertical-align: middle;
  display: inline-block;
  background-image: url(https://4848763.fs1.hubspotusercontent-na1.net/hubfs/4848763/Surety_April_2020/Images/sprite.svg);
  background-repeat: no-repeat;
  background-size: 49.5em 177.4em;
  background-position: -.5em -37.2em;
  width: 3.7em;
  height: 1.4em;
  font-size: 10px;
  position: relative;
  top: -3px;
  -webkit-transition: -webkit-transform .15s ease;
  transition: -webkit-transform .15s ease;
  transition: transform .15s ease;
  transition: transform .15s ease,-webkit-transform .15s ease;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}

a.hs-button.large.primary,
.actions {
  position: relative;
}

a.hs-button.large.primary:after,
.actions:after {
  content: ' ';
  vertical-align: middle;
  display: inline-block;
  background-image: url(https://4848763.fs1.hubspotusercontent-na1.net/hubfs/4848763/Surety_April_2020/Images/sprite.svg);
  background-repeat: no-repeat;
  background-size: 49.5em 177.4em;
  background-position: -.5em -37.2em;
  width: 3.7em;
  height: 1.4em;
  font-size: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-6px);
  right: 19%;
  -webkit-transition: -webkit-transform .15s ease;
  transition: -webkit-transform .15s ease;
  transition: transform .15s ease;
  transition: transform .15s ease,-webkit-transform .15s ease;
  -webkit-transform: translate(0,-6px);
  transform: translate(0,-6px);
  pointer-events: none;
}

.actions .hs-button {
  padding-right: 86px;
}

a.hs-button.large.primary:after {
  position: relative;
  top: 5px;
  right: 0;
  margin: 0 0 0 10px;
}

a.hs-button.large.primary:hover:after,
.actions:hover:after {
  -webkit-transform: translate(5px,-6px);
  transform: translate(5px,-6px);
}


.btn-large-icon:hover:after {
  -webkit-transform: translate(5px,0);
  transform: translate(5px,0);
}

@media(max-width:979px){
  .btn-large-icon, .btn,  a.hs-button, .actions, .button--primary {
    font-size: 18px;
  }


}
@media(max-width:739px){

  input.hs-button.primary {
    font-size: 16px;
  }

  .btn-large-icon, .btn, a.hs-button, .actions, .button--primary {
    font-size: 16px;
  }
}


form select {
  padding-right: 80px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(https://4848763.fs1.hubspotusercontent-na1.net/hubfs/4848763/Surety_April_2020/Images/download.png);
  background-size: 80px;
  background-position: right center;
  background-repeat: no-repeat;
}

.order-title-2-page form,
.order-title-foreclosure-page form {
  margin: auto;
}

.order-title-foreclosure-page fieldset {
   max-width: none !important;
}

.progress {
    font-family: Lato,sans-serif;
    font-style: normal;
    font-weight: 700;
    display: inline-block;
    border-bottom: 3px solid #c48d32;
    color: #c48d32;
    font-size: 14px;
    letter-spacing: .15em;
    padding: 0 0 5px;
    text-transform: uppercase;
}

.order-title-foreclosure-page .hs_submit.hs-submit,
.order-title-foreclosure-page .form-title-section,
.order-title-2-page .hs_submit.hs-submit,
.order-title-2-page .form-title-section {
   text-align: center;
}



/*================*/

h3.form-title {
  font-size: 30px;
  margin: 30px 0 15px;
}


.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
  color: #c48d32 !important;
  text-transform: uppercase;
  font-family: lato;
  font-size: 16px;
  letter-spacing: .1em;
  font-weight: 600;
}

.order-title-foreclosure-page .hs-form label,
.order-title-2-page .hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
  color: #c48d32 !important;
  text-transform: uppercase;
  font-family: lato;
  font-size: 16px;
  letter-spacing: .1em;
  font-weight: 600;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #7f0000;
}

input.email-edit.hs-input,
input#hs-pwd-widget-password,
.hs-search-field__input,
.hs-input {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 22px;
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: background-color .15s linear,background-position .15s linear,border .15s linear,color .15s linear,opacity .15s linear,-webkit-box-shadow .15s linear,-webkit-text-decoration .15s linear;
  transition: background-color .15s linear,background-position .15s linear,border .15s linear,color .15s linear,opacity .15s linear,-webkit-box-shadow .15s linear,-webkit-text-decoration .15s linear;
  transition: background-color .15s linear,background-position .15s linear,border .15s linear,box-shadow .15s linear,color .15s linear,opacity .15s linear,text-decoration .15s linear;
  transition: background-color .15s linear,background-position .15s linear,border .15s linear,box-shadow .15s linear,color .15s linear,opacity .15s linear,text-decoration .15s linear,-webkit-box-shadow .15s linear,-webkit-text-decoration .15s linear;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: transparent;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
  margin-left: 10px;
  display: inline-block;
  width: auto;
  text-align: center;
  margin: auto;
  position: relative;
  height: 70px;
  padding-top: 30px;
  font-size: 14px;
}

input[name=financing_or_cash_documents]{
  /*color: transparent !important;*/
}
input[name=financing_or_cash_documents]::-webkit-file-upload-button {
  visibility: hidden;
}
input[name=financing_or_cash_documents]::before {
  content: url(https://4848763.fs1.hubspotusercontent-na1.net/hubfs/4848763/Surety_April_2020/Images/upload.png?noresize);
  color: black;
  display: inline-block;
  background: transparent;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
}

.hs_buyer_attorney_company:before {
    content: "Buyer's Attorney";
    font-family: FreightDispProMedium-Regular;
    font-size: 36px;
    text-align: center;
    margin: auto;
    display: inherit;
    margin-bottom: 30px;
    margin-top: 50px;
}

.hs_sellers_attorney_company:before {
    content: "Seller's Attorney";
    font-family: FreightDispProMedium-Regular;
    font-size: 36px;
    text-align: center;
    margin: auto;
    display: inherit;
    margin-bottom: 30px;
    margin-top: 50px;
}

.hs_are_there_attorneys_involved_ .inputs-list label {
  width: 60px;
  margin: auto;
}



input[name=financing_or_cash_documents]:hover::before {
  border-color: black;
}

input[name=financing_or_cash_documents]:active {
  outline: 0;
}


/*
.hs_buyer_attorney_company,
.hs_buyer_attorney_name,
.hs_buyer_attorney_email,
.hs_buyer_attorney_phone,
.hs_sellers_attorney_company,
.hs_sellers_attorney_name,
.hs_sellers_attorney_email,
.hs_sellers_attorney_phone  {
  width: 60%;
  margin-left: auto !important;
  text-align: center;
  margin-right: auto !important;
}*/


.text-input label, .comments {
    color: #c48d32;
    text-transform: uppercase;
    font-family: lato;
    font-size: 16px;
    letter-spacing: .1em;
    font-weight: 600;
}

.hs-input:-moz-placeholder {
  color: #c48d32;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.hs-input::-webkit-input-placeholder {
  color: #c48d32;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #7f0000;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #7f0000;
}


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

ul.hs-error-msgs li label {
  font-size: 14px;
  margin: 5px 0 0;
  text-align: left;
  text-transform: uppercase;
  color: #7f0000;
}


.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

.order-title-2-page .inputs-list.multi-container,
.order-title-foreclosure-page .inputs-list.multi-container{
  column-count: 2;
  max-width: 300px;
  margin: auto;
}

.inputs-list.multi-container li{
  margin: 0px;
}

.hs_financing_or_cash_documents div.input {
  margin: auto;
  text-align: center;
}












@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}

/*==================*/

textarea.hs-input {
  height: 174px;
}

.hs-form-field {
  margin: 0 0 20px;
}

.hs-form-field .grecaptcha-badge {
  margin-left: 0;
}


@media(min-width: 740px) {
  h3.form-title {
    font-size: 34px;
  }
}

@media(min-width: 980px) {

  .hs-form-field {
    margin: 0 0 30px;
  }


  h3.form-title {
    font-size: 38px;
    margin: 40px 0 20px;
  }

}

@media(max-width: 979px) {
  a.hs-button.large.primary:after,
  .actions:after {
    font-size: 8px;
  }

  textarea.hs-input {
    height: 148px;
  }


  input.email-edit.hs-input,
  input#hs-pwd-widget-password,
  .hs-search-field__input, .hs-input {
    font-size: 16px;
    padding: 18px;
    line-height: normal;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}

/*=====================*/

@media(min-width:980px){
  .custom-menu-primary {
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0 -10px 0 0;
  }

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

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display: block;
    font-family: Lato,sans-serif;
    font-style: normal;
    font-weight: 700;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    letter-spacing: .15em;
    font-size: 13px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none;
    display: block;
    position: absolute;
    width: 250px;
    top: 95%;
    left: 50%;
    z-index: 2;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.15);
    box-shadow: 0 2px 5px rgba(0,0,0,.15);
    opacity: 0;
    margin: 0 0 0 -125px;
    padding: 15px;
    text-align: left;
    visibility: hidden;
    -webkit-transition: opacity .1s linear,visibility .1s linear,-webkit-transform .1s linear;
    transition: opacity .1s linear,visibility .1s linear,-webkit-transform .1s linear;
    transition: opacity .1s linear,transform .1s linear,visibility .1s linear;
    transition: opacity .1s linear,transform .1s linear,visibility .1s linear,-webkit-transform .1s linear;
    -webkit-transform: scale(.95) translateY(-3px);
    transform: scale(.95) translateY(-3px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }

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

  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a {
    text-transform: uppercase;
    font-family: Lato,sans-serif;
    font-style: normal;
    font-weight: 400;
    border: none;
    color: #fff;
    font-size: 14px;
    letter-spacing: .1em;
    padding: 5px;
    text-align: left;
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul:before {
    position: absolute;
    height: 1px;
    width: 1px;
    top: -4px;
    right: 0;
    left: 0;
    border-bottom: 4px solid rgba(0,0,0,.8);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: '';
    margin: 0 auto;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    visibility: visible;
  }

}

@media(max-width:1480px) and (min-width:980px){

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul {
    right: 0px;
    left: auto;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul:before {
    right: 20%;
    left: auto;
  }


}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;

  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
iframe {
  width: 100%;
}

.banner-section .span12 {
  min-height: 0;
}

/*========================*/

/*=================*/
/*======= Home PAge =======*/
.cm-tce-cntnt-with-image-wrapper .page-center {
  width: 100%;
}

.cm-tce-cntnt-with-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}


.cm-tce-image-wrapper, .cm-tce-cntnt-wrapper {
  width: 50%;
}

.cm-tce-cntnt-wrapper {
  border: 1px solid #ccc;
  padding: 40px 20px;
}
.cm-tce-cntnt-wrapper h2 {
  font-family: Lato,sans-serif;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  border-bottom: 3px solid #c48d32;
  color: #c48d32;
  font-size: 14px;
  letter-spacing: .15em;
  padding: 0 0 5px;
  text-transform: uppercase;
  border: none;
  margin: 0.83em 0;
}

.cm-tce-cntnt-wrapper p {
  margin: 0;
}

span.cm-tce-cntnt-with-image-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
  font-size: 10px;
}

span.cm-tce-cntnt-with-image-icon:before {
  background-position: -.5em -46em;
  width: 8.6em;
  height: 8.6em;
  position: absolute;
  right: 0;
  bottom: -25px;
  left: 0;
  margin: auto;
}

.cm-tce-image img {
  display: block;
}

.home-lay picture {
  display: block;
  width: 80%;
  max-width: 300px;
  border: 2px solid #c48d32;
  border-radius: 100%;
  margin: 0 auto 30px;
  position: relative;
  padding: 6px;
}

.home-lay picture img {
  width: 100%;
  display: block;
  border-radius: 100%;
}

.home-lay main [class*="span"] {
  min-height: unset;
}

.home-lay .dnd_area-row-5-force-full-width-section > .row-fluid {
  width: 100%;
}

.cm-logo-grp-with-bg-wrapper {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 60px 0;
  text-align: center;
}

.cm-logo-grp-with-bg-wrapper:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(28,31,44,.85);
  content: '';
}

.cm-logo-grp-with-bg-wrapper .page-center {
  position: relative;
  z-index: 50;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cm-logo-grp-with-bg {
  width: 97.91666667%;
  max-width: 97.91666667%;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 97.91666667%;
  flex: 0 0 97.91666667%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-left: 1.04166667%;
  margin-right: 1.04166667%;
}

.cm-logo-grp-with-bg h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}

.cm-logo-grp-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.cm-logo-grp {
  min-width: 100px;
  max-width: 260px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 20px;
  line-height: 0;
}

.cm-logo-grp-with-bg {
  margin-left: 1.04166667%;
  margin-right: 1.04166667%;
}

.cm-logo-grp-with-bg h2 {
  color: #fff;
}

.cm-logo-grp.fs-checkpoint-active:nth-child(1) {
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
}

.cm-logo-grp.fs-checkpoint-active:nth-child(2) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.cm-logo-grp.fs-checkpoint-active:nth-child(3) {
  -webkit-transition-delay: .45s;
  transition-delay: .45s;
}

.cm-logo-grp.fs-checkpoint-active:nth-child(4) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.cm-logo-grp.fs-checkpoint-active:nth-child(5) {
  -webkit-transition-delay: .75s;
  transition-delay: .75s;
}

.cm-logo-grp.fs-checkpoint-active:nth-child(6) {
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}


/*=========== Home SLide=============*/

.home-lay .container-fluid .dnd_area-row-6-force-full-width-section >.row-fluid, .home-lay .container-fluid .dnd-section.dnd_area-row-0-padding >.row-fluid {
  width: 100%;
}

.home-slide-body{
}

.home-slide-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}

.home-slide-item.slick-slide{
  /*   max-height:671px; */
}

.home-slide-body .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: flex;*/
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.home-slide-item .home-slide-item-body {
  width: 100%;
}

.home-slide-item{
  overflow:hidden;
}

.home-slide-icon strong {
  display: block;
}



@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: 1280px){
  .home-slide-body .slick-track {
    display: block;
  }
  /*======= safari ======*/
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .home-slide-item{
    overflow:hidden;
  }
  .home-slide-item .home-slide-item-body {
    width: 100%;
  }

  .home-slide-icon strong {
    display: block;
  }

  .home-slide-body .slick-track {
    display: block;
  }
  /*======= IE ======*/
}



.home-slide-item {
  height: auto !important;
}

.home-slide-item-inner {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background-position: center;
  bottom: 0;
  background-repeat: repeat;
  background-size: cover;
}

.home-slide-item .home-slide-item-body {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-slide-item .page-center {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.home-slide-item-body > div {
  width: 97.91666667%;
  max-width: 97.91666667%;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 97.91666667%;
  flex: 0 0 97.91666667%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-left: 1.04166667%;
  margin-right: 1.04166667%;
}

.home-slide-body * {
  outline: none !important;
}

.home-slide-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-slide-left {
  order: 1;
}



.home-slide-content-bg {
  position: absolute;
  display: block;
  z-index: 1;
  width: 150%;
  right: 150px;
  top: 50%;
  -webkit-transform: translate3D(0,-50%,0);
  transform: translate3D(0,-50%,0);
}

.home-slide-content-bg:before {
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 80px #c48d32;
  box-shadow: 0 0 0 80px #c48d32;
  content: '';
  opacity: .75;
  padding-bottom: 100%;
  -webkit-box-shadow: 0 0 0 120px #c48d32;
  box-shadow: 0 0 0 120px #c48d32;
}

.home-slide-content {
  position: relative;
  z-index: 2;
  width: 55%;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity .15s linear .25s,-webkit-transform .15s linear .25s;
  transition: opacity .15s linear .25s,-webkit-transform .15s linear .25s;
  transition: opacity .15s linear .25s,transform .15s linear .25s;
  transition: opacity .15s linear .25s,transform .15s linear .25s,-webkit-transform .15s linear .25s;
}

.slick-active .home-slide-content {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

a.btn.btn-small {
  font-size: 13px;
  margin: 15px 0 0;
  padding: 14px 20px;
  letter-spacing: .05em;
  line-height: 1.2;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.home-slide-left .slick-arrow {
  display: block;
  position: absolute;
  border: none;
  cursor: pointer;
  padding: 0;
}

.home-slide-left {
  position: relative;
}

.page_slide_subtitle {
  border-bottom: 2px solid #c48d32;
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 15px;
  padding: 0 0 20px;
  font-size: 20px;
  font-weight: bold;
  font-family: inherit;
}

.page_slide_intro {
  color: #000;
}

.home-slide-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  height: 150px;
  width: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  background: #fff;
  border: 3px solid #c48d32;
  border-radius: 100%;
}

.home-slide-right h1 {
  color: #fff;
  text-shadow: 0 3px 8px rgba(0,0,0,.4);
  line-height: 1.1;
  margin: 0;
  font-size: 45px;
  text-align: left;
}

.page_slide_intro p {
  font-size: 16px;
  margin: 15px 0 0;
}

.home-slide-icon img {
  display: block;
  max-width: 100px;
  margin: 0 auto 5px;
}

span.page_slide_icon_label {
  display: block;
  color: #c48d32;
  font-size: 14px;
  line-height: 1.1;
  margin: 0 25px;
  text-align: center;
  text-transform: uppercase;
}
.page_slide_social {
  margin: 10px 0 0;
  text-align: center;
}

a.page_slide_social_link {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #c48d32;
  border-radius: 100%;
  line-height: 34px;
  margin: 0 5px;
  text-align: center;
}

a.page_slide_social_link:hover,a.page_slide_social_link:focus {
  background: #000;
}
.home-slide-left .slick-arrow:before {
  content: ' ';
  vertical-align: middle;
  display: inline-block;
  background-image: url(https://4848763.fs1.hubspotusercontent-na1.net/hubfs/4848763/Surety_April_2020/Images/sprite.svg);
  background-repeat: no-repeat;
  background-size: 49.5em 177.4em;
  font-size: 10px;
}

.home-slide-left .next-slide:before {
  background-position: -.5em -20.7em;
  width: 5em;
  height: 7.5em;
}

.home-slide-left .slick-arrow {
  background: no-repeat;
  font-size: 0;
}

.home-slide-left .prev-slide:before {
  background-position: -.5em -12.2em;
  width: 5em;
  height: 7.5em;
}

.icon.social_linkedin_white:before {
  background-position: -.5em -155.8em;
  width: 1.6em;
  height: 1.6em;
}
.icon.social_facebook_white:before {
  background-position: -.5em -144.8em;
  width: .9em;
  height: 1.8em;
}
.icon.social_instagram_white:before {
  background-position: -.5em -150.4em;
  width: 1.8em;
  height: 1.8em;
}
.icon.social_twitter_white:before {
  background-position: -.5em -166.6em;
  width: 1.9em;
  height: 1.6em;
}
.icon.social_youtube_white:before {
  background-position: -.5em -171.5em;
  width: 1.8em;
  height: 1.3em;
}


/*========= PAges=============*/

[class^='socicon-'], [class*='socicon-'] {
  font-family: 'Socicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul.social-icons-lists {
  margin: 20px 0;
  padding: 0 0 0 20px;
  font-size: 14px;
  line-height: 1.6;
  list-style: none;
}

ul.social-icons-lists {
  font-size: 16px;
  margin: 25px 0;
}

ul.social-icons-lists li {
  margin: 4px;
  padding: 0 !important;
  display: inline-block;
  border: none !important;
  list-style: none !important;
  background: none !important;
}

ul.social-icons-lists li a {
  text-decoration: none;
  padding: 10px;
  font-size: 20px;
  background-color: #555;
  display: inline-block;
  box-sizing: content-box;
  position: relative;
  top: 3px;
  border-radius: 100%;
  color: #fff;
  border: 0;
}

.socicon-facebook::before {
  content: "";
}

.socicon-instagram::before {
  content: "";
}

ul.social-icons-lists li a:hover {
  opacity: 0.8;
}

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

/*========= Contact PAge ==============*/


.cm-form-body h3.form-title {
  margin: 0;
}

.cm-form-body.left-form-body {
  padding-left: 13px;
}

.right-form-body {
  position: relative;
  padding-right: 14px;
  padding-left: 8%;
}

.right-form-body form {

  position: relative;
}

.right-form-body h6 {
  margin: 0;
  font-family: Lato,sans-serif;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  border-bottom: 3px solid #c48d32;
  color: #c48d32;
  font-size: 14px;
  letter-spacing: .15em;
  padding: 0 0 5px;
  text-transform: uppercase;
  margin: 4px 0 20px;
}

.right-form-body .hs-form-field > label {
  display: none;
}

.right-form-body .hs-richtext.hs-main-font-element {
  margin: 0;
}

.right-form-body .input input {
  font-size: 15px;
  padding: 16px;
  line-height: normal;
}

.right-form-body .hs-email {
  margin: 0;
  width: calc(100% - 68px);
}

.right-form-body .actions {
  position: absolute;
  top: 0;
  margin: 0;
  right: 0;
  padding: 0;
  background: transparent !important;
  margin: 0;
}

.right-form-body .actions .hs-button {
  background: #000;
  font-size: 14px;
  letter-spacing: .1em;
  padding: 20px 15px;
  text-transform: uppercase;
}

.right-form-body .actions:after {
  display: none;
}

.right-form-body .actions .hs-button:hover {
  background: #c48d32;
}

.hs-content-id-28321823175 .widget-type-cell .dnd-section.row-number-9 > .row-fluid {
  width: 100%;
}

.right-form-body .input input::-webkit-input-placeholder {
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
}

.right-form-body .input input::-ms-input-placeholder {
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
}

.right-form-body .input input::-moz-placeholder {
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
}
.right-form-body .actions input.hs-button.primary.large {
  margin: 0;
}


.cm-location-section-wrapper {
  text-align: center;
  position: relative;
  background: #000;
  padding: 80px 0;
  background-size: cover;
  background-position: center;
}

.cm-location-section {
  max-width: 97.91666667%;
  margin-left: 1.04166667%;
  margin-right: 1.04166667%;
  width: 100%;
}


.cm-location-section-wrapper .page-center {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cm-location-section-wrapper h2 {
}

.cm-location-section-wrapper:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(28,31,44,.85);
  content: '';
}

.cm-location-section-wrapper .page-center {
  position: relative;
  z-index: 50;
}

.cm-location-section h1 {
  color: #fff;
  margin: 30px 0 0;
  font-family: FreightDispProMedium-Regular,serif;
  font-style: normal;
  font-weight: 400;
}

.cm-location-section-subtitle p {
  margin: 0;
  font-family: FreightDispProMedium-Regular,serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  font-size: 32px;
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 28px;
  margin: 0 0 30px 0;
}

.cm-location-section a.btn-icon {
  border: 0;
  font-family: Lato,sans-serif;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  color: #c48d32;
  font-size: 18px;
}

.cm-location-section .span.image_block_icon,
.cm-location-section a.btn-icon:after {
  content: ' ';
  vertical-align: middle;
  display: inline-block;
  background-image: url(https://4848763.fs1.hubspotusercontent-na1.net/hubfs/4848763/Surety_April_2020/Images/sprite.svg);
  background-repeat: no-repeat;
  background-size: 49.5em 177.4em;
}

.cm-location-section a.btn-icon:after {
  background-position: -.5em -9.8em;
  width: 3.7em;
  height: 1.4em;
  -webkit-transition: -webkit-transform .15s ease;
  transition: -webkit-transform .15s ease;
  transition: transform .15s ease;
  transition: transform .15s ease,-webkit-transform .15s ease;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  font-size: 10px;
  margin: 0 0 0 14px;
  position: relative;
  top: -3px;
}
.cm-location-section a.btn-icon:hover:after {
  -webkit-transform: translate(5px,0);
  transform: translate(5px,0);
}

span.image_block_icon {
  font-size: 10px;
  margin-bottom: -4px;
  display: block;
}

span.image_block_icon img {
  line-height: 0;
}

/*======= contact PAge endss ======*/


h1 strong {
  font-weight: 400;
  color: #000;
  font-style: normal;
  font-size: 45px;
}


.about-surety-locations-page .dnd-column.span4 h4,
.span4.dnd-column h4 strong {
  font-weight: 400;
  font-size: 30px;
}

.about-surety-locations-page .span4.dnd-column h4 + p {
  margin: 0 0 25px 0;
}

.span4.dnd-column p + a + hr {
  border-bottom: 3px solid #c48d32;
  margin: 0;
  margin-top: 10px;
}

.gloassry-body h4 {
  margin-top: 0;
  font-family: FreightDispProMedium-Italic,serif;
  font-style: normal;
  font-weight: 400;
}

.gloassry-wrap.checkpoint {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gloassry-body {
  width: 97.91666667%;
  max-width: 97.91666667%;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 97.91666667%;
  flex: 0 0 97.91666667%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-left: 1.04166667%;
  margin-right: 1.04166667%;
}

.gloassry-wrap.checkpoint {
  margin-top: 40px;
}

div#w {
  margin-bottom: 40px;
}

.dnd-column form .hs_email > label {
  display: none;
}

img.w-css-reset {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}

.cell_15867571261172-padding.dnd-column p iframe {
  width: 100%;
  height: 100%;
}

.about-surety-locations-page .body-container-wrapper .dnd-section .span4 {
  overflow: hidden;
  border-bottom: 3px solid #c48d32;
}

.about-surety-locations-page .body-container > .row-fluid-wrapper > .row-fluid > .widget-span > .row-fluid-wrapper:nth-child(n + 2) > .row-fluid {
  padding: 0 15px;
}

.about-surety-locations-page hr {
  opacity: 0;
}



/*============ Team PAge ==========*/

.team_group_title {
  line-height: 1.6;
}

.team_item_link:hover .arrow_right:before {
  -webkit-transform: translate(5px,0);
  transform: translate(5px,0);
}

@media(max-width:400px){
  .team_sidebar .team_link {
    word-break: break-all;
  }
}


/*=============== media Queries ==============*/
@media(min-width: 2100px) {

}

@media(max-width: 1400px) {
  .home-slide-item.slick-slide{
    max-height:693px;
  }
}

@media(max-width: 1300px) {
  .home-slide-item.slick-slide{
    max-height:756px;
  }
}

@media(max-width: 1100px) {
  .home-slide-item.slick-slide{
    height: 100%;
    max-height: initial;
  }
}



@media(min-width: 740px) {
  .cm-tce-cntnt-wrapper {
    padding: 0 0 0 60px;
    border: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-width: 1px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  span.cm-tce-cntnt-with-image-icon {
    top: 0;
  }

  span.cm-tce-cntnt-with-image-icon:before {
    top: 0;
    bottom: 0;
  }

  .cm-logo-grp-with-bg-wrapper {
    padding: 80px 0;
  }

  .home-slide-right h1 {
    font-size: 60px;
  }

  .home-lay .cm-tce-cntnt-with-image-wrapper {
    margin: 40px 0 40px 0;
  }

  .cm-location-section-wrapper {
    padding: 120px 0;
  }

  h1 strong {
    font-size: 60px;
  }

  .about-surety-locations-page .dnd-column.span4 h4,
  .span4.dnd-column h4 strong {
    font-size: 34px;
  }



  .gloassry-wrap.checkpoint {
    margin-top: 60px;
  }

  div#w {
    margin-bottom: 60px;
  }


  /*======= 740=======*/

}

@media(min-width: 980px) {
  .cm-tce-cntnt-wrapper {
    padding: 0 40px 0 80px;
  }

  .home-lay picture {
    max-width: 500px;
    padding: 10px;
    /*     padding-bottom: 74.4%; */
  }

  .home-lay picture img {
    /*     top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px); */
  }

  .cm-logo-grp-with-bg-wrapper {
    padding: 100px 0;
  }

  .cm-logo-grp-with-bg {
    width: 72.91666667%;
    max-width: 72.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72.91666667%;
    flex: 0 0 72.91666667%;
  }

  .home-slide-item-body > div {
    width: 47.91666667%;
    max-width: 47.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.91666667%;
    flex: 0 0 47.91666667%;
  }

  .home-slide-icon {
    height: 250px;
    width: 250px;
    top: 50%;
    right: -25px;
    -webkit-transform: translate3D(0,-50%,0);
    transform: translate3D(0,-50%,0);
  }

  .home-slide-item .page-center {
    padding: 140px 0;
  }

  .home-slide-right h1 {
    font-size: 75px;
  }

  .page_slide_subtitle {
    font-size: 20px;
  }

  .page_slide_intro p {
    font-size: 18px;
  }

  .home-slide-icon img {
    max-width: 180px;
    margin: 0 auto 10px;
  }

  span.page_slide_icon_label {
    font-size: 24px;
  }

  .page_slide_social {
    position: absolute;
    bottom: 40px;
    right: 0;
  }

  .home-slide-left .slick-arrow{
    right: 0;
    top: 50%;
    z-index: 2;
  }

  .home-slide-left .next-slide {
    margin-top: 145px;
    margin-right: 102px;
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
  }

  .home-slide-left .prev-slide {
    margin-top: -220px;
    margin-right: 102px;
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
  }
  .home-slide-right {
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 50px;
  }

  .home-lay .cm-tce-cntnt-with-image-wrapper {
    margin: 40px 0 70px 0;
  }

  .cm-location-section-wrapper {
    padding: 160px 0;
  }

  .cm-location-section {
    max-width: 64.58333333%;
  }

  .cm-location-section-subtitle p {
    font-size: 32px;
  }

  .cm-location-section a.btn-icon {
    font-size: 20px;
  }

  h1 strong {
    font-size: 75px;
  }

  .about-surety-locations-page .dnd-column.span4 h4,
  .span4.dnd-column h4 strong {
    font-size: 36px;
  }

  .gloassry-body {
    width: 64.58333333%;
    max-width: 64.58333333%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64.58333333%;
    flex: 0 0 64.58333333%;
  }

  .gloassry-wrap.checkpoint {
    margin-top: 80px;
  }

  div#w {
    margin-bottom: 80px;
  }


  /*====== =980 enss ========*/

}

@media(min-width: 1220px) {
  .cm-tce-cntnt-wrapper {
    padding: 0 60px 0 120px;
  }

  .home-lay picture {
    margin: 0 60px 0 auto;
  }

  .cm-logo-grp-with-bg {
    width: 64.58333333%;
    max-width: 64.58333333%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64.58333333%;
    flex: 0 0 64.58333333%;
  }

  .home-slide-item .page-center {
    padding: 180px 0;
  }

  .home-slide-right h1 {
    font-size: 90px;
  }

  .home-slide-left .next-slide {
    margin-right: 94px;
  }

  .home-slide-left .prev-slide {
    margin-right: 94px;
  }

  .home-lay .cm-tce-cntnt-with-image-wrapper {
    margin-top: 40px;
  }

  .cm-location-section {
    width: 56.25%;
  }


  h1 strong {
    font-size: 90px;
  }

  .gloassry-body {
    width: 56.25%;
    max-width: 56.25%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56.25%;
    flex: 0 0 56.25%;
  }


}



/*--------- Max width ----*/

@media(max-width: 979px) {
  .btn-large-icon:after {
    top: -2px;
  }

  .cm-tce-cntnt-wrapper p {
    font-size: 16px;
  }

  span.cm-tce-cntnt-with-image-icon:before {
    font-size: 6px;
  }

  .home-lay .widget-type-cell > .dnd-section.dnd_area-row-4-margin p {
    font-size: 16px;
  }

  .home-lay .widget-type-cell>.dnd-section.dnd_area-row-4-margin .dnd-column {
    text-align: center;
  }

  .home-slide-right {
    padding: 80px 0 60px;
    text-align: center;
  }

  .home-slide-right h1 {
    text-align: center;
  }

  .home-slide-content-bg {
    width: 300%;
    left: 50%;
    top: 100px;
    -webkit-transform: translate3D(-50%,0,0);
    transform: translate3D(-50%,0,0);
  }

  .home-slide-content {
    padding: 180px 10% 40px;
    width: 100%;
    text-align: center;
  }

  .home-slide-icon {
    top: -15px;
    left: 50%;
    -webkit-transform: translate3D(-50%,0,0);
    transform: translate3D(-50%,0,0);
  }

  .home-slide-content-bg:before {
    -webkit-box-shadow: 0 0 0 80px #c48d32;
    box-shadow: 0 0 0 80px #c48d32;
  }

  .home-slide-left .slick-arrow {
    right: 50%;
    top: 0;
    z-index: 2;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-top: 40px;
  }

  .home-slide-left .slick-arrow {
    margin-right: -120px;
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);

  }

  .home-slide-left .slick-arrow:before {
    font-size: 6px;
  }

  .home-slide-left .prev-slide {
    margin-right: 90px;
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }

  .page_slide_subtitle {
    color: #000;
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 15px;
    padding: 0 0 20px;
  }

  .home-slide-item.slick-slide {
    height: 100%;
  }

  .home-lay  h1.checkpoint[style*="margin"] {
    margin-bottom: 30px !important;
  }

  .btn-large-icon:after {
    font-size: 8px;
    margin: 0px 0 5px 15px;
    top: 0px;
  }
  .home-lay .dnd-section.dnd_area-row-2-margin h1 {
    margin-top: 0;
  }

  .home-lay .dnd_area-row-5-margin.dnd_area-row-5-padding p {
    font-size: 16px;
  }

  span.image_block_icon img {
    max-width: 244.8px;
  }

  .cm-location-section .span.image_block_icon, .cm-location-section a.btn-icon:after {
    font-size: 8px;
  }

  .home-slide-item .home-slide-item-body {
    display: block;
  }

  /*========== 979 endss ==========*/
}

@media (max-width: 980px) and (min-width:768px){


  .right-form-body form {
    padding: 0;
  }

}



/*=============*/

@media (max-width: 979px) and (min-width: 740px) {
  .home-lay .dnd_area-row-5-margin.dnd_area-row-5-padding {
    margin: 80px 0 !important;
  }

  .home-lay .dnd_area-row-1-padding.dnd-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .home-lay .dnd-section.dnd_area-row-2-margin {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

}

@media(max-width: 767px) {


  .right-form-body ,
  .right-form-body form {
    padding: 0;
  }
  .about-surety-contact-page .dnd_area-row-1-padding {
    padding-top: 60px !important;
  }
  .about-surety-contact-page .dnd_area-column-7-padding {
    padding-left: 0px !important;
  }

  .cm-form-outer-wrap.right-form {
    margin-bottom: 40px;
    border-top: 1px solid #ccc;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-top: 20px;
  }

  .about-surety-locations-page .body-container-wrapper .dnd-section .span4 img {
    width: 100%;
  }

  .about-surety-locations-page .body-container-wrapper .dnd-section .cell_15868581817582-padding {
    padding-bottom: 0 !important;
  }

}

@media(max-width: 739px) {
  .home-slide-content {
    padding: 160px 3% 40px;
  }

  .home-slide-left .slick-arrow {
    margin-top: 45px;
  }

  .home-lay .dnd_area-row-5-margin.dnd_area-row-5-padding p {
    font-size: 16px;
    word-break: break-word;
    padding-right: 9px;
  }

  .home-lay .dnd_area-row-1-padding.dnd-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .home-lay .dnd_area-row-1-padding.dnd-section .span10.dnd-column {
    padding-top: 20px !important;
  }

  .home-lay .dnd_area-row-1-padding.dnd-section .span10.dnd-column p {
    padding-top: 30px !important;
  }

  .home-lay .dnd-section.dnd_area-row-2-margin {
    margin: 40px 0 !important;
  }

  .cm-tce-image-wrapper, .cm-tce-cntnt-wrapper {
    width: 100%;
    position: relative;
  }

  .cm-tce-cntnt-wrapper {
    text-align: center;
  }

  .cm-tce-image-wrapper {
    z-index: 2;
  }

  .cm-tce-cntnt-wrapper {
    border-width: 0 0 1px;
  }

  .home-lay .cm-tce-cntnt-with-image-wrapper {
    margin-bottom: 0;
  }

  .home-lay .dnd_area-row-5-margin.dnd_area-row-5-padding {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
    text-align: center;
  }

  .btn-large-icon:after {
    margin: 0px 0 5px 11px;
  }

  span.image_block_icon img {
    max-width: 183.59px;
  }

  ul.social-icons-lists {
    margin: 20px 0;
  }
  .about-surety-locations-page .span4.dnd-column h4 + p {
    margin: 0 0 20px 0;
  }

  /*========== 739 endss ==========*/

}


@media(max-width: 602px) {

  .home-slide-item.slick-slide{
    overflow: hidden;
  }

}
@media(max-width: 376px) {
  .home-lay  .dnd-section>.row-fluid,
  .home-lay  .page-center,
  .home-lay  .content-wrapper {
    min-width: auto;
    width: 100%;
  }

  .cm-tce-cntnt-with-image-wrapper {
    padding: 0 10px;
  }
}






/*========== Extra  ==============*/

.cm-title-with-bg-grp a,
.link_grid_container {
  height: 100%;
}

.about-surety-locations-page .dnd_area-row-1-padding p {
  line-height: 0;
}

.span4.dnd-column p+a+hr {
  margin-top: 15px;
  border-top: 0;
}

.body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding .span2.widget-span,
.body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding .span2.widget-span + .span8.widget-span + .span2.widget-span {
  display: none !important;
}

.about-surety-contact-page .span7.dnd-column form {
  margin-bottom: 40px;
}


h3:first-child{
  margin-top:0;
}
.body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding .span2.widget-span+.span8.widget-span p:first-child {
  margin-top: 0;
}
.body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding .span2.widget-span+.span8.widget-span h3:first-child {
  padding: 20px 0 0 ;
  margin-top:0;
}

.no-team-banner .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding {
  padding: 0 !important;
}

.about-surety-team-page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding .span2.widget-span + .span8.widget-span {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: auto!important;
  margin-right: auto !important;
}

.about-title-helpful-forms-page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding,
.about-title-video-library--page  .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding{
  margin-bottom: 0px;
}

.body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding {
  margin-bottom: 40px;
}

.body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding .span2.widget-span+.span8.widget-span h3.form-title {
  padding-top: 0 !important;
  margin-top: 30px !important;
}

.foreclosure-page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding,
.national--page  .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding,
.about-title-feel-protected--page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding,
.about-title-costs-involved-page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding,
.about-title-real-estate-glossary-page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding,
.about-title--page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding,
.about-title-overview--page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding,
.about-surety--page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding,
.about-title-common-problems-page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding,
.about-title-search-process-page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding,
.about-title-enhanced-policy-page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding,
.commercial--page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding,
.about-surety-charitable-foundation-page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding,
.about-surety-suretyperks--page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding{
  margin-bottom: 0 !important;
}


.about-title-common-problems-page  .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding h3:first-child,
.foreclosure-page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding h3:first-child,
.foreclosure-page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding h3:first-child,
.national--page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding h3:first-child,
.about-surety--page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding h3:first-child,
.residential--page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding h3:first-child,
.commercial--page  .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding h3:first-child,
.foreclosure-commercial--page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding h3:first-child {
  padding-top: 0 !important;
}
.about-title-feel-protected--page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding .span2.widget-span+.span8.widget-span h3:first-child,
.about-title--page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding .span2.widget-span+.span8.widget-span h3:first-child {
  padding-top: 0;
}
.about-surety-charitable-foundation-page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding h4:first-child {
  margin-top: 0;
}
.about-surety-contact-page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding {
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.about-surety-contact-page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding h3:first-child {
  padding-bottom: 20px !important;
}
.about-surety-charitable-foundation-page h4:first-child {
  margin-top: 0;
}

.about-surety-contact-page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding {
  margin: 0;
  padding: 0 !important;
}

.about-surety-contact-page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding .span2.widget-span+.span8.widget-span h3:first-child {
  padding: 20px 0;
}

.about-surety-locations-page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding {
  padding: 30px 0 !important;
  margin: 0;
}

.national-national-quote--page .body-container-wrapper .dnd-module .iframe-frame {
  margin-top: 45px;
}

.home-lay .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding {
  padding: 0 !important;
  margin: 0;
}

.about-surety-locations-page .dnd-column.span4 .row-depth-1:nth-child(1) {
  line-height: 0;
}

@media(min-width: 740px) {
  .about-surety-contact-page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding .span2.widget-span+.span8.widget-span h3:first-child {
    padding: 40px 0;
  }

  .about-surety-locations-page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding {
    padding: 40px 0 !important;

  }
}

@media(min-width: 980px) {
  .about-surety-locations-page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding {
    padding: 50px 0 !important;

  }
}
@media (max-width: 979px){
  .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding .span2.widget-span + .span8.widget-span {
    width: 97.91666667%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }  

  hr+p {
    margin-top: 0;
  }

  hr {
    margin-bottom: 40px;
  }
  .residential--page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding {
    margin-bottom: 110px;
  }
}

@media(max-width: 1219px) and (min-width: 980px) {
  .cm-title-with-bg-grp {
    height: 293px;
  }
}


@media screen and (min-width: 740px) {

  .joint-venture--page .span8.dnd-column h3,
  .residential-developers--page .span8.dnd-column h3 ,
  .residential-settlement--page .span8.dnd-column h3 {
    padding: 40px 0 0 0;
  }
  .residential--page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding {
    margin-bottom: 80px;
  }
  .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding {
    margin-bottom: 80px;
  }

}

@media only screen and (min-width: 740px) {
  .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding .span2.widget-span+.span8.widget-span h3:first-child {
    padding: 40px 0 0 0;
  }
  .about-surety-contact-page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding h3:first-child {
    padding-bottom: 40px !important;
  }
  .national-national-quote--page .body-container-wrapper .dnd-module .iframe-frame {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding .span2.widget-span + .span8.widget-span {
    width: 64.58333333%;
    margin-left: auto;
    margin-right: auto;
  }  

  .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding {
    padding: 80px 0 !important;
  }

  .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding {
    margin-bottom: 120px;
  }
  .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding .span2.widget-span+.span8.widget-span h3:first-child {
    padding: 40px 0 0 0;
  }

  .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding .span2.widget-span+.span8.widget-span h3.form-title {
    padding-top: 0 !important;
    margin-top: 40px !important;
  }

  .residential--page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding {
    margin-bottom: 120px;
  }
  .national-national-quote--page .body-container-wrapper .dnd-module .iframe-frame {
    margin-top: 70px;
  }

}

@media screen and (min-width: 1220px) {
  .body-container-wrapper   .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding .span2.widget-span + .span8.widget-span {
    width: 56.25%;
  }

  .cm-title-with-bg-grp {
    height: 313px;
  }
}

@media screen and (max-width: 979px) {
  .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding {
    padding: 60px 0 !important;
  }
  .residential--page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding {
    margin-bottom: 70px;
  }

}

@media screen and (max-width: 739px) {
  .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-0-padding {
    padding: 40px 0 !important;
  }

  hr {
    margin-bottom: 30px;
  }

  .body-wrapper ul:not([class]) li:not([class]):before {
    top: 7px;
  }

  .about-surety-locations-page .body-container-wrapper .row-fluid-wrapper.row-depth-1.dnd-section.dnd_area-row-7-padding {
    padding-bottom: 20px !important;
  }


}

@media(max-width: 979px) {
  .about-surety-locations-page p img {
    max-width: 388px;
  }
  .about-surety-locations-page  .body-container-wrapper .dnd-section .span4 {
    margin-bottom: 40px !important;
  }
}


@media(max-width: 739px) {
  .about-surety-locations-page .body-container-wrapper .dnd_area-row-1-padding.dnd-section {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
  }

  .about-surety-locations-page p img {
    max-width: 291px;
  }
  .about-surety-contact-page .dnd_area-row-1-padding {
    padding-top: 40px !important;
  }

  .about-surety-locations-page .body-container-wrapper .dnd-section .span4 {
    margin-bottom: 20px !important;
  }

  .cm-form-outer-wrap.right-form {
    padding-bottom: 0;
  }


}
@media screen and (max-width: 320px){
  .dnd-section>.row-fluid, .page-center, .content-wrapper {
    width: calc(100% - 20px) !important;
  }
  .cm-tce-cntnt-with-image-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .banner-section .dnd-section>.row-fluid {
    width: 100% !important;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
}

.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
}

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

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

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 20px;
}

/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Lato, serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 42;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Lato, serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

.header__language-switcher:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

.header__language-switcher .lang_list_class:after {
  top: -22px;
  left: 70%;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  border-radius: 6px 6px 0 0;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  font-family: Lato, serif;
  color: #494a52;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494a52;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}

/*=========*/




/*=========== Banner =========*/

.banner-section .dnd-section>.row-fluid {
  width: 100%;
}

.banner {
  padding: 30px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: #000;
  position: relative;
  border: 5px solid #f7f7f7;
}

.hs-landing-page .banner {
  margin-bottom: 20px;
}

.banner-content.page-center {
  padding: 75px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: auto;
}

.banner h1, 
.banner h2, 
.banner h3, 
.banner h4,
.banner h5, 
.banner h6 {
  color: #fff;
  font-family: FreightDispProBold-Regular,serif;
  text-align: center;
}

.banner-content-wrap {
  text-align: center;
}

.banner-content-wrap *:not(a) {
  color: #fff;
}

.banner h1 {
  font-size: 45px;
  line-height: 1.1;
  margin: 0;
  padding: 20px 30px;
  display: inline-block;
  background: rgba(0,0,0,.8);
}




/*==================*/

header.header {
  padding: 40px 0;
}

.headerlp .header__logo {
  margin-top: 14px;
  margin-bottom: 19px;
  /*   margin-top: 13px;
  margin-bottom: 13px; */
}

.header__logo.cm-logo a img {
  width: auto !important;
}

.header-inner {
  padding: 0 1.04166667%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.header__navigation {
  margin-top: 5px;
}

.header__logo {
  margin-bottom: 5px;
}



.cm-advanced-logo a {
  font-size: 10px;
  margin: 0 0 5px;
}
span.logo-el {
  /*background-position: -.5em -86.4em;8*/
  width: 29.2em;
  height: 6.6em;
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  /*background-size: 49.5em 177.4em;*/
}


.cm-advanced-logo a {
  border: 0;
}

.header-nav-icons a {
  border: none;
}

.header-nav-icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-nav-icons ul > li {
  margin: 0 0 0 10px;
}

.header-nav-icons ul > li > a {
  display: block;
  font-family: Lato,sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  padding: 10px;
}

.header-nav-icons ul > li.h-order {
  margin-left: 20px;
}

.header-nav-icons ul > li.h-order a.hs-button {
  font-family: Lato,sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  letter-spacing: .15em;
  padding: 7px 20px;
  text-transform: uppercase;
  line-height: 1.6;
  margin: 0;
}

.header-nav-icons ul > li.h-order a.hs-button:before {
  display: none;
}

li a.h-icon:before {
  position: relative;
  top: -2px;
  font-size: 10px;
  margin: 0 10px 0 0;
}

li.h-phone a.h-icon:before {
  background-position: -.5em -76em;
  width: 1.2em;
  height: 2em;
}

li.h-offce a.h-icon:before {
  background-position: -.5em -129em;
  width: 1.5em;
  height: 1.5em;
}

li.h-rate a.h-icon:before {
  background-position: -.5em -123.8em;
  width: 2.1em;
  height: 1.6em;
}

li.h-carer a.h-icon:before {
  background-position: -.5em -121.1em;
  width: 1.3em;
  height: 1.7em;
}

.mobile-menu-wrap {
  opacity: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch ~ li.active-branch > a {
  border-color: transparent;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch ~ li.active-branch > ul > li.active > a {
  color: #fff !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch ~ li.active-branch > ul > li.active > a:hover {
  color: rgba(196,141,50,1.0) !important;
}




/*==================*/

/*==============================*/


/* Tablet Styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }

  .header__logo--main {
    display: none;
  }

  .header__logo--tablet {
    display: block;
  }
}

/* Mobile Styles */

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    width: 100%;
    margin: 0 auto;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    height: calc(100vh - 115px);
    background-color: #F8FAFC;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-right: auto;
    margin-left: 0;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 30px;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 30px;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }
}

@media(max-width:1219px){


  .cm-advanced-logo a {
    font-size: 9px;
  }

}

@media(max-width:1219px) and (min-width:980px){
  .header-nav-icons ul > li {
    margin: 0 0 0 5px;
  }

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

}

@media(max-width:1060px) and (min-width:980px){
  .header-right.mobile-hidden {
    padding-left: 5px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    font-size: 14px;
    padding: 0 5px;
    margin: 0;
  }
  .header-nav-icons ul > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(n + 6) > ul {
    right: 0px;
    left: auto;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(n + 6) > ul:before {
    right: 20%;
    left: auto;
  }

}



@media(min-width:980px){

  .mobile-menu {
    display: none;
  }

  .header-right.mobile-view {
    display: none;
  }
}




@media(max-width:979px){

  body.mobile-open {
    overflow: hidden;
  }

  /*==================*/

  header.header {
    padding: 20px 0;
  }

  .headerlp .header__logo {
    /*     margin-top: 5px;
    margin-bottom: 11px; */
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .header__logo img {
    max-width: 217.58px;
  }

  .header-inner {
    padding: 0 15px;
  }

  .header-right.desktop-view {
    display: none;
  }


  .cm-advanced-logo a {
    font-size: 8px;
  }


  a.h-phone-icon {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
  }

  .icon_mobilephone:before {
    background-position: -.5em -79em;
    width: 2.1em;
    height: 3.5em;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  .mobile-trigger {
    overflow: hidden;
    background: 0 0;
    border: none;
    border-radius: 0;
    float: right;
    position: relative;
    height: 60px;
    width: 60px;
    z-index: 21;
    margin: 0;
    padding: 0;
    text-indent: 200%;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    line-height: normal;
    font-family: inherit;
    font-size: 100%;
    outline: none !important;
  }

  .header-right.mobile-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .mobile-trigger .line_1, .mobile-trigger .line_2, .mobile-trigger .line_3 {
    display: block;
    width: 30px;
    height: 2px;
    background: #c48d32;
    margin: 5px auto;
    -webkit-transition: margin .35s linear,opacity .35s linear,-webkit-transform .35s linear;
    transition: margin .35s linear,opacity .35s linear,-webkit-transform .35s linear;
    transition: margin .35s linear,opacity .35s linear,transform .35s linear;
    transition: margin .35s linear,opacity .35s linear,transform .35s linear,-webkit-transform .35s linear;
  }

  .mobile-trigger .line_1,.mobile-trigger .line_3 {
    -webkit-transform-origin: center;
    transform-origin: center;
  }

  .mobile-open .mobile-trigger .line_1 {
    margin-bottom: -14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .mobile-open .mobile-trigger .line_2 {
    opacity: 0;
  }

  .mobile-open .mobile-trigger .line_3 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .child-trigger {
    display: block;
    position: absolute;
    height: 40px;
    width: 40px;
    top: 0;
    right: 0;
    content: '';
    margin: auto 0;
    text-align: center;
    z-index: 50;
    cursor: pointer;
  }

  span.icon-arow {
    display: block;
    position: absolute;
    height: 40px;
    width: 40px;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    margin: auto 0;
    text-align: center;
  }

  span.icon-arow i {
    position: relative;
    top: 7px;
  }

  span.icon-arow i.arrow_gold_down:before {
    background-position: -.5em -5.3em;
    width: 1.8em;
    height: 1.1em;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease,-webkit-transform .25s ease;
  }

  .child-open span.icon-arow i.arrow_gold_down:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }



  /*=========== mobile menu ===========*/
  .mobile-menu-wrap {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    background: #000;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    -webkit-transition: opacity .35s linear,visibility .35s linear,-webkit-transform .35s ease;
    transition: opacity .35s linear,visibility .35s linear,-webkit-transform .35s ease;
    transition: opacity .35s linear,transform .35s ease,visibility .35s linear;
    transition: opacity .35s linear,transform .35s ease,visibility .35s linear,-webkit-transform .35s ease;
  }

  .mobile-open .mobile-menu-wrap{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }


  .mobile-menu {
    padding: 100px 0 60px;
  }

  .header__navigation.mobile-navigation {
    margin: 0;
  }

  .custom-menu-primary.m-nav {
    margin: 0 0 30px;
    padding: 0 25px 0 20px;
  }
  .custom-menu-primary.m-nav .hs-menu-wrapper ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  .custom-menu-primary.m-nav .hs-menu-wrapper > ul {
  }
  .custom-menu-primary.m-nav .hs-menu-wrapper > ul > li {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .custom-menu-primary.m-nav .hs-menu-wrapper > ul li > a {
    display: block;
    font-family: Lato,sans-serif;
    font-style: normal;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    color: #000;
    letter-spacing: .15em;
    font-size: 13px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    border: none;
    color: #fff !important;
    padding: 10px 0 10px 5px;
    text-align: left;
  }

  .custom-menu-primary.m-nav .hs-menu-wrapper > ul  li.active > a {
    color: #c48d32 !important;
  }

  .custom-menu-primary.m-nav .hs-menu-wrapper > ul > li > a {
    position: relative;
  }

  .custom-menu-primary.m-nav .hs-menu-wrapper > ul > li > a {
  }
  .custom-menu-primary.m-nav .hs-menu-wrapper > ul > li > ul {
    background: transparent !important;
    height: auto;
    padding: 10px 0 10px 20px;
    display: none;
  }
  .custom-menu-primary.m-nav .hs-menu-wrapper > ul ul > li {
    width: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    /*     -webkit-transition: opacity .40s linear,visibility .40s linear,-webkit-transform .40s ease;
    transition: opacity .40s linear,visibility .40s linear,-webkit-transform .40s ease;
    transition: opacity .40s linear,transform .40s ease,visibility .40s linear;
    transition: opacity .40s linear,transform .40s ease,visibility .40s linear,-webkit-transform .40s ease; */
  }

  .custom-menu-primary.m-nav .hs-menu-wrapper > ul >li.child-open  ul > li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .40s linear,visibility .40s linear,-webkit-transform .40s ease;
    transition: opacity .40s linear,visibility .40s linear,-webkit-transform .40s ease;
    transition: opacity .40s linear,transform .40s ease,visibility .40s linear;
    transition: opacity .40s linear,transform .40s ease,visibility .40s linear,-webkit-transform .40s ease;
  }
  .custom-menu-primary.m-nav .hs-menu-wrapper > ul ul > li > a {
    background: transparent !important;
  }

  /*===== mobile icons ======*/

  .header-nav-icons.m-nav-icons {
    margin: 0 0 30px;
  }

  .header-nav-icons.m-nav-icons ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 25px;
  }

  .header-nav-icons.m-nav-icons ul > li {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .header-nav-icons.m-nav-icons ul > li a {
    display: block;
    font-family: Lato,sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000;
    font-size: 14px;
    padding: 10px;
  }

  .m-nav-icons li:not(.h-order) > a {
    color: #fff !important;
  }

  .header-nav-icons.m-nav-icons ul > li:not(:last-child) a {
    position: relative;
    color: #fff;
    padding: 10px 0 10px 34px;
  }

  li a.h-icon:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  li.h-phone a.h-icon:before {
    left: 4px;
  }

  li.h-offce a.h-icon:before {
    left: 3px;
  }

  li.h-carer a.h-icon:before {
    left: 4px;
  }

  a.h-phone-icon {
    border: none;
  }

  .header-nav-icons ul > li.h-order {
    margin-top: 10px;
  }

  .header-nav-icons ul > li.h-order a.hs-button {
    letter-spacing: .15em;
    padding: 7px 20px;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
  }

}


@media(max-width:767px){
  .cm-advanced-logo {
    margin-bottom: 5px;
  }
}

@media(max-width:739px){

  header.header {
    padding: 10px 0;
  }


  .cm-advanced-logo a {
    font-size: 6px;
  }

  .headerlp .header__logo {
    margin-top: 11px;
    margin-bottom: 10px;
  }

  .header.headerlp span.logo-el {
    height: calc(5.6em + 0.4px);
  }

}




@media(min-width: 740px) {
  .banner {
    border: 10px solid #f7f7f7;
    padding: 40px 0;
  }

  .banner h1 {
    padding: 30px 50px;
    font-size: 60px;
  }

  .banner-content.page-center {
    padding: 100px 0;
  }


}

@media(min-width: 980px) {
  .banner {
    border: 15px solid #f7f7f7;
    padding: 50px 0;
  }

  .banner-content-wrap {
    width: 72.91666667%;
    max-width: 72.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72.91666667%;
    flex: 0 0 72.91666667%;
    margin-left: 1.04166667%;
    margin-right: 1.04166667%;
    text-align: center;
  }

  .banner-content.page-center {
    padding: 150px 0;
  }

  .banner h1 {
    padding: 40px 70px;
    font-size: 75px;
  }
}

@media(min-width: 1220px) {
  .banner {
    border: 20px solid #f7f7f7;
  }

  .banner-content.page-center {
    padding: 200px 0;
  }

  .banner h1 {
    font-size: 90px;
  }
}



@media(max-width: 400px) {
  .banner h1 {
    font-size: 32px;
    padding: 20px 15px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */



.cm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}


.col{
  margin-left: 1.04166667%;
  margin-right: 1.04166667%;
}

.col4 {
  width: 31.25%;
  max-width: 31.25%;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31.25%;
  flex: 0 0 31.25%;
}

.col8 {
  width: 64.58333333%;
  max-width: 64.58333333%;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64.58333333%;
  flex: 0 0 64.58333333%;
}

.col6 {
  width: 47.91666667%;
  max-width: 47.91666667%;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47.91666667%;
  flex: 0 0 47.91666667%;
}

.col5 {
  width: 39.58333333%;
  max-width: 39.58333333%;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 39.58333333%;
  flex: 0 0 39.58333333%;
}


.icon {
  font-size: 10px;
}

.screenreader {
  width: 1px!important;
  height: 1px!important;
  position: absolute!important;
  clip: rect(1px,1px,1px,1px)!important;
  margin: 0!important;
  overflow: hidden!important;
  padding: 0!important;
}

.footer-form .field.hs-email:before,
.h-icon:before,
.icon:before {
  content: ' ';
  vertical-align: middle;
  display: inline-block;
  background-image: url(https://4848763.fs1.hubspotusercontent-na1.net/hubfs/4848763/Surety_April_2020/Images/sprite.svg);
  background-repeat: no-repeat;
  background-size: 49.5em 177.4em;
}

.icon.social_youtube_black:before {
  background-position: -.5em -169.2em;
  width: 1.8em;
  height: 1.3em;
}
.icon.social_twitter_black:before {
  background-position: -.5em -164em;
  width: 1.9em;
  height: 1.6em;
}
.icon.social_instagram_black:before {
  background-position: -.5em -147.6em;
  width: 1.8em;
  height: 1.8em;
}
.icon.social_facebook_black:before {
  background-position: -.5em -142em;
  width: .9em;
  height: 1.8em;
}
.icon.social_linkedin_black:before {
  background-position: -.5em -153.2em;
  width: 1.6em;
  height: 1.6em;
}


div.fs-checkpoint-active.checkpoint:nth-child(1) {
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
}
div.fs-checkpoint-active.checkpoint:nth-child(2) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
div.fs-checkpoint-active.checkpoint:nth-child(3) {
  -webkit-transition-delay: .45s;
  transition-delay: .45s;
}
div.fs-checkpoint-active.checkpoint:nth-child(4) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
div.fs-checkpoint-active.checkpoint:nth-child(5) {
  -webkit-transition-delay: .75s;
  transition-delay: .75s;
}
div.fs-checkpoint-active.checkpoint:nth-child(6) {
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}
div.fs-checkpoint-active.checkpoint:nth-child(7) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
div.fs-checkpoint-active.checkpoint:nth-child(8) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
/* div.fs-checkpoint-active.checkpoint:nth-child(9) {
-webkit-transition-delay: 1.35s;
transition-delay: 1.35s;
}
div.fs-checkpoint-active.checkpoint:nth-child(10) {
-webkit-transition-delay: 1.5s;
transition-delay: 1.5s;
}
div.fs-checkpoint-active.checkpoint:nth-child(11) {
-webkit-transition-delay: 1.65s;
transition-delay: 1.65s;
}
div.fs-checkpoint-active.checkpoint:nth-child(12) {
-webkit-transition-delay: 1.8s;
transition-delay: 1.8s;
}
div.fs-checkpoint-active.checkpoint:nth-child(13) {
-webkit-transition-delay: 1.95s;
transition-delay: 1.95s;
}
div.fs-checkpoint-active.checkpoint:nth-child(14) {
-webkit-transition-delay: 2.1s;
transition-delay: 2.1s;
}
div.fs-checkpoint-active.checkpoint:nth-child(15) {
-webkit-transition-delay: 2.25s;
transition-delay: 2.25s;
}
div.fs-checkpoint-active.checkpoint:nth-child(16) {
-webkit-transition-delay: 2.4s;
transition-delay: 2.4s;
}
div.fs-checkpoint-active.checkpoint:nth-child(17) {
-webkit-transition-delay: 2.55s;
transition-delay: 2.55s;
}
div.fs-checkpoint-active.checkpoint:nth-child(18) {
-webkit-transition-delay: 2.7s;
transition-delay: 2.7s;
}
div.fs-checkpoint-active.checkpoint:nth-child(19) {
-webkit-transition-delay: 2.85s;
transition-delay: 2.85s;
}
div.fs-checkpoint-active.checkpoint:nth-child(20) {
-webkit-transition-delay: 3s;
transition-delay: 3s;
}
div.fs-checkpoint-active.checkpoint:nth-child(21) {
-webkit-transition-delay: 3.15s;
transition-delay: 3.15s;
}

div.fs-checkpoint-active.checkpoint:nth-child(22) {
-webkit-transition-delay: 3.3s;
transition-delay: 3.3s;
}
div.fs-checkpoint-active.checkpoint:nth-child(23) {
-webkit-transition-delay: 3.45s;
transition-delay: 3.45s;
}
div.fs-checkpoint-active.checkpoint:nth-child(24) {
-webkit-transition-delay: 3.6s;
transition-delay: 3.6s;
}

div.fs-checkpoint-active.checkpoint:nth-child(25) {
-webkit-transition-delay: 3.75s;
transition-delay: 3.75s;
}
div.fs-checkpoint-active.checkpoint:nth-child(26) {
-webkit-transition-delay: 3.9s;
transition-delay: 3.9s;
}
div.fs-checkpoint-active.checkpoint:nth-child(27) {
-webkit-transition-delay: 4.05s;
transition-delay: 4.05s;
}
div.fs-checkpoint-active.checkpoint:nth-child(28) {
-webkit-transition-delay: 4.65s;
transition-delay: 4.65s;1.65s;
}
div.fs-checkpoint-active.checkpoint:nth-child(29) {
-webkit-transition-delay: 4.8s;
transition-delay: 4.8s;
}
div.fs-checkpoint-active.checkpoint:nth-child(30) {
-webkit-transition-delay: 4.95s;
transition-delay:  4.95s;
}
div.fs-checkpoint-active.checkpoint:nth-child(31) {
-webkit-transition-delay: 5.05s;
transition-delay: 5.05s;
}

*/

/*=====================*/



.footer {
  background-color: #F8FAFC;
  text-align: center;
}
.footer__container {
  margin: 0 auto;
}
.footer__copyright {
  font-family: Lato, sans-serif;
  font-size: .7rem;
  margin: .5rem 0;
}

footer.footer {
  padding: 80px 0 40px;
  font-size: 12px;
}

.footer-right .cm-row {
  margin-left: -1.04166667%;
  margin-right: -1.04166667%;
}

.footer__copyright {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  margin: 30px 0 0;
  padding: 0 1.04166667%;
}

.footer-address {
  text-align: left;
}

.footer-address h3 {
  font-family: Lato,sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  letter-spacing: .15em;
  line-height: 1.2;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.footer-address p {
  text-align: left;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.footer__copyright p {
  margin: 0;
}


/*======= footer Formm ========*/



.footer-form.col.col5 {
  margin-left: auto;
}

.footer-form form {
  position: relative;
}

.footer-form .field.hs-email {
  position: relative;
  margin: 0;
}

.footer-form .field.hs-email:before {
  background-position: -.5em -95.9em;
  width: 2.2em;
  height: 1.6em;
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1;
  margin: auto;
}

.footer .input input {
  font-size: 15px;
  padding: 16px;
  font-weight: 400;
  padding-right: 60px;
  line-height: normal;
}

.footer .input input::-webkit-input-placeholder {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
}

.footer .input input::-moz-placeholder {
  color: #fff;
  font-size: 15px;
  font-weight:700;
  letter-spacing: 0;
  opacity: 0.55;
  text-transform: none;
}

.footer .input input::-ms-input-placeholder {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
}


.footer-form h3 {
  font-family: Lato,sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .15em;
  line-height: 1.2;
  margin: 0 0 15px;
  text-transform: uppercase;
  text-align: left;
}

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

.footer-form form input.hs-button {
  font-size: 0;
  margin: 0;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 54px;
  width: 60px;
  background: transparent !important;
  padding: 0;
  z-index: 50;
}

.footer-form form .actions::after {
  display: none;
}
.footer-form form .actions {
  position: static;
}

.footer_social {
  text-align: center;
}

.footer_social_link {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #c48d32;
  border-radius: 100%;
  line-height: 36px;
  margin: 0 5px;
  text-align: center;
  border: 0;
}

@media(max-width:980px) and (min-width:768px){
  .footer__main {
  }

  .footer__main > .cm-row > .col {
    width: 47.91666667%;
    max-width: 47.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.91666667%;
    flex: 0 0 47.91666667%;
  }

  .footer-right .col {
    width: 97.91666667%;
    max-width: 97.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 97.91666667%;
    flex: 0 0 97.91666667%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-left: 1.04166667%;
    margin-right: 1.04166667%;
  }

  .footer-icons {
    margin: 0 0 40px;
    text-align: left;
  }

  footer.footer {
    padding: 60px 0 40px;
  }

  .footer_social {
    text-align: left;
  }

  .footer_social_link {
    margin: 0 10px 0 0;
  }

}

@media(max-width:1024px){
  .footer-form .hs_submit.hs-submit {
    line-height: 0;
    font-size: 0;
    min-height: 0;
    margin-top: -10px;
  }
}


@media(max-width:767px){

  footer.footer {
    padding: 40px 0;
  }

  .footer__copyright {
    margin: 20px 0 0;
    text-align: center;
  }

  .footer__main .cm-row > .col {
    width: 97.91666667%;
    max-width: 97.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 97.91666667%;
    flex: 0 0 97.91666667%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .footer-form {
    margin-top: 40px;
    margin-bottom: 20px;
  }

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

  .footer-icons {
    margin-bottom: 0;
  }

  .footer_social {
    text-align: center;
  }

  .footer-address,.footer-address p {
    text-align: center;
  }

}


@media(max-width:376px){
  .footer__container {
    padding-left: 10px;
    padding-right: 10px;
  }


}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.hs-blog-listing .banner {
  margin-bottom: -50px;
}

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header-new {
  padding-top: 100px;
  padding-bottom: 150px;
  text-align: center;
  color: #ffffff;
  background-image: linear-gradient(-45deg, rgba(27, 27, 27, 0.8), rgba(0, 0, 0, 0.68)), url(https://4848763.fs1.hubspotusercontent-na1.net/hubfs/4848763/Blog/Default-Blog-Image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-header-new h1{
  color: #ffffff;
  margin-bottom: 0px;
}
 
.blog-post-content-wrap .blog-site-search {
  margin-top: -50px;
}

.post-ft-img img {
  width: 100%;
}

.blog-post-content-wrap .blog-sidebar-inner {
    padding-top: 20px;
    border: 1px solid #cdcdcd;
    padding: 40px;
}

.blog-index.span9 .post-ft-img {
  margin-top: -70px;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

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

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  font-family: Lato, sans-serif;
}
.blog-pagination__link {
  color: #494a52;
}
.blog-pagination__link--active {

}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
}
.blog-pagination__next-link {
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}

.blog-post-container {
  width: 100%;
  margin: auto;
  display: flex;
  position: relative;
  padding-bottom: 0px !important;
  margin-bottom: 40px;
}

.blog-post-container .left, 
.blog-post-container .right {
  display: inline-block;
  padding: 50px;
  box-sizing: border-box;
  white-space: normal;
}

.blog-post-container .left {
  background: url('https://4848763.fs1.hubspotusercontent-na1.net/hubfs/4848763/Surety_April_2020/Images/20181206202944261141000000-o-500x500.jpg');
  background-size: cover !important;
  width: 60%;
  min-height: 300px;
}

.blog-post-container .left .text h4 {
  font-size: 30px;
  color: #fff;
}

.blog-post-container .left .right-align {
  text-align: right;  
}

.blog-post-container .left .sig {
  display: inline-block;
  margin-right: 0px;
  text-align: right;
}

.blog-post-container .left .sig h6 {
  display: inline-block;
  width: auto;
}

.blog-post-container .left .sig img {
  float: left;
  width: 50px;
  height: 50px;
  display: inline; 
  padding-right: 20px;
}

.blog-post-container .right {
  width: 50%;
  color: #757575;
  border: 1px solid #ccc;
  background: #ffffff;
}
 
.blog-post-container .read-more {
  position: absolute;
  bottom: -33px;
}

.hs-blog-post .blog-index.span9 {
  display: block;
}

/*=====================*/

.post_item.fs-checkpoint-active:nth-child(1) {
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
}
.post_item.fs-checkpoint-active:nth-child(2) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
.post_item.fs-checkpoint-active:nth-child(3) {
  -webkit-transition-delay: .45s;
  transition-delay: .45s;
}
.post_item.fs-checkpoint-active:nth-child(4) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.blog-content-wrapper {
  /*   padding-left: 10px;
  padding-right: 10px; */
}

.blog-content-wrapper .content-wrapper {
  padding: 0 ;
}

.hs-blog-listing .blog-index.span9 {
   width: 65%;
  max-width: 65%;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
}

.blog-index.span9 {
  width: 56.25%;
  max-width: 56.25%;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 56.25%;
  flex: 0 0 56.25%;
}

.blog-index.span9 {
  margin-left: 1.04166667%;
  margin-right: 1.04166667%;
  float: none;
}

.blog-sidebar.span3 {
  margin-right: 1.04166667%;
  margin-left: auto;
  float: none;
}

.blog-index-inner {
  width: 100%;
}

.blog-sidebar.span3 {
  width: 31.25%;
  max-width: 31.25%;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31.25%;
  flex: 0 0 31.25%;
}

.post-item {
  padding: 40px 0;
}

.post-item:first-child {
  padding-top: 0;
}

.post_item_meta {
  font-size: 16px;
  margin: 20px 0;
  margin-top: 0;
}

.post-item h2 {
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
  font-size: 32px;
}

.post-item h2 a {
  display: block;
  color: #000;
  font-family: inherit;
  border: none;
}

.post-item h2 a:hover {
  color: #c48d32;
}

.read-more {
}

.read-more a.btn {
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 1.2;
  border: none;
  padding: 17px 28px;
  font-size: 13px;
}

.read-more a.btn .arrow_white_right {
  position: relative;
  top: -5px;
  margin: 0 0 0 10px;
}

.read-more a.btn .arrow_white_right:before {
  background-position: -.5em -37.2em;
  width: 3.7em;
  height: 1.4em;
  -webkit-transition: -webkit-transform .15s ease;
  transition: -webkit-transform .15s ease;
  transition: transform .15s ease;
  transition: transform .15s ease,-webkit-transform .15s ease;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}

.read-more a.btn:hover .arrow_white_right:before {
  -webkit-transform: translate(5px,0);
  transform: translate(5px,0);
}


.blog-pagination {
  margin: 40px 0;
  padding-bottom: 2px;
}


.blog-pagination a {
  font-family: Lato,sans-serif;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  background: 0 0;
  border: 2px solid #000;
  color: #000;
  font-size: 13px;
  letter-spacing: .15em;
  line-height: 1.2;
  padding: 15px 26px;
  text-transform: uppercase;
  padding: 15px 20px 13px;
  font-size: 16px;
  letter-spacing: 0;
  margin: 0 10px 0 0;
}

.blog-pagination a.blog-pagination__link--active {
  font-family: Lato,sans-serif;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  background: #000;
  border: none;
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  padding: 17px 28px;
  color: #c48d32;
  padding: 17px 22px 15px;
  letter-spacing: 0;
  font-size: 16px;
  pointer-events: none;
}

.blog-pagination a:hover {
  background: 0 0;
  border-color: #c48d32;
  color: #c48d32;
}

.blog-pagination a.blog-pagination__next-link,.blog-pagination a.blog-pagination__prev-link {
  border: 0;
  border-color: transparent;
  padding-left: 10px;
  padding-right: 10px;
}

.blog-pagination a .icon:before {
  -webkit-transition: -webkit-transform .15s ease;
  transition: -webkit-transform .15s ease;
  transition: transform .15s ease;
  transition: transform .15s ease,-webkit-transform .15s ease;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}

.icon.arrow_gold_right:before {
  background-position: -.5em -9.8em;
  width: 3.7em;
  height: 1.4em;
}

.icon.arrow_gold_left:before {
  background-position: -.5em -7.4em;
  width: 3.7em;
  height: 1.4em;
}

.blog-pagination a.blog-pagination__prev-link:hover .icon.arrow_gold_left:before {
  -webkit-transform: translate(-5px,0);
  transform: translate(-5px,0);
}

.blog-pagination a.blog-pagination__next-link:hover .icon.arrow_gold_right:before {
  -webkit-transform: translate(5px,0);
  transform: translate(5px,0);
}

.blog-pagination a.blog-pagination__next-link .icon, .blog-pagination a.blog-pagination__prev-link .icon {
  position: relative;
  top: -5px;
}

.blog-pagination a.blog-pagination__next-link--disabled,
.blog-pagination a.blog-pagination__prev-link--disabled {
  display: none;
}

/*========= Sidebar =======*/


.blog-sidebar-inner {
  margin: 40px 0;
  padding: 40px 0;
}

.blog-sidebar h3 {
  font-family: FreightDispProBook-Regular,serif;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 20px;
}

.blog-sidebar-inner > div {
  margin-bottom: 40px;
}


.blog-sidebar .blog-sidebar-inner .sidebar-rec-post {
  margin: 0;
}

.sidebar-topic ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-topic ul li {
  margin: 0;
  list-style-type: none;
}

.sidebar-topic ul li a {
  font-weight: 400;
  display: block;

  font-size: 16px;
  padding: 5px 0;
  border: none;
}

.sidebar-rec-post-item h3.recent-post-title a,
.sidebar-topic ul li a {
  color: #000;
}

.sidebar-topic ul li:before {
  content: none !important;
}

.sidebar-topic ul li a span.filter-link-count {
  display: none;
}

.sidebar-rec-post-item h3.recent-post-title a:hover,
.sidebar-topic ul li a:hover {
  color: rgba(196,141,50,1.0);
}

.blog-site-search form input {
  padding-right: 60px;
  line-height: normal;
  padding: 18px;
  font-size: 16px;
  outline: none !important;
}

.blog-site-search form input::-webkit-input-placeholder {
  font-family: Lato,sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #666;
  font-size: 16px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.blog-site-search form {
  position: relative;
  max-width: 100%;
}

.blog-site-search form button {
  position: absolute;
  right: 0;
  top: 0;
  line-height: normal;
  padding: 15px 25px;
  background: 0 0;
  border: none;
  border-radius: 0;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  height: 70px;
  cursor: pointer;
}

.blog-site-search form button svg {
  display: none;
}

.blog-site-search form button > span {
  font-size: 10px;
}

.blog-sidebar-topic-filter.sidebar-topic {
  margin-bottom: 60px;
}

.blog-site-search form button > span:before {
  content: ' ';
  vertical-align: middle;
  display: inline-block;
  background-image: url(https://4848763.fs1.hubspotusercontent-na1.net/hubfs/4848763/Surety_April_2020/Images/sprite.svg);
  background-repeat: no-repeat;
  background-size: 49.5em 177.4em;
  background-position: -.5em -129em;
  width: 1.5em;
  height: 1.5em;
}

.sidebar-rec-post-item {
  border-top: 1px solid #ccc;
  padding: 30px 0;
}

.sidebar-rec-post-item h3.recent-post-title {
  margin: 0;
  font-family: FreightDispProBook-Regular,serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
}

.sidebar-rec-post-item h3.recent-post-title a {
  border: 0;
  font-family: inherit;
}

.rec-post_item_meta {
  font-size: 14px;
  margin: 10px 0 0;
}

.blog-sidebar .blog-sidebar-inner .fb-feeds {
  border-top: 1px solid #ccc;
  margin: 40px 0;
  padding: 40px 0 0;
}

.fb-feed-inner {
  position: relative;
  width: 100%;
  max-width: 377px;
  height: 500px;
}

.fb-feeds iframe {
  border: 0;
  visibility: visible;
  width: 100%;
  height: 100%;
}

.blog-header.blog-list-header {
  padding: 30px 0;
  background: transparent;
}

.blog-header-inner {
  width: 97.91666667%;
  max-width: 97.91666667%;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 97.91666667%;
  flex: 0 0 97.91666667%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-left: 1.04166667%;
  margin-right: 1.04166667%;
}

.blog-header.blog-list-header .page-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

h1.blog-header__title {
  line-height: 1.1;
  margin: 0;
  font-family: FreightDispProBold-Regular,serif;
  text-align: left;
  font-size: 45px;
}

/*=========== POst Page ===========*/


.blog-post-header .post_item_meta {
  margin: 20px 0;
}

.blog-post-content-wrap {
  padding: 40px 10px 0;
  padding-top: 0px;
}

.blog-post-content-wrap .blog-sidebar-inner {
  padding-top: 20px;
}

.blog-post-header h1 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.2;
  font-family: FreightDispProBold-Regular,serif;
}

.blog-post-footer {
  border-top: 2px solid #eaeaea;
  margin: 40px 0;
  padding: 40px 0;
}

.post_categories a.blog-post__tag-link {
  font-family: Lato,sans-serif;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  background: 0 0;
  border: 2px solid #c48d32;
  color: #c48d32;
  font-size: 13px;
  letter-spacing: .15em;
  line-height: 1.2;
  padding: 15px 26px;
  text-transform: uppercase;
  margin: 5px 10px 5px 0;
}

.post_categories a.blog-post__tag-link:hover {
  background: 0 0;
  border-color: #000;
  color: #000;
}

.post_social.addthis_toolbox {
  line-height: 36px;
  margin: 30px 0 0;
}

.post_social_label {
  display: inline-block;
  font-family: Lato,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  color: #000;
  letter-spacing: .1em;
  margin: 2px 10px 0 0;
  vertical-align: middle;
  text-transform: uppercase;
}

.post_social a.post_social_link {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #c48d32;
  border-radius: 100%;
  line-height: 36px;
  margin: 0 5px;
  text-align: center;
  line-height: 34px;
  margin-bottom: 0;
  border: 0;
}

.post_social a.post_social_link:hover {
  background: #999;
}

/*============= Custom Css=============*/

@media(min-width:768px){

  .blog-sidebar h3 {
    font-size: 32px;
  }
  .sidebar-rec-post-item h3.recent-post-title {
    font-size: 24px;
  }

  .post-item h2 {
    font-size: 32px;
  }

  .read-more a.btn {
    font-size: 18px;
  }

  .blog-header.blog-list-header {
    padding: 40px 0;
  }

  h1.blog-header__title {
    font-size: 60px;
  }

  .blog-post-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 60px 0;
  }

  .post_social.addthis_toolbox {
    margin: 0;
  }

  .blog-post-header h1 {
    font-size: 36px;
  }

  .blog-pagination {
    margin: 60px 0;
  }

}


@media(min-width:980px){

  .blog-sidebar-inner {
    border: none;
    margin-top: 0;
    padding-top: 0;
    padding-left: 10%;
  }

  .post-item {
    padding: 60px 0;
  }

  .post-item h2 {
    font-size: 32px;
  }

  .blog-sidebar h3 {
    font-size: 36px;
  }

  .sidebar-rec-post-item h3.recent-post-title {
    font-size: 26px;
  }

  .read-more a.btn {
    font-size: 20px;
    padding: 20px 35px;
  }

  .blog-sidebar-inner > div {
    margin-bottom: 60px;
  }

  .blog-header.blog-list-header {
    padding: 50px 0;
  }

  .blog-header-inner {
    width: 72.91666667%;
    max-width: 72.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72.91666667%;
    flex: 0 0 72.91666667%;
  }

  h1.blog-header__title {
    font-size: 75px;
  }

  .blog-post-header h1 {
    font-size: 42px;
  }

  .blog-site-search form input {
    font-size: 18px;
    padding: 22px;
  }



  .blog-pagination {
    margin-bottom: 80px;
  }


}


@media (min-width: 1220px) {
  h1.blog-header__title {
    font-size: 90px;
  }
  .blog-post-header h1 {
    font-size: 48px;
  }

  .post-item h2{
    font-size: 32px;
  }

}


@media(max-width:1219px){
  .blog-index.span9 {
    width: 64.58333333%;
    max-width: 64.58333333%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64.58333333%;
    flex: 0 0 64.58333333%;
  }
}

@media(max-width:979px){
  .blog-index.span9, .blog-sidebar.span3 {
    width: 97.91666667%;
    max-width: 97.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 97.91666667%;
    flex: 0 0 97.91666667%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-left: 1.04166667%;
    margin-right: 1.04166667%;
  }

  .read-more a.btn .arrow_white_right {
    font-size: 8px;
  }

  .blog-site-search form button {
    height: 59px;
  }

  .blog-post-content-wrap .blog-sidebar-inner {
    border-top: 1px solid #ccc;
    padding-top: 40px;
    margin-top: 20px;
  }

}

@media(max-width:767px){
  .read-more a.btn {
    font-size: 16px;
  }

  .post_item_meta {
    font-size: 14px;
  }

  .blog-post-content-wrap{
    padding-top:20px;
    padding-bottom:20px;
  }

  .blog-index.span9, .blog-sidebar.span3 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  width:100%;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

/*-----------*/

.hs-landing-page form {
  margin-bottom: 15px;
}
.hs-landing-page .content-wrapper {
    padding: 0;
}

.content-wrapper.cm-error-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

.cm-error-page .error-page {
  padding: 80px 0;
  text-align: left;
  width: 56.25%;
  max-width: 56.25%;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 56.25%;
  flex: 0 0 56.25%;
  margin-left: 1.04166667%;
  margin-right: 1.04166667%;
}

.cm-error-page .error-page h2.error-page_heading {
  margin-top: 0;
}


.hs-search-field--open .hs-search-field__suggestions {
  padding: 10px;
}

ul.hs-search-field__suggestions a {
  padding: 5px;
  word-break: break-word;
}

ul.hs-search-field__suggestions:empty {
  padding: 0;
}

.hs-search-field__suggestions li#results-for {
  padding: 5px;
}

/*======================*/

@media (max-width: 1219px) {

  .cm-error-page .error-page {
    width: 64.58333333%;
    max-width: 64.58333333%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64.58333333%;
    flex: 0 0 64.58333333%;
  }
}

@media (max-width: 979px) {
  .cm-error-page .error-page {
    width: 97.91666667%;
    max-width: 97.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 97.91666667%;
    flex: 0 0 97.91666667%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 60px 0;
  }

}

@media (max-width: 767px) {

  .cm-error-page .error-page {
    padding: 40px 0;
  }
}

@media (max-width: 739px) {
.cm-error-page .error-page h2.error-page_heading {
    font-size: 40px;
}
}

@media (max-width: 479px) {

  .subscribe-options label {
    font-size: 13px;
    margin-left: 0;
    margin-right: 16px;
  }

  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    max-width: 300px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 5px;
  }

  .hs-author-profile .hs-author-avatar {
    float: none;
    margin-bottom: 10px;
  }

}