/* ******************************************************************************
*********************************************************************************
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 */
  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.
*********************************************************************************
****************************************************************************** */
body .content-wrapper{
  padding-top:30px !important;
  padding-bottom:30px !important;
  padding-left: 15px;
  padding-right: 15px; !important

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

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

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  body  .dnd-section > .row-fluid, body .content-wrapper{
    max-width: 970px;
  }

}
@media (max-width: 991px) {
  body  .dnd-section > .row-fluid, body .content-wrapper {
    max-width: 750px;
    padding: 0 20px !important;
  }

}
@media (max-width: 767px) {
  body .dnd-section {
    padding-top: 83px;
    padding-bottom: 83px;
  }
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
  body  .dnd-section > .row-fluid, body .content-wrapper {
    max-width: 470px ;
    padding: 0 32px !important;

  }
}


@media (max-width: 480px){
  body  .dnd-section > .row-fluid, body .content-wrapper{
    max-width: 100%;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "FFTisaWebProLight";
  src: url("//6510057.fs1.hubspotusercontent-na1.net/hubfs/6510057/LSCCommunications_March2021/fonts/334EAF_0_0.eot#iefix") format("embedded-opentype"), 
    url("//6510057.fs1.hubspotusercontent-na1.net/hubfs/6510057/LSCCommunications_March2021/fonts/334EAF_0_0.woff2") format("woff2"),
    url("//6510057.fs1.hubspotusercontent-na1.net/hubfs/6510057/LSCCommunications_March2021/fonts/334EAF_0_0.woff") format("woff"), 
    url("//6510057.fs1.hubspotusercontent-na1.net/hubfs/6510057/LSCCommunications_March2021/fonts/334EAF_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "GothamNarrowBook";
  src: url("//6510057.fs1.hubspotusercontent-na1.net/hubfs/6510057/LSCCommunications_March2021/fonts/GothamNarrow-Book.otf");
  font-style: normal;
  font-weight: normal;
}


@font-face {
  font-family: "font-icons";
  src: url("//6510057.fs1.hubspotusercontent-na1.net/hubfs/6510057/LSCCommunications_March2021/fonts/font-icons.eot") format("embedded-opentype"), 
    url("//6510057.fs1.hubspotusercontent-na1.net/hubfs/6510057/LSCCommunications_March2021/fonts/font-icons.woff") format("woff"), 
    url("//6510057.fs1.hubspotusercontent-na1.net/hubfs/6510057/LSCCommunications_March2021/fonts/font-icons.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "lined-icons";
  src: url("//6510057.fs1.hubspotusercontent-na1.net/hubfs/6510057/LSCCommunications_March2021/fonts/lined-icons.eot") format("embedded-opentype"),
    url("//6510057.fs1.hubspotusercontent-na1.net/hubfs/6510057/LSCCommunications_March2021/fonts/lined-icons.woff") format("woff"),
    url("//6510057.fs1.hubspotusercontent-na1.net/hubfs/6510057/LSCCommunications_March2021/fonts/lined-icons.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "read-more";
  src: url("//6510057.fs1.hubspotusercontent-na1.net/hubfs/6510057/LSCCommunications_March2021/fonts/read-more.eot#iefix") format("embedded-opentype"),
    url("//6510057.fs1.hubspotusercontent-na1.net/hubfs/6510057/LSCCommunications_March2021/fonts/read-more.woff") format("woff"),
    url("//6510057.fs1.hubspotusercontent-na1.net/hubfs/6510057/LSCCommunications_March2021/fonts/read-more.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}


::selection {
  background: #DA6D00 !important; 
  color:#fff;
}


html {
  font-size: 24px;
}

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

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

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

}

/* 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;
  word-break: break-word;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5;
}

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

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

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 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

img {
  max-width:100%;
}

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

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 3px solid #DA6D00;
  margin-bottom: 30px;
}

/* 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: 480px) {
  body {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search,
.widget-type-email_simple_subscription,
.hs_cos_wrapper_type_blog_comments,
.widget-type-password_prompt,
.hs_cos_wrapper_type_password_reset,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_member_login{
  border: 1px solid #E3E3E3;
  padding: 30px;
  margin-bottom:20px;
  display:block;
  max-width:700px;

}
form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 10px 0;
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  text-decoration: none !important;
  border-style: solid;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: 36px;
  font-weight: 600;
  text-shadow: none;
  font-size: 16px;
  letter-spacing: normal;
  text-transform: uppercase;
  outline: none;
  white-space: nowrap;
}

.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: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

body .hs-error-msgs label {
  padding: 10px;
  color: #D8000C;
  font-size: 12px;
  background-color: #FFBABA;
  margin-bottom: 24px;
  display: block;
  line-height: 1.5;
  font-family: "FFTisaWebProLight", serif;
}

.hs-input,input[type="password"] {
  border-width: 1px;
  border-style: solid;
  border-top-width: 2px;
  min-height: 40px;
  display: block;
  width: 100%;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  outline: none;
  margin-bottom: 18px;
}

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

.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 {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field {

}

.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;
}
.hs-form label {
  text-transform: none;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: "GothamNarrowBook", sans-serif;
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
  line-height: 1.5;
}
@media(max-width:767px){
  .hs_cos_wrapper_type_blog_subscribe,
  .hs_cos_wrapper_type_google_search,
  .widget-type-email_simple_subscription,
  .hs_cos_wrapper_type_blog_comments,
  .widget-type-password_prompt,
  .hs_cos_wrapper_type_password_reset,
  .hs_cos_wrapper_type_password_reset_request,
  .hs_cos_wrapper_type_form,
  .hs_cos_wrapper_type_member_register,
  .hs_cos_wrapper_type_member_login{

    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: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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.header {
  background-color: rgba(0,0,0,0.6);
  border-bottom: none;
  z-index: 199;
  height: 100px;
  -webkit-transition: height .4s ease, opacity .3s ease;
  -o-transition: height .4s ease, opacity .3s ease;
  transition: height .4s ease, opacity .3s ease;
  position: relative;
}

.scrolled header.header {
  background-color: transparent;
  height: 60px;
  padding-bottom: 7px;
}

.header-container-wrapper {
  position: relative;
  z-index: 199;
  height: 100px;
  -webkit-transition: height .4s ease, opacity .3s ease;
  -o-transition: height .4s ease, opacity .3s ease;
  transition: height .4s ease, opacity .3s ease;
}

.scrolled .header-container-wrapper {
  background-color: #333;
  height: 60px;
  padding-bottom: 7px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.hs-container {
  padding: 0 40px;
}

.header-logo {
  font-size: 36px;
  line-height: 100%;
  position: relative;
  float: left;
  margin-right: 40px;
}

body:not(.search-open) .header-logo {
  opacity: 1;
  -webkit-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
  -o-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
  transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
}

.header-logo a {
  display: block;
}

.header-logo img {
  height: 85px;
  width: auto !important;
  -webkit-transition: height .4s ease, opacity .3s ease;
  -o-transition: height .4s ease, opacity .3s ease;
  transition: height .4s ease, opacity .3s ease;
}

.custom-menu {
  float: right;
  height: 100px;
}

body:not(.search-open) .custom-menu-primary {
  opacity: 1;
  -webkit-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
  -o-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
  transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
}

.custom-menu-primary {
  float: left;
  height: 100px;
}

.custom-menu-primary {}

div#top-search {
  float: right;
  margin: 40px 0 40px 15px;
  -webkit-transition: margin .4s ease, opacity .3s ease;
  -o-transition: margin .4s ease, opacity .3s ease;
  transition: margin .4s ease, opacity .3s ease;
}

header.header {
  line-height: 1.5;
  font-size: 17px;
  font-weight: 300;
}

#top-search input {
  box-shadow: none !important;
  border-radius: 0;
  border: 0;
  outline: 0 !important;
  font-size: 32px;
  padding: 10px 80px 10px 0;
  background-color: transparent;
  color: #ffffff;
  font-weight: 700;
  margin-top: 0 !important;
  font-family:sans-serif;
  letter-spacing: 2px;
  margin: 0;
  top: 0;
  left: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  opacity: 0;
  z-index: -2;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  padding-left: 10px;
}

a#top-search-trigger {
  color: #EEE;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
}

#top-search a {
  z-index: 11;
}

#top-search a, #top-cart > a, #side-panel-trigger a, #top-account a {
  display: block;
  position: relative;
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

#top-search a i {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

[class^="icon-"], [class*=" icon-"], [class^="icon-line-"], [class*=" icon-line-"], [class^="icon-line2-"], [class*=" icon-line2-"], .side-header #primary-menu ul > li.sub-menu > a:after {
  display: inline-block;
  font-family: 'font-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.icon-search3:before {
  content: "\e6be";
}.icon-line-cross:before {
  content: "\e117";
}

.custom-menu-primary {}

.custom-menu-primary nav.navigation-primary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-menu-primary nav.navigation-primary ul ul {
  height: auto;
  z-index: 199;
  top: 100px;
  border-top-color: #da6d00;
  background-color: #333;
  left: 0;
  margin: 0;
  box-shadow: 0px 13px 42px 11px rgb(0 0 0 / 5%);
  border: 1px solid #EEE;
  position: absolute;
  width: 220px;
  border-top: 4px solid #da6d00;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  visibility: hidden;
  opacity: 0;
  border-color: #3F3F3F;
}

.custom-menu-primary nav.navigation-primary >ul>li {
  position: relative;
  float: left;
  margin-left: 2px;
}

.custom-menu-primary nav.navigation-primary >ul>li:first-child {
  margin-left: 0;
}

.custom-menu-primary nav.navigation-primary >ul>li>a {
  color: white;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
  font-weight: normal !important;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
  -o-transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
  transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
  display: block;
  height: 100px;
  line-height: 100px;
  padding: 0 15px;
  font-family: "GothamNarrowBook", sans-serif;
}

.custom-menu-primary nav.navigation-primary >ul>li:hover>a {
  color: #da6d00;
  text-decoration: none;
}

.custom-menu-primary nav.navigation-primary ul li:hover> ul {
  visibility: visible;
  opacity: 1;
  transition-delay: .6s;
}

.custom-menu-primary nav.navigation-primary >ul ul li a {
  letter-spacing: 1px;
  font-family: "GothamNarrowBook", sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: normal !important;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: 22px !important;
  padding: 10px 15px;
  display: block;
}

.custom-menu-primary nav.navigation-primary >ul ul li a:hover {

  padding-left: 18px;
  text-decoration: none;
  background-color: rgba(0,0,0,0.1);
}

.scrolled .header-logo img {
  height: 60px;
  padding-bottom: 7px;
}

.scrolled .custom-menu-primary nav.navigation-primary>ul>li>a {
  line-height: 60px;
  height: 60px;
}

.scrolled div#top-search {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.scrolled .custom-menu-primary nav.navigation-primary ul ul {
  top: 60px;
}

.search-open .custom-menu-primary {
  opacity: 0;
}

.search-open .header-logo {
  opacity: 0;
}

.search-open i.icon-search3 {
  opacity: 0;
}

.search-open i.icon-line-cross {
  opacity: 1;
  z-index: 11;
  font-size: 16px;
}

i.icon-line-cross {
  opacity: 0;
}
.search-open div#LSCHeader_SearchPanel {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.search-open #top-search input {
  opacity: .75;
  z-index: 10;
}

.form-control:not(.not-dark)::-webkit-input-placeholder {   
  color: #666;
  opacity: 1;
  font-weight: 700;
  letter-spacing: 2px;
}

[class^="icon-line-"], [class*=" icon-line-"] {
  font-family: 'lined-icons';
}
@media (min-width: 992px){
  div#mobile-trigger {

  }
  div#mobile-trigger, .mobile-menu {
    display: none !important;
  }
} 
@media (max-width: 991px){
  body header.header {
    background-color: transparent !important;
  }



  .header-container-wrapper {
    background: #333 !important;
  }
  header.header {
    border: none;
    z-index: 199;
    background-color: #333;
    min-height: 50px;
    -webkit-transition: min-height .4s ease;
    -o-transition: min-height .4s ease;
    transition: min-height .4s ease;
    height: auto !important;
  }

  .header-container-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    height: auto !important;
  }

  .hs-container {
    padding: 0 20px !important;
  }

  .header-logo {
    height: 80px;
    float: none;
    margin: 0 auto 0 !important;
    max-width: none;
    text-align: center;
    border: 0 !important;
    padding: 0 !important;
    display: block;
  }

  .header-logo a {
    display: inline-block;
    line-height: 0;
  }

  .header-logo img {
    height: 70px;
  }

  .custom-menu {
    display: none;
  }

  .scrolled header.header {
    min-height: 60px;
    padding: 0;
  }

  .scrolled .header-container-wrapper {
    padding: 0;
  }

  .scrolled .header-logo img {
    padding: 0;
  }

  .scrolled .header-logo {
    height: 60px;
    line-height: 0;
  }
  div#mobile-trigger {
    padding: 0 20px !important;
    opacity: 1;
    -webkit-transition: opacity .2s .2s ease, top .4s ease;
    -o-transition: opacity .2s .2s ease, top .4s ease;
    transition: opacity .2s .2s ease, top .4s ease;
    pointer-events: auto;
    top: 25px;
    margin-top: 0;
    left: 0;
    z-index: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    cursor: pointer;
    font-size: 14px;
    color: #EEE;
    position: absolute;
    -webkit-transition: opacity .2s .2s ease, top .4s ease;
    -o-transition: opacity .2s .2s ease, top .4s ease;
    transition: opacity .2s .2s ease, top .4s ease;
  }.icon-reorder:before {
    content: "\e76d";
  }
  .mobile-menu {
    display: none;
  }

  .scrolled div#mobile-trigger {
    top: 5px;
  }

  .mobile-open .mobile-menu {
    display: block;
  }

  .mobile-menu {
    display: none;
  }

  .scrolled div#mobile-trigger {
    top: 5px;
  }

  .mobile-open .mobile-menu {
    display: block;
  }

  .mobile-menu .hs-menu-wrapper ul ul {
    display: none;
    border-top: 4px solid #da6d00;
    border-top-color: rgba(255,255,255,0.1) !important;
    border-color: #3F3F3F;
    -webkit-transition: top .4s ease;
    -o-transition: top .4s ease;
    transition: top .4s ease;
    padding-left: 15px;
  }

  .mobile-menu .hs-menu-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .mobile-menu .hs-menu-wrapper > ul {
    display: block;
  }

  .mobile-menu .hs-menu-wrapper  ul >li {
    position: relative;
    border-top-color: rgba(255,255,255,0.1) !important;
    border-top-style: solid;
    border-top-width: 1px;
    width: 100%;
  }

  .mobile-menu .hs-menu-wrapper  ul >li:first-child {
    border-top: 0;
  }

  .mobile-menu .hs-menu-wrapper  ul >li>a {
    color: #fff;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
    font-size: 13px;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 5px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "GothamNarrowBook", sans-serif;
    display: block;
  }

  .mobile-menu .hs-menu-wrapper > ul >li:hover>a {
    color: #da6d00 !important;
  }

  .mobile-menu .hs-menu-wrapper ul ul >li>a {
    padding-left: 5px !important;
    font-size: 13px !important;
    text-transform: none;
  }

  .mobile-menu .hs-menu-wrapper > ul ul>li:hover>a {
    color: #da6d00 !important;
  }
  .scrolled .mobile-menu .hs-menu-wrapper {
    max-height: calc(100vh - 70px);
    overflow-y: scroll;
    margin-bottom: 20px !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
*********************************************************************************
****************************************************************************** */
.blog-post_tags {
    margin: 10px 0 !important;
}

.blog-post_tags a {
    color: rgba(218,109,0,1.0) !important;
}
 .m-1of2.t-1of2.d-1of2.l-1of2 {
    float: left;
    padding-right: 0.75em;
    padding-left: 0.75em;
    width: 50%;
} 

aside.author {
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-1of2.t-1of2.d-1of2.l-1of2 .img {
    height: 105px;
    width: 105px;
    float: right;
}

.m-1of2.t-1of2.d-1of2.l-1of2 {}

.img img {
    height: 100%;
    width: 100%;
}

p.title {
    margin: 0;
    line-height: 21px;
    font-size: 15px;
    font-weight: bold;
}

span.footer-line {
    display: block;
    height: 2px;
    background: #da6d00;
    margin: 7px 0;
    width: 25px;
}

ul.category li a:hover {
    color: #7da8ae;
}

a.send.e-mail {
    color: #da6d00;
    line-height: 21px;
    font-size: 15px;
    font-weight: bold;
}
.article-footer {
  padding: 60px 0;
  border-top: 1px solid #da6d00;
  margin: 0 auto;
}

body.blog a {  
  text-decoration: none;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
ul.hs-search-field__suggestions li a:hover {
  color: rgba(218,109,0,1.0);
}
ul.hs-search-field__suggestions {
  position: relative;
  z-index: 9;
  background: #fff;
}
div#search-in-menu ul.hs-search-field__suggestions {
  background: #fff;
}
.search-sidebar i.fa.fa-search {
  font-size: 18px;
  width: 30px;
  color: #4a4f55;
  height: 35px;
  line-height: 35px;
  top: 0;
  right: 0;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.blog_logo img {
  display: none;
}
i.fa.fa-search {
  z-index: 4;
  cursor: pointer;
  position: absolute;
}

.search-sidebar form {
  position: relative;
}
ul.hs-search-field__suggestions li { 
  padding: 10px;
}
.search-sidebar input:focus {
  outline: #da6d00 !important;
  border: 1px solid #da6d00 !important;
}
ul.hs-search-field__suggestions {
  text-align: left;
}
.slick-track {
  position: relative;
  height: 90vh;
}

.slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,.2);
  z-index: 99;
}

.slides.fade-slide.slick-slide.slick-cloned {
  /* -webkit-filter: grayscale(100%); */
  /* filter: grayscale(100%); */
}

.slick-slide img {
  width: 100%;
}

.slides  img {
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  object-fit: cover;
}

.slides .content {
  position: absolute;
  max-width: 700px;
  z-index: 99;
  width: 85%;
  top: 50%;
  left: 50%;
  text-align: center;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slides .content h1 {
  font-size: 50px;
  line-height: 66px;
  position: relative;
  padding: 0;
  font-weight: 700;
  letter-spacing: .05em;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.slides {
  position: relative;
}

a.btn.white-btn.blue-btn {
  display: inline-block;
  font-size: .77778em !important;
  padding: 0 15px;
  letter-spacing: .1em;
  -moz-border-radius: .21429em;
  -webkit-border-radius: .21429em;
  border-radius: .21429em;
  font-weight: 300;
  line-height: 30px;
  height: 30px;
  vertical-align: middle; 
  margin: 0 auto;
  text-transform: uppercase;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  border: 1px solid #fff;
  color: #ffffff !important;
  text-decoration: none;
  font-family: "GothamNarrowBook", sans-serif;
}
a.btn.white-btn.blue-btn:hover {
  background-color: #7da8ae;
  border: 1px solid #7da8ae;
}
ul.slick-dots {
  position: absolute;
  display: block;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1.7em;
  z-index: 20 !important; 
  margin:0;
  padding:0
}

ul.slick-dots li {
  display: inline-block;
}

ul.slick-dots li button {
  display: inline-block;
  vertical-align: middle;
  background-color: #4a4f55;
  width: 13px;
  height: 13px;
  cursor: pointer;
  margin: 5px;
  font-size: 0;
  border: none;
  text-decoration: none;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  outline:none;
}

li#slick-slide00 {}

ul.slick-dots li.slick-active button {
  background-color: #da6d00;
}
/* TODO: Find a better place for this */ 

/* header css */
.scrolled header.header_blog { 
  background-color: rgba(218,109,0,1);   
}
header.header_blog {
  background-color: rgba(218,109,0,.7); 
  position: fixed;
  width: 100%;
  height: 60px;
  z-index: 21;
  -o-transition: .25s ease;
  -moz-transition: .25s ease;
  -webkit-transition: .25s ease;
  transition: .25s ease;
  font-size: 16px;
}

div#inner-header {
  position: relative;
  z-index: 2;
  width: 90%;
  margin: 0 auto;
}

header.header_blog i.fa.fa-search { 
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  color: #ffffff;
  top: 20px;
  right: 25px;
  z-index: 4;
  -moz-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

header.header_blog i.fa.fa-search:hover {
  color: #333;
}

div#search-in-menu {
  width: 400px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  padding-left: 25px;
  -o-transition: visibility 0.25s linear, opacity 0.25s linear;
  -webkit-transition: visibility 0.25s linear, opacity 0.25s linear;
  -moz-transition: visibility 0.25s linear, opacity 0.25s linear;
  transition: visibility 0.25s linear, opacity 0.25s linear; 
}

.blog_logo a {
  background-image: url(//6510057.fs1.hubspotusercontent-na1.net/hubfs/6510057/raw_assets/public/LSCCommunications_March2021/images/LSC_logo_white.svg);
  width: 195px;
  position: relative;
  z-index: 11;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent; 
}

.blog_logo {
  display: inline-block;
}

span.logo-text { 
  font-size: 1.1em;
  vertical-align: middle;
  color: #ffffff;
  text-transform: uppercase;
  margin-left: 10px;
  border-left: 1px solid #ffffff;
  padding: 7px 0 8px 10px;
  font-family: "GothamNarrowBook", sans-serif;
  font-size: 1.1em;
  display:inline;
}
span.logo-text * {
  display: inline;
}
.blog_menu {
  float: right;
  height: auto;
  -o-transition: visibility 0.25s linear, opacity 0.25s linear;
  -webkit-transition: visibility 0.25s linear, opacity 0.25s linear;
  -moz-transition: visibility 0.25s linear, opacity 0.25s linear;
  transition: visibility 0.25s linear, opacity 0.25s linear;
  display: block;
}

.blog_menu .hs-menu-wrapper ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.blog_menu .hs-menu-wrapper ul ul {
  margin-top: 0;
  background-color: #333;
  border-color: #333;
  position: absolute;
  opacity: 0;
  z-index: 8999;
  width: 155px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

.blog_menu .hs-menu-wrapper >ul {
  display: block;
}

.blog_menu .hs-menu-wrapper >ul>li {
  float: left;
  text-align: left;
  position: relative;
}

.blog_menu .hs-menu-wrapper >ul>li>a {
  padding: 19px 15px;
  letter-spacing: 1px;
  line-height: 22px;
  font-weight: normal;
  display: block;
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "GothamNarrowBook", sans-serif;
}

.blog_menu .hs-menu-wrapper >ul>li:last-child>a {
  border-radius: .21429em;
  border: 1px solid #ffffff;
  padding: 0 15px !important;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  margin: 13px 0 0 10px;
}

.blog_menu .hs-menu-wrapper >ul>li:last-child>a:hover {
  background: #ffffff;
  color: rgba(218,109,0,.7) !important;
}

.blog_menu .hs-menu-wrapper >ul>li>a:hover {
  color: #333;
}

.blog_menu .hs-menu-wrapper >ul>li:not(:last-child)>a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1px;
  width: 0%;
  background-color: #ffffff;
  display: block;
  content: '';
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease; 
  transition: all .5s ease; 
}

.blog_menu .hs-menu-wrapper >ul>li:not(:last-child):hover>a:after {  
  left: 0;
  width: 100%;
}

.blog_menu .hs-menu-wrapper ul li:hover> ul {
  top: auto;
  opacity: 1;
}

.blog_menu .hs-menu-wrapper ul ul li {
  float: left;
  text-align: left;
  position: relative;
}

.blog_menu .hs-menu-wrapper ul ul li a {
  border-bottom: 0;
  padding-left: 10px;
  border: 0;
  display: block;
  width: 150px;
  padding: 10px 15px;
  font-family: "GothamNarrowBook", sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 22px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
}

.blog_menu .hs-menu-wrapper ul ul li a:hover {
  background: rgba(0,0,0,0.1);
  padding-left: 18px;
  color: #DA6D00 !important;
}

.search-open_blog div#search-in-menu {
  opacity: 1;
  visibility: visible;
}
#search-in-menu form {
  height: 100%;
  text-align: left;
}
#search-in-menu input {
  font-size: 16px;
  color: #ffffff;
  background-color: transparent;
  padding-left: 17px;
  height: 60px;
  border: none;
  outline: none;
  width: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;  
  font-family: "GothamNarrowBook", sans-serif;
  margin: 0;
  padding: 0;
}
#search-in-menu  input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#search-in-menu input::-webkit-input-placeholder {
  color: #ffffff;
}

.search-open_blog .blog_menu {
  opacity: 0;
  visibility: hidden;
}

.search-open_blog i.fa.fa-search:before {
  content: "\f00d";
}  


/* footer css */

.blog .clearfix.leftmargin.rightmargin {
  width: 90%;
  margin: 0 auto !important;
}
body.blog {
  font-weight: 300;
  font-size: 18px;
  font-family: "GothamNarrowBook", sans-serif;
  line-height: 1.5;
  color: #4a4f55;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
footer.footer_blog {
  background-color: rgba(74, 79, 85, 0.1);
  margin-top: 100px;
  position: relative;
  clear: both;
  padding: 40px 0 0 0;
  font-size: 12px;
}

div#copyrights-blog {
  clear: both;
  background-color: #4a4f55;
  font-size: 12px;
  color: #ffffff;
  padding: 40px 0 10px;
}

.copyight_blog {
  width: 90%;
  margin: 0 auto;
}

.copyrights-right_blog {
  float: right;
  height: auto;
}

.copyrights-left_blog {
  margin: 0;
  line-height: 21px;
  font-size: 12px;
  display: inline;
}

.copyrights-right_blog ul {
  display: block;
  margin: 0;
  list-style: none;
  padding: 0;
}

.copyrights-right_blog ul li {
  float: left;
  text-align: left;
  position: relative;
}

.copyrights-right_blog ul li a {
  font-size: 12px;
  font-weight: normal;
  height: 10px;
  line-height: 10px;
  padding: 0 12px;
  letter-spacing: 0;
  border-right: 1px solid #ffffff;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "GothamNarrowBook", sans-serif;
}

.copyrights-right_blog ul li:last-child a {
  border: none;
}

.copyrights-right_blog ul li a:hover {
  text-decoration: underline;
  color: #fff;
}

.wrap {
  width: 90%;
  margin: 0 auto;
}

.wrap>div {
  padding-top: 2em;
  padding-bottom: 2em;
  float: left;
  padding-right: 2em;
  padding-left: 2em;
  width: 33.33%;
}

.center_blog {
  text-align: center;
}

.center_blog h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin: 0;
  font-family: "GothamNarrowBook",sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: none;
}

ul.blog_footer_icons {
  width: 65%;
  margin: 15px auto 0;
  padding: 0;
  list-style-type: none;
}

ul.blog_footer_icons li {
  float: left;
  width: 33.33%;
  position: relative;
  padding: 0;
}

ul.blog_footer_icons a {
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: block;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

ul.blog_footer_icons ul li a img {
  width: 100% !important;
  display: block;
}

ul.blog_footer_icons a {
  font-size: 0;
}

ul.blog_footer_icons a {
  font-size: 0;
}


.blog_footer_logo_container .foooter-logo {
  padding-bottom: 20px;
}

.blog_footer_logo_container .logo-center {
  font-family: 'FFTisaWebProLight';
  font-size: 16px;
  line-height: 1.5;
}

.blog_footer_logo_container .footer-logo-wrapper {
  padding: 0;
}

ul.social-icons {
  padding: 0;
  margin: 0;
  text-align: center;
}

.social-icons li {
  display: inline;
  overflow: hidden;
  list-style: none;
}.social-icons i {
  font-size: 24px;
  color: #4a4f55;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  line-height: 40px;
  text-align: center;
}.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.fa-linkedin:before {
  content: "\f0e1";
}.fa-twitter:before {
  content: "\f099";
}.social-icons i:hover {
  color: #da6d00;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

.blog a#back-to-top { 
  top: auto;
  left: auto;
  right: 10px;
  bottom: 10px;
} 
@media(max-width:1150px){
  .blog_menu {
    padding-right: 55px;
  }

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

  div#inner-header {
    max-width: 1040px;
    width: 100%;
  }
  .wrap {
    max-width: 1040px;
  }

  .copyight_blog {
    max-width: 1040px; 
  }

}
@media(max-width:1030px){
  div#inner-header {
    max-width: 760px;

    width: 100%;
  }

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

  .blog_menu {
    padding: 0;
  }
  header.header_blog {
    padding-left: 10px;
    padding-right: 10px;
  }
  .wrap {
    max-width: 760px;

  }

  .copyight_blog {
    max-width: 760px; 

  }

  .wrap>div {
    float: left;
    padding-right: 0.75em;
    padding-left: 0.75em;
    width: 100%;
  }
}
@media(min-width:768px){

  .blog_mobile_menu, div#mobile-menu {
    display: none !important;
  }
}

@media(max-width:767px){
  .search-open_blog div#inner-header {
    opacity: 0;
    visibility: hidden;
  }
  .copyight_blog {
    width: 96%;
    margin: 0 auto;
  }

  .copyrights-right_blog {
    display: none;
  }

  .wrap {
    width: 96%;
    margin: 0 auto;
    max-width: 100%;
  }

  .wrap>div {
    float: left;
    padding-right: 0.2em;
    padding-left: 0.2em;
    width: 100%;
  }

  div#inner-header {
    width: 96%;
    margin: 0 auto;
  }

  header.header_blog {
    padding: 0;
  }

  .blog_logo a {
    background-image: url(//6510057.fs1.hubspotusercontent-na1.net/hubfs/6510057/raw_assets/public/LSCCommunications_March2021/images/LSC_logo_white_small.svg);
    width: 40px;
  }

  div#search-in-menu {
    width: 100%;
  }

  .blog_menu {
    display: none;
  }
  div#mobile-menu {
    position: absolute;
    top: 20px;
    right: 60px;
    z-index: 9;
  }#navbar {
    width: 26px;
    height: 25px;
    position: relative;
    -webkit-transform: rotate(
      0deg
    );
    transform: rotate(
      0deg
    );
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }#navbar span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ffffff;
    border-radius: 2px;
    opacity: 0.9;
    left: 0;
    -webkit-transform: rotate(
      0deg
    );
    transform: rotate(
      0deg
    );
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }#navbar span:nth-child(1) {
    top: 0px;
  }#navbar span:nth-child(2), #navbar span:nth-child(3) {
    top: 8px;
  }#navbar span:nth-child(2), #navbar span:nth-child(3) {
    top: 8px;
  }#navbar span:nth-child(4) {
    top: 16px;
  }

  .menu-open #navbar span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  .menu-open #navbarvspan:nth-child(2) {
    -webkit-transform: rotate(
      45deg
    );
    transform: rotate(
      45deg
    );
  }
  .menu-open #navbar span:nth-child(3) {
    -webkit-transform: rotate(
      -45deg
    );
    transform: rotate(
      -45deg
    );
  }
  .menu-open #navbar span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  .menu-open #navbar span:nth-child(3){
    top: 8px;

  }

  .menu-open #navbar span:nth-child(2) {
    -webkit-transform: rotate(
      45deg
    );
    transform: rotate(
      45deg
    );
  }

  .blog_mobile_menu {
    position: absolute;
    top: 60px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    background: rgba(218,109,0,.7);
    -o-transition: visibility 0.25s linear, opacity 0.25s linear;
    -webkit-transition: visibility 0.25s linear, opacity 0.25s linear;
    -moz-transition: visibility 0.25s linear, opacity 0.25s linear;
    transition: visibility 0.25s linear, opacity 0.25s linear;
    overflow-y: auto;
    max-height: calc(100vh - 52px);
  }

  .menu-open .blog_mobile_menu {
    opacity: 1;
    visibility: visible;
  }



  .blog_mobile_menu .hs-menu-wrapper >ul {
    display: block;
    padding-bottom: 10px;
    margin: 0;
  }

  .blog_mobile_menu .hs-menu-wrapper >ul ul {display: block;}

  .blog_mobile_menu .hs-menu-wrapper >ul li {
    text-align: center;
  }

  .blog_mobile_menu .hs-menu-wrapper >ul li a {
    display: block;
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.75em;
    letter-spacing: 1px;
    line-height: 22px;
    font-weight: normal;
    font-family: "GothamNarrowBook", sans-serif;
  }

  .blog_mobile_menu .hs-menu-wrapper >ul ul li a {
    color: #ffffff;
    font-size: 12px;
  }

  .blog_mobile_menu .hs-menu-wrapper >ul>li:last-child>a {
    border-radius: .21429em;
    border: 1px solid #ffffff;
    padding: 0 15px !important;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    margin: 13px 0 0 10px;
    display: inline-block;
  }
}

.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

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

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

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

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

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

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.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;
}

.blog-container {
  max-width: 1040px;
  margin: 0 auto;
}

@media only screen and (min-width: 1240px){
  .blog-container {
    width: 90%; 
    max-width: 100%;
  }

}



.blog-wrapper-inner {
  padding-right: 0.75em;
  padding-left: 0.75em;
  position: relative;
}

.page-header-blog {
  text-align: center;
  padding: 5px 0;
  position: relative;
  text-transform: uppercase;
  margin: 2.5em 1em 1em;
}

.page-header-blog h3 {
  margin: 0;
  font-size: 1.125em;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "GothamNarrowBook", sans-serif;
  text-rendering: optimizeLegibility; 
} 

.page-header-blog h3:after {   
  border-top: 2px solid;
  content: '';
  display: block;
  width: 40px;
  margin: 20px auto;
}

div#top-sidebar {
  position: absolute;
  top: 0;
  right: 20px;
  display: block;
}

.search-sidebar {
  position: relative;
}

.search-sidebar input {
  font-size: 14px;
  color: #4a4f55;
  background-color: transparent;
  border: 1px solid #4a4f55;
  padding-left: 17px;
  line-height: 30px;
  border-radius: 2px;
  height: 30px;
  width: 250px;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  letter-spacing: 1px;
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-family: "GothamNarrowBook", sans-serif;
}

.search-sidebar input::-webkit-input-placeholder {
  color: #4a4f55;
}

.post-item {
  min-height: 460px;
  max-height: 460px;
  overflow: hidden;
  margin: 0 auto 25px;
  float: left;
  padding-right: 2em;
  padding-left: 2em;
  width: 25%;
  display: block;
}
.image-details {
  position: relative;
}

.img-cover {
  display: block;
  width: 100%;
  height: auto;
  min-height: 220px;
  margin-bottom: 7px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}   

.img-cover img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  height: 220px;
}

.image-details h1 {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: .05em;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  margin: 0 auto;
  width: 70%;
  text-align: center;
  color: #ffffff;
  z-index: 1;
  font-family: "GothamNarrowBook", sans-serif;
  text-rendering: optimizeLegibility;
}

.image-details:hover .image-overlay {
  background-color: rgba(125,168,174,.7);
}

.image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.3);
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border-bottom: 3px solid rgba(125,168,174,1);
}


.post-stream .post-details {
  position: relative;
  padding-bottom: 1em;
  min-height: 30px;
}

.post-stream time, .post-stream .category {
  text-transform: uppercase;
  list-style: none;
  line-height: 1em;
  color: #ccc;
  font-weight: 300;
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.post-stream time {
  position: absolute;
  top: 0;
  left: 0;
}

ul.category {
  padding-left: 120px;
  text-align: right;
  margin: 0;
}

ul.category li {
  display: inline-block;
}

ul.category li a {
  color: #7da8ae;
  font-family: "GothamNarrowBook", sans-serif;
}

ul.category li a:hover {
  opacity: 0.7;
}

.excerpt {
  padding: 0 25px;
  line-height: 1.5;
  font-family: 'FFTisaWebProLight';
  font-weight: 300;
  font-size: 18px;
  margin: 18px 0;
  text-align: center;
}
.blog-pagination {
  text-align: center;
  width: 100%;
  margin-bottom: 100px;
  display: block;
}

.blog-pagination a {
  display: inline-block;
  font-size: 12.4445px;
  padding: 0 15px;
  letter-spacing: 1.24445px;
  -moz-border-radius: .21429em;
  -webkit-border-radius: .21429em;
  border-radius: .21429em;
  font-weight: 300;
  line-height: 30px;
  height: 30px;
  vertical-align: middle;
  margin: 0 auto;
  text-transform: uppercase;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  border: 1px solid #4a4f55 !important;
  color: #4a4f55;
  text-decoration: none;
  background-color: transparent !important;
  font-family: "GothamNarrowBook", sans-serif;
}

.blog-pagination a:hover {
  text-decoration: none;
  color: #f9f9f9;
  background-color: #4a4f55 !important;
} 













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

.blog_post_banner {
  background-size: cover !important;
  max-height: 480px;
  height: 480px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  background-position: left top;
}

.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,.2);
  z-index: 99;
}

h1.entry-title.single-title {
  max-width: 700px;
  font-size: 50px;
  line-height: 66px;
  position: absolute;
  z-index: 99;
  width: 85%;
  top: 50%;
  left: 50%;
  text-align: center;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
  font-weight: 700;
  letter-spacing: .05em;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}

h3.page-title a {
  color: #7da8ae;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "GothamNarrowBook", sans-serif;
  text-rendering: optimizeLegibility;
  font-size: 18px;
}

.blog-wrapper {
  font-size: 16px;
  line-height: 1.5;
}.page-title i {
  margin: 0 5px;
}

.hs-blog-post h3.page-title {
  color: #7da8ae;
}

.post_body_container {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 1.5em;
}

p.byline.entry-meta.vcard {
  color: #9fa6b4;
  margin: 0;
  text-transform: uppercase;
  font-family: "GothamNarrowBook", sans-serif;
  font-size: 13px;
}

.social-sidebar-single {
  position: sticky;
  top: 120px;
  width: 40px;
  float: left;
  margin-top: 20px;
}

.post_body {
  font-family: 'FFTisaWebProLight'; 
  padding: 1.5em 1.5em 0;
  padding-left: 75px;
  font-weight: 300;
  font-size: 18px;
  max-width: 100%;                 
}

h3.page-title.tag-post {
  color: #7da8ae;
}
.social-sidebar-single  li {
  float: none;
  display: block;
  margin-top: 7px;
}

.social-sidebar-single i {   
  border: 1px solid #4a4f55;
  background-color: #ffffff; 
  border-radius: 2px; 
}

.no-image .image-details h1 {   
  position: static;
  transform: none !important;
  color: #4a4f55;
  padding: 15px 0;
}

.post-item-inner.no-image .image-overlay {
  display: none;
}

.contact-line_blog {
  width: 85%; 
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 1920px){
  .contact-line_blog {
    width: 60%;
  }
} 


.contact-line_blog span.contact-header {
  color: #da6d00;
  padding-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
  text-transform: uppercase;
  z-index: 1;
  display: block;
  font-size:16px; 
}

.contact-line_blog i {
  font-size: 24px;
  background: #da6d00;
  height: 30px;
  width: 30px;
  vertical-align: middle;
  color: #ffffff;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  top: 34px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  cursor: pointer;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;  
  font-size: 24px; 
}

.toggle-box {
  display: none;
  position: relative;
}

.contact-line_blog i.fa-angle-up:before {
  content: "\f107";
  position: relative;
  top: 3px;
}


.search-open-blog .contact-line_blog i.fa-angle-up:before {
  content: "\f106";
  position: static;
}
.toggle-content {
  padding: 30px;
  background-color: #f9f9f9;
  overflow: auto;
  border-bottom: 1px solid #eeeeee;  
}

.toggle-content h4 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "GothamNarrowBook", sans-serif;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
  letter-spacing: normal;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
}

.toggle-content p {
  margin: 0 !important;
  font-family: 'FFTisaWebProLight';
  font-weight: 300;
  font-size: 18px;
}

.blog_form_wrapper {
  margin-top: 20px;
}


.blog_form_wrapper span#hs_cos_wrapper_blog_form {
  padding: 0;
  background: none;
  max-width: 100%;
  width: 100%;
  margin: 0;
  border: none;
}

.blog_form_wrapper fieldset.form-columns-2 {
  width: 100% !important;
  max-width: 100% !important;
}

.blog_form_wrapper fieldset >div {
  margin-bottom: 15px;
  float: left;
  padding-right: 12px;
  padding-left: 12px;
  width: 50%;
}

.screen-reader-response h3.form-title {
  display: none;
}

.blog_form_wrapper .field >label {
  display: none;
}


.blog_form_wrapper .hs-input {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid #eeeeee;
  background-color: #eee;
  color: #4a4f55;
  margin-bottom: 5px;
  font-size: 15px;
  letter-spacing: 1px;
  width: 100%;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-family: "GothamNarrowBook", sans-serif;
}

.contact-line_blog input::-webkit-input-placeholder, .contact-line textarea::-webkit-input-placeholder {
  color: #4a4f55;
}

.blog_form_wrapper .field legend {
  display: none !important;
}

.blog_form_wrapper .hs-input:focus {
  outline: #da6d00 !important;
  border: 1px solid #da6d00 !important;
}

.blog_form_wrapper  fieldset.form-columns-1 {
  width: 100%;
  max-width: 100% !important;
}

.blog_form_wrapper fieldset.form-columns-1>div {
  width: 100%;
  padding-bottom: 0;
}


.blog_form_wrapper  .actions {
  float: left;
  padding-right: 0.75em;
  padding-left: 0.75em;
  width: 100%;
  margin-bottom: 15px;
}
.screen-reader-response .input {
  margin: 0 !important;
}
.blog_form_wrapper  input.hs-button.primary.large {
  color: #4a4f55;
  letter-spacing: 1px;
  -webkit-appearance: button;
  cursor: pointer;
  outline: none !important;
  -moz-border-radius: .21429em;
  -webkit-border-radius: .21429em;
  border-radius: .21429em;
  font-weight: 300;
  line-height: 30px;
  height: 30px;
  vertical-align: middle;
  margin: 0 auto;
  text-transform: uppercase;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  display: inline-block;
  font-size: 12.4445px;
  padding: 0 15px;
  background-color: transparent !important;
  border: 1px solid #4a4f55 !important;
  font-family: "GothamNarrowBook", sans-serif;
  margin-bottom: 5px;
  margin-right: 22px;
}

.blog_form_wrapper  input.hs-button.primary.large:hover {
  text-decoration: none;
  color: #f9f9f9;
  background-color: #4a4f55 !important;
}
.blog_form_wrapper textarea {
  max-width: 100%;
  min-height: 120px;
  padding-top: 7px;
  line-height: 1.5em;
}

.blog_form_wrapper textarea::-webkit-input-placeholder {
  color: #4a4f55;
}

body .blog_form_wrapper .hs-error-msgs label { 
  font-weight: normal;
  display: block;
  color: #f00;
  font-size: 13px;
  background: none;
  text-align: center;
  line-height: 1.5;
  font-family: "GothamNarrowBook", sans-serif;
  padding: 0;
  letter-spacing: normal;   
  margin: 0; 
}

.post-item-inner.no-image .img-cover { 
  display: none;
}

@media (min-width: 1030px){
  .hs-blog-listing .post-item {
    width: 33.33%;
  }

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

  .hs-blog-listing .post-item{
    padding-right: 0.75em;
    padding-left: 0.75em;
    width: 50%;

  }
}
@media (min-width: 1920px){
 .hs-blog-listing .post-item{
    width: 25%;
  }

}
@media(max-width:1240px){
  .hs-blog-listing .slides .content h1 {
    font-size: 30px;
    line-height: 1.333em;
  }

  .hs-blog-listing  .blog-container {
    max-width: 1040px;
    width:100%;
  }

  .hs-blog-listing .post-item {
    min-height: 460px;
    max-height: 460px;
    overflow: hidden;
    width: 33.33%;
  }

}
@media(min-width:768px) and  (max-width:1030px){
  .blog_menu {
    padding: 0;
  }
  .blog_menu .hs-menu-wrapper>ul>li>a {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .blog_logo a {
    width: 173px;
  }

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


  .blog-container {
    max-width: 760px;
  }
  .hs-blog-listing .post-item {
    float: left;
    padding-right: 0.75em;
    padding-left: 0.75em;
    width: 50%;
  }

  .hs-blog-listing .blog-container {   
    max-width: 760px;
    width: 100%;
  }
  div#top-sidebar {
    position: static;   
  }
}



@media (max-width: 767px) { 
  .post-item {
    float: left;
    padding-right: 0.2em;
    padding-left: 0.2em;
    width: 100%;
  }
  .blog_form_wrapper fieldset>div {
    width: 100% !important;
    padding-left: 3.2px;
    padding-right: 3.2px;
  }
  .hs-blog-listing .blog-container {
    width: 96%;
    margin: 0 auto;
  }

  .hs-blog-listing .post-item {
    float: left;
    padding-right: 0.2em;
    padding-left: 0.2em;
    width: 100%;
  }
  .slides .content h1 {
    font-size: 30px;
    line-height: 1.333em;
  }

  .blog_post_banner {
    max-height: 220px;
    height: 220px;
  }

  h1.entry-title.single-title {
    font-size: 20px;
  }

  .blog-container {
    width: 96%;
    margin: 0 auto;
  }

  .post_body_container {
    width: 100%;
  }

  .blog-wrapper-inner {
    padding-right: 0.2em;
    padding-left: 0.2em;
  }

  div#top-sidebar {
    display: none;
  }

  .post_body {
    padding-left: 50px;
  }
  .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.
*********************************************************************************
****************************************************************************** */
ul.no-list.hs-error-msgs {
  list-style: none;
  padding: 0;
  margin: 0;
}
label.hs-error-msg:empty {
  display: none;
}
.widget-type-email_simple_subscription form#email-prefs-form {
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.systems-page form{
  max-width:700px;

}
.systems-page input[type="email"] {
  width: 100% !important;
}
.widget-type-email_subscriptions form {
  width: 100%;
  max-width: 100%;
}
p.header {
  background: none;
}

.systems-page input[type="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: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

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

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

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

@media(max-width:767px){

  .systems-page h1{

    font-size:25px;
  }
  .systems-page h2{

    font-size:20px;
  }
  h1.error-page_heading {
    font-size: 25px;
  }
  .systems-page form{
    max-width:100%;

  }

}