/* ******************************************************************************
*********************************************************************************
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;
}
.banner-area .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0;
}
.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "FSBold";
  src: url("https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/SpecialistRiskGroup_Feb2021/fonts/FSIndustrieNw-Bold.woff") format("woff");
    }

@font-face {
  font-family: "AtlasG";
  src: url("https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/SpecialistRiskGroup_Feb2021/fonts/AtlasGrotesk-Regular-Web.woff") format("woff");
    }
html {
  line-height: 1.15;
}

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 32px;
  font-family: Lato, serif;
}
@media (max-width: 767px) {
  p {
    line-height: 26px;

  }
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
 a:focus {
   text-decoration: none;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1; 
}

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

h3 {
  font-size: 1.25rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  padding-left: 2em;
  margin-top: 0;
  margin-bottom: 1rem;
}

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

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  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;
}
img {
 vertical-align: middle; 
}
.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
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: 513px;
  font-family: Lato, sans-serif;
}

.hs-form fieldset {
  max-width: 513px !important;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  font-family: "AtlasG", sans-serif;
  line-height: 1.5;
  position: relative;
  text-align: center;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  
  text-decoration: none;
  white-space: normal;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  text-decoration: none;
}
.hs-button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b !important;
}

.hs-input,
.hs-search-field__input,
input#hs-pwd-widget-password{
  display: block;
  width: 100%;
  min-height: 32px;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: normal;
  line-height: inherit;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
  font-size: 15px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  display: inline-block;
  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: #bfbfbf;
}

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus,
.hs-search-field__input:focus,
input#hs-pwd-widget-password:focus{
  outline: -webkit-focus-ring-color auto 1px;
  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: #ffffff;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.hs-richtext p{
 font-size: 14px; 
}

.legal-consent-container .hs-form-booleancheckbox-display input{
 margin: 0; 
}

.legal-consent-container .hs-form-booleancheckbox-display p {
    font-size: 14px;
}

.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) {
  form {
    max-width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
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: inherit;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: inherit;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.customer-content-wrapper {
  padding-bottom: 50px; 
}
.customer-content-wrapper .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100%;
}
.customer-content-wrapper .body-container.col-6 {
  width: 50%;
  margin-left: 25%;
  padding-right: 25px;
  padding-left: 25px;
}
.customer-content-wrapper .widget-type-rich_text p,
.customer-content-wrapper .widget-type-rich_text ul{
  font-size: 18px;
  line-height: 26px;
}
.customer-content-wrapper .widget-type-rich_text h6 {
  font-size: 20px;
  line-height: 50px;
  margin-bottom: 1.5rem;
  font-family: "AtlasG", sans-serif;
  font-weight: 400;
}
.customer-content-wrapper h5 {
  color: #02AAA8;
  font-family: "AtlasG", sans-serif; 
}
.customer-content-wrapper h2 {
  font-size: 2rem;
  color: #eee;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.customer-content-wrapper .widget-type-rich_text figure img {
  float: right;
  margin-left: 1em; 
  margin-bottom: 1rem;
}
.home-row1 .content-with-bg-wrap .three-lines-risk-la h1 {
  padding-top: 130px;
  margin-top: 10px;
  margin-bottom: -130px;
  font-size: 72px;
}
.home-row1 .content-with-bg-wrap .three-lines-risk-la h1 span::after,
.home-row1 .content-with-bg-wrap .three-lines-risk-la h1 span::before {
  border-top-color: #212121;
}
.body-container-wrapper .widget-type-header {
  padding: 0 90px;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}
.body-container-wrapper .widget-type-header > .hs_cos_wrapper {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 0 15px;
}
.body-container-wrapper .widget-type-header h1 {
  position: relative;
  display: inline-block;
  margin: 50px 0px;
}
.body-container-wrapper .widget-type-header h1:before,
.body-container-wrapper .widget-type-header h1:after {
  display: inline-block;
  content: "";
  border-top: 1px solid #fff;
  width: 100vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.body-container-wrapper .widget-type-header h1:before {
  left: -101vw;
}
.body-container-wrapper .widget-type-header h1:after {
  right: -101vw;
}
.body-container-wrapper .hs_cos_wrapper_type_module > .hs-button {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
}
.body-container-wrapper .hs_cos_wrapper_type_module > .hs-button:hover {
  background: #FA9D2E;
  color: #212121;
}
.home-row2 .dnd-section>.row-fluid{
  padding: 0;
}
.home-row3 .row-content .dnd-section .row-fluid {
  align-items: flex-start;
  max-width: 1300px !important;
}
.home-row3 {
  overflow: hidden; 
}

.home-row3 .hs-button {
  color: #212121;
  background: #FA9D2E;
}
.home-row3 .hs-button:hover {
  color: #fff;
  background: #FA9D2E;
}
.home-row4 .dnd-section>.row-fluid {
  padding-left: 0px;
}
.home-row4 .content-with-bg-wrap .srg-hp-text {
  padding-bottom: 50px;
  max-width: 532px;
}
.home-row4 .content-with-bg-wrap .col-lg-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  top: 60px;
  left: -20px;
}
.home-row4 .content-with-bg-wrap h3 {
  padding-top: 46px;
}
.home-row4 .content-with-bg-wrap {
  align-items: flex-start;
  margin-top: 0;
}
.home-row4 .content-with-bg-wrap .three-lines-risk-la h1 {
  margin-top: 0;
  font-size: 72px;
  transform: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.home-row4 .content-with-bg-wrap .three-lines-risk-la.col-12.col-lg-4 {
  -webkit-transform: rotate( -90deg );
  transform: rotate( -90deg);
  padding-left: 0px;
  position: relative;
  padding-bottom: 55px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 91px;
  margin-left: -15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 551px;
}
.cm-contact-cta {
  color: #212121 !important;
  background: #FA9D2E !important;
}
.cm-contact-cta:hover {
  color: #fff !important;
  background: #FA9D2E !important;
}
.we-do-wrapper .body-container-wrapper {
  padding-top: 25px;
}
.we-do-row3, .we-do-row4 {
  overflow: hidden;
}
.we-do-row3 .dnd-section>.row-fluid {
  align-items: flex-start;
  padding: 0;
}
.we-do-row3 .widget-type-header {
  padding: 0 105px;
}
.we-do-row2,
.we-do-row3 {
  padding-bottom: 25px; 
}
.we-do-row3  .span4,
.we-do-row4  .span4{
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.we-do-row4-content .dnd-section>.row-fluid {
  max-width: 1270px;
}
.we-do-row2 .dnd-section>.row-fluid,
.we-do-row4-content .dnd-section>.row-fluid,
.leaders-row2 .leaders-content .dnd-section>.row-fluid,
.leaders-row3 .leaders-content .dnd-section>.row-fluid{
  padding: 0;
}
.leaders-row2 .leaders-content .dnd-section>.row-fluid,
.leaders-row3 .leaders-content .dnd-section>.row-fluid {
  align-items: flex-start;
}
.we-do-row4 .business-units {
  padding: 0 15px;
}

.leaders-row1 {
  padding-top: 44px;
}
.leaders-row1 .leadership-section {
  margin-left: -15px;
  margin-right: -15px;
}
.leaders-row2 .team-member-card .img-container {
  padding: 0 20px; 
}
.aquistions-row1 .content-with-bg-wrap h3 {
  padding-top: 0;
}
.contact-row1 .dnd-section {
  padding-bottom: 44px;
  padding-top: 25px;
}



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

.contact-row2 h3 {
  color: #02AAA8;
  margin: 20px auto;
}

.contact-row2 .span6 .span6 {
  padding: 0;
}

.contact-row2 ul {
  list-style: none;
  padding: 0 15px;
}

.contact-row2 a,
.contact-row2 a:hover{
  color: #FA9D2E;
}

.about-row1 .dnd-section {
  padding-bottom: 35px;
  padding-top: 25px;
}



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

.about-row2 h3 {
  color: #02AAA8;
  margin: 44px 0 .5rem;
}

.about-row2 p {
  margin-top: 15px;
}

.srg-hp-button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  font-family: "AtlasG", sans-serif;
  background: #FA9D2E;
  color: #212529;
  font-weight: bold;
  border-radius: 50px;
  border: none;
  padding: 15px 25px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff !important;
  margin-left: -30px;
}

.srg-hp-button:hover,
.srg-hp-button:active,
.srg-hp-button:focus{
  background: #FA9D2E;
  color: #212529 !important;
  text-decoration:none;
}

.about-row2 .span6 .span6 {
  padding: 0;
}

.about-row2 ul {
  list-style: none;
  padding: 0 15px;
}

.about-row2 a {
  color: #FA9D2E;
}

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

.about-row4 .dnd-section {
  padding: 25px 0;
}


.about-row5 .dnd-section {
  padding-top: 19px;
}

.about-row5 .business-units .card1 img {
  max-width: 120px;
}

.about-row5 .business-units .card2 img {
  max-width: 100px;
}

.about-row5 .business-units .four-cards .card3 img {
  width: 150px !important;
}

.about-row5 .business-units .four-cards .card4 img {
  width: 175px !important;
}

.about-row5 .business-units .four-cards .card3 h3 {
  margin-top: 19px;
}



.about-row5 .business-units .card3 .four-cards-text {
  min-height: auto;
  margin-bottom:8px;
}

.about-row5 .business-units .four-cards .four-cards-card:last-of-type {
  margin-bottom:40px
}

.about-row5 .business-units .four-cards .coming-soon {
  top:9px;
}

.about-row5 .business-units .four-cards {
  padding-bottom:80px;
}

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

.about-row6 .dnd-section  {
  padding-bottom: 25px;
}

.about-wrapper {
  overflow-x: hidden;
}

.body-container-wrapper .about-row6 .widget-type-header>.hs_cos_wrapper {
  padding:0 15px;
  padding-bottom: 25px;
}

.about-row6 h3 {
  color: #02AAA8;
  margin-top: 40px;
}

.about-row6 p {
  margin-top: 20px;
}

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

.about-row8 .key-stats-hp .progress-container-hp {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.about-row8 .key-stats-hp .progress-bar, .key-stats-hp .progress-bar::-webkit-progress-bar {
  background: #605f5f;
}

.about-row8 .key-stats-hp .progress-content-2 {
  margin-top: -2px;
}

.about-row8 .key-stats-hp .progress-content-2 .progress-label {
  color: #02aaa8;
  left: calc(42% + -2px);
}

.about-row8 .key-stats-hp .stats-row-2 .progress-content-2 .progress-label {
  left:46%;
}

.about-row8 .key-stats-hp .progress-number {
  left:70.4%;
}

.about-row8 .key-stats-hp .progress-content-2 .progress-number {
  left: 71%;
}

.about-row8 .key-stats-hp {
  padding: 25px 0px 23px;
}

.about-row9 .contact-wrapper .contact-hp .signup .hs-button:hover {
  color: #212121 !important;
}
/*====================== Life At SRG Page ========================*/

.srg-life-wrapper .banner-container .hero-title {
  margin-bottom: 24px;
}

.srg-life-row1 .content-with-bg-wrap {
  margin: 25px auto 0px; 
}
.srg-life-row1 .content-with-bg-wrap .three-lines-risk-la h1 {
  margin-top: 250px;
  font-size: 72px;
}


.srg-life-row1 .content-with-bg-wrap h3 {
  padding: 0;
}

.srg-life-row3 .dnd-section {
  padding: 25px 0;
}

.srg-life-row3 h3 {
  color: #02AAA8;
  margin: 25px 0px;
  margin-left: -1px;
}

.srg-life-row3 .dnd-section > .row-fluid {
  padding: 0;
}

.srg-life-row3 .dnd-row {
  margin: 0 -15px;
}


.srg-life-wrapper .row-fluid [class*="span"] {
  min-height: 1px;
}

.srg-life-row7 .dnd-section > .row-fluid {
  padding: 0;
}

.srg-life-row7 .span3 {
  position: relative;
}

.srg-life-row8 .dnd-section {
  padding: 25px 0;
}

.srg-life-row8 .dnd-section > .row-fluid {
  padding: 0;
  max-width: 1270px;
}

.body-container-wrapper .srg-life-row8  .widget-type-header {
  margin: 0;
}

.srg-life-row8 p a,
.srg-life-row8 p a:hover {
  color: orange;
}

.home-row3 .hs_cos_wrapper_type_module .hs-button {
  color: #212121;
  background: #FA9D2E
}
.home-row3 .hs_cos_wrapper_type_module .hs-button:hover {
  color: #fff;
  background: #FA9D2E;
}
.home-row3 .hs_cos_wrapper_type_module .hs-button:focus,
.home-row3 .hs_cos_wrapper_type_module .hs-button:active,
.content-with-bg-wrap .btn-wrap a.main-btn:focus,
.content-with-bg-wrap .btn-wrap a.main-btn:active{
  color: #fff !important;
}
.we-do-row4 .business-units .four-cards {
  padding-left: 15px;
  padding-right: 15px;
}
.srg-life-row7 .team-member-card .btn-content a:hover{
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.contact-wrapper .row-fluid [class*="span"] {
  min-height: 0;
}
.srg-life-row7 .team-member-card .btn-content a:hover,
.srg-life-row7 .team-member-card .btn-content a:focus,
.srg-life-row7 .team-member-card .btn-content a:active{
  background: #fa9d2e;
  color: #212121;
}
.home-row3 .widget-type-header h1,
.body-container-wrapper .widget-type-header h1{
  color: #fff;
}


.content-with-bg-wrap .btn-wrap a.main-btn:focus, .content-with-bg-wrap .btn-wrap a.main-btn:active {
  color: #fff !important;
}
.cm-contact-cta:focus{
  color: #fff !important;
}
.home-row3 .hs_cos_wrapper_type_module .hs-button:focus,
.home-row3 .hs_cos_wrapper_type_module .hs-button:active{
  color: #fff !important;
}
@media (min-width: 992px) {
  .leaders-main-wrapper .team-member-card .img-container {
    padding-left: 0px; 
  }
}
@media (min-width: 1280px) {
  .home-row1 .content-with-bg-wrap .text-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 8.33333%;
  }
  .home-row3 .hs_cos_wrapper_type_module .hs-button {
    margin-top: 115px;
    margin-bottom: 25px;
  }
  .we-do-row4 .business-units .four-cards {
    padding-top: 90px;
    padding-bottom: 25px;
  }
  .leaders-row1 .leadership-section p {
    margin-top: -35px;
  }
  .leaders-row2 .leaders-content {
    padding-bottom: 50px;
  }
  .aquistions-row1 .content-with-bg-wrap .col-lg-5 {
    margin-left: 8.33333%;
  }
  .leaders-row3 .leaders-content {
    padding-top: 25px;
    padding-bottom: 50px;
  }
  .leaders-row3 .team-member-card h4 {
    line-height: 36px;
  }
  .srg-life-row1 .content-with-bg-wrap .three-lines-risk-la h1 {
    padding-top: 160px;
  }
  .srg-life-row1 .content-with-bg-wrap .col-lg-5 {
    margin-left: 8.33333%;
  }
  .srg-life-row7 .team-member-card h4 {
    line-height: 36px;
    min-height: 72px;
  }
  .home-row5 .business-units .four-cards .four-cards-card h3 {
    padding-bottom: 19px;
  }
  .home-row5 .business-units .card1 h3 {
    margin-top: -1px;
  }
  .home-row3 .hs_cos_wrapper_type_module .hs-button {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
  }
  .home-row3 .hs_cos_wrapper_type_module .hs-button:hover {
    background: #FA9D2E;
    color: #212121;
  }
  .srg-life-row7 .team-member-card {
    padding-bottom: 82px; 
  }
  .home-row5 .business-units .four-cards .four-cards-card:hover .hs-button,
  .we-do-row4 .business-units .four-cards .four-cards-card:hover .hs-button{
    color: #212121;
    background: #FA9D2E;
  }
  .about-row5 .business-units .four-cards .four-cards-card:hover .hs-button {
    color: #212121;
    background: #FA9D2E;
  }
}

@media (max-width: 1280px) { 
  .customer-content-wrapper .widget-type-rich_text h6 {
    font-size: 26px;
    line-height: 36px;
  }




}
@media (max-width: 1279px) {
  .body-container-wrapper .widget-type-header>.hs_cos_wrapper {
    max-width: 720px;
  }
  .home-row1 .content-with-bg-wrap {
    background-size: cover;
    margin: 25px 10px 0px;
  }
  .home-row1 .content-with-bg-wrap .three-lines-risk-la h1 {
    padding-top: 10px;
    margin-top: 0px;
  }
  .home-row1 .content-with-bg-wrap {
    padding-bottom: 37px;
  }
  .home-row4 .content-with-bg-wrap .three-lines-risk-la.col-12.col-lg-4 {
    transform: none;
    margin-left: 0;
    padding-left: 10px;
    margin-top: 0;
    padding-top: 53px;
    margin-bottom: 10px;
  }
  .home-row3 .row-content .dnd-section .row-fluid {
    max-width: 750px !important;
  }
  .home-row3 .widget-type-header {
    padding: 0 10px;
    overflow: unset;
  }
  .home-row3 .hs_cos_wrapper_type_module .hs-button {
    margin-top: 20px; 
  }
  .home-row4 .content-with-bg-wrap {
    margin: 25px 25px 0px;
    padding-bottom: 70px;
  }
  .home-row4 .content-with-bg-wrap .col-lg-5 {
    top: 0;
    left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-row4 .content-with-bg-wrap h3 {
    padding-top: 44px;
  }
  .home-row2 .leadership-section .hs-button:hover {
    color: #212529;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.2);
  }
  .we-do-wrapper .body-container-wrapper {
    padding-top: 0;
  }
  .we-do-row2, .we-do-row3 {
    padding-bottom: 0px; 
  }
  .we-do-row3 .dnd-section {
    padding-top: 0px !important;
  }
  .we-do-row3 .dnd-section>.row-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .we-do-row4 .business-units .four-cards {
    padding-top: 90px;
    padding-bottom: 44px;
  } 
  .we-do-row4-content .dnd-section>.row-fluid {
    max-width: 750px;
  }
  .leaders-row1 .leadership-section .row-3 .column-2 h3 {
    display: none;
  }
  .leaders-row1 .leadership-section h1,
  .leaders-row1 .leadership-section .span4, 
  .leaders-row1 .leadership-section .span8{
    padding-right: 10px;
    padding-left: 10px;
  }
  .leaders-row1 .leadership-section p {
    margin: 0;
  }
  .leaders-row2 .leaders-content .dnd-section>.row-fluid, 
  .leaders-row3 .leaders-content .dnd-section>.row-fluid {
    flex-direction: column;
    padding-right: 15px;
    padding-left: 15px;
  }
  .leaders-row2 .row-fluid .span4,
  .leaders-row3 .row-fluid .span3 {
    width: 100% !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  .contact-row1 .dnd-section {
    padding-top: 0;
  }

  .contact-row2 .span6 {
    width:100%;
  }

  .body-container-wrapper .contact-row2 .row-fluid {
    display:block !Important;
  }

  .contact-row2 .span6 .span6{
    width:50%;
  }

  .contact-row2 a {
    font-size: 18px;
  }
  .about-row4 .dnd-section {
    padding: 0;
  }

  .about-row2 .span6 {
    width:100%;
  }

  .body-container-wrapper .about-row2 .row-fluid {
    display:block !Important;
  }


  .srg-hp-button {
    background: #FA9D2E;
    color: #212529 !important;
    font-weight: bold;
    border-radius: 50px;
    border: none;
    padding: 15px 25px;
    margin-left: -30px;
  }

  .srg-hp-button:hover {
    color: #fff !important;
    text-decoration:none;
  }

  .about-row5 .business-units .four-cards-text p:last-child {
    margin: 0;
  }

  .about-row5 .business-units .four-cards a.hs-button {
    top: 0;
  }

  .about-row5 .business-units .four-cards .card3 h3 {
    margin-top: 0;
  }

  .about-row5 .business-units .four-cards .coming-soon {
    top: 0;
    margin-top: 4px;
  }

  .about-row5 .business-units .four-cards {
    padding-bottom: 4px;
  }

  .body-container-wrapper .about-row6 .widget-type-header>.hs_cos_wrapper {
    padding-bottom: 0;
  }

  .about-row6 .dnd-section {
    padding-bottom: 0;
  }

  .about-row6 .dnd-section>.row-fluid {
    padding: 0 15px;
  }

  .about-row8 .key-stats-hp {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: -2px;
  }

  .about-row8 .key-stats-hp .progress-container-hp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px;
  }

  .about-row8 .key-stats-hp .stats-row-2 {
    margin-top: 98px;
  }

  .about-row8 .key-stats-hp .progress-content-2 .progress-number {
    left: 75.5%;
  }

  .about-row8 .key-stats-hp .stats-row-2 .progress-content-2 .progress-label {
    left: 45%;
  }
  .srg-life-row1 .content-with-bg-wrap {
    margin: 25px 25px 0px; 
  }
  .srg-life-row1 .content-with-bg-wrap .srg-hp-text {
    padding: 0; 
  }
  .srg-life-row7 .dnd-section>.row-fluid {
    flex-direction: column;
  }
  .srg-life-row7 .row-fluid .span3 {
    width: 100%; 
  }
  .srg-life-row8 .dnd-section>.row-fluid {
    max-width: 720px;
  }
  .srg-life-row8 .span4 {
    width: 25%;
    padding-right: 0px;
  }
  .srg-life-row8 .span4:last-child {
    width: 50%;
    padding-left: 28px;
  }

}
@media (max-width: 991px) { 
  .srg-life-row3 .row-fluid .span8 {
    width: 100%;
    padding-left: 30px;
  }
}
@media (max-width: 779px) { 
  .customer-content-wrapper .body-container.col-6 {
    width: 100%;
    margin-left: 0px;
  }
  .we-do-row4-content .dnd-section>.row-fluid {
    max-width: 540px;
  }
  .we-do-row4 .business-units .four-cards {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 800px) and (min-width: 768px){ 
  .leaders-row2 .team-member-card .img-container {
    padding: 0 10px;
  }
  .body-container-wrapper .leaders-row2 .widget-type-header h1,
  .body-container-wrapper .leaders-row3 .widget-type-header h1,
  .body-container-wrapper .leaders-row4 .widget-type-header h1{
    margin: 50px 0px 0;
    padding-left: 24px;
  }
}
@media (max-width: 768px) { 
  .customer-content-wrapper .widget-type-rich_text h6 {
    font-size: 18px;
  }
  .home-row4 .content-with-bg-wrap .three-lines-risk-la h1 {
    font-size: 45px;
  }
  .home-row4 .content-with-bg-wrap h3 {
    font-size: 32px;
  }
  .home-row1 .content-with-bg-wrap {
    margin: 15px 0px 0px;
  }

}
@media (max-width: 767px) { 
  .leadership-section .hs-button:hover{
    color: #F49C31 !important;
  }
  .content-with-bg-wrap .btn-wrap a.main-btn:hover {
    color: #fff !important;
  }

  .leadership-section .hs-button:hover, .leadership-section .hs-button:active{
    color: #F49C31 !important;
    background: transparent !important;
  }
  .home-row6 {
    overflow-x: hidden;
  }
  .body-container-wrapper .widget-type-header>.hs_cos_wrapper {
    max-width: 540px !important;
  }

  .customer-content-wrapper .widget-type-rich_text figure img {
    float: none;
    margin-left: 0; 
  }
  .home-row1 .content-with-bg-wrap .three-lines-risk-la h1 {
    margin-top: 0px;
  }
  .home-row3 .dnd-section {
    padding: 0 !important;
  }
  .home-row3 .widget-type-header h1 {
    margin-bottom: 0px;
  }
  .we-do-row2 .dnd-section>.row-fluid,
  .we-do-row2 .dnd-section>.row-fluid, 
  .we-do-row4-content .dnd-section>.row-fluid{
    padding-left: 15px;
    padding-right: 15px;
  }
  .we-do-row2 .widget-type-linked_image,
  .we-do-row2 .widget-type-linked_image img,
  .home-row3 .widget-type-linked_image,
  .home-row3 .widget-type-linked_image img{
    width: 100%;  
  }
  .body-container-wrapper .widget-type-header h1 {
    margin-bottom: 0px !important; 
  }
  .we-do-row4 .business-units {
    padding-left: 0px;
    padding-right: 0px;
  }
  .we-do-row4-content {
    padding-top: 19px;
  }
  .we-do-row4 .business-units .four-cards {
    padding-top: 15px;
  }
  .home-row3 .row-content .dnd-section .row-fluid {
    max-width: 540px !important;
  }
  .home-row3 .span4 {
    padding: 0 15px;
  }
  .home-row4 .content-with-bg-wrap .srg-hp-text {
    padding-top: 25px;
    max-width: 90%;
  }
  .home-row4 .content-with-bg-wrap {
    margin: 15px 0px 15px 15px;
  }
  .home-row5 .business-units .four-cards {
    padding-right: 15px;
    padding-left: 15px;
  }
  .home-row6 .key-stats-hp {
    padding-top: 0px;
  }
  .home-row6 .key-stats-hp .page-center {
    padding: 0 15px;
  }
  .leaders-row1 .leadership-section .column-2 p {
    padding-bottom: 0px;
  }
  .leaders-row2 .team-member-card .img-container {
    padding: 0px 10px;
  }
  .leaders-row1 .leadership-section .column-2 p {
    padding-bottom: 0px !important;
  }
  .we-do-wrapper .row-fluid [class*="span"] {
    min-height: 1px;
  }
  .aquistions-row3 .recent-posts-wrapper .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .contact-wrapper .banner-container {
    height: 100vh;
  }

  .body-container-wrapper .widget-type-header {
    padding: 0;
    margin: 0;
  }

  .body-container-wrapper .widget-type-header h1:before, 
  .body-container-wrapper .widget-type-header h1:after {
    display: none;
  }

  .body-container-wrapper .widget-type-header h1 {
    margin: 50px 0 25px;
  }

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

  .contact-wrapper .dnd-section .span6 {
    padding: 0 15px;
  }



  .contact-row2 .span6 .span6 {
    padding: 0;
  }

  .contact-wrapper p {
    font-size: 18px;
  }

  .contact-row2 ul li {
    font-size: 16px;
  }

  .contact-row2 ul li:empty {
    display: none;
  }

  .contact-row2 ul {
    padding: 0;
  }

  .contact-row3 .dnd-section {
    padding-top: 0;
  }

  .contact-row2 .dnd-section {
    padding-bottom: 0;
  }
  .about-wrapper .banner-container {
    height: 100vh;
  }

  .about-wrapper .dnd-section .span6 {
    padding: 0 15px;
  }

  .about-row2 .span6 .span6 {
    padding: 0;
  }

  .about-wrapper p {
    font-size: 18px;
  }

  .about-row3 .dnd-section {
    padding-top: 0;
  }

  .about-row2 .dnd-section {
    padding-bottom: 0;
  }

  .about-row2 img {
    width: 100%;
  }

  .about-row2 .span4 .dnd-module {
    display: block !important;
  }

  .about-row2 .widget-type-linked_image {
    margin-top: 35px;
  }

  .about-row1 .dnd-section {
    padding-bottom: 0;
  }

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

  .about-wrapper .row-fluid [class*="span"] {
    min-height: 0;
  }

  .body-container-wrapper .about-row3 .widget-type-header>.hs_cos_wrapper {
    margin-bottom: 30px;
  }

  .about-row5 .business-units .four-cards img {
    max-width: 100% !important;
    width: 60% !important;
  }

  .about-row5 .business-units .card2 img {
    width: 50% !important;
  }

  .about-row5 .business-units .four-cards .card3 img {
    width: 70% !important;
  }

  .about-row5 .business-units .card3 .four-cards-text {
    margin-bottom: 20px;
  }

  .about-row5 .business-units .four-cards .card4 img {
    width: 70% !important;
  }


  .about-row6 .span4 .dnd-module {
    display: block !important;
  }

  .about-row6 img {
    width: 100%;
  }

  .about-row6 .span4 {
    padding: 0 15px;
  }

  .about-row8 .key-stats-hp .progress-content-2 {
    margin-top: 0px;
  }

  .about-row8 .key-stats-hp .stats-row-2 {
    margin-top: 0px;
  }

  .about-row9 .contact-wrapper .heading-lines-container .main-title {
    margin-top: 52px;
  }

  .about-row8 .key-stats-hp .progress-number {
    left: 65.8%;
  }

  .about-row8 .key-stats-hp .progress-content-2 .progress-number {
    left: 70%;
  }

  .about-row9 .contact-wrapper .page-center {
    padding: 0 15px;
  }

  .about-row8 .key-stats-hp .stats-row-2 .progress-content-2 .progress-label {
    left: 46%;
  }
  .srg-life-row8 .dnd-section>.row-fluid {
    max-width: 540px;
  }
  .srg-life-row1 .content-with-bg-wrap .three-lines-risk-la h1 {
    margin-top: 50px;
  }
  .srg-life-row1 .content-with-bg-wrap {
    margin: 15px 15px 15px;
  }
  .srg-life-row3 .dnd-section>.row-fluid {
    padding: 0 15px;
  }
  .srg-life-row3 .dnd-section {
    padding: 0;
  }
  .srg-life-row7 .dnd-section>.row-fluid {
    flex-direction: column;
    padding: 0 15px;
  }
  .srg-life-row8 .span4 {
    width: 100% !important; 
    padding-left: 15px !important;
    padding-right: 15px !important;
  }


  .contact-wrapper .contact-hp.page-center{
    padding-left: 15px;
    padding-right: 15px;
  }
  .srg-life-row8 .dnd-section {
    padding-bottom: 0px;
    padding-top: 29px;
  }
  .contact-row1 .widget-type-header h1,
  .contact-row3 .widget-type-header h1{
    margin-bottom: 25px !important;
  }
  .body-container__landing .dnd-module {
    margin-bottom: 30px;
  }
  .body-container__landing .row-fluid [class*="span"] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .body-container-wrapper .we-do-row3 .widget-type-header>.hs_cos_wrapper,
  .body-container-wrapper .we-do-row4 .widget-type-header>.hs_cos_wrapper {
    padding: 0;
  }
  .body-container-wrapper .srg-life-row6 .widget-type-header>.hs_cos_wrapper,
  .body-container-wrapper .srg-life-row4 .widget-type-header>.hs_cos_wrapper {
    padding: 0 !important;
  }

  .srg-life-row3 .row-fluid .span8 {
    width: 100%;
    padding-left: 30px;
  }

  .body-container-wrapper .srg-life-row2 .widget-type-header>.hs_cos_wrapper {
    padding: 0;
  }
  .srg-life-row3 .row-fluid .span8 {
    padding-left: 15px;
  }
  .srg-life-row1 .content-with-bg-wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .srg-life-row9 .contact-wrapper .heading-lines-container {
    padding: 0;
  }
  .about-row9 .contact-wrapper .heading-lines-container {
    padding: 0;
  }
  .team-member-card .img-container {
    padding: 0 !important;
  }
  .team-member-card h3,
  .team-member-card h4,
  .team-member-card p{
    padding-left:0 !important;
    padding-right: 0 !important;
  }
  .team-member-card .btn-content a {
    margin-left: 0 !important;
  }
  .home-row2 .leadership-section h1 {
    padding: 0 !important;
  }
  .home-row2 .leadership-section .span4, .leadership-section .span8 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .body-container-wrapper.home-main-wrapper .widget-type-header>.hs_cos_wrapper{
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .body-container-wrapper .srg-life-row8 .widget-type-header>.hs_cos_wrapper {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .home-row3 .span4 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .home-main-wrapper .key-stats-hp .col-1,
  .home-main-wrapper .key-stats-hp .col-4,
  .home-main-wrapper .key-stats-hp .col-5,
  .home-main-wrapper .key-stats-hp .col-2 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .home-main-wrapper .recent-posts-wrapper .post-item {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .home-main-wrapper .contact-wrapper .heading-lines-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .leaders-row1 .leadership-section h1, .leaders-row1 .leadership-section .span4, .leaders-row1 .leadership-section .span8,
  .body-container-wrapper .leaders-row2 .widget-type-header>.hs_cos_wrapper,
  .leaders-row2 .team-member-card .img-container,
  .leaders-row2 .row-fluid .span4, .leaders-row3 .row-fluid .span3{
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .body-container-wrapper .widget-type-header>.hs_cos_wrapper{
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (max-height: 550px) {
  .contact-wrapper .banner-container {
    height: 115vh;
  }
  .about-wrapper .banner-container {
    height: 115vh;
  }

}

@media (max-width: 767px) and (min-width:576px) {
  .srg-life-row3 .row-fluid .span8,.srg-life-row3 .row-fluid .span4 {
    padding: 0;
  }

  .srg-life-wrapper .image-content-wrapper .two-column-container img {
    margin: 0;
  }

  .srg-life-wrapper .image-content-wrapper .two-column-container .span4:nth-child(2) {
    padding: 0;
  }

  .image-content-wrapper .two-column-container .span4 {
    padding: 0;
  }
  .body-container-wrapper .about-row7 .dnd-section>.row-fluid {
    padding: 0 15px;
  }
  .about-row8 .key-stats-hp .progress-container-hp {
    padding-right: 15px;
    padding-left: 15px;
  }
  .about-row6 .span4 {
    padding: 0;
  }
  .body-container-wrapper .widget-type-header>.hs_cos_wrapper {
    padding: 0 15px;
    max-width: 100%;
  }
  .we-do-wrapper .we-do-row4 .dnd-section>.row-fluid,
  .we-do-wrapper .we-do-row3 .dnd-section>.row-fluid {
    max-width: 540px !important;
  }
  .srg-life-row5 .image-content-wrapper .two-column-container .span4 {
    padding: 0;
  }


}
@media (max-width: 575px) {
  .leaders-main-wrapper .contact-wrapper .heading-lines-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .home-row5 .business-units .four-cards {
    padding-right: 0;
    padding-left: 0;
  }
  .we-do-row4-content .dnd-section>.row-fluid {
    max-width: 100%;
  }
  .home-row6 .key-stats-hp .page-center {
    padding: 0 0px;
  }
  .body-container-wrapper .leaders-row2 .widget-type-header>.hs_cos_wrapper {
    padding: 0 10px;
  }
  .srg-life-row8 .dnd-section>.row-fluid {
    max-width: 100%;
  }
  .body-container-wrapper  .srg-life-row8  .widget-type-header>.hs_cos_wrapper{
    max-width:100% !important;
  }
  .body-container-wrapper .about-row7 .widget-type-header>.hs_cos_wrapper {
    padding: 0;
  }

  .body-container-wrapper  .about-row6 .widget-type-header>.hs_cos_wrapper,
  .about-wrapper   .body-container-wrapper .widget-type-header>.hs_cos_wrapper {
    padding: 0;
    max-width: 100%;
  }
  .about-row6 .span4 {
    padding: 0;
  }
  .we-do-wrapper .contact-wrapper .heading-lines-container .page-center {
    padding: 0;
  }
  .we-do-wrapper .we-do-row4 .dnd-section>.row-fluid,
  .we-do-wrapper .we-do-row3 .dnd-section>.row-fluid {
    max-width: 540px !important;
  }
  .we-do-wrapper  .contact-wrapper .heading-lines-container,
  .we-do-wrapper   .body-container-wrapper .widget-type-header>.hs_cos_wrapper {
    max-width: 100% !important;
    padding: 0;
  }

}
@media (max-width: 550px) {
  .contact-row3 .press-release-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 480px) { 
  .about-row8 .key-stats-hp .progress-number,
  .about-row8 .key-stats-hp .progress-content-2 .progress-number {
    left: 50%;
  }
}

@media (min-device-width:320px) and (max-device-width:768px) {
  .leadership-section .hs-button:hover,
  .leadership-section .hs-button:focus{
    color: #F49C31 !important;
  }
  .content-with-bg-wrap .btn-wrap a.main-btn:hover ,
  .content-with-bg-wrap .btn-wrap a.main-btn:focus {
    color: #fff !important;
  }

  .leadership-section .hs-button:hover, .leadership-section .hs-button:active,
  .leadership-section .hs-button:focus{
    color: #F49C31 !important;
    background: transparent !important;
  }
  .leadership-section .hs-button:hover,
  .leadership-section .hs-button:active,
  .leadership-section .hs-button:focus{
    color: #F49C31 !important;
    background: transparent !important;
  }
}

@supports (-webkit-touch-callout: none) {
  .leadership-section .hs-button:hover,
  .leadership-section .hs-button:focus{
    color: #F49C31 !important;
  }
  .content-with-bg-wrap .btn-wrap a.main-btn:hover ,
  .content-with-bg-wrap .btn-wrap a.main-btn:focus{
    color: #fff !important;
  }

  .leadership-section .hs-button:hover, .leadership-section .hs-button:active,
  .leadership-section .hs-button:focus{
    color: #F49C31 !important;
    background: transparent !important;
  }
  .leadership-section .hs-button:hover,
  .leadership-section .hs-button:active,
  .leadership-section .hs-button:focus{
    color: #F49C31 !important;
    background: transparent !important;
  }
}

@supports not (-webkit-touch-callout: none) {
  .leadership-section .hs-button:hover,
  .leadership-section .hs-button:focus{
    color: #F49C31 !important;
  }
  .content-with-bg-wrap .btn-wrap a.main-btn:hover,
  .content-with-bg-wrap .btn-wrap a.main-btn:focus{
    color: #fff !important;
  }

  .leadership-section .hs-button:hover, .leadership-section .hs-button:active,
  .leadership-section .hs-button:focus{
    color: #F49C31 !important;
    background: transparent !important;
  }
  .leadership-section .hs-button:hover,
  .leadership-section .hs-button:active,
  .leadership-section .hs-button:focus{
    color: #F49C31 !important;
    background: transparent !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.site-header {
  background-color: #F8FAFC;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}

.header__container {
  max-width: 100% !important;
  padding-left: 90px;
  padding-right: 45px;
  padding-top: 50px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-logo {
  max-width: 378px;
  width: 100%;
  position: relative;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 0px;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.header-logo img {
  max-width: 276px;
  width: 100% !important;
  vertical-align: middle;
}
.homepage-logo {
  display: none; 
}
.home-page-header .navigation-primary .submenu a,
.home-page-header .navigation-primary .submenu a:hover{
  color: #212121 !important;
}
.home-page-header .custom-menu-primary .submenu.level-1>li>a:hover,
.home-page-header .custom-menu-primary .submenu.level-1>li>a.active-item{
  border-bottom-color: #212121 !important; 
}
.home-page-header .homepage-logo {
  display: block; 
}
.home-page-header .site-page-logo {
  display: none; 
}
.no-banner .header-wrap {
  min-height: 115px;
  background-color: #2E2D2D;
}
.no-banner .home-page-header .header-wrap {
    min-height: 115px;
    background-color: #ccc;
}
.system-page-logo {
 display: none; 
}
.system-page-header .system-page-logo {
 display: block; 
}
.system-page-header .site-page-logo {
 display: none; 
}
.system-page-header .menu-toggle img {
      filter: invert(1);
}
@media (min-width: 768px) {
.system-page-header .header-wrap {
  min-height: 130px;
}
  .cm-404-header .header-wrap {
   min-height: auto;
}
}
@media (max-width: 1200px) {
  .header__container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .header-logo {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  body.mobile-open {
    overflow: hidden;
  }
  .header__container {
    padding-top: 44px; 
  }
  .header-logo {
    max-width: 166px;
  }
  .header-logo img {
    width: 100% !important; 
  }
  .mobile-logo img {

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

.footer {
  background-color: #F8FAFC;
  padding-right: 15px;
  padding-left: 15px;
}
.footer__container {
  margin: 0 auto;
}
.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
footer .list-container {
  color: #848484;
  padding: 25px;
}
footer .right-list {
  color: #848484;
  padding: 25px;
  text-align: right;
  font-family: "AtlasG", sans-serif;
}
footer .col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
}
footer ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0;
}
footer .hs-menu-wrapper ul {

}
footer .list-container li {
  font-weight: bold;
  display: inline-block;
  margin-right: 24.5px;
  font-size: 18px;
}
footer .list-container li a {
  padding: 0;
  font-size: 18px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.footer-legal-text p {
  position: relative;
  bottom: 20px;
  font-size: 12px;
  margin-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.5;
}
.right-list-container {
  margin-bottom: 20px;
}
.footer-contact {
  margin-bottom: 5px;
}
.footer-contact p {
  font-size: 18px;
  line-height: 27px;
  margin:0;
}
.footer-contact p a {
  font-size: 16px;
  font-family: "AtlasG", sans-serif;
  font-weight: bold;
  line-height: 24px
}
footer .footer-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 12px;
}
footer .footer-icons .hs_cos_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer-icons svg {
  margin-left: 15px;
  overflow: hidden;
  vertical-align: middle;
}
.footer a:hover {
  text-decoration: none;
}
.lp-footer .footer-legal-text p {
  bottom: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1280px) {
  footer .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  footer .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (max-width: 1279px) {

  .footer .hs-menu-wrapper ul {
    display: block; 
  }
  footer .list-container li {
    display: block;
    margin-bottom: 20px;
    margin-right: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  }
  footer .list-container li a {
    display: inline-block; 
  }
  .leaders-page-footer .footer-legal-text p {
    padding-left: 0;
    padding-right: 0;
    margin: 0 -5px;
  }
}
@media (max-width: 767px) { 
  footer .footer-icons {
    margin-top: 15px;
  }
  
}
/* ******************************************************************************
*********************************************************************************
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 */
.blog-banner .banner-container {
  background-image: url('https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/SpecialistRiskGroup_Feb2021/images/news-hero-new.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    height: 85vh;
    display: flex;
    align-items: flex-end;
    }
.blog-banner .three-lines-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  padding: 0px 90px;
  position: absolute;
  width: 100%;
  bottom: 100px;
}
.blog-banner .three-lines-container .hero-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 100px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "FSBold", sans-serif;
  letter-spacing: -0.01em;
  color: #fff;
}
.blog-banner .three-lines-container .hero-title span {
  position: relative;
}
.blog-banner .three-lines-container .hero-title span::before, 
.blog-banner .three-lines-container .hero-title span::after,
.press-release-container .heading-lines-container .main-title span:before,
.press-release-container .heading-lines-container .main-title span:after{
  display: inline-block;
  content: "";
  border-top: 1px solid #fff;
  width: 100vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-banner .three-lines-container .hero-title span::before,
.press-release-container .heading-lines-container .main-title span:before {
  left: -101vw;
}
.blog-banner .three-lines-container .hero-title span::after,
.press-release-container .heading-lines-container .main-title span:after {
  right: -101vw;
}
@media (min-width: 1280px) {
  .blog-banner .three-lines-container .hero-title {
    max-width: 992px;
    font-size: 92px;
  }
  .filter-container {
    margin-top: -15em;
  }
  .filter-container .post-item:first-child {
    margin-left: 33.33333%;
  }
  .filter-container.post-container.row.no-feature-post {
    margin-top: 0px;
  }
}
@media (max-height: 800px) {
  .blog-banner .banner-container {
    height: 100vh;
  }
}

@media (max-height: 600px) {
  .blog-banner .banner-container{
    height: 115vh;
  }
}
@media (max-height: 550px) {
  .blog-banner .banner-container{
    min-height: 400px;
  }
}
.content-wrapper {
  max-width: 1240px;
  padding: 25px 15px 0px;
  margin: 0 auto;
}
.blog-listing-wrapper .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.tags-container ul {
  margin-bottom: 80px;
  margin-top: 3rem;
  padding: 0;
  list-style: none;
}
.tags-container h2 {
  font-size: 30px;
  display: inline;
  line-height: 40px;
  font-family: "FSBold", sans-serif;
}
.tags-container ul li {
  display: inline-block;
  margin-left: -1.5px;
}
.tags-container ul li a {
  display: block;
  padding: 20px 27px;
  background: rgba(255, 255, 255, 0.2);
  margin: 10px;
  color: #fff;
  font-family: "AtlasG", sans-serif;
  font-size: 1rem;
}
.tags-container ul li a:hover,
.tags-container ul li.active a{
  background: #FA9D2E;
  color: #000;
  text-decoration: none;
}
.blog-listing-wrapper .post-item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.blog-listing-wrapper .post-item .post-item-inner {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.blog-listing-wrapper .post-item .top-content {
  margin-top: 0;
  margin-bottom: auto;
}
.blog-listing-wrapper .post-item .btn-wrap {
  margin-bottom: 0;
  margin-top: auto;
}
.blog-listing-wrapper .post-item a {
  text-decoration: none;
}
.blog-listing-wrapper .post-item img {
  margin-left: -18px;
  width: 100%;
  max-width: 72%;
}
.featured-container .post-item img {
  max-width: 100%;
}
.blog-listing-wrapper .post-item h3,
h2.post-listing-simple{
  font-size: 32px;
  position: relative;
  margin-left: 0px;
  margin-top: -50px;
  color: #fff;
  width: 93%;
}
.blog-listing-wrapper .post-item h3:after,
h2.post-listing-simple:after{
  content: "";
  display: block;
  width: 60px;
  height: 5px;
  background: #02AAA8;
  margin-top: 20px;
}
h2.post-listing-simple a {
  color: #fff;
}
.blog-listing-wrapper .post-item a:hover > h3,
h2.post-listing-simple a:hover{
  color: #FA9D2E;
}
.blog-listing-wrapper .post-item .category {
  color: #FA9D2E; 
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
}
.blog-listing-wrapper .post-item p {
  margin-left: 0px;
  width: 93%;
  color: #fff;
  margin-top: 16px;
}
.blog-listing-wrapper .post-item .read-more {
  height: 50px;
  position: relative;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  padding: 12px 25px;
  border: none;
  border-radius: 50px;
  font-family: "AtlasG", sans-serif;
  font-weight: bold;
  margin-top: 25px;
  margin-left: 0px;
  font-size: 1rem;
  line-height: 1.5;
}
.blog-listing-wrapper .post-item .read-more:hover {
  background: #FA9D2E;
  color: #1d1d1d;
}
.blog-listing-wrapper .post-item.no-image h3 {
  margin-top: 0;
}
.load-more-btn-wrap {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.load-more-btn-wrap .load-more-btn {
  text-decoration: underline;
  margin: 0 auto;
  display: block;
  width: auto;
  text-align: center;
  color: #fff;
  font-family: "AtlasG", sans-serif;
  cursor: pointer;
}
.load-more-btn-wrap .load-more-btn:hover {
  color: #FA9D2E;
}
.follow-us-container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 100px;
}
.follow-us-container h4 {
  font-size: 32px;
  font-family: "AtlasG", sans-serif;
}
.follow-us-container h4:after {
  content: "";
  display: block;
  width: 60px;
  height: 5px;
  background: #02AAA8;
  margin-top: 20px;
}
.follow-us-container a button {
  border-radius: 50px;
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  font-weight: bold;
  margin-top: 20px;
  min-width: 200px;
  height: 50px;
  position: relative;
  padding: 10px 25px;
  font-size: 1rem;
  line-height: 1.5;
  cursor: pointer;
}
.follow-us-container a:hover {
  text-decoration: none; 
}
.follow-us-container .follow-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.share-button-svg {
  position: relative;   
  left: -15px;
}
.follow-us-container button:hover {
  background: #FA9D2E;
  color: #212121;
}
.follow-us-container button:hover svg {
  fill: #212121;
}
.follow-us-container svg#insta-svg {
  margin-right: 10px; 
  margin-left: -10px;
}
.press-release-container .heading-lines-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  padding: 0 90px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.press-release-container .heading-lines-container .main-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 50px;
  color: #fff;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}
.press-release-container .heading-lines-container .main-title span {
  position: relative;
}
.press-release-container .press-release-wrapper .press-enquiries-container {
  margin-bottom: 0px;
}
.press-release-container .press-release-wrapper .press-enquiries-container h3 {
  font-size: 32px;
}
.blog-listing-wrapper .contact-wrapper .heading-lines-container {
  margin: 50px 0px;
}
.blog-listing-wrapper .contact-wrapper .contact-hp.page-center {
  padding-left: 30px;
  padding-right: 30px;
}
/**** blog Post ****/

.blog-post-banner {
  background-image: url('https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/SpecialistRiskGroup_Feb2021/images/SR-HERO-6.png');
    min-height: 50vh;
    background-size: cover;
    position: relative;
    background-position: center center;
    display: flex;
    }
@media (max-height: 650px) {
  .blog-post-banner {
    min-height: 400px; 
  }
}
.blog-post-banner .article-hero-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  margin-top: 115px;
}
.blog-post-banner .hero-title {
  color: #fff;
  font-family: "FSBold", sans-serif;
  font-weight: bold;
  font-size: 72px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-bottom: 10px;
}
@media (max-height: 800px) {
  /* .blog-post-banner .hero-title {
  padding-bottom: 40px;
}*/
}
.blog-post-warpper {
  margin-bottom: 50px;
}
.blog-post-warpper .page-center {
  padding-right: 15px;
  padding-left: 15px;
}
.blog-post-warpper .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.single-post .col-12 {
  padding-right: 25px;
  padding-left: 25px;
}
.blog-post-warpper .post-category {
  font-size: 20px;
  line-height: 50px;
  margin: 25px 0px 1.5rem 0px;
  color: orange;
}
.blog-post-warpper .post-content p {
  font-size: 18px;
  line-height: 26px;
}
.blog-post-warpper .post-content h3 {
  color: #02AAA8;
  margin: 40px 0px;
}
@media (min-width: 780px) {
  .blog-post-warpper .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1280px) {
  .blog-listing-wrapper .post-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; 
  }
  .featured-container img {
    max-width: 100%;
  }
  .blog-post-warpper .offset-md-3 {
    margin-left: 25%;
  }
  .blog-post-banner .hero-title {
    padding-top: 20px;
  }
  .blog-listing-wrapper .row {
    min-height: 240px;
  }
  .filter-container.post-container.row.no-feature-post {
    min-height: 0 !important;
    display: inherit;
  }
}
@media (max-width: 1280px) {
  .blog-post-banner .hero-title {
    font-size: 40px;
  }
}
@media (max-width: 1279px) {
  .blog-banner .three-lines-container .hero-title {
    font-size: 53px;
  }
}
@media (max-width: 1200px) {
  .blog-banner .three-lines-container {
    padding: 25px;
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .blog-banner .banner-container {
    height: 100vh;
  }
  .blog-banner .three-lines-container .hero-title span::before,
  .blog-banner .three-lines-container .hero-title span::after, 
  .press-release-container .heading-lines-container .main-title span:before,
  .press-release-container .heading-lines-container .main-title span:after {
    display: none;
  }
  .blog-listing-wrapper .post-item h3,
  .blog-listing-wrapper .post-item p{
    width: 100%;
    margin-top: 15px;
  }
  .blog-listing-wrapper .post-item img {
    margin-left: 0;
    margin-top: 25px;
  }
  .blog-listing-wrapper .post-item .read-more {
    margin-top: 0px;
    margin-bottom: 25px;
  }
  .follow-us-container {
    margin-left: 0px;
    padding-bottom: 1px;
  }
  .press-release-container .heading-lines-container .main-title {
    margin-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
  }
  .follow-us-container .follow-button {
    margin-bottom: 25px;
  }
  .press-release-container .heading-lines-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-listing-wrapper .contact-wrapper .heading-lines-container {
    padding-left:15px;
    padding-right: 15px;
  }
  .blog-post-banner {
    min-height: 100vh;
  }
  .tags-container ul li {
    width: 90%;
  }
  .tags-container ul li a {
    padding: 10px 10px;
    margin: 5px;
  } 
  .blog-post-banner .hero-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .leadership-section .btn-container {
    text-align: center !important;
  }
  .leadership-section .hs-button {
    left: 0 !important;
    transform: none !important;
    right: 0 !important;
    margin: 0 auto !important;
  }
}
@media (max-width: 550px) {
  .blog-banner .three-lines-container .hero-title {
    font-size: 60px;
    margin: 0 0 30px 0;
  }
}
.cm-blog-page .filter-container {
  margin-top: 0px; 
}
.cm-blog-page .filter-container .post-item:first-child {
  margin-left: 0px; 
}
.cm-blog-page .featured-container {
  margin-bottom: 3rem;
}

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

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

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

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-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-pagination {
  display: block;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 0;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

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

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

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

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

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

/*             Blog Listing with Sidebar            */

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

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@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) {
  .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: 40vw;
  font-weight: bold;
  color: #494a52;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

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

.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;
}
input.email-edit.hs-input {
  width: 100% !important;
}
.systems-page .hs-form-field {
  margin-bottom: 16px; 
}
ul.no-list.hs-error-msgs {
  padding-left: 0px;
}
input#hs-pwd-widget-password {
  height: auto !important;
  margin-bottom: 16px;
}
.cm-error-page .three-lines-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  padding: 0px 90px;
  width: 100%;

}

.cm-error-page .three-lines-container .hero-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;

}
.cm-error-page {
  background: #2E2D2D;
  position: relative;
  padding-top: 143px;
  margin-bottom: 0px;
  padding-bottom: 115px;
}


.cm-error-page .hero-text-container .hero-title {
  color: #fff;
  font-size: 53px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "FSBold", sans-serif;
  letter-spacing: -0.01em;
  margin-top: 100px;
}
.cm-error-page .three-lines-container .hero-title span {
  position: relative;
}
.cm-error-page .three-lines-container .hero-title span::before,
.cm-error-page .three-lines-container .hero-title span::after {
  display: inline-block;
  content: "";
  border-top: 1px solid #fff;
  width: 100vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cm-error-page .three-lines-container .hero-title span::before {
  left: -101vw;
}
.cm-error-page .three-lines-container .hero-title span::after {
  right: -101vw;
}
.cm-error-page .three-lines-container .hero-text {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  font-family: "AtlasG", sans-serif;
}
.cm-error-page .hs-button {
  color: #212121;
  background: #FA9D2E;
  font-weight: bold;
  border-radius: 50px;
  border: none;
  padding: 15px 25px;
  font-size: 1rem;
  line-height: 1.5;
}
.cm-error-page .hs-button:hover {
  color: #fff;
  background: #FA9D2E;
}
@media (min-width: 1280px) {
  .cm-error-page .hero-text-container .hero-title {
    font-size: 92px;
  }
  .cm-error-page .hero-text-container .hero-text {
    font-size: 34px;
    line-height: 50px;
  }
}
@media (max-width: 1200px) {
  .cm-error-page .three-lines-container {
    padding: 25px;
  } 
}
@media (max-width: 767px) { 
  .cm-error-page {
    padding-top: 229px;
    height: auto;
    padding-bottom: 115px;
  }
  .cm-error-page .three-lines-container .hero-title span::before,
  .cm-error-page .three-lines-container .hero-title span::after {
    display: none; 
  }
}
@media (max-width: 550px) {
  .cm-error-page .three-lines-container .hero-title {
    font-size: 60px;
    margin: 0 0 30px 0;
  }
 
}
@media (max-width: 440px) {
  .systems-page h2 {
    font-size: 9vw;
  }
}
@media (max-width: 390px) {
  .aquistions-main-wrapper .banner-container .hero-title {
    font-size: 14vw;
  }
}
@media (max-width: 350px) {
  .cm-error-page .three-lines-container .hero-text {
    display: none; 
  }
}
@media (max-width: 340px) {
  .systems-page h1 {
    font-size: 11vw;
  }
}

.business-units .four-cards a.hs-button {
    position: absolute !important;
    bottom: 35px;
    left: 50%;
    top: auto !important;
    transform: translateX(-50%);
    width: 220px;
}

.business-units .four-cards .coming-soon {
    position: absolute !important;
    bottom: 35px;
    left: 50%;
    top: auto !important;
    transform: translateX(-50%);
}

.business-units .four-cards .four-cards-card {
    position: relative;
    display: block !important;
    padding-bottom: 70px !important;
}

.business-units .four-cards .four-cards-title h3 {
    margin-top: 10px !important;
}

@media (max-width: 767px) {
    .business-units .four-cards .four-cards-card {
      padding-bottom: 110px !important;
    }
  
    .business-units .four-cards img {
      height: 120px !important;
    }
}