/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

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

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

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

@media only screen and (min-width: 1000px) {
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
      padding: 0px 90px;
  }
}


@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 479px) {
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
      padding: 0px 15px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face {
  font-family: "FontAwesome";
  src: url("https://9367733.fs1.hubspotusercontent-na1.net/hubfs/9367733/Elcap_February2021/Fonts/fontawesome-webfont.eot#iefix&v=4.2") format("embedded-opentype"), 
      url(https://9367733.fs1.hubspotusercontent-na1.net/hubfs/9367733/raw_assets/public/Elcap_February2021/fonts/fontawesome-webfont.ttf),
      url(https://9367733.fs1.hubspotusercontent-na1.net/hubfs/9367733/raw_assets/public/Elcap_February2021/fonts/fontawesome-webfont.woff);
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: steadysets;
  src: url("https://9367733.fs1.hubspotusercontent-na1.net/hubfs/9367733/Elcap_February2021/Fonts/steadysets.eot#iefix") format("embedded-opentype"), 
      url(https://9367733.fs1.hubspotusercontent-na1.net/hubfs/9367733/raw_assets/public/Elcap_February2021/fonts/steadysets.ttf),
      url(https://9367733.fs1.hubspotusercontent-na1.net/hubfs/9367733/raw_assets/public/Elcap_February2021/fonts/steadysets.woff);
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "iconsmind";
  src: url("https://9367733.fs1.hubspotusercontent-na1.net/hubfs/9367733/Elcap_February2021/Fonts/iconsmind.eot?qnd6ae#iefix") format("embedded-opentype"), 
      url(https://9367733.fs1.hubspotusercontent-na1.net/hubfs/9367733/raw_assets/public/Elcap_February2021/fonts/iconsmind.ttf),
      url(https://9367733.fs1.hubspotusercontent-na1.net/hubfs/9367733/raw_assets/public/Elcap_February2021/fonts/iconsmind.woff);
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "icomoon";
  src: url("https://9367733.fs1.hubspotusercontent-na1.net/hubfs/9367733/Elcap_February2021/Fonts/icomoon.eot#iefix") format("embedded-opentype"), 
      url(https://9367733.fs1.hubspotusercontent-na1.net/hubfs/9367733/raw_assets/public/Elcap_February2021/fonts/icomoon.ttf),
      url(https://9367733.fs1.hubspotusercontent-na1.net/hubfs/9367733/raw_assets/public/Elcap_February2021/fonts/icomoon.woff);
  font-style: normal;
  font-weight: normal;
}





html {
  font-size: px;
}

body {
  font-family: Helvetica, sans-serif;
  font-size: 19px;
  color: #000;
  line-height: 34px;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 999px) and (min-width: 690px) {
  body {
      line-height: 31px;
  }
}
@media only screen and (max-width: 690px) {
  body {
      line-height: 28px;
  }
}

p {
  margin: 0;
  padding-bottom: 1.5em;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin:0;
  letter-spacing: 0;
  line-height: 1.2;
  font-weight: 700;
  font-family: Roboto, serif;
  color: #000;
  word-break: break-word;
}

h1 {
  font-size: 70px;
  line-height: 85px;
  margin-bottom: 7px;
}

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
  h1 {
    line-height: 76.5px;
  }
}

@media only screen and (max-width: 999px) and (min-width: 690px) {
  h1 {
    line-height: 76.5px;
  }
}

@media only screen and (max-width: 690px) {
  h1 {
    line-height: 51px;
  }
}

h2 {
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 7px;
}

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
  h2 {
    line-height: 44.2px;
  }
}

@media only screen and (max-width: 999px) and (min-width: 690px) {
  h2 {
    line-height: 41.6px;
  }
}

@media only screen and (max-width: 690px) {
  h2 {
    line-height: 41.6px;
  }
}

h3 {
  font-size: 32px;
  line-height: 52px;  
  margin-bottom: 8px;
}

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
  h3 {
    line-height: 44.2px;
  }
}

@media only screen and (max-width: 999px) and (min-width: 690px) {
  h3 {
    line-height: 41.6px;
  }
}

@media only screen and (max-width: 690px) {
  h3 {
    line-height: 41.6px;
  }
}

h4 {
  font-weight: normal;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 8px;
}

@media only screen and (max-width: 999px) and (min-width: 690px) {
  h4 {
    line-height: 32.4px;
  }
}

@media only screen and (max-width: 690px) {
  h4 {
    line-height: 32.4px;
  }
}

h5 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 7px;
}

h6 {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 7px;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  padding: 0;
  margin-left: 30px;
  margin-bottom: 30px;
}

ul li,
ol li {

}

img {
  max-width:100%;
  vertical-align: baseline;
}

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

blockquote {
  margin: 0;
  padding: 0;
  position: relative;
  padding-left: 1.8em;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  border-left: 4px solid #231e60;
}

/* 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: Open Sans, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  font-family: Roboto;
  display: inline-block;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  letter-spacing: 0px;
  position: relative;
  text-align: center;
  background-color: #231e60;
  border-color: #231e60;
  color: #fff;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  box-shadow: none;
  -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  border-style: solid;
  border-width: 1px;
  font-size: 20px;
  padding: 15px 22px;
  
  text-decoration: none;
}

.hs-button:hover, .hs-button:focus {
  background-color: #000038;
  border-color: #000038;
  
  color: #fff;
  box-shadow: 0 20px 38px rgb(0 0 0 / 16%);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}

.hs-button:active {
  background-color: #4b4688;
  border-color: #4b4688;
}


.hs-form label {
  font-size: 100%;
  color: #000000;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  padding-top: 0;
  margin-bottom:0;
}

.hs-error-msgs label {
  color: #f2545b;
}

.hs-input,
.hs-search-field__input,
.systems-page input[type='password'] {
  display: inline-block;
  width: 100%;
  padding: 1em;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  background-color: rgba(0,0,0,0.04);
  border: 2px solid rgba(0,0,0,0);
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

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

.inputs-list label.hs-error-msg {
    background: none repeat scroll 0 0 #fff;
    top: -3px;
    padding: 2px 6px;
    border: 0;
    box-shadow: 0 4px 9px rgb(0 0 0 / 7%);
    -webkit-box-shadow: 0 4px 9px rgb(0 0 0 / 7%);
    color: #231e60;
    font-weight: normal;
    display: block;
    line-height: inherit;
    font-size: 16px;
}
.hs_error_rollup .inputs-list label {
    margin: 1em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ffb900;
    font-size: 100%;
    line-height: inherit;
}



.hs-input:-moz-placeholder {
  color: #777;
}

.hs-input::-webkit-input-placeholder {
  color: #777;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: rgba(0,0,0,0.0);
}
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: 1.5em;
}

.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: 19px;
  color: #000;
}
.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: Helvetica, sans-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 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */


.body-container-wrapper {
    background-color: #f7f7f7;
}
.banner-section .dnd-section > .row-fluid {
    max-width: none !important;
    padding: 0;
}
.banner-section .dnd-section {
    padding: 0;
}
.custom-row {
    position: relative;
    padding-bottom: 24px;
}
.custom-row:before, 
.custom-row:after {
  content: " ";
  clear: both;
  display: table;
}
.custom-col {
    position: relative;
    display: block;
    width: 100%;
    position: relative;
    float: left;
}
.custom-col.col_last {
    margin-right: 0;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"], [class*=" icon-"], i[class*="fa-"], span[class*="fa-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}
i[class*="fa-"], span[class*="fa-"] {
    display: inline-block;
    word-spacing: 1px;
    position: relative;
    text-align: center;
    top: -2px;
    vertical-align: middle;
    max-width: 100%;
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before, 
.fa-facebook:before {
    content: "\f09a";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-instagram:before {
    content: "\f16d";
}

[class*=" steadysets-icon-"], [class^=steadysets-icon-] {
    font-family: steadysets!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.body-container__privacy .dnd-section .widget-type-cell > .row-fluid-wrapper {
    margin: 0 -20px;
}
body em {
    font-family: Gelasio;
    font-weight: 600;
    font-style: italic;
}
.body-container-wrapper ul {
    margin-top: 0;
}
[class^="iconsmind-"], [class*=" iconsmind-"] {
    font-family: 'iconsmind' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.iconsmind-Statistic:before {
    content: "\e9b6";
}
.nectar_icon_wrap i:before {
    line-height: inherit;
}
.hs-portfolio-layout .custom-header-group {
    min-height: auto;
}
/* body:not(.fix-header):not(.open-menu) .hs-portfolio-layout .custom-header-group .header {
    background-color: #f4f4f4;
} */
.hs-portfolio-layout .body-container-wrapper {
    background-color: #fff;
}
.body-container__portfolio .dnd-section > .row-fluid {
    padding: 0;
}
@keyframes rightArrowStart {
    0% {
        transform: translateX(-50px)
    }

    100% {
        transform: translateX(42px)
    }
}

@keyframes rightArrowEnd {
    0% {
        transform: translateX(42px)
    }

    100% {
        transform: translateX(75px)
    }
}

@keyframes rightArrowStart2 {
    0% {
        transform: translateX(50px) rotate(180deg)
    }

    100% {
        transform: translateX(-42px) rotate(180deg)
    }
}

@keyframes rightArrowEnd2 {
    0% {
        transform: translateX(-42px) rotate(180deg)
    }

    100% {
        transform: translateX(-75px) rotate(180deg)
    }
}

@keyframes portRightLineStart {
    0% {
        transform: translateY(-50%) translateX(-25px) scaleX(0)
    }

    100% {
        transform: translateY(-50%) translateX(0px) scaleX(1)
    }
}

@keyframes rightLineStart {
    0% {
        transform: translateY(-50%) translateX(-88px) scaleX(0)
    }

    100% {
        transform: translateY(-50%) translateX(0px) scaleX(1)
    }
}

@keyframes rightLineEnd {
    0% {
        transform: translateY(-50%) translateX(0px) scaleX(1)
    }

    100% {
        transform: translateY(-50%) translateX(28px) scaleX(0)
    }
}

@keyframes rightLineStart2 {
    0% {
        transform: translateY(-50%) translateX(88px) scaleX(0)
    }

    100% {
        transform: translateY(-50%) translateX(0px) scaleX(1)
    }
}

@keyframes rightLineEnd2 {
    0% {
        transform: translateY(-50%) translateX(0px) scaleX(1)
    }

    100% {
        transform: translateY(-50%) translateX(-28px) scaleX(0)
    }
}
@keyframes rightArrowLineStart {
    0% {
        stroke-dashoffset: 30px
    }

    100% {
        stroke-dashoffset: 40px
    }
}

@keyframes rightArrowLineEnd {
    0% {
        stroke-dashoffset: 40px
    }

    100% {
        stroke-dashoffset: 50px
    }
}
@keyframes rightArrowLineStart {
    0% {
        stroke-dashoffset: 30px
    }

    100% {
        stroke-dashoffset: 40px
    }
}

@keyframes rightArrowLineEnd {
    0% {
        stroke-dashoffset: 40px
    }

    100% {
        stroke-dashoffset: 50px
    }
}
@keyframes ctaArrowSVGStart {
    0% {
        transform: translateY(calc(-50% + 0.5px)) translateX(0) translateZ(0)
    }

    100% {
        transform: translateY(calc(-50% + 0.5px)) translateX(-3px) translateZ(0)
    }
}

@keyframes ctaArrowSVGEnd {
    0% {
        transform: translateY(calc(-50% + 0.5px)) translateX(-3px) translateZ(0)
    }

    100% {
        transform: translateY(calc(-50% + 0.5px)) translateX(0) translateZ(0)
    }
}

@keyframes ctaArrowTextStart {
    0% {
        transform: translateX(6px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes ctaArrowTextEnd {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(6px)
    }
}

@keyframes ctaArrowStart {
    0% {
        stroke-dashoffset: 140px;
        stroke-dasharray: 140px
    }

    100% {
        stroke-dasharray: 140px;
        stroke-dashoffset: 10px
    }
}

@keyframes ctaArrowStartTeam {
    0% {
        stroke-dashoffset: 0px;
        stroke-dasharray: 0px
    }

    50% {
        stroke-dashoffset: 140px;
        stroke-dasharray: 140px
    }

    100% {
        stroke-dasharray: 140px;
        stroke-dashoffset: 10px
    }
}

@keyframes ctaArrowEnd {
    0% {
        stroke-dashoffset: 10px;
        stroke-dasharray: 150px 150px
    }

    40% {
        opacity: 1
    }

    100% {
        opacity: 0;
        stroke-dashoffset: -53px;
        stroke-dasharray: 1px 150px
    }
}

@keyframes ctaArrowLineStart {
    0% {
        transform-origin: left;
        transform: scaleX(1.2) translateY(calc(-50% + 0.5px)) translateZ(0)
    }

    100% {
        transform: scaleX(1) translateY(calc(-50% + 0.5px)) translateZ(0)
    }
}

@keyframes ctaArrowLineEnd {
    0% {
        transform-origin: right;
        transform: scaleX(1) translateY(calc(-50% + 0.5px)) translateZ(0)
    }

    50% {
        transform-origin: right;
        transform: scaleX(0) translateY(calc(-50% + 0.5px)) translateZ(0)
    }

    51% {
        transform-origin: left
    }

    100% {
        transform: scaleX(1.2) translateY(calc(-50% + 0.5px)) translateZ(0);
        transform-origin: left
    }
}

.body-container__contact .dnd-section > .row-fluid {
    padding: 0;
}
.hs-website-banner-section .row-fluid [class*="span"] {
    min-height: 0;
}
.fancybox-navigation button {
    color: #fff !important;
    background-color: transparent !important;
    cursor:pointer !important;
}
.fancybox-navigation button.fancybox-button--arrow_right:before {
    right: 5px !important;
}
.hs-about-banner-section .banner {
    padding-top: calc(100vw * 0.14);
    padding-bottom: calc(100vw * 0.04);
}
.hs-about-banner-section .banner .banner-content {
    margin-bottom: 10px;
}
.body-container__about1 .dnd-section > .row-fluid {
    padding: 0;
}
.hs-about-body-container .hs-two-col-section .hs-two-col-section-box .vc_column-inner p {
    color: #000;
    line-height: 34px;
}

.nectar_team_member_overlay {
    height: 100%;
    width: 100%;
    background-color: #f2f2f2;
    color: #555;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 101;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.2,1,.2,1);
    transition: transform 0.8s cubic-bezier(0.2,1,.2,1)
}

.nectar_team_member_overlay.in-boxed .inner-wrap {
    top: 0!important
}

.nectar_team_member_overlay.in-boxed {
    z-index: 10010
}

.nectar-close-indicator.in-boxed {
    z-index: 10020
}

.nectar_team_member_overlay .inner-wrap {
    position: relative;
    width: 100%;
    height: 100%
}

.nectar_team_member_overlay.open {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
}

.nectar_team_member_overlay.open.on-mobile {
    cursor: pointer
}

.nectar_team_member_overlay .team_member_picture {
    height: 100%;
    width: 50%;
    position: fixed;
    right: 0;
    top: 0;
    background-color: rgba(0,0,0,0.1)
}

.nectar_team_member_overlay .team_member_image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    -webkit-transition: -webkit-transform 15s cubic-bezier(.15,0,.7,1),opacity 0.3s;
    transition: transform 15s cubic-bezier(.15,0,.7,1),opacity 0.3s;
    -webkit-transform: scale(1.11);
    transform: scale(1.11);
    opacity: 0;
    background-position: center top
}

.nectar_team_member_overlay.open:not(.animating) .team_member_image {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.team_member_picture_wrap {
    overflow: hidden;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute
}

.nectar_team_member_overlay .inner-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow: hidden
}

.nectar_team_member_overlay .bottom_meta a {
    display: inline-block;
    color: inherit;
    padding: 30px 30px 30px 0
}

.nectar_team_member_overlay .bottom_meta a i {
    height: auto;
    width: auto;
    font-size: 28px;
    transition: color 0.2s ease
}

.nectar_team_member_overlay .bottom_meta a:not(:hover) i {
    color: inherit
}

.nectar_team_member_overlay .team_member_details {
    width: 50%;
    left: 0;
    position: relative;
    padding: 3% 10%;
    margin: auto 0
}

.using-mobile-browser .nectar_team_member_overlay .team_member_details {
    height: 100vh;
    overflow: scroll
}


.nectar_team_member_overlay.in-boxed .inner-wrap {
    top: 0!important
}

.nectar_team_member_overlay.in-boxed {
    z-index: 10010
}

.nectar-close-indicator.in-boxed {
    z-index: 10020
}

.nectar_team_member_overlay .inner-wrap {
    position: relative;
    width: 100%;
    height: 100%
}

.nectar_team_member_overlay.open {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
}

.nectar_team_member_overlay.open.on-mobile {
    cursor: pointer
}

.nectar_team_member_overlay .team_member_picture {
    height: 100%;
    width: 50%;
    position: fixed;
    right: 0;
    top: 0;
    background-color: rgba(0,0,0,0.1)
}

.nectar_team_member_overlay .team_member_image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    -webkit-transition: -webkit-transform 15s cubic-bezier(.15,0,.7,1),opacity 0.3s;
    transition: transform 15s cubic-bezier(.15,0,.7,1),opacity 0.3s;
    -webkit-transform: scale(1.11);
    transform: scale(1.11);
    opacity: 0;
    background-position: center top
}

.nectar_team_member_overlay.open:not(.animating) .team_member_image {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.team_member_picture_wrap {
    overflow: hidden;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute
}

.nectar_team_member_overlay .inner-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow: hidden
}

.nectar_team_member_overlay .bottom_meta a {
    display: inline-block;
    color: inherit;
    padding: 30px 30px 30px 0
}

.nectar_team_member_overlay .bottom_meta a i {
    height: auto;
    width: auto;
    font-size: 28px;
    transition: color 0.2s ease
}

.nectar_team_member_overlay .bottom_meta a:not(:hover) i {
    color: inherit
}

.nectar_team_member_overlay .team_member_details {
    width: 50%;
    left: 0;
    position: relative;
    padding: 3% 10%;
    margin: auto 0
}

.using-mobile-browser .nectar_team_member_overlay .team_member_details {
    height: 100vh;
    overflow: scroll
}
.nectar_team_member_overlay .team_member_details .bio-inner {
    height: 100%
}

.nectar_team_member_overlay .team_member_details .title {
    line-height: 20px;
    margin-bottom: 30px
}

.nectar_team_member_overlay .team_member_details h2, .nectar_team_member_overlay .team_member_details .mobile-close, 
.nectar_team_member_overlay .team_member_details .title, .nectar_team_member_overlay .team_member_details .team-desc, 
.nectar_team_member_overlay .team_member_details .team-desc .bottom_meta a {
    opacity: 0;
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -ms-transition: all 1.1s cubic-bezier(0.2,1,.2,1) 0.4s;
    -webkit-transition: all 1.1s cubic-bezier(0.2,1,.2,1) 0.4s;
    transition: all 1.1s cubic-bezier(0.2,1,.2,1) 0.4s
}

.nectar_team_member_overlay .team_member_details .title {
    -ms-transition: all 1.1s cubic-bezier(0.2,1,.2,1) 0.55s;
    -webkit-transition: all 1.1s cubic-bezier(0.2,1,.2,1) 0.55s;
    transition: all 1.1s cubic-bezier(0.2,1,.2,1) 0.55s
}

.nectar_team_member_overlay .team_member_details .team-desc {
    -ms-transition: all 1.1s cubic-bezier(0.2,1,.2,1) 0.7s;
    -webkit-transition: all 1.1s cubic-bezier(0.2,1,.2,1) 0.7s;
    transition: all 1.1s cubic-bezier(0.2,1,.2,1) 0.7s
}

.nectar_team_member_overlay .team_member_details .team-desc .bottom_meta a:nth-child(1) {
    -ms-transition: all 1.1s cubic-bezier(0.2,1,.2,1) 0.85s;
    -webkit-transition: all 1.1s cubic-bezier(0.2,1,.2,1) 0.85s;
    transition: all 1.1s cubic-bezier(0.2,1,.2,1) 0.85s
}

.nectar_team_member_overlay .team_member_details .team-desc .bottom_meta a:nth-child(2) {
    -ms-transition: all 1.1s cubic-bezier(0.2,1,.2,1) 0.9s;
    -webkit-transition: all 1.1s cubic-bezier(0.2,1,.2,1) 0.9s;
    transition: all 1.1s cubic-bezier(0.2,1,.2,1) 0.9s
}

.nectar_team_member_overlay .team_member_details .team-desc .bottom_meta a:nth-child(3) {
    -ms-transition: all 1.1s cubic-bezier(0.2,1,.2,1) 0.95s;
    -webkit-transition: all 1.1s cubic-bezier(0.2,1,.2,1) 0.95s;
    transition: all 1.1s cubic-bezier(0.2,1,.2,1) 0.95s
}

.nectar_team_member_overlay .team_member_details .team-desc .bottom_meta a:nth-child(4) {
    -ms-transition: all 1.1s cubic-bezier(0.2,1,.2,1) 1s;
    -webkit-transition: all 1.1s cubic-bezier(0.2,1,.2,1) 1s;
    transition: all 1.1s cubic-bezier(0.2,1,.2,1) 1s
}

.nectar_team_member_overlay.open .team_member_details .mobile-close, 
.nectar_team_member_overlay.open .team_member_details h2, 
.nectar_team_member_overlay.open .team_member_details .title, 
.nectar_team_member_overlay.open .team_member_details .team-desc, 
.nectar_team_member_overlay.open .team_member_details .team-desc .bottom_meta a {
    opacity: 1;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.nectar_team_member_overlay .team_member_details .team-desc p:empty {
    display: block
}

.nectar_team_member_overlay .team_member_picture .team_member_image_bg_cover {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1001;
    left: -2px;
    top: 0;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -ms-transform-origin: left;
    -webkit-transform-origin: left;
    transform-origin: left;
    background-color: #f2f2f2;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.25,1,.2,1);
    transition: transform 1s cubic-bezier(0.25,1,.2,1)
}

.nectar_team_member_overlay.open .team_member_picture .team_member_image_bg_cover {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.nectar-close-indicator {
    left: -45px;
    position: fixed;
    top: -45px;
    pointer-events: none;
    display: block;
    height: 90px;
    width: 90px;
    text-align: center;
    line-height: 88px;
    font-size: 24px;
    z-index: 10000;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: transform, opacity;
    mix-blend-mode: difference
}

.nectar-close-indicator .inner {
    border: 2px solid #fff;
    height: 90px;
    width: 90px;
    line-height: 88px;
    opacity: 0;
    font-size: 24px;
    border-radius: 100px;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s
}

.nectar-close-indicator.visible, .nectar-close-indicator .inner.visible {
    opacity: 1
}

.nectar-close-indicator .inner:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    content: "\e117";
    color: #fff;
    font-size: 24px;
    display: block
}

.team-member[data-style="bio_fullscreen"] .team-meta .arrow-end {
    display: inline-block;
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 50px;
    height: 50px;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0;
    content: "\f105";
    margin-left: 15px;
    position: absolute;
    right: 0;
    top: 53%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    font-size: 25px;
    transition: opacity 0.25s cubic-bezier(0.12,0.75,0.4,1),transform 0.25s cubic-bezier(0.12,0.75,0.4,1);
    -webkit-transition: opacity 0.25s cubic-bezier(0.12,0.75,0.4,1),-webkit-transform 0.25s cubic-bezier(0.12,0.75,0.4,1)
}

.team-member[data-style="bio_fullscreen"] .team-meta .arrow-line {
    backface-visibility: hidden;
    letter-spacing: 0;
    display: block;
    content: ' ';
    z-index: 100;
    position: absolute;
    width: 22px;
    height: 2px;
    background-color: #000;
    top: 53%;
    opacity: 0;
    right: -10px;
    cursor: pointer;
    transform: translateY(-50%) translateX(-20px) translateZ(0);
    -webkit-transform: translateY(-50%) translateX(-20px) translateZ(0);
    transition: opacity 0.25s cubic-bezier(0.12,0.75,0.4,1),transform 0.25s cubic-bezier(0.12,0.75,0.4,1);
    -webkit-transition: opacity 0.25s cubic-bezier(0.12,0.75,0.4,1),-webkit-transform 0.25s cubic-bezier(0.12,0.75,0.4,1)
}

.team-member[data-style="bio_fullscreen"] .team-meta .arrow-line {
    top: 53%
}
.fa-angle-right:before {
    content: "\f105";
}
.nectar_team_member_overlay .team_member_details .title {
    font-family: Roboto;
    text-transform: capitalize!important;
    letter-spacing: 0px;
    font-size: 20px;
    font-weight: 700;
}
.nectar_team_member_overlay h2 {
    font-size: 40px;
    line-height: 52px;
}
.fancybox-bg {
    background-color: #000 !important;
}
.body-container__work1 .dnd-section > .row-fluid {
    padding: 0;
}
.banner-section.hs-work-banner-section .banner {
    padding-top: calc(100vw * 0.12);
    padding-bottom: calc(100vw * 0.03);
}
.banner-section.hs-work-banner-section .banner .page-center {
    margin-bottom: 20px;
}
.body-container-wrapper .hs_cos_wrapper_type_rich_text ul li {
    list-style: disc;
    list-style-position: outside;
}
.body-container-wrapper .custom-social-icons ul.social li {
    list-style: none;
    display: inline-block;
}
.hs-home-layout .custom-header-group {
    min-height: auto;
}
body:not(.fix-header) .hs-home-layout .custom-header-group #hs_cos_wrapper_header_menu_logo {
    display: block;
}
body:not(.fix-header) .hs-home-layout .custom-header-group #hs_cos_wrapper_header_logo {
    height: 0;
    width: 0;
}
.hs-animated-arrow .link_wrap {
    position: relative;
    text-decoration: inherit;
    speak: none;
    border-radius: 200px !important;
    -webkit-border-radius: 200px !important;
    box-shadow: none;
    -ms-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1),border-color .45s cubic-bezier(0.25,1,0.33,1),color .45s cubic-bezier(0.25,1,0.33,1),background-color .45s cubic-bezier(0.25,1,0.33,1),box-shadow .45s cubic-bezier(0.25,1,0.33,1);
    -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1),border-color .45s cubic-bezier(0.25,1,0.33,1),color .45s cubic-bezier(0.25,1,0.33,1),background-color .45s cubic-bezier(0.25,1,0.33,1),box-shadow .45s cubic-bezier(0.25,1,0.33,1);
    transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1),border-color .45s cubic-bezier(0.25,1,0.33,1),color .45s cubic-bezier(0.25,1,0.33,1),background-color .45s cubic-bezier(0.25,1,0.33,1),box-shadow .45s cubic-bezier(0.25,1,0.33,1);
}
.hs-animated-arrow .link_text {
    display: inline-block;
    color: inherit;
    padding: 0 0 0 40px;
    position: relative;
}
.hs-animated-arrow .link_text > .text {
    display: block;
    animation: ctaArrowTextStart .45s cubic-bezier(0.23,0.46,0.4,1) forwards;
}
.hs-animated-arrow .link_text .next-arrow {
    stroke: currentColor;
    position: absolute;
    left: 25px;
    top: 50%;
    width: 6px;
    animation: ctaArrowSVGStart .45s cubic-bezier(0.23,0.46,0.4,1) forwards;
}
.hs-animated-arrow .link_text .line {
    height: 1px;
    width: 25px;
    position: absolute;
    content: '';
    left: 0;
    display: block;
    top: 50%;
    transform-origin: left;
    -webkit-transform: translateY(calc(-50% + 0.5px)) translateZ(0);
    transform: translateY(calc(-50% + 0.5px)) translateZ(0);
    animation: ctaArrowLineStart .45s cubic-bezier(0.23,0.46,0.4,1) forwards;
}
.hs-animated-arrow .link_text .next-arrow polyline {
    stroke: currentColor;
    stroke-dashoffset: 140px;
    stroke-dasharray: 140px;
    animation: ctaArrowEnd .45s cubic-bezier(0.23,0.46,0.4,1) forwards;
}
.hs-animated-arrow .link_wrap:hover .text {
    animation: ctaArrowTextEnd .45s cubic-bezier(0.23,0.46,0.4,1) forwards;
}
.hs-animated-arrow .link_wrap:hover svg {
    animation: ctaArrowSVGEnd .45s cubic-bezier(0.23,0.46,0.4,1) forwards;
}
.hs-animated-arrow .link_wrap:hover svg polyline {
    animation: ctaArrowStart .45s ease .25s forwards;
}
.hs-animated-arrow .link_wrap:hover .line {
    animation: ctaArrowLineEnd .45s cubic-bezier(0.23,0.46,0.4,1) forwards;
}
.hs-home-body-container {
    overflow: hidden;
}
.hs-home-layout {
    overflow: hidden;
}
.page-center-nxt.clearfix::before {content: none;}
.hs-our-services-group-inner.clearfix::before {content: none;}











@media only screen and (max-width : 690px) {
  .hs-about-banner-section .banner .page-center {
      padding-top: 70px;
  }
}


@media only screen and (min-width: 690px) {
  .custom-col {
    margin-right: 2%;
  }
  .span_1 {
    width:6.5%
  }
  .span_2 {
    width: 15.0%
  }
  .span_3 {
    width: 23.5%
  }
  .span_4 {
    width: 32.0%
  }
  .span_5 {
    width: 40.5%
  }
  .span_6 {
    width: 49.0%
  }
  .span_7 {
    width: 57.5%
  }
  .span_8 {
    width: 66.0%
  }
  .span_9 {
    width: 74.5%
  }
  .span_10 {
    width: 83.0%
  }
  .span_11 {
    width: 91.5%
  }
  .span_12 {
    width: 100%
  }
  .nectar_team_member_overlay .team_member_details {
    padding:10% 10%
  }
}

@media only screen and (min-width: 1301px) {
  .hs-about-body-container .hs-two-col-section h2 {
      font-size: 36px;
      line-height: 50px;
      text-align: left;
  }
}

@media only screen and (min-width : 690px) and (max-width : 999px) {
  .nectar_team_member_overlay .team_member_picture {
    width:35%
  }
  .nectar_team_member_overlay .team_member_details {
    width: 65%
  }
  .one-fourths .team-member[data-style="meta_overlaid"] .team-member-image {
    height: 350px
  }
  .hs-about-body-container .hs-two-col-section .hs-two-col-section-box.image {
    min-height: 471px;
  }
}

@media only screen and (max-width: 999px) {
  .body-container__contact .hs-two-col-section .hs-two-col-section-box.image {
      min-height: auto;
      height: 92vw;
  }
  .hs-about-banner-section .banner .page-center {
      padding-top: 40px;
      margin-bottom: 25px;
  }
  .hs-about-body-container .hs-two-col-section .hs-two-col-section-box .vc_column-inner p {
    line-height: 31px;
  }
  .banner-section.hs-work-banner-section .banner .page-center {
      padding-top: 40px;
      margin-bottom: 45px;
  }
  .fix-header .hs-home-layout .custom-header-group .header {
      -webkit-box-shadow: 0 3px 45px rgb(0 0 0 / 15%);
      box-shadow: 0 3px 45px rgb(0 0 0 / 15%);
  }
  body.open-menu:not(.fix-header) .custom-header-group #hs_cos_wrapper_header_logo {
      height: 0;
      width: 0;
  }
  body.open-menu:not(.fix-header) .custom-header-group #hs_cos_wrapper_header_logo {
      height: 0;
      width: 0;
  }
  .open-menu .hs-website-layout .custom-header-group .header {
    background-color: #fff;
  }
  body.open-menu:not(.fix-header) .hs-website-layout .custom-header-group #hs_cos_wrapper_header_logo {
    height: auto;
    width: auto;
  }
  .open-menu .hs-website-layout .custom-header-group #hs_cos_wrapper_header_menu_logo {
    width: 0;
    height: 0;
  }
}

@media only screen and (max-width: 768px) {
  .body-container__contact .hs-two-col-section .hs-two-col-section-box.image {
      min-height: auto;
      height: 106.5vw;
  }
}

@media only screen and (max-width: 767px) {
  .body-container__privacy .dnd-section .widget-type-cell {
      padding-left: 20px;
      padding-right: 20px;
  }
  .hs-about-body-container .hs-two-col-section .hs-two-col-section-box.image {
      min-height: 495px;
  }
}


@media only screen and (max-width: 690px) {
  .custom-col {
      margin-bottom: 25px;
  }
  .body-container__privacy .dnd-section a {
      word-break: break-word;
  }
  .body-container__contact .hs-two-col-section .hs-two-col-section-box.image {
      display: none !important;
  }
  .nectar_team_member_overlay .team_member_details {
    width:100%
  }
  .nectar_team_member_overlay .team_member_picture {
    display: none
  }
  .nectar_team_member_overlay {
    overflow-y: auto
  }
  .nectar_team_member_overlay .inner-wrap {
    overflow: visible
  }
  .hs-about-body-container .hs-two-col-section .hs-two-col-section-box .vc_column-inner p {
      line-height: 28px;
  }
  .hs-about-body-container .hs-two-col-section .hs-two-col-section-box.image {
      min-height: 510px;
  }
  .banner-section.hs-work-banner-section .banner .page-center {
      padding-top: 70px;
  }
}


@media only screen and (min-width : 1px) and (max-width : 999px) {
  .nectar-close-indicator {
    display:none;
  }
  .nectar_team_member_overlay .team_member_details .bio-inner .mobile-close {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: block;
    height: 32px;
    width: 32px;
    border-radius: 50px;
    transform-origin: center;
    margin-bottom: 10px;
    cursor: pointer;
    border: 2px solid;
    border-color: #231e60;
  }
  .nectar_team_member_overlay .team_member_details .bio-inner .mobile-close:before {
    position: absolute;
    display: block;
    height: 2px;
    width: 16px;
    left: 6px;
    top: 13px;
    content: ' ';
    background-color: #231e60!important;
  }
  .nectar_team_member_overlay .team_member_details .bio-inner .mobile-close:after {
    position: absolute;
    display: block;
    height: 16px;
    width: 2px;
    left: 13px;
    top: 6px;
    content: ' ';
      background-color: #231e60!important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: transparent;
}

.custom-header-group .header__container {
    max-width: 100%;
    padding: 0 28px;
    margin: 0 auto;
}
.custom-header-group .header {
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    padding: 28px 0 0 0;
    z-index: 999;
    background-color: #fff;
    transition: transform 0.3s ease 0s, background-color 0.3s ease 0s, opacity 0.3s ease 0s, box-shadow 0.3s ease 0s, border-color 0.3s ease 0s, margin 0.25s ease-out 0s;
    transform: translateY(0px);
}

#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  max-width: 200px;
  height: auto;
  margin-left: 22px;
  margin-right: auto;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}
.custom-header-group .custom-row {
    padding-bottom: 0;
}
.custom-header-group #hs-link-header_logo_hs_logo_widget,
.custom-header-group #hs-link-header_menu_logo_hs_logo_widget {
    width: auto;
    max-width: none;
    display: block;
    line-height: 22px;
    font-size: 22px;
    letter-spacing: -1px;
    transition: margin 0.15s ease;
}
.custom-header-group #hs-link-header_logo_hs_logo_widget img,
.custom-header-group #hs-link-header_menu_logo_hs_logo_widget img {
    height: 60px;
    transition: height 0.15s ease, opacity 0.2s ease;
    width: auto !important;
    margin-bottom: 0;
    display: block;
}
.fix-header .custom-header-group .header {
    -webkit-box-shadow: 0 3px 45px rgb(0 0 0 / 15%);
    box-shadow: 0 3px 45px rgb(0 0 0 / 15%);
}
.custom-header-triggre-grp ul.buttons.sf-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    transition: padding 0.8s ease;
    min-height: 1px;
    line-height: 1px;
    right: 0;
    margin-left: 40px;
}
.custom-header-triggre-grp ul.buttons.sf-menu > li {
    float: left;
    transition: margin 0.25s ease;
    line-height: 12px;
    position: relative;
    margin: 0;
}
#menu-trigger {
    line-height: 20px;
    height: 20px;
    background-position: right top;
    background-repeat: no-repeat;
    box-sizing: content-box;
    display: block;
    position: relative;
    padding: 0 12px;
    width: 22px;
    z-index: 999;
}
#menu-trigger:before {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    content: ' ';
    z-index: -1;
    box-shadow: 0px 10px 25px rgb(0 0 0 / 13%);
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transform-origin: top;
    border-radius: 100px;
    background-color: #fff;
    height: 46px;
    padding-bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

#menu-trigger > span {
    position: relative;
    overflow: hidden;
    width: 22px;
    transition: -webkit-transform 0.33s 0s ease;
    transition: transform 0.33s 0s ease;
    transition: -webkit-transform 0.33s 0.3s ease-in;
    transition: transform 0.33s 0.3s ease-in;
    -webkit-transform-origin: center;
    transform-origin: center;
    display: block;
    height: 21px;
}
#menu-trigger .lines-button {
    transition: .3s;
    cursor: pointer;
    top: 9px;
    position: relative;
    user-select: none;
    display: block;
    line-height: 0;
    font-size: 0;
}
#menu-trigger .lines-button .lines {
    display: block;
    width: 1.4rem;
    height: 2px;
    background-color: transparent;
    transition: 0.3s;
    position: relative;
}
#menu-trigger .lines-button .lines.x2 {
    transition: background 0.2s ease,opacity 0.2s ease;
}
#menu-trigger .lines-button .lines:before, 
#menu-trigger .lines-button .lines:after {
    display: block;
    width: 1.4rem;
    position: absolute;
    left: 0;
    content: '';
    height: 2px;
    transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1) 0.04s, background-color 0.2s ease, opacity 0.2s ease!important;
    background-color: #231e60;
    opacity: 1;
}
#menu-trigger .lines-button:after {
    transition: transform 0.75s cubic-bezier(0.3, 1, 0.3, 1) 0.04s, background-color 0.2s ease, opacity 0.2s ease!important;
}
#menu-trigger .lines-button .lines:after {
    transition: transform 0.85s cubic-bezier(0.3, 1, 0.3, 1) 0.04s, background-color 0.2s ease, opacity 0.2s ease!important;
}
#menu-trigger .lines-button .lines:after {
    top: -6px;
}
#menu-trigger .lines-button .lines:before {
    width: 1rem;
    top: 6px;
}
#menu-trigger .lines-button.x2 .lines:before, 
#menu-trigger .lines-button.x2 .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
#menu-trigger .lines-button:after {
    display: inline-block;
    width: 1.4rem;
    height: 2px;
    transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1) 0.04s, background-color 0.2s ease, opacity 0.2s ease;
    -webkit-transition: -webkit-transform 0.45s ease,opacity 0.2s ease,background-color 0.2s ease;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    background-color: #231e60;
    opacity: 1;
}
#menu-trigger .close-wrap {
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
    transform: translateX(-50%) translateY(-50%) translateZ(0);
    -webkit-transition: margin .2s ease,opacity .3s ease,-webkit-transform .2s ease 1s;
    transition: margin .2s ease,opacity .3s ease,-webkit-transform .2s ease 1s;
    transition: margin .2s ease,transform .2s ease 1s,opacity .3s ease;
    transition: margin .2s ease,transform .2s ease 1s,opacity .3s ease,-webkit-transform .2s ease 1s;
    width: 22px;
    height: 22px;
    display: block;
    overflow: hidden;
    opacity: 0;
}
.open-menu #menu-trigger .close-wrap {
    opacity: 1;
}
#menu-trigger span {
    overflow: hidden;
}
@keyframes headerButtonsBottomBarItem {
    0% {
        transform: translateX(15px);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes crossLeft {
    100% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(-45deg);
        transform: translateY(0px) translateX(0px) rotate(-45deg)
    }
}

@keyframes crossLeft {
    100% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(-45deg);
        transform: translateY(0px) translateX(0px) rotate(-45deg)
    }
}

@-webkit-keyframes crossLeftClose {
    100% {
        -webkit-transform: translateY(22px) translateX(22px) rotate(-45deg);
        transform: translateY(22px) translateX(22px) rotate(-45deg)
    }
}

@keyframes crossLeftClose {
    100% {
        -webkit-transform: translateY(22px) translateX(22px) rotate(-45deg);
        transform: translateY(22px) translateX(22px) rotate(-45deg)
    }
}

@-webkit-keyframes crossRight {
    100% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(45deg);
        transform: translateY(0px) translateX(0px) rotate(45deg)
    }
}

@keyframes crossRight {
    100% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(45deg);
        transform: translateY(0px) translateX(0px) rotate(45deg)
    }
}

@-webkit-keyframes crossRightClose {
    100% {
        -webkit-transform: translateY(22px) translateX(-22px) rotate(45deg);
        transform: translateY(22px) translateX(-22px) rotate(45deg)
    }
}

@keyframes crossRightClose {
    100% {
        -webkit-transform: translateY(22px) translateX(-22px) rotate(45deg);
        transform: translateY(22px) translateX(-22px) rotate(45deg)
    }
}
#menu-trigger .close-line {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
    animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    height: 100%;
    width: 2px;
    background: #fff;
    backface-visibility: hidden;
    position: absolute;
    border-radius: 5px;
    left: 10px;
    transition: opacity 0.2s ease, background-color 0.2s ease;
    opacity: 1;
}
.open-menu #menu-trigger .close-line.close-line1 {
    -webkit-animation-name: crossRight;
    animation-name: crossRight;
    -webkit-animation-delay: .29s;
    animation-delay: .29s;
    -webkit-transform: translateY(-30px) translateX(30px) rotate( 45deg);
    transform: translateY(-30px) translateX(30px) rotate( 45deg);
}
.open-menu #menu-trigger .close-line.close-line2 {
    -webkit-animation-name: crossLeft;
    animation-name: crossLeft;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
    -webkit-transform: translateY(-30px) translateX(-30px) rotate( -45deg);
    transform: translateY(-30px) translateX(-30px) rotate( -45deg);
}
.open-menu #menu-trigger .lines-button {
    -webkit-transform: none;
    transform: none;
}
.open-menu #menu-trigger .lines-button .lines {
    background-color: transparent!important;
}
.open-menu #menu-trigger .lines-button .lines:before {
    -webkit-transform: translateY(-6px) rotateZ( -45deg);
    -ms-transform: translateY(-6px) rotateZ(-45deg);
    transform: translateY(-6px) rotateZ( -45deg);
    width: 1.5rem;
    transform: translateX(30px)!important;
}
.open-menu #menu-trigger .lines-button .lines:after {
    width: 1.5rem;
    -webkit-transform: translateY(6px) rotateZ( 45deg);
    -ms-transform: translateY(6px) rotateZ(45deg);
    transform: translateY(6px) rotateZ( 45deg);
    transform: translateX(30px)!important;
}
.open-menu #menu-trigger .lines-button:after {
    transform: translateX(30px)!important;
}

.custom-menu-background {
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transition: opacity 0.55s ease;
    transition: opacity 0.55s ease;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    pointer-events: none;
    background-color: #231e60;
}
.open-menu .custom-menu-background {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.header__navigation {
    position: fixed;
    width: 100%;
    height: 100%;
    right: auto;
    left: 0;
    top: 0;
    z-index: 99;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    display: -webkit-flex;
    display: flex;
}
.hs-header__navigation-group {
    transition: transform 0.3s ease 0s, background-color 0.3s ease 0s, opacity 0.3s ease 0s, box-shadow 0.3s ease 0s, border-color 0.3s ease 0s, margin 0.25s ease-out 0s;
    transform: translateY(0px);
    position: relative;
    z-index: -1;
}
.open-menu .hs-header__navigation-group {
    transform: none;
    z-index: 111;
}
.header__navigation .custom-menu-primary {
    height: 100%;
    width: 100%;
    margin-right: -20px;
    display: -webkit-flex;
    display: flex;
    padding-top: 140px;
}
.header__navigation .custom-menu-primary #hs_cos_wrapper_navigation-primary {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
}
.custom-menu-primary .page-center {
    display: -webkit-flex;
    display: flex;
    margin: auto;
    position: relative;
    width: 100%;
    left: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .custom-menu-primary .page-center {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
}

.custom-menu-primary .left-side {
    display: -webkit-flex;
    display: flex;
    width: 50%;
    align-items: flex-start;
    flex-flow: column;
}
.custom-menu-primary .right-side {
    display: -webkit-flex;
    display: flex;
    width: 50%;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-transition: opacity 0.25s ease, transform 0.01s cubic-bezier(.2,.75,.5,1) 0.45s;
    transition: opacity 0.25s ease, transform 0.01s cubic-bezier(.2,.75,.5,1) 0.45s;
    -webkit-transform: translateY(35px);
    transform: translateY(35px);
    opacity: 0;
}
.open-menu .custom-menu-primary .right-side {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.5s ease 0.3s, transform 0.85s cubic-bezier(.2,.75,.5,1) 0.3s;
    transition: opacity 0.5s ease 0.3s, transform 0.85s cubic-bezier(.2,.75,.5,1) 0.3s;
}
.submenu.level-1 > li {
    -webkit-transition: opacity 0.25s cubic-bezier(.2,.75,.5,1), transform 0.01s cubic-bezier(.2,.75,.5,1) 0.45s;
    transition: opacity 0.25s cubic-bezier(.2,.75,.5,1), transform 0.01s cubic-bezier(.2,.75,.5,1) 0.45s;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
    display: block;
    position: relative;
    margin-bottom: 14px;
}
.open-menu .submenu.level-1 > li {
    -webkit-transition: opacity 0.5s ease 0.38s, transform 0.85s cubic-bezier(.2,.75,.5,1) 0.2s;
    transition: opacity 0.5s ease 0.38s, transform 0.85s cubic-bezier(.2,.75,.5,1) 0.2s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.open-menu .submenu.level-1 > li:nth-child(2) {
    transition-delay: 0.16s;
}
.open-menu .submenu.level-1 > li:nth-child(3) {
    transition-delay: 0.18s;
}
.open-menu .submenu.level-1 > li:nth-child(4) {
    transition-delay: 0.2s;
}
.open-menu .submenu.level-1 > li:nth-child(5) {
     transition-delay: 0.22s;
}
.open-menu .submenu.level-1 > li:nth-child(6) {
    transition-delay: 0.24s;
}
.submenu.level-1 > li > a {
    font-family: Roboto;
    letter-spacing: 0px;
    font-size: 54px;
    line-height: 65px;
    font-weight: 700;
    -webkit-transition: color 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
    transition: color 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
    display: inline-block;
      position: relative;
}
.submenu.level-1 > li > a:after {
    -ms-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out, border-color .3s ease-out;
    transition: transform .3s ease-out,border-color .3s ease-out;
    position: absolute;
    display: block;
    bottom: -6px;
    left: 0;
    width: 100%;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-top: 2px solid #000;
    content: '';
    padding-bottom: inherit;
    transform-origin: left;
    pointer-events: none;
    bottom: -2px;
    -webkit-transition: -webkit-transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
    transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
    border-color: #ddd;
}
.submenu.level-1 > li > a:hover:after,
.submenu.level-1 > li > a.active-item:after,
.submenu.level-1 > li > a.active-branch:after{
    backface-visibility: hidden;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.right-side-inner {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.hs-header-bottom-meta-wrap {
    margin-top: 35px;
}
.hs-header-bottom-meta-wrap ul.off-canvas-social-links > li {
    display: inline-block;
    padding: 0 6px 6px 0;
    margin-right: -5.3px;
}
.hs-header-bottom-meta-wrap ul.off-canvas-social-links > li > a {
    color: #fff;
    padding: 0 6px 6px 0;
    transition: opacity 0.2s ease, color 0.2s ease;
    -webkit-transition: opacity 0.2s ease, color 0.2s ease;
    padding: 0 8px;
}
.hs-header-bottom-meta-wrap ul.off-canvas-social-links > li > a:hover {
    opacity: 1;
}
.hs-header-bottom-meta-wrap ul.off-canvas-social-links > li > a i {
    font-size: 18px;
    line-height: 22px;
}
.hs-header-address p {
    color: #fff;
    margin: 0;
    padding: 0;
}
.custom-menu-primary .hs-header-address p a {
    background-repeat: no-repeat;
    background-size: 0 2px;
    background-position: left bottom;
    background-image: linear-gradient(to right,#ddd 0%,#ddd 100%);
    -webkit-transition: background-size .55s cubic-bezier(.2,.75,.5,1),color .5s ease;
    transition: background-size .55s cubic-bezier(.2,.75,.5,1),color .5s ease;
    display: inline;
    color: #fff;
}
.custom-menu-primary .hs-header-address p a:hover {
    background-size: 100% 2px;
    opacity: 1;
}
.custom-header-group #hs-link-header_logo_hs_logo_widget,
.custom-header-group #hs_cos_wrapper_header_menu_logo {
    position: relative;
    z-index: 999;
}

.custom-header-group #hs_cos_wrapper_header_menu_logo {
    display: none;
}
.open-menu .custom-header-group #hs_cos_wrapper_header_menu_logo {
    display: block;
}
.open-menu .custom-header-group #hs_cos_wrapper_header_logo {
    display: none;
}








@media only screen and (min-width: 690px) {
  .custom-header-group {
      min-height: 140px;
  }
  .custom-header-group .header {
      padding-top: 0;
  }
  .custom-header-group .custom-row {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
  }
  .custom-header-group .span_3, 
  .custom-header-group .span_9 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      float: none;
      width: auto;
  }
  .fix-header .custom-header-group #hs-link-header_logo_hs_logo_widget img,
  .fix-header .custom-header-group #hs-link-header_menu_logo_hs_logo_widget img {
      height: 50px;
  }
  .custom-header-triggre-grp {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
  }
  .custom-header-triggre-grp ul.buttons.sf-menu {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      float: none;
      vertical-align: middle;
      overflow: visible;
      height: auto;
  }
  .custom-header-triggre-grp ul.buttons.sf-menu > li {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
  }
  .custom-header-group .span_9 {
      margin-left: auto;
  }
}

@media only screen and (min-width: 1000px) {
  .custom-header-group .header__container {
      padding: 0 95px;
  }
  .custom-header-group #hs-link-header_logo_hs_logo_widget,
  .custom-header-group #hs-link-header_menu_logo_hs_logo_widget {
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
  }
  .fix-header .custom-header-group #hs-link-header_logo_hs_logo_widget,
  .fix-header .custom-header-group #hs-link-header_menu_logo_hs_logo_widget {
    margin-top: 22.222222222222px;
    margin-bottom: 22.222222222222px;
  }
  .open-menu .custom-header-group .header {
      background-color: transparent !important;
    box-shadow: none;
  }
  #menu-trigger:hover:before {
      -webkit-transform: scale(1.1) translateY(-50%);
      transform: scale(1.1) translateY(-50%);
  }
}

@media (max-width: 999px) {
  .open-menu .custom-header-group .header {
      background-color: #231e60;
  }
  .submenu.level-1 > li > a {
      font-size: 48.6px;
      line-height: 58.5px;
  }
  .custom-header-group #hs-link-header_logo_hs_logo_widget img,
  .custom-header-group #hs-link-header_menu_logo_hs_logo_widget img {
      height: 40px;
  }
  .custom-header-group {
      min-height: 80px;
  }
  .custom-header-group .header {
      padding: 20px 0;
  }
  .fix-header .custom-header-group #hs-link-header_logo_hs_logo_widget img,
  .fix-header .custom-header-group #hs-link-header_menu_logo_hs_logo_widget img {
      height: 40px;
  }
  .fix-header .custom-header-group .header {
      box-shadow: none;
  }
  .header__navigation .custom-menu-primary {
      padding-top: 80px;
  }
  .open-menu .custom-header-group #hs_cos_wrapper_header_logo {
      display: inherit;
      height: 0;
  }
  .open-menu.fix-header .custom-header-group #hs_cos_wrapper_header_logo {
    display: inherit;
    height:auto;
  } 
}

/* Mobile Styles */

@media (max-width: 767px) {
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all {
    .custom-menu-primary .page-center {
        padding: 30px 10px 0;
    }
  }
  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-right: auto;
    margin-left: 0;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all {
    .open-menu {
        overflow: hidden;
    }
  }
}

@media (max-width: 690px) {
  .custom-header-group .custom-col.col_last {
      width: auto;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 2000;
      height: 100%;
      margin-bottom: 0;
  }
  .custom-header-group .custom-col {
      margin-bottom: 0;
  }
  .custom-header-group .header__container {
      padding: 0 25px;
  }
  .custom-menu-primary .left-side, 
  .custom-menu-primary .right-side {
      width: 100%;
      display: block;
  }
  .custom-menu-primary .page-center {
      display: block;
  }
  .submenu.level-1 > li > a {
      font-size: 37.8px;
      line-height: 45.5px;
  }
  .custom-menu-primary .right-side {
      padding-top: 10px;
  }
  .hs-header-address {
      margin-top: 35px;
  }
  .submenu.level-1 > li {
      margin-bottom: 8px;
  }
  .hs-header-bottom-meta-wrap ul.off-canvas-social-links>li {
      margin-right: -4.5px;
  }
  .custom-header-group .custom-col.col_last {
    top: 10px;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all {
    .hs-header-bottom-meta-wrap {
        padding-bottom: 30px;
    }
  }
  .fix-header.open-menu .custom-header-group .header {
      background-color: #fff;
  }
  .fix-header.open-menu .custom-header-group #hs_cos_wrapper_header_logo {
      display: inherit;
  }
  .fix-header.open-menu .custom-header-group #hs_cos_wrapper_header_menu_logo {
      display: none;
  }
}

@media (max-width: 479px) {
  .custom-menu-primary .page-center {
    max-width: 320px;
    padding: 0;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all {
    .custom-menu-primary .page-center {
      padding: 30px 10px 0;
    }
  }
  .custom-menu-primary .submenu.level-2 {
      width: 93%;
  }
}
/* ******************************************************************************
*********************************************************************************
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: transparent;
}
.footer__container {
  margin: 0 auto;
}
.hs-footer-top-section .custom-row {
    padding: 55px 0;
    margin-bottom: 0;
}
.custom-footer-contact-inner,
.custom-footer-menu,
.custom-footer-form-inner {
    margin-bottom: 30px;
}
.hs-footer-top-section h4 {
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 15px;
}
.hs-footer-top-section p {
    padding-bottom: 20px;
}
.hs-footer-top-section p:last-of-type {
    padding-bottom: 0;
}
.custom-footer-contact-inner p a {
    background-repeat: no-repeat;
    background-size: 0% 2px;
    background-position: left bottom;
    background-image: linear-gradient(to right, #000 0%, #000 100%);
    -webkit-transition: background-size 0.55s cubic-bezier(.2,.75,.5,1), color 0.5s ease;
    transition: background-size 0.55s cubic-bezier(.2,.75,.5,1), color 0.5s ease;
    display: inline;
    color: #000;
}
.custom-footer-contact-inner p a:hover {
    background-size: 100% 2px;
    opacity: 1;
}
.custom-footer-menu .hs-menu-wrapper ul {
    display: block;
    margin: 0;
    padding: 0;
}
.custom-footer-menu .hs-menu-wrapper ul li {
    padding: 4px 0;
    margin: 0;
}
.custom-footer-menu .hs-menu-wrapper ul li a {
    padding: 0;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    background-position: left bottom;
    background-image: linear-gradient(to right, #000 0%, #000 100%);
    -webkit-transition: background-size 0.55s cubic-bezier(.2,.75,.5,1), color 0.5s ease;
    transition: background-size 0.55s cubic-bezier(.2,.75,.5,1), color 0.5s ease;
    display: inline;
    color: #000;
}
.custom-footer-menu .hs-menu-wrapper ul li a:hover {
    background-size: 100% 2px;
    opacity: 1;
}
.custom-footer-form-inner .hs-button {
    font-size: 20px;
    padding: 7px 11px;
    opacity: .9;
    transition: opacity .2s linear 0s;
    -webkit-transition: opacity .2s linear 0s;
    margin-bottom: 1px;
}
.custom-footer-form-inner .hs-button:hover {
    opacity: 1;
}
.custom-footer-form-inner .field {
    margin-bottom: 20px;
}
.custom-footer-form-inner textarea.hs-input {
    min-height: 100px;
}
.custom-footer-form-inner form input[type=text], 
.custom-footer-form-inner form input[type=email] {
    padding: 10px;
}
.custom-footer-form-inner form .hs_firstname.hs-firstname.hs-form-field .hs-input:focus,
.custom-footer-form-inner form .hs_email.hs-email.hs-form-field .hs-input:focus {
    background-color: #fff;
}

.hs-footer-bottom-section .custom-row {
    margin-bottom: 0;
    font-size: 14px;
    padding: 20px 0;
    position: relative;
}
.hs-footer-bottom-section p {
    line-height: 22px;
    margin-top: 3px;
}
.hs-footer-bottom-section p:last-of-type {
    padding-bottom: 0;
}
.hs-footer-bottom-section ul.social {
    float: right;
}
.hs-footer-bottom-section ul.social li {
    float: left;
    margin-left: 20px;
}
.hs-footer-bottom-section ul.social li  a {
    display: block;
    line-height: 22px;
    height: 24px;
    position: relative;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    background-position: center top;
    color: #000000;
}
.hs-footer-bottom-section ul.social li a i {
    font-size: 20px;
    width: auto;
    background-color: transparent;
}
.hs-footer-bottom-section ul.off-canvas-social-links {
    display: none;
}
footer.footer {
    position: relative;
    z-index: 11;
}
.open-menu footer.footer {
    position: relative;
    z-index: 1;
}



@media only screen and (min-width: 1000px) {
  .footer__container {
      padding: 0px 90px;
  }
  .hs-footer-top-section .custom-row {
      padding: 75px 0;
  }
}

@media only screen and (min-width: 690px) and (max-width: 999px) {
  .hs-footer-bottom-section .custom-col {
    width: 49%;
  }
  .hs-footer-top-section .custom-col {
    width: 48%;
    margin-left: 0;
    padding: 15px;
    margin-right: 0;
  }
  .hs-footer-top-section .custom-col:first-child {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 999px) {
  .hs-footer-top-section .custom-col:not(:last-child) {
      margin-bottom: 40px;
  }
}


@media only screen and (max-width: 690px) {
  footer.footer .custom-col.col_last {
      margin-bottom: 0;
  }
  .hs-footer-bottom-section ul.social {
      float: left;
  }
  .hs-footer-bottom-section ul.social li:first-child {
      margin-left: 0;
  }
}

@media only screen and (max-width: 479px) {
  .footer__container {
      padding: 0 15px;
  }
}

/* Partner Logos */


@media (max-width: 479px) {  
  .partner-logos {
    display: block;
    max-width:inherit;
    img {
      width: 100%;
      margin: 0 0 10px 0;
    }
  }
}

.partner-logos {
    display:flex;
    justify-content: space-between;    
    padding:20px 0;
    max-width:250px;
}

.partner-logos img {
    width: 25%;
    margin-right:2%;
}
/* ******************************************************************************
*********************************************************************************
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: 1500px;
  padding: 0 90px;
  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-post img {
  max-width: 100%;
  }
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
}
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 32px;
}
.blog-index__post-content p {
  font-family: Open Sans, sans-serif;
}
.blog-index__post-content a {
  color: #000;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Open Sans, sans-serif;
  margin-bottom: 3.3rem;
      padding-top: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #000;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #000;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}
.blog-pagination__prev-link {
    position: relative;
    top: 4px;
}

.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: #000;
}
.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: #000;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Open Sans, 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: #000;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #231e60;
  color: #231e60;
}
.blog-comments .hs-button:hover {
  background-color: #231e60;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #231e60;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
-webkit-flex: 1; /* Safari */
-ms-flex: 1; /* IE 10 */
flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
	display: flex;
}

.blog-index__post-inner-card {
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
	border-radius: 5px;
	background: #fff;
}

.blog-index__post-image {
	border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
	display: flex;
	flex-direction: column;
	padding: 24px 30px 30px 30px;
	height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
	font-size: 12px;
	font-weight: 200;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
	text-decoration: none;
}

.blog-index__post-content--small h2 {
	font-size: 18px;
	line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
	text-decoration: none;
	transition: all .5s;
}

.blog-post__meta-section {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: auto;
	padding-top: 30px;
	font-size: 14px;
}

.blog-post__read-more a:hover {
	text-decoration: none;
}

.read-more__arrow {
	position: relative;
	top: 3px;
	padding-left: 10px;
}

.blog-post__read-more svg {
	width: 15px;
	height: auto;
}

.blog-post__read-more a svg {
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
	display:flex;
}

@media screen and (min-width: 1000px) {
	.blog-index.sidebar .blog-index__post {
		flex: 0 0 calc(100%/2);
	}
}

@media screen and (max-width: 999px) {
	.blog-index.sidebar .blog-index__post {
		flex: 0 0 calc(100%/1);
	}
}

.blog-sidebar {
	padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: 600;
	line-height: 37px;
}

.blog-sidebar ul {
	padding: 30px;
	margin: 0 0 40px 0;
	list-style: none;
	border-radius: 5px;
	background: #fff;
}

.blog-sidebar ul li {
	padding: 10px 0;
	border-top: 1px solid #dfddd9;
	font-weight: 600;
}

.blog-sidebar ul li:first-child {
	border-top-color: transparent;
}

.blog-sidebar a {
	text-decoration: none;
}

.blog-sidebar a:hover {
	text-decoration: none;
}

.blog-sidebar .filter-link-count {
	display: none;
}

.blog-sidebar .filter-expand-link {
	position: relative;
	top: -15px;
	display: block;
	margin-bottom: 25px;
	text-transform: capitalize;
	text-align: center;
}

.blog-sidebar-post-listing ul li {
	padding-left: 2.3em;
	line-height: 24px;
	text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
	position: relative;
	width: 22px;
	float: left;
	content: counter(list-item);
	margin-right: 25px;
	font-size: 36px;
	font-weight: 600;
}

.blog-sidebar-post-listing li a {
	position: relative;
	top: -3px;
}

.blog-pagination.span12 {
	display: flex;
	margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
	.hs-blog-listing .content-wrapper > .row-fluid {
		display: flex;
		flex-direction: column;
	}

	.hs-blog-listing .span3 {
		order: 1;
	}

	.hs-blog-listing .span9 {
		order: 2;
	}

	.hs-blog-listing .blog-pagination {
		order: 3;
	}

	.blog-sidebar.mobile .blog-sidebar-topic-filter ul,
	.blog-sidebar.mobile .blog-sidebar-post-listing ul {
		visibility: hidden;
		opacity: 0;
		transition: all 5s;
		display: none;
	}

	.blog-sidebar.mobile .blog-sidebar-topic-filter h3,
	.blog-sidebar.mobile .blog-sidebar-post-listing h3 {
		cursor: pointer;
	}
	.blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
	.blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
		content: "+";
		padding-left: 6px;
	}

	.blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
	.blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
		content: "-";
		padding-left: 7px;
	}

	.blog-sidebar.mobile .clicked ul {
		display: block;
		visibility: visible;
		transition: all 1s;
		opacity: 1;
	}
}

/* Blog Subscription Section */

.subscription-form {
	display: block;
	margin: 0 auto;
	padding: 60px 0;
	width: 40%;
	text-align: center;
}

@media (max-width: 767px) {
	.subscription-form {
		width: 85%;
	}
}

.subscription-form label {
	text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
	margin-bottom: -110px;
	min-height: 300px;
  background-size: cover;
	border-radius: 5px;
	margin-top: 40px;
	background-position: center center;
}

.blog-post {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 84px 100px 80px 100px;
	background: #fff;
	border-radius: 5px;
}

.blog-post.no-image {
	margin-top: 50px;
}

.blog-post__title {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.25;
}

.blog-post__meta a {
	text-decoration: none;
}

.blog-post__links {
	display: block;
	padding: 26px 0;
	margin-top: 20px;
}

.blog-post__back-to-blog {
	text-decoration: none;
}

.blog-post__back-to-blog svg {
	position: relative;
	top: 6px;
	margin-right: 10px;
	width: 20px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

@media (max-width: 767px) {
	.blog-post {
		width: 90%;
		padding: 30px;
	}
}

/* Blog Comments */

.blog-comments {
	max-width: 100%;
}

.comment.depth-0:first-child {
	margin-top: 2em;
}

.comment.depth-1 {
	padding-left: 2em;
	padding-top: 1em;
	margin-top: 1em;
}

.blog-comments form {
	margin-top: 2em;
	padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
	flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
	text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
	justify-content: flex-end;
}


.parallax-mirror {
    z-index: 1 !important;
}

.custom-post-listing-grp,
.custom-blog-post-body-section {
    position: relative;
    padding-top: 4px;
}

.custom-post-item {
    border-bottom: 1px solid #e6e6e6;
    padding-top: 70px;
}
.custom-post-item .post-content {
    position: relative;
    min-height: 98px;
    padding-left: 175px;
    overflow: hidden;
}
.custom-post-item .post-author {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100px;
    font-size: 12px;
    line-height: 22px;
}
.custom-post-item .post-author .grav-wrap {
    border-radius: 100px;
    overflow: hidden;
    margin-bottom: 10px;
    width: 90px;
    height: 90px;
    margin: 0 auto 25px auto;
}
.custom-post-item .post-author .grav-wrap img {
    min-height: 1px;
    width: auto;
    margin-bottom: 15px;
    max-width: 100%;
    height: auto;
}
.custom-post-item .post-author a {
    color: #231e60;
}
.custom-post-item .post-author a:hover {
    color: inherit;
}
.custom-post-item .content-inner {
    position: relative;
    border: none;
    padding-bottom: 0;
    margin-bottom: 70px;
    border-bottom: 0;
}
.custom-post-item .content-inner .post-header {
    margin-bottom: 60px;
}
.custom-post-item .content-inner .post-header a {
    color: #231e60;
}
.custom-post-item .content-inner .post-featured-img img {
    height: auto;
    display: block;
    width: 100%;
    margin-bottom: 60px;
}
.custom-post-item .more-link {
    display: inline-block;
    cursor: pointer;
    height: 50px;
    position: relative;
    line-height: 50px;
    padding-right: 25px;
    margin-top: 25px;
}
.custom-post-item .more-link .continue-reading {
    transition: all .25s cubic-bezier(0.12,0.75,0.4,1);
    -webkit-transition: all .25s cubic-bezier(0.12,0.75,0.4,1);
    margin-bottom: 5px;
    font-family: Roboto,sans-serif;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}
.custom-post-item .more-link .continue-reading:before {
    backface-visibility: hidden;
    letter-spacing: 0;
    display: block;
    content: ' ';
    z-index: 100;
    position: absolute;
    width: 22px;
    height: 2px;
    background-color: #231e60!important;
    top: 53%;
    opacity: 0;
    right: -10px;
    cursor: pointer;
    transform: translateY(-50%) translateX(-20px) translateZ(0);
    -webkit-transform: translateY(-50%) translateX(-20px) translateZ(0);
    transition: opacity 0.25s cubic-bezier(0.12,0.75,0.4,1),transform 0.25s cubic-bezier(0.12,0.75,0.4,1);
    -webkit-transition: opacity 0.25s cubic-bezier(0.12,0.75,0.4,1),-webkit-transform 0.25s cubic-bezier(0.12,0.75,0.4,1);
}
.custom-post-item .more-link .continue-reading:after {
    display: inline-block;
    font-family: 'FontAwesome'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 50px;
    height: 50px;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0;
    content: "\f105";
    margin-left: 15px;
    position: absolute;
    right: 0;
    top: 53%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    font-size: 25px;
    transition: opacity 0.25s cubic-bezier(0.12,0.75,0.4,1),transform 0.25s cubic-bezier(0.12,0.75,0.4,1);
    -webkit-transition: opacity 0.25s cubic-bezier(0.12,0.75,0.4,1),-webkit-transform 0.25s cubic-bezier(0.12,0.75,0.4,1);
    color: #231e60!important;
}
.custom-post-item .more-link:hover span:before {
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
    -webkit-transform: translateY(-50%) translateX(0px);
}
.custom-post-item .more-link:hover span:after {
    transform: translateX(12px) translateY(-50%);
    -webkit-transform: translateX(12px) translateY(-50%);
}
.custom-post-item .post-content .excerpt p {
    margin: 0;
    padding: 0;
}
.custom-post-item h2.post-listing-simple {
    padding-bottom: 30px;
    margin-top: -30px;
}
.custom-post-item .more-link:hover .continue-reading {
    color: #231e60;
}
.custom-post-listing-grp .blog-index__tag-header {
    margin-top: 0;
    padding: 37px 0;
}
.custom-post-listing-grp .blog-index__tag-subtitle {
    font-size: 20px;
    line-height: 1;
}
.custom-post-listing-grp .blog-index__tag-heading {
    font-size: 80px;
    line-height: 90px;
    letter-spacing: -1px;
    position: relative;
    padding: 11px 0 33px 0;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.custom-post-listing-grp .hs-author-blog-header .blog-index__tag-subtitle {
    font-family: Helvetica,sans-serif;
    font-weight: 400;
}
.custom-post-listing-grp .hs-author-blog-header .blog-index__tag-heading {
    padding-top: 4px;
}
.custom-post-banner {
    position: relative;
    z-index: 111;
    height: 75vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.custom-post-banner:before {
    content: "";
    background-color: #0a0909;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: ' ';
    z-index: 1;
    display: block;
}
.open-menu .custom-post-banner {
    z-index: 1;
}
.hs-blog-post .custom-header-group {
    min-height: auto;
}
body:not(.fix-header) .hs-blog-post .custom-header-group .header {
    background-color: transparent;
}
.custom-post-banner .content-wrapper {
    height: 100%;
    position: relative;
      z-index: 1;
}
.custom-post-banner .content-wrapper-nxt {
    width: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    text-align: center;
}
.custom-post-banner .inner-wrap a {
    border: 2px solid rgba(255,255,255,0.4);
    padding: 4px 10px;
    margin: 5px 6px 0px 5px;
    display: inline-block;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    font-size: 19px;
    line-height: 1;
    font-family: Roboto;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 700;
    color: #ffffff;
    border-color: rgba(255,255,255,0.4);
    border-radius: 100px;
}
.custom-post-banner .inner-wrap a:hover {
    background-color: #231e60;
    border-color: transparent;
}
.custom-post-banner h1.entry-title {
    padding: 20px 0 20px 0;
    color: #fff;
    margin: 0;
}
.custom-post-banner #single-below-header > span {
    color: #ffffff!important;
    position: relative;
    text-transform: none;
    padding: 0 20px 0 20px;
    font-family: Helvetica,sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 14px;
    float: none;
    display: inline-block;
    border-color: rgba(255,255,255,0.4);
}
.custom-post-banner #single-below-header > span:first-child {
    padding-left: 0;
}
.custom-post-banner #single-below-header > span .fn {
    padding-left: 10px;
}
.custom-post-banner #single-below-header > span a {
    border: 0;
    padding: 0;
    margin: 0;
    font-family: Helvetica,sans-serif;
    font-size: 19px;
    font-weight: 400;
    background: transparent;
}
.custom-post-banner #single-below-header {
    line-height: 14px;
}
.custom-post-banner #single-below-header .meta-date {
    border-left: 1px solid rgba(0,0,0,0.1);
    border-color: rgba(255,255,255,0.4);
}
body:not(.fix-header) .hs-blog-post .custom-header-group #hs_cos_wrapper_header_menu_logo {
    display: block;
}
body:not(.fix-header) .hs-blog-post .custom-header-group #hs-link-header_logo_hs_logo_widget {
    display: none;
}
.custom-blog-post-body-section {
    padding-top: 80px;
}
.custom-blog-post-body-section .blog-post {
    width: 100%;
    padding: 0;
    border-radius: 0;
    box-shadow: none !important;
}
.custom-blog-post-body-section #author-bio {
    padding-top: 30px;
    position: relative;
}
.custom-blog-post-body-section #author-bio img {
    width: 80px;
    height: 80px;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    border-radius: 100%;
}
.custom-blog-post-body-section #author-bio #author-info {
    width: 75%!important;
    vertical-align: middle;
    display: inline-block;
    padding-left: 30px;
}
.custom-blog-post-body-section #author-bio #author-info h3 {
    margin-bottom: -3px;
    line-height: 1.6em;
}
.custom-blog-post-body-section #author-bio #author-info p {
    line-height: 1.8em;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    opacity: 0.7;
}
.hs-blog-post .blog-recent-posts {
    background-color: #f7f7f7 !important;
    position: relative;
    z-index: 11;
    margin-top: 80px;
    padding: 0;
}
.open-menu .hs-blog-post .blog-recent-posts {
    z-index: 1;
}
.hs-blog-post .blog-recent-posts h3.related-title {
    font-family: Helvetica,sans-serif;
    font-size: 32px;
    line-height: 52px;
    font-weight: 400;
    padding: 8% 0 40px 0;
}
.hs-blog-post .blog-recent-posts__list {
    width: auto;
    position: relative;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 8% 0;
}
.hs-blog-post .blog-recent-posts__list > .custom-col.span_6:last-child {
    margin-right: 0;
}
.hs-blog-post .blog-recent-posts__list > .custom-col.span_6 {
    margin-bottom: 30px;
}
.custom-post-recent-inner-card {
    box-shadow: 0px 30px 90px rgb(0 0 0 / 14%);
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
}
.custom-post-recent-inner-card .post-featured-img {
    overflow: hidden;
    display: block;
}
.custom-post-recent-inner-card .post-featured-img img {
    display: block;
    max-width: 100%;
    height: auto;
    transition: all .7s cubic-bezier(.2,1,.22,1);
    -webkit-transition: all .7s cubic-bezier(.2,1,.22,1);
    min-height: 1px;
}
.custom-post-recent-inner-card:hover .post-featured-img img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
}
.custom-post-recent-inner-card .meta-category {
    padding: 20px 30px 0 30px;
    display: block;
    position: relative;
      z-index: 11;
}
.custom-post-recent-inner-card .meta-category a {
    font-size: 14px;
    line-height: 19px;
    position: relative;
    display: inline-block;
    font-weight: 600;
    margin: 0 4px 10px 0;
    color: #231e60!important;
}
.custom-post-recent-inner-card .meta-category a:before {
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
    transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
    background-color: #231e60!important;
}
.custom-post-recent-inner-card .meta-category a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.hs-blog-post .blog-recent-posts__list .entire-meta-link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 10;
    height: 100%;
}
.custom-post-recent-inner-card .article-content-wrap {
    padding: 10px 30px 80px 30px;
}
.custom-post-recent-inner-card .article-content-wrap .post-header {
    margin-bottom: 12px;
    color: #888;
}
.custom-post-recent-inner-card .article-content-wrap .post-header .title {
    font-family: Roboto,sans-serif;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
}
.custom-post-recent-inner-card .grav-wrap {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.custom-post-recent-inner-card .grav-wrap img {
    border-radius: 50%;
    width: 38px;
    height: 38px;
    margin-bottom: 0;
    margin-right: 13px;
    vertical-align: middle;
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}
.custom-post-recent-inner-card .grav-wrap .text {
    vertical-align: middle;
    display: inline-block;
    line-height: 0;
}
.custom-post-recent-inner-card .grav-wrap .text a {
    font-size: 14px;
    line-height: 20px;
    font-family: Helvetica,sans-serif;
    display: block;
    color: #000;
}
.custom-post-recent-inner-card .grav-wrap .text span {
    font-size: 13px;
    line-height: 18px;
    color: #000;
}
.custom-blog-post-body-section #author-bio #author-info h3 a {
    color: inherit;
}
.custom-blog-post-body-section #author-bio #author-info h3 a:hover {
    color: #231e60;
}
.hs-blog-post footer.footer {
    padding-top: 40px;
}
.nectar-social.fixed {
    position: fixed;
    right: 34px;
    bottom: 34px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    z-index: 99;
}
.open-menu .nectar-social.fixed {
    z-index: -99;
}
.nectar-social.fixed > a {
    height: 50px;
    width: 50px;
    line-height: 52px;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    text-decoration: none!important;
}
.nectar-social.fixed > a:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
    -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
    height: 100%;
    transform: translateZ(0);
    backface-visibility: hidden;
    border-radius: 50%;
    background-color: #231e60;
}
.nectar-social.fixed>a>[class^="icon-"].icon-default-style {
    font-size: 16px !important;
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: #fff;
    left: -1px;
    top: 0;
    z-index: 10;
    position: relative;
}
body .nectar-social.fixed a i, #ajax-content-wrap .nectar-social.fixed a i {
    color: #fff;
    font-size: 14px;
    top: 0;
    padding-right: 0;
    display: block;
}
.steadysets-icon-share:before {
    content: "\e63c";
}
.nectar-social.fixed .nectar-social-inner {
    position: absolute;
    height: 50px;
    width: 50px;
    bottom: 0;
    left: 0;
    z-index: 1;
    text-align: center;
}
.nectar-social.fixed .nectar-social-inner a {
    display: block;
    line-height: 36px;
    height: 36px;
    padding: 0;
    margin: 0;
    width: 36px;
    left: 7px;
    position: absolute;
    opacity: 0;
    border: none;
    top: 0;
    box-shadow: 0 7px 15px rgb(0 0 0 / 20%);
    border-radius: 50%;
    -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
    transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
    background-color: #231e60;
}
.nectar-social.fixed .nectar-social-inner a:nth-child(1) {
    transform: translateY(0px) scale(0);
    -webkit-transform: translateY(0px) scale(0);
}
.nectar-social.fixed .nectar-social-inner a:nth-child(2) {
    -webkit-transform: translateY(-36px) scale(0);
    transform: translateY(-36px) scale(0);
}
.nectar-social.fixed .nectar-social-inner a:nth-child(3) {
    -webkit-transform: translateY(-86px) scale(0);
    transform: translateY(-86px) scale(0);
}
.nectar-social.fixed .nectar-social-inner a:nth-child(4) {
    -webkit-transform: translateY(-136px) scale(0);
    transform: translateY(-136px) scale(0);
}
body .nectar-social.fixed a i {
    color: #fff;
    font-size: 14px;
    top: 0;
    padding-right: 0;
    display: block;
}
body .nectar-social.fixed .nectar-social-inner a i {
    height: 36px;
    line-height: 36px;
    width: 36px;
}
.nectar-social .social-text {
    display: none;
}
.nectar-social.fixed a:after {
    -webkit-transition: opacity 0.25s cubic-bezier(.15,0.2,.1,1);
    transition: opacity 0.25s cubic-bezier(.15,0.2,.1,1);
}
.nectar-social.fixed >a:after, 
.nectar-social.fixed .nectar-social-inner a:after {
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    content: '';
    display: block;
    border-radius: 50%;
}
.nectar-social.fixed:hover {
    height: 340px;
}
.nectar-social.fixed:hover .nectar-social-inner a:nth-child(1) {
    -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
    -webkit-transform: translateY(-56px) scale(1);
    transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
    transform: translateY(-56px) scale(1);
    opacity: 1;
}
.nectar-social.fixed:hover .nectar-social-inner a:nth-child(2) {
    -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
    -webkit-transform: translateY(-106px) scale(1);
    transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
    transform: translateY(-106px) scale(1);
    opacity: 1;
}
.nectar-social.fixed:hover .nectar-social-inner a:nth-child(3) {
    -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
    -webkit-transform: translateY(-156px) scale(1);
    transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
    transform: translateY(-156px) scale(1);
    opacity: 1;
}
.nectar-social.fixed:hover .nectar-social-inner a:nth-child(4) {
    -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
    -webkit-transform: translateY(-206px) scale(1);
    transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
    transform: translateY(-206px) scale(1);
    opacity: 1;
}
.fa-pinterest:before {
    content: "\f0d2";
}
.nectar-social.fixed a:hover:after {
    opacity: 0.2;
}
@keyframes socialButtonFlash {
    0% {
        opacity: 0;
        transform: scale(1)
    }

    25% {
        opacity: 0.22;
        transform: scale(1.1115)
    }

    100% {
        opacity: 0;
        transform: scale(1.23)
    }
}
.nectar-social.fixed:hover>a:after {
    -webkit-animation: socialButtonFlash 0.45s cubic-bezier(.15,0.2,.1,1) forwards;
    animation: socialButtonFlash 0.45s cubic-bezier(.15,0.2,.1,1) forwards;
}
.nectar-social.fixed:hover>a:before {
    -webkit-transform: scale(1.23) translateZ(0);
    transform: scale(1.23) translateZ(0);
}
.nectar-social.fixed:hover>a:before {
    box-shadow: 0 7px 15px rgb(0 0 0 / 20%);
}











@media only screen and (min-width: 1000px) {
  .custom-post-banner .inner-wrap {
      padding-top: 100px;
  }
  .custom-post-banner h1.entry-title {
      max-width: 800px;
      margin: 0 auto;
  }
  .custom-blog-post-body-section .blog-post {
      max-width: 800px;
  }
}

@media only screen and (min-width: 1001px) {
  .custom-post-banner {
      min-height: 550px;
  }
}

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
  .custom-post-banner h1.entry-title {
      font-size: 68px;
      line-height: 76.5px;
  }
  .hs-blog-post .blog-recent-posts h3.related-title {
      font-size: 27.2px;
      line-height: 44.2px;
  }
  .custom-blog-post-body-section #author-bio #author-info h3 {
      font-size: 27.2px;
  }
}

@media only screen and (max-width: 999px) {
  .custom-post-listing-grp .content-wrapper {
      padding: 0;
  }
  .custom-post-item .post-content {
      padding-left: 140px;
  }
  .custom-post-item .post-author .grav-wrap {
      width: 70px;
      height: 70px;
  }
  .custom-post-listing-grp .blog-index__tag-header {
      padding: 35px 0 0;
  }
  .custom-post-listing-grp .blog-index__tag-heading {
      font-size: 63px;
      line-height: 76.5px;
      padding-top: 10px;
  }
  .custom-post-banner {
      min-height: 250px;
      padding-top: 10%;
      padding-bottom: 10%;
      height: calc(100% + 15px);
  }
  .custom-post-banner .content-wrapper-nxt {
      -webkit-transform: none!important;
      transform: none!important;
      top: 0!important;
  }
  .custom-post-banner .inner-wrap {
      padding-top: 70px;
  }
  .custom-post-banner .content-wrapper {
      padding: 0;
  }
  .custom-post-banner h1.entry-title {
      font-size: 63px;
      line-height: 76.5px;
      letter-spacing: -1px;
  }
  .custom-blog-post-body-section .content-wrapper,
  .hs-blog-post .blog-recent-posts .content-wrapper {
      padding: 0;
  }
  .hs-blog-post .blog-recent-posts h3.related-title {
      font-size: 25.6px;
      line-height: 41.6px;
  }
  .hs-blog-post .blog-recent-posts__list>.custom-col.span_6 {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
  }
  .nectar-social.fixed>a {
      transition: all 0.35s cubic-bezier(.15,0.2,.1,1);
      -webkit-transition: all 0.35s cubic-bezier(.15,0.2,.1,1);
      -webkit-transform: scale(0);
      transform: scale(0);
  }
  .fix-header .nectar-social.fixed>a {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}

@media only screen and (max-width: 690px) {
  .custom-post-item .post-author .grav-wrap {
      display: none;
  }
  .custom-post-item .post-content {
      padding-left: 0;
  }
  .custom-post-item .post-author {
      width: 100%;
      text-align: left;
      position: relative;
  }
  .custom-post-item .content-inner .post-header h2 {
      font-size: 40px;
      line-height: 52px;
  }
  .custom-post-listing-grp .blog-index__tag-header {
      padding: 33px 0 0;
  }
  .custom-post-listing-grp .blog-index__tag-heading {
      font-size: 42px;
      line-height: 51px;
      padding-top: 9px;
  }
  .custom-post-listing-grp .hs-author-blog-header .blog-index__tag-heading {
      padding-top: 2px;
  }
  .custom-post-banner h1.entry-title {
      font-size: 42px;
      line-height: 51px;
  }
  .custom-post-banner .inner-wrap {
      padding-top: 60px;
  }
  .custom-post-banner #single-below-header>span {
      font-size: 14px;
  }
  .custom-post-banner #single-below-header>span a {
      font-size: 14px;
  }
  .custom-blog-post-body-section #author-bio img {
      margin-right: 0;
      width: 60px !important;
      height: 60px;
  }
  .custom-blog-post-body-section #author-bio #author-info {
      width: 100%!important;
      text-align: center;
      padding-left: 0;
      margin-top: 20px;
  }
  .custom-blog-post-body-section #author-bio {
      text-align: center;
  }

}

@media (max-width: 479px) {
  .custom-post-listing-grp .content-wrapper,
  .custom-blog-post-body-section .content-wrapper,
  .hs-blog-post .blog-recent-posts .content-wrapper {
      padding: 0 15px;
  }
  .custom-post-banner .content-wrapper {
      padding: 0 15px;
  }
  .custom-post-banner .inner-wrap {
      padding-top: 83px;
  }
  .custom-post-banner h1.entry-title {
      padding-top: 23px;
      padding-bottom: 24px;
  }
  .custom-post-banner {
      padding-bottom: 57px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: Open Sans, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
.systems-page .hs-button {
    margin-top: 15px;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-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: Roboto, serif;
  font-size: 1.25rem;
  color: #000;
  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: #000;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.icon-button-arrow:before {
    content: "\e909";
}
.content-wrapper.hs-error-section {
    padding-top: 40px;
    padding-bottom: 40px;
}
.hs-error-section .hs-error-page {
    text-align: center;
    padding: 10% 0;
    position: relative;
    z-index: 10;
}
.hs-error-section .hs-error-page h1 {
    font-size: 250px;
    line-height: 1;
}
.hs-error-section .hs-error-page h2 {
    font-size: 54px;
    line-height: 52px;
}
.hs-error-section .hs-error-page .hs-button .icon-button-arrow {
    right: 14px;
    margin-top: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    line-height: 32px;
    height: 32px;
    width: 32px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(4px);
    transform: translateY(-50%) translateX(4px);
    background-color: rgba(255,255,255,0.22);
    font-family: 'icomoon'!important;
    -webkit-font-smoothing: antialiased;
}
.hs-error-section .hs-error-page .hs-button {
    margin-top: 50px;
    padding-right: 44px;
    padding-left: 46px;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 20px;
    position: relative;
}
.hs-error-section .hs-error-page .hs-button > span {
    display: inline-block;
    -ms-transform: translateX(-18px);
    -webkit-transform: translateX(-18px);
    transform: translateX(-18px);
}





.systems-page form .hs-button {
    margin-top: 15px;
    white-space: normal;
}
.systems-page form ul.no-list.hs-error-msgs {
    padding: 0;
}
.systems-page input[type='password'] {
    height: auto !important;
}


@media (min-width: 768px) {
  .systems-page form {
      max-width: 50%;
  }
  .systems-page form#email-prefs-form {
      max-width: 100%;
  }
}

@media only screen and (min-width: 690px) and (max-width: 999px) {
  .content-wrapper.hs-error-section {
      padding-left: 0;
      padding-right: 0;
  }
}


@media (max-width: 1000px) {
  .systems-page .success {
      min-width: auto;
  }
}

@media (max-width: 767px) {
  .systems-page .success {
      min-width: 100%;
  }
  .systems-page form input.email-edit.hs-input {
      width: 100% !IMPORTANT;
  }
  .systems-page {
      padding-left: 0;
      padding-right: 0;
  }
  .systems-page {
      margin: 0 -60px;
  }
  .hs-error-section .hs-error-page {
      margin-bottom: 25px;
  }
}

@media only screen and (max-width: 690px) {
  .hs-error-section .hs-error-page h1 {
      font-size: 150px;
  }
  .content-wrapper.hs-error-section {
      padding: 40px 0;
  }
  .content-wrapper.hs-system-wrapper {
      padding-left: 15px;
      padding-right: 15px;
  }
  .systems-page {
      margin: 0;
  }
}

@media (max-width: 400px) {
  .systems-page .page-header h2 {
      font-size: 24px;
  }
  .systems-page .page-header h1 {
      font-size: 30px;
  }
}