/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0 !important;
}

.dnd-section > .row-fluid, .page-center {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 80%
}

.dnd-section .widget-type-cell {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 981px) {
  .dnd-section {
    padding: 2% 0;
  }
}
@media (max-width: 980px) {
  .dnd-section {
    padding: 30px 0;
  }
}
@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: ETmodules;
    font-display: swap;
    src: url(https://8508503.fs1.hubspotusercontent-na1.net/hubfs/8508503/CAS_Dec2020/fonts/modules.eot);
    src: url(https://8508503.fs1.hubspotusercontent-na1.net/hubfs/8508503/CAS_Dec2020/fonts/modules.eot) format("embedded-opentype"),
      url(https://8508503.fs1.hubspotusercontent-na1.net/hubfs/8508503/raw_assets/public/CAS_Dec2020/fonts/modules.ttf) format("truetype"),
      url(https://8508503.fs1.hubspotusercontent-na1.net/hubfs/8508503/raw_assets/public/CAS_Dec2020/fonts/modules.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.7em; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1em;
  font-family: Lato, serif;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

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

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
  line-height: 26px;
}

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

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

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

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
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: 500px;
  font-family: Lato, sans-serif;
  padding: 0px 0;
  margin: 0;

}
.widget-type-form {
  padding: 30px;
  border-radius: 7px;
}
h3.form-title {
  font-size: 26px;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
}
.hs-button {
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: normal;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  font-size: 16px;
  padding: 15px 53px;
  margin-top: 6px;
  margin-bottom: 29px;
  
  text-decoration: none;
  white-space: normal;
  outline: none;
}

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

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


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

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

.hs-input,
input.hs-search-field__input,
input#hs-pwd-widget-password {
  display: block;
  width: 100%;
  padding: 5px 5px;
  margin: 0px 0;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  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;
  transition: background-color .2s;
  -moz-transition: background-color .2s;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
}

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

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}
.hs-form-field > label {
  font-size: 16px;
  margin: 0px 0 1px;
  line-height: 1.7em;
}
.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,
input.hs-search-field__input:focus,
input#hs-pwd-widget-password:focus {
  outline: none;
  background-color: #fffdf3;
  transition: background-color .5s;
  -moz-transition: background-color .5s;
  -webkit-transition: background-color .5s;
  -o-transition: background-color .5s;
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}
.hs-fieldtype-textarea.field.hs-form-field {
  margin-bottom: 21px;
}
/* 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;
  padding-left: 12px;
  padding-right: 30px;
}

.inputs-list {
  margin: 0 ;
  width: 100%;
  padding: 5px;
  margin-left: 0px;
}
.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: inherit;
  text-align: left;
  white-space: normal;
  font-weight: 500;
}
.inputs-list:first-child {
  padding-top: 5px;
}
.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-field {
  margin-bottom: 1em;
}
.hs-form-required {
  color: #fff;
  padding-left: 0px;
}
ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
}
ul.no-list.hs-error-msgs.inputs-list > li > label {
  display: inline-block;
  background: transparent;
  color: #e02a2a !important;
  padding: 2px 5px;
  margin: 0px 0 23px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  font-size: 16px;
  text-align: left;
  line-height: 17px;
  font-weight: 400;
  box-shadow: none;
  font-weight: 500;
}
.hs-richtext {
  margin-bottom: 0px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
  padding-top: 13px;
  padding-left: 13px;
  padding-right: 27px;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
.hs-fieldtype-booleancheckbox.field.hs-form-field {
  padding-left: 1em;
  margin-bottom: 0px;
}
.hs-fieldtype-booleancheckbox.field.hs-form-field .inputs-list label>span {
  padding-left: 3px;
}
@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: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
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: 1px 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.
*********************************************************************************
****************************************************************************** */
.body-wrapper {
  padding-top: 165px;
  margin-top: -1px;
  transition: margin-top .4s ease-in-out;
  -webkit-transition: margin-top .4s ease-in-out;
  -moz-transition: margin-top .4s ease-in-out;
}

.fixed-header .body-wrapper {
  margin-top: -73px;
}

.banner-section .row-fluid [class*="span"] {
  min-height: 0px; 
}

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

.body-container-wrapper {
  padding: 3% 0;
}

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

.body-container-wrapper .widget-type-rich_text p:last-of-type {
  padding-bottom: 0px; 
}

.body-container__website .dnd-section .widget-type-cell {
  display: block !important;
}

.bottom-section form {
  max-width: 100%; 
  padding-bottom: 0px;
}

.bottom-section .dnd-section>.row-fluid {
  max-width: 100%;
  width: 57.8%;
}

.bottom-section .dnd-section {
  padding-bottom: 2.5%;
  padding-top: 2.5%;
}

.bottom-section .widget-type-form {
  margin-left: 0;
  margin-bottom: 0;
}

.body-container__website form textarea,
.left-content form textarea {
  min-height: 172px;
}

.body-container__website .hs-form-required {
  display: none; 
}

.dnd-section .dnd-row {
  margin-bottom: 2.75%;
}

.dnd-section .dnd-row:last-child {
  margin-bottom: 0px !important; 
}

.body-container__website .dnd-section .span4 .dnd-row {
  margin-bottom: 9.27%;
}

.body-container__website .dnd-section .span6 .dnd-row {
  margin-bottom: 5.82%;
}

.bottom-section .dnd-section .dnd-row {
  margin-bottom: 4.758%;
}

.cm-two-col-lyt .right-content {
  width: 64.833%;
  margin-right: 5.5%;
  float: left;
}

.cm-two-col-lyt .left-content {
  width: 29.6667%;
  float: left;
}

.cm-two-col-lyt .left-content .dnd-section {
  padding: 0;
}

.cm-two-col-lyt .dnd-section>.row-fluid {
  max-width: 100%;
  width: 100%;
}

.cm-two-col-lyt .page-center {
  padding-top: 2%;
  padding-bottom: 2%;
}

.cm-two-col-lyt .left-content .sidebar-form {
  background-color: rgb(29, 38, 73);
  padding: 20px 18px 20px 20px;
  border-radius: 7px;
  margin-left: 0;
}

.cm-two-col-lyt .left-content .sidebar-form form {
  padding-bottom: 0px;
  max-width: 100%;
}

.cm-two-col-lyt .right-content .span6 {
  width: 46.26486%;
  margin-right: 7.47%;
  margin-left: 0px;
  display: block !important;
}

.cm-retention-wrapper .cm-two-col-lyt .page-center {
  padding: 0 !Important;
}

.cm-two-col-lyt .right-content .span6:last-child {
  margin-right: 0px;
}

.cm-two-col-lyt .right-content .widget-type-linked_image {
  width: 100%;
}

.widget-type-linked_image img {
  display: block; 
  margin: 0 auto;
}

.cm-contact-wrapper .dnd-section .dnd-row {
  margin-bottom: 4.242%;
}

.cm-contact-wrapper .content-bg-wrap {
  margin-bottom: 0px;
}

.bottom-bg-section .widget-type-rich_text {
  background-color: #f6f6f6;
  padding: 25px 20px;
}

.cm-cloud-wrapper .banner h1.et_pb_slide_title {
  font-size: 50px !important;
}

.cm-enquire-cta {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  padding: .3em 1em;
  line-height: 1.7em;
  background-color: transparent;
  border: 2px solid;
  border-radius: 3px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.cm-enquire-cta:hover {
  background-color: rgba(0,0,0,.05);
  border: 2px solid transparent;
  padding: .3em 2em .3em .7em;
}

.cm-enquire-cta:after {
  font-size: 32px;
  line-height: 1em;
  content: "\35";
  position: absolute;
  margin-left: -1em;
  opacity: 0;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  font-family: 'ETmodules';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cm-enquire-cta:hover:after {
  opacity: 1;
  margin-left: 0;
}

.cm-website-wrapper .widget-type-cta {
  display: block;
  width: 24.33%;
  margin-right: 5.5%;
}

.cm-shredding-two-col .dnd-section>.row-fluid,
.cm-products-two-col .dnd-section>.row-fluid {
  max-width: 100%;
  width: 100%;
}

.left-content .hs-search-field form {
  padding: 0;
  margin: 0;
  max-width: 100%;
  position: relative;
}

.left-content .hs-search-field form button {
  padding: .7em;
  margin: 0;
  font-size: 14px;
  line-height: normal;
  border: 1px solid #ddd;
  color: #666;
  min-height: 40px;
  background-color: #ddd;
  width: 70px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  outline: none;
}

.left-content .hs-search-field form button svg {
  display: none; 
}

.left-content .hs-search-field form button:after {
  content:"Search"; 
}

.left-content input.hs-search-field__input {
  padding: .7em;
  min-height: 40px;
  margin: 0;
  font-size: 14px;
  line-height: normal;
  border: 1px solid #ddd !important;
  color: #666 !important;
  width: 100%;
  border-radius: 3px;
}

.left-content input.hs-search-field__input:focus {
  background-color: #fff !important;
  box-shadow: none;
  border-color: #ddd !important; 
}

.cm-shredding-two-col .left-content .hs_cos_wrapper {
  margin-bottom: 26.347%;
}
.cm-shredding-two-col .left-content .hs_cos_wrapper ul {
  padding-bottom: .5em;
}
.cm-shredding-two-col .left-content .hs_cos_wrapper h3,
.cm-products-two-col .left-content .hs_cos_wrapper h3{
  font-size: 18px;
}

.cm-shredding-two-col .left-content div#hs_cos_wrapper_search_input {
  padding-top: 26.347%;
  margin-top: 0;
}

.cm-shredding-two-col .left-content ul,
.cm-products-two-col .left-content ul {
  list-style: none;
  padding: 0;
  line-height: inherit;
}

.cm-shredding-two-col .left-content ul li,
.cm-products-two-col .left-content ul li {
  margin-bottom: .5em;
  line-height: 1.7em;
}

.cm-shredding-two-col .left-content ul li a,
.cm-products-two-col .left-content ul li a{
  color: #666;
}

.cm-shredding-two-col .left-content ul li a:hover,
.cm-products-two-col .left-content ul li a:hover{
  color: #1d2649;
}

.body-container-wrapper.cm-products-wrapper {
  padding: 0;
}

.cm-products-two-col .content-area.clearfix {
  position: relative;
  padding-top: 58px;
}

.cm-products-two-col .left-content .hs_cos_wrapper {
  margin-bottom: 30px;
}

.cm-products-two-col .left-content div#hs_cos_wrapper_search_input {
  margin-top: 30px;
}

.cm-products-two-col .right-content .widget-type-rich_text p img {
  float: right;
  margin-left: 15px;
  max-width: 100%;
}

.cm-products-two-col .right-content .widget-type-rich_text hr {
  unicode-bidi: isolate;
  border-style: inset;
  border-width: 1px;
  height: 0;
}

.left-content .hs-search-field--open .hs-search-field__suggestions {
  border-radius: 5px;
  box-shadow: 0 0 2px;
  border: 0;
  padding: 8px 0px;
  display: inline-block;
  background-color: #fff;
  width: 100%;
}

.left-content .hs-search-field__suggestions li {
  display: block;
  margin: 0 !important;
  padding: 0;
}

.left-content .hs-search-field__suggestions #results-for {
  padding: 0 10px;
}

.left-content .hs-search-field__suggestions a {
  color: #000;
  padding: 8px 10px;
  letter-spacing: 0px;
  line-height: normal;
}

.left-content .hs-search-field__suggestions a:hover {
  color: #000;
  background-color: #ccc;
  text-decoration: none;
}

.cm-retention-wrapper .left-content h3.form-title,
.cm-contact-wrapper .left-content h3.form-title{
  font-size: 28px;
}

.cm-retention-wrapper .left-content form {
  padding: 20px 0; 
}

.cm-retention-wrapper .left-content .hs-form-field>label {
  font-size: 16px;
  margin: 0 10px 5px 5px;
  line-height: 17px;
}

.cm-retention-wrapper .left-content .hs-input {
  padding: 7px 5px;
  margin: 5px 0;
  color: #000 !important;
}

.cm-retention-wrapper .left-content .hs-input:focus {
  outline: none;
  box-shadow: 0 2px 4px #ddd;
  background-color: #fffdf3;
}

.cm-retention-wrapper .left-content .hs-form-required {
  display: inline; 
}

.cm-retention-wrapper .left-content  .actions {
  padding: 0;
}

.cm-retention-wrapper .left-content .hs-button {
  padding: 5px 15px;
  font-size: 16px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: inline-block;
  width: auto;
  margin-bottom: 1em;
  width:100%;
}

.cm-retention-wrapper .left-content .hs-button:hover {
  background-image: -webkit-linear-gradient(#f9f9f9, #dddddd);
  background-image: linear-gradient(#f9f9f9, #dddddd);
  color: #E8481B;
}

.cm-retention-wrapper .left-content .hs-form-field {
  margin-bottom: 15px;
}


.cm-products-two-col .left-content {
  padding-bottom:28px;
}

.cm-retention-wrapper .widget-type-linked_image img {
  margin:0;
}

.cm-retention-wrapper .cm-two-col-lyt .left-content .sidebar-form {
  margin-bottom: 13.174%;
}

.home-row5 .widget-type-form,
.bottom-section .widget-type-form {
  padding: 20px 10px 20px 20px;
}

.home-row5 form fieldset,
.bottom-section form fieldset {
  max-width: 100%;
}

.home-row5 form .hs-form-field,
.bottom-section form .hs-form-field{
  width: 100% !important;
  float: none;
  margin: 0;
}

.home-row5 form ,
.bottom-section form {
  padding-top: 15px;
}

.home-row5 form label,
.bottom-section form label{
  padding-left: 5px;
}

.home-row5 form .hs-input,
.bottom-section form .hs-input,
.cm-two-col-lyt .left-content .sidebar-form form .hs-input {
  margin: 5px 0;
  min-height: 32px;
  padding: 0 15px;
}

.home-row5 form .hs-fieldtype-textarea.field.hs-form-field,
.bottom-section form .hs-fieldtype-textarea.field.hs-form-field{
  margin-bottom: 12px;
}
.home-wrapper .home-row5 ul.no-list.hs-error-msgs.inputs-list>li>label {
  display: inline-block;
  color: #E02A2A!important;
  padding: 2px 5px;
  margin: 0px 0 26px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  font-size: 16px;
  text-align: left;
  line-height: 17px;
  font-weight: 400;
  background-color: transparent;
  box-shadow: none;
  font-weight: 500;
}
.home-wrapper .home-row5 form .hs-form-required {
  padding-left: 0;
}
.bottom-section form .hs-form-field span.hs-form-required {
  display: inline-block;
  margin-left: 0px;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.cm-two-col-lyt .left-content .sidebar-form form textarea.hs-input {
  margin-bottom: 12px;
  min-height: 48px;
}

.cm-two-col-lyt .left-content .sidebar-form form fieldset {
  max-width: 100%;
}
.cm-website-wrapper .widget-type-form {
  border-radius: 5px; 
}

@media (min-width: 981px) {
  .cm-shredding-two-col .right-content {
    width: 73.625%;
    margin-right: 5.5%;
    float: left;
  }

  .cm-shredding-two-col .right-content .dnd-section {
    padding: 3.735% 0;
  }

  .cm-shredding-two-col .left-content {
    width: 20.875%;
    float: left;
    padding: 2.855% 0;
  }

  .cm-shredding-two-col .left-content .left-content-inner {
    margin-bottom: 13.174%;
    margin-right: -90px;
    border-left: 1px solid rgba(0,0,0,.1);
    padding-left: 30px;
  }

  .cm-products-two-col .right-content {
    float: left;
    padding-right: 5.5%;
    width: 79.125%;
    padding-bottom: 23px;
  }

  .cm-retention-wrapper .cm-two-col-lyt .left-content {
    padding: 2.855% 0;
  }

  .cm-retention-wrapper .cm-two-col-lyt .right-content .dnd-section {
    padding: 4.239% 0;
  }

  .cm-products-two-col .left-content {
    padding-left: 30px;
    float: left;
    width: 20.875%;
    padding-bottom:28px;
  }
  .cm-products-two-col .content-area:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #e2e2e2;
    right: 20.875%;
  }

}

@media (min-width: 1500px) {
  .body-container-wrapper {
    padding: 45px 0;
  }
  .bottom-section .dnd-section,
  .cm-two-col-lyt .page-center {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}



@media (max-width: 980px) {
  .body-wrapper {
    padding-top: 125px;
  }

  .fixed-header .body-wrapper {
    margin-top: -1px;
  }

  .body-container-wrapper {
    padding: 50px 0;
  }

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

  .bottom-section .dnd-section{
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .bottom-section .widget-type-form {
    margin-bottom: 30px;
  }
  .cm-website-wrapper .bottom-section .widget-type-form {
    margin-bottom: 0px;
  }

  .body-container__website .row-fluid {
    flex-wrap: wrap;
  }

  .body-container__website .row-fluid [class*="span"] {
    width: 100%;
    margin-left: 0;
    padding-left: 0px !important;
    padding-right: 0px !important;
    float: none;
  }

  .body-container__website .dnd-section>.row-fluid,
  .cm-two-col-lyt .dnd-section>.row-fluid {
    flex-wrap: wrap;
  }

  .body-container__website .dnd-section .widget-type-cell,
  .cm-two-col-lyt .right-content .dnd-section .widget-type-cell,
  .cm-contact-wrapper .dnd-section .dnd-row,
  .body-container__website .dnd-section .span4 .dnd-row {
    margin-bottom: 30px;
  }

  .bottom-section .dnd-section .dnd-row {
    margin-bottom: 30px;
  }

  .body-container__website .dnd-section .widget-type-cell:last-child,
  .cm-two-col-lyt .right-content .dnd-section .widget-type-cell:last-child {
    margin-bottom: 0px;
  }

  .dnd-section .dnd-row,
  .body-container__website .dnd-section .span6 .dnd-row {
    margin-bottom: 30px;
  }

  .cm-two-col-lyt .right-content,
  .cm-two-col-lyt .left-content{
    width: 100%;
    float: none;
    margin-right: 0px;
  }

  .cm-two-col-lyt .right-content .span6 {
    width: 100%;
    margin-right: 0;
    float: none;
  }

  .cm-two-col-lyt .left-content .sidebar-form {
    margin-right: 0px; 
  }

  .cm-two-col-lyt .right-content .widget-type-linked_image img {
    margin: 0 auto; 
  }

  .cm-two-col-lyt .page-center {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cm-two-col-lyt .right-content,
  .cm-shredding-two-col .right-content{
    margin-bottom: 30px;
  }

  .cm-website-wrapper .widget-type-cta {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .cm-shredding-two-col .left-content,
  .cm-shredding-two-col .right-content {
    width: 100%;
  }

  .cm-shredding-two-col .left-content .hs_cos_wrapper {
    margin-bottom: 7.5%;
  }

  .cm-shredding-two-col .left-content div#hs_cos_wrapper_search_input {
    padding-top: 0%;
  }

  .cm-shredding-two-col .left-content .left-content-inner {
    margin-bottom: 13.174%;
  }

  .cm-products-two-col .left-content {
    padding-bottom: 28px;
  }

  .bottom-column-section-2 > .row-fluid-wrapper:first-child{
    margin-top: 30px;
  }
  .fin-rec-wrapper .banner h1.et_pb_slide_title {
    font-size: 50px !important;
  }
}

@media (max-width: 767px) {
  .body-container__website .widget-type-rich_text p img{
    float: none !important;
    margin: 0 auto 10px !important;
    display: block;
    width: 100%;
  }

  .cm-products-two-col .right-content .widget-type-rich_text p img {
    float: none;
    margin: 0 auto 0px;
    display: block;
  }

  .cm-shredding-two-col .left-content div#hs_cos_wrapper_search_input {
    padding-top: 7.5%;
  }
  .cm-page-wrapper .hs-search-field {
    margin-top: 30px;
  }
  #hs_cos_wrapper_dnd_area-module-3 .hs_cos_wrapper_type_rich_text ul li {
    padding-bottom: 10px;
  }

}
@media (max-width:480px) {
  .bottom-section form .hs-input,
  .cm-two-col-lyt .left-content .sidebar-form form .hs-input{
    width: 100% !important;
  }
}
@media (max-width:479px) {
  .cm-shredding-two-col .left-content .hs_cos_wrapper {
    margin-bottom: 11.5%;
  }

  .cm-shredding-two-col .left-content div#hs_cos_wrapper_search_input {
    padding-top: 11.5%;
  }
}



.body-container__website .hs-richtext,
.cm-contact-wrapper .left-content .hs-richtext,
.cm-two-col-wrapper .left-content .hs-richtext{
  padding-left: 30px; 
  padding-right: 30px;
  margin-left: -3%;
  padding-top: 30px;
}

.body-container__website .actions,
.cm-contact-wrapper .left-content .actions,
.cm-two-col-wrapper .left-content .actions{
  padding-left: 30px;
  padding-right: 30px;
  margin-left: -3%;
}

.body-container__website form .inputs-list,
.cm-contact-wrapper .left-content form .inputs-list,
.cm-two-col-wrapper .left-content form .inputs-list{
  padding-top: 0;
  padding-bottom: 0;
}

.cm-contact-wrapper .cm-two-col-lyt .left-content .sidebar-form {
  background-color: #1d2649;
  padding: 10px;
  border-radius: 5px;
  margin-left: 0;
}

.cm-contact-wrapper .cm-two-col-lyt .left-content .sidebar-form .hs_cos_wrapper_type_form {
  padding: 10px 8px 10px 10px;
  display: block;
  margin-left: 0;
}

.cm-contact-wrapper ul.no-list.hs-error-msgs.inputs-list>li>label,
.body-container__website ul.no-list.hs-error-msgs.inputs-list>li>label,
.cm-two-col-wrapper ul.no-list.hs-error-msgs.inputs-list>li>label{
  color: #dc3232;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.cm-retention-wrapper .cm-two-col-lyt .left-content .sidebar-form {
  padding: 20px;
  margin-left: 0;
  border-radius: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cm-retention-wrapper .cm-two-col-lyt .left-content .sidebar-form .hs-richtext,
.cm-retention-wrapper .cm-two-col-lyt .left-content .sidebar-form .actions{
  padding-left: 30px;
  padding-right: 30px;
}

.left-content span.filter-link-count {
  display: none;
}

.bottom-column-section-2 .dnd-section>.row-fluid {
  max-width: 1200px;
  width: 80%;
}

/*    ----- */

.fin-rec-row1 .content-wrapper,
.fin-rec-row2 .content-wrapper{
  width: 80%;
  padding: 0;
}

.fin-rec-row1 .dnd-section>.row-fluid,
.fin-rec-row2 .dnd-section>.row-fluid{
  width: 100%;
}

.cm-lock:before {
  content:"";
}

.cm-circle-right-sign:before {
  content:"";
}

.cm-key:before {
  content:""; 
}

.cm-document-search:before {
  content:"";
}

.cm-cloud-document:before {
  content:"";
}

.cm-record-document:before {
  content:"";
}

.fin-rec-row3 .widget-type-form {
  width: 60%;
  margin: 0 auto;
  border-radius: 5px;
  padding: 20px;
}

.fin-rec-row3 .widget-type-form .form-title {
  font-size: 26px;
}

.fin-rec-row3 .widget-type-form form {
  width: 100%;
  max-width: 100%;
  padding: 15px 0 10px;
}

.fin-rec-row3 .widget-type-form form .hs-form-field>label {
  color: #fff;
  text-align: left;
  font-size: 16px;
  margin: 0px 0 1px;
  line-height: 1.7em;
  padding-left: 5px;
}

.fin-rec-row3 .widget-type-form form .hs-input {
  padding: 7px 5px;
  margin: 5px 0;
}

.fin-rec-row3 .widget-type-form form .field {
  margin: 0;
  clear: both;
  width: 100% !important;
  float: none;
}

.fin-rec-row3 .widget-type-form form .actions {
  padding: 0;
}

.fin-rec-row3 .widget-type-form form .hs-button {
  display: inline-block;
  width: auto;
  padding: 5px 15px;
  margin-top: 10px !important;
  margin-top: 6px;
  margin-bottom: 0px;
}

.fin-rec-row3 .widget-type-form form fieldset {
  max-width: 100%;
}

.fin-rec-row3 .widget-type-form form .field .input {
  margin: 0;
}



@media (max-width:980px) {
  .fin-rec-wrapper .banner h1.et_pb_slide_title {
    font-size: 50px;
  }

  .fin-rec-wrapper .body-container-wrapper {
    padding: 150px 0 50px;
  }

  .fin-rec-row1 .content-wrapper,
  .fin-rec-row2 .content-wrapper{
    padding: 30px 0;
  }

  .fin-row1-right .dnd-section:last-child  {
    margin-bottom: 0;
  }

  .fin-rec-row1 .content-wrapper,
  .fin-rec-row2 .content-wrapper{
    padding: 30px 0;
  }

  .fin-row1-right .dnd-section:last-child .content-icon-wrap {
    margin-bottom: 0;
  }

  .fin-rec-row1 .content-icon-wrap{
    margin-bottom:30px;
  }

  .fin-row2-left {
    margin-bottom:30px;
  }



}

@media (max-width:480px) {
  .fin-rec-row3 .widget-type-form {
    width: 100%;
  }

  .fin-rec-wrapper .banner h1.et_pb_slide_title {
    font-size: 30px;
    word-break: keep-all;
  }
}

@media (min-width:981px) {
  .fin-row1-left,
  .fin-row2-left{
    width: 47.25%;
    margin-right: 5.5%;
    float: left;
  }


  .fin-row1-right,
  .fin-row2-right{
    width: 47.25%;
    float: left;
  }

  .fin-rec-row1 .dnd-section {
    margin-bottom:5.82%;
  }

  .fin-rec-row3 .dnd-section:not(:last-child) .widget-type-rich_text {
    margin-bottom: 2.75%;
  }

  .fin-rec-wrapper .body-container-wrapper {
    padding: 9% 0 3%;
  }

  .fin-rec-row1 .content-wrapper,
  .fin-rec-row2 .content-wrapper{
    padding: 2% 0;
  }
}

@media (min-width:1500px) {
  .fin-rec-wrapper .body-container-wrapper {
    padding: 135px 0 45px;
  }

  .fin-rec-row1 .content-wrapper,
  .fin-rec-row2 .content-wrapper{
    padding: 30px 0;
  }

}


/*================ Homepage ===================*/


.home-wrapper .body-container-wrapper {
  padding-top:0;
}

.home-row1 h3 {
  font-size: 20px;
}

.home-row2 .widget-type-linked_image {
  margin-bottom: 30px;
}

.home-row2 .dnd-section .dnd-row {
  margin: 0;
}

.home-row2 h4 {
  font-size: 21px;
}

.home-row3 hr {
  background: none !important;
  height: 0 !important;
  margin-bottom:22px !Important;
}

.home-row4 .content-wrapperr{
  width: 80%;
  padding: 0;
}

.home-row3 .widget-type-space {
  min-height: 1px;
}

.home-row5 .dnd-section .dnd-row {
  margin-bottom:0;
}

.home-row5 .widget-type-linked_image {
  margin-bottom:30px;
}

.home-row5 div[class*="force-full-width-section"] > .row-fluid {
  width:100%;
}

.home-row5 form {
  max-width: 100%;
}

.home-row5 form .hs-richtext,
.bottom-section form .hs-richtext,
.cm-two-col-lyt .left-content .sidebar-form form .hs-richtext {
  padding: 0;
  margin-left: 0;
}

.home-row5 form .actions,
.cm-two-col-lyt .left-content .sidebar-form form .actions {
  padding: 0;
}

.home-row5 form input.hs-button.primary.large,
.bottom-section form input.hs-button.primary.large,
.cm-two-col-lyt .left-content .sidebar-form form input.hs-button.primary.large {
  width: auto;
  padding: 5px 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: rgba(232,72,27,1.0);
  border-color: rgba(102,102,102,1.0);
  color: #fff;
}
.bottom-section form input.hs-button.primary.large {
  margin-left: 0px;
}
.home-row5 form select.hs-input,
.bottom-section form select.hs-input,
.cm-two-col-lyt .left-content .sidebar-form form select.hs-input {
  padding: 7px 5px;
}

.home-row5 .inputs-list:first-child {
  padding-top: 0;
}

.home-row5 form .hs-richtext p,
.bottom-section form .hs-richtext p,
.cm-two-col-lyt .left-content .sidebar-form form .hs-richtext p {
  color: #fff;
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
  line-height: 1.7em;
  font-weight: 500;
  font-size: 16px;
  padding: 0;
}

.home-row5 form textarea.hs-input,
.bottom-section form textarea.hs-input ,
.cm-two-col-lyt .left-content .sidebar-form form textarea.hs-input {
  width: 100%;
  border-radius: 3px;
  padding: 5px;
  height: 48px;
}
.home-row5 .widget-type-linked_image img {

  -webkit-animation: fadeTop 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeTop 1s cubic-bezier(.77,0,.175,1) 1;

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

  to {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
.home-row5 h3.form-title{
  font-size: 26px;
}

.cm-two-col-lyt .left-content .sidebar-form h3.form-title {
  font-size: 28px;
  color: #E8481B;
  margin-bottom: 15px;
}

.bottom-section form .actions {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
}
.cm-two-col-lyt .left-content .sidebar-form  form .actions {
  padding-left: 20px;
  padding-right: 20px;
}

.cm-two-col-lyt .left-content .sidebar-form form .hs-form-field {
  width: 100%;
  float: none;
  margin: 0;
}

.cm-two-col-lyt .left-content .sidebar-form form .hs-form-field .input {
  margin: 0;
}

.cm-two-col-lyt .left-content .sidebar-form form label {
  padding-left: 5px;
}

.cm-two-col-lyt .left-content .sidebar-form form .actions {
  padding: 0;
  margin: 0;
}

.cm-retention-wrapper .cm-two-col-lyt .left-content .sidebar-form h3.form-title {
  margin-bottom: 0;
}

.cm-retention-wrapper .cm-two-col-lyt .left-content .sidebar-form form {
  padding-top: 15px;
}

.cm-retention-wrapper .cm-two-col-lyt .left-content .sidebar-form form label {
  padding-left: 5px;
  font-size: 16px;
  margin: 0px 0 1px;
  line-height: 1.7em;
}

.cm-retention-wrapper .cm-two-col-lyt .left-content .sidebar-form .hs-richtext,
.fin-rec-row3 .widget-type-form form  .hs-richtext {
  padding-left: 0;
  padding-right: 0;
}

.cm-retention-wrapper .cm-two-col-lyt .left-content .sidebar-form .actions {
  padding-left: 0;
  padding-right: 0;
}

.bottom-column-section-2 .dnd-section[class*="-force-full-width-section"]>.row-fluid {
  width: 100%;
}


.fin-rec-row3 .widget-type-form form  .hs-richtext p{
  color: #fff;
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
  line-height: 1.7em;
  font-weight: 500;
  font-size: 16px;
  padding: 0;
}

.fin-rec-row3 .widget-type-form form .hs-richtext {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}



@media (min-width:981px) {
  .home-wrapper .span4 {
    margin: 0;
    width: 29.6667%;
    margin-right: 5.5%;
  }

  .home-wrapper .span4:last-child {
    margin: 0;
  }

  .home-row5 .span6 {
    margin: 0;
    width: 47.25%;
    margin-right: 5.5%;
  }

  .home-row5 .span6:nth-child(2n) {
    margin: 0;
  }

  .home-row1 .dnd-section:first-child ,
  .home-row2 .dnd-section:first-child ,
  .home-row3 .dnd-section:first-child {
    padding-top: 5%;
  }

  .home-row1 .dnd-section:last-child,
  .home-row2 .dnd-section:last-child,
  .home-row3 .dnd-section:last-child{
    padding-bottom: 5%;
  }

  .home-bottom {
    padding:3% 0 0;
  }

  .home-row5 > .content-wrapper {
    padding:2% 0;
  }

  .home-row5 .widget-type-form {
    width: 57.8%;
    margin: 0 auto;
    margin-bottom:30px;
  }
}

@media (min-width:1500px) {
  .home-row1 .dnd-section:first-child ,
  .home-row2 .dnd-section:first-child ,
  .home-row3 .dnd-section:first-child ,
  .home-row4 .dnd-section:first-child {
    padding-top: 75px;
  }

  .home-row5 .dnd-section:first-child {
    padding-top: 30px;
  }

  .home-row1 .dnd-section:last-child,
  .home-row2 .dnd-section:last-child,
  .home-row3 .dnd-section:last-child,
  .home-row5 .dnd-section:last-child{
    padding-bottom: 75px;
  }

  .home-row5 .dnd-section:last-child{
    padding-bottom: 15px;
  }

  .home-row5>.content-wrapper {
    padding:30px 0 0;
  }

  .home-bottom {
    padding:0;
  } 

}

@media (max-width:980px) {

  .home-row1 .dnd-section:first-child ,
  .home-row2 .dnd-section:first-child ,
  .home-row3 .dnd-section:first-child {
    padding-top: 80px;
  }

  .home-wrapper .banner-section {
    padding-bottom: 50px;
    background-color: #1d2649;
  }

  .home-row1 .dnd-section:last-child,
  .home-row2 .dnd-section:last-child,
  .home-row3 .dnd-section:last-child{
    padding-bottom: 80px;
  }

  .home-bottom {
    padding:3% 0 0;
  }

  .home-row5 > .content-wrapper {
    padding:2% 0;
  }

  .home-wrapper .span4 {
    margin: 0;
    width: 100%;
    margin-bottom: 30px;
  }

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

  .home-wrapper .span4:nth-child(3n) {
    margin: 0;
  }

  .home-wrapper .row-fluid {
    flex-wrap: wrap !important;
  }

  .home-row2 .span4 {
    max-width: 550px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .home-row3 hr {
    border-color: transparent !important;
    margin-bottom:0 !important;
  }

  .home-bottom {
    padding: 50px 0 0;
  }

  .home-row5>.content-wrapper {
    padding: 30px 0;
  }

  .home-row5 .widget-type-form {
    margin-bottom: 30px;
  }

  .home-row5 .span4 {
    max-width: 550px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .home-row5 .widget-type-linked_image {
    margin-bottom: 30px;
    width: 100%;
  }



  .fin-rec-row3 .dnd-section:not(:last-child) .widget-type-rich_text {
    margin-bottom: 30px !important;
  }
}

.cm-two-col-wrapper h3.form-title {
  font-size: 28px; 
}

@media (max-width: 340px) {
  .cm-contact-wrapper .widget-type-rich_text p {
    word-break: break-word;
  }
}

@media (max-width: 459px) {
  .cm-products-wrapper .widget-type-rich_text p {
    word-break: break-word;
  }

  .fin-rec-row3 .widget-type-form {
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    padding: 20px;
  }
}

#hs_cos_wrapper_right_column-module-1 .hs_cos_wrapper_type_rich_text p img{
  width:100% !important;  
}
#hs_cos_wrapper_widget_1608098928087, #hs_cos_wrapper_widget_1642681478315{
  margin-right: 0;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.custom-header {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:999;
}

.header__container {  
  max-width: 1200px;
  margin: 0 auto;
  width: 80%;
  position: relative;
}
.top-header {
  font-size: 15px;
  letter-spacing: 1px;
  width: 100%;
  -webkit-transition: background-color .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  transition: background-color .4s,transform .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  z-index: 99;
}
.top-header .header__container {
  padding-top: .75em;
  font-weight: 600;
  line-height: 1em;
}
.top-info {
  float: left;
}

.top-menu {
  float: right;
}
.top-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-menu ul li {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  line-height: 1em;
}

.top-menu ul li:last-child {
  margin-right: 0;
}
.top-menu ul li a {
  padding-bottom: .75em;
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.bottom-header {
  width: 100%;
  z-index: 99;
  box-shadow: 0 1px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
  line-height: 23px;
  font-weight: 500;
}
.header-logo {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.header-logo img {
  max-height: 54%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  width: 100% !important;
  max-width: 135px;
  margin-top: 5px;
  margin-left: 3px;
  -webkit-transform: translateZ(0);
}
.fixed-header .header-logo img {
  height: 92%;
  max-width: 58px;
  margin-top: 2px;
}
.fixed-header .bottom-header {
  box-shadow: 0 0 7px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 7px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1);
}
.mobile-navigation {
  display: none; 
}
.lp-header .header-logo {
  position: static;
  padding-bottom: 5px;
}
/* Mobile Styles */
@media (max-width: 980px) { 
  .top-menu {
    display: none; 
  }
  .header-logo img {
    max-width: 51px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    max-height: 54%;
    margin-top: 18px;
  }
  .custom-header {
    position:absolute;
  }
}
@media (max-width: 767px) {
  .top-info {
    text-align: center;
    display: block;
    float: none;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}
.footer__container {
  padding: 0;
  width: 80%;
  margin: 0 auto;
}
.footer-bottom {
  padding: 16px 0 5px 0px;
}
.footer-menu .hs-menu-wrapper ul {
  padding: 15px 0;
  list-style: none;
  display: block;
}
.footer-menu .hs-menu-wrapper ul li {
  font-weight: 600;
  display: inline-block;
  font-size: 14px;
  padding-right: 22px;
  line-height: inherit;
}
.footer-menu .hs-menu-wrapper ul li a {
  padding: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.footer-widgets {
  padding: 6% 0 0;
}
.footer-widget {
  width: 29.667%;
  margin-right: 5.5%;
  margin-bottom: 5.5%;
  float: left;
}
.footer-widget p {
  padding-bottom: 1em;
  margin: 0;
}
.footer-widget p img {
  float: left;
  margin-right: 15px;
  max-width: 100%;
}
.footer-widget p:last-child {
  padding-bottom: 0px; 
}
.footer-widget:last-child {
  margin-right: 0px;
}

@media (max-width: 980px) { 
  .footer-menu .hs-menu-wrapper ul {
    text-align: center;
  }
  .footer-widgets {
    padding: 8% 0;
  }
  .footer-widget:nth-child(n) {
    width: 46.25%!important;
    margin: 0 7.5% 7.5% 0!important;
  }
  .footer-widget:nth-last-child(-n+2) {
    margin-bottom: 0!important;
  }
  .footer-widget:nth-child(2n) {
    margin-right: 0!important;
  }

}
@media (max-width: 767px) { 
  .footer-widgets {
    padding: 10% 0;
  }
  .footer-widgets .footer-widget {
    width: 100% !important;
    margin-right: 0!important;
  }
  .footer-widget:nth-child(n) {
    margin-bottom: 9.5%!important;
  }
  .footer-widget:last-child {
    margin-bottom: 0!important;
  }
}
@media (max-width: 479px) {
  .footer-widgets {
    padding: 12% 0;
  }
  .footer-widgets .footer-widget:nth-child(n){
    margin-bottom: 11.5%!important;
  }
}
/* ******************************************************************************
*********************************************************************************
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-wrapper {
  padding: 3% 0;
  background-color: #f7f7f7;
}
.content-wrapper {
  max-width: 1240px;
  padding: 0 0px;
  margin: 0 auto;
  width: 80%;
  position: relative;
}
.blog-wrapper .content-wrapper {
  padding: 2% 0;
}
.blog-wrapper .right-content {
  width: 64.833%;
  margin-right: 5.5%;
  float: left;
}
.blog-wrapper .left-content {
  width: 29.6667%;
  float: left;
}
.blog-header {
  margin-bottom: 4.242%;
}
.blog-header h1 {
  margin: 0;
}
.post-item {
  width: 45.758%;
  float: left;
}
.post-item-inner {
  border: 1px solid #d8d8d8;
  padding: 19px;
  background-color: #fff;
  margin-bottom: 16.967%;
}
.post-item .image-container {
  position: relative;
  margin: -20px -20px 29px;
}
.post-item .image-container a {
  display: block; 
}
.post-item .image-container img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.post-item h2.post-title {
  font-size: 18px;
}
.post-item h2.post-title a {
  color: inherit;
}
.blog-post-meta {
  font-size: 14px;
  margin-bottom: 6px;
}
.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.post-content p:last-of-type {
  padding-bottom: 0;
}
.post-item:nth-child(2n-1) {
  margin-right: 8.4%;
}

.blog-left-sidebar .left-content-inner {
  border-right: 1px solid rgba(0,0,0,.1);
  padding-right: 30px;
}
.blog-left-sidebar .hs_cos_wrapper {
  margin-bottom: 18.539%;
}
.blog-left-sidebar #hs_cos_wrapper_blog_search {
  padding-top: 18.539%;
}
.blog-left-sidebar h3 {
  font-size: 18px;
}

.blog-left-sidebar ul{
  list-style: none;
  padding: 0;
  line-height: inherit;
}
.blog-left-sidebar ul li {
  padding-bottom: .5em;
  line-height: inherit;

}
.hs-blog-post .blog-left-sidebar ul li {
  padding-bottom: 0;
  margin-bottom: .5em;
}
.blog-left-sidebar ul li a{
  color: #666;
}
.blog-left-sidebar ul li a:hover{
  color: #1d2649;
}
.left-content .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  z-index: 9;
}
/*  ************  blog post  ********** */

.blog-post-wrapper .content-wrapper {
  padding-top: 58px;
}
.blog-post-wrapper .content-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #e2e2e2;  
  right: 20.875%;
}
.content-area {
  position: relative
}
.content-area .left-area {
  float: left;
  padding-right: 5.5%;
  width: 79.125%;
  padding-bottom: 23px;
}
.content-area .sidebar {
  padding-left: 30px;
  float: left;
  width: 20.875%;
  padding-bottom: 28px;
}
.post-feature-image img {
  max-width: 100%; 
  width: 100%;
}
.sidebar.blog-left-sidebar .hs_cos_wrapper {
  margin-bottom: 30px;
}
.sidebar.blog-left-sidebar #hs_cos_wrapper_blog_search {
  padding-top: 30px;
}
.blog-post-body {
  padding-top: 30px;
}
.blog-post-body ul {
  padding: 0 0 23px 1em;
}
.blog-post-body p:last-of-type {
  padding-bottom: 0;
}
/* .blog-post-body  img {
  float: right;
  margin-left: 15px;
} */
.blog-post-body  img {
  float: right;
  margin-left: 15px;  
  float:none;
  margin:20px auto;
}
.blog-post-body .hs-cta-node{
  visibility: visible;
  display: block;
  text-align: center;
}
.blog-post-item {
  margin-bottom: 27px;
  padding-bottom: 25px;
}
.follow-us-wrap h4 {
  font-size: 18px;
}
.follow-us-wrap ul {
  list-style: none;
  padding: 0;
  line-height: inherit;
}
.follow-us-wrap ul li {
  margin-bottom: .5em;
  display: inline;
}
.follow-us-wrap ul li a {
  color: #666;
  display: inline-block;
  font-size: 24px;
  position: relative;
  text-align: center;
  -webkit-transition: color .3s ease 0s;
  transition: color .3s ease 0s;
}
.follow-us-wrap ul li:hover a {
  color: #1d2649;
}
.follow-us-wrap .et-social-facebook a:before {
  content: "\e093";
}
.follow-us-wrap .et-social-twitter a:before {
  content: "\e094";
}
.follow-us-wrap .et-social-icon a:before {
  font-family: ETmodules!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
}
.blog-post-body img {
    max-width: 100%;
}
@media only screen and (min-width: 1500px) {
  .blog-wrapper {
    padding: 45px 0;
  }
  .blog-wrapper .content-wrapper {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 980px) {
  .blog-wrapper {
    padding: 50px 0;
  }
  .blog-wrapper .content-wrapper {
    padding: 30px 0;
  }
  .blog-wrapper .right-content {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .blog-wrapper .left-content {
    width: 100%;
    float: none;
  }
  .post-item {
    width: 47.25%;
  }
  .post-item:nth-child(2n-1) {
    margin-right: 5.5%;
  }
  .post-item-inner {
    margin-bottom: 16.21%;
  }
  .blog-left-sidebar .hs_cos_wrapper {
    margin-bottom: 7.5%;
  }
  .blog-left-sidebar #hs_cos_wrapper_blog_search {
    padding-top: 0%;
  }
  .blog-left-sidebar .left-content-inner {
    border-right: none;
    padding-right: 0;
  }
  .content-area .left-area {
    float: none;
    padding-right: 0%;
    width: 100%;
    padding-bottom: 0px;
  }
  .content-area .sidebar {
    padding-left: 0px;
    float: none;
    width: 100%;
    padding-bottom: 28px;
  }
  .blog-post-wrapper .content-wrapper:before {
    display: none; 
  }
  .body-wrapper.hs-blog-post {
    padding-top: 116px !important;
  }
  .sidebar.blog-left-sidebar #hs_cos_wrapper_blog_search {
    padding-top: 3px;
  }
  .blog-header {
    margin-bottom: 30px;
  }
  .blog-post-body h2 {
    font-size: 18px;
    
  }
}
@media only screen and (max-width: 767px) {
  .post-item {
    width: 100%;
    float: none;
  }
  .post-item-inner {
    margin-bottom: 9.5%;
  }

}
@media only screen and (max-width: 600px) {
  .blog-post-body  img {
    float: none;
    margin-left: 0px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 479px) {
.blog-post-body h2 {
    font-size: 16px;
    padding-bottom: 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: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 30px;
}
.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.
*********************************************************************************
****************************************************************************** */
input#hs-pwd-widget-password {
    height: auto !important;
}
.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: #dee2e6;
  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;
}
.systems-page .hs-button,
.error-page .hs-button{
  width: auto;
  display: inline-block;
}
input.email-edit.hs-input {
  width: 100% !important;
}
ul.no-list.hs-error-msgs {
  padding-left: 0;
}
.systems-page .actions {
  padding: 0 
}
@media (max-width: 767px) {
  .systems-page h1 {
    font-size: 24px;
  }
  .systems-page h1 {
    font-size: 22px;
  }
  .hs-search-results__title {
        font-size: 18px !important;
  }
  .systems-page h2 {
    font-size: 20px;
}
}

@media (max-width: 479px) { 
  .hs-search-results__title {
        font-size: 16px !important;
  }
}
.content-wrapper.cm-search-wrapper {
  padding-top: 57px;
  position: relative;
}

.hs-search-results__title {
  font-family: inherit;
  font-size: 26px;
  color: #333;
  padding-bottom: 10px;
  line-height: 1em;
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: none;
}
.hs-search-results__title:hover {
  color: #333;
  text-decoration: none;
}
ul.hs-search-results__listing li {
  margin-bottom: 60px;
}
.hs-search-results__description {
  padding-bottom: 0px; 
}
.hs-search-results__pagination a {
  color: #E8481B;
}
.hs-search-results__pagination:before, .hs-search-results__pagination:after {
    content: "";
    display: table;
    clear: both;
}
.cm-search-wrapper .left-content .hs-search-field form button {
  top: auto;
  bottom: 0;
}
@media (min-width: 981px) {
  .content-wrapper.cm-search-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #e2e2e2;
    right: 20.875%;
  }
  .cm-search-wrapper .right-content {
    float: left;
    padding-right: 5.5%;
    width: 79.125%;
    padding-bottom: 23px;
  }
  .cm-search-wrapper .left-content {
    float: left;
    width: 20.875%;
    padding-left: 30px;
  }
}
@media (max-width: 980px) {
  ul.hs-search-results__listing li {
    margin-bottom: 60px;
    margin-bottom: 42px;
  }
}