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

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1020px) {
  .dnd-section > .row-fluid, .page-center {
    padding: 0 20px !important;
  }
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "Avenir-LT-W01_35-Light1475496";
  src: url("https://8772207.fs1.hubspotusercontent-na1.net/hubfs/8772207/Oncurapartners_Nov2020/Fonts/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot") format("eot"),
    url("https://8772207.fs1.hubspotusercontent-na1.net/hubfs/8772207/Oncurapartners_Nov2020/Fonts/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2") format("woff2"),
    url("https://8772207.fs1.hubspotusercontent-na1.net/hubfs/8772207/Oncurapartners_Nov2020/Fonts/908c4810-64db-4b46-bb8e-823eb41f68c0.woff") format("woff"),
    url("https://8772207.fs1.hubspotusercontent-na1.net/hubfs/8772207/Oncurapartners_Nov2020/Fonts/4577388c-510f-4366-addb-8b663bcc762a.ttf") format("truetype");
}

@font-face { 
  font-family: "Avenir-LT-W01_85-Heavy1475544";
  src: url("https://8772207.fs1.hubspotusercontent-na1.net/hubfs/8772207/Oncurapartners_Nov2020/Fonts/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot") format("eot"),
    url("https://8772207.fs1.hubspotusercontent-na1.net/hubfs/8772207/Oncurapartners_Nov2020/Fonts/d513e15e-8f35-4129-ad05-481815e52625.woff2") format("woff2"),
    url("https://8772207.fs1.hubspotusercontent-na1.net/hubfs/8772207/Oncurapartners_Nov2020/Fonts/61bd362e-7162-46bd-b67e-28f366c4afbe.woff") format("woff"),
    url("https://8772207.fs1.hubspotusercontent-na1.net/hubfs/8772207/Oncurapartners_Nov2020/Fonts/ccd17c6b-e7ed-4b73-b0d2-76712a4ef46b.ttf") format("truetype"); 
}

@font-face {
  font-family: "Helvetica-W01-Roman"; 
  src: url("https://8772207.fs1.hubspotusercontent-na1.net/hubfs/8772207/Oncurapartners_Nov2020/Fonts/ea95b44a-eab7-4bd1-861c-e73535e7f652.eot") format("eot"), 
    url("https://8772207.fs1.hubspotusercontent-na1.net/hubfs/8772207/Oncurapartners_Nov2020/Fonts/4021a3b9-f782-438b-aeb4-c008109a8b64.woff") format("woff"), 
    url("https://8772207.fs1.hubspotusercontent-na1.net/hubfs/8772207/Oncurapartners_Nov2020/Fonts/669f79ed-002c-4ff6-965c-9da453968504.ttf") format("truetype");
}

@font-face {
  font-family: "DIN-Next-W01-Light"; 
  src: url("https://8772207.fs1.hubspotusercontent-na1.net/hubfs/8772207/Oncurapartners_Nov2020/Fonts/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot") format("eot"), 
    url("https://8772207.fs1.hubspotusercontent-na1.net/hubfs/8772207/Oncurapartners_Nov2020/Fonts/bc176270-17fa-4c78-a343-9fe52824e501.woff") format("woff"),
    url("https://8772207.fs1.hubspotusercontent-na1.net/hubfs/8772207/Oncurapartners_Nov2020/Fonts/3516f91d-ac48-42cd-acfe-1be691152cc4.ttf") format("truetype"); 
}


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

p {
  margin-top: 0;
  margin-bottom: 1rem;
  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.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
}

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {

}

ul li,
ol li {

}

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;
  outline-color: green;
}

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

@media (max-width: 767px) {

}

@media (max-width: 480px) {

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px 0 rgba(53, 105, 128, 0.3), 0 6px 20px 0 rgba(165, 200, 213, 0.41);
  background: #fff;
  padding: 30px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  padding: 15px 53px;
  
  text-decoration: none;
  white-space: normal;
  margin-top: 10px;
}

.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-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b !important;
  font-size: 13px;
  font-family: arial, helvetica, sans-serif;
  font-weight: 500 !important;
  text-align: left !important;
  line-height: 20px !important;
}

.hs-input,input#hs-pwd-widget-password {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  display: block;
  width: 100%;
  height: 40px !important;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b !important;
  background-color: #f5f8fa;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

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

.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,input#hs-pwd-widget-password:focus {
  outline: none;
  outline-width: 0;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.lp-head .header-cntnt {
  height: 142px;
}
.lp-footer .footer-inner {
  height: 80px;
}

@media (max-width: 767px) {
  .lp-head .header-cntnt {
    height: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
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 headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header-cntnt {
  position: relative;
  height: auto;
  width: 100%;
  display: flex;
  padding-top: 36px;
  padding-bottom: 7px;
}
.header-cntnt-inner {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: auto;
  grid-template-rows: min-content min-content min-content 1fr;
  grid-template-columns: 100%;
}
div#hs_cos_wrapper_header_logo {
  width: 201px;
  height: 59px;
  position: relative;
  margin: 0px 0px -28px calc((100% - 980px) * 0.5);
  left: 20px;
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
  align-self: start;
  cursor: pointer;
}
#hs_cos_wrapper_header_logo_hs_logo_widget {
  display: block;
  overflow: hidden;
  height: 100%;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
}
#hs_cos_wrapper_header_logo_hs_logo_widget a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#hs_cos_wrapper_header_logo_hs_logo_widget a img {
  vertical-align: baseline;
  width: 100% !important;
  height: 55px;
  object-fit: cover;
}


@media (max-width: 940px) {
  div#hs_cos_wrapper_header_logo {
    position: static;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .header-cntnt-inner {
    position: static;
    display: block;
  }
  .header-cntnt {
    position: static;
    display: block;
    padding: 0;
  }
  div#hs_cos_wrapper_header_logo {
    position: static;
    display: block;
    float: left;
  }
  .header-cntnt-inner:before,.header-cntnt-inner:after {
    content: "";
    display: block;
    clear: both;
  }
  div#hs_cos_wrapper_header_logo {
    width: 140px;
    height: 41px;
    margin: 39px 0px 8px !important;
    position: relative !important;
    left: 48px;
  }
  #hs_cos_wrapper_header_logo_hs_logo_widget a img {
    width: 136px !important;
    height: 37px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */


.footer {
  left: 0;
  width: 100%;
  min-width: 980px;
  --pinned-layer-in-container: 52; --above-all-in-container: 49; -ms-grid-row: 4;
  grid-area: 4/1/5/2;
  position: relative;
}
.footer-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  left: 0;
}
.footer-bg-inner {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.footer-inner {
  position: relative;
  width: 100%;
}
.footer-cntnt-wrap {
  height: auto;
  position: relative;
  width: 100%;
}
.footer-cntnt {
  position: relative;
  height: auto;
  width: 100%;
}
.footer-cntnt-inner {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: auto;
  grid-template-rows: min-content 1fr;
  grid-template-columns: 100%;
}
.ftr-text-wrap {
  overflow-wrap: break-word;
  text-align: start;
  position: relative;
  margin: 0px 0px 48px calc((100% - 980px) * 0.5);
  left: 40px;
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
  align-self: start;
  width: 863px;
  height: auto;
}
div#hs_cos_wrapper_footer_address {
  overflow-wrap: break-word;
  text-align: start;
  pointer-events: none;
  position: relative;
  margin: 48px 0px 29px calc((100% - 980px) * 0.5);
  left: 770px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
  width: 169px;
  min-height: 65px;
  height: auto;
}
div#hs_cos_wrapper_footer_social_link {
  position: relative;
  margin: 48px 0px 65px calc((100% - 980px) * 0.5);
  left: 720px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
  --item-size: 30px; --item-margin: 0 0 5px 0; --item-display: block; width: 30px;
  height: 30px;
}
div#hs_cos_wrapper_footer_link {
  overflow-wrap: break-word;
  text-align: start;
  position: relative;
  margin: 42px 0px 10px calc((100% - 980px) * 0.5);
  left: 40px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
  width: 469px;
  height: auto;
}
div#hs_cos_wrapper_footer_content {
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
  font-size: 12px;
}
div#hs_cos_wrapper_footer_content p {
  font-family: avenir-lt-w01_35-light1475496,sans-serif;
  margin: 0;
}
div#hs_cos_wrapper_footer_content_title {
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
  font-size: 12px;
}
div#hs_cos_wrapper_footer_content_title h3 {
  font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
  font-size: 12px;
  margin: 0;
  line-height: 17px;
  font-weight: bold;
  vertical-align: baseline;
  overflow-wrap: break-word;
  text-align: start;
}
#hs_cos_wrapper_footer_content_title_ {
  display: block;
  line-height: normal;
}
#hs_cos_wrapper_footer_address_ > div {
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
  font-size: 12px;
}
#hs_cos_wrapper_footer_address_ > div:first-child {
  font-size: 18px;
}
#hs_cos_wrapper_footer_address_ > div:first-child p {
  font-size: 18px;
  margin: 0;
  font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
}
#hs_cos_wrapper_footer_address_ > div p {
  font-size: 12px;
  margin: 0;
}
#hs_cos_wrapper_footer_social_link_ ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}
#hs_cos_wrapper_footer_social_link_ ul li {
  display: block;
  width: 30px;
  height: 30px;
}
#hs_cos_wrapper_footer_social_link_ ul li a {
  display: block;
}
#hs_cos_wrapper_footer_social_link_ ul li a div {
  width: 30px;
  height: 30px;
}
#hs_cos_wrapper_footer_social_link_ ul li a div img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  vertical-align: baseline;
}
#hs_cos_wrapper_footer_link_ {
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
  font-size: 15px;
  font-weight: bold;
  display: block;
}
#hs_cos_wrapper_footer_link_ h3 {
  margin: 0;
  letter-spacing: normal;
  font-size: 15px;
  font-weight: bold;
  font-family: avenir-lt-w01_35-light1475496,sans-serif;
}
div#BACK_TO_TOP_BUTTON {
  cursor: pointer;
  z-index: 53;
  --above-all-in-container: 10000;
  position: fixed;
  bottom: 87px;
  width: 44px;
  height: 44px;
  --icon-opacity: 1;
  margin-right: 20px;
  right: 0;
}

@media (max-width: 1000px) {
  .footer {
    min-width: initial;
    padding: 0 15px;
  }
}

@media (max-width: 940px) {
  .ftr-text-wrap {
    margin: 0px 0px 48px;
    position: static;
    width: auto;
  }
  div#hs_cos_wrapper_footer_link {
    margin: 42px 0px 10px;
  }
}

@media (max-width: 915px) {
  div#hs_cos_wrapper_footer_social_link {
    left: 600px;
    margin: 48px 0px 65px;
  }
  div#hs_cos_wrapper_footer_address {
    margin: 48px 0px 29px;
    left: 635px;
    width: auto;
  }
}

@media (max-width: 800px) {
  div#hs_cos_wrapper_footer_social_link {
    left: 550px;
  }
  div#hs_cos_wrapper_footer_address {
    left: 585px;
  }
}

@media (max-width: 767px) {
  .footer-cntnt-inner {
    display: block;
  }
  div#hs_cos_wrapper_footer_link {
    display: block;
    position: static;
    margin: 0;
    padding: 0;
    text-align: left;
    width: auto;
    padding-top: 23px;
    margin-bottom: -14px;
  }
  .footer {
    position: relative;
    display: block;
    padding: 0 30px;
  }
  div#hs_cos_wrapper_footer_social_link {
    position: relative;
    padding: 0;
    width: 35px;
    height: 35px;
    left: 180px;
    top: 35px;
    margin: 0;
  }
  div#hs_cos_wrapper_footer_address {
    position: static;
    display: block;
    margin: 0;
    width: auto;
    height: auto;
    padding: 0;
    margin-bottom: 47px;
    min-height: auto;
    pointer-events: initial;
  }
  .ftr-text-wrap {
    position: static;
    margin: 0;
    display: block;
    padding: 0 0 111px;
  }
  #hs_cos_wrapper_footer_social_link_ ul {
    position: static;
    width: 35px;
    height: 35px;
  }
  #hs_cos_wrapper_footer_social_link_ ul li {
    width: auto;
  }
  #hs_cos_wrapper_footer_social_link_ ul li a div {
    margin: 0 auto;
  }
  #hs_cos_wrapper_footer_social_link_ ul li a div img {
    width: 35px;
    height: auto;
  }
  #hs_cos_wrapper_footer_address_>div:first-child p {
    font-size: 15px;
  }
  #hs_cos_wrapper_footer_address_>div p {
    font-size: 11px;
  }
  #hs_cos_wrapper_footer_link_ h3 {
    font-size: 14px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.author-avatar-wrap {
  color: rgb(0, 0, 0);
  cursor: pointer;
  display: flex;
  align-items: center;
}

span.author-avatar {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
}

.author-avatar-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: no-repeat 50%;
  background-size: cover;
  overflow: hidden;
}

.recent-posts {
  margin:50px 0;
}

.recent-header {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  line-height: 29px;
  padding: 0px 6px;
  margin: 20px 0;
}

.recent-header a:hover{
  color: #0D5EBA;
}
.title {
  font-size: 18px;
  color: #3B3A3A;
}

.recent-header a {
  font-size: 14px;
  text-decoration: none;
  color: #000;
  font-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
}

.blog-post h1 {
  line-height: normal;
  color: #000000;
  margin: 0;
  padding: 0;
  font: normal normal normal 28px/1.1em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
}

svg.blog-icon-fill.blog-hover-container-element-fill:hover {
  fill: rgb(13, 94, 186);
}

.blog-post__body {
  margin-top: 25px;
}

.blog-post__body p {
  font-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman;
  font-size: 18px;
  line-height: 27px;
  color: #000;
}

.recent-header .title {
  color: #000;
  font-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
  font-size: 18px;
}

ul.slick-dots {
  list-style: none;
  display: flex !important;
  justify-content: center;
  padding: 0;
  color: #000;
}

ul.slick-dots li button {
  background-color: #3B3A3A;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: .2;
  cursor:pointer;
  font-size: 0;
  border: none;
  padding: 0;
}

ul.slick-dots li {
  margin: 0px 3px;
}

ul.slick-dots li.slick-active button {
  background-color: #EDCD1F;
  opacity: 1;
}
.recent-post-title a{
  color: #000 !important;
  text-decoration: none;
  font-family: din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
  display: block;
  font-size: 18px;
  line-height: normal;
}

.recent-post-title a:hover {
  color: #0D5EBA !important;
}

.recent-post-title {
  font-size: 18px;
  color: #3B3A3A;
}

h4.recent-post-title:hover {
  color: #edcd1f;
}

button.slick-arrow {
  display: none !important;
}

a.recent-featured-image {
  display: block;
  padding-bottom: 165px;
  background-position: 50%;
  position:relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.author-icon:hover:after {content: 'admin';position: absolute;padding: 0px 10px;background: #464545;color: #fff;text-transform: capitalize;font-family: serif;font-size: 12px;top: -22px;}

.author-icon:hover:before {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #464545;
  content: '';
  position: absolute;
  transform: rotate(90deg);
  top: -4px;
}


a.featured_image:active:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.3);
  pointer-events: none;
}

.recent-post-item-inner{
  border: 1px solid #D4D4D4;
}

.recent-post-item {
  margin: 0px 6px;
}

.recent-post-body {
  padding: 24px;
}

.post-icon-wrapper {
  height: 60px;
  display: flex;
  align-items: center;
  border: 1px solid #3B3A3A20;
  font-size: 14px;
  line-height: 21px;
  border-right: 0;
  border-left: 0;
  margin: 50px 0;
}

span.post-share-icon:not(:first-child) {
  margin-left: 30px;
}

span.post-share-icon svg {
  fill: #000;
}

a.share_facebook:hover svg {
  fill: #4464a3;
}

a.share_twitter:hover svg {
  fill: #55acee;
}

a.share_googleplus:hover svg {
  fill: #0077b5;
}

a.copy-link:hover svg {
  fill: #EDCD1F;
}

.post-header {
  padding-bottom: 18px;
  font-size: 12px;
}

a.author-link {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  height: 19px;
}

a.author-link:hover {
  color: #EDCD1F;
}

ul.post-meta {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: .8;
  color: #000;
}

ul.post-meta li {
  display: inline-block;
}

.blog-separator {
  background-color: #3B3A3A;
  margin: 0 8px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  align-self: center;
}

.post-header {
  justify-content: flex-end;
  display: flex;
  align-items: center;
}

.post-byline {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  max-width: calc(100% - 54px);
  margin-right: auto;
  flex: 1 1 auto;
}
.blog-share {
  margin: 0 -9px 0 0;
}

.blog-share>button {
  font-size: 0;
  border: none;
  background: none;
  padding: 0;
  cursor:pointer;
}

.share-wrap>button {
  cursor: pointer;
  border: none;
  background: none;
  width: 100%;
  color: #3B3A3A;
  background-color: #FFFFFF;
  font-size:16px;
  line-height: 1.4em;
  position: absolute;
  top: -3px;
  z-index: 2;
  visibility: hidden;
  right: 18px;
  min-width: 200px;
  box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
  display: flex;
  align-items: center;
  padding: 14px 18px 14px;
}


.share-wrap.open>button {
  visibility: visible;
}

.share-wrap {
  position: relative;
}

.share-wrap button>div:last-child {
  font-size: 14px;
  margin-left: 12px;
  white-space: nowrap;
  font-family: sans-serif;
  line-height: normal;
}


.post-item h2 a {
  color: #000;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  font: normal normal normal 28px/35px avenir-lt-w01_85-heavy1475544,sans-serif;
}
.post-body {
  cursor: pointer;
}

.post-body:hover h2 a {
  color: rgb(13, 94, 186);
}

a.author-link:hover {
  color: rgb(13, 94, 186);
}

.post-body:hover p {
  color: rgb(13, 94, 186);
}


.blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}

.custom-all-topics {
  display: flex;
  width: 100%;
  height: 80px;
}

.blg-head-inner {
  display: flex;
  align-items: center;
}
button.login-btn {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 24px;
  border-radius: 0;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  height: 36px;
  margin-left: 24px;
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  font: normal normal normal 16px/1.3em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
  line-height: normal;
  font-style: inherit;
  font-weight: inherit;
  color: rgb(13, 94, 186);
  border-color: rgb(13, 94, 186);
}
.btn-inner {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.share-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999999;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
  display: none;
}

.share-modal.open {
  display: flex;
}

.modal-body {
  width: 452px;
  background-color: #FFFFFF;
  padding: 60px;
  position:relative;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor:pointer;
  opacity:.8;
  background-color: #000000;
}

span.share-icon a {
  align-items: flex-start;
  text-align: center;
  cursor: default;
  color: buttontext;
  display: inline-block;
  padding: 0;
  height: 45px;
  width: 45px;
  margin: 0;
  border-radius: 50%;
  border: 0;
  position: relative;
  cursor: pointer;
}

.modal-icons.hide-icon {
  display: none;
}

.copy-link-wrapper.open {
  display: block !important;
}

.copy-input-wrapper input {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 0;
  color: #3B3A3A;
  box-shadow: none;
  font-size: 14px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #3b3a3a14;
}

.modal-close {
  cursor: pointer;
  position: absolute;
  right: 19px;
  top: 15px;
  padding: 0;
  background: transparent;
  border: 0;
}

button.cancel-btn {
  font-size:14px;
  line-height:1.4em;
  line-height: normal;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  width: auto;
  padding: 0 24px;
  border-color: #EDCD1F;
  color: #EDCD1F;
  position: relative;
  display: inline-block;
  height: 40px;
}

.btn-wrap button{
  cursor:pointer;
}


.btn-wrap {
  margin-top: 30px;
  justify-content: flex-end;
  display: flex;
}

button.copy-link-button {
  font-size:14px;
  line-height:1.4em;
  line-height: normal;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  width: auto;
  padding: 0 24px;
  border-color: #EDCD1F;
  background: #EDCD1F;
  color: #fff;
  position: relative;
  display: inline-block;
  height: 40px;
}

.btn-wrap div {margin-left: 24px;}

.copy-input-wrapper {
  margin: 24px 0 0;
}

span.share-icon a.share_facebook {
  background: #4464a3;
}
span.share-icon a.share_twitter {
  background: #55acee;
}
span.share-icon a.share_googleplus {
  background: #0077b5;
}
span.share-icon a.copy-link {
  background: #333;
}

span.share-icon a svg, span.share-icon a:hover svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  fill: #fff;
}

.share-icon:not(:last-child) {
  margin-right: 38px;
}


.icon-wrapper{
  display: flex;
  justify-content: center;
  margin: 24px 0 0;
}

.modal-title h1 {
  font-size: 16px !important;
  font-weight: 700;
  margin: 0 0 0;
  color:#3b3a3a;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-item p {
  font-size: 16px;
  opacity: .8;
  line-height: 1.5;
  margin:0;
}

.hs-blog-post ul.post-meta {
  font-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
  color: #000;
}
.hs-blog-post a.author-link {
  font-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
}

.post-item hr {
  background: #3B3A3A;
  height: 1px;
  opacity: .2;
}

.blog-footer a {
  font-size: 12px;
  color: #3B3A3A !important;
  text-decoration: none;
}

.author-icon {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.post-content {
  padding: 24px 36px;
}

.hs-blog-post .custom-all-topics ul li a {
  font: normal normal normal 14px/1.3em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
}

.post-item {
  width: 100%;
  background-color: #FFFFFF;
  color: #3B3A3A;
  margin-bottom: 20px;
  border: 1px solid rgb(212,212,212);
}

ul.hs-search-field__suggestions {
  display: none !important;
}

.post-item {
  width: 100%;
  background-color: #FFFFFF;
  color: #3B3A3A;
  margin-bottom: 20px;
  border: 1px solid rgb(212,212,212);
  display: flex;
}

a.featured_image {
  padding-top: 351px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 0 48.401%;
}

div#infscr-loading {
  display: none !important;
}
/*
.blog-pagination{
  display: none !important;
*/
}

.custom-all-topics ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}

.custom-all-topics ul li {
  height: 80px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.custom-all-topics ul li+li {
  margin-left: 40px;
}

.custom-all-topics ul li a {
  font-size:14px;
  line-height:1.4em;
  text-decoration: none;
  color: #000;
}

.hs-blog-listing .custom-all-topics ul li.active>a {

}

.hs-blog-post .author-icon:hover:before{
  top:-7px;
}

.custom-all-topics ul li a:hover {
  color: rgb(13, 94, 186);
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 20px;
}
.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: 0;
  margin: 20px auto;
}
.blog-index:after {
  content: "";
  flex: auto;
}



.hs-blog-post .post-byline {
  flex-direction: row;
  height: auto;
  flex-wrap: wrap;
  font-size:14px;
}


.blog-inner {
  max-width: 740px;
  margin: 0px auto;
}

.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.blog-post {
  border: 1px solid #D4D4D4;
  background-color: #fff;
  padding: 60px;
  line-height: 1.5;
  font-size: 18px;
  margin-top: 20px;
}
.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-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(min-width:768px){
  select#tinynav1 {
    display: none;
  }

  .mobile-select {
    display: none;
  }


  .mobile-search {
    display:none;
  }

}


@media(max-width:767px){
  a.featured_image {
    width: 100%;
    vertical-align: middle;
    cursor: pointer;
    min-height:213px;    
    height: 50vw;
    flex: none;
    padding-top: 0 !important;
  }

  .post-content {
    width: 100%;
  }
  .post-byline {
    font-size: 12px;
    height: auto;
  }
  .post-item h2 a {
    font-family: avenir-lt-w01_85-heavy1475544, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 39.2px;
  }

  ul.post-meta {
    display: inline-block;
  }

  .hs-blog-post h1 {
    font-size: 26px;
  }

  .post-item {
    display: inline-block;
    height: 100%;
  }

  .post-content {
    padding: 30px 18px 25px;
  }

  .hs-blog-post .header-cntnt {
    height: 98px;
  }

  .custom-all-topics select {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    z-index: 99;
  }

  .custom-all-topics ul {
    display: none;
  }

  .custom-all-topics {
    position: relative;
    display: none;
    align-items: center;
  }

  .blg-head-inner {
    display: none;
  }

  .mobile-select {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 18px;
    padding-right: 18px;
    height: 50px;
    font-size: 14px;
  }


  .topics {
    width: 100%;
  }

  .modal-body {
    width: 296px;
    padding: 36px 30px;
  }

  .share-icon:not(:last-child) {
    margin-right: 24px;
  }

  .btn-wrap div {
    margin-left: 0;
    flex: 0 0 50%;
  }

  .body-wrapper.hs-blog-post {
    overflow: hidden;
  }

  .mobile-search {
    justify-content: space-between;
    padding-left: 18px;
    padding-right: 18px;
    height: 50px;
    display: flex;
    align-items: center;
    background-color: rgb(13, 94, 186);
  }

  .search-title {
    flex: 0 1 auto;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: transparent;
    padding: 0;
  }

  .search-title h1 {
    font-size: 14px;
    white-space: nowrap;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
  }

  .mob-search-inr {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-right: -14px;
  }

  .search-button svg {
    fill: #FFFFFF;
  }

  .search-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
  }

  .hs-blog-pot ul.post-meta li:first-child {
    display: none;
  }

  .hs-blog-listing .header-cntnt-inner {
    height: 99px;
  }

  .blog-header {
    width: Calc(100% + 40px);
    margin-left: -20px !important;
    display:block !important;
    height: auto !important;
  }

  .site-search {
    display: none;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: auto;
  }

  .sign-up {
    display: inline-flex;
    align-items: center;
    height: 100%;
    padding: 0 16px;
    border: 0;
    font-family: Avenir Next;
    font-weight: 500;
    color: #fff;
    background: transparent;
    font-size: 14px;
    white-space: nowrap;
  }

  .blog-post {
    padding: 0;
    margin: 39px 0;
    border: none;
  }

  .blog-share {
    margin: 6px -10px 0 0;
  }

  .hs-blog-post .post-byline {
    font-size: 12px;
    line-height: 18px;
  }

  .post-item p {
    font-size: 14px;
  }

  .post-item:hover h2 a {
    color: #3b3a3a;
  }
  .recent-header a {
    font-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .post-item:hover .blog-share>button svg {
    fill: #3b3a3a;
  }
  .recent-header .title {
    font-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}




@media(max-width:480px){
  .slick-list{
    overflow: visible !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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: #ddd;
  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 0;
}
div#hs_cos_wrapper_subscriptions_confirmation #content{
  display: inline-block;
  margin: 2rem 0; 
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px; 
  color: #4F7D24;
  padding: .75rem .75rem;
}
div#hs_cos_wrapper_subscription_preferences form#email-prefs-form {
  padding: 0;
  box-shadow: none;
  background: transparent;
}
.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;
}
#hs_cos_wrapper_subscription_preferences_email_subscriptions form#email-prefs-form {
  max-width: 100%;
}
p.header {
  position: static !important;
  box-shadow: none !important;
  padding: 0 !important;
  background: transparent !important;
}
.systems-page form {
  max-width: 500px;
}
.systems-page .hs-form-field {
  margin-bottom: 18px;
}
ul.no-list.hs-error-msgs {
  padding-left: 2px;
}
form#email-prefs-form input.email-edit.hs-input {
  width: 100% !important;
}

@media (max-width: 767px) {
  .systems-page form {
    max-width: 100%;
  }
}