/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}
.body-main-wrapper {
  background: #fff;
  position: relative;
  z-index: 9;
  margin-bottom: 538px;
}
.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 90px;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}
.banner-section .dnd-section>.row-fluid {
  padding: 0;
}
@media (max-width: 999px) {
  .dnd-section>.row-fluid {
    max-width: 600px !important;
    padding: 0;
  }
}

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

@media (max-width: 690px) {
  .dnd-section>.row-fluid {
    max-width: 420px !important;
    padding: 0;
  }
}

@media (max-width: 479px) {
  .dnd-section>.row-fluid {
    max-width: 320px !important;
    padding: 0;
  }
}

@media (max-width: 360px) {
  .dnd-section>.row-fluid {
    max-width: 320px !important;
    padding: 0 15px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face { 
  font-family: "icomoon";
  src: url("https://5372462.fs1.hubspotusercontent-na1.net/hubfs/5372462/Apex_April2021/Fonts/icomoon.eot") format("embedded-opentype"),
    url("https://5372462.fs1.hubspotusercontent-na1.net/hubfs/5372462/Apex_April2021/Fonts/icomoon.woff") format("woff"), 
    url("https://5372462.fs1.hubspotusercontent-na1.net/hubfs/5372462/Apex_April2021/Fonts/icomoon.ttf") format("truetype"),
    url("https://5372462.fs1.hubspotusercontent-na1.net/hubfs/5372462/Apex_April2021/Fonts/icomoon.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face { 
  font-family: steadysets;
  src: url("https://5372462.fs1.hubspotusercontent-na1.net/hubfs/5372462/Apex_April2021/Fonts/icomoon-1.eot") format("embedded-opentype"),
    url("https://5372462.fs1.hubspotusercontent-na1.net/hubfs/5372462/Apex_April2021/Fonts/icomoon-1.ttf") format("truetype"), 
    url("https://5372462.fs1.hubspotusercontent-na1.net/hubfs/5372462/Apex_April2021/Fonts/icomoon-1.woff") format("woff"),
    url("https://5372462.fs1.hubspotusercontent-na1.net/hubfs/5372462/Apex_April2021/Fonts/icomoon-1.svg") format("svg");
  font-style: normal;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {}

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

img{
  max-width: 100%;
}

blockquote {
  font-family: Inter;
  position: relative;
  padding-left: 1.8em;
  font-weight: 300;
  line-height: 40px;
  font-size: 22px;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  border-left: 4px solid #f8fafc !important;
  border-color: #00778b!important;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

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

@media(max-width: 1299px){
  .body-container-wrapper h1 {
    font-size: 50px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}
div#hs-search-module a.hs-button.primary {
  margin-top: 33px;
}
.hs-button {
  margin: 15px 0 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  font-family: Inter;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 15px 53px;
  
  text-decoration: none;
  white-space: normal;
}
.body-container-wrapper form {
  margin-bottom: 30px;
}
.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

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


.hs-form label {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input {
  display: inline-block;
  width: 100%;
  padding: 0 15px;
  min-height: 27px;
  height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

/* Force fieldsets to be 100% width */
.hs-form fieldset, fieldset {
max-width: none!important;
}

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

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

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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

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

.hs-menu-item a {
  display: block;
  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;
}
td p {
    padding-bottom: 0px;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
  transition: all .3s;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}
div#search-outer {
  background-color: transparent;
  height: 35vh;
  position: absolute;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transform: translate3d(0,-35vh,0);
  -webkit-transform: translate3d(0,-35vh,0);
  z-index: 2000!important;
  padding: 0;
  top: -1px;
  display: block;
  overflow: hidden;
  left: 0;
  width: 100%;
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  height: 137px;
  z-index: 99999;
}
.header__container {
  max-width: 100% !important;
  padding: 0 28px;
}
.header__container>.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
}
.logo {
  margin-right: 2%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  width: 170px;
}
.logo-fixed img.hs-image-widget {
  opacity: 0!important;
  position: absolute;
  transition: height 0.32s ease, opacity 0.2s ease;
  left: 0;
  top: 0;
  height: 81px;
  text-indent: -9999px;
  max-width: none;
  margin-bottom: 0;
  display: block;
  width: auto !important;
}
.logo-main img.hs-image-widget {
  width: auto !important;
  opacity: 1;
  -ms-filter: 'alpha(opacity=100)';
  transition: height 0.32s ease, opacity 0.2s ease;
  position: absolute;
  top: 0;
  height: 81px;
  left: 0;
  text-indent: -9999px;
  max-width: none;
  margin-bottom: 0;
  display: block;
}
.menu-section {
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  position: static;
  width: auto;
}
.logo a {
  transition: margin 0.32s ease;
  margin-top: 28px;
  margin-bottom: 28px;
  position: relative;
  width: auto;
  max-width: none;
  display: block;
  line-height: 22px;
  font-size: 22px;
  letter-spacing: -1px;
  font-family: 'Open Sans';
  font-weight: 600;
}

.fixed .logo-fixed img.hs-image-widget {
  height: 61px;
  opacity: 1 !important;
}
.fixed .logo a {
  margin-top: 15.5555555556px;
  margin-bottom: 15.5555555556px;
}
.fixed .logo-main img.hs-image-widget {
  opacity: 0 !important;
  height: 61px;
}
.fixed .header {
  background-color: rgba(255,255,255,100) !important;
  -webkit-box-shadow: 0 3px 45px rgb(0 0 0 / 15%);
  box-shadow: 0 3px 45px rgb(0 0 0 / 15%);
  height: 92px;
}
.fixed .header-nav .hs-menu-wrapper>ul>li>a {
  color: #999 !important;
  opacity: 1 !important;
}
.fixed ul.buttons.sf-menu li a span.icon-salient-search {
  color: rgba(0,0,0,0.48) !important;
  opacity: 1 !important;
}


a.mobile-search {
  display: none;
  text-align: right;
  z-index: 10000;
}
.menu-tigger {
  display: none;
  z-index: 10000;
}
.header-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
ul.buttons.sf-menu {
  margin: 0;
  margin-left: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  overflow: visible;
  height: auto;
  display: flex;
  vertical-align: middle;
  padding-right: 0;
  min-height: 1px;
  line-height: 1px;
  list-style: none;
  padding-left: 0;
}
ul.buttons.sf-menu li {
  margin-left: 22px;
  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;
  line-height: 12px;
  position: relative;
  float: left;
  font-size: 12px;
}
ul.buttons.sf-menu li a {
  padding: 0 0 0 0;
  width: 24px;
  display: block;
  background-position: right top;
  background-repeat: no-repeat;
  box-sizing: content-box;
  line-height: 20px;
  height: 20px;
  position: relative;
  text-decoration: none;
  color: #999;
}
ul.buttons.sf-menu li a span.icon-salient-search {
  transition: opacity 0.2s ease, color 0.2s ease;
  font-size: 20px;
  top: 0;
  background-color: transparent;
  line-height: 20px;
  height: 20px;
  font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  max-width: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  word-spacing: 1px;
}
ul.buttons.sf-menu li a span.icon-salient-search:before {
  content: "\e906";
}

.header-nav .hs-menu-wrapper>ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  vertical-align: middle;
  overflow: visible;
  transition: padding 0.8s ease,margin 0.25s ease;
  min-height: 1px;
  line-height: 1px;
}
.header-nav .hs-menu-wrapper>ul>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;
  margin: 0px 10px;
  line-height: 0;
  font-size: 12px;
  position: relative;
  float: left;
  padding: 0;
  z-index: 10;
}
.header-nav .hs-menu-wrapper>ul>li:hover:after {
  border-bottom: 5px solid;
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0px;
}
.header-nav .hs-menu-wrapper>ul>li>a {
  padding-left: 0;
  padding-right: 0;
  padding: 0;
  display: block;
  transition: opacity 0.2s ease, color 0.2s ease;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Inter;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
  text-decoration: none;
}
.header-nav .hs-menu-wrapper>ul>li>ul {
  display: none;
}

.header-nav .hs-menu-wrapper, .header-nav .hs-menu-wrapper>ul {
  height: 100%;
}
.header-nav .hs-menu-wrapper>ul>li:last-child>a {
  margin-right: 0;
}

.search-open div#search-outer {
  transform: translate3d(0,0vh,0);
  -webkit-transform: translate3d(0,0vh,0);
}
div#search-outer:before {
  content: '';
  -webkit-transform: none;
  transform: none;
  backface-visibility: hidden;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  background-color: #fff;
  -webkit-transform-origin: top;
  transform-origin: top;
}

.header-nav .hs-menu-wrapper>ul>li {
  margin-bottom: 0;
}

div#search-outer div#search {
  max-width: 1425px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  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;
  height: 100%;
}
div#search-outer div#search .container {
  height: auto!important;
  float: none;
  width: 100%;
  overflow: visible;
  max-width: 1425px;
  margin: 0 auto;
  padding: 0px 90px;
  position: relative;
}
.overlay {
  background-color: rgba(0,0,0,0.45);
  content: '';
  position: fixed;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  pointer-events: none;
  transform: translateZ(0);
  backface-visibility: hidden;
  visibility: hidden;
}
.search-open .overlay {
  visibility: visible;
  opacity: 1;
}
div#search-box {
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transform: translate3d(0,35vh,0);
  opacity: 0;
  position: relative;
  top: -2px;
}
.search-open div#search-box {
  transform: translate3d(0,0vh,0);
  opacity: 1;
}
div#search-outer div#search .container div#close {
  position: absolute;
  top: 25px;
  right: 40px;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transform: translate3d(0,35vh,0);
  opacity: 0;
}
.search-open div#search-outer div#search .container div#close {
  transform: translate3d(0,0vh,0);
  opacity: 1;
}
div#search-outer div#search .container div#close a {
  right: 64px;
  top: 16px;
  position: absolute;
  display: block;
  width: 24px;
  height: 17px;
  line-height: 22px;
  z-index: 10;
}
div#search-outer div#search .container div#close a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  border-radius: 50%;
  background-color: rgba(0,0,0,.05);
  content: '';
  transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  transform: scale(0);
}
.search-open div#search-outer div#search .container div#close a:before {
  transform: scale(1);
}
.search-open div#search-outer div#search .container div#close a span.close-wrap {
  color: #000;
  font-size: 18px;
  height: 20px;
  line-height: 19px;
  background-color: transparent;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  -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);
  display: block;
  overflow: hidden;
  width: 20px;
}

span.close-line.close-line1 {
  color: #000;
  font-size: 20px;
  background-color: #000;
  height: 100%;
  width: 2px;
  backface-visibility: hidden;
  position: absolute;
  border-radius: 5px;
  left: 9px;
  transition: opacity 0.2s ease, background-color 0.2s ease;
  -webkit-transform: translateY(0) translateX(0) rotate( 
    -45deg
  );
  transform: translateY(0) translateX(0) rotate( 
    -45deg
  );
  -webkit-animation-name: crossLeftClose;
  animation-name: crossLeftClose;
  -webkit-animation-delay: .0s;
  animation-delay: .0s;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
  -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;
}
.search-open span.close-line.close-line1,
.menu-open span.close-line.close-line1{
  -webkit-transform: translateY(-30px) translateX(30px) rotate( 
    45deg
  );
  transform: translateY(-30px) translateX(30px) rotate( 
    45deg
  );
  -webkit-animation-name: crossRight;
  animation-name: crossRight;
  -webkit-animation-delay: .29s;
  animation-delay: .29s;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
}

span.close-line.close-line2 {
  color: #000;
  font-size: 20px;
  background-color: #000;
  height: 100%;
  width: 2px;
  backface-visibility: hidden;
  position: absolute;
  border-radius: 5px;
  left: 9px;
  transition: opacity 0.2s ease, background-color 0.2s ease;
  -webkit-transform: translateY(0) translateX(0) rotate( 
    45deg
  );
  transform: translateY(0) translateX(0) rotate( 
    45deg
  );
  -webkit-animation-name: crossRightClose;
  animation-name: crossRightClose;
  -webkit-animation-delay: .06s;
  animation-delay: .06s;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
  -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;
}
.search-open span.close-line.close-line2,
.menu-open span.close-line.close-line2{
  -webkit-transform: translateY(-30px) translateX(-30px) rotate( 
    -45deg
  );
  transform: translateY(-30px) translateX(-30px) rotate( 
    -45deg
  );
  -webkit-animation-name: crossLeft;
  animation-name: crossLeft;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
}


.inner-wrap {
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}
.search-open .inner-wrap {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.inner-wrap .col.span_12 {
  position: relative;
  float: left;
  width: 100%;
}
.inner-wrap .col.span_12 form {
  width: 100%;
  float: none;
}
.inner-wrap .col.span_12 form span {
  display: block;
  color: rgba(0,0,0,0.4);
  margin-top: 15px;
}
.inner-wrap .col.span_12 form input[type="text"] {
  line-height: 100px;
  font-size: 70px;
  font-family: Inter;
  font-weight: 500;
  text-transform: none;
  color: #000;
  position: relative;
  padding: 0;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  letter-spacing: 1px;
  border-radius: 4px;
  background-color: transparent;
  border: 0;
  border-bottom: 4px solid #3452ff;
  height: 100px;
  padding-right: 70px;
  border-color: #00778b;
  width: 100%;
  outline: none;
}
.inner-wrap .col.span_12 form input[type="text"]::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.inner-wrap .col.span_12 form input[type="text"]::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.inner-wrap .col.span_12 form input[type="text"]:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.inner-wrap .col.span_12 form input[type="text"]:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.header-nav .hs-menu-wrapper>ul>li>ul {
  position: absolute;
  width: 150px;
  top: 100%;
  padding: 13px 10px;
  left: 0;
}
.header-nav .hs-menu-wrapper>ul>li:hover>ul {
  display: block;
}
.header-nav .hs-menu-wrapper>ul>li>ul>li>a {
  line-height: 1.4;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
}
.fixed .header-nav .hs-menu-wrapper>ul>li>a:hover,
.fixed ul.buttons.sf-menu li a span.icon-salient-search:hover{
  color: #00778c !important;
  bottom: 0;
}

@keyframes crossLeft{
  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
    );
  }
}

@keyframes crossLeftClose{
  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
    );
  }
}

.no-banner .body-main-wrapper {
  padding-top: 137px;
}

@media(min-width: 1000px){
  .mobile-menu-wrap {
    display: none;
  }
}

@media(max-width: 999px){
  .menu-open a#back-to-top {
    display: none !important;
  }
  body.no-banner.menu-open .logo-fixed img.hs-image-widget {
    opacity: 0 !important;
  }
  .fixed .header{
    height: 90px;
  }
  body.no-banner.menu-open .logo-main img.hs-image-widget {
    opacity: 1 !important;
  }
  .header {
    height: 90px;
  }
  .logo-fixed img.hs-image-widget {
    height: 50px !important;
  }
  .logo-main img.hs-image-widget {
    height: 50px;
  }
  .logo a {
    margin: 0;
  }
  .header {
    padding: 20px 0;
  }
  .fixed .logo a {
    margin-top: 0;
    margin-bottom: 0;
  }
  .header-nav {
    display: none;
  }
  .fixed a.mobile-search span.nectar-icon.icon-salient-search:before {
    color: #212758 !important;
  }
  .menu-tigger {
    display: inline-block;
    z-index: 10000;
    position: relative;
    width: auto;
    padding: 0 12px;
    top: auto;
    right: auto;
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
    line-height: 0;
    height: 100%;
    -webkit-transform: none;
    transform: none;
    padding-right: 0;
  }
  .menu-tigger>div {
    position: relative;
    display: block;
    top: 50%;
    font-size: 18px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
  }
  .menu-tigger>div a.closed {
    padding: 0 18px;
    display: block;
    position: relative;
  }
  .menu-tigger>div a.closed:before {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    background-color: #212758;
    height: 37px;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transform-origin: top;
    display: block;
    position: absolute;
    left: 0;
    padding-bottom: 10px;
    width: 100%;
    content: ' ';
    z-index: -1;
    border-radius: 4px!important;
    -webkit-border-radius: 4px!important;
    box-shadow: none;
  }
  .menu-tigger>div a.closed>span {
    position: relative;
    overflow: hidden;
    width: 22px;
    height: 20px;
    transition: -webkit-transform 0.33s 0s ease;
    transition: transform 0.33s 0s ease;
    -webkit-transform-origin: center;
    transform-origin: center;
    display: block;
  }
  .menu-tigger>div a.closed>span span.close-wrap.loaded {
    height: 20px;
    width: 22px;
    opacity: 0;
    overflow: hidden;
    -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);
    display: block;
    -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;
  }
  .menu-tigger>div a.closed>span i.lines-button.x2 {
    width: 22px;
    top: 9px;
    line-height: 0;
    transition: .3s;
    cursor: pointer;
    position: relative;
    user-select: none;
    display: block;
    font-size: 0;
    font-family: Inter;
    font-weight: 400;
  }
  .menu-tigger>div a.closed>span i.lines-button.x2:after {
    background-color: #ffffff!important;
    opacity: 1;
    transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1) 0.04s, background-color 0.2s ease, opacity 0.2s ease!important;
    height: 2px!important;
    width: 22px!important;
    top: 0!important;
    display: inline-block;
    position: absolute;
    left: 0;
    content: '';
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
  }
  .menu-tigger>div a.closed>span i.lines-button.x2 i.lines {
    width: 22px;
    transition: background 0.2s ease,opacity 0.2s ease;
    background-color: transparent;
    height: 2px;
    display: block;
    position: relative;
  }
  .menu-tigger>div a.closed>span i.lines-button.x2 i.lines:before {
    background-color: #ffffff!important;
    opacity: 1;
    width: 1rem!important;
    top: 6px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    height: 2px!important;
    transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1) 0s, background-color 0.2s ease,opacity 0.2s ease!important;
    display: block;
    background: #ecf0f1;
    position: absolute;
    left: 0;
    content: '';
  }
  .menu-tigger>div a.closed>span i.lines-button.x2 i.lines:after {
    background-color: #ffffff!important;
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: -6px;
    height: 2px!important;
    width: 22px!important;
    transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1) 0.08s, background-color 0.2s ease,opacity 0.2s ease!important;
    position: absolute;
    left: 0;
    content: '';
    display: block;
  }
  a.mobile-search {
    padding: 0 10px;
    display: inline-block;
    text-align: right;
    z-index: 10000;
    position: relative;
    width: auto;
    top: auto;
    right: auto;
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
    line-height: 0;
    height: 100%;
    -webkit-transform: none;
    transform: none;
    padding-right: 10px;
  }
  a.mobile-search span.nectar-icon.icon-salient-search {
    opacity: 1;
    color: #ffffff;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    background-color: transparent!important;
    vertical-align: middle;
    font-size: 18px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    display: block;
    line-height: 34px;
    top: 50%;
    width: 18px;
    font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
  }
  a.mobile-search span.nectar-icon.icon-salient-search:before {
    content: "\e906";
    color: #fff;
  }
  div#search-outer {
    height: 200px;
    min-height: 200px;
  }
  .inner-wrap .col.span_12 form input[type="text"] {
    font-size: 44px;
    line-height: 44px;
    border-bottom-width: 2px;
  }
  div#search-outer div#search .container {
    max-width: 600px;
    position: relative;
    padding: 0;
  }
  .inner-wrap .col.span_12 form input[type="text"] {
    font-size: 44px;
    line-height: 44px;
    border-bottom-width: 2px;
    height: auto;
  }
  div#search-outer div#search .container div#close a {
    right: 13px;
    top: 19px;
  }
  div#search-outer div#search .container div#close a:before {
    height: 40px;
    width: 40px;
    margin: -20px 0 0 -20px;
  }
  span.close-line.close-line1 {
    height: 16px;
    line-height: 16px;
  }
  span.close-line.close-line2 {
    height: 16px;
    line-height: 16px;
  }
  .mobile-menu-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    right: auto;
    z-index: 9997;
    background-color: transparent!important;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0;
    box-sizing: content-box;
    display: block !important;
    left: 100%;
    transition: all .3s ease;
    background-image: url(https://5372462.fs1.hubspotusercontent-na1.net/hubfs/5372462/raw_assets/public/Apex_April2021/images/off-canvas-menu-bg.jpg);
    background-position: top;
    text-align: inherit;
  }
  .menu-open .mobile-menu-wrap {
    left: 0;
  }
  .mobile-menu-inner-wrap {
    background-image: linear-gradient(to left, rgba(29,41,91,.85), rgba(29,41,91,1));
    padding-top: 50px;
    height: 100%;
    margin-right: 0;
  }
  .mobile-nav {
    transform: translate(0px, -108px);
    top: 30%;
    width: 100%;
    position: relative;
    left: 0;
    height: auto;
  }
  .mobile-nav .hs-menu-wrapper>ul>li {
    transform: translate(0px, 80px);
    opacity: 0;
    margin: 0 0 8px 0;
    transition: all .5s;
    position: relative;
  }
  .mobile-nav .hs-menu-wrapper>ul>li:nth-child(1) {
    transition-delay: .3s;
  }
  .mobile-nav .hs-menu-wrapper>ul>li:nth-child(2) {
    transition-delay: .4s;
  }
  .mobile-nav .hs-menu-wrapper>ul>li:nth-child(3) {
    transition-delay: .5s;
  }
  .mobile-nav .hs-menu-wrapper>ul>li:nth-child(4) {
    transition-delay: .6s;
  }
  .menu-open .mobile-nav .hs-menu-wrapper>ul>li {
    opacity: 1;
    transform: unset;
  }
  .mobile-nav .hs-menu-wrapper>ul>li a {
    font-size: 21.6px!important;
    line-height: 25.2px!important;
    font-family: Inter;
    font-weight: 700;
    letter-spacing: -1px;
    opacity: 1;
    display: block;
    position: relative;
    padding: 6px 20px;
    color: #fff;
    outline: none;
    transition: opacity 0.2s ease, color 0.2s ease;
    -webkit-transition: opacity 0.2s ease, color 0.2s ease;
  }
  .mobile-nav .hs-menu-wrapper>ul>li a:after {
    content: "";
    border-bottom: 1px solid #ccc;
    display: block;
    padding-bottom: 10px;
  }
  .mobile-nav .hs-menu-wrapper>ul>li>ul {
    display: none;
  }
  .menu-open .header {
    z-index: 999999;
  }
  .menu-open .menu-tigger>div a.closed>span i.lines-button.x2 {
    transform: none;
  }
  .menu-open .menu-tigger>div a.closed>span i.lines-button.x2:after {
    transform: translateX(30px)!important;
  }
  .menu-open .menu-tigger>div a.closed>span i.lines-button.x2 i.lines {
    background-color: transparent!important;
  }
  .menu-open .menu-tigger>div a.closed>span i.lines-button.x2 i.lines:before {
    transform: translateX(30px);
  }
  .menu-open .menu-tigger>div a.closed>span i.lines-button.x2 i.lines:after {
    transform: translateX(30px);
  }
  .menu-open .menu-tigger>div a.closed>span span.close-wrap.loaded {
    opacity: 1;
  }
  .menu-tigger span.close-line.close-line1, .menu-tigger span.close-line.close-line2 {
    background-color: #fff !important;
    height: 100%;
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 40px !important;
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .mobile-nav .hs-menu-wrapper>ul>li.child-open .child-trigger i:after {
    background: transparent;
  }
  .mobile-nav .hs-menu-wrapper>ul>li ul li {
    padding-left: 20px;
  }
  .mobile-nav .hs-menu-wrapper>ul>li ul li a {
    font-size: 20px !important;
  }
  div#search-outer{
    z-index: 99999 !important;
    transform: translate3d(0,-200px,0);
    -webkit-transform: translate3d(0,-200px,0);
  }
  div#search-outer div#search .container div#close {
    top: -1px;
    right: -5px;
  }
}

@media(max-width: 690px){
  div#search-outer div#search .container {
    max-width: 420px;
    padding: 0;
    position: relative;
  }
  .header__container {
    padding: 0 18px;
  }
  .mobile-nav .hs-menu-wrapper>ul>li a {
    font-size: 16.8px!important;
    line-height: 19.6px!important;
  }
  .mobile-nav {
    transform: translate(0px, -96px);
  }
  .child-trigger {
    height: 35px !important;
  }
  .mobile-nav .hs-menu-wrapper>ul>li ul li a {
    font-size: 16px !important;
  }
}

@media(max-width: 479px){
  div#search-outer div#search .container {
    max-width: 320px;
    padding: 0;
    position: relative;
  }
}

@media(max-width: 400px){
  div#search-outer {
    padding: 0 15px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
}
.footer__container {
  margin: 0 auto;
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.footer__container {
  max-width: 100% !important;
  position: relative;
}
.footer_left {
  margin-right: 0%;
  width: 32%;
  z-index: 10;
  min-height: 1px;
  position: relative;
  float: left;
}
.footer_right {
  margin: 5rem 3rem 0rem;
  width: 60%;
  z-index: 10;
  min-height: 1px;
  position: relative;
  float: left;
}
.footer__container .row:after, .footer__container .row:before {
  content: "";
  display: block;
  clear: both;
}
.footer_left .textwidget {
  padding: 5rem 3rem;
}
.footer_left .textwidget p {
  padding-bottom: 20px;
  margin: 0;
  line-height: 28px;
}
.footer_left .textwidget p img {
  width: auto;
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
}
.footer_left .textwidget h3 {
  font-family: Inter;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 8px;
  color: #444;
  letter-spacing: 0;
}
.footer_left .textwidget h3 a {
  transition: all 0.2s ease;
  font-weight: 600;
}
.footer_left .textwidget p:last-child {
  padding-bottom: 2rem;
}

div#footer-copyright p {
  font-size: 60%;
  line-height: 1rem;
  padding-bottom: 20px;
  margin: 0;
}
div#footer-copyright p:last-child {
  padding-bottom: 2rem;
}
.footer-menu .hs-menu-wrapper>ul {
  margin-bottom: 2.8rem;
}
.footer-menu .hs-menu-wrapper>ul>li {
  padding: 2px;
}
.footer-menu .hs-menu-wrapper>ul>li>a {
  line-height: 28px;
}

a#back-to-top {
  bottom: -30px;
  transition: all .3s;
  background-color: rgba(0,0,0,0.25);
  border-radius: 200px!important;
  -webkit-border-radius: 200px;
  display: block;
  position: fixed;
  text-align: center;
  line-height: 12px;
  right: 17px;
  color: #fff;
  cursor: pointer;
  z-index: 9994;
  height: 29px;
  width: 29px;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  display: block !important;
  opacity: 1 !important;
}
.fixed a#back-to-top {
  bottom: 17px;
}
a#back-to-top:before {
  background-color: rgba(255,255,255,0.25);
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
  -webkit-transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
  opacity: 0;
  z-index: 2;
  display: block;
  content: ' ';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100px;
  -webkit-border-radius: 100px;
}
a#back-to-top:after {
  background-color: #00778b;
  display: block;
  content: ' ';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.3s cubic-bezier(.55,0,.1,1);
  -webkit-transition: all 0.3s cubic-bezier(.55,0,.1,1);
  border-radius: 100px;
  -webkit-border-radius: 100px;
}
a#back-to-top i.fa.fa-angle-up.top-icon {
  -webkit-transform: translate(0,0px);
  transform: translate(0,0px);
  transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
  line-height: 29px;
  width: 29px;
  height: 29px;
  font-size: 14px;
  top: 0;
  left: 0;
  text-align: center;
  position: relative;
  z-index: 10;
  background-color: transparent;
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
  word-spacing: 1px;
}
a#back-to-top:hover {
  transition: box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s;
  -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s;
  box-shadow: 1px 2px 3px rgb(0 0 0 / 16%);
  background-color: transparent!important;
}
a#back-to-top:hover i.fa.fa-angle-up.top-icon {
  -webkit-transform: translate(0,-29px);
  transform: translate(0,-29px);
}
a#back-to-top:hover i.fa.fa-angle-up {
  -webkit-transform: translate(0,-29px);
  transform: translate(0,-29px);
}
a#back-to-top:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
}
a#back-to-top:hover:before {
  background-color: rgba(255,255,255,0.25);
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
  -webkit-transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
  opacity: 0;
  z-index: 2;
}
a#back-to-top i.fa.fa-angle-up {
  line-height: 29px;
  width: 29px;
  height: 29px;
  font-size: 14px;
  top: 0;
  left: 0;
  text-align: center;
  position: relative;
  z-index: 10;
  background-color: transparent;
  -webkit-transform: translate(0,0px);
  transform: translate(0,0px);
  transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
}


@media(max-width: 1300px){
  .footer_left .textwidget h3 {
    font-size: 20.4px;
    line-height: 22.1px;
  }
}

@media(max-width: 1216px){
  .footer__container .row {
    display: flex;
  }
}

@media(max-width: 1000px){
  .footer {
    position: relative;
  }
  .footer__container .row {
    display: block;
  }
  .footer_right {
    width: 77%;
    margin: 1rem 3rem;
  }
  .footer_left {
    padding: 3rem;
    width: 100%;
  }
  .footer_left .textwidget {
    padding: 0;
  }
  .body-main-wrapper{
    margin-bottom: 0 !important;
  }
}

@media(max-width: 999px){
  .footer_right {
    width: 77%;
    margin: 1rem 3rem;
    padding: 15px;
    margin-bottom: 0;
  }
  .footer_left {
    padding: 15px;
    width: 100%;
  }
  .footer_left .textwidget {
    padding: 0;
    padding: 3rem;
  }
  .footer_left .textwidget h3 {
    font-size: 19.2px;
    line-height: 20.8px;
  }
}

@media(max-width: 689px){
  .footer_right {
    padding: 0;
  }
  .footer_left {
    margin-bottom: 40px;
  }
  .footer_left {
    margin-bottom: 40px;
    padding: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

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

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

.no-banner .logo-fixed img.hs-image-widget {
  opacity: 1 !important;
}
.no-banner .logo-main img.hs-image-widget {
  opacity: 0 !important;
}
.no-banner .header-nav .hs-menu-wrapper>ul>li>a {
  color: #999 !important;
  opacity: 1 !important;
}
.no-banner ul.buttons.sf-menu li a span.icon-salient-search {
  color: #999 !important;
  opacity: 1 !important;
}
.hs-blog-listing ul.buttons.sf-menu li {
  margin: 0;
}

.listing-top-wrapper {
  padding-top: 172px;
}
.listing-top-wrapper .section-title {
  margin: 0 0 0 0;
  padding: 0 0 36px 0;
  border-bottom: 1px solid rgba(0,0,0,0.15);
  position: relative;
}
.hs-blog-post ul.buttons.sf-menu li {
  margin: 0;
}
.listing-top-wrapper .section-title h1 {
  font-size: 92px;
  line-height: 110px;
  font-weight: 400;
  font-family: Inter;
  margin: 0;
  top: 3px;
  position: relative;
  letter-spacing: -1px;
}
.list-wrapper {
  margin-top: 0;
  padding-top: 40px;
  position: relative;
  z-index: 10;
}
.list-wrapper .row {
  position: relative;
}
.list-wrapper .row:after, .list-wrapper .row:before {
  content: "";
  display: block;
  clear: both;
}
.sidebar {
  width: 27.5%;
  backface-visibility: hidden;
  position: relative;
  float: left;
  margin-right: 2%;
}
.right-section {
  width: 68.5%;
  padding-right: 0;
  margin: 0 0 0 -8px;
  float: right;
  padding-left: 20px;
  position: relative;
}
.mobile-filter {
  margin-bottom: 50px;
  display: none;
}
.site-search {
  margin-bottom: 50px;
}
.site-search .search-box .facetwp-facet {
  margin-bottom: 40px;
  line-height: 10px;
}
.site-search .search-box .facetwp-facet form {
  display: inline-block;
  position: relative;
}
.site-search .search-box .facetwp-facet form i.facetwp-icon {
  right: 0;
  height: 100%;
  line-height: 1;
  position: absolute;
  cursor: pointer;
  font-family: Inter;
  font-weight: 400;
  opacity: 0.5;
}
.site-search .search-box .facetwp-facet form i.facetwp-icon:after {
  display: inline-block;
  content: '';
  width: 30px;
  height: 100%;
  background: url(https://5372462.fs1.hubspotusercontent-na1.net/hubfs/5372462/raw_assets/public/Apex_April2021/images/icon-search.png) no-repeat;
  background-position: 5px 50%;
  background-size: 20px 20px;
}
input.facetwp-search {
  margin: 0;
  padding-right: 30px;
  min-width: 243px;
  font-size: 14px;
  background-color: rgba(0,0,0,0.04);
  border-radius: 4px;
  border: 2px solid rgba(0,0,0,0);
  padding: 10px;
  font-family: inherit;
  line-height: 24px;
  color: #555;
  width: 100%;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.sidebar-topics h3 {
  display: none;
}
.sidebar-topics ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
  line-height: 10px;
}
.sidebar-topics ul li {
  background: none;
  background-size: 14px 14px;
  margin-bottom: 4px;
  padding: 10px 0px;
  cursor: pointer;
  font-weight: 700;
}
.sidebar-topics ul li a {
  color: #676767;
}
.blog-index-section {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
article.post-item {
  border-top: none;
  width: 100%;
}
.post-inner-wrap.animated-in {
  padding: 2rem 0rem;
  transition: opacity 0.3s cubic-bezier(0.3,0.58,0.55,1),transform 0.3s cubic-bezier(0.3,0.58,0.55,1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.3,0.58,0.55,1),-webkit-transform 0.3s cubic-bezier(0.3,0.58,0.55,1);
  height: 100%;
}
.post-content.classic {
  display: flex;
  justify-content: flex-end;
  position: relative;
  min-height: 98px;
}
.post-meta {
  display: block !important;
  width: auto;
  padding: 25px 0px;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}
.post-meta .date {
  padding-bottom: 17px;
  font-size: 12px;
  margin-bottom: 12px;
  position: relative;
  transition: all 0.2s linear 0s;
}

.post-meta .date span.month {
  display: block;
  font-size: 30px !important;
  line-height: 3rem !important;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 0;
  color: #1d295b;
  font-weight: 400;
}
.content-inner {
  width: 70%;
  position: relative;
}
.link-inner {
  position: relative;
  color: #fff;
  transition: all .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: all .45s cubic-bezier(0.25,1,0.33,1);
}
a.full-post-link {
  pointer-events: all;
  position: absolute;
  content: '';
  z-index: 1000;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.link-inner span.link-wrap {
  position: relative;
  z-index: 100;
  display: block;
}

.link-inner span.link-wrap h3.title {
  color: #00778c;
  text-align: left;
  font-family: inherit;
  font-size: 32px !important;
  line-height: 46px;
  font-weight: 400;
  letter-spacing: -1px;
  margin-bottom: 15px;
  display: block;
}
label.hs-error-msg, label.hs-main-font-element {
  color: red !important;
}
.nectar-social-inner 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);
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  content: '';
  display: block;
  border-radius: 50%;
}
.nectar-social-inner a:hover:after {
  opacity: 0.2;
}




ul.controls {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.controls li {
  width: 50%;
  line-height: 0;
  height: auto!important;
  padding: 6%;
  min-height: 300px;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  -moz-box-align: center;
  -moz-box-pack: center;
  align-items: center;
  -webkit-align-items: center;
  float: none!important;
  overflow: hidden;
  position: relative;
  background-color: #333;
  padding: 6% 9%;
}
ul.controls li:after {
  background-color: rgba(13,13,13,0.35);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
  transition: background-color 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
}
ul.controls li:hover:after {
  background-color: rgba(13,13,13,0.9);
}
ul.controls li .post-bg-img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  height: 100%;
  -ms-transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
  -webkit-transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
}
ul.controls li:hover .post-bg-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.banner-wrapper {
  height: 350px;
  overflow: hidden;
  z-index: 21;
  position: relative;
}
.banner-main {
  height: 350px;
  overflow: hidden;
  margin: 0;
  z-index: 2;
  width: 100%;
  top: 0;
}
.page-header-bg-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-background-size: cover;
}
.banner-content.page-center {
  height: 100%;
  z-index: 100;
  padding: 0px 90px;
}
.banner-content.page-center .row {
  height: 100%;
  z-index: 100;
  position: relative;
}
.banner-content-wrapper {
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  float: left;
}
.banner-content-wrapper .banner-inner-wrap {
  padding-top: 109px;
}
.banner-content-wrapper .banner-inner-wrap h1 {
  font-family: Inter;
  font-size: 92px;
  line-height: 110px;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 8px;
  display: block;
  color: #fff;
  z-index: 101;
}
.page-header-bg-image.translate {
  -webkit-transform: none!important;
  transform: none!important;
  height: 100%!important;
  background-attachment: scroll;
  top: auto;
  bottom: 0;
  background-position: center center;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 9;
  background-repeat: no-repeat;
  background-size: cover;
}

@media(max-width: 999px){
  .banner-content.page-center {
    max-width: 600px;
    padding: 0;
  }
  .banner-content-wrapper .banner-inner-wrap h1 {
    font-size: 64.4px;
    line-height: 77px;
  }
  .page-header-bg-image.translate {
    height: calc(100% + 15px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
    background-size: cover;
  }
  .banner-main {
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-right: 0;
    transform: translate(0px)!important;
    visibility: visible!important;
    top: 0!important;
    transition: none!important;
    -webkit-transition: none!important;
  }
  .banner-content-wrapper {
    top: 0;
    -ms-transform: unset;
    -webkit-transform: unset;
    transform: unset;
    position: relative;
    float: left;
  }
  .banner-content-wrapper .banner-inner-wrap {
    padding-top: 80px;
  }
  .banner-wrapper {
    height: auto;
  }
}

@media(max-width: 690px){
  .banner-content.page-center {
    max-width: 420px;
    padding: 0;
  }
  .banner-content-wrapper .banner-inner-wrap h1 {
    font-size: 59.8px;
    line-height: 71.5px;
    margin-bottom: 4px;
  }
}

@media(max-width: 479px){
  .banner-content.page-center {
    max-width: 320px;
    padding: 0;
  }
}

@media(max-width: 360px){
  .banner-content.page-center {
    max-width: 320px;
    padding: 0 15px;
  }
}
.banner-wrapper.topic {
  height: 400px;
}
.page-header-bg-image.translate:after {
  background-color: rgba(45,45,45,0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: ' ';
  z-index: 1;
  display: block;
}
.topic .banner-content.page-center{
  height: 400px;
}
.topic .banner-content-wrapper .banner-inner-wrap h1 {
  text-transform: capitalize;
}



ul.controls li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  display: block;
}
ul.controls li h3 {
  font-family: Gilroy-bold;
  text-transform: none;
  letter-spacing: -1px;
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 7px;
  display: inline-block;
  -webkit-transform: translateX(0px) translateZ(0);
  -webkit-transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
  transform: translateX(0px) translateZ(0);
  transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
  color: #fff;
  position: relative;
  z-index: 100;
}
input.facetwp-search:focus {
  border-color: #00778b !important;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 11%);
  outline-offset: 0px;
  outline: none;
}
ul.controls li h3 span {
  display: block;
  color: #fff;
  margin-bottom: 5px;
  font-family: 'Inter';
  font-size: 24px;
  letter-spacing: 0;
}

ul.controls li.previous-post h3 span:not(.text) {
  display: block;
  font-size: 16px;
  text-align: right;
  letter-spacing: 0;
}
ul.controls li.next-post h3 span:not(.text) {
  display: block;
  font-size: 14px;
  text-align: left;
}
ul.controls li.next-post h3 span .next-arrow {
  animation: rightArrowEnd 0.7s cubic-bezier(0, 0.2, 0.1, 1) forwards;
}
ul.controls li.previous-post h3 span .next-arrow {
  -webkit-transform: translateX(38px) rotate(180deg);
  transform: translateX(38px) rotate(180deg);
  left: -43px;
  right: auto;
  animation: rightArrowEnd2 0.7s cubic-bezier(0, 0.2, 0.1, 1) forwards;
}
ul.controls li h3 span .next-arrow {
  position: absolute;
  backface-visibility: hidden;
  right: -43px;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  width: 40px;
  display: block;
  transform: translateX(38px);
}

ul.controls li h3 span .line {
  height: 2px;
  width: 45px;
  background-color: #fff;
  position: absolute;
  content: '';
  right: -74px;
  display: block;
  backface-visibility: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(28px) scaleX(0);
  -webkit-transform-origin: right;
  transform: translateY(-50%) translateX(28px) scaleX(0);
  transform-origin: right;
}

ul.controls li.previous-post h3 span .line {
  display: block;
  font-size: 14px;
  text-align: right;
  -webkit-transform: translateY(-50%) translateX(-28px) scaleX(0);
  -webkit-transform-origin: left;
  transform: translateY(-50%) translateX(-28px) scaleX(0);
  transform-origin: left;
  left: -74px;
  right: auto;
  animation: rightLineEnd2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}
ul.controls li.next-post h3 span .line {
  display: block;
  font-size: 14px;
  text-align: left;
  animation: rightLineEnd 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}


ul.controls li.previous-post:hover h3 span .next-arrow {
  animation: rightArrowStart2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
  -webkit-transform: translateX(42px);
  transform: translateX(42px);
}
ul.controls li.previous-post:hover h3 span .line {
  -webkit-transform: translateY(-50%) translateX(0px) scaleX(1);
  -webkit-transform-origin: right;
  transform: translateY(-50%) translateX(0px) scaleX(1);
  transform-origin: right;
  animation: rightLineStart2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}

ul.controls li.next-post:hover h3 span .next-arrow {
  -webkit-transform: translateX(42px);
  transform: translateX(42px);
  animation: rightArrowStart 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}
ul.controls li.next-post:hover h3 span .line {
  -webkit-transform: translateY(-50%) translateX(0px) scaleX(1);
  -webkit-transform-origin: left;
  transform: translateY(-50%) translateX(0px) scaleX(1);
  transform-origin: left;
  animation: rightLineStart 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}
ul.controls li:hhover .post-bg-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

ul.controls li.previous-post:hover h3 {
  transform: translateX(40px) translateZ(0);
  backface-visibility: hidden;
}
ul.controls li.next-post:hover h3 {
  -webkit-transform: translateX(-40px) translateZ(0);
  transform: translateX(-40px) translateZ(0);
  backface-visibility: hidden;
}


ul.controls li h3 span .next-arrow line {
  stroke-width: 2px;
  stroke-dasharray: 10px;
  stroke-dashoffset: 30px;
  stroke: #ffffff;
}
ul.controls li.previous-post:hover h3 span .next-arrow line {
  animation: rightArrowLineStart 0.3s cubic-bezier(0.05, 0.2, 0.1, 1) 0.1s forwards;
  stroke-dashoffset: 30px;
}
ul.controls li.previous-post h3 span .next-arrow line {
  animation: rightArrowLineEnd 0.4s cubic-bezier(0.3, 0.2, 0.1, 1) 0.25s forwards;
  stroke-dashoffset: 40px;
}


ul.controls li.next-post:hover h3 span .next-arrow line {
  animation: rightArrowLineStart 0.3s cubic-bezier(0.05, 0.2, 0.1, 1) 0.1s forwards;
  stroke-dashoffset: 30px;
}
ul.controls li.next-post h3 span .next-arrow line {
  animation: rightArrowLineEnd 0.4s cubic-bezier(0.3, 0.2, 0.1, 1) 0.25s forwards;
  stroke-dashoffset: 40px;
}
ul.controls li.full-post {
  width: 100%;
}






ul.controls li.next-post h3 span .line {
  animation: rightLineEnd2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
  -webkit-transform: translateY(-50%) translateX(-28px) scaleX(0);
  -webkit-transform-origin: left;
  transform: translateY(-50%) translateX(-28px) scaleX(0);
  transform-origin: left;
  left: -74px;
  right: auto;
}
ul.controls li.next-post:hover h3 span .next-arrow {
  -webkit-transform: translateX(42px);
  transform: translateX(42px);
  animation: rightArrowStart2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
  left: -43px;
  right: auto;
}
ul.controls li.next-post:hover h3 span .line {
  -webkit-transform: translateY(-50%) translateX(0px) scaleX(1);
  -webkit-transform-origin: right;
  transform: translateY(-50%) translateX(0px) scaleX(1);
  transform-origin: right;
  animation: rightLineStart2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}
ul.controls li.next-post h3 span .next-arrow {
  animation: rightArrowEnd2 0.7s cubic-bezier(0, 0.2, 0.1, 1) forwards;
  -webkit-transform: translateX(38px) rotate( 
    180deg
  );
  transform: translateX(38px) rotate( 
    180deg
  );
  left: -43px;
  right: auto;
}

ul.controls li.previous-post h3 span .next-arrow {
  animation: rightArrowEnd 0.7s cubic-bezier(0, 0.2, 0.1, 1) forwards;
  transform: translateX(38px);
  right: -43px;
  left: auto;
}
ul.controls li.previous-post:hover h3 span .next-arrow {
  -webkit-transform: translateX(42px);
  transform: translateX(42px);
  animation: rightArrowStart 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}
ul.controls li.previous-post h3 span .line {
  animation: rightLineEnd 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
  display: block;
  font-size: 16px;
  text-align: left;
  right: -74px;
  left: auto;
  -webkit-transform: translateY(-50%) translateX(28px) scaleX(0);
  -webkit-transform-origin: right;
  transform: translateY(-50%) translateX(28px) scaleX(0);
  transform-origin: right;
}
ul.controls li.previous-post:hover h3 span .line {
  -webkit-transform: translateY(-50%) translateX(0px) scaleX(1);
  -webkit-transform-origin: left;
  transform: translateY(-50%) translateX(0px) scaleX(1);
  transform-origin: left;
  animation: rightLineStart 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}
ul.controls li.previous-post:hover h3 {
  -webkit-transform: translateX(-40px) translateZ(0) !important;
  transform: translateX(-40px) translateZ(0) !important;
  backface-visibility: hidden;
}
ul.controls li.next-post:hover h3 {
  transform: translateX(40px) translateZ(0) !important;
  backface-visibility: hidden;
}



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

/* Animation Pagination Style  */
======================================================================

/* Animation Pagination Style  (max-width: 1000px) */
ul.controls li h3 span .next-arrow {
  display: none !important;
}
ul.controls li h3 span {
  text-align: center !important;
}
ul.controls li {
  min-height: 225px!important;
}
ul.controls li h3 {
  transform: translateX(0px) translateZ(0)!important;
  -webkit-transform: translateX(0px) translateZ(0)!important;
  font-size: 27.2px;
  line-height: 27.2px;
}

/* Animation Pagination Style  */

=========================================================================


/* Animation Pagination Style   (max-width: 690px)*/
ul.controls li {
  min-height: 250px!important;
  width: 100%!important;
}
/* Animation Pagination Style  */

.nectar-social.fixed.visible {
  position: fixed;
  right: 34px;
  bottom: 34px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  z-index: 1000;
}
.nectar-social.fixed.visible>a {
  height: 50px;
  width: 50px;
  line-height: 52px;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.nectar-social.fixed.visible>a:before {
  background-color: #00778b;
  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%;
}
.nectar-social.fixed.visible>a:after {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  content: '';
  display: block;
  border-radius: 50%;
  -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.visible>a i.icon-default-style.steadysets-icon-share {
  color: #fff;
  font-size: 14px;
  top: 0;
  padding-right: 0;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  z-index: 10;
  position: relative;
  left: -1px;
  background-color: transparent;
  border-radius: 0px;
  font-weight: normal;
  font-family: steadysets!important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  word-spacing: 1px;
  vertical-align: middle;
}
.nectar-social.fixed.visible>a i.icon-default-style.steadysets-icon-share:before {
  content: "\e63c";
}
.nectar-social.fixed.visible:hover>a:before {
  background-color: #00778b;
  box-shadow: 0 7px 15px rgb(0 0 0 / 20%);
  -webkit-transform: scale(1.23) translateZ(0);
  transform: scale(1.23) translateZ(0);
}
.nectar-social.fixed.visible:hover>a:after {
  opacity: 0;
  -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-inner {
  position: absolute;
  height: 50px;
  width: 50px;
  bottom: 0;
  left: 0;
  z-index: 1;
  text-align: center;
}
.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: #00778b;
}
.nectar-social-inner a:nth-child(1) {
  transform: translateY(0px) scale(0);
  -webkit-transform: translateY(0px) scale(0);
}
.nectar-social-inner a:nth-child(2) {
  -webkit-transform: translateY(-36px) scale(0);
  transform: translateY(-36px) scale(0);
}
.nectar-social-inner a:nth-child(3) {
  -webkit-transform: translateY(-86px) scale(0);
  transform: translateY(-86px) scale(0);
}
.nectar-social.fixed.visible: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.visible: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.visible: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-inner a span.social-text {
  display: none;
}
.nectar-social-inner a i {
  height: 36px;
  line-height: 36px;
  width: 36px;
  color: #fff;
  font-size: 14px;
  top: 0;
  padding-right: 0;
  display: block;
}




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

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

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

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

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

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}

/*             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;
}
.row.parent .post-main-row_span_12 a.parent-link {
  color: #1d295b;
}
.row.parent .post-main-row_span_12 a.parent-link i.fa.fa-arrow-left {
  margin-right: 20px;
  height: 32px;
  width: 32px;
  background-color: #1d295b;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  word-spacing: 1px;
  position: relative;
  text-align: center;
  top: -2px;
  vertical-align: middle;
  max-width: 100%;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
}
.row.parent .post-main-row_span_12 a.parent-link i.fa.fa-arrow-left:before {
  top: 6px;
  position: relative;
}
.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}
.post-main-wrapper {
  padding-top: 160px;
}
.post-main-wrapper .row {
  position: relative;
}
.hs-blog-listing .body-main-wrapper, .hs-blog-post .body-main-wrapper {
  padding: 0 !important;
}
.post-main {
  max-width: 1000px;
  margin: 0 auto!important;
  position: relative;
}
.row.parent {
  margin-bottom: 3rem;
  padding-bottom: 34px;
}
.post-main-wrapper {
  padding-top: 177px;
}
.post-main-content {
  position: relative;
  min-height: 98px;
  margin-bottom: 100px;
}
.hs-blog-post a#back-to-top {
  display: none !important;
}
.post-main-content:after, .post-main-content:before {
  content: "";
  display: block;
  clear: both;
}
.post-main-content_span_4 {
  position: relative;
  float: left;
  width: 32.0%;
  margin-right: 2%;
}
.post-main-content_span_4 span.date {
  font-size: 3rem;
  color: #1d295b;
  line-height: 28px;
}
.post-right-section {
  margin-right: 0;
  position: relative;
  float: left;
  width: 66.0%;
}
.post-main-inner-content {
  margin-bottom: 12px;
  color: #888;
}
.post-main-inner-content h3.title {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 4rem;
  font-family: Inter;
  font-weight: 400;
}
.post-main-inner-content h3.title a {
  color: inherit;
}
.post-main-inner-content h3.title a:hover {
  color: #00778b;
}
article.post-item:not(:first-child) {
  border-top: 1px solid #ccc;
}


#comments-listing {
  border: 0px solid #ccc;
  margin-bottom: 0;
  margin-top: 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
#comments-listing.no-comments{
  border: none;
}
.comment-date {
  display: block !important;
  text-align: left !important;
}
.section.post-footer input.hs-button.primary {
  margin: 20px 0!important;
}
.section.post-footer .hs_error_rollup {
  margin-top: 20px;
}
.section.post-footer form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-y: hidden;
  overflow-x: auto;
}
.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

@media(max-width: 1300px){
  .listing-top-wrapper .section-title h1 {
    font-size: 69px;
    line-height: 82.5px;
  }
}

@media(max-width: 999px){
  .banner-wrapper.topic {
    height: auto;
  }
  .topic .banner-content.page-center {
    height: auto;
  }
  .post-main-wrapper {
    padding-top: 130px;
  }
  .post-main-content_span_4 {
    position: relative;
    float: left;
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }
  .post-main-content_span_4 span.date {
    font-size: 1.5rem;
    color: #1d295b;
    top: 0px;
  }
  .row.parent {
    margin-bottom: 4rem;
  }
  .post-main-inner-content h3.title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 2rem;
  }
  .post-right-section {
    margin-right: 0;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 25px;
  }
  ul.controls li h3 {
    font-size: 19.2px;
    line-height: 20.8px;
  }
  ul.controls li h3 span {
    font-size: 19.2px;
  }
  ul.controls li.next-post:hover h3,
  ul.controls li.previous-post:hover h3{
    transform: unset !important;
    backface-visibility: hidden;
  }
  ul.controls li.previous-post h3 span .next-arrow {
    display: none !important;
  }
  ul.controls li.previous-post h3 span .line,
  ul.controls li.next-post h3 span .next-arrow,
  ul.controls li.next-post h3 span .line{
    display: none  !important;
  }
  .content-wrapper {
    max-width: 600px !important;
    padding: 0;
  }
  .listing-top-wrapper .section-title h1 {
    font-size: 64.4px;
    line-height: 77px;
  }
  .listing-top-wrapper {    
    padding-top: 125px;
  }
  .right-section {
    width: 610px;
    padding-right: 0;
    margin: 0;
    float: right;
    padding-left: 0;
    position: relative;
    margin-bottom: 90px;
  }
  .post-content.classic {
    flex-direction: column;
  }
  .post-meta {
    display: block !important;
    width: auto;
    position: relative;
    text-align: left;
    padding: 0;
  }
  .post-meta .date span.month {
    display: inline-flex;
    font-size: 1.5rem !important;
    line-height: 0rem !important;
    text-align: center;
    margin-bottom: 0px;
    padding: 0px;
    color: #1d295b;
    font-weight: 400;
  }
  .site-search {
    display: none;
  }
  .content-inner {
    width: 100%;
    position: relative;
  }
  .link-inner span.link-wrap h3.title {
    font-size: 1.5rem !important;
    line-height: 2rem;
  }
  .content-inner .category {
    padding-bottom: 20px;
  }
  article.post-item:not(:first-child) .post-meta {
    padding: 25px 0px;
  }
  .mobile-filter {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    margin-right: 5px;
    margin-bottom: 0px !important;
  }
  .sidebar {
    width: 100%;
    float: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
  .facetwp-facet.facetwp-facet-press_mobile_cat.facetwp-type-dropdown {
    line-height: 10px;
    margin-bottom: 40px;
  }
  .facetwp-facet.facetwp-facet-press_mobile_cat.facetwp-type-dropdown select#tinynav1 {
    max-width: 100%;
    padding: 12px;
    display: inline-block;
    cursor: pointer;
    line-height: 1;
    height: 44px;
    width: auto;
    border: none;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 12px;
    color: #555;
    background-color: #fff;
    outline: none;
    box-shadow: 0 1px 2px rgb(0 0 0 / 16%);
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 16%);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
  }
  .post-meta .date {
    line-height: 28px;
  }
  body.no-banner.fixed .header {
    box-shadow: unset;
  }
  body.no-banner.menu-open.fixed .logo-fixed img.hs-image-widget {
    opacity: 1 !important;
  }
  body.no-banner.menu-open.fixed .logo-main img.hs-image-widget {
    opacity: 0 !important;
  }
}

@media(max-width: 767px){
  .post-right-section img {
    width: 100% !important;
  }
}

@media(max-width: 690px){
  ul.controls li {
    width: 100%;
  }
  .content-wrapper {
    max-width: 420px !important;
  }
  .listing-top-wrapper .section-title h1 {
    font-size: 59.8px;
    line-height: 71.5px;
  }
  .listing-top-wrapper {
    padding-top: 125px;
  }
  .right-section {
    width: 420px;
  }
}

@media(max-width: 479px){
  .content-wrapper {
    max-width: 320px !important;
  }
  .right-section {
    max-width: 320px;
  }
}

@media(max-width: 350px){
  .content-wrapper {
    max-width: 320px !important;
    padding: 0 15px;
  }
  .right-section {
    max-width: 320px;
    width: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #eaebed;
  z-index: -1;
}
input.email-edit.hs-input {
  width: 100% !important;
}
ul.no-list.hs-error-msgs {
  padding: 0;
  margin: 0;
}
p.header {
  position: static !important;
  background: transparent !important;
  box-shadow: unset;
  border: 0;
  min-height: unset !important;
  height: unset !important;
  padding: 0 !important;
  margin: 0 0 10px;
}
.footer-static .footer {
  position: relative;
}
.footer-static .body-main-wrapper {
  margin: 0;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
input#hs-pwd-widget-password {
  width: 100%;
  height: 40px !important;
  outline: none;
  padding-left: 20px !important;
  border: 1px solid rgba(203,214,226,1.0);
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: unset;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

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

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.systems-page form {
  width: 50%;
}
.systems-page.sub form {
  width: 100%;
}

@media(max-width: 1199px){
  .systems-page h1,
  h1.error-page_heading{
    font-size: 42px;
  }
}

@media(max-width: 767px){
  .systems-page form {
    width: 100%;
  }
  .systems-page h1,
  h1.error-page_heading{
    font-size: 32px;
  }
  .systems-page h2 {
    font-size: 26px;
  }
}