/* ******************************************************************************
*********************************************************************************
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 {
  font-family: sans-serif;
  line-height: 1.15;
  -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.
*********************************************************************************
****************************************************************************** */

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-right: 15px;
  padding-left: 15px;
}

@media (max-width: 1199px) {
  .dnd-section > .row-fluid {
    max-width: 960px !important;
  }
}


@media (max-width: 991px) {
  .dnd-section > .row-fluid {
    max-width: 720px !important;
  }
}


@media (max-width: 767px) {
  .dnd-section > .row-fluid {
    max-width: 540px !important;
  }
  .dnd-section {
    padding-bottom: 48px !important;
    padding-top: 48px !important;
  }
}


@media (max-width: 575px) {
  .dnd-section > .row-fluid {
    max-width: 100% !important;
  }
  .dnd-section {
    padding-bottom: 38px !important;
    padding-top: 38px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


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

img{
  max-width:100%;
}

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;
  word-break: break-word;
  font-family: "Noto Serif", serif; 
  line-height:normal;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

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

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-bottom: 20px;
}
ol{
  padding-left: 15px;
}
ul{
  list-style: none;
  padding-left: 2px;
  line-height: normal;
}

.body-container ul li:before{
  content: "\f105";
  color: #c5a900;
  font-family: "FontAwesome";
  margin-right: 5px;
}

ul li,
ol li {
 
}

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

blockquote {
  line-height: normal;
  font-family: Arimo, sans-serif;
  font-weight: 400;
  text-align: center;
  position: relative;
  background: #f7f7f7;
  padding: 45px 50px 30px;
  border: 0;
  margin: 50px 0 40px;
  font-size: 22px;
}
blockquote:before {
  position: absolute;
  content: '\f10e';
  font-family: FontAwesome;
  font-size: 24px;
  padding: 8px 15px;
  top: -30px;
  left: 50%;
  margin-left: -44px;
  color: #fff;
  background: #ec0000;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

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

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  
  text-decoration: none;
  line-height: normal;
  -webkit-transition: 350ms;
  transition: 350ms;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
  font-family:"Noto Serif", serif;
  white-space:normal;
  margin:20px 0 20px;
}

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

.hs-error-msgs label {
  margin-top: .5rem;
  color: #dc3545 !important;
  line-height: normal !important;
  font-family:"Noto Serif", serif;
  font-size:16px;
  font-weight:400 !important;
}

.hs-input,input#hs-pwd-widget-password {
  display: inline-block;
  width: 100%;
  color: #495057; 
  padding: 3px 10px;
  font-size: 16px;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #c5a900;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  font-family:"Noto Serif", serif;
  margin-bottom:20px;
}
form.hs-form.stacked .field.hs-form-field {
  margin-bottom: 0;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #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 {
  background-color: #FFFFFF;
  border-color: #f22319;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 215, 149, 0.8);
  box-shadow: 0 0 0 0.2rem rgba(236, 215, 149, 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.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */


.IE .header-contact-links .row {
  width: 100%;
}

.lp-header-wrapper .main-nav>.header__container>.row {
  border-bottom: 0;
}

.sticky-header.lp-header .main-nav.clearfix {
  display: none;
}

.header {
  background-color: #F8FAFC;
}

.header__container {
  margin: 0 auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.search-block .searchbutton:hover {
  color: #000 !important;
}
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.shrink {
  -webkit-transition: padding-top linear 0.1s;
  transition: padding-top linear 0.1s;
}

.custom-header {
  border-top-width: 2px;
  border-top-style: solid;
  padding: 15px 0 0;
}

.shrink .custom-header {
  padding: 5px 0 0px;
}

.shrink .mail-link {
  line-height: 21px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.logo-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  display: none;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.logo-left img {
  vertical-align: middle;
  max-width: 116px !important;
}

.shrink .logo-left img {
  height: 95px;
  max-width: 79.27px !important;
}

.custom-logo {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.shrink .custom-logo {
  -webkit-transition: padding-top linear 0.2s;
  transition: padding-top linear 0.2s;
  padding-top: 7px;
  padding-bottom: 7px;
}

.custom-logo img {
  vertical-align: middle;
  max-width: 209px;
}

.shrink .custom-logo img {
  height: 81px;
  max-width: 161.219px;
}

.header-contact-links {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.contact-link,
.telephone-link {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.shrink .contact-link, 
.shrink .telephone-link {
  font-size: 0.9375rem;
}

.mail-link, .social-links {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.mail-link a, 
.mail-link a:hover {
  text-decoration: none;
}

.shrink .mail-link a {
  font-size: 0.875rem;
}

.contact-link,
.telephone-link {
  font-size: 1.25rem;
}

.contact-link {
  text-align: right;
}

.contact-link strong, 
.telephone-link strong {
  font-weight: bolder;
}

.contact-link a, 
.telephone-link a {
  text-decoration: none;
}

.telephone-link:hover a, 
.contact-link:hover a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.social-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  line-height: inherit;
}

.social-links ul a:not(:last-child) {
  margin-right: 0.5rem;
}

.social-links ul a {
  display: inline-block;
  text-decoration: none;
}

.fa-linkedin {
}

.fa-facebook-f {
}

.fa-twitter {
}

.main-nav > .header__container {
  position: relative;
}

.main-nav > .header__container > .row {
  border-top-width: 3px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-left: 0;
  margin-right: 0;
}

.navbar-toggler {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  border-radius: 0;
  margin-right: 5px;
  background: #ec0000;
  height: 30px;
  width: 35px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: 350ms;
  transition: 350ms;
}

.navbar-toggler:hover {
  background: #272d33;
  color: #fff;
}

.navbar-toggler:focus { 
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  outline: 0;
}

a.header__client-login {
  font-size: 1rem;
  text-align: center;
  margin: 0 auto;
  font-weight: normal;
  text-transform: none;
  background: none;
  color: #f22319;
  padding: 15px 25px;
  display: none;
}

.custom-menu-primary {
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  border-bottom: 3px solid;
  -webkit-transform: scale(0) translateZ(0);
  transform: scale(0) translateZ(0);
  -webkit-transition: -webkit-transform 0.45s ease, opacity 0.55s ease;
  -webkit-transition: opacity 0.55s ease, -webkit-transform 0.45s ease;
  transition: opacity 0.55s ease, -webkit-transform 0.45s ease;
  transition: transform 0.45s ease, opacity 0.55s ease;
  transition: transform 0.45s ease, opacity 0.55s ease, -webkit-transform 0.45s ease;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:before,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:before,
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:before  { 
  border-color: #ec0000;
  opacity: 1;
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}

.nav-search {
  float: right;
  display: inline-block;
  position: relative;
  cursor: pointer;
  top: 15px;
  right: 10px;
  top: 11px;
}

.fa-search:before {
  content: "\f002";
}

.search-block {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 10px;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 300px;
  z-index: 10;
  margin-top: 0;
  display: none;
}

.search-block .riSingle {
  display: inline-block;
  white-space: nowrap;
  text-align: left;
  box-sizing: border-box;
  vertical-align: middle;
  font: 12px "segoe ui",arial,sans-serif;
  width: 100%;
}

.search-block input {
  font: 12px "segoe ui",arial,sans-serif;
  font-style: normal;
  font-family: "Noto Serif", serif;
  border: none;
  width: 100% !important;
  height: 40px !important;
  padding: 0 12px;
  box-shadow: none;
  display: block;
  border-radius: 0;
  outline: none;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}



.search-block input::-webkit-input-placeholder {
  color:rgb(73, 80, 87);
} /* Webkit Browsers */
.search-block input:-moz-placeholder {
  color:rgb(73, 80, 87);
} /* Firefox 18- */
.search-block input::-moz-placeholder {
  color:rgb(73, 80, 87);
} /* Firefox 19+ */
.search-block input:-ms-input-placeholder {
  color:rgb(73, 80, 87);
} /* IE10 */

.search-block .searchbutton {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 18px;
}

.search-block .search-close {
  color: #525252;
  position: absolute;
  top: -51px;
  right: 9px;
  padding: 0;
  font-size: 32px;
  cursor: pointer;
  background: #fff;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a i {
  font-weight: 700;
  margin-left: 0.25rem;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 20px;
  line-height: inherit;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  border-top-width: 1px;
  border-top-style: solid;
  display: none;
  -webkit-box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.15);
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
  font-size: 0.9375rem;
  display: block;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 12px 15px 12px 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

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

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.navbar-expand-lg {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 0;
  margin: 0;
  padding: 0px;
}

.site-nav-inner {
  width: 100%;
}

@media (min-width: 576px) {

  .header__container {
    max-width: 540px !important;
  }
}

@media (min-width: 768px) {

  .header__container {
    max-width: 720px !important;
  }

  .logo-left {
    display: block;
  }

  .custom-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .header-contact-links { 
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .contact-link,
  .telephone-link,
  .mail-link,
  .social-links {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: right;
  }
}

@media (min-width: 992px) {

  .header__container {
    max-width: 960px !important;
  }

  .navbar-toggler { 
    display: none;
  }

  .custom-menu-primary {
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100% !important;
    line-height: inherit;
    font-size: 0
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    float: none;
    display: inline-block;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display: inline-block;
    padding: 0 10px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    -webkit-transition: 350ms;
    transition: 350ms;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul { 
    display: block;
  }

  .nav-search {
    right: 0;
  }

  .search-block .search-close {
    right: 0;
  }

  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header-wrapper {
    min-height: 210px;
  }
  .lp-header-wrapper {
    min-height: 156px;
  }
}

@media (min-width: 1200px) {

  .header__container {
    max-width: 1140px !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0 9px;
  }
}


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

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 0 6px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 12px;
    padding: 0px;
  }
}

@media screen and (max-width: 991px) {

  .sticky-header {
    position: relative;
  }

  .custom-logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .custom-logo img {
    height: 81px;
  }

  .custom-menu-primary {
    background: none;
    width: 100%;
    display: none;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    list-style: none;
    margin: 0;
    padding: 0 0 10px;
    float: none;
    margin-top: 7.5px;
    display: inline-block;
    width: 100%;
    line-height: inherit;
    margin-top: 6.5px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    display: block;
    float: none;
    padding: 0;
    position: relative;
    line-height: inherit;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    line-height: normal !important;
    color: #333;
    border-top: 1px solid #f1f1f1;
    border-bottom: 0;
    display: block;
    padding: 10px;
    padding-right: 55px;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 350ms;
    transition: 350ms;
    white-space: nowrap;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover {
    background: none;
    color: #f22319;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
    border-bottom: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a i {
    position: absolute;
    right: 10px;
    background: #f5f5f5;
    float: right;
    width: 36px;
    height: 28px;
    line-height: 28px;
    margin-top: -5px;
    text-align: center;
    color: #000;
    font-weight: 700;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    float: none;
    position: relative;
    border: 0;
    margin: 0;
    padding: 0;
    display: none;
    line-height: inherit;
    box-shadow: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
    float: none;
    line-height: inherit;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    line-height: normal;
    color: #333;
    border-top: 1px solid #f1f1f1;
    border-bottom: 0;
    padding: 10px 0;
    display: block;
    min-width: 350px;
    padding-left: 20px;
  }

  .child-open.fa-angle-down:before {
    content: "\f106";
  }
  .custom-logo img {
    max-width: 161.62px;
  }
  .hs-blog-listing .header-contact-links,
  .hs-blog-post .header-contact-links {
    position: relative;
    top: 1px;
  }

  .hs-blog-listing .custom-menu-primary .hs-menu-wrapper>ul,
  .hs-blog-post .custom-menu-primary .hs-menu-wrapper>ul {
    margin-top: 7px;
  }

}

@media screen and (max-width: 767px) {

  .mail-link {
    line-height: 21px;
  }

  .nav-search {
    position: absolute;
    right: 20px;
    top: 15px;
  }

  .search-block .search-close {
    right: 4px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    width: 100%;
    margin: 0;
    padding: 0 0 10px;
    margin-top: -1px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    background: none;
    padding-left: 15px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    padding-left: 15px;
  }

  .search-block {
    width: 220px;
  }

  .search-block .searchbutton {
    display: none;
  }
  .hs-blog-listing .custom-menu-primary .hs-menu-wrapper>ul,
  .hs-blog-post .custom-menu-primary .hs-menu-wrapper>ul {
    margin-top: -1px;
  }

  .hs-blog-listing .header-contact-links,
  .hs-blog-post .header-contact-links {
    top: 0;
  }

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

.footer {
  background-color: #F8FAFC;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.footer__container {
  margin: 0 auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.footer-top {
  border-top: 2px solid #f22319;
  background-color: #1c1c1c;
  color: #969696;
  padding: 70px 0;
  padding-bottom: 40px;
}


.footer-menu {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-menu h3 {
  font-family: "Noto Serif", serif;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  line-height: 1.2;
  margin: 0 0 35px;
  text-transform: uppercase;
}

.footer-menu .hs-menu-wrapper > ul {
  -webkit-column-count: 2;
  column-count: 2;
  font-size: 0.875rem;
  line-height: inherit;
}

.footer-menu .hs-menu-wrapper > ul > li {
  margin-bottom: 18px;
  color: white;
  line-height: inherit;
}

.footer-menu .hs-menu-wrapper > ul > li > a {
  text-decoration: none;
}

.footer-menu .hs-menu-wrapper > ul > li:nth-child(2) > a,
.footer-menu .hs-menu-wrapper > ul > li:nth-child(6) > a {
  cursor: text;
}

.footer-menu .hs-menu-wrapper > ul > li > a:hover {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-main {
  margin-bottom: 43px;
}

.footer-contact { 
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-contact h3 {
  font-family: "Noto Serif", serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  margin: 0 0 35px;
  text-transform: uppercase;
}

.footer__contact {
  font-size: 0.875rem;
}

.footer__contact a {
  text-decoration: none;
}

.footer__contact a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-social {  
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-social h3 {
  font-family: "Noto Serif", serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  margin: 0 0 35px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.mb-3, .my-3 {
  margin-bottom: 1rem;
}

.footer-social iframe {
  line-height: 1.5;
  display: block;
}

.footer-info {
  text-align: center;
}

.footer-info-content {
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: 50px;
  padding: 50px 250px 0;
  padding-top: 40px;
}

.footer-logo img {
  margin-bottom: 0;
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  max-width: 199px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.copyright {
  font-size: 1rem;
  padding: 15px 0;
  position: relative;
  z-index: 1;
  font-weight: 500;
}

.col-md-12 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.copyright-info {
  text-align: center;
}

.copyright a {
  text-decoration: none;
}

.copyright a:hover {
  text-decoration: none;
}

#back-to-top {
  position: fixed;
  right: 55px;
  bottom: 54px;
  z-index: 10;
  -webkit-backface-visibility: hidden;
}


#back-to-top .btn {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.9);
  font-weight: 700;
  font-size: 16px;
  padding: 0;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: 350ms;
  transition: 350ms;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  font-family: inherit;
  outline: 0;
}

#back-to-top .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

#back-to-top .btn:hover {
  color: #fff;
  background: #ec0000;
}

.fa-angle-up:before {
  content: "\f106";
}

@media (min-width: 576px) {

  .footer__container {
    max-width: 540px !important;
  }

  .footer-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-contact {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  } 

  .footer-social { 
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}


@media (min-width: 768px) {

  .footer__container {
    max-width: 720px !important;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    cursor: text;
  }
  .footer__container {
    max-width: 960px !important;
  }

  .footer-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .footer-contact {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .footer-social { 
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}



@media (min-width: 1200px) {

  .footer__container {
    max-width: 1140px !important;
  }

  .footer-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .footer-contact {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-left: 16.66667%;
  }

  .footer-social {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 1199px) {
  .footer-main {
    margin-bottom: 38px;
  }
}


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

  .footer-menu {
    display: inline-block;
    margin-bottom: 30px;
  }

  .footer-contact {
    display: inline-block;
    margin-bottom: 30px;
  }

  .footer-social {
    display: inline-block;
    margin-bottom: 30px;
  }

  .footer-info-content {
    padding: 50px 100px 0;
    padding-top: 40px;
  }
}

@media (max-width: 991px) {
  .footer-main {
    margin-bottom: 0;
  }
}


@media (max-width: 767px) {

  .footer-menu {
    display: inline-block;
    margin-bottom: 30px;
  }

  .footer-contact {
    display: inline-block;
    margin-bottom: 30px;
  }

  .footer-social {
    display: inline-block;
    margin-bottom: 30px;
  }

  .footer-info-content {
    padding: 50px 20px 0;
    padding-top: 40px;
  }

  #back-to-top {
    bottom: 0;
    right: 20px;
  }
  /*   .footer-main {
  margin-bottom: 54px;
} */
}
/* ******************************************************************************
*********************************************************************************
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
*********************************************************************************
****************************************************************************** */

.breadcrumb .page-center {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.post-item:first-child .post-item-inner {
  display: block;
}
.post-item:first-child .hs-featured-image-wrapper {
  max-height: 100%;
  min-height: unset;
  max-width: 100%;
}
.post-item:first-child .post-item-content {
  width: 100%;
  max-width: 100%;
}
.post-item:first-child .post-item-content h2 {
  margin-top: 20px;
  font-size: 24px;
  text-transform: uppercase;
}
.post-item:first-child {
  border: 0;
  padding: 0;
}
.post-item:first-child .post-body.text-justify {
  margin-bottom: 5px;
}
.breadcrumb ul {
  color: #777;
  margin: 50px 0 -10px 0;
  padding: 0;
  background: none;
  border-radius: 0.25rem;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumb ul li {
  font-size: 0.875rem;
  color: #000;
  padding-left: 0.5rem;
  line-height: 1.5;
}
.breadcrumb ul li:first-child {
  padding: 0;
}
.breadcrumb ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  padding: 0 8px;
  color: #777;
  display: inline-block;
}
.breadcrumb ul li:first-child:before {
  display: none;
}

.blog-post-inner {
  padding: 50px 0 50px;
  position: relative;
}

.blog-post-inner .page-center {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-post-inner .main__row {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.blog-post-inner .main__row .col-lg-12.col-md-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-post-inner .main__row h1 {
  font-size: 34px;
  font-family: "Noto Serif", serif;
  color: #1c1c1c;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.blog-post-inner .main__row span.post-date {
  margin-top: 1px;
  display: inline-block;
}

.float-left {
  float: left;
}

.d-inline-block {
  display: inline-block;
}
.addthis-container .linkedin-icon {
  padding: 0 2px;
}
.addthis_24x24_style .linkedin-icon a,
.addthis_24x24_style .addthis_toolbox svg, 
.addthis_24x24_style .addthis_toolbox .at-icon-wrapper {
  height: 24px;
  width: 24px;
}
.addthis-container .linkedin-icon a {
  background-color: #0077b5;
  display: inline-block;
}
.addthis_24x24_style .at-icon {
  width: 24px;
  height: 24px;
}
.at-icon {
  fill: #fff;
  border: 0;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
.addthis_toolbox a.at300b, .addthis_toolbox a.at300m {
  width: auto;
}
.addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m {
  padding: 0 2px;
}
.addthis_default_style .addthis_separator, .addthis_default_style .at4-icon,
.addthis_default_style .at300b, .addthis_default_style .at300bo, 
.addthis_default_style .at300bs, .addthis_default_style .at300m {
  float: left;
}
a.addthis_button_mailto.addthis_button_preferred_3.at300b.at300b {
  display: none !important;
}
.addthis_toolbox a {
  margin-bottom: 5px;
  line-height: initial;
}
a:link, a:visited {
  text-decoration: none;
}
.addthis_24x24_style .linkedin-icon a,
.addthis_24x24_style .addthis_toolbox svg,
.addthis_24x24_style .addthis_toolbox .at-icon-wrapper {
  height: 24px !important;
  width: 24px !important;
  line-height: 16px;

}
.addthis.d-inline-block.float-left {
  position: relative;
  top: 1px;
}
a .at-icon-wrapper {
  cursor: pointer;
}
.at-icon-wrapper {
  display: inline-block;
  overflow: hidden;
}
.addthis-container > div:first-child {
  position: relative;
  top: 2px;
}

.mb-2 {
  margin-bottom: 0.5rem;
}


.addthis.d-inline-block.float-left {
  position: relative;
  top: 1px;
}

.blog-post-inner .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.blog-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-sidebar.span3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  position: relative;
  width: 100%;
  padding-right: 15px;
}

.post-meta {
  line-height: normal;
  margin-top: 18px;
  margin-bottom: 22px;
}

.post-meta em span {
  color: #ff0000;
  line-height: normal;
}

.blog-post__body {
  line-height: 24px;
}

.blog-sidebar.span3 .recent-post-wrapper {
  margin-left: 20px;
  margin-bottom: 50px;
  margin-top: -4px;
}
.blog-sidebar.span3 .recent-post-wrapper h3 {
  border-bottom: 2px solid #f22319;
  font-weight: normal;
  font-family: "Noto Serif", serif;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0 0 40px;
}

.blog-sidebar.span3 .recent-post-wrapper h3 span {
  background: #f22319;
  min-width: 135px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  padding: 8px 15px;
  position: relative;
}

.blog-sidebar.span3 .recent-post-wrapper h3 span:after {
  border-color: #f22319 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  position: absolute;
  content: " ";
  width: auto;
  height: auto;
  bottom: -20px;
  margin-left: -10px;
  left: 50%;
  border-width: 10px;
  border-style: solid;
}

.blog-sidebar.span3 .recent-post-inner {
  margin-top: 30px;
}

.blog-sidebar.span3 .recent-post-content {
  position: relative;
  margin-bottom: 1.5rem;
}

.blog-sidebar.span3 .recent-post-content:first-child {
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
}

.blog-sidebar.span3 .recent-post-content:first-child:before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
}

.blog-sidebar.span3 .recent-post-content:first-child .hs-featured-image-wrapper {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.blog-sidebar.span3 .recent-post-content:first-child:after {
  display: block;
  clear: both;
  content: "";
}

.blog-sidebar.span3 .recent-post-content:first-child img.hs-featured-image {
  display: block;
  width: 100%;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  height: 234px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  max-width: 100%;
  float: none;
  margin: 0;
}

.blog-sidebar.span3 .recent-post-content:first-child .post-item-content {
  position: absolute;
  bottom: 0;
  padding: 25px;
  z-index: 1;
  width: 100%;
}

.blog-sidebar.span3 .recent-post-content:first-child h2 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  margin: 15px 0 0;
}

.blog-sidebar.span3 .recent-post-content:first-child h2 a {
  color: #fff;
}

.blog-sidebar.span3 .recent-post-content:first-child .post-meta {
  margin: 0;
}

.blog-sidebar.span3 .recent-post-content:first-child .post-meta span.post-date {
  font-size: 0.75rem;
  line-height: normal;
  padding: 0;
  color: #fff;
  display: inline-block;
}

.blog-sidebar.span3 .recent-post-content:first-child a.more-link {
  color: #c5a900;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.blog-sidebar.span3 .recent-post-content:first-child:hover img {
}

.blog-sidebar.span3 .recent-post-content:first-child:hover img.hs-featured-image {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.blog-sidebar.span3 .recent-post-content:first-child h2 a:hover {
  color: #f22319;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog-sidebar.span3 .recent-post-content:first-child a.more-link:hover {
  color: #f22319;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-sidebar.span3 .recent-post-content:first-child .recent-post-upper {
  display: block !important;
  margin: 0;
}

.blog-sidebar.span3 .recent-post-content .recent-post-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.blog-sidebar.span3 .recent-post-content .recent-post-upper .hs-featured-image-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-sidebar.span3 .recent-post-content .recent-post-upper .post-item-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  width: 100%;
  padding-right: 15px;
  max-width: 66.66667%;
}

.blog-sidebar.span3 .recent-post-content:first-child .recent-post-upper .hs-featured-image-wrapper {
  max-width: 100%;
  padding: 0;
}

.blog-sidebar.span3 .recent-post-content:first-child .recent-post-upper .post-item-content {
  max-width: 100%;
}

.blog-sidebar.span3 .recent-post-content .recent-post-upper .hs-featured-image-wrapper img.hs-featured-image {
  display: block;
  max-width: 100%;
  width: 100%;
  margin: 0;
  float: none;
}

.blog-sidebar.span3 .recent-post-content .recent-post-upper .post-item-content h2 {
  font-size: 12px;
  margin-top: 0;
  margin: 15px 0 0;
  margin-bottom: 5px;
  line-height: 16px;
  font-weight: 700;
  margin-top: 0;
}

.blog-sidebar.span3 .recent-post-content .recent-post-upper .post-item-content h2 a {
  color: #1c1c1c;
}

.blog-sidebar.span3 .recent-post-content .recent-post-upper .post-item-content h2 a:hover {
  color: #f22319;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog-sidebar.span3 .recent-post-content:first-child .recent-post-upper .post-item-content h2 a {
  color: #fff;
}

.blog-sidebar.span3 .recent-post-content:first-child .recent-post-upper .post-item-content h2 a:hover {
  color: #f22319;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog-sidebar.span3 .recent-post-content .recent-post-upper .post-item-content .post-meta {
  margin: 0;
}

.blog-sidebar.span3 .recent-post-content .recent-post-upper .post-item-content .post-meta span {
  font-size: 0.625rem;
  line-height: normal;
  display: inline-block;
  margin-right: 8px;
  padding-right: 10px;
}
.blog-sidebar.span3 .recent-post-content:first-child .recent-post-upper .post-item-content a.more-link:hover {
  color: #f22319;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-sidebar.span3 .recent-post-content .recent-post-upper .post-item-content a.more-link {
  text-decoration: none;
  margin: 3px 0;
  display: inline-block;
  font-size: 0.75rem;
  color: #000;
  line-height: 12px;
  font-weight: 900;
}

.blog-sidebar.span3 .recent-post-content .recent-post-upper .post-item-content a.more-link:before {
  content: "\f105";
  color: #f22319;
  font-family: "FontAwesome";
  margin-right: 3px;
  font-size: 0.875rem;
}

.blog-sidebar.span3 .recent-post-content .recent-post-upper .post-item-content a.more-link:hover {
  color: #f22319;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog-sidebar.span3 .recent-post-content:first-child .recent-post-upper .post-item-content a.more-link {
  color: #c5a900;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 21px;
  font-weight: 400;
}

.blog-sidebar.span3 .recent-post-content:first-child .recent-post-upper .post-item-content a.more-link:before {
  display: none;
}
.blog-sidebar.span3 .recent-post-content.no-image .post-item-content {
  max-width: 100%;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  padding-left: 15px;
}


.blog-sidebar.span3 .recent-post-wrapper a.view-all {
  display: block;
  text-transform: uppercase;
  color: #c5a900;
  font-weight: bold;
  margin-top: 1.5625rem;
  line-height: 24px;
}

.blog-sidebar.span3 .recent-post-wrapper a.view-all:before {
  content: "\f105";
  color: #c5a900;
  font-family: "FontAwesome";
  margin-right: 3px;
  font-size: 1.125rem;
}

.blog-sidebar.span3 .recent-post-wrapper a.view-all:hover {
  color: #f22319;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
  width: 100%;
}



.blog-listing {
  padding: 50px 0;
  position: relative;
}

.blog-listing .page-center {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
}

.sidebar-social-links {
  margin-left: 20px;
  margin-bottom: 50px;
}

.sidebar-social-links h3 {
  border-bottom: 2px solid #f22319;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0 0 40px;
  font-family: "Noto Serif", serif;
  color: #1c1c1c;
}

.sidebar-social-links h3 span {
  background: #f22319;
  min-width: 135px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  padding: 8px 15px;
  position: relative;
}

.sidebar-social-links h3 span:after {
  border-color: #f22319 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  position: absolute;
  content: " ";
  width: auto;
  height: auto;
  bottom: -20px;
  margin-left: -10px;
  left: 50%;
  border-width: 10px;
  border-style: solid;
}

.sidebar-social-links .links__socials {
}

.sidebar-social-links .links__socials a {
  text-decoration: none;
  text-align: center;
  padding: 0.8125rem;
  display: block;
  margin-bottom: 1.2rem;
}

.sidebar-social-links .links__socials .links__social-container {
  max-width: 288px;
  margin: auto;
}

.sidebar-social-links .links__socials .links__social-container:first-child {
}

.sidebar-social-links .links__socials .links__social-container:first-child a {
  background: #1da1f2;
  height: 49px;
}

.sidebar-social-links .links__socials .links__social-container:nth-child(2) a {
  background: #3b5998;
  height: 46px;
}

.sidebar-social-links .links__socials .links__social-container:last-child a {
  background: #0077b5;
  padding: 0.1875rem;
  margin-bottom: 0;
  height: 49px;
}

.sidebar-social-links .links__socials .links__social-container:first-child a img {
  width: 122px !important;
}

.sidebar-social-links .links__socials .links__social-container:nth-child(2) a img {
  width: 102px !important;
}

.sidebar-social-links .links__socials .links__social-container:last-child a img {
  width: 119px !important;
}

.sidebar-newsletter {
  margin-left: 20px;
}

.sidebar-newsletter h3 {
  border-bottom: 2px solid #c5a900;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0 0 40px;
  color: #1c1c1c;
}

.sidebar-newsletter h3 span {
  background: #c5a900;
  color: #000;
  min-width: 135px;
  height: 30px;
  line-height: 30px;
  padding: 8px 15px;
  position: relative;
}

.sidebar-newsletter h3 span:after {
  position: absolute;
  content: " ";
  width: auto;
  height: auto;
  bottom: -20px;
  margin-left: -10px;
  left: 50%;
  border-width: 10px;
  border-style: solid;
  border-color: #c5a900 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.sidebar-newsletter .newsletter__wrapper {
  background-color: #f1f1f1;
  padding: 1.875rem;
}

.sidebar-newsletter .newsletter__wrapper h4 {
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1c1c1c;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.sidebar-newsletter .newsletter__wrapper p {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.sidebar-newsletter .newsletter__wrapper .newsletter-form {
  margin-bottom: 1rem;
}

.sidebar-newsletter .newsletter__wrapper .newsletter-form h3 {
  display: none;
}

.sidebar-newsletter .newsletter__wrapper .newsletter-form form label {
  margin: 0;
}

.sidebar-newsletter .newsletter__wrapper .newsletter-form form label span.hs-form-required {
  display: none;
}

.sidebar-newsletter .newsletter__wrapper .newsletter-form form .hs-form-field {
  display: none;
}

.sidebar-newsletter .newsletter__wrapper .newsletter-form form .actions input {
  font-weight: normal;
  font-size: 0.875rem;
  margin-top: 15px;
  padding: 10px 25px;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 0;
}

.sidebar-newsletter .newsletter__wrapper h4 img {
  margin-left: 0.625rem;
  width: 30px !important;
}


.sidebar-newsletter .newsletter__wrapper .newsletter-form a.btn { 
  font-weight: normal;
  font-size: .875rem;
  margin-top: 15px;
  padding: 10px 25px;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 0;
  background-color: rgba(236,0,0,1.0);
  border-color: rgba(255,255,255,0.0);
  border-radius: 0px;
  border-width: 0px;
  color: rgba(255,255,255,1.0);
  cursor: pointer;
  display: inline-block;
  -webkit-transition: 350ms;
  transition: 350ms;
  text-align: center;
  vertical-align: middle;
}
.sidebar-newsletter .newsletter__wrapper .newsletter-form > span {
  display: none;
}

.hs-blog-listing .recent-post-wrapper h3 {
  border-bottom: 2px solid #f22319;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0 0 40px;
}
.hs-blog-listing .recent-post-wrapper h3 span {
  background: #f22319;
  min-width: 135px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  padding: 8px 15px;
  position: relative;
}

.hs-blog-listing .recent-post-wrapper h3 span:after {
  position: absolute;
  content: " ";
  width: auto;
  height: auto;
  bottom: -20px;
  margin-left: -10px;
  left: 50%;
  border-width: 10px;
  border-style: solid;
  border-color: #f22319 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.hs-blog-listing .recent-post-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.post-item .hs-featured-image-wrapper > a {
  display: block;
  overflow: hidden;
}

.hs-blog-listing .recent-post-inner:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.hs-blog-listing .recent-post-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.hs-blog-listing .recent-post-content-inner {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.hs-blog-listing .recent-post-inner .hs-featured-image-wrapper {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.hs-blog-listing .recent-post-content-inner .post-item-content {
  position: relative;
}
.hs-blog-listing .recent-post-inner .hs-featured-image-wrapper img.hs-featured-image {
  display: block;
  width: 100%;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  vertical-align: middle;
  border-style: none;
}
.hs-blog-listing .recent-post-inner .hs-featured-image-wrapper img.hs-featured-image {
  display: block;
  width: 100%;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  vertical-align: middle;
  border-style: none;
}

.hs-blog-listing .recent-post-content-inner .post-item-content h2 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 26px;
}
.hs-blog-listing .recent-post-content-inner .post-item-content h2 a {
  color: #1c1c1c;
}
.hs-blog-listing .recent-post-content-inner .post-item-content h2 a:hover {
  color: #ec0000;
}

.hs-blog-listing .recent-post-content-inner .post-item-content .post-meta {
  margin: 7px 0 12px;
  height: 12px;
}
.hs-blog-listing .recent-post-content-inner .post-item-content .post-meta span.post-date {
  color: #000;
  line-height: 12px;
  display: inline-block;
  margin-right: 8px;
  padding-right: 10px;
  font-size: 12px;
}
.hs-blog-listing .recent-post-content-inner .post-item-content .post-body.text-justify {
  text-align: justify;
  font-weight: 400;
  line-height: 1.5;
}
.hs-blog-listing .recent-post-content-inner .post-item-content .post-body.text-justify p {
  margin: 0;
}
.hs-blog-listing .recent-post-content-inner .post-item-content a.more-link {
  font-size: 1rem;
  margin-top: 10px;
  color: #000;
  line-height: 12px;
  font-weight: 900;
  margin: 3px 0;
  display: inline-block;
}
.hs-blog-listing .recent-post-content-inner .post-item-content a.more-link:hover {
  color: #f22319;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog-pagination {
  line-height: 24px;
  margin-bottom: 10px;
}

.blog-pagination .custom-total-pages {
  display: inline-block;
  padding: 3px;
}
.blog-pagination span {
  border-radius: 0 !important;
  margin-right: 5px;
  color: #7c7c7c;
  border: 1px solid #ddd;
  padding: 7px 11px;
}
.blog-pagination a {
  border-radius: 0 !important;
  margin-right: 5px;
  color: #7c7c7c;
  border: 1px solid #ddd;
  padding: 7px 11px;
}
.blog-pagination a:hover {
  color: #fff;
  background: #ec0000;
  border: 1px solid transparent;
}

.post-item {
  border-top: 0.01em solid #c5a900;
  padding-top: 30px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.post-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.post-item .post-item-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.post-item .hs-featured-image-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 240px;
  max-height: 240px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.post-item .post-item-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}.post-item .hs-featured-image-wrapper img {
  display: block;
  width: 100%;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.post-item .post-item-content h2 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}
.post-item .post-item-content h2 a {
  color: #1c1c1c;
}
.post-item .post-item-content h2 a:hover {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #ec0000;
}
.post-item .post-item-content .post-meta {
  margin: 7px 0;
  margin: 0px 0 12px;
  height: 12px;
}
.post-item .post-item-content .post-meta span {
  color: #000;
  line-height: 12px;
  display: inline-block;
  margin-right: 8px;
  padding-right: 10px;
  font-size: 12px;
}
.post-item .post-item-content .post-body.text-justify p {
  margin: 0;
  text-align: justify;
  line-height: 1.5;
}
.post-item .post-item-content a.more-link {
  font-size: 1rem;
  margin-top: 10px;
  color: #000;
  line-height: 12px;
  font-weight: 900;
  margin: 3px 0;
  display: inline-block;
}
.post-item .post-item-content a.more-link:before {
  content: "\f105";
  color: #f22319;
  font-family: "FontAwesome";
  margin-right: 3px;
  font-size: 1.2rem;
}
.post-item .post-item-content a.more-link:hover {
  color: #f22319;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.hs-blog-listing .recent-post-content-inner .post-item-content a.more-link:before {
  content: "\f105";
  color: #f22319;
  font-family: "FontAwesome";
  margin-right: 3px;
  font-size: 1.2rem;
}
.post-item:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.post-item.no-image .post-item-content {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  max-width: 100%;
}


@media(max-width:1199px){    
  .hs-blog-listing .page-center,
  .hs-blog-post .page-center{
    max-width: 960px;
  }
}


@media(max-width:991px){   

  .blog-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-sidebar.span3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .post-item .hs-featured-image-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .post-item .post-item-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .blog-pagination {
    margin-bottom: 50px;
  }
  .hs-blog-listing .page-center,
  .hs-blog-post .page-center{
    max-width: 720px;
  }
  .blog-sidebar.span3 .recent-post-content:first-child img.hs-featured-image {
    height: auto;
  }
}


@media(max-width:767px){  
  .hs-blog-listing .page-center,
  .hs-blog-post .page-center{
    max-width: 540px;
  }

  .mail-link {
    line-height: 24px;
  }

  .hs-blog-listing .recent-post-wrapper h3 {
    font-size: 11px;
  }

  .blog-listing {
    padding: 30px 0;
  }

  .hs-blog-listing .recent-post-wrapper h3 span {
    padding: 9px 10px;
  }

  .post-item .hs-featured-image-wrapper {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }

  .post-item .post-item-content {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }

  .sidebar-social-links h3 {
    font-size: 11px;
  }

  .sidebar-social-links h3 span {
    padding: 9px 10px;
  }

  .sidebar-newsletter h3 {
    font-size: 11px;
  }

  .sidebar-newsletter h3 span {
    padding: 9px 10px;
  }

  .blog-pagination {
    margin-bottom: 50px;
  }
}


@media(max-width:575px){  
  .blog-listing {
    padding: 20px 0;
  }

  .hs-blog-listing .page-center,
  .hs-blog-post .page-center{
    max-width: 100%;
  }

  .blog-pagination a {

    margin-bottom: 10px;
    display: inline-block;
  }
  .row {
    margin: 0;
  }
  .blog-content {
    padding-left: 0;
    padding-right: 0;
  }
  .blog-sidebar.span3 {
    padding-right: 0;
    padding-left: 0;
  }
  .sidebar-social-links {
    margin-left: 0;
  }
  .sidebar-newsletter {
    margin-left: 0;
  }
  .custom-header .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .footer .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .blog-post-inner .row {
    margin: 0;
  }

  .blog-sidebar.span3 .recent-post-wrapper {
    margin-left: 0;
  }
}
.blog-pagination a.active {
  cursor: text;
}
.sidebar-newsletter .newsletter__wrapper .newsletter-form a.btn:hover {
  background-color: #272d33;
  border-color: #272d33;
}
.blog-pagination a.active:hover {
  border: 1px solid #ddd;
  background: transparent;
  color: #7c7c7c;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */


.content-wrapper{
  max-width: 1140px !important;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}



.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: #eaebed;
  z-index: -1;
}
input.email-edit.hs-input {
  width: 100% !important;
  padding: 4px 15px !important;
}
ul.no-list.hs-error-msgs {
  padding: 0;
  margin: 0;
}
p.header {
  position: static;
  background: transparent !important;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
input#hs-pwd-widget-password {
  width: 100%;
  outline: none;
  height: 34px !important;
  padding-left: 20px !important;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: unset;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  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: 1199px) {
  .content-wrapper {
    max-width: 960px !important;
  }
}

@media (max-width: 991px) {
  .content-wrapper {
    max-width: 720px !important;
  }
}

@media (max-width: 767px) {
  .content-wrapper {
    max-width: 540px !important;
  }
}

@media (max-width: 575px) {
  .content-wrapper {
    max-width: 100% !important;
  }
}