/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('//fonts.googleapis.com/css2?family=Raleway:wght@100;300;400;500;600;700&display=swap');










































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * 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: 0 20px;
}

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

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

html {
  font-size: 16px;
}

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

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

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 .5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

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

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

h3 {
  font-size: 1.25rem;
  text-transform: uppercase;
  line-height: 1.428571428571429;
}

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

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

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

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

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

::selection {
  color: #fff;
  background: #000000;
  text-shadow: none;
}

-moz-::selection {
  color: #fff;
  background: #000000;
  text-shadow: none;
}

/* 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 500px;
  font-family: Lato, sans-serif;
  border:1px solid;
  padding:5px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  background-color: #494A52;
  border-color: #494A52;
  color: #ffffff;
  border-style: solid;
  border-width: 1px;
  font-size: 17px;
  
  text-decoration: none;
  white-space:normal;
  margin-top: 18px;
  margin-bottom: 18px;
}

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

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


.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  font-family: 'Raleway';
  font-size: 13px;
}

form .hs-error-msgs label {
  color: #f2545b;
  font-family: Raleway;
  font-size: 13px;
}
form .hs_error_rollup label {
  font-size: 14px;
}

.hs-input,
.hs-input[type=password],
.hs-input[type=text], 
.hs-search-field__input[type=text],
input[type=password]{
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
}

.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 {
  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,
.subscribe-form form input[type=email].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,
.subscribe-form form input[type=email].error:focus{
  border-color: #c87872;
}

.actions {
  padding: 0;
}


h3.form-title {
  font-size: 35px;
  font-weight: 300;
  text-transform: capitalize;
  line-height: 40px;
  margin: 30px 0 20px;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
.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%;
}


.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

@media (max-width: 767px){
  form{
    max-width:100%;
  }
  h3.form-title {
    font-size: 28px;
  }
}
@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-left: 0;
  margin: 0;
  list-style: none;
}

.hs-menu-item a {
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: 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.
*********************************************************************************
****************************************************************************** */
.no-banner header.header{
  min-height:171px;
}

.no-banner .header-main {
  background-color: #233e98;
}

.header-main{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  right: 0;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
}


.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 29px auto;
}

.header__logo {
  width: 40%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-grid-column-align: left;
  justify-self: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.header__logo a {
  line-height: 0;
  display: block;
}


.header__logo img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
  display: block;
  width: 199px;
  transition: all 0.3s ease;
}

.header__menu {
  display: none;
  width: 100%;
  margin-right: 0;
}



.scrolled .header-main {
  box-shadow: rgba(0, 0, 0, .31) -0.5px 0.9px 5px 0;
  FONT-VARIANT: JIS04;
  background-color: #233E98;
}

.scrolled .header__inner {
  margin: 12px auto;
}

.scrolled .header__logo img {
  max-width: 119px;
}

.scrolled .custom-menu-primary .hs-menu-wrapper>ul>li .header__link-wrapper {
  padding: 18px 18px;
}

/* ========================  Menu ========================*/


.custom-menu-primary .hs-menu-wrapper>ul {
  background: #11254a;
}

.custom-menu-primary .hs-menu-wrapper>ul > li {
  width: 100%;
}
.custom-menu-primary .hs-menu-wrapper>ul>li .header__link-wrapper{
  background: transparent;
  transition: all 0.3s ease;
  color: #5B6469;
  font-weight: 600;
  -webkit-font-smoothing: auto;
  padding: 24px 18px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>div>a {
  font-weight: 600;
  -webkit-font-smoothing: auto;
  transition: all .3s ease;
  display: block;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:not(:last-child)>div>a.active-branch{
  font-weight: 800;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:not(:last-child)>div>a.active-branch:before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -1px;
}


.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>div,
.scrolled .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>div{
  padding:0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>div>a {
  padding: 10px 34px 11px;
  border: 2px solid;
  border-radius: 29px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>div>a:hover {
  background: #233E98;
  opacity: 1;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
  margin-left: 17px;
}

.custom-menu-primary .expand-trigger {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-self: flex-end;
  position: relative;
  top: -4px;
  display: block;
  color: #fff;
}


.custom-menu-primary .hs-menu-wrapper > ul > li > .header__link-wrapper i {
  color: #269AE3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 20px;
  margin-bottom: -4px;
  font-weight: 600;
  -webkit-font-smoothing: auto;
  text-align: right;
  font-size: 24px;
}
.header__menu .fa-angle-down:before {
  margin-top: -5px;
  content: "";
  background: url(https://6481928.fs1.hubspotusercontent-na1.net/hubfs/6481928/raw_assets/public/Sensory_April2020/images/chevron-down-saas.svg) no-repeat center center;
  background-size: contain;
  width: 11px;
  height: 9px;
  display: inline-block;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active .expand-trigger i {
  -webkit-transform: translateX(6px) rotate(-180deg);
  -ms-transform: translateX(6px) rotate(-180deg);
  transform: translateX(6px) rotate(-180deg);
  opacity: .6;
}

.custom-menu-primary ul.hs-menu-children-wrapper {
  line-height: 1.2;
  display: block;
}

.custom-menu-primary ul.hs-menu-children-wrapper > li {
  font-size: 15px;
  line-height: 1.2;
}
.custom-menu-primary ul.hs-menu-children-wrapper > li > a {
  transition: all .3s ease;
  padding: 14px 20px;
  display: inline-block;
  opacity: 1;
  width: 100%;
  font-size: 13px;
}
.custom-menu-primary ul.hs-menu-children-wrapper > li > a.active-branch {
  font-weight: 800;
  position: relative;

}
/* ========================  Responsive ========================*/



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


  .header__inner {
    align-items: center;
  }
  .custom-menu-primary .hs-menu-wrapper>ul > li {
    position: relative;
  }
  .header__subitem__menu {
    max-width: 280px;
    padding: 0 18px 5px;
    flex: 280px 1 1;
  }
  .custom-menu-primary ul.hs-menu-children-wrapper > li > a {
    font-size: 15px;
    padding: 0.6em 20px;
  }

  .custom-menu-primary ul.hs-menu-children-wrapper > li:last-child a {
    padding: 0.6em 20px 0.8em;
  }
}


@media screen and (min-width: 769px){
  .header__menu.mobile {
    display: none !important;
  }
  .mobile-trigger {
    display: none;
  }
  .header__inner {
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header__logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: auto;
  }
  .header__menu {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
    flex: auto 1 1;
    justify-content: flex-end;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
  }
  .custom-menu-primary .hs-menu-wrapper>ul > li {
    width: auto;
    cursor: pointer;
  }
  .custom-menu-primary .expand-trigger i {
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }

  .custom-menu-primary .hs-menu-wrapper > ul>li .header__item-content {
    border-radius: 0 22px 22px 22px;
    overflow: hidden;
    transform: translate(-5%,100%);
    cursor: initial;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    visibility: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    position: absolute;
    padding: 27px 4px 33px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__subitem__menu {
    min-width: 200px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul > li.link-open .expand-trigger i {
    -webkit-transform: translateX(6px) rotate(-180deg);
    -ms-transform: translateX(6px) rotate(-180deg);
    transform: translateX(6px) rotate(-180deg);
    opacity: .6;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.link-open >.header__item-content{
    opacity: 1;
    visibility: visible;
  }
  .header__subitem__menu {
    padding: 0 !important;
    margin: -27px -4px -33px;
  }
}


@media screen and (min-width: 1200px){
  .header__menu {
    padding-left: 50px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul > li {
    font-size: 16px;
  }
  .header__subitem {
    max-width: 280px;
  }
}

@media (max-width: 950px) and (min-width: 769px){
  .header__logo {
    max-width: 120px;
  }
  .header__menu {
    margin: 0;
    justify-content: flex-end;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li .header__link-wrapper,
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>div{
    padding: 24px 12px 28px;
  }
  .no-banner  header.header{
    min-height:159px;
  }
}
@media (max-width: 850px) and (min-width: 769px){
  .custom-menu-primary .hs-menu-wrapper>ul > li>.header__link-wrapper a {
    font-size: 13px;
  }
}


@media screen and (max-width: 768px){
  .child-trigger {
    padding: initial;
    position: absolute;
    width: 100%;
    height: 60px;
    background: transparent;
    z-index: 999;
    top: 0;
    cursor:pointer;
  }
  .header__menu.desktop {
    display: none !important;
  }
  .mobile-trigger {
    font-size: 28px;
    padding-right: 20px;
    margin: auto;
    padding-bottom: 6px;
    color: #fff;
    margin-right: 1.6rem;
    cursor: pointer;
  }
  .header__logo {
    padding-left: 1.6rem;
    padding-bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
  .header__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
  }
  .header .header__container {
    padding: 0;
  }
  .header__menu {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 500px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>.header__item-content {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li{
    border-bottom: 1px solid #ccc;
    position:relative;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li .header__link-wrapper {
    padding: 14px 18px 18px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    margin: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>div>a {
    border: none;
    padding: 16px 18px;
  }
  .mobile-open .fa-bars:before {
    content: "\f00d";
  }
  .custom-menu-primary ul.hs-menu-children-wrapper li:last-of-type {
    padding-bottom: 30px;
  }

  .header-main{
    transition: .2s all;

  }
  .header-hide .header-main {
    transform: translateY(-100%);
    transition: .2s all;
  }

  .header-show .header-main {
    transform: translateY(0%);
  }
}



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

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.saas-form-1 .footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.saas-form-1 {
  padding: 47px 0 44px;
  text-align: center;
  background: #fff;
  color: #233E98;
}

.saas-form-1 .header-content {
  max-width: 436px;
}

.saas-form-1 .subscribe-form {
  margin: 0 0 57px;
}

.saas-form-1 .header-content h2 {
  font-weight: 300;
  font-size: 33px;
  letter-spacing: 0;
  line-height: 45px;
  margin: 0 0 10px;
}

.header-content h5 {
  margin: 0 0 20px;
  font-size: 0.83em;
}

.saas-form-1 .social-icons i {
  background: #fff !important;
  border-radius: 50%;
  display: inline-block;
  height: 39px;
  line-height: 39px;
  text-align: center;
  font-size: 24px;
  width: auto;
  margin: 0 7px;
}

.saas-form-1 .social-icons .fa-twitter:before {
  font-size: 35px;
}

.saas-form-1 .social-icons i:before {
  font-size: 26px;
}
.saas-form-1 .social-icons i:before {
  font-size: 26px;
}
.saas-form-1 .social-icons .fa-linkedin:before {
  font-size: 36px;
}


.subscribe-form form {
  padding: 0;
  max-width: 100%;
  border: none;
}
.subscribe-form  #hs_form_target_ {
  position: static;
  border: none;
  display: block;
  max-width: 412px;
}
.subscribe-form h3.form-title {
  margin: 0;
}
.subscribe-form .hs-form label{
  margin-bottom: 4px;
  line-height: 20px;
}
.subscribe-form form .actions {
  text-align: center;
  margin-top: 18px;
  padding: 17px 0px;
}
.subscribe-form .hs-form label.hs-error-msg {
  line-height: 18px;
}
.subscribe-form form .actions .hs-button {
  margin: 0;
  font-family:Raleway;
  font-weight:400;
  -webkit-font-smoothing:auto;

}


.footer {
  background-color: transparent;
}
.footer__main {
  padding: 30px 0;
}

.footer_inner:before,
.footer_inner:after {
  display: table;
  content: "";
}

.footer_content-left {
  width: 40.425531911%;
  line-height: 0;
}

.footer_content-right {
  width: 57.446808505%;
  margin-left: 2.127659574%;
}

.footer_inner > div {
  display: block;
  float: left;
}

.footer_inner:after {
  clear: both;
}

.footer_content-left img {
  width: 155px;
  max-width: 240px;
  vertical-align: bottom;
}

.footer-content-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-content-menu ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.footer-menu{
  font-size:0;
}

ul.footer-menu li{
     font-size: 16px; 
}

ul.footer-menu li {
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 13px 12px 0;
  width: auto;
}

.footer-content-menu ul:not(.subfooter-menu):before, 
.footer-content-menu ul:not(.subfooter-menu):after {
  content: " ";
  display: table;
}

.footer-content-menu ul:after {
  clear: both;
}

ul.footer-menu li a {
  display: inline-block;
  border: 0;
  font-weight: 600;
  font-family: 'Raleway', Helvetica, sans-serif;
  -webkit-font-smoothing: auto;
}


.footer-content-menu ul.subfooter-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-content-menu ul.subfooter-menu li{
  padding: 13px 12px 0;
}
.footer-content-menu ul.subfooter-menu li,
.footer-content-menu ul.subfooter-menu li a {
  font-size: 12px;
  text-align: right;
  line-height: 29px;
  font-weight: 100;
  -webkit-font-smoothing: auto;
  vertical-align: top;

}

.footer-content-menu ul.subfooter-menu li:first-child {
  padding-left: 0;
}

.footer-content-menu ul.subfooter-menu li:last-child {
  padding-right: 0;
}

ul.footer-menu li:last-child {
  padding-right: 0;
}

ul.footer-menu li:first-child {
  padding-left: 0;
}

.subfooter-menu li:nth-child(n+2) {
  position: relative;
}
.subfooter-menu li:nth-child(n+2):before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.3);
  width: 1px;
  top: 50%;
}
@media (min-width: 1100px) {
ul.footer-menu li{
     font-size: 18px; 
}

}


@media (max-width: 1180px) and (min-width: 768px){
  .footer_content-right {
    width: 100%;
    padding: 0;
    margin: 15px 0 0 0;
  }

  ul.footer-menu li,
  .footer-content-menu ul.subfooter-menu li{
    padding: 10px 10px 0;
  }
  .footer-content-menu {
    margin: 15px 0 0 0;
  }
}


@media (max-width: 900px) and (min-width: 768px){
  .footer_content-left img {
    max-width: 150px;
    padding-top: 7px;
  }
}


@media screen and (min-width: 768px) {
  .saas-form-1 .subscribe-form {
    margin-bottom: 0;
    order: 3;
    width: 100%;
    max-width: 412px;
  }

  .saas-form-1 .social-icons {
    max-width: 171px;
    margin: 0 42px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 171px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .lp-footer .footer_inner>div{
        float: right;
  }
}


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

  .footer_inner>div {
    width: 100%;
    float: none;
    text-align: left;
    margin: 0;
  }

  .footer-content-menu ul {
    margin: 13px 0px;
  }

  ul.footer-menu li {
    display: block;
    padding: 0;
  }

  .footer-content-menu * {
    width: 100%;
  }

  .footer-content-menu ul.subfooter-menu li {
    padding: 0;
  }

  .saas-form-1 .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .saas-form-1 .header-content {
    text-align: center;
  }

  .saas-form-1 .subscribe-form {
    width: 100%;
  }
  .subscribe-form #hs_form_target_{
    width:100%;
   max-width: 100%;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  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-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-sidebar.span3 {
  padding: 3.3rem 0;
}

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


.blog-section {
  padding: 75px 0;
}

.blog-content .post-item {
  padding-bottom: 60px;
  border-bottom: 1px solid #afafaf;
  margin-bottom: 60px;
  font-size: 16px;
  width: 100%;
  padding-top: 0;
  margin-top: 0;
}
.blog-content .post-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.post-item .featured-image-wrapper {
  width: 42.105263157894737%;
  margin-bottom: 0;
}

.post-item .featured-image-wrapper img {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

.post-content-wrapper {
  width: 57.894736842105263%;
  padding-left: 4.824561403508772%;
  margin-left: 2.127659574%;
}

.post-header h4 {
  color: #000;
  margin: 0 0 5px;
  font-size: 21px;
}

.post-header h3 {
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.428571428571429;
  color: #0141FF;
  font-size: 21px;
  text-transform: capitalize;
}

.post-meta {
  margin-bottom: 15px;
  font-weight: 300;
  color: #777;
}

.post-item a.more-link {
  margin-top: 20px;
  display: inline-block;
  font-weight: 600;
}

.post-item a.more-link:hover {
  color: #3e3e3e;
  outline: none;
}

.post-header h3 a {
  color: #3455D1;
}

.post-header h3 a:hover {
  color: #3e3e3e;
  outline: none;
}

.post-item a.more-link i {
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
}
.blog-index-inner.no-feature .post-content-wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}


/*================= Blog Post =================  */


.featured-image {
  margin-bottom: 30px;
  position: relative;
  max-width: 290px;
}

.featured-image img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

.blog-content h4.blog-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.428571428571429;
  color: #0141FF;
  margin: 0;
  text-transform: uppercase;
}
.blog-post__body p {
  margin: 0 0 20px;
}

/*=================  pagination =================  */


.blog-pagination {
  float: left;
  width: 100%;
  clear: both;
}

.blog-pagination ul {
  text-align: center;
  margin: 0 0 100px;
  padding: 0 15px;
  list-style: none;
  font-size: 0px;
}

.blog-pagination ul li {
  display: inline-block;
  padding: 0;
  font-size: 18px;
}
.blog-pagination ul li a {
  font-weight: 700;
  text-decoration: none;
  font-size: 20px;
  line-height: 24px;
  border: 1px solid #000;
  padding: 7px 0 !important;
  width: 40px !important;
  display: inline-block;
  border-color: #223e98;
  color: #223e98;
}
.blog-pagination ul li:not(.next-posts-link):not(.previous-posts-link):hover > a {
  background: #000;
  color: #fff;
}
.blog-pagination ul li > a.active {
  background: transparent !important;
  color: #223e98 !important;
  opacity: .7;
  cursor: text;
  font-weight: 400;
}

.blog-pagination .next-posts-link a, 
.blog-pagination .previous-posts-link a {
  border: 0;
}

.blog-pagination a i.fa.fa-arrow-right {
  margin-left: 7px;
}

.blog-pagination ul li a:hover {
  color: #269AE3;
}
.blog-pagination__link svg {
  vertical-align: middle;
}

.blog-pagination__link {
  padding: 0 10px;
}
.blog-pagination.span12 {
  margin: 0;
}



.banner-area {
  background-size: cover;
  background-position:center center;
  background-repeat:no-repeat;
  text-align: left;
  padding: 75px;
  overflow: hidden;
  width: 100%;
  font-size: 21px;
  position: relative;
  padding-top: 240px;
  color: #fff;
  background-color: #3455D1;
}

.banner-content {
  text-align: center;
}

.banner-area.blog-banner h1 {
  font-size: 55px;
  font-weight: 300;
  line-height: 65px;
  margin: 0 0 45px;
  color: #fff;
}

.banner-content p {
  margin-bottom: 0;
}
.blog-banner .banner-content p {
  font-size: 21px;
  font-weight: 300;
  margin: 0;
  line-height: 30px;
}

.blog-banner .content-wrapper {
  max-width: 1100px;
}
.banner-area.blog-banner {
  padding-bottom: 125px;
  padding-left: 0;
  padding-right: 0;
}



@media (min-width: 768px){

  .blog-index-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 1280px){
  .post-content-wrapper {
    margin-left: 2.564102564%;
  }
}



@media (max-width: 767px){
  .post-content-wrapper {
    margin-left: 0;
    padding: 0;
    width: 100%;
  }

  .post-item .featured-image-wrapper {
    width: 100%;
    max-width: 60%;
    margin-left: auto !important;
    margin-right: auto;
    float: none;
    margin-bottom: 30px;
  }
  .blog-pagination ul li {
    margin-top: 1.2em;
    -webkit-transform: translateY(-1.2em);
    -ms-transform: translateY(-1.2em);
    transform: translateY(-1.2em);
  }

  .blog-pagination li.next-posts-link,
  .blog-pagination li.previous-posts-link {
    padding: 10px 20px;
    padding-bottom: 15px;
    display: block;
  }

  .post-item .page-center {
    flex-wrap: wrap;
  }

  .post-item .page-center .span8 {
    width: 1;
  }

  .post-item .page-center .span8 {
    flex-basis: 100%;
    margin: 0;
  }

  .post-item .page-center .span4, .post-item .page-center .span8 {
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }

  .post-item .page-center .span4 {
    margin-bottom: 20px;
    max-width: 100%;
  }
    .banner-area.blog-banner h1 { 
    font-size: 32px;
    line-height: normal;
    margin: 0 0 25px;
  }

}

  @media (max-width: 650px){
    .banner-area {
      padding-left:0;
      padding-right:0;
      padding-bottom:75px
    }
  }
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #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 input[type=password]{
height: 40px !important;
  margin-top:0 !important;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

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