/* ******************************************************************************
*********************************************************************************
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: hidden;
}

/**
 * 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.
*********************************************************************************
****************************************************************************** */


.banner-area .dnd-section {
padding: 0;
}
@media (max-width: 1199px){
.body-container-wrapper .content-wrapper,
.body-container-wrapper .page-center,
.body-container-wrapper .content-wrapper,
.footer .footer__container,
.header .header__container,
.body-container-wrapper  .dnd-section > .row-fluid{
max-width:970px;
  }
}
  @media (max-width: 991px){
.body-container-wrapper .content-wrapper,
.body-container-wrapper .page-center,
.body-container-wrapper .content-wrapper,
.footer .footer__container,
.header .header__container,
.body-container-wrapper  .dnd-section > .row-fluid{
max-width:750px;
  }
}
  @media (max-width: 767px){
.body-container-wrapper .content-wrapper,
.body-container-wrapper .page-center,
.body-container-wrapper .content-wrapper,
.footer .footer__container,
.header .header__container,
.body-container-wrapper  .dnd-section > .row-fluid{
max-width:100%;
  }
}

.dnd-section > .row-fluid {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
}

.dnd-section .widget-type-cell {
padding-left: 15px;
padding-right: 15px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300;400;500;600;700;800;900&family=Source+Serif+4:opsz,wght@8..60,200;8..60,300;8..60,400;8..60,500;8..60,600;8..60,700;8..60,800;8..60,900&display=swap');
/* font-family: 'Darker Grotesque', sans-serif;
font-family: 'Source Serif 4', serif; */

@font-face {
  font-family: "AtlasGrotesk-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/SpecialistRiskGroup_April2021/Fonts/AtlasGrotesk-Regular.otf") format("opentype");
}
@font-face {
  font-family: "AtlasGrotesk-Medium";
  font-style: normal;
  font-weight: normal;
  src: url("https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/SpecialistRiskGroup_April2021/Fonts/AtlasGrotesk-Medium.otf") format("opentype");
}
@font-face {
  font-family: "AtlasGrotesk-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/SpecialistRiskGroup_April2021/Fonts/AtlasGrotesk-Bold.otf") format("opentype");
}
@font-face {
  font-family: "FSIndustrieNw-Bold";
  font-style: normal;
  font-weight: normal;
  src: url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/SpecialistRiskGroup_Dec2023/fonts/FSIndustrieNw-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'tm-zippco-icons';
  src: url('https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/SpecialistRiskGroup_April2021/Fonts/tm-zippco-icons.eot');
  src: url('https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/SpecialistRiskGroup_April2021/Fonts/tm-zippco-icons.eot') format('embedded-opentype'),
    url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/SpecialistRiskGroup_Dec2023/fonts/tm-zippco-icons.woff2) format('woff2'),
    url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/SpecialistRiskGroup_Dec2023/fonts/tm-fixtech-icons.woff) format('woff'),
    url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/SpecialistRiskGroup_Dec2023/fonts/tm-fixtech-icons.ttf) format('truetype'),
    url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/SpecialistRiskGroup_Dec2023/fonts/tm-fixtech-icons.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'FontAwesome';
    src: url('https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/SpecialistRiskGroup_April2021/Fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/SpecialistRiskGroup_April2021/Fonts/fontawesome-webfont.eot#iefix&v=4.6.3') format('embedded-opentype'),
    url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/SpecialistRiskGroup_Dec2023/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),
    url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/SpecialistRiskGroup_Dec2023/fonts/FontAwesome.woff?v=4.6.3) format('woff'),
    url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/SpecialistRiskGroup_Dec2023/fonts/FontAwesome.ttf?v=4.6.3) format('truetype'),
    url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/SpecialistRiskGroup_Dec2023/fonts/FontAwesome.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
  font-family: 'revicons';
  src: url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/SpecialistRiskGroup_April2021/Fonts/revicons.eot);
  src: url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/SpecialistRiskGroup_April2021/Fonts/revicons.eot) format('embedded-opentype'),
       url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/SpecialistRiskGroup_Dec2023/fonts/revicons.woff) format('woff'),
       url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/SpecialistRiskGroup_Dec2023/fonts/revicons.ttf) format('truetype'),
       url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/SpecialistRiskGroup_Dec2023/fonts/revicons.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TT_Ramillas_Bold';
  src: url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/SpecialistRiskGroup_April2021/Fonts/TT_Ramillas_Bold.woff2);
  src: url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/SpecialistRiskGroup_April2021/Fonts/TT_Ramillas_Bold.woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'Founders Grotesk';
    src: url('https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/SpecialistRiskGroup_April2021/Fonts/FoundersGrotesk-Regular.woff2') format('woff2'),
        url('https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/SpecialistRiskGroup_April2021/Fonts/FoundersGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
}

body {
font-family: 'Founders Grotesk', sans-serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.79;
}

p {
  margin: 0 0 15px;
 font-family: 'Founders Grotesk', sans-serif;
}


/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: 'TT_Ramillas_Bold';
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

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

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

h4 {
  
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
  line-height:1.93;
}

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

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

.disable-focus-styles :focus {
  outline: none;
}
::selection {
      color: #fff;
    background-color: #3b7abe;
}

@media (max-width: 991px){
body {
    font-size: 13px !important;
}
}
/* ******************************************************************************
*********************************************************************************
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: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  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;
  padding: 15px 53px;
  

  margin:20px 0;
  -webkit-font-smoothing: antialiased;
}

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

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}
form,
.submitted-message {
  padding:20px;
}

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

ul.no-list.hs-error-msgs,
.hs_error_rollup ul.no-list.hs-error-msgs.inputs-list label,
.hs-error-msgs label.hs-error-msg {
  margin-top: .5rem;
  color: #e80000;
  margin: 0;
  padding: 0;
  list-style: none;
}
input#hs-pwd-widget-password {
  width: 100% !important;
  margin: 0 !important;
  height: auto !important;
} 
input#hs-pwd-widget-password,
.hs-input {
  display:block;
  width: 100%;
  max-width:767px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #000;
  background: #fff;
  border: none;
  border-bottom: 1px solid #fff3;
  font-size: 14px;
  padding: 15px;
  font-weight: 400;
  outline: none;
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  -moz-transition: border linear .2s,box-shadow linear .2s;
  -o-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
}

.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: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #666666;
}

.hs-input::-webkit-input-placeholder {
  color: #666666;
}

.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: #c87872;
}
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: #b9554d;
}

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

@media(max-width:767px){
  .hs-input{
    width:100% !important;
  }
  .hs-input[type=checkbox], .hs-input[type=radio]{
    width:auto !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  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;
}
/* ******************************************************************************
*********************************************************************************
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 {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

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.
*********************************************************************************
****************************************************************************** */
.corporate-brochure-row .dnd-section>.row-fluid {
  padding: 0;
}
.banner-section .dnd-section>.row-fluid {
  padding: 0;
}
.container-fluid.body-container.full-width-row .dnd-section>.row-fluid {
  max-width: 100% !important;
  padding: 0;
}


.blog-index-post-inner .entry-header {
padding: 22px 30px 60px;
position: relative;
min-height: 190px;
}

.tm-entry-meta-wrapper {
display: inline-block;
padding: 5px 3px 3px 0;
margin: 0 0 0;
position: absolute;
bottom: 20px;
}

.contact-row1-wrapper .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.service-row1 .span6 p {
  font-weight: 400;
  font-family: AtlasGrotesk-Medium;
}
.service-row1 .content-width-top-icon {
  padding: 0 0 0 25px;
  margin-top: -8px;
}
.contact-row1-wrapper {
  padding-top: 20px;
}
.service-row1 .span6:first-child > div {
  padding-right: 8% !important;
}

.service-row1 .span6 {
  width: 50%;
  margin: 0;
  padding: 0;
}


.service-row1 .span6:last-child {
  margin-left: -15px;
  padding-top: 0;
  padding-bottom: 50px;
  padding-left: 55px;
}

.service-row1 .content-width-top-icon .content-col {
  padding-top: 7px;
}

.service-row1 .content-width-top-icon {
  padding: 0 0 0 15px;
}

.service-row1 .content-wrap {
  padding-right: 56px;
}
.container-fluid.service-row4 .dnd-section>.row-fluid {
  padding: 0;
  padding-left: 14px;
}
.service-page .blog-subscription-form.get-in-touch-form {
  padding-top: 2em;
}
.service-row5 .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100%;
}
.container-fluid.service-row1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 35px;
  margin-bottom: 16px;
}

.container-fluid.service-row1 ul li {
  font-size: 14px;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
  padding-left: 27px;
  font-weight: 400;
  font-family: Poppins,Arial,Helvetica,sans-serif;
  line-height: 25px;
}

.container-fluid.service-row1 ul li:before {
  position: absolute;
  left: 5px;
  top: 5px;
  color: #3b7abe !important;
  content: "\f0da";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.service-row1 .span6 p a {
  text-decoration: underline;
  font-family: AtlasGrotesk-Medium;
  color: #0ba9a7 !important;
}

.service-row1 .span6 p a:hover {
  text-decoration: none;
}
.service-row2 .widget-type-cell {
  min-height: 0;
}
.service-row1.service-3-row1 .span6:last-child {
  padding: 0;
  padding-right: 0;
  position: relative;
  padding-left: 30px;
}

.service-row1.service-3-row1  .accordion-container h4.accordion-title.js-accordion-title:first-child {
  margin: 0;
}

.service-row1.service-3-row1 .accordion-container .accordion-wrap .accordion-content p {
  font-family: "AtlasGrotesk-Regular",Tahoma,Geneva,sans-serif;
  font-weight: 400;
  line-height: 25px;
}

.service-row1.service-3-row1  .span6:first-child>div {
  padding: 0 !important;
  padding-right: 16px !important;
}

.service-row1.service-3-row1 .accordion-container {
  padding: 0;
}
.service-row1.service-3-row1  .span6 p {
  font-family: "AtlasGrotesk-Regular",Tahoma,Geneva,sans-serif;
}

.service-row1.service-3-row1 .dnd-section {
  padding-top: 82px;
  padding-bottom: 53px;
}

.service-row1.service-3-row1 .accordion-wrap {
  margin-bottom: 21.73913043px;
}

.service-page .container-fluid.service-row4 .dnd-section>.row-fluid {
  padding: 0;
  padding-left: 0;
}
.container-fluid.service-row4 {
  overflow: hidden;
}
.service-sub-page .service-row1 .span6:first-child>div {
  padding-right: 6% !important;
}
.service-sub-page .service-row1 .span6:first-child>div {
  padding-right: 6% !important;
}

.service-sub-page .service-row2 .span6 {
  width: 50%;
  margin: 0;
  padding: 0;
}

.service-sub-page .service-row2 .span6:first-child >  div {
  padding-right: 8% !important;
}

.service-sub-page .service-row2 .span6:first-child {
  padding-right: 15px;
}

.service-sub-page .service-row2 h2 {
  font-family: "FSIndustrieNw-Bold",Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  margin-top: 0;
  margin-bottom: 15px;
}

.service-sub-page .service-row2 .span6:last-child >  div {
  padding-right: 0;
  margin-left: 0;
  padding-left: 55px !important;
}

.service-sub-page .service-row2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 35px;
  margin-bottom: 2em;
}

.service-sub-page .service-row2 ul li {
  font-size: 14px;
  padding-bottom: 8px;
  line-height: 25px;
  font-family: AtlasGrotesk-Medium;
  font-size: 18px;
  color: #0ba9a7;
  line-height: 2.5;
}

.service-sub-page .service-row2  a {
  color: #0e1032;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.service-sub-page .service-row2 a:hover {
  color: #3b7abe;
}

.service-sub-page .service-row2 .span6 .span3 {
  width: 25%;
  margin: 0;
}

.service-sub-page .service-row2 h6,
.container-fluid.service-row2 h5 {
  font-family: AtlasGrotesk-Medium;
  font-size: 18px;
  color: #3b7abe;
  line-height: 25px;
  padding-top: .5em;
  margin: 0;
}

.service-sub-page .service-row2 h6{
  margin-bottom: 5px !important;
}

.whiteBullet li::marker{
color:#fff;
}
footer.footer .textwidget img {
    max-width: 284px;
}

.service-sub-page .service-row2 .span6 .span6 {
  padding-right: 15px;
}

.service-sub-page .service-row2 .span6 .span6 {
  width: 50%;
  padding-right: 15px;
}

.service-sub-page .service-slider-wrapper .tm-cta3-content-wrapper {
  max-width: 42em;
  padding-top: 9px;
  margin-bottom: 0;
  line-height: 25px;
  margin-bottom: 30px;
}
.service-sub-page .service-row2 .span6 .span7{
  width: 66.66666667%;
}
.service-sub-page .service-slider-wrapper {
  padding-left: 0;
}

.service-sub-page .service-slider-wrapper h2.cm-custom-heading {
  margin-bottom: 21px;
}
.service-sub-page .service-slider-wrapper .service-slider.slick-initialized.slick-slider {
  margin: 0 -15px;
}
.service-sub-page .service-slider-wrapper .tm-cta3-content-wrapper p {
  line-height: 25px;
  font-family: "AtlasGrotesk-Regular",Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #0a0808;
}
.tm-header-icon.tm-header-search-link ul.hs-search-field__suggestions  a {
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 5px;
  border-radius: 0;
}

ul.hs-search-field__suggestions li {
  padding: 5px;
}
.service-sub-page .container-fluid.service-row2 img {
  display: block;
}
.service-sub-page  .blog-subscription-form.get-in-touch-form {
  padding-top: 2em;
  padding-top: 90px;
  padding-bottom: 70px;
}

.button-popup-wrapper-section.cm-request-form-wrapper  .hs-form .hs-error-msgs label.hs-error-msg {
  margin-top: 10px;
}
.button-popup-wrapper-section.cm-request-form-wrapper ul.no-list.hs-error-msgs.inputs-list {
  margin-bottom: 21px;
}
.button-popup-wrapper-section.cm-request-form-wrapper .hs-form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.button-popup-wrapper-section.cm-request-form-wrapper .hs-form .inputs-list li:before {
  display: none;
}

.button-popup-wrapper-section.cm-request-form-wrapper .hs-form .inputs-list li {
  padding: 0;
}
.make-claims-row1-wrapper .widget-type-form .hs-richtext p a:hover {
  color: #3b7abe;
}
.make-claims-row1-wrapper .widget-type-form .hs-richtext p a {
  font-family: "AtlasGrotesk-Regular",Tahoma,Geneva,sans-serif;
  color: #0e1032;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.make-claims-row1-wrapper .widget-type-form .hs-richtext p {
  margin-top: 5px;
  margin-bottom: 31px !important;
}
.make-claims-row1-wrapper .hs_error_rollup {
  clear: both;
}
.make-claims-row1-section input.hs-button.primary.large {
  font-weight: 500;
}
.body-container-wrapper .content-wrapper {
  padding: 3rem 15px;
}
header.header.landing-header {
  min-height: 100px;
}

.body-container-wrapper .blog-subscription-form .content-wrapper{
  padding:0; 
}
.contact-row2-wrapper .dnd-section>.row-fluid {
  padding: 0;
}

.contact-page .contact-row2-wrapper h3.form-title {
  font-family: "FSIndustrieNw-Bold",Arial,Helvetica,sans-serif;
  font-weight: 400;
  line-height: 46px;
  font-size: 40px;
  background-color: #0ba9a7;
  color: #fff;
  margin: 0;
  padding: 65px 50px;
  padding-bottom: 51px;
  margin-bottom: -4px;
}

.contact-row2-wrapper .span7 .span6>div {
  margin-bottom: 20px;
}

.contact-page form {
  padding: 0 50px;
}

.contact-page form .hs-form-field {
  margin-bottom: 30px;
}

.contact-page .hs-input {
  line-height: inherit;
  max-width: 100%;
}

.contact-page form {
  padding: 0 65px 70px 50px;
}


.contact-row2-wrapper h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #0ba9a7;
  margin-bottom: 15px;
}

.contact-page textarea {
  min-height: 200px;
}

.contact-page .contact-row2-wrapper .hs-form .hs-button {
  margin: 6px 0 10px 0;
}

.contact-row2-wrapper p a:hover {
  color: #3b7abe;
}

.contact-row2-wrapper p a {
  color: #0e1032;
}

.privacy-policy-row1-wrapper .dnd-section {
  padding-top: 65px;
  padding-bottom: 40px;
}

.privacy-policy-row1-wrapper .widget-type-rich_text h2 {
  font-family: "FSIndustrieNw-Bold",Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  color: #0ba9a7;
  margin-bottom: 15px;
}

.privacy-policy-row1-wrapper .widget-type-rich_text h3 {
  font-family: "FSIndustrieNw-Bold",Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  color: #0ba9a7;
  margin-bottom: 15px;
}

.privacy-policy-row1-wrapper .dnd-section>.row-fluid {
  padding: 0;
}

.privacy-policy-row1-wrapper .span8,
.privacy-policy-row1-wrapper .span4{
  padding-right: 15px;
  padding-left: 15px;
}

.privacy-policy-row1-wrapper {
  margin-bottom: 60px;
}

.business-insurance-row1-wrapper .dnd-section .widget-type-cell {
  padding: 0;
}

.business-insurance-row1-wrapper .dnd-section {
  padding-bottom: 70px;
}

.business-insurance-row1-wrapper .blog-subscription-form {
  padding-bottom: 0;
}

.cm-business-insurance-module {
  padding-bottom: 22px;
}

.banner-section.business-insurance-banner .page-center {
  justify-content: flex-start !important;
}

.about-row1-wrapper .dnd-section .widget-type-cell {
  padding: 0;
}

.about-row-wrapper .dnd-section {
  padding-top: 81px;
}

.about-row2-wrapper .widget-type-linked_image {
  margin-bottom: 35px;
  padding-left: 15px;
  padding-right: 15px;
}

.about-row2-wrapper .widget-type-linked_image img {
  display: block;
}

.about-row2-wrapper .dnd-section>.row-fluid {
  padding: 0;
}

.about-row2-wrapper .row-fluid {
  align-items: flex-start;
}

.about-row1-wrapper .dnd-section {
  padding-top: 81px;
  padding-bottom: 7px;
}

.about-row2-wrapper .dnd-section {
  padding-top: 90px;
  padding-bottom: 70px;
}

.about-row2-wrapper .span6 {
  width: 50%;
  margin: 0;
}

.about-row2-wrapper .span6 .widget-type-rich_text {
  padding-right: 4%;
  margin-bottom: 35px;
}

.about-row3-wrapper .dnd-section .span6 .widget-type-rich_text p a,
.about-row2-wrapper .span6 .widget-type-rich_text p a {
  color: #0e1032;
  text-decoration: underline;
}

.about-row3-wrapper .dnd-section .span6 .widget-type-rich_text p a:hover,
.about-row2-wrapper .span6 .widget-type-rich_text p a:hover {
  color: #3b7abe;
  text-decoration: none;
}

.about-row3-wrapper .dnd-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-row3-wrapper .dnd-section .widget-type-rich_text h2 {
  font-family: "FSIndustrieNw-Bold",Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  color: #3b7abe;
  margin-bottom: 15px;
}

.about-row3-wrapper .dnd-section .span6 {
  width: 50%;
  margin: 0;
}

.about-row3-wrapper .dnd-section>.row-fluid {
  padding: 0;
}

.about-row3-wrapper .dnd-section .widget-type-header h2 {
  font-family: "FSIndustrieNw-Bold",Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  color: #0ba9a7;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.about-row3-wrapper .dnd-section .span6 .span6 h2 {

  font-size: 20px;
  line-height: 30px;

} 

.about-row3-wrapper .dnd-section .span6 .span6 .widget-type-linked_image img {
  display: block;
  width: 49px;
}

.about-row3-wrapper .dnd-section .span6 .span6 .widget-type-linked_image {
  padding-bottom: .5em;
}

.about-row3-wrapper .dnd-section .span6 .span6 {
  padding-left: 0;
  padding-right: 0;
}

[class^="tm-zippco-icon-"]:before, [class*=" tm-zippco-icon-"]:before {
  font-family: "tm-zippco-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tm-zippco-icon-mail:before {
  content: '\e832';
}


[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 160px;
  background-color: #000;
  background-color: hsla(0,0%,20%,.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  border-radius: 5px;
}

[data-tooltip]:after, [data-tooltip]:before {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-webkit-transform .2s cubic-bezier(.71,1.7,.77,1.24);
  -moz-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-moz-transform .2s cubic-bezier(.71,1.7,.77,1.24);
  transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24);
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  pointer-events: none;
}

[data-tooltip]:after {
  margin-left: -80px;
}

[data-tooltip]:after, [data-tooltip]:before {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:after {
  background-color: #0b0c26;
  background-color: #182333;
}

[data-tooltip]:focus:after, [data-tooltip]:focus:before, [data-tooltip]:hover:after, [data-tooltip]:hover:before {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px);
}
[data-tooltip]:focus:after, [data-tooltip]:focus:before, [data-tooltip]:hover:after, [data-tooltip]:hover:before {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(Opacity=100);
  opacity: 1;
}

.cm-team-member-card .cm-member-box-title h4:after{
  background-image: url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/Vector%203.png);
}

.cm-team-member-card .cm-member-box-social-links ul li a i.tm-zippco-icon-phone {
  background-image: url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/SpecialistRiskGroup_Dec2023/images/phone.svg)
}
.cm-team-member-card .cm-member-box-social-links ul li a:hover i.tm-zippco-icon-phone {
  background-image: url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/SpecialistRiskGroup_Dec2023/images/phone_blue.svg)
}
.footer_landing .quicky-link, .footer_landing .quick-links-wrapper {
  min-height: 1px;
}
.contact-page .contact-row2-wrapper .hs-form .hs-button {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}
.service-sub-page .service-row1 p a {
  color: #0e1032;
  text-decoration: none;
}

.service-sub-page .service-row1 p a:hover {
  color: #3b7abe;
}
.service-sub-page .service-row2 .span6:first-child ul {
  list-style: disc;
  margin: 16px 0;
  padding: 0 0 0 25px;
  margin-bottom: 0;
}

.service-sub-page .service-row2 .span6:first-child ul li {
  font-family: "AtlasGrotesk-Regular",Tahoma,Geneva,sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #000;
  padding: 0;
}
.service-general-page .service-row2 .hs_cos_wrapper_type_header h2 {
  font-size: 40px;
  line-height: 46px;
  color: #0ba9a7;
  font-family: "FSIndustrieNw-Bold",Arial,Helvetica,sans-serif;
  font-weight: 400;
  margin-bottom: 45px;
}

.service-general-page.service-sub-page .service-row2 .span6:last-child>div {
  padding: 0 !important;
}

.service-general-page.service-sub-page .service-row2 .span6:first-child>div {
  padding: 0 !important;
  padding-right: 15px !important;
}
.service-general-page.service-sub-page .service-row2 .span6 p:last-child {
  margin: 0;
}
.service-general-page.service-sub-page .service-row2 .span6 {
  margin-bottom: 35px;
}
.service-general-page.service-sub-page .service-row2 .span6:last-child {
  padding-right: 15px;
  padding-left: 7px;
}


@media(min-width:768px){
  .service-general-page .logo-slider .left-col {
    padding: 0;
    width: 33.33333333%;
  }
  .service-general-page .logo-slider .right-col {
    width: 66.66666667%;
  }
  .associate-page .logo-slider ul.slick-dots {
    bottom: 19px;
  }
}
.service-general-page  .logo-slider ul.slick-dots{
  display:none !important; 
}
.service-general-page .logo-slider .logo-item-wrapper.slick-initialized.slick-slider.slick-dotted {
  margin: 0;
}
.service-general-banner .banner.center .page-center {
  justify-content: left;
}
.service-row1 .span6:last-child {
  position: relative;
}
.service-general-page .logo-slider.clearfix h2 {
  font-family: "AtlasGrotesk-Regular",Tahoma,Geneva,sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  margin-top: 1em !important;
  padding-top: 1.5em !important;
  padding-left: 7em !important;
  text-align: left;
}
.service-general-page .logo-slider .logo-item-inner span.themetechmount-box span.themetechmount-item-thumbnail:hover img {
  filter: none;
}
.service-general-page .logo-slider .right-col .slick-track {
  margin-top: 10px;
  margin-bottom: 8px;
}
.service-page .slick-list .slick-track {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.case-study-page-page .case-study-page-row1-section .dnd-section>.row-fluid {
  padding: 0;
}

.case-study-page-page .body-container-wrapper .content-wrapper {
  padding: 0 !important;
}
.case-study-page-page .case-study-page-row1-section .dnd-section>.row-fluid {
  padding: 0 15px;
  max-width: 1170px;
}
.zippco_contact_widget ul.zippco_contact li {
  display: block;
}
.blog-subscription-form.get-in-touch-form .submitted-message {
  font-family: "AtlasGrotesk-Regular",Tahoma,Geneva,sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #000;
  background: #0000;
}
.blog-subscription-form .hs-input:focus{
  color:#666 !important;
  border-color: #3b7abe !important;
}

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

.claims-page .banner {
  min-height: 390px;
}

.claims-page .banner h3 {
  margin-bottom: 6px;
}

.claims-row1-wrapper .span6 p {
  font-weight: 400;
  font-family: AtlasGrotesk-Medium;
}

.claims-row1-wrapper .content-width-top-icon {
  padding: 0 0 0 25px;
  margin-top: -8px;
}

a.btn-cta {
  outline: none;
  text-decoration: none;
  font-weight: 400;
  font-family: 'AtlasGrotesk-Regular';
  font-size: 17px;
  line-height: 1.25;
  text-transform: capitalize;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: transparent;
  color: #5472D2;
  border: 1px solid transparent;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  top: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 13px 30px 13px 30px;
  border-radius: 0;
  background-color: #3b7abe;
  color: #fff;
}

a.btn-cta:hover {
  background-color: #0b0c26;
  color: #fff;
}

.claims-row2-wrapper .span6 h2 {
  font-family: "FSIndustrieNw-Bold",Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  margin-top: 0;
  margin-bottom: 15px;
}

.claims-row2-wrapper .span6:first-of-type {
  padding-right: 32px !important;
}

.claims-row2-wrapper .span6:last-of-type {
  padding-left: 25px !important;
}


.claims-row2-wrapper  ul {
  margin: 16px 0;
  padding: 0 0 0 25px;
  margin-bottom: 0;
}

.claims-row2-wrapper ul li {
  font-family: "AtlasGrotesk-Regular",Tahoma,Geneva,sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
}

.claims-row2-wrapper .span6 {
  margin-bottom: 35px;
}


.make-claims-row1-wrapper .widget-type-form {
  background-color: #0ba9a7;
  padding: 45px;
  color: #fff;
  float: left;
  width: 100%;
}

.make-claims-row1-wrapper .widget-type-form form {
  padding: 0;
}

.make-claims-row1-wrapper .widget-type-form h3.form-title {
  font-family: "FSIndustrieNw-Bold",Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
}

.make-claims-row1-wrapper .widget-type-form .hs-richtext p {
  margin-top: 5px;
  margin-bottom: 31px;
  font-family: "AtlasGrotesk-Regular",Tahoma,Geneva,sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
}

.make-claims-row1-wrapper form .hs-form-field:nth-child(even) {
  width: 48%;
  float: left;
  clear: left;
}

.make-claims-row1-wrapper form .hs-input {
  line-height: 25px;
}

.make-claims-row1-wrapper form .hs-form-field:nth-child(odd) {
  float: right;
  clear: right;
  width: 48%;
}

.make-claims-row1-wrapper form .hs-form-field {
  margin: 0 0 31px;
}

.make-claims-row1-wrapper form textarea {
  min-height: 147px;
}

.make-claims-row1-wrapper form .hs-form-field.hs_company {
  float: left;
  clear: left;
}


.make-claims-row1-wrapper form .hs-form-field.hs-best_time_to_contact_ {
  clear: left;
  float: left;
  width: 100%;
}

.make-claims-row1-wrapper form .hs-form-field ul.inputs-list.multi-container {
  list-style: none!important;
  margin: 10px 0 0!important;
  padding: 0!important;
}

.make-claims-row1-wrapper form .hs-form-field ul.inputs-list.multi-container li {
  display: inline-block;
  margin-right: 19px !important;
  margin-bottom: 5px;
  width: auto;
}

.make-claims-row1-wrapper form .hs-form-field ul.inputs-list.multi-container li .hs-input {
  width: auto;
  max-width: 100%;
  display: inline-block;
  margin-right: 8px;
  margin-top: 7px;
}

.make-claims-row1-wrapper form .hs-form-field ul.inputs-list.multi-container li label {
  font-family: AtlasGrotesk-Bold,sans-serif;
  font-weight: normal !important;
}

.make-claims-row1-wrapper form .hs-form-field.hs-best_time_to_contact_+div {
  float: left;
}

.make-claims-row1-wrapper form .hs_submit.hs-submit {
  clear: left;
}

.make-claims-row1-wrapper form .hs-form-field.hs-best_time_to_contact_ label {
  font-family: AtlasGrotesk-Bold,sans-serif;
  font-weight: normal !important;
  margin-top: 3px;
}

.make-claims-row1-wrapper form .hs-form-field.hs-best_time_to_contact_+div p {
  margin-bottom: 25px;
}

.make-claims-row1-wrapper .widget-type-form form select {
  padding: 15px;
  line-height: 25px;
  border: none;
  outline: none;
  font-family: AtlasGrotesk-Regular, Tahoma, Geneva, sans-serif;
  background-image: url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/SpecialistRiskGroup_Dec2023/images/down_arrow.svg) !important;


  background-repeat: no-repeat !important;
  background-position: calc(100% - 15px) !important;
  background-size: 25px !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-bottom: 16px;
}

.associate-row1-wrapper p {
  font-family: AtlasGrotesk-Medium;
}

.associate-row1-wrapper .content-width-top-icon {
  padding: 0 40px 0 25px;
  margin-top: -8px;
}

.associate-row1-wrapper .span6:first-of-type {
  padding-right: 10px !important;
}

.associate-row1-wrapper  .popup-button {
  margin-bottom: 34px;
}

.associate-row2-wrapper .span6 h2 {
  font-size: 40px;
  margin-bottom: 29px;
}

.associate-row2-wrapper .span6 p {
  line-height: 26px;
}

.associate-row2-wrapper .span6:last-of-type {
  padding-left: 25px !important;
}

.associate-row2-wrapper .span6:last-of-type h2 {
  font-family: "FSIndustrieNw-Bold",Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 23px;
}

.associate-row2-wrapper .span6 .span6:last-of-type {
  padding-left: 0 !important;
}

.associate-row2-wrapper .content-width-top-icon {
  padding: 0;
}

.associate-row2-wrapper .content-width-top-icon .tm-icons img {
  max-width: 100%;
  width: auto;
  height: 45px;
  padding-left: 5px;
}

.associate-row2-wrapper .content-width-top-icon .content-col .title h2 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  margin-top: 4px;
}

.associate-row2-wrapper .content-width-top-icon .content-col .content-wrap p {
  font-family: "AtlasGrotesk-Regular",Tahoma,Geneva,sans-serif;
  font-weight: 400;
  padding-right: 10px;
}

.associate-row2-wrapper .content-width-top-icon .content-col .content-wrap {
  margin-bottom: 37px;
}

.associate-row3-wrapper .counter-wrapper {
  padding-top: 31px;
  padding-bottom: 100px;
}

.associate-row3-wrapper .testimonial-slider {
  padding-top: 58px;
  padding-bottom: 31px;
}

.private-client-page .banner {
  background-position: center center !important;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.private-client-page .banner h1 {
  color: #fff !important;
}

.private-client-page .banner h3 {
  color: #fff;
}

.private-client-row1-wrapper {
  padding-top: 82px;
}

.private-client-row1-left {
  display: inline-block;
  padding: 0 15px;
  width: 49%;
  vertical-align: top;
}

/* .private-client-row1-wrapper p {
  font-family: AtlasGrotesk-Medium;
} */

.private-client-row1-right {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  padding: 0 30px;
}

.private-client-row1-right .content-width-top-icon .tm-icons img {
  max-width: 100%;
  height: 45px;
  width: auto;
}

.private-client-row1-right .content-width-top-icon .tm-icons {
  padding-left: 5px;
  margin-top: -10px;
}

.private-client-row1-right .content-width-top-icon {
  padding: 0 15px 0 18px;
}

.private-client-row1-right .content-width-top-icon .content-col {
  padding-top: 7px;
}

.private-client-row1-wrapper .popup-button {
  margin-bottom: 35px;
}

.private-client-row2-left {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 50%;
}



.private-client-row2-right {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  padding: 0 30px;
}

.private-client-row3-wrapper {
  padding-top: 93px;
}

.private-client-row4-wrapper h2 {
  margin-bottom: 8px;
  color: #3b7abe;
  font-size: 30px;
}

.private-client-row4-wrapper h5 {
 
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  margin-top: 0;
  margin-bottom: 15px;
}

.private-client-row4-wrapper ul li:before {
  content: "-";
  padding-right: .5em;
}

.private-client-row4-wrapper .span4,
.private-client-row4-wrapper .span5,
.private-client-row4-wrapper .span3 {
  margin-bottom: 35px;
}

.private-client-row5-wrapper {
  padding-top: 15px;
}

.private-client-row5-wrapper h2 {
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 46px;
}

.private-client-row5-wrapper {
  padding-top: 17px;
}

.private-client-row5-wrapper p {
  line-height: 26px;
}


.private-client-row5-wrapper .content-width-top-icon .tm-icons img {
  max-width: 100%;
  width: auto;
  height: 45px;
}

.private-client-row5-wrapper .content-width-top-icon {
  padding: 0 8px 12px;
}

.private-client-row5-wrapper .content-width-top-icon .tm-icons {
  padding-top: 10px;
  padding-left: 7px;
  padding-bottom: 24px;
}

.private-client-row5-wrapper .content-width-top-icon .content-col .content-wrap p {
  font-family: "AtlasGrotesk-Regular",Tahoma,Geneva,sans-serif;
}

.private-client-row4-wrapper ul {
  margin: 0;
  padding: 0;
  margin-top: .5em;
  list-style: none;
}

.private-client-row4-wrapper ul li {
  
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #000000;
  list-style: none;
}

.private-client-row6-wrapper .testimonial-slider {
  padding-top: 58px;
  padding-bottom: 31px;
}

.why-choose-row1-wrapper {
  padding-top: 112px;
}

.why-choose-row1-right .content-width-top-icon {
  padding: 0 27px 0 18px;
}

.why-choose-row2-wrapper {
  padding-top: 50px;
}

.why-choose-row2-right .accordion-wrap {
  padding-top: 5px;
}

.why-choose-row2-wrapper {
  padding-top: 50px;
  padding-bottom: 105px;
}

.why-choose-row3-wrapper .logo-slider .right-col {
  margin-bottom: 60px;
}

.why-choose-row5-wrapper .testimonial-slider {
  padding-top: 57px;
  padding-bottom: 31px;
}

.full-width-row .widget-type-header h2 {
  margin-bottom: 35px;
  font-family: "FSIndustrieNw-Bold",Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
}

.full-width-row .widget-type-header {
  padding-top: 95px;
  padding-bottom: 12px;
}

.about-row3-wrapper .content-width-top-icon {
  padding: 0 20px 0 5px;
  margin-bottom: 35px;
}

.about-row3-wrapper .content-width-top-icon .tm-icons img {
  max-width: 100%;
  height: 45px;
  width: auto;
}

.about-row3-wrapper .content-width-top-icon .tm-icons {
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.about-row3-wrapper {
  padding-bottom: 6px;
}

.about-row4-wrapper .span6 h2 {
  line-height: 46px;
  color: #0ba9a7;
  font-family: "FSIndustrieNw-Bold",Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-size: 40px;
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
}

.about-row4-wrapper .span6 h4 {
  line-height: 24px;
  color: #3b7abe;
  font-weight: 400;
  margin-bottom: 2px;
  margin-top: 5px;
  text-transform: none;
  font-family: FSIndustrieNw-Bold;
  letter-spacing: unset;
  font-size: 25px;
}

.about-row4-wrapper .span6 h4 {
  padding-bottom: 38px;
}

.about-row4-wrapper .span6 .widget-type-linked_image img {
  vertical-align: middle;
}

.about-row4-wrapper .span6 .widget-type-linked_image {
  margin-bottom: 35px;
}

.about-row4-wrapper .span6 a {
  text-decoration: underline;
  color: #0e1032;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.about-row4-wrapper .span6 a:hover {
  color: #3b7abe;
  text-decoration: none;
}

.about-row4-wrapper .span6 {
  padding-top: 10px;
  padding-bottom: 9px;
}

.full-width-page .make-a-claim {
  padding: 0;
}

.full-width-page .make-a-claim .right-col .tm-col-wrapper-bg-layer {
  background-repeat: no-repeat !important;
  background-position: center center!important;
  background-color: transparent!important;
  background-size: auto !important;
}

.full-width-page .make-a-claim .right-col .tm-col-bgimage-yes {
  height: 100% !important;
  background-image: none !important;
  margin-top: 0 !important;
}

.full-width-page .make-a-claim .left-col .left-inner {
  padding-top: 47px;
  padding-bottom: 106px;
}

.home-page .banner h1 {
  font-size: 106px;
  line-height: 90px;
  font-weight: normal;
  margin: 0;
}

.banner .btn-wrapper {
  padding-top: 109px;
}

.home-page .banner .cm-titlebar.entry-header {
  padding-top: 145px;
}

.home-page .banner {
  height: 730px;
  background-size: cover;
  background-position: center top !important;
}

.home-page .make-a-claim {
  padding: 0 0 50px;
}

.home-page .make-a-claim .right-col .tm-col-bgimage-yes {
  margin-top: 0 !important;
  height: 96.65% !important;
}

.home-page .make-a-claim .left-col .left-inner .content_wrapper {
  padding-top: 54px;
}
.cm-blog-subscription-item:nth-child(2) p a {
  overflow-wrap: break-word;
}
.home-page .make-a-claim .left-col .left-inner .content_wrapper h5 {
  font-family: "AtlasGrotesk-Regular",Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #3b7abe !important;
  margin: 0 0 16px;
}

.cm-request-form-wrapper {
  overflow: auto;
}

.home-row3-wrapper {
  padding-top: 120px;
}

.home-page .testimonial-slider {
  padding-top: 58px;
  padding-bottom: 32px;
}

.home-page .testimonial-slider .testimonial-item .themetechmount-box-desc blockquote {
  color: #000;
}

.home-page .testimonial-slider .testimonial-item .themetechmount-box-desc .themetechmount-box-title h3 {
  color: #0ba9a7 !important;
}

.home-page .testimonial-slider .testimonial-item .themetechmount-box-desc .themetechmount-box-title span.themetechmount-box-footer {
  font-size: 13px;
  opacity: .85;
  color: #000;
}

[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: 0 0;
  content: "";
  bottom: 100%;
  left: 50%;
  border-top-color: #182333;
  margin-left: -6px;
}

[data-tooltip]:hover:before {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(0px) !important;
}

.home-page .testimonial-slider ul.slick-dots li button {
  box-shadow: inset 0 0 0 2px #3b7abe;
}

.home-page .testimonial-slider ul.slick-dots li.slick-active button {
  background: #3b7abe !important;
}


.service2-page .service-row2-wrapper .service2-left {
  width: 69.51%;
  float: left;
}

.service2-page .service-row2-wrapper .service2-right {
  position: relative;
  background: #f5faff;
  padding: 30px 30px;
  margin-top: 65px;
  padding-top: 35px;
  padding-bottom: 40px;
  float: left;
  width: 27.914%;
}

.service2-page .service-row2-wrapper .cm-recent-post-wrapper {
  padding: 0;
  margin-bottom: 40px;
}

.service2-page .service-row2-wrapper .cm-recent-post-wrapper ul li:last-child {
  padding-bottom: 0;
}

.service2-page .service-row2-wrapper {
  margin-bottom: 60px;
}

.service2-page .service-row2-wrapper .cm-recent-post-wrapper ul li:last-child {
  padding-bottom: 0;
}

.home-page .logo-slider .slick-dotted.slick-slider {
  margin-bottom: 60px;
}

.service-row2-wrapper .span6:last-of-type {
  padding-left: 33px !important;
  margin-top: -1px;
  padding-right: 30px !important;
}

.service2-page .service-row2-wrapper .span6 h2 {
  margin-bottom: 12px;
  font-size: 40px;
}

.service2-page .service-row2-wrapper .span6:last-of-type h4 {
  text-transform: none;
  font-family: FSIndustrieNw-Bold;
  font-size: 14px;
  letter-spacing: unset;
  line-height: 24px;
  color: #3b7abe;
  margin-bottom: 30px;
}

.service2-page .service-row2-wrapper .span6 ul {
  list-style: none;
  padding: 0;
  padding-left: 0;
  margin: 16px 0;
  margin-top: 54px;
}

.service2-page .service-row2-wrapper .span6 ul li {
  font-size: 14px;
  padding-bottom: 8px;
  position: relative;
  line-height: 25px;
}

.service2-page .service-row2-wrapper .span6 ul li i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3b7abe !important;
  position: absolute;
  left: 5px;
  top: 5px;
}

.service2-page .service-row2-wrapper .span6 ul li i:before {
  content: "\f0da";
}

.service2-page .service-row2-wrapper .span6 ul li span {
  display: inline-block;
  padding-left: 27px;
  font-weight: 400;
  font-family: Poppins,Arial,Helvetica,sans-serif;
}

.service2-page .service-row2-wrapper .span6 .widget-type-rich_text {
  margin-bottom: 35px;
}

.service2-page .service-row2-wrapper .span6:first-of-type h2 {
  font-family: "FSIndustrieNw-Bold",Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  color: #0ba9a7;
}

.service2-page .service-row2-wrapper .span6:first-of-type h3 {
  font-family: "FSIndustrieNw-Bold",Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  color: #0ba9a7;
  margin-top: 0;
  margin-bottom: 15px;
}

.service2-page .service-row2-wrapper .span6:first-of-type h2 {
  font-family: "FSIndustrieNw-Bold",Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  color: #0ba9a7;
  margin-bottom: 15px;
}

.service2-page .zippco_contact ul.zippco_contact li a:hover {
  color: #3b7abe;
}

.service-page .testimonial-slider .testimonial-item-wrap {
  margin: 0;
  padding: 0 0px 0 15px;
}
.home-page .banner .page-center {
  justify-content: center;
}
.home-page .banner {
  background-position: center !important;
}
.service-page .testimonial-slider ul.slick-dots {
  right: 38px;
}
.why-choose-page .accordion-wrap a {
  text-decoration: underline;
  color: #0e1032;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.why-choose-page .accordion-wrap a:hover {
  text-decoration: none;
  color: #3b7abe;
}
.associate-page ul.slick-dots {
  display: none !important;
}
.contact-page .themetechmount-social-links-wrapper.hs-bg-social ul li a i{
line-height: 33px;
}
@-moz-document url-prefix() { 
  header.header {
    min-height: 110px;
    height: 150px;
  }
}
.IE .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 0px 9px 0px 9px;
}
.IE  .blog-subscription-form .hs-input{
 height:50px; 
}
@media (max-width: 1199px){
  .claims-row1-wrapper .dnd-section>.row-fluid {
    max-width: 1170px;
  }

  .claims-row2-wrapper .dnd-section>.row-fluid {
    max-width: 1170px;
  }

  .make-claims-row1-wrapper .widget-type-form {
    margin-top: -54px;
  }

  .make-claims-row1-wrapper .dnd-section>.row-fluid {
    max-width: 1170px;
  }

  .associate-page main.body-container-wrapper .dnd-section>.row-fluid {
    max-width: 1170px;
  }

  .associate-row1-wrapper .dnd-section {
    padding-top: 28px !important;
  }

  .associate-row1-wrapper .span6:first-of-type {
    padding-right: 20px !important;
  }


  .associate-row2-wrapper .span6:first-of-type h2 {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 30px;
  }

  .private-client-page main.body-container-wrapper .page-center {
    max-width: 100% !important;
  }

  .why-choose-page main.body-container-wrapper .page-center {
    max-width: 100% !important;
  }

  .private-client-row1-wrapper {
    padding-top: 28px;
  }

  .private-client-row4-wrapper .dnd-section>.row-fluid {
    max-width: 100%;
  }

  .private-client-row5-wrapper .dnd-section>.row-fluid {
    max-width: 100%;
  }

  .private-client-row5-wrapper h2 {
    font-size: 24px;
    line-height: 1.25;
  }

  .private-client-row5-wrapper .dnd-section {
    padding-bottom: 28px !important;
  }

  .why-choose-row1-wrapper {
    padding-top: 58px;
  }

  .why-choose-row1-right .content-width-top-icon {
    padding: 0 30px 0 18px;
  }

  .full-width-row .widget-type-header {
    padding-top: 41px;
    padding-bottom: 13px;
  }

  .about-page main.body-container-wrapper .dnd-section>.row-fluid {
    max-width: 100%;
  }

  .about-row1-wrapper .dnd-section {
    padding-top: 27px;
    padding-bottom: 7px;
  }

  .about-row4-wrapper .span6 h2 {
    font-size: 24px;
    line-height: 1.25;
  }

  .about-row4-wrapper .span6 h4 {
    padding-bottom: 54px;
  }

  .home-page .banner {
    height: 610px;
    background-size: cover;
    background-position: center top !important;
  }

  .home-page .banner h1 {
    font-size: 64px;
    line-height: 56px;
    font-weight: normal;
    margin: 0;
  }

  .banner .btn-wrapper a {
    font-size: 14px;
    padding: 10px 18px 13px;
    line-height: 15px;
  }

  .banner .btn-wrapper {
    padding-top: 104px;
  }

  .make-a-claim .left-col .tm-element-heading-wrapper h2.tm-custom-heading {
    font-size: 24px;
    line-height: 1.25;
  }

  .home-page .make-a-claim .left-col .left-inner .content_wrapper {
    padding-top: 0;
    margin-top: 0;
  }
}
@media (max-width: 800px) and  (min-width:768px){
  .service-sub-page .service-row2 .span6:last-child>div {
    padding-left: 37px !important;

  }
}

@media (max-width: 991px) {
  .claims-row1-wrapper .dnd-section {
    padding-top: 2em !important;
  }

  .claims-row1-wrapper .row-fluid {
    display: block !important;
  }

  .claims-row1-wrapper .span6 {
    float: none;
    margin: 0 !important;
    width: 100%;
    margin-bottom: 35px !important;
  }

  .claims-row1-wrapper .span6 p {
    line-height: 25px;
    font-size: 13px;
  }

  .claims-row1-wrapper .content-width-top-icon {
    padding: 0;
    margin-top: 20px;
  }

  .claims-row2-wrapper .dnd-section {
    padding-top: 32px !important;
  }

  .claims-row2-wrapper .row-fluid,
  .associate-row1-wrapper .row-fluid {
    display: block !important;
  }

  .claims-row2-wrapper .span6 {
    margin-bottom: 35px;
    width: 100% !important;
    float: none !important;
  }

  .claims-row2-wrapper .span6 p {
    font-size: 13px;
    line-height: 25px;
  }

  .claims-row2-wrapper ul li {
    font-size: 13px;
  }

  .claims-row2-wrapper .span6:last-of-type {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  .claims-row2-wrapper .dnd-section {
    padding-top: 32px !important;
    padding-bottom: 55px !important;
  }

  .claims-row1-wrapper .dnd-row>.row-fluid,
  .claims-row2-wrapper .dnd-row>.row-fluid,
  .associate-row1-wrapper .dnd-row>.row-fluid {
    display: block !important;
  }

  .make-claims-row1-wrapper .widget-type-form .hs-richtext p {
    font-size: 13px;
  }

  .associate-row1-wrapper .span6:first-of-type {
    padding-right: 0px !important;
  }

  .associate-row1-wrapper .span6 {
    margin: 0;
    width: 100%;
  }

  .associate-row1-wrapper .span6 p {
    line-height: 25px;
  }

  .associate-row1-wrapper .content-width-top-icon {
    padding: 0;
    margin-top: 33px;
  }

  .associate-row2-wrapper .dnd-section {
    padding-top: 50px !important;
  }

  .associate-row2-wrapper .content-width-top-icon .content-col .title h2 {
    font-size: 18px;
  }

  .associate-page .counter-wrapper .tm-column .tm-fid.inside {
    padding-left: 15px;
    padding-right: 15px;
  }

  .associate-row3-wrapper .testimonial-slider {
    padding-top: 58px;
    padding-bottom: 67px;
  }

  .private-client-row1-left {
    display: block;
    padding: 0 15px;
    width: 100%;
    vertical-align: top;
  }

  .private-client-row1-wrapper p {
    line-height: 25px;
  }

  .private-client-row1-right {
    display: block;
    vertical-align: top;
    width: 100%;
    padding: 0 15px;
  }

  .private-client-row1-right .content-width-top-icon {
    padding: 0;
  }

  .private-client-row1-right {
    display: block;
    vertical-align: top;
    width: 100%;
    padding: 0 15px;
    padding-top: 40px;
  }

  .private-client-row2-wrapper {
    padding-top: 45px;
  }

  .private-client-row2-left p {
    line-height: 25px;
  }

  .private-client-row3-wrapper {
    padding-top: 91px;
  }

  .private-client-row4-wrapper ul li {
    font-size: 13px;
  }

  .private-client-row5-wrapper .row-fluid,
  .private-client-row5-wrapper .dnd-row>.row-fluid{
    display: block !important;
  }

  .private-client-row5-wrapper .span5 {
    width: 100%;
    display: block;
    margin: 0 0 32px !important;
  }

  .private-client-row5-wrapper .dnd-section {
    padding-bottom: 28px !important;
    padding-top: 49px !important;
  }

  .private-client-row5-wrapper .span7 {
    width: 100%;
    display: block;
    margin: 0 !important;
  }

  .private-client-row5-wrapper .span6 {
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .private-client-row5-wrapper .content-width-top-icon .tm-icons {
    padding-top: 10px;
    padding-left: 0px;
    padding-bottom: 24px;
  }

  .private-client-row6-wrapper .testimonial-slider {
    padding-top: 58px;
    padding-bottom: 67px;
  }

  .why-choose-row1-left {
    padding-bottom: 21px;
  }

  .why-choose-row5-wrapper .testimonial-slider {
    padding-top: 57px;
    padding-bottom: 68px;
  }

  .about-row2-wrapper p {
    line-height: 25px;
  }

  .about-row3-wrapper .dnd-section {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .about-row3-wrapper p {
    line-height: 25px;
  }

  .about-row3-wrapper .dnd-section .span6 .span6 h2 {
    font-size: 18px;
  }

  .cm-team-member-card .cm-team-member-title {
    font-size: 24px;
    line-height: 1.25;
    padding-top: 30px;
  }

  .full-width-page .make-a-claim .right-col {
    display: none;
  }

  .full-width-page .make-a-claim .left-col .left-inner {
    padding-top: 150px;
    padding-bottom: 106px;
  }

  .full-width-page .make-a-claim .left-col .left-inner {
    padding-top: 150px;
    padding-bottom: 0;
  }

  .full-width-page .make-a-claim .btn-wrap {
    margin-bottom: 2px;
  }

  .home-page .banner {
    height: 533px;
    background-size: cover;
    background-position: center top !important;
  }

  .home-page .banner h1 {
    font-size: 56px;
    line-height: 50px;
    font-weight: normal;
    margin: 0;
  }

  .home-page .banner .cm-titlebar.entry-header {
    padding-top: 122px;
  }

  .banner .btn-wrapper a {
    font-size: 12px;
    padding: 9px 15px 11px 16px;
    line-height: 13px;
  }

  .banner .btn-wrapper {
    padding-top: 92px;
  }

  .banner .btn-wrapper a {
    line-height: 13px;
    font-size: 12px;
    padding: 9px 15px 11px 16px;
  }

  .home-page .make-a-claim {
    padding: 47px 0 50px;
  }

  .home-page .make-a-claim .left-col .left-inner .content_wrapper h5 {
    font-size: 13px;
  }

  .home-page .make-a-claim .tm-icons {
    padding-left: 0px;
    padding-top: 2px;
  }

  .home-page .make-a-claim {
    padding: 47px 0 15px;
  }

  .home-row3-wrapper {
    padding-top: 70px;
  }

  .home-page .testimonial-slider {
    padding-top: 58px;
    padding-bottom: 67px;
  }

  .service2-page .service-row2-wrapper .service2-left {
    width: 100%;
    float: none;
    padding-bottom: 70px;
  }

  .service2-page .service-row2-wrapper .service2-right {
    position: relative;
    background: #f5faff;
    padding: 30px 30px;
    margin-top: 65px;
    padding-top: 35px;
    padding-bottom: 40px;
    float: none;
    width: 100%;
  }

  .service2-page .zippco_contact ul.zippco_contact li a {
    font-size: 14px;
    font-family: "AtlasGrotesk-Regular",Tahoma,Geneva,sans-serif;
    font-weight: 400;
  }

  .service2-page .row-fluid {
    display: block !important;
  }

  .service2-page .service2-left .dnd-row > .row-fluid {
    display: block !important;
  }

  .service2-page .service2-left .span6 {
    width: 100%;
    display: block;
  }

  .service-row2-wrapper .span6:last-of-type {
    padding-left: 0px !important;
    margin-top: 0;
    padding-right: 0px !important;
    margin-left: 0;
  }

  .service2-page .service-row2-wrapper .span6 h2 {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 8px;
  }

  .service2-page .service-row2-wrapper .span6:last-of-type h4 {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 2px;
    margin-top: 5px;
    display: inline-block;
  }
}

.service2-page  .zippco_contact ul.zippco_contact li a {
  color: #000;
}
@media screen and (max-width: 800px){
  .service-page .testimonial-slider ul.slick-dots {
    right: 0;
  }
}
@media screen and (max-width: 767px){
  .claims-page .banner h3 {
    font-size: 18px;
  }

  .claims-row1-wrapper .span6 {
    padding: 0 15px !important;
  }

  .claims-row2-wrapper .span6 {
    padding: 0 15px !important;
  }

  .claims-row2-wrapper .span6:last-of-type {
    padding-left: 15px !important;
    margin-left: 0 !important;
  }

  .make-claims-row1-wrapper {
    padding: 0 15px;
  }

  .make-claims-row1-wrapper .widget-type-form {
    padding: 25px;
  }

  .make-claims-row1-wrapper form .hs-form-field:nth-child(even) {
    width: 100%;
    float: none;
    clear: none;
  }

  .make-claims-row1-wrapper form .hs-form-field:nth-child(odd) {
    float: none;
    clear: none;
    width: 100%;
    display: block;
  }

  .make-claims-row1-wrapper .widget-type-form .hs-richtext p {
    margin-top: 5px;
    margin-bottom: 35px;
    color: #fff;
  }

  .make-claims-row1-wrapper form .hs-form-field {
    margin: 0 0 35px;
  }

  .associate-row1-wrapper {
    padding: 0 15px;
  }

  .associate-row2-wrapper {
    padding: 0 15px;
  }

  .associate-row2-wrapper .span6:last-of-type {
    padding-left: 0 !important;
  }

  .private-client-row1-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .private-client-row2-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .private-client-row2-left {
    display: block;
    vertical-align: top;
    padding: 0 15px;
    width: 100%;
  }

  .private-client-row2-right {
    display: block;
    vertical-align: top;
    width: 100%;
    padding: 0 9px;
    margin-top: 20px;
  }

  .private-client-row4-wrapper .dnd-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .private-client-row5-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-row2-wrapper .dnd-section {
    padding-top: 39px;
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-row2-wrapper .span6 {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  .about-row2-wrapper .dnd-section {
    padding-top: 39px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-row3-wrapper .dnd-section {
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-row3-wrapper .dnd-section .span6 {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }

  .about-row3-wrapper .dnd-section .widget-type-header h2 {
    text-align: center;
  }

  .about-row3-wrapper .content-width-top-icon {
    padding: 0 20px 0 5px;
    margin-bottom: 35px;
    text-align: center;
  }

  .about-row3-wrapper .content-width-top-icon {
    padding: 0 15px 0 15px;
    margin-bottom: 16px;
    text-align: center;
  }

  .about-row3-wrapper .dnd-section {
    padding-top: 40px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-row4-wrapper .span6 .dnd-module {
    display: block !important;
  }

  .full-width-page .make-a-claim .left-col .left-inner {
    padding-top: 13px;
    padding-bottom: 0;
  }

  .home-page .banner {
    height: 385px;
    background-size: cover;
    background-position: center top !important;
    min-height: auto;
  }

  .home-page .banner h1 {
    font-size: 40px;
    line-height: 36px;
    font-weight: normal;
    margin: 0;
  }

  .banner .btn-wrapper {
    padding-top: 72px;
  }

  .home-page .banner .cm-titlebar.entry-header {
    padding-top: 92px;
  }

  .banner .btn-wrapper a {
    font-size: 9px;
    padding: 7px 11px 8px 12px;
    line-height: 9px;
  }

  .home-page .banner .cm-titlebar.entry-header {
    padding-top: 89px;
  }

  .banner .btn-wrapper {
    padding-top: 65px;
  }

  .home-page .make-a-claim {
    padding-left: 15px;
    padding-right: 15px;
  }

  .private-client-row5-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .service2-page .service2-left .span6 {
    width: 100%;
    display: block;
    padding: 0 15px !important;
  }
  .service-general-page .logo-slider .page-center {
    padding: 0 15px !important;
  }
}

@media (max-width:479px){
  .make-claims-row1-wrapper form .hs-form-field ul.inputs-list.multi-container li {
    margin-bottom: 0;
    width: auto;
  } 

  .associate-page h1 {
    font-size: 40px;
  }
}
@media (min-width: 992px){
  .contact-row2-wrapper .span7 .span6 {
    margin: 0;
    width: 41.66666667%;
  }

  .contact-row2-wrapper .span7 {
    width: 41.66666667% !important;
    margin: 0;
    margin-left: 8.33333333% !important;
  }

  .contact-row2-wrapper .span5 {
    width: 41.66666667%;
    margin: 0;
    margin-right: 8.33333333% !important;
    padding: 0;
    position: relative;
    right: 16px;
  }

  .contact-row2-wrapper .span7 {
    padding-top: 39px;
  }

  .privacy-policy-row1-wrapper .span8 {
    width: 69.51%;
    margin: 0;
  }

  .privacy-policy-row1-wrapper .span4 {
    width: 27.914%;
    float: right;
    padding: 0;
    margin-left: auto;
    margin-right: 0;
  }
  .service-general-page.risk-management-row2.service-sub-page .service-row2 .span6:last-child {
    padding-right: 15px;
    padding-left: 7px;
    padding-left: 50px !important;
  }
}

@media (max-width: 1200px){
  .contact-page .contact-row2-wrapper h3.form-title {
    font-size: 24px;
    line-height: 1.25;
  }

  .business-insurance-row1-wrapper .dnd-section>.row-fluid {
    max-width: 100%;
  }

  .business-insurance-row1-wrapper .dnd-section {
    padding-top: 26px;
  }
  .contact-row1-wrapper .dnd-section>.row-fluid {
    max-width: 100%;
  }
  .contact-row3-wrapper .dnd-section>.row-fluid {

    max-width: 100% !important;
    padding: 0;
  }
  .service-general-page .service-row2 .hs_cos_wrapper_type_header h2 {
    font-size: 24px;
    line-height: 1.25;
  }
  .case-study-page-row1-wrapper .dnd-section {
    padding-top: 28px;
    margin-bottom: 40px;
    padding-bottom: 53px;
  }

}
@media (max-width: 1199px){
  .service-general-page .logo-slider .page-center {
    max-width: 970px;
  }
  .service-general-page .logo-slider.clearfix h2 {
    margin-bottom: 35px;
  }
}

@media(max-width:1200px) and (min-width:992px){

  .contact-row1-wrapper .dnd-section {
    padding-top: 26px;
  }
  .contact-row1-wrapper .dnd-section>.row-fluid {
    max-width: 100%;
  }

  .contact-row1-wrapper .dnd-section {
    padding-top: 26px;
  }

  .contact-row2-wrapper .span5 {
    margin-right: 0 !important;
    width: 49%;
    margin-left: 4px !important;
  }

  .contact-row2-wrapper .span7 {
    margin-left: 0 !important;
    width: 50% !important;
    padding-left: 7px !important;
  }

  .contact-row2-wrapper .dnd-section>.row-fluid {
    padding: 0 7.7%;
    max-width: 100%;
  } 
  .contact-row2-wrapper p a {
    color: #0e1032;
    word-break: break-word;
  }
}

@media (max-width: 991px){
  .contact-row2-wrapper .dnd-section>.row-fluid,
  .contact-row1-wrapper .dnd-section>.row-fluid {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
  .contact-row2-wrapper .span7 .span6,
  .contact-row2-wrapper .span7, .contact-row2-wrapper .span5 {
    width: 100%;
    margin: 0;
  }
  .contact-row2-wrapper  .row-fluid,
  .contact-row2-wrapper .dnd-section>.row-fluid {
    flex-wrap: wrap;
  }
  .contact-row2-wrapper p {
    line-height: 25px;
  }
  .contact-row2-wrapper .span7 {
    padding-top: 26px;
  }

  .contact-row2-wrapper  .themetechmount-social-links-wrapper.hs-bg-social {
    margin-bottom: 20px;
  }

  .contact-row2-wrapper .span5 {
    padding: 0;
  }

  .contact-page .contact-row2-wrapper h3.form-title {
    padding: 25px 15px;
    margin-top: 10px;
    padding-bottom: 51px;
  }

  .contact-page form {
    padding: 0 15px 36px 15px;
  }

  .privacy-policy-row1-wrapper .widget-type-rich_text {
    line-height: 25px;
  }

  .privacy-policy-row1-wrapper .span8, .privacy-policy-row1-wrapper .span4 {
    width: 100%;
    margin: 0;
  }

  .privacy-policy-row1-wrapper .dnd-section>.row-fluid {
    flex-wrap: wrap;
  }

  .privacy-policy-row1-wrapper .span8 {
    padding-bottom: 40px;
  }

  .privacy-policy-row1-wrapper .span4 {
    margin-top: 65px;
    padding: 0;
  }

  .cm-recent-post-wrapper {
    padding-top: 40px
  }

  .cm-recent-post-wrapper ul li {
    padding-bottom: 16px;
    padding-top: 5px;
    width: 100%;
    clear: both;
  }

  .privacy-policy-row1-wrapper .dnd-section {
    padding-bottom: 0;
  }
  .contact-row1-wrapper .dnd-section {
    padding: 0;
  }

  .contact-row1-wrapper {
    padding: 0;
    margin-top: 0;
  }

  .contact-row1-wrapper  .map {
    margin-top: -39px;
  }
  .contact-row2-wrapper .span5 {
    padding: 0;
    padding: 0 15px;
  }
  .service-general-page .service-row1 .span6 {
    padding: 0 !important;
  }
  .service-general-page.service-sub-page.service-general-page.service-3-page .service-row1 .span6:last-child {
    margin-top: 0;
    margin-left: 0;
    margin-top: 0px !important;
    margin-left: 0px !important;
    padding-top: 30px !important;
    padding-bottom: 20px !important;
    padding-left: 15px !important;
  }
  .service-general-page.service-sub-page .service-row2 .span6:first-child {
    padding: 0 !important;
  }
  .service-general-page.service-sub-page .service-row2 .span6:last-child {
    padding-right: 15px;
    padding-left: 0;
  }
  .service-general-page .logo-slider .page-center {
    max-width: 750px;
  }
  .service-general-page .logo-slider.clearfix h2 {
    margin-bottom: 35px;
    padding: 0 !important;
    margin: 2em 0 0;
    text-align: center;
    font-size: 16px;
  }
  .service-general-page .logo-slider .logo-item-inner .tm-client-logo-tooltip {
    padding-top: 0 !important;
  }
  .service-general-page .logo-slider .page-center {
    padding: 0 0 0 15px;
  }
}


@media (min-width:768px){
  .service-page .blog-subscription-form .cm-blog-subscription-item-inner {
    padding-left: 0;
  }

  .service-page .blog-subscription-form .content-wrapper {
    padding-right: 15px;
  }

  .service-page .blog-subscription-form .form-wrapper {
    padding-left: 0;
  }

  .service-sub-page .service-slider-wrapper.dots .service-slider.slick-initialized.slick-slider {
    margin-bottom: 30px !important;
  }
}
@media (min-width:992px){
  .service-sub-page .service-row2 .dnd-section>.row-fluid {
    padding-right: 0;
  }
  .contact-row2-wrapper .span5 {
    margin-top: -183px !important;
  }
}
@media(max-width:1200px){
  .service-row1 .span6:last-child {
    margin-left: -15px;
    padding-top: 60px;
    padding-bottom: 50px;
    padding-left: 40px;
    margin-top: -60px;
    background: #fff;
  } 
  .service-row1 .dnd-section {
    padding-top: 28px;
  }
  .service-row1 .content-wrap {
    padding-right: 82px !important;
  }
  .service-page .testimonial-slider .page-center {
    max-width: 970px;
    padding: 0 15px;
  }

  .service-page  .faq-wrapper .faq-wrapper-right-wrapper .faq-right-content {
    padding-right: 42px;
  }
  .service-3-page .service-row1 .span6:last-child {
    margin: 0;
  }
  .service-row1.service-3-row1 .dnd-section {
    padding-top: 28px;
  }
  .service-row1.service-3-row1 .span6:last-child {
    padding: 0;
    padding-right: 0;
    position: relative;
    padding-left: 0px;
  }

  .service-row1.service-3-row1 .span6:first-child {
    margin-bottom: 20px;
  }
  .service-page .container-fluid.service-row4 .dnd-section>.row-fluid {
    padding: 0;
    padding-right: 15px;
  }
  .service-row1.service-3-row1 .span6:first-child>div {
    padding: 0 !important;
    padding-right: 30px !important;
  }
  .service-3-page .container-fluid.service-row4 .dnd-section>.row-fluid {
    padding: 0;
    padding-right: 0;
  }
  .service-sub-page.service-3-page .service-row1 .span6:last-child {
    margin-top: -60px;
    margin-left: -15px;
  }
  .service-sub-page .service-slider-wrapper .service-slider.slick-initialized.slick-slider {
    margin: 0 !important;
  }
}


@media(max-width:1050px){
  .container-fluid.service-row4 .dnd-section>.row-fluid {
    padding: 0;
    padding-left: 0;
  } 
  .service-page .blog-subscription-form.get-in-touch-form .hs-form {
    width: 100%;
  }

  .service-page .cm-blog-subscription-item:first-child .cm-blog-subscription-item-inner {
    padding-left: 0;
  }

  .service-page .blog-subscription-form.get-in-touch-form .cm-blog-subscription-content.clearfix {
    padding-right: 15px;
  }

  .service-page .blog-subscription-form .form-wrapper {
    padding-left: 0;
  }
}

@media(max-width:991px){
  
    
  .blog-index-post-inner .entry-header {
padding: 22px 30px 60px;
position: relative;
min-height: 230px !important;
}
  .service-row1 .span6 {
    width: 100%;
  }

  .container-fluid.service-row1 .dnd-section>.row-fluid {
    flex-wrap: wrap;
  }

  .service-row1 .span6:last-child {
    margin: 0;
    padding: 0;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 15px;
  }

  .service-row1 .content-width-top-icon {
    margin: 0;
  }

  .service-row1 .content-width-top-icon {
    padding: 0;
  }

  .service-row1 .content-wrap {
    padding: 0 !important;
  }
  .service-page .testimonial-slider .page-center {
    max-width: 750px;
  }

  .container-fluid.service-row4 .dnd-section>.row-fluid {
    padding:  0 15px;
  }
  .service-row1 .span6 p {
    line-height: 25px;
  }
  .service-row1 .content-width-top-icon {
    padding-right: 31px;
  }
  .service-page  .faq-wrapper .page-center {
    max-width: 750px;
  }

  .service-page .faq-wrapper .faq-wrapper-right-wrapper .faq-right-content {
    padding-right: 0;
  }
  .service-row1.service-3-row1 .span6:first-child {
    margin-bottom: 20px;
    padding-top: 25px !important;
    padding-left: 15px !important;
  }
  .container-fluid.service-row1.service-3-row1 .dnd-section>.row-fluid {
    flex-wrap: nowrap;
  }

  .service-sub-page.service-3-page .service-row1 .span6:last-child {
    margin-top: 0;
    margin-left: 0;
  }
  .service-sub-page .service-row2 .span6:first-child {
    padding-right: 15px;
    padding-top: 25px !important;
    padding-left: 15px !important;
    line-height: 25px;
  }
  .service-sub-page .service-row2 .span6:last-child>div {
    padding-right: 30px;
    margin-left: 0;
    padding-left: 47px !important;
    padding-right: 25px;
    line-height: 25px;
  }
  .service-sub-page .service-slider-wrapper .tm-cta3-content-wrapper p {
    font-size: 13px;
  }
  .service-sub-page .service-slider-wrapper .tm-cta3-content-wrapper {
    margin-bottom: 5px;
  }
  .service-sub-page .blog-subscription-form.get-in-touch-form {
    padding-top: 3em !important;
    padding-bottom: 1em !important;
  }
  .service-sub-page .service-slider-wrapper .tm-cta3-content-wrapper p {
    margin: 0;
  }
  .service-3-page .service-row5 .dnd-section {
    padding-top: 0 !important;
  }
  .service-sub-page .service-row2 .span6:first-child ul li {
    font-size: 13px;
  }
  .service-page .testimonial-slider .testimonial-item-wrap {
    padding: 0 15px;
  }
}
@media(max-height:900px){
  .cm-request-form-wrapper .cm-request-form-inner {

    margin-top: 240px;
  }
  .cm-request-form-wrapper {

    height: 100vh;
    overflow: auto;
  }

}

@media(max-width:767px){
  .service-sub-page .service-row2 .span6 .span7{
    width: 100%;
  }
  .container-fluid.service-row1 .dnd-section>.row-fluid {
    flex-wrap: wrap;
    padding: 0 30px;
  } 
  .service-row1 .span6:first-child>div {
    padding: 0 !important;
  }
  .service-row1 .span6:last-child {
    padding-left: 0;
    padding-right: 0;
  }

  .service-row1 .content-width-top-icon {
    padding-right: 15px;
  }
  .service-page .testimonial-slider .testimonial-item .themetechmount-box-desc blockquote {
    padding: 0;
  }
  .service-page  .cm-blog-subscription-item:nth-child(2) p a {
    font-size: 18px;
  }
  .service-page .faq-wrapper .faq-wrapper-right-wrapper .faq-right-content {
    padding: 0;
  }
  .service-page .faq-wrapper .page-center {
    padding: 3em 30px 0;
  }
  .service-page .blog-subscription-form.get-in-touch-form .cm-blog-subscription-content.clearfix {
    padding-right: 0;
  }
  .service-page .cm-blog-subscription-item:first-child .cm-blog-subscription-item-inner {
    padding-left: 0;
    padding-right: 0 !important;
  }
  .service-3-page .container-fluid.service-row1 .dnd-section>.row-fluid {
    flex-wrap: wrap;
    padding: 0 15px;
  }
  .service-3-page  .service-slider-wrapper {
    padding-bottom: 25px;
  }
  .service-3-page  .testimonial-slider {
    padding-top: 10px;
    padding-bottom: 42px;
  }
  .service-sub-page.service-3-page .container-fluid.service-row1 .dnd-section>.row-fluid {
    flex-wrap: wrap;
    padding: 0 30px;
  }
  .service-sub-page .service-row1 .span6:first-child>div {
    padding-right: 0 !important;
  }
  .service-sub-page .service-row2 .span6:first-child>div {
    padding: 0 !important;
  }

  .service-sub-page .service-row2 .span6 {
    width: 100%;
  }

  .service-sub-page .service-row2 .span6:last-child>div {
    padding: 0 !important;
  }

  .service-sub-page .service-row2 .span6:first-child {
    padding-left: 0 !important;
    padding-right: 15px !important;
    padding-bottom: 20px;
  }

  .service-sub-page .service-row2 .dnd-section>.row-fluid {
    padding: 0 30px !important;
  }
  .service-sub-page .service-row2 .span6 .span3 {
    width: auto;
    text-align: left !important;
  }

  .service-sub-page .service-row2 .span6 .span3 img {
    max-width: 75px !important;
    margin: 0 !important;
  }
  .service-sub-page .service-row2 .span6 .span6 {
    width: 100%;
  }
  .service-sub-page.service-3-page .service-slider-wrapper {
    padding-right: 0 !important;
  }

  .service-slider-wrapper.dots .slider-header {
    padding: 0;
  }
  .service-sub-page .service-slider-wrapper .service-slider.slick-initialized.slick-slider {
    margin: 0 -15px !important;
  }
  .body-container__website .dnd-section .widget-type-cell,
  .body-container__landing .dnd-section .widget-type-cell {
    padding: 0;
  }
  .body-container-wrapper h1 {
    font-size: 48px;
  }
  .body-container-wrapper .span4 form {
    margin-bottom: 20px;
  }
  .contact-row1-wrapper .dnd-section {
    padding-top: 54px;
  }
  .contact-row1-wrapper .map {
    margin-top: 0;
  }
  .contact-row2-wrapper .span7 {
    padding-left: 15px !important;
    padding-right: 15px;
  }
  .service-general-page.service-sub-page.service-general-page.service-3-page .service-row1 .span6:last-child {
    padding-left: 0 !important;
  }
  .service-general-page .service-slider-wrapper .slider-header {
    padding: 0;
    padding-top: 1em !important;
  }
  .service-general-page  .logo-slider .left-col {
    padding: 0;
  }

  .service-general-page .logo-slider .page-center {
    padding: 0;
  }

  .service-general-page .logo-slider .logo-item-inner .tm-client-logo-tooltip {
    padding: 0;
    padding-bottom: 30px;
  }
  .service-page .container-fluid.service-row4 .dnd-section>.row-fluid {
    padding: 0;
    padding-right: 0;
  }
  .cm-blog-subscription-item:nth-child(2) p a {
    font-size: 18px !important;
  }
  .associate-page .logo-slider ul.slick-dots {
    bottom: 20px;
  }
  .service-general-page .container-fluid.service-row3 .dnd-section>.row-fluid {
    padding: 0 30px;
  }
}

@media(max-height:500px){
  .cm-request-form-wrapper .cm-request-form-inner {
    margin-top: 70px !important;
  }
}

@media(max-width:400px){
  .service-page .testimonial-slider .testimonial-item-wrap {
    margin: 0;
    padding: 0 25px 0 15px;
  }
  .service-page .blog-subscription-form.get-in-touch-form .cm-blog-subscription-content.clearfix {
    padding-right: 0;
  }
  .banner .page-center {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 7px;
  }
  .service-slider-wrapper button.slick-arrow {
    display: none !important;
  }
  .banner h1 {
    font-size: 40px;
  }
  .service-sub-page-banner .banner  h1,
  .service-general-banner .banner h1,
  .service-3-page-banner .banner h1,
  .service-banner .banner h1 {
    font-size: 36px;
  }
  .associate-page .banner h1 {
    font-size: 42px;
  }
  .claims-page .banner h1 {
    font-size: 42px;
  }
  .home-page .banner .cm-titlebar-main {
    padding-top: 28px;
    padding-bottom: 22px;
  }
  .home-page .banner .btn-wrapper a {
    line-height: 11px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 10px;
    padding: 9px 16px 11px 17px;
  }
  .home-page .banner {
    height: auto;
  }
  .home-page .banner .cm-titlebar.entry-header {
    padding-top: 0;
  }
  .make-claims-page .banner h1 {
    font-size: 42px;
  }
  .home-page .banner h1 {
    font-size: 46px;

  }
  .home-page .banner .btn-wrapper a {
    line-height: 11px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 10px;
    padding: 10px 16px 11px 17px;
  } 

}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.social-cion-wrapper {
  line-height: 49px;
  background-color: #3b7abe;
}

.header__container.cm-container-for-topbar {
  width: 100%;
  display: table;
  padding: 0 15px;
  margin:0 auto;
}

.cm-wrap.cm-topbar-content {
  display: table-cell;
  vertical-align: middle;
}

[class^="tm-zippco-icon-"]:before, [class*=" tm-zippco-icon-"]:before {
  font-family: "tm-zippco-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  /* font-size: 120%; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* text-shadow: 1px 1px 1px rgb(127 127 127 / 30%); */
}
.tm-zippco-icon-linkedin:before {
  content: '\e810';
}
.tm-zippco-icon-twitter:before {
  content: '\e812';
}
.tm-zippco-icon-instagram:before {
  content: '\e80f';
}


.tm-search-overlay.st-show {
  position: absolute;
  top: 100%;
  right: -20px;
  width: 400px;
  background: #fff;
  border-top: 3px solid;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
  -ms-box-shadow: 0 3px 5px rgba(0,0,0,.1);
  box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
  z-index: 2;
  border-top-color: #0ba9a7;
  width: 300px;
}
.header .themetechmount-social-links-wrapper ul.social-icons li:last-child {
  margin-right: 0;
}
.headerlogo {
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.site-header-main.header__container {
  display: flex;
  padding: 0 15px;
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  margin: 0 auto;
}

.headerlogo a {
  font-family: "Arimo",Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 27px;
  color: #202020;
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  line-height: 100px;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
.headerlogo img {
  max-height: 34px;
  display: inline-block;
  width: auto !important;
  display: block !important;
  position: relative;
  top: 0;
}


.menu-toggle {
  display: none;
  z-index: 10;
}

.nav-menu {}

.custom-menu-primary {
  height: 100px;
  line-height: 100px !important;
}

.tm-header-icons {
  position: relative;
  padding-left: 29px;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  height: 100px;
  line-height: 100px;
}
.tm-header-icons:before {
  display: block;
  content: "";
  position: absolute;
  height: 30px;
  width: 1px;
  left: 10px;
  top: 50%;
  margin-top: -14px;
  background-color: #F5F5F5;
}
.tm-header-icons:before {
  background-color: #F5F5F5;
}

.tm-header-icon.tm-header-search-link {
  position: relative;
}

.tm-header-icon.tm-header-search-link a {
  height: 31px;
  width: 31px;
  line-height: 31px;
  padding-left: 2px;
  border: 1px solid;
  font-size: 14px!important;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  position: relative;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #000;
  border: none;
}

i.tm-zippco-icon-close:before {
  content: "";
  background-image: url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/SpecialistRiskGroup_Dec2023/images/download.svg);
  width: 26px;
  height: 25px;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: top;
  font-weight: 600;
  margin-right: 5px;

}

.open-search .tm-search-overlay.st-show {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  right: 0;
}

.tm-search-overlay.st-show form {
  background: transparent;
  padding: 8px;
}

.tm-search-overlay .tm-site-searchform input {
  height: 40px !important;
  font-size: 14px;
  text-align: left;
  height: 50px;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none!important;
  background-color: #f5faff;
  color: #333;
  width: 85%;
  line-height: 50px;
  float: left;
}

.header .hs-search-field__input {
  font-size: 14px;
  text-align: left;
  height: 40px;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none!important;
  background-color: #f5faff;
  color: #333;
  width: 85%;
  line-height: 50px;
  float: left;
  background-color: #0ba9a71a;
  padding: 9px 15px;
  font-weight: 400;
  outline: 0;
  font-family: inherit;
}

.header form button {
  height: 40px !important;
  text-align: center;
  display: block;
  line-height: 50px;
  color: #fff;
  float: left;
  font-size: 20px;
  width: 15%;
  border: 0;
  border-radius: 0;
  position: relative;
  background-color: #0ba9a7;
  cursor: pointer;
}

.header form  button:before {
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: top;
  content: "";
  background-image: url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/SpecialistRiskGroup_Dec2023/images/download.svg);
  width: 75%;
  height: 75%;
  filter: brightness(0) invert(1);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  position: absolute;
}

.header form button svg {
  display: none;
}

.tm-search-overlay.st-show form:before,.tm-search-overlay.st-show form:after {
  content: '';
  display: table;
  clear: both;
}

.tm-search-overlay.st-show:before {
  text-align: center;
  width: 0;
  height: 0;
  border-left: 10px solid #0000;
  border-right: 10px solid #0000;
  border-bottom: 8px solid;
  content: " ";
  top: -8px;
  position: absolute;
  right: 7px;
  border-bottom-color: #0ba9a7;
}

.open-search i.tm-zippco-icon-close:before {
  content: '\e82d';
  font-weight: 600;
  margin-right: 5px;
  background-image: none;
  position: relative;
  top: 10px;
  right: 2px;
}
.tm-header-icon.tm-header-search-link a:hover {
  color: #3b7abe;
}
.header2-wrapper .tm-wrap.tm-topbar-content > div > span {
    display: table;
    width: 100%;
}

.header2-wrapper .tm-wrap.tm-topbar-content > div > span p {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

.header2-wrapper .tm-wrap.tm-topbar-content > div > span p:last-child {
    text-align: right;
}
@media(min-width:1200px){
  button#menu-toggle {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {height: 100%;}

  nav#site-navigation {
    display: flex;
    flex-direction: row-reverse;
  }

  div#site-header-menu {
    display: flex;
    height: 100px;
    line-height: 100px;
  }

  body .custom-menu-primary .hs-menu-wrapper>ul ul {
    border-top: 3px solid #3b7abe;
    box-shadow: 0 3px 25px 0px rgb(0 0 0 / 7%), 0 0 0 rgb(0 0 0 / 10%) inset;
    background-clip: padding-box;
    transition: all .2s ease;
    z-index: 99;
    line-height: 14px;
    margin: 0;
    list-style: none;
    left: 0;
    text-align: left;
    position: absolute;
    border-radius: 0;
    width: 250px;
    padding: 0px;
  }

  body .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    margin: 0;
    display: block;
    padding: 15px 10px 15px 10px;
    position: relative;
    font-family: FSIndustrieNw-Bold !important;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }

  body .custom-menu-primary .hs-menu-wrapper>ul ul li a:before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    display: inline;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    font-size: 24px;
    line-height: 9px;
    content: "-";
    margin-right: 5px;
    position: static;
    transform: translateY(-50%) translateX(-10px);
    opacity: 0;
    left: 0px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
  }

  body .custom-menu-primary .hs-menu-wrapper>ul ul li {
    border-bottom: 1px solid #0000;
    border-bottom-color: #00000008;
  }

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

  body .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover:before {
    -webkit-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }

  body .custom-menu-primary .hs-menu-wrapper>ul ul li:hover a {
    padding-left: 20px;
    padding-right: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul > li > a {
    display: block;
    margin: 0px;
    padding: 0px 17px 0px 17px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    height: 100px;
    line-height: 100px !important;
    font-family: FSIndustrieNw-Bold !important;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin: 0 0px 0 0;
    display: inline-block;
    position: relative;
    vertical-align: top;
    float: none !important;
  }

  header.header {
    min-height: 150px;
    background: #fff;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
  }

  div#site-header {
    background: #fff;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
  }


  .scroll-header .headerlogo a {
    height: 70px;
    line-height: 70px;
  }

  .scroll-header .headerlogo {
    height: 70px;
    line-height: 70px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
  }

  .scroll-header div#site-header {
    height: 70px;
    line-height: 70px;
    position: fixed;
    width: 100%;
    top: 0;
/*     background: #fff; */
    z-index: 999;
    margin: 0;
    animation-name: menu_sticky;
    -webkit-box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
    padding: 0;
  }

  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul > li > a {
    height: 70px;
    line-height: 70px !important;
  }

  .scroll-header .tm-header-icons {
    height: 70px;
    line-height: 70px;
  }

  .scroll-header div#site-header-menu {
    height: 70px;
    line-height: 70px;
  }

  .scroll-header .tm-header-icons:before {
    background-color: #0000000f;
  }

  .scroll-header header.header {
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
  }
  .scroll-header .headerlogo img {
    max-height: 34px;
    max-width: 120px;
  }
}
@media(max-width:1199px){
  .social-cion-wrapper {
    display: none;
  }
  .site-header-main.header__container {
    max-width: 100%;
    margin: 0 30px 0 25px;
    width: auto;
    display: block;
  }

  .headerlogo {
    text-align: center;
  }

  .tm-header-icons {
    position: absolute;
    top: 0;
    float: none;
    right: 0px;
    margin-right: 0px;
    padding: 0;
  }
  .headerlogo img {
    max-height: 35px;
    display: inline-block;
    width: auto !important;
    display: block !important;
    position: relative;
    top: 0px;
    max-width: 123px;
  }
  .tm-header-icons:before {
    display: none;
  }
  button#menu-toggle {
    display: block;
    padding: 0;
    line-height: normal;
    top: 32px;
    display: block;
    position: absolute;
    left: 0;
    width: 40px;
    background: none;
    z-index: 1;
    border: 0;
    overflow: visible;
  }

  span.tm-hide {
    display: none;
  }

  i.tm-zippco-icon-bars {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #182333;
    border-radius: 3px;
    transition: 0.3s;
    position: relative;
    background-color: #0ba9a7;
    border: 0;
  }

  i.tm-zippco-icon-bars:before,i.tm-zippco-icon-bars:after {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #033b4a;
    border-radius: 3px;
    transition: 0.3s;
    position: absolute;
    left: 0px;
    content: '';
    -webkit-transform-origin: 0.28571rem center;
    transform-origin: 0.28571rem center;
    margin: 0;
    top: 9px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-family: tm-zippco-icons;
    background-color: #0ba9a7;
    border: 0;
  }

  i.tm-zippco-icon-bars:after {
    top: -9px;
  }
  button#menu-toggle {
    display: block;
    padding: 0;
    line-height: normal;
    top: 32px;
    display: block;
    position: absolute;
    left: 0;
    width: 40px;
    background: none;
    z-index: 1;
    border: 0;
    overflow: visible;
    cursor: pointer;
  }

  span.tm-hide {
    display: none;
  }

  i.tm-zippco-icon-bars {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #182333;
    border-radius: 3px;
    transition: 0.3s;
    position: relative;
    background-color: #0ba9a7;
    border: 0;
  }

  i.tm-zippco-icon-bars:before,i.tm-zippco-icon-bars:after {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #033b4a;
    border-radius: 3px;
    transition: 0.3s;
    position: absolute;
    left: 0px;
    content: '';
    -webkit-transform-origin: 0.28571rem center;
    transform-origin: 0.28571rem center;
    margin: 0;
    top: 9px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-family: tm-zippco-icons;
    background-color: #0ba9a7;
    border: 0;
  }

  i.tm-zippco-icon-bars:after {
    top: -9px;
  }


  .custom-menu-primary .hs-menu-wrapper {
    position: absolute;
    padding: 10px 20px;
    left: 0px;
    box-shadow: rgb(0 0 0 / 12%) 3px 3px 15px;
    border-top: 3px solid #3b7abe;
    background-color: #333;
    z-index: 100;
    width: 100%;
    top: 100px;
    background-color: #fff !important;
    display: block;
    max-height: 10000px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .child-trigger {
    position: absolute;
    background: transparent;
    position: absolute;
    right: 0px;
    z-index: 33;
    top: 25px;
    display: block;
    height: auto !important;
    width: auto !important;
    color: #3b3f44 !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    border-bottom: 1px solid #3b3f4426;
    position: relative;
    text-align: left;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li a,
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    height: auto;
    line-height: 18px;
    padding: 15px 0px;
    text-decoration: none;
    display: inline-block !important;
    font-family: FSIndustrieNw-Bold;
    width: auto;
    text-transform: uppercase;
    color: #3b3f44 !important;
  }

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


  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
    color: #000;
    color: #3b3f44 !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li a:hover,
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    color: #3b7abe !important;
  }

  .child-trigger:before {
    font-family: tm-zippco-icons;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    content: "";
    font-size: 20px;
    cursor: pointer;
    display: block;
    line-height: 0px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    border: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li ul  li a {
    padding: 15px 15px 15px 0px;
    display: inline-block;
    height: auto;
    line-height: 18px !important;
    font-weight: 400;
    font-size: 13px;
    text-transform: inherit;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li ul li {
    border-bottom: 1px solid #3b3f4426;
    position: relative;
    text-align: left;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li ul {
    padding: 0px 0px 0px 25px;
  }
  i.fa.fa-plus {
    display: none;
  }
  button#menu-toggle:focus {
    outline: none;
  }

  .custom-menu-primary .hs-menu-wrapper {
    overflow: hidden;
    display: none;
  }

  .mobile-open .custom-menu-primary .hs-menu-wrapper {
    display: block;
  }

  .custom-menu-primary {
    height: auto;
  }
  i.tm-zippco-icon-bars {
    cursor: pointer;
  }
  .child-open .child-trigger:before {
    content: "";
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li ul li:last-child {
    border: 0;
  }

  .mobile-open i.tm-zippco-icon-bars:after {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
  }

  .mobile-open i.tm-zippco-icon-bars:before {
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
  }

  .mobile-open i.tm-zippco-icon-bars:before, .mobile-open i.tm-zippco-icon-bars:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 30px;
  }
  .mobile-open i.tm-zippco-icon-bars {
    background-color: #0000;
  }
       .headerlogo img {
    max-width: 124px;
  }
}
@media(max-width:991px){
  button#menu-toggle {
    display: block;
    top: 34px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li a, .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
  }
}
@media(max-width:768px){
  .header .hs-search-field__input {
    padding: 0 47px 0 10px;
  }
}
@media(max-width:767px){
  .tm-header-icon.tm-header-search-link a {
    position: relative;
    top: -1px;
  } 
 
}
@media(max-width:479px){
  .site-header-main.header__container {
    margin: 0 15px;
  } 

}
@media(max-width:400px){
  .tm-search-overlay.st-show {
    width: 270px;
  }
  .headerlogo img {
    max-width: 124px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer {
  border-bottom: 1px solid #ffffff24;
  padding-bottom: 100px;
  border-color: #ffffff0f;
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: #1d252d;
  font-size: 13px;
}
.footer__container {
  margin: 0 auto;
}
footer.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.logo-content-wrapper {
  width: 33%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.quicky-link, .quick-links-wrapper,.contact-wrapper {
  width: 22.333333%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.cm-row.multi-columns-row.clearfix {
  margin-right: -15px;
  margin-left: -15px;
}

.second-footer-inner {
  position: relative;
}

footer.footer * {
  color: #fff;
  text-align: left;
}

ul.tab-view {
  display: none;
}

footer.footer * {
  height: auto;
}

.logo-content-wrapper ul li {
  display: inline-block;
  max-width: 4em;
  vertical-align: top;
  margin-right: 2.5em;
  margin-bottom: 1em;
}

.logo-content-wrapper ul li img {
  height: auto;
  max-width: 100%;
  display:block;
}

.logo-content-wrapper ul li:last-child {
  display: inline-block;
  max-width: 21em;
  vertical-align: top;
  margin-top: 2em;
}

.footer__container {
  padding: 0 15px;
}

.logo-content-wrapper {
  margin: 60px 0 20px;
}

.logo-content-wrapper {
  line-height: 1.93;
}

.logo-content-wrapper .widget.widget_text {
  margin-right: 10px;
}
.logo-content-wrapper .textwidget > div > span >  img {
  margin: -10px 0 38px 0;
  text-align: left;
  width: 12.5em;
  max-height: 75px;
  display: block;
}

.quicky-link div#custom_html-2, .quick-links-wrapper > div,.contact-wrapper > div {
  width: 85%;
  margin: 60px 0 20px;
  margin-left: auto;
  word-wrap: break-word;
}

.footer h3 {
  line-height: 30px;
  font-weight: 400;
/*   font-family: "AtlasGrotesk-Medium",Arial,Helvetica,sans-serif; */
  margin-bottom: 42px;
  display: inline-block;
  font-size: 20px;
  color: #0ba9a7 !important;
}

.quick-links-wrapper > div,.contact-wrapper > div {
  margin: 60px 0 20px;
}

.quicky-link div#custom_html-2 ul li, .quick-links-wrapper > div ul li {
  padding: 0 0 6px 0;
  line-height: 25px;
}

.quicky-link div#custom_html-2 ul li a, .quick-links-wrapper > div ul li a,footer a {
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  color: #fff;
}

.quicky-link div#custom_html-2 ul li a:hover, 
.quick-links-wrapper > div ul li a:hover,
.footer a:hover {
  color: #3b7abe;
}

.contact-wrapper ul li,.contact-wrapper ul li a {
  margin-bottom: 10px;
  border: none;
  padding-left: 0;
  color: #fff;
  font-family: AtlasGrotesk-Bold;
  line-height: 25px;
}


.contact-wrapper .widget.widget_text:last-child {
  margin: 0;
}

.contact-wrapper > div {
  margin-right: 0;
  width: 100%;
  margin-bottom: 0;
  line-height: 25p;
}

.contact-wrapper ul li {
  padding: 0 0 6px 0;
}

.contact-wrapper ul li:last-child {
  padding: 0;
  margin: 0;
}

.contact-wrapper i {
  margin: 0;
  font-size: .8em;
}

.footer .themetechmount-social-links-wrapper ul.social-icons li a {
  font-size: 40px;
  line-height: 0;
  margin-right: .2em;
  width: 36px;
  height: 36px;
}

.footer .themetechmount-social-links-wrapper ul.social-icons li {
  margin-right: 3px;
  min-width: auto;
  padding: 0 0 6px 0;
}

.footer .themetechmount-social-links-wrapper ul.social-icons li:first-child i:before {
  margin-left: 0;
}

.footer .themetechmount-social-links-wrapper {
  padding: 0;
}

footer.footer p {
  line-height: 25px;
}

.footer .themetechmount-social-links-wrapper ul.social-icons li:first-child {
  margin-left: 0;
  margin-right: 0;
}

.quick-links-wrapper>div {
  width: 100%;
}

a#back-to-top {
  font-size: 23px;
  height: 39px;
  width: 39px;
  line-height: 25px;
  text-align: center;
  padding-top: 6px;
  border-radius: 50%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  right: 34px;
  bottom: 34px;
  z-index: 999;
  font-weight: 900;
  color: #fff;
  position: fixed;
  background-color: #3b7abe;
}
.tm-zippco-icon-angle-up:before {
  content: '\f106';
}

.quicky-link div#custom_html-2 ul li a,
.quick-links-wrapper>div ul li a {
  padding: 0;
}

.quicky-link div#custom_html-2 ul li, .quick-links-wrapper>div ul li {
  width: 100%;
}
.quick-links-wrapper>div ul li.active a:hover {
    color: #3B7ABE;
}

.quick-links-wrapper>div ul li.active a {
    color: #fff;
}

@media(max-width:1200px){
  .second-footer-inner {
    padding: 15px 0 35px; 
  }

}




@media(max-width:1199px){
  .logo-content-wrapper {
    width: 100%;
  }

  .quicky-link, .quick-links-wrapper, .contact-wrapper {
    width: 33.333%;
  }

  .quicky-link div#custom_html-2, .quick-links-wrapper>div, .contact-wrapper>div {
    width: 100%;
  }

  .contact-wrapper>div {
    margin: 60px 0 20px;
  }

  .contact-wrapper .widget.widget_text:last-child {
    margin: 60px 0 20px;
  }
  .footer .themetechmount-social-links-wrapper ul.social-icons li {
    padding: 0;
  }
  .logo-content-wrapper ul li img {
    display: block;
  }
  .logo-content-wrapper ul li {
    line-height: 25px;
  }


}

@media(max-width:991px){

  .quicky-link, .quick-links-wrapper, .contact-wrapper {
    width: 100%;
  }

  ul.tab-view {
    display: block;
  }

  ul.tab-view li {
    max-width: 20em;
  }

  .contact-wrapper ul.tab-view li:last-child {
    display: block;
    max-width: unset;
    margin-right: 0;
    padding-top: 2em;
    max-width: 20em;
    margin-top: 2em;
  }

  footer.footer {
    font-size: 14px;
  }

  ul.tab-view li img {
    display: block;
  }

  ul.tab-view li:first-child {
    display: block;
    max-width: unset;
    margin-right: 0;
    padding-top: 2em;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .contact-wrapper .widget.widget_text:last-child {
    margin: 0;
  }

  .contact-wrapper p {
    max-width: 20em;
  }

  .contact-wrapper .widget.widget_text:last-child {
    padding: 15px 0 18px;
  }

  .contact-wrapper>div {
    margin: 0;
  }

  .footer .themetechmount-social-links-wrapper ul.social-icons li a {
    margin-bottom: 6px;
  }

  .footer h3 {
    margin-bottom: 10px;
  }

  .quick-links-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .quicky-link div#custom_html-2, .quick-links-wrapper>div, .contact-wrapper>div {
    margin: 0;
  }

  .contact-wrapper {
    padding-top: 15px;
  }


  .quicky-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .logo-content-wrapper {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media(max-width:767px){

  .quicky-link, .quick-links-wrapper, .contact-wrapper {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  } 
  .logo-content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 {
  padding: 0 0;
  margin: 0 auto;
}
.blog-banner-wrapper {
  height: 400px;
  display: table;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
  background-image: url('https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/SpecialistRiskGroup_Dec2023/images/blog-banner.png');
    }

.blog-banner-wrapper h1.blog-header-title {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
}

.blog-banner-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.hs-feature-image-wrapper img {
  width: 100%;
  display: block;
}

.blog-index-post {
  width: 100%;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-index-post-inner {
  -webkit-box-shadow: 5px 5px 12px 0 rgb(32 46 60 / 50%);
  -moz-box-shadow: 5px 5px 12px 0 rgba(32,46,60,0.5);
  box-shadow: 5px 5px 12px 0 rgb(32 46 60 / 50%);
  height: 100%;
}

.blog-index-post-inner .entry-header {
  padding: 22px 30px 0 30px;
}

.tm-entry-meta-wrapper {
  display: inline-block;
  padding: 5px 3px 3px 0;
  margin: 0 0 27px 0;
}

.tm-entry-meta-wrapper {
  display: inline-block;
  padding: 5px 3px 3px 0;
  margin: 0 0 27px 0;
}

.blog-index-post-inner .entry-header h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
  font-family: "AtlasGrotesk-Medium",Arial,Helvetica,sans-serif;
}

.blog-index-post-inner .entry-header h4 a {
  font-family: AtlasGrotesk-Medium;
  font-size: 18px;
  color: #0ba9a7;
  -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.blog-index-post-inner .entry-header h4 a:hover {
  color: #3b7abe;
}

.blog-index-post-inner .entry-header .date {
  color: #000;
  font-size: 12px;
  font-family: "AtlasGrotesk-Regular",Tahoma,Geneva,sans-serif;
  font-weight: 400;
  line-height: 25px;
}

.fa-calendar:before {
  content: "\f073";
}

.blog-index-post-wrap {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: #fff;
}

.blog-index-post:hover .blog-index-post-wrap {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 0 17px rgb(32 46 60 / 10%);
}
.blog-index-post.slick-slide {
  padding: 0;
}

.blog-index-post-padding {
  padding: 0 15px;
}
.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-wrapper {
  position: relative;
  padding-top: 82px;
}

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

.tm-entry-meta-wrapper i {
  padding-right: 3px;
  font-size: 12px;
  line-height: 1;
}

.blog-subscription-form {
  padding-top: 90px;
  padding-bottom: 70px;
  padding-right: 10%;
  padding-left: 10%;
}

.blog-subscription-form .content-wrapper {
  max-width: 60em;

}

.blog-subscription-form form {
  background: transparent;
  padding: 0;
  position: relative;
}

.blog-subscription-form form .hs-form-field>label {
  color: #000;
}

.blog-subscription-form h3.form-title {
  font-size: 40px;
  font-family: "FSIndustrieNw-Bold",Arial,Helvetica,sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 46px;
  margin-bottom: 8px;
  padding-bottom: 55px;
  padding-top: 35px;
      color: #0ba9a7;
}

.cm-blog-subscription-item {
  width: 33.33333333%;
  border-left-width: 2px;
  border-left-color: #0ba9a7;
  border-left-style: solid;
  font-family: "AtlasGrotesk-Medium",Arial,Helvetica,sans-serif;
  margin-bottom: 0;
  float: left;
  text-align: center;
}

.cm-blog-subscription-item-inner {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 35px;
  padding-top: 1.5em;
}

.cm-blog-subscription-content {

}

.tm-custom-heading {
  text-align: center;
  margin-bottom: 47px;
  padding-bottom: 15px;
  font-size: 40px;
}

.blog-subscription-form .hs-input {
  border-top-left-radius: 2em;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2em;
  padding: 13px 30px 13px 30px;
  border: 1px solid rgba(119,119,119,0.2);
  font-weight: 400;
  background-color: #fff;
  transition: border linear .2s,box-shadow linear .2s;
  font-family: AtlasGrotesk-Regular,sans-serif;
  font-size: 17px;
  line-height: 1.25;
}

.blog-subscription-form .hs-button {
  display: inline-block;
  width: 100%;
  margin: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  border-bottom-left-radius: 0;
  transition: background linear .2s;
  background-color: #3b7abe;
  padding: 12px 30px 12px 30px;
  text-align: left;
  font-family: AtlasGrotesk-Regular,sans-serif;
  font-size: 17px;
  line-height: 1.25;
  text-transform: capitalize;
  outline: none;
}

.blog-subscription-form .hs-button:hover {
  background-color: #0b0c26
}

.blog-subscription-form .hs-form {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  width: 85%;
  margin: 0 auto;
  margin-bottom: 2em;
}

.blog-subscription-form .hs-form .hs-form-field {
  width: 75%;
  clear: both;
  position: relative;
  margin-bottom: 25px;
}

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

.blog-subscription-form .hs-form .no-list.hs-error-msgs.inputs-list {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  text-align: center;
}

.blog-pagination-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 25px 0;
}

.blog-pagination-wrapper a {
  margin: 0 10px;
}

.blog-subscription-form .hs-form .hs_submit.hs-submit {
  width: 24%;
}

.cm-blog-subscription-item {
  width: 33.33333333%;
  border-left-width: 2px;
  border-left-color: #0ba9a7;
  border-left-style: solid;
  font-family: "AtlasGrotesk-Medium",Arial,Helvetica,sans-serif;
  margin-bottom: 0;
}
.cm-request-form-wrapper .hs-form .hs-input::-webkit-input-placeholder,
.blog-subscription-form .hs-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.cm-request-form-wrapper .hs-form .hs-input::-moz-placeholder,
.blog-subscription-form .hs-input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.cm-request-form-wrapper .hs-form .hs-input:-ms-input-placeholder,
.blog-subscription-form .hs-input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.cm-request-form-wrapper .hs-form .hs-input:-moz-placeholder,
.blog-subscription-form .hs-input:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

.cm-blog-subscription-item:first-child {
  border-left: none;
}

.cm-blog-subscription-item h4 {
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  color: #0ba9a7;
  font-family: "AtlasGrotesk-Medium",Arial,Helvetica,sans-serif;
  margin: 0;
}

.cm-blog-subscription-item p a {
  color: #0e1032;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  display: block;
}

.cm-blog-subscription-item p a:hover {
  color: #3b7abe;
}

.blog-subscription-form .form-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.blog-subscription-form .actions:after {
  content: "";
  position: absolute;
  right: 3em;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/SpecialistRiskGroup_Dec2023/images/arrow_buttton.svg);
  width: 9px;
  height: 18px;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: top;
  pointer-events: none;
}

.blog-subscription-form .actions {
  position: relative;
}

.hs-blog-post .blog-index {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-recent-posts h2 {
  text-align: left;
  margin-bottom: 33px;
  font-size: 40px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 25px;
}

.blog--post--banner-wrapper {
  height: 400px;
  padding: 0;
  display: table;
  width: 100%;
}

.blog-post-banner-inner {
  display: table-cell;
  vertical-align: middle;
}

.blog-post-wrapper .content-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.blog-post-content .content-wrapper {
  position: relative;
  padding-top: 82px;
  z-index: 10;
}

.post-details-date {
  margin-bottom: 25px;
  margin-top: 0;
  border-bottom: 1px solid #e8ecef;
  padding-bottom: 15px;
  border-color: #979797;
}

.post-details-date .date {
  color: #8d9297;
  font-size: 12px;
}

.post-details-date i {
  padding-right: 3px;
  color: #8d9297;
  font-size: 12px;
}

.blog-pagination {
  width: 100%;
  text-align: center;
  display: inline-block !important;
}

.blog-pagination a {
  font-family: FSIndustrieNw-Bold;
  font-size: 16px;
  color: #3b7abe;
  background: none;
  width: auto;
  height: auto;
  padding: .5em;
  text-decoration: underline;
  line-height: 39px;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  border: 1px solid #f5faff;
  border-radius: 0;
  margin: 0 3px;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  text-transform: uppercase;
}

.blog-pagination a:hover {
  color: #0e1032;
}

.hs-blog-post .blog-index-post {
  margin: 0;
}

.hs-post-pagination a {
  background-color: #3b7abe;
  padding-right: 1em;
  padding-left: 2.5em;
  color: #fff;
  position: relative;
  min-width: 8em;
  display: inline-block;
  padding: 13px 30px 13px 30px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 1px solid transparent;
  text-align: center;
}

.hs-post-pagination a:hover {
  color: #fff;
  background-color: #0b0c26;
}

.hs-post-pagination {
  display: flex;
  justify-content: space-between;
  clear: both;
  overflow: hidden;
  padding-top: 25px;
  margin-top: 30px;
  border-top: 1px solid #e8ecef;
  border-color: #979797;
}

.hs-post-pagination a {
  background-color: #3b7abe;
  padding-right: 1em;
  padding-left: 2.5em;
  color: #fff;
  position: relative;
  min-width: 8em;
  display: inline-block;
  padding: 13px 30px 13px 30px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 1px solid transparent;
  text-align: center;
  font-family: AtlasGrotesk-Regular;
  font-size: 17px;
  line-height: 1.25;
  margin-bottom: 21.74px;
  text-transform: capitalize 
}

.hs-post-pagination .hs-prev-pagination {
  padding-right: 1em;
  padding-left: 2.5em;
}

.hs-post-pagination a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/SpecialistRiskGroup_Dec2023/images/arrow.svg);
  width: 15px;
  height: 18px;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: top;
}

.hs-next-pagination:after {
  right: 1em;
}

.hs-post-pagination .hs-prev-pagination:after {
  transform: translateY(-50%) rotate(180deg);
  left: 1em;
}

.blog-post-content {
  margin-bottom: 70px;
  border-bottom: none;
}

.blog-recent-posts .slick-track {
  padding-top: 20px;
  padding-bottom: 20px
}


a.next-posts-link.load-more.p-hide {
  display: none !important;
}

a.next-posts-link.load-more {
  display: inline-block !important;
}
.cm-blog-subscription-item-inner.cm-request-btn h4 {
  cursor: pointer;
}

.cm-request-form-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(23,37,45,0.6);
  z-index: 9999;
  display: none;
}

.cm-request-form-wrapper .cm-request-form-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  background-color: #CEB481;
  max-width: 750px;
  width: 90%;
  padding: 45px;
}


a.request-call-close {
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #fff;
  border-radius: 100%;
  padding: 4px;
  width: 18px;
  height: 18px;
  display: block;
  box-sizing: content-box;
}

.cm-request-form-wrapper h3 {
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  font-family: "FSIndustrieNw-Bold",Arial,Helvetica,sans-serif;
  line-height: 35px;
  margin-bottom: 15px;
}

.cm-request-form-wrapper p {
  font-family: "AtlasGrotesk-Regular",Tahoma,Geneva,sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 20px;
}

.cm-request-form-wrapper .cm-request-form-inner .hs-form {
  padding: 0;
}

.cm-request-form-wrapper .hs-form-field {
  margin-top: 5px;
  margin-bottom: 30px;
}

.cm-request-form-wrapper .hs-form .hs-input {
  line-height: inherit;
}

.cm-request-form-wrapper .hs-form textarea {
  min-height: 200px;
}

.cm-request-form-wrapper fieldset {
  max-width: 100% !important;
}

.cm-request-form-wrapper .hs-form-field.hs_message.hs-message {
  margin-bottom: 23px;
}

.cm-request-form-wrapper .cm-request-form-inner .hs-form .hs-button {
  margin: 1px 0 5px 0;
}


.cm-request-form-wrapper  .cm-request-form-wrapper .form-columns-2 .hs-form-field {
  width: 48% !important;
}


.cm-request-form-wrapper .hs-form-field .input {
  margin: 0 !important;
}
.cm-request-form-wrapper .form-columns-2 .hs-form-field:last-child {
  float: right;
}


.cm-request-form-wrapper fieldset.form-columns-2 .hs-form-field {
  width: 48% !important;
}

.cm-request-form-wrapper .hs-form .hs-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666666;
}
.cm-request-form-wrapper .hs-form .hs-input::-moz-placeholder{ /* Firefox 19+ */
  color: #666666;
}
.cm-request-form-wrapper .hs-form .hs-input:-ms-input-placeholder { /* IE 10+ */
  color: #666666;
}
.cm-request-form-wrapper .hs-form .hs-input:-moz-placeholder{ /* Firefox 18- */
  color: #666666;
}



.cm-request-form-wrapper .cm-request-form-inner .hs-form {
  padding: 0;
}

.cm-request-form-wrapper .hs-form-field {
  margin-top: 5px;
  margin-bottom: 30px;
}

.cm-request-form-wrapper .hs-form .hs-input {
  line-height: inherit;
}

.cm-request-form-wrapper .hs-form  textarea {
  min-height: 200px;
}

.cm-request-form-wrapper .hs-form fieldset {
  max-width: 100% !important;
}

.cm-request-form-wrapper .hs-form .hs-fieldtype-radio .input ul li {
  display: inline-block;
  margin-right: 19px;
  width: auto;
}

.cm-request-form-wrapper .hs-form .hs-fieldtype-radio .input ul li input {
  width: auto !important;
  float: left;
  margin-top: .25em;
  margin-right: 8px;
}

.cm-request-form-wrapper .hs-form .inputs-list {
  padding: 0 !important;
}

.cm-request-form-wrapper .hs-form .hs-input + span {
  vertical-align: top;
  line-height: 1;
  max-width: 100%;
  margin-bottom: 5px;
  display: inline-block;
  font-family: AtlasGrotesk-Bold,sans-serif;
  font-weight: normal;
}

.cm-request-form-wrapper .cm-request-form-inner .hs-form {
  padding: 0;
}

h3.form-title:empty {
  display: none;
}

.cm-request-form-wrapper .hs-form-field> label {
  display: none;
}

/* Filter css */

.blog-filter {
    text-align: center;
    margin-bottom: 6rem;
}

.blog-filter {
    text-align: center;
    max-width: 1170px;
    margin: 0 auto;
    margin-bottom: 6rem;
    display: flex;
    padding: 0 15px;
    align-items: center;
}

.blog-filter strong {
    display: inline-block;
    margin-right: 1rem;
    font-size: 17px;
}

.blog-filter-options a {
    display: inline-block;
    padding: 8px 14px 8px 14px;
    background: #3b7abe;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    transition: .4s ease;
    border: solid 2px #3b7abe;
    margin: 1px 0;
}

.blog-filter-options a:visited {
    background-color: #3b7abe;
    color: #fff;
    border-color: #3b7abe;
}

.blog-filter-options a:hover, .blog-filter-options a:hover:visited {
    background: transparent;
    color: #3b7abe;
}

.blog-filter strong {
    font-family: AtlasGrotesk-Medium;
    color: #0BA9A9;
}

.blog-filter-mobile, .blog-filter-close {
  display: none;
}

@media (max-width: 1200px) {
  .blog-filter-options a:hover {
      background: transparent;
      color: #3b7abe;
  }

  .blog-filter-mobile, .blog-filter-close {
      display: flex;
  }


  .blog-filter {
      position: fixed;
      right: 0;
      top: 0;
      width: 335px;
      height: 100%;
      background: #fff;
      z-index: 999;
      transition: .4s ease;
      padding: 2rem;
      padding-top: 6rem;
      box-shadow: 5px 5px 12px 0 rgb(32 46 60 / 50%);
      transform: translateX(50%);
      opacity: 0;
      visibility: hidden;
      overflow: scroll;
  }

  .blog-filter-open .blog-filter {
      opacity: 1;
      visibility: visible;
      transform: none;
  }

  .blog-filter-open {
      overflow: hidden;
  }

  .blog-filter-options {
      height: 100%;
      display: flex;
      flex-direction: column;
      width: 100%;
  }

  .blog-filter-options a {
      margin-bottom: 1rem;
  }

    .blog-filter strong {
      display: none;
  }

  .blog-filter-close {
      position: absolute;
      top: 1.5rem;
      height: 30px;
      width: 30px;
      object-fit: contain;
      cursor: pointer;
  }

  .blog-filter-mobile .tm-zippco-icon-bars {
      top: 15px;
      margin-left: 10px;
  }

  .blog-filter-mobile {
      margin-left: 15px;
      margin-bottom: 20px;
      cursor: pointer;
  }

  .blog-filter-mobile strong {
      font-size: 20px;
  }
}

@media (min-width: 768px){
  .blog-index-post {
    width: 50%;
  }

  .blog-recent-posts .slick-track {
    width: 100% !important;
  }
  .blog-recent-posts .slick-track {
    width: 100% !important;
    display: flex;
    flex-wrap: nowrap;
  }
}

@media (min-width: 992px){
  .blog-index-post {
    width: 33.33333333%;
  }
}

@media (max-width: 1200px){
  .blog-wrapper {
    padding-top: 28px;
  }
  .tm-custom-heading {
    padding: 0;
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 16px;
  }
  .blog-subscription-form h3.form-title {
    font-size: 24px;
    line-height: 1.25;
  }
  .blog-subscription-form h3.form-title {
    padding-top: 35px;
    padding-bottom: 16px;
  }

  .blog-subscription-form .hs-form {
    width: 100%;
  }

  .blog-recent-posts h2 {
    font-size: 24px;
    line-height: 1.25;
  }

  .blog-post-content .content-wrapper {
    padding-top: 28px;
  }

  .hs-blog-post .blog-index {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 1023px){
  .blog-subscription-form .actions:after {
    right: 1.5em;
  }
  .blog-subscription-form .hs-button {
    padding-left: 20px;
  }
}

@media (max-width: 991px){
  .blog-wrapper-inner {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2em ;
    padding-bottom: 1em 
  }

  .blog-index-post-inner .entry-header {
    padding: 22px 20px 0 25px;
  }

  .blog-wrapper {
    padding-top: 26px;
  }

  .cm-blog-subscription-item p {
    font-size: 18px;
    line-height: 25px;
  }

  .cm-blog-subscription-item h4 {
    font-size: 18px;
  }

  .blog-subscription-form {
    padding-top: 3em;
    padding-bottom: 1em;
  }

  .cm-blog-subscription-item-inner {
    margin-bottom: 10px;
  }

  .cm-blog-subscription-item p {
    margin-bottom: 0;
  }

  .cm-blog-subscription-item h4 br {
    display: none;
  }

  .cm-blog-subscription-item:nth-child(2) p a {
    font-size: 10px;
  }
}

@media (max-width: 767px){
  .blog-wrapper-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cm-blog-subscription-item {
    width: 100%;
    border: none;
  }
  .tm-custom-heading {
    margin-bottom: 15px;
  }
  .cm-blog-subscription-item-inner {
    margin-bottom: 8px;
  }
  .blog-subscription-form h3.form-title {
    padding-top: 38px;
    padding-bottom: 8px;
  }
  .blog-subscription-form .hs-form .hs_submit.hs-submit {
    width: 32%;
  }
  .blog-subscription-form .form-wrapper {
    padding-left: 0;
    padding-right: 0;
    margin: 0px -21px;
  }
  .blog-subscription-form .hs-form .hs-form-field {
    width: 68%;
  }
  .blog-subscription-form .actions:after{
    display: none; 
  }
  .blog-subscription-form .hs-form .hs-form-field {
    margin-bottom: 22px;
  }
  .blog-banner-wrapper h1.blog-header-title {
    font-size: 48px;
  }

  .hs-blog-post .blog-index {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-index-post {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cm-request-form-wrapper h3 {
    font-size: 28px;
    margin-bottom: 5px;
  }

  .cm-request-form-wrapper .cm-request-form-inner {
    padding: 20px;
  }

  .cm-request-form-wrapper .hs-form .hs-input {
    font-size: 13px;
    padding: 6px 10px;
    font-family: inherit;
  }

  .cm-request-form-wrapper .hs-form-field {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .cm-request-form-wrapper fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }

  .cm-request-form-wrapper .hs-form textarea {
    min-height: 100px;
  }

  .cm-request-form-wrapper p {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .cm-request-form-wrapper .hs-form-field.hs_message.hs-message {
    margin-bottom: 20px;
  }

  .cm-request-form-wrapper .hs-form .hs-fieldtype-radio .input ul li input {
    margin-right: 6px;
  }

  .cm-request-form-wrapper .hs-form .hs-fieldtype-radio .input ul li {
    margin-bottom: 5px;
  }
}



@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-post img {
  max-width: 100%;
}
.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-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__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 .comment-reply-to {
  border: 0 none;
}

/*             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;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

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

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

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

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

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

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

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

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

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

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

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

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

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

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

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

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

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

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

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

/* Blog Subscription Section */

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

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

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

/*             Blog Post Layout          */

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

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

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

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

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

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

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

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
@media (max-width: 767px) and (max-height:960px){
.cm-request-form-wrapper .cm-request-form-inner {
    margin-top: 0;
}
}
@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

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

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

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

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

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

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}
/* ******************************************************************************
*********************************************************************************
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: 20vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
.body-container-wrapper.error-page-wrapper {
  background-color: #0b0c26;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
  z-index: 7;
}
.body-container-wrapper.error-page-wrapper .content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.error-404.not-found {
  padding: 150px 0;
  text-align: center;
}
.error-404 .tm-big-icon {
  font-size: 150px;
  color: #3b7abe;
  line-height: 25px;
}
.error-404 .page-header {
  border-bottom: none;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 9px;
  margin: 40px 0 0px;
}
.error-404 h1 {
  font-size: 95px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 100%;
  color: #fff;
  font-family: "FSIndustrieNw-Bold",Arial,Helvetica,sans-serif;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 95px;
}
.error-404 .page-content p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #fffc;
  line-height: 25px;
}
.error-404 form {
  position: relative;
  max-width: 390px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
      margin-bottom: 5px;
}
.error-404 form label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  font-family: "AtlasGrotesk-Regular",Tahoma,Geneva,sans-serif;
}
.error-404 form .hs-search-field__input {
  border-width: 2px;
  background-color: #fff;
  border-color: #0000;
  text-transform: inherit;
  border: 1px solid #7773;
  font-size: 14px;
  outline: 0;
  line-height: inherit;
  font-family: inherit;
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  -moz-transition: border linear .2s,box-shadow linear .2s;
  -o-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 0;
  vertical-align: middle;
  width: 100%;
  color: #242424;
  padding: 9px 15px;
  font-weight: 400;
  border-width: 2px;
  background-color: #fff;
  border-color: #0000;
}

.error-page-wrapper button {
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: none;
  border-bottom: none;
  text-indent: -999px;
  padding: 0;
  width: 46px;
  height: 46px;
  z-index: 1;
  border-radius: 0 3px 3px 0;
  background-image: url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/SpecialistRiskGroup_Dec2023/images/findicon.png);
  background-color: #0000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  opacity: .7;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.tm-404-search-form  .hs-search-field--open .hs-search-field__suggestions {
    border-color: #fff;
}

.tm-404-search-form .hs-search-field--open .hs-search-field__suggestions * {
    color: #fff;
}
.tm-search-overlay.st-show {
    z-index: 99;
}

.search-banner.banner .cm-titlebar-wrapper-bg-layer.cm-bg-layer.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff03;
    opacity: 1;
}
.search-banner.banner {
  min-height: 400px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  display: flex;
  align-items: center;
      position: relative;
}

.search-banner.banner .page-center {
  height: 100%;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0 15px;
}

.search-banner.banner h2 {
  color: #000 !important;
  font-family: AtlasGrotesk-Medium;
  font-size: 20px;
  max-width: 29em;
  padding-top: 1.5em;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 15px;
}

.search-banner.banner h1 {
  color: #0ba9a7 !important;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 50px;
  margin: 0;
  margin-bottom: 6px;
  position: relative;
  display: inline-block;
}

.search-banner.banner h3 {
  font-weight: 400;
  color: #000;
  font-family: AtlasGrotesk-Medium;
  font-size: 20px;
  max-width: 29em;
  padding-top: 1.5em;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 16px;
}



.search-banner.banner .btn-wrapper {
    text-align: center;
    display: block;
}

.search-banner.banner .btn-wrapper a {
    background-color: rgb(59, 122, 190);
    font-family: AtlasGrotesk-Regular;
    height: auto;
    width: auto;
    text-align: center;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 17px;
    padding: 12px 21px 15px 22px;
    -webkit-transition: all .2s ease-in-out!important;
    transition: all .2s ease-in-out!important;
    line-height: 18px;
    color: #fff;
    display: inline-block;
}

.search-banner.banner .btn-wrapper a:hover {
    background: #fff;
    color: #000;
}
.search-banner.banner .page-center {
    justify-content: center;
}
.search-result-wrapper .hs-search-results ul li a {
    font-size: 14px;
    line-height: 23px;
    display: block;
    color: #303030;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    text-decoration: none;
      font-family: "AtlasGrotesk-Regular",Tahoma,Geneva,sans-serif;
}
.search-result-wrapper .hs-search-results ul li a:hover {
    color: #3b7abe;
}
@media (max-width: 1199px){
  .search-banner.banner .page-center{
    max-width:970px;
  }
}
@media (max-width: 991px){
  .search-banner.banner .page-center{
    max-width:750px;
  }
}
@media (max-width: 767px){
  .search-banner.banner .page-center{
    max-width:100%;
  }
  .search-banner.banner h1 {
    font-size: 48px;
  }

  .search-banner.banner h2 {
    font-size: 18px;
  }

  .search-banner.banner .cm-titlebar-main {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .search-banner.banner {
    min-height: 400px;
  }
  .search-banner.banner .page-center {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .search-banner.banner h3 {
    font-size: 18px;
  }
}a
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}


.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  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;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.systems-page form {
  max-width: 767px;
}
.hs-input[type=checkbox], .hs-input[type=radio] {
  display: inline-block;
}
.systems-page .hs-input {
  margin-bottom: 20px;
}
.systems-page form#email-prefs-form {
  background: #0000;
  padding: 0;
}
@media  (max-width: 600px) {
  .systems-page h1,
  .systems-page h2,
  h1.error-page_heading {
    font-size: 30px;
  }
  .systems-page form {
    max-width: 100%;
  }
}
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/*# sourceMappingURL=slick.min.css.map */
@charset 'UTF-8';.slick-loading .slick-list{background:#fff url(ajax-loader.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(fonts/slick.eot);src:url(fonts/slick.eot?#iefix) format('embedded-opentype'),url(fonts/slick.woff) format('woff'),url(fonts/slick.ttf) format('truetype'),url(fonts/slick.svg#slick) format('svg')}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:0;background:0 0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:0 0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←'}[dir=rtl] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:'→'}[dir=rtl] .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
/*# sourceMappingURL=slick-theme.min.css.map */