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

@import url('//fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&display=swap');
@import url('//fonts.googleapis.com/css2?family=Oswald&display=swap');











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}
main.body-container-wrapper {
  min-height:65vh;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 16px;
}

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

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

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

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

h1 {
  font-size: 2.1rem;  
}

h2 {
  font-size: 1.6rem;  
}

h3 {
  font-size: 1.25rem;  
}

h4 {    
  font-size: 1.175rem;  
}

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 ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  margin: 0;
}

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

img{
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}
/* ******************************************************************************
*********************************************************************************
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;
  border:1px solid;
  padding:5px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-family: oswald,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  margin: 1rem 0;
  padding: .75rem 1rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-style: solid;
  
  text-decoration: none;
  white-space:normal;
  outline:none !important;
}

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

.jquery-modal form .hs-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px #0496e2;
  box-shadow: 0 0 0 2px #0496e2;
}

.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{
  padding:0;
  margin:0;
  list-style:none;
}

.hs-form .hs-error-msgs {
  padding: 2px 0 0;
  margin: 0;
  list-style: none;
}
form .hs-error-msgs label {
  display: inline-block;
  font-size: .75rem;
  margin-bottom: 0;
  margin-right: auto;
  text-align: center;
  color: #f45b69;
  font-family: lato,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif;
}

.hs-input,
.hs-input[type=password],
.hs-input[type=text], 
.hs-search-field__input[type=text],
input[type=password]{
  display: inline-block;
  width: 100%;
  max-width: 100%;
  color: #003a60;
  font-size: 17px;
  margin-top: .5rem;
  background-color:#fff;
  border-width: 1px;  
  border-style: solid;
  line-height: 1.5;
  padding: .75rem .5rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out!important;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out!important;
  -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out!important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out!important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out!important;
  font-family:lato, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}
h3.form-title{
  font-size: 2.25rem;
}
@media (min-width: 768px){
  h3.form-title{
    font-size: 3rem;
  }
}

@media (min-width: 1024px){
  .hs-input,
  .hs-input[type=password],
  .hs-input[type=text], 
  .hs-search-field__input[type=text],
  input[type=password]{
    font-size: .875rem; 
  }
}

.hs-input:focus,
.hs-input[type=password]:focus,
.hs-input[type=text]:focus,
.hs-search-field__input[type=text]:focus, 
input[type=password]:focus{
  -webkit-box-shadow: inset 0 0 0 1px #0496e2;
  box-shadow: inset 0 0 0 1px #0496e2;
  outline: none;

}

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

::placeholder {
  color: #a3b9d1;
  font-weight: 400;
}

:-moz-placeholder {
  color: #a3b9d1;
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #a3b9d1;
  font-weight: 400;
}

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

textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #f45b69;
}
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: #f45b69;
}

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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

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

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

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

.custom-menu-primary.desktop{
  display: none;
  margin-left: auto;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-left: 0;
  position: relative;
  list-style: none;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li {
  line-height: 1.25;
  margin-bottom: -1.25rem;
  padding-left: 1rem;
  width: 140px;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a {
  border-color: #003a60;
  border: 0;
  border-bottom-width: 4px;
  display: block;
  font-weight: 700;
  font-size: .75rem;
  padding-bottom: .5rem;
  padding-top: 1.5rem;
  position: relative;
  color: #00243c;
  border-style: solid;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:hover > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a:hover {
  border-color: #00aeef;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li .menu-icon-caret svg {
  display: inline-block;
  position: absolute;
  right: 0;
  color: #00243c;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform,-o-transform;
  -webkit-transition-timing-function: cubic-bezier(.4,0,1,1);
  -o-transition-timing-function: cubic-bezier(.4,0,1,1);
  transition-timing-function: cubic-bezier(.4,0,1,1);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:hover > a .menu-icon-caret svg {
  color: #00aeef;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:hover > a .menu-icon-caret svg {
  color: #00aeef;
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  -o-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  --transform-rotate: 90deg;
}



.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255,255,255,var(--bg-opacity));
  border-radius: .375rem;
  height: auto;
  list-style-type: none;
  margin-top: 2rem;
  opacity: 0;
  padding: 1.5rem 1rem 2rem;
  position: absolute;
  visibility: hidden;
  z-index: 90;
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  -o-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  background-image: -webkit-gradient(linear,left top,right top,color-stop(30%,#0496e2),color-stop(70%,#d8388e));
  background-image: -webkit-linear-gradient(left,#0496e2 30%,#d8388e 70%);
  background-image: -o-linear-gradient(left,#0496e2 30%,#d8388e 70%);
  background-image: linear-gradient(90deg,#0496e2 30%,#d8388e 70%);
  -webkit-box-shadow: 0 8px 35px rgba(0,36,60,.25);
  box-shadow: 0 8px 35px rgba(0,36,60,.25);
  background-repeat: no-repeat;
  background-size: 100% 6px;
  background-position: 0 100%;
  top: 100%;
  width: auto;
  min-width: 180px;
  -webkit-transition: opacity .2s ease-in-out,visibility 0s ease-in-out .2s;
  -o-transition: opacity .2s ease-in-out,visibility 0s ease-in-out .2s;
  transition: opacity .2s ease-in-out,visibility 0s ease-in-out .2s;
  left:0;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:hover > ul {
  opacity: 1!important;
  visibility: visible!important;
  -webkit-transition: opacity .2s ease-in-out,visibility 0s ease-in-out!important;
  -o-transition: opacity .2s ease-in-out,visibility 0s ease-in-out!important;
  transition: opacity .2s ease-in-out,visibility 0s ease-in-out!important;
}
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul:before {
  content: "";
  position: absolute;
  pointer-events: none;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 0;
  width: 0;
  border-bottom: 7px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul:after {
  height: 1rem;
  content: "";
  left: 0;
  right: 0;
  bottom: 100%;
  position: absolute;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(1) > ul:before {
  left: 6rem;
}
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(2) > ul:before {
  left: 16.5rem;
}
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(3) > ul:before {
  left: 27.5rem;
}
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(4) > ul:before {
  left: 22rem;
}
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(5) > ul:before {
  left: 33rem;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(4) > ul,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(5) > ul {
  left:auto;
  right: 0;
  margin-right: 9rem;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>li:not(:last-child),
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(2)>ul>li>ul>li:nth-child(1){
  margin-left: .5rem;
  margin-right: .5rem;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul>li:nth-child(1)>a {
  font-size: 2.25rem;
  font-family: oswald,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif;
  background-image: -webkit-gradient(linear,left top,right top,color-stop(30%,#0496e2),color-stop(70%,#d8388e));
  background-image: -webkit-linear-gradient(left,#0496e2 30%,#d8388e 70%);
  background-image: -o-linear-gradient(left,#0496e2 30%,#d8388e 70%);
  background-image: linear-gradient(90deg,#0496e2 30%,#d8388e 70%);
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  color: transparent;
  letter-spacing: -.025em;
  cursor: text;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:not(:nth-child(3))>ul>li:nth-child(2) {
  margin-bottom: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  border-bottom-width: 1px;
  border-color: #c4d2e1;
  border-style: solid;
  margin-top: -.5rem;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:not(:nth-child(3))>ul>li:nth-child(2) > a {
  margin-bottom: .375rem;
  margin-left: auto;
  color: #00aeef;
  font-style: italic;
  font-weight: 700;
  font-family: lato,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif;
  font-size: .875rem;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:not(:nth-child(3))>ul>li:nth-child(2) > a:hover {
  color: #0079c2;
}
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:not(:nth-child(3))>ul>li:nth-child(2) > a svg{
  overflow: visible;
  margin-left: .25rem;
  font-size: 0.875em;
  display: inline-block;
  height: 1em;
  vertical-align: -0.125em;
  width: 0.875em;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:not(:nth-child(3))>ul>li:nth-child(3) >ul,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(2)>ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:not(:nth-child(3))>ul>li:nth-child(3) >ul>li,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(2)>ul>li{
  list-style-type: none;
  padding: 0;
  width: 50%;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:not(:nth-child(3))>ul>li:nth-child(3) >ul>li>ul>li>a,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(2)>ul>li>ul>li:not(:nth-child(1))>a{
  display: block;
  font-weight: 700;
  padding: .375rem .5rem .375rem 1.75rem;
  position: relative;
  color: #003a60;
  width: 18rem;
  font-size: 15px;
  font-family: lato,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:not(:nth-child(3))>ul>li:nth-child(3) >ul>li>ul>li>a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(2)>ul>li>ul>li:not(:nth-child(1))>a:hover{
  background-color: #eef6fc;
}


.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:not(:nth-child(3))>ul>li:nth-child(3) >ul>li>ul>li>a .fa-arrow-right,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(2)>ul>li>ul>li:not(:nth-child(1))>a .fa-arrow-right{
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(.5rem,.6rem);
  -o-transform: translate(.5rem,.6rem);
  transform: translate(.5rem,.6rem);
  width: 0.875em;
  overflow: visible;
  color: #00aeef;
  font-size: 0.875em;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(2)>ul>li>ul>li:nth-child(1){  
  margin-bottom: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  border-bottom-width: 1px;
  border-color: #c4d2e1;
  border-style: solid;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(2)>ul>li>ul>li:nth-child(1)>a{  
  font-weight: 600;
  font-size: .75rem;
  margin-bottom: .25rem;
  margin-right: auto;
  opacity: .7;
  color: #003a60;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(1) {
  margin-bottom: .5rem;
}


.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(2)>ul>li:nth-child(2){
  margin-left: 2.5rem;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(2)>ul>li:nth-child(2)>ul>li:nth-child(1) {
  margin-top: .25rem;
}


.nav-mobile-backdrop {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  background-color: rgba(0,0,0,.3);
}


.close-trigger-wrap {
  padding: .5rem 1rem;
  text-align: right;
}
.close-trigger-wrap {
  padding: .5rem 1rem;
  text-align: right;
}

.close-mobile .close-text {
  font-size: .75rem;
  margin-right: .25rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  vertical-align: middle;
}

.close-mobile svg {
  height: 1em;
  display: inline-block;
  font-size: 2em;
  vertical-align: middle;
  width: 0.625em;
  overflow: visible;
}

.s-spacer {
  padding: 1rem;
}

.s-spacer a {
  border-radius: .125rem;
  cursor: pointer;
  font-family: oswald,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  line-height: 1.45rem;
  font-size: 1rem;
  padding: .25rem .75rem;
  display: block;
  text-align: center;
}

.s-spacer a:nth-child(1) {
  border-width: 1px;
  border-color: #0496e2;
  background-color: #0496e2;
  border-style: solid;
  margin-bottom: .75rem;
}

.s-spacer a:nth-child(2) {
  background-image: -webkit-gradient(linear,left top,right top,color-stop(30%,#0496e2),color-stop(70%,#d8388e));
  background-image: -webkit-linear-gradient(left,#0496e2 30%,#d8388e 70%);
  background-image: -o-linear-gradient(left,#0496e2 30%,#d8388e 70%);
  background-image: linear-gradient(90deg,#0496e2 30%,#d8388e 70%);
}

.s-spacer a:nth-child(1):hover {
  border-color: #00aeef;
  background-color: #00aeef;
  color: #fff;
}

.s-spacer a:nth-child(2):hover {
  opacity: .9;
  color: #fff;
}
.mobile-nav {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 90;
  -webkit-transition: left .2s ease-in-out;
  -o-transition: left .2s ease-in-out;
  transition: left .2s ease-in-out;
}
.mobile-nav .hs-menu-wrapper > ul {
  padding-left: 0;
  list-style: none;
  height: 100vh;
  max-height: calc(100vh - 160px);
  margin-bottom: 0;
  overflow-y: auto;
}

.mobile-nav .hs-menu-wrapper > ul >li {
  border: 0;
  border-bottom-width: 1px;
  border-color: rgba(99,96,131,.4);
  border-style: solid;
}
.mobile-nav .hs-menu-wrapper>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: oswald,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  padding: 1rem;
  position: relative;
  --text-opacity: 1;
  color: #eef6fc;
  letter-spacing: .025em;
}

.mobile-nav .hs-menu-wrapper>ul>li>a svg {
  font-size: 10px;
  vertical-align: middle;
  overflow: visible;
  width: 0.625em;
  margin-left: .5rem;
  height: 1em;
}


.mobile-nav .hs-menu-wrapper>ul>li>ul {
  background-color: #00243c;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: .4s cubic-bezier(.42,0,0,.99);
  -o-transition: .4s cubic-bezier(.42,0,0,.99);
  transition: .4s cubic-bezier(.42,0,0,.99);
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}


.mobile-nav .hs-menu-wrapper>ul>li.child-open>ul {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.mobile-nav .hs-menu-wrapper>ul>li>ul>li {
  border: 0;
  border-bottom-width: 1px;
  border-color: rgba(99,96,131,.4);
  border-style: solid;
}

.mobile-nav .hs-menu-wrapper>ul>li>ul>li.dl-back {
  background-color: rgba(99,96,131,.1);
  border-color: transparent;
}

.mobile-nav .hs-menu-wrapper>ul>li>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: oswald,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  padding: 1rem;
  position: relative;
  --text-opacity: 1; color: #eef6fc;
  letter-spacing: .025em;
}

.mobile-nav .hs-menu-wrapper>ul>li>ul>li.dl-back>a {
  color: #a3b9d1;
  display: block;
}

.mobile-nav .hs-menu-wrapper>ul>li>ul>li.dl-back>a svg {
  height: 1em;
  margin-right: .5rem;
  width: 0.625em;
  overflow: visible;
  font-size: 10px;
  vertical-align: middle;
}
.mobile-nav .hs-menu-wrapper>ul>li:last-child,
.mobile-nav .hs-menu-wrapper>ul>li>ul>li:last-child{
  border-bottom: 0;
}


@media (min-width: 380px){
  .nav-mobile-wrap {
    max-width: 80%;
  }
}

@media (min-width: 768px){
  .close-trigger-wrap{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .s-spacer{
    padding: 2rem;  
  }
  .mobile-nav .hs-menu-wrapper>ul>li>a{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .mobile-nav .hs-menu-wrapper>ul>li>ul>li>a{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .mobile-nav .hs-menu-wrapper > ul {
    max-height: calc(100vh - 190px);
  }
}

@media (min-width: 1024px){
  .custom-menu-primary.desktop{
    display: block;
  }
  .nav-mobile-backdrop,
  .nav-mobile-wrap{
    display:none;
  }

}
@media (min-width: 1360px){
  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li{
    width: 170px;
    margin-bottom: -1rem;
    padding-left: 1.5rem;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a{
    font-size: .875rem;
  }
}

@media (max-width: 1023px){

  body.mobile-open {
    overflow: hidden;
  }

  .mobile-open .nav-mobile-backdrop{
    visibility: visible;
    opacity: 1;
  }
  .nav-mobile-wrap {
    background: #00243c;
    height: 100%;
    right: 0;
    max-width: 70%;
    position: fixed;
    top: 0;
    width: 285px;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: visibility 0s cubic-bezier(.42,0,0,.99) .4s,-webkit-transform .4s cubic-bezier(.42,0,0,.99);
    transition: visibility 0s cubic-bezier(.42,0,0,.99) .4s,-webkit-transform .4s cubic-bezier(.42,0,0,.99);
    -o-transition: visibility 0s cubic-bezier(.42,0,0,.99) .4s,-o-transform .4s cubic-bezier(.42,0,0,.99);
    transition: transform .4s cubic-bezier(.42,0,0,.99),visibility 0s cubic-bezier(.42,0,0,.99) .4s;
    transition: transform .4s cubic-bezier(.42,0,0,.99),visibility 0s cubic-bezier(.42,0,0,.99) .4s,-webkit-transform .4s cubic-bezier(.42,0,0,.99),-o-transform .4s cubic-bezier(.42,0,0,.99);
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    z-index: 998;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);
    visibility: hidden;
  }

  .mobile-open .nav-mobile-wrap {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: visible!important;
    -webkit-transition: visibility 0s cubic-bezier(.42,0,0,.99),-webkit-transform .4s cubic-bezier(.42,0,0,.99);
    transition: visibility 0s cubic-bezier(.42,0,0,.99),-webkit-transform .4s cubic-bezier(.42,0,0,.99);
    -o-transition: visibility 0s cubic-bezier(.42,0,0,.99),-o-transform .4s cubic-bezier(.42,0,0,.99);
    transition: transform .4s cubic-bezier(.42,0,0,.99),visibility 0s cubic-bezier(.42,0,0,.99);
    transition: transform .4s cubic-bezier(.42,0,0,.99),visibility 0s cubic-bezier(.42,0,0,.99),-webkit-transform .4s cubic-bezier(.42,0,0,.99),-o-transform .4s cubic-bezier(.42,0,0,.99);
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */
table {
    border-collapse: collapse;
}
.banner-area {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  position: relative;
  border:0;
  border-bottom-width: 1px;
  border-color: #e6edf3;
  border-style:solid;
  overflow: hidden;
  background-color: #fff;
}

.banner-content {
  max-width: 1024px;
}



.banner-area .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -.75rem;
  margin-right: -.75rem;
}


.banner-area .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: .75rem;
  padding-left: .75rem;
}


.banner-area  h1 {
  line-height: 1.18;
  color: transparent;
  letter-spacing: -.025em;
  background-image: -webkit-gradient(linear,left top,right top,color-stop(30%,#0496e2),color-stop(70%,#d8388e));
  background-image: -webkit-linear-gradient(left,#0496e2 30%,#d8388e 70%);
  background-image: -o-linear-gradient(left,#0496e2 30%,#d8388e 70%);
  background-image: linear-gradient(90deg,#0496e2 30%,#d8388e 70%);
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 3rem;
  margin-bottom: 1rem;
  font-weight:400;
}


.banner-area p {
  margin-bottom: 1rem;
  line-height: 1.5;
  color: #00243c;
  font-family: lato,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif;
  font-size: 17px;
}


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

.breadcrub ul li.mob-hidden {
  display: none;
}
.breadcrub {
  font-size: .75rem;
  display: inline-block;
}

.breadcrub ul {
  letter-spacing: .025em;
  text-transform: uppercase;
  padding-bottom: .375rem;
  padding-left: 0;
  margin: 0;
  font-weight: 700;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  border-bottom-width: 2px;
  border-color: #eef6fc;
  border-style: solid;
}

.breadcrub ul li a{
  color: #00aeef;
}

.breadcrub ul li a:hover{
  color: #0079c2;
}

.breadcrub ul li span{
  line-height: 1;
  font-size: 1rem;

}

.breadcrub ul li.desk-hidden span{
  margin-right: .125rem; 
}
.breadcrub ul li.mob-hidden span{
  margin-left: .25rem;
  margin-right: .25rem;
}

@media (min-width: 768px){
  .banner-area {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
  .banner-area  h1 {
    font-size: 4rem;
  }
}

@media (min-width: 1024px){
  .banner-area  h1 {
    font-size: 5rem;
  }
  .banner-area p {
    font-size: 1.125rem;
  }
  .banner-area {
    padding-top: 3rem;
  }
  .breadcrub ul li.mob-hidden {
    display: inline-block;
  }
  .breadcrub ul li.desk-hidden{
    display: none;
  }
}

@media (max-width: 660px){
  .banner-content,
  .banner-area .container{
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */


.dnd-section>.row-fluid, 
.page-center,
.content-wrapper,
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}


@media (min-width: 640px){
  .dnd-section>.row-fluid, 
  .page-center,
  .content-wrapper,
  .container {
    max-width: 640px;
  }
}


@media (min-width: 768px){
  .dnd-section>.row-fluid, 
  .page-center,
  .content-wrapper,
  .container {
    max-width: 768px;
  }
}



@media (min-width: 1024px){
  .dnd-section>.row-fluid, 
  .page-center,
  .content-wrapper,
  .container {
    max-width: 1024px;
  }
}
/* ******************************************************************************
*********************************************************************************
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-wrapper {
  min-height: 95px;
}

.header-wrapper.lp {
    min-height: 64px;
}


header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  -webkit-transition: ease-in,-webkit-transform .2s ease-in;
  transition: ease-in,-webkit-transform .2s ease-in;
  -o-transition: ease-in,-o-transform .2s ease-in;
  transition: ease-in,transform .2s ease-in;
  transition: ease-in,transform .2s ease-in,-webkit-transform .2s ease-in,-o-transform .2s ease-in;
  will-change: transform;
}


header.header:after {
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background-color: #e6edf3;
  content: "";
}

.header-top {
  background-image: -webkit-gradient(linear,left top,right top,color-stop(30%,#0496e2),color-stop(70%,#d8388e));
  background-image: -webkit-linear-gradient(left,#0496e2 30%,#d8388e 70%);
  background-image: -o-linear-gradient(left,#0496e2 30%,#d8388e 70%);
  background-image: linear-gradient(90deg,#0496e2 30%,#d8388e 70%);
  position: relative;
  z-index: 0;
}

.header-top:before {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  background-image: url(https://4646231.fs1.hubspotusercontent-na1.net/hubfs/4646231/raw_assets/public/Stampli_October2020/images/top-background_f78552ce.png);
  background-position-x: right;
  background-size: auto 100%;
  background-repeat: no-repeat;
  content: "";
}

.header-top .container > * > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-top .container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.header-top .container ul li .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: transparent;
  border-radius: .125rem;
  cursor: pointer;
  display: inline-block;
  font-family: oswald,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  line-height: 1.45rem;
  padding: .25rem .75rem;
  font-size: 1rem;
}

.header-top .container ul li .inline-block {
  display: inline-block;
}

.header-top .container ul li svg{
  display: block;
  margin-left: 0;
  vertical-align: middle;
  height: .75rem;
  margin-right: .25rem;
  width: auto;
}

.header-top .container ul li:nth-child(1) .btn:hover {
  color: #fff;
  background-color: rgba(255,255,255,.2);
}

.header-top .container ul li:nth-child(2) .btn {
  background-color: #0496e2;   
  border-radius: 0;
}

.header-top .container ul li:nth-child(2) .btn:hover {
  background-color: #f6b912;
  color: #fff;
}
.headerMain {
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}


.header__logo svg {
  height: 2.5rem;
  display: block;
  vertical-align: middle;
  width: auto;
}

#mobile-toggler,
.close-mobile {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  margin-left: auto;
  cursor: pointer;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  outline: none !important;
}

span.trigger-text {
  color: #003a60;
  margin-right: .25rem;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  vertical-align: middle;
}

#mobile-toggler svg {
  font-size: 2em;
  color: #003a60;
  vertical-align: middle;
  width: 0.875em;
  overflow: visible;
}




@media (min-width: 768px){
  .header__logo svg{
    height: 3rem;
  }
  .header-wrapper {
    min-height: 103px;
  }
  .header-wrapper.lp {
    min-height: 72px;
}

}


@media (min-width: 1024px){
  .header-top .container ul li .btn {
    font-size: .875rem;
  }

  #mobile-toggler {
    display: none;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer {
  padding-top: 1.25rem;
  position: relative;
  z-index: 0;
  background-color: #1a9cf4;
  background-image: -webkit-gradient(linear,left top,right top,from(#0fa4c5),color-stop(10.07527%,#3186c7),color-stop(63.46265%,#6556a5),color-stop(89.05616%,#c23c95),color-stop(93.39896%,#e91b90),to(#f05b4d));
  background-image: -webkit-linear-gradient(left,#0fa4c5,#3186c7 10.07527%,#6556a5 63.46265%,#c23c95 89.05616%,#e91b90 93.39896%,#f05b4d);
  background-image: -o-linear-gradient(left,#0fa4c5 0,#3186c7 10.07527%,#6556a5 63.46265%,#c23c95 89.05616%,#e91b90 93.39896%,#f05b4d 100%);
  background-image: linear-gradient(90deg,#0fa4c5,#3186c7 10.07527%,#6556a5 63.46265%,#c23c95 89.05616%,#e91b90 93.39896%,#f05b4d);
  background-image: -webkit-linear-gradient(50deg,#0fa4c5,5.03764%,#3186c7 10.07527%,36.76896%,#6556a5 63.46265%,76.25941%,#c23c95 89.05616%,91.22756%,#e91b90 93.39896%,96.69948%,#f05b4d);
  background-image: -o-linear-gradient(50deg,#0fa4c5 0,5.03764%,#3186c7 10.07527%,36.76896%,#6556a5 63.46265%,76.25941%,#c23c95 89.05616%,91.22756%,#e91b90 93.39896%,96.69948%,#f05b4d 100%);
  background-image: linear-gradient(40deg,#0fa4c5,5.03764%,#3186c7 10.07527%,36.76896%,#6556a5 63.46265%,76.25941%,#c23c95 89.05616%,91.22756%,#e91b90 93.39896%,96.69948%,#f05b4d);
}

footer.footer:before {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background-image: url(https://4646231.fs1.hubspotusercontent-na1.net/hubfs/4646231/raw_assets/public/Stampli_October2020/images/bg-footer_e85b5b75.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.footer .container {
  position: relative;
}

.footer_logo {
  position: absolute;
  top: -85px;
  left: 50%;
  width: 140px;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 1rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sidebar-footer {
  margin-bottom: 2rem;
  width: 50%;
}

.footer_img {
  margin-left: auto;
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  -o-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  --transform-translate-y: -4rem;
}

.sidebar-footer h3{
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #fff;
  font-weight: 700;
  font-family: lato,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif;
  line-height: 1.18;
}

.sidebar-footer ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-footer ul li{
  margin-bottom: 8px;
  font-size: 14px;
}

.sidebar-footer ul li a{
  color: hsla(0,0%,100%,.8); 
}
.sidebar-footer ul li a:hover{
  color: #0496e2;
}

.footer .footer__info {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__info > * {
  max-width: 180px;
  margin-right: 20px;
}

.footer__info h3 ~ div {
  font-size: 14px;
}

.footer__info h3 + div {
  font-size: 14px;
  margin-bottom: 7px;
}

.footer__info h3 + div > a {
  color: #fff;
}

.footer__info h3 + div > a:hover {
  color: #fff;
}
.footer_img a img {
  max-width: 8rem;
}

.footer_img  svg {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  display: block;
  vertical-align: middle;
}

.footer__copyright {
  margin-top: 2rem;
  padding-bottom: 1rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.copyright small {
  opacity: .8;
  color: #fff;
  line-height: 1.5;
}
.review-image{
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  margin-bottom: -1rem;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.review-image img{
  max-width: 200px;
}

.social-icon{
  margin-top: 2rem;
}


.social-media{
  margin-bottom: .5rem;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  position: relative;
  width: 2.5em;
}
.text-2xl {
  font-size: 1.5rem;
}

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  vertical-align: -0.125em;
  overflow: visible;
}
.fa-stack-1x, .fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2.5em;
  color: #fff;
  opacity: .9;
}

.copyright-link{
  opacity: .8;
}

.text-primary{
  color: #0496e2;
  height: 1em;
  width: 1.25em;
}


.copyright-link small a,
.copyright-link small a:hover {
  color: #fff;
}

.mx-1 {
  margin-left: .25rem;
  margin-right: .25rem;
}

.copyright >*>*,.copyright >* {
  line-height: 0;
}



/*==================================================== 
====================Media Query======================
====================================================*/

@media (min-width: 768px){
  .footer__copyright {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

  }
  .review-image{
    margin-top: 0;
    margin-right: 2rem;
    margin-left: auto;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: -1rem;
  }
  .sidebar-footer {
    width: 33.333333%;
  }
  .social-media{
    text-align: right;
  }
}


@media (min-width: 1024px){
  .social-icon,
  .footer .footer__info,
  .footer__copyright{
    margin-top: 0; 
  }
  .lg\:text-base {
    font-size: 1rem;
  }
  .sidebar-footer {
    margin-bottom: 0;
    width: auto;
    margin-right: 60px;
  }

  .footer__info > * {
    margin-right: 0;
  }
  .footer_img a img {
    max-width: 10rem;
  }
}

@media (min-width: 1360px){

  .sidebar-footer {
    margin-right: 70px;
  }
}



@media (max-width: 479px){
  .footer_img {
    margin-left: 0;
    width: 100%;
    transform: none;
  }
  .footer_img a img {
    margin: 0 auto;
  }
}

@media (max-width: 800px) {
  .footer {
    padding: 69px 0 0;
    background-image: linear-gradient(30deg,#00aeef 10.68%,#0079c2 46.76%,#8045b0 78.27%,#e12991 105.54%) !important;
  }
  .footer .sidebar-footer ul li a:hover {
    color: #fff;
  }
  .footer .container {
    padding: 0;
  }
  .footer:before {
    display: none !important;
  }
  .footer .sidebar-footer {
    margin: 0;
    padding: 0 34px;
  }
  .footer__copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
  }
  .footer__copyright #hs_cos_wrapper_footer_copyright {
    margin-bottom: 28px !important;
    margin-top: 24px !important;
  }
  .footer__copyright #hs_cos_wrapper_copyright_link {
    margin: 15px 0 0 !important;
  }
  .footer__copyright #hs_cos_wrapper_copyright_link_ {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    column-gap: 10px;
  }
  .footer__copyright #hs_cos_wrapper_copyright_link_ * {
    font-size: 100%;
  }
  .footer__copyright .social-icon {
    order: 1;
    margin: -6px 0 0;
  }
  .footer__copyright .social-icon .social-media {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer__copyright .social-icon .social-media__item svg {
    transform: scale(0.68);
  }
  .footer__copyright .social-icon .social-media .text-primary {
    color: #3B75B7 !important;
  }
  .footer__copyright .copyright {
    order: 2;
  }
  .footer__copyright .review-image {
    order: 3;
  }
  .footer-contact-info {
    display: none;
  }
  .footer__info {
    margin: 0;
    display: block !important;
  }
  .footer__info > * {
    max-width: 100%;
  }
  .footer__main #hs_cos_wrapper_footer_menu2,
  .footer__main #hs_cos_wrapper_footer_menu3,
  .footer__main #hs_cos_wrapper_footer_menu4,
  .footer__main #hs_cos_wrapper_footer_address,
  .footer__main [id*=hs_cos_wrapper_footer_address],
  .footer__main [id*=hs_cos_wrapper_footer_menu] {
    margin: 0 !important;
  }
  .footer__main #hs_cos_wrapper_footer_menu2 span,
  .footer__main #hs_cos_wrapper_footer_menu3 span,
  .footer__main #hs_cos_wrapper_footer_menu4 span,
  .footer__main #hs_cos_wrapper_footer_address span,
  .footer__main [id*=hs_cos_wrapper_footer_address] span,
  .footer__main [id*=hs_cos_wrapper_footer_menu] span {
    display: block;
  }
  .footer__main #hs_cos_wrapper_footer_menu2 span > p,
  .footer__main #hs_cos_wrapper_footer_menu2 span > br,
  .footer__main #hs_cos_wrapper_footer_menu3 span > p,
  .footer__main #hs_cos_wrapper_footer_menu3 span > br,
  .footer__main #hs_cos_wrapper_footer_menu4 span > p,
  .footer__main #hs_cos_wrapper_footer_menu4 span > br,
  .footer__main #hs_cos_wrapper_footer_address span > p,
  .footer__main #hs_cos_wrapper_footer_address span > br,
  .footer__main [id*=hs_cos_wrapper_footer_address] span > p,
  .footer__main [id*=hs_cos_wrapper_footer_address] span > br,
  .footer__main [id*=hs_cos_wrapper_footer_menu] span > p,
  .footer__main [id*=hs_cos_wrapper_footer_menu] span > br {
    display: none;
  }
  .footer__main #hs_cos_wrapper_footer_menu2 h3,
  .footer__main #hs_cos_wrapper_footer_menu3 h3,
  .footer__main #hs_cos_wrapper_footer_menu4 h3,
  .footer__main #hs_cos_wrapper_footer_address h3,
  .footer__main [id*=hs_cos_wrapper_footer_address] h3,
  .footer__main [id*=hs_cos_wrapper_footer_menu] h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-family: 'Lato';
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.2px;
    margin: 16px 0;
    line-height: 1.3;
  }
  .footer__main #hs_cos_wrapper_footer_menu2 h3:after,
  .footer__main #hs_cos_wrapper_footer_menu3 h3:after,
  .footer__main #hs_cos_wrapper_footer_menu4 h3:after,
  .footer__main #hs_cos_wrapper_footer_address h3:after,
  .footer__main [id*=hs_cos_wrapper_footer_address] h3:after,
  .footer__main [id*=hs_cos_wrapper_footer_menu] h3:after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="15" viewBox="0 0 8 15" fill="none"><path d="M1.00176 14.3847C0.768108 14.3852 0.541672 14.3038 0.36176 14.1547C0.260501 14.0708 0.1768 13.9677 0.115448 13.8513C0.0540956 13.735 0.0162993 13.6077 0.00422342 13.4767C-0.00785244 13.3457 0.00602958 13.2136 0.0450741 13.088C0.0841185 12.9624 0.147558 12.8458 0.23176 12.7447L4.71176 7.38471L0.39176 2.01471C0.308694 1.91242 0.246663 1.79472 0.209231 1.66838C0.171799 1.54204 0.159705 1.40955 0.173645 1.27852C0.187584 1.1475 0.227281 1.02051 0.290454 0.904877C0.353628 0.78924 0.439033 0.687229 0.54176 0.604706C0.645226 0.51367 0.766392 0.445002 0.897654 0.403013C1.02892 0.361024 1.16744 0.34662 1.30453 0.360705C1.44163 0.37479 1.57433 0.41706 1.69431 0.484862C1.81429 0.552664 1.91897 0.644533 2.00176 0.754706L6.83176 6.75471C6.97884 6.93364 7.05925 7.15808 7.05925 7.38971C7.05925 7.62133 6.97884 7.84577 6.83176 8.02471L1.83176 14.0247C1.73144 14.1457 1.60401 14.2414 1.4598 14.3039C1.31559 14.3665 1.15867 14.3942 1.00176 14.3847Z" fill="white"/></svg>');
  }
  .footer__main #hs_cos_wrapper_footer_menu2 h3.active + .footer-contact-info,
  .footer__main #hs_cos_wrapper_footer_menu2 h3.active + ul,
  .footer__main #hs_cos_wrapper_footer_menu3 h3.active + .footer-contact-info,
  .footer__main #hs_cos_wrapper_footer_menu3 h3.active + ul,
  .footer__main #hs_cos_wrapper_footer_menu4 h3.active + .footer-contact-info,
  .footer__main #hs_cos_wrapper_footer_menu4 h3.active + ul,
  .footer__main #hs_cos_wrapper_footer_address h3.active + .footer-contact-info,
  .footer__main #hs_cos_wrapper_footer_address h3.active + ul,
  .footer__main [id*=hs_cos_wrapper_footer_address] h3.active + .footer-contact-info,
  .footer__main [id*=hs_cos_wrapper_footer_address] h3.active + ul,
  .footer__main [id*=hs_cos_wrapper_footer_menu] h3.active + .footer-contact-info,
  .footer__main [id*=hs_cos_wrapper_footer_menu] h3.active + ul {
    display: block !important;
  }
  .footer_img {
    display: block;
    width: 100%;
    transform: none !important;
    margin-top: 52px;
    position: relative;
  }
  .footer_img #hs_cos_wrapper_footer_images {
    margin: 0 !important;
    padding: 48px 0 !important;
  }
  .footer_img #hs_cos_wrapper_footer_images .footer-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 26px;
  }
  .footer_img #hs_cos_wrapper_footer_images .footer-logos * {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    order: 2;
  }
  .footer_img #hs_cos_wrapper_footer_images .footer-logos .footer-logo-nacha {
    order: 1;
    width: 113px;
  }
  .footer_img #hs_cos_wrapper_footer_images .footer-logos .footer-logo-aicpa img {
    width: 75px !important;
  }
  .footer a,
  .footer span {
    display: block;
  }
}
/* ******************************************************************************
*********************************************************************************
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 */

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

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

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

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

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.comment-date {
  display: block !important;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

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


/*==================================================== 
====================Blog Listing======================
====================================================*/
.cat-inner {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
  box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

.blog-categories {
  position: relative;
  margin-left: -1rem;
  margin-right: -1rem;
}

.r-filter {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.s-tag {
  font-weight: 700;
  font-size: .875rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding-left: 1rem;
  padding-right: 1rem;
}

.s-tag svg {
  height: 1em;
  font-size: 1.3333333333em;
  line-height: 0.75em;
  margin-right: .25rem;
  width: 1em;
  overflow: visible;
}

.r-filter__nav {
  padding-left: 1rem;
  padding-right: 1rem;
  white-space: normal;
  overflow: hidden;
}

.r-filter__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.r-filter__nav ul li {
  display: inline-block;
  margin-top: .25rem;
  margin-bottom: .25rem;
  margin-right: .75rem;
}

.r-filter__nav ul li a {
  text-transform: uppercase;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  line-height: 1.45rem;
  border-radius: .125rem;
  cursor: pointer;
  display: inline-block;
  font-family: oswald,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif;
  font-size: 1rem;
  padding: .5rem 1rem;
  text-align: center;
  color: #636083;
  border: 1px solid #636083;
}

.r-filter__nav ul li.active a,
.r-filter__nav ul li.active a:hover{
  cursor: auto;
  color: #fff;
  border-color: #0496e2;
  background-color: #0496e2;
}

.r-filter__nav ul li a:hover {
  color: #0496e2;
  border-color: #0496e2;
}
.blog-content {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eef6fc;
  position: relative;
}

.blog-content:before {
  background-image: -webkit-gradient(linear,left top,right top,from(var(--gradient-color-stops)));
  background-image: -webkit-linear-gradient(left,var(--gradient-color-stops));
  background-image: -o-linear-gradient(left,var(--gradient-color-stops));
  background-image: linear-gradient(90deg,var(--gradient-color-stops));
  --gradient-from-color: #d8388e;
  --gradient-color-stops: var(--gradient-from-color),var(--gradient-to-color,rgba(216,56,142,0));
  --gradient-to-color: #933eba;
  height: .5rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  left: 0;
  width: 6rem;
  content: "";
  top: 0;
}



.blog-content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -.75rem;
  margin-right: -.75rem;
}

.post-item {
  margin-bottom: 1.5rem;
  position: relative;
  width: 100%;
  padding-right: .75rem;
  padding-left: .75rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.post-item-inner {
  padding: 1rem;
  margin-bottom: 1rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}


.blog-image {
  padding-bottom: 56.25%;
  margin-bottom: .75rem;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;

}
.entry-category {
  display: inline-block;
  font-size: .875rem;
  margin-bottom: .5rem;
  position: relative;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.entry-category a {
  color: #636083;
}

.entry-category a:hover {
  color: #0496e2;
}

.entry-title {
  font-family: lato,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif;
  font-size: 1.5rem;
  line-height: 1.375;
  font-style: italic;
  margin-bottom: 1rem;
}
.entry-title a {
  color: #00aeef;
}

.entry-title a:hover {
  color: #d8388e;
}

.entry-excerpt{
  margin-bottom: .5rem;
}

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

.entry-excerpt a {
  text-decoration: underline;
  color: #00aeef;
}

.entry-excerpt a:hover {
  color: #d8388e;
}

.mt-auto {
  margin-top: auto;
}

.entry-footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.share img {
  width: 20px!important;
}

.aspect-ratio-newsletter {
  padding-top: 85%;
  position: relative;
  margin-bottom: 1rem;
  background-color: #0496e2;
}
.newsletter-title {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.newsletter-title img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

.leading-tight {
  line-height: 1.25;
  font-size: 1.25rem;
}


.newsletter-post h2 {
  font-size: 1.5rem;
  margin-bottom: .25rem;
}


.form-newsletter, 
.form-newsletter > * {
  width: 100%;
}

.form-newsletter form {
  padding: 0;
  border: 0;
}


.form-newsletter form .hs_email.hs-email {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  margin: 0;
  margin-right: .5rem;
}


.form-newsletter form .hs_email.hs-email >label {
  display: none;
}

.form-newsletter form .hs_email.hs-email input {
  margin: 0;
}

.form-newsletter form .hs_submit.hs-submit .hs-button {
  margin: 0;
  background: #1a9cf4;
  font-weight: 400;
  font-size: 1.125rem;
  border-radius: .125rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  line-height: 1;
  padding: 1rem 1.5rem;
}

.form-newsletter form .hs_error_rollup {
  position: absolute;
  bottom: 7px;
}



.widget-mobile {
  background-color: #fff;
  padding: 1rem;
}


/*==================================================== 
====================Blog Pagination ==================
====================================================*/
.blog-pagination-wrap {
  margin-bottom: 3rem;
}

.blog-pagination {
  margin-bottom: 2rem;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination {
  margin: 0;
  border-radius: .25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.pagination li svg {
  height: 1em;
  font-size: 0.875em;
  width: 1em;
  overflow: visible;
}

.pagination li a.page-link {
  margin-left: -1px;
  background-color: #eef6fc;
  border-color: #636083;
  border-width: 1px;
  display: block;
  line-height: 1;
  padding: .75rem 1rem;
  position: relative;
  color: #636083;
  border-style: solid;
}

.pagination li a.page-link:hover,
.pagination li a.page-link:focus{    
  background-color: #eef6fc;        
  border-color: #0496e2;        
  color: #0496e2;    
}

.pagination li.active a.page-link {
  z-index: 3;    
  background-color: #0496e2;    
  border-color: #0496e2;        
  color: #fff;    
}

.pagination li:first-child a.page-link {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  margin-left: 0;
}

.pagination li:last-child a.page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}


/*==================================================== 
====================Blog Post =======================
====================================================*/
.banner-area.post-banner {
  background-color: #fff;
  padding: 0;
}
.banner-area.post-banner .mb-8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  margin: 0;
}
.sidebar {
  display: none;
}


.post-content {
  margin-right: 1.5rem;
  width: 100%;
}
.sidebar-inner {
  background-color: #fff;
  padding: 1.5rem;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
  box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

.blog-post {
  background-color: #fff;
  padding: 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
}
.blog-post {
  background-color: #fff;
  padding: 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
}
.post-topic-social {
  margin-bottom: 1rem;
}

.post-topic-social .entry-category {
  margin-bottom: 0;
}

.post-topic-social .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-post > div:first-child h1 {
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-size: 2.25rem;
}
.entry-content p {
  font-size: 1.125rem;
  line-height: 1.725;
  margin-bottom: 3rem;
}


.newsletter-post.newsletter {
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
  box-shadow: 0 1px 1px rgba(0,0,0,.1);
  margin-top: 1rem;
  background-color: #fff;
}

.newsletter-bg {
  padding-bottom: 56.25%;
  width: 100%;
  position: relative;
}
.post-topic-social .addtoany_list{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.newsletter-post.newsletter .aspect-ratio-newsletter{
  position: absolute;
  height: 100%;
  width: 100%;
}
.entry-social {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 4rem;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: -1rem;
  text-align: center;
  border-top: 1px solid #eef6fc;
}

.newsletter-post.newsletter .leading-tight {
  font-size: 1rem;
}

.newsletter-post.newsletter h2 {                                 
  font-size: 1.5rem;
  margin-bottom: .5rem;
}

.lets-talk {
  margin-bottom: 3rem;
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.lets-talk h3 span {
  background-image: -webkit-gradient(linear,left top,right top,color-stop(30%,#0496e2),color-stop(70%,#d8388e));
  background-image: -webkit-linear-gradient(left,#0496e2 30%,#d8388e 70%);
  background-image: -o-linear-gradient(left,#0496e2 30%,#d8388e 70%);
  background-image: linear-gradient(90deg,#0496e2 30%,#d8388e 70%);
  letter-spacing: -.025em;
  color: transparent;
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.lets-talk h3 {
  font-size: 3rem;
}
.lets-talk p {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.lets-talk a.btn {
  color: #fff;
  border: 1px solid #0496e2;
  background-color: #0496e2;
  font-size: 1.25rem;
  padding: .75rem 2.5rem;
  text-transform: uppercase;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  line-height: 1.45rem;
  border-radius: .125rem;
  cursor: pointer;
  display: inline-block;
  font-family: oswald,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.lets-talk a.btn:hover {
  background-color: #00aeef;
  border-color: #00aeef;
}


.jquery-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0,0,0,.75);
  text-align: center;
  display:none;
}

.pop-open .jquery-modal {
  z-index: 999;
}

.jquery-modal .modal {
  padding: 1rem;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);
  width: 100%;
  text-align: left;
  background: #fff;
  border-radius: 8px;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  padding: 1rem;
  display: inline-block;
}


.is-modal-title {
  line-height: 1.18;
  font-family: oswald,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif;
  font-size: 1.5rem;
  position: relative;
  margin-bottom: 1.5rem;
}

.is-modal-title:before {
  content: "";
  bottom: -10px;
  background-color: #eef6fc;
  height: .25rem;
  position: absolute;
  left: 0;
  width: 2.5rem;
}

.jquery-modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -.05em;
}

a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
}

.jquery-modal select {
  -webkit-appearance: none!important;
  -moz-appearance: none!important;
  appearance: none!important;
  color: #a3b9d1;
  background-repeat: no-repeat!important;
  background-position: calc(100% - 13px) 50%!important;
  background-size: 8px!important;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNHB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDQgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjMuMSAoOTI0NTIpIC0gaHR0cHM6Ly9za2V0Y2guY29tIC0tPgogICAgPHRpdGxlPnM8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iSG9tZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9ImxhcHRvcF9fMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE1MTQuMDAwMDAwLCAtNzM1LjAwMDAwMCkiIGZpbGw9IiM2MzYwODMiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNTE3LjY2MzU3LDczNy41MTc3MSBDMTUxNy45NjI3NCw3MzcuNTE3NzEgMTUxOC4xMTIzMSw3MzcuMTI3MzUgMTUxNy45MDEyMyw3MzYuODk5Nzc2IEwxNTE2LjIzNzY1LDczNS4xMDYyNTkgQzE1MTYuMTA2MjQsNzM0Ljk2NDU4IDE1MTUuODkzNzYsNzM0Ljk2NDU4IDE1MTUuNzYzNzQsNzM1LjEwNjI1OSBMMTUxNC4wOTg3Nyw3MzYuODk5Nzc2IEMxNTEzLjg4NzY5LDczNy4xMjczNSAxNTE0LjAzNzI2LDczNy41MTc3MSAxNTE0LjMzNjQzLDczNy41MTc3MSBMMTUxNy42NjM1Nyw3MzcuNTE3NzEgWiBNMTUxNi4yMzc2NSw3NDAuODkzNzQxIEwxNTE3LjkwMTIzLDczOS4xMDAyMjQgQzE1MTguMTEyMzEsNzM4Ljg3MjY1IDE1MTcuOTYyNzQsNzM4LjQ4MjI5IDE1MTcuNjYzNTcsNzM4LjQ4MjI5IEwxNTE0LjMzNjQzLDczOC40ODIyOSBDMTUxNC4wMzcyNiw3MzguNDgyMjkgMTUxMy44ODc2OSw3MzguODcyNjUgMTUxNC4wOTg3Nyw3MzkuMTAwMjI0IEwxNTE1Ljc2Mzc0LDc0MC44OTM3NDEgQzE1MTUuODkzNzYsNzQxLjAzNTQyIDE1MTYuMTA2MjQsNzQxLjAzNTQyIDE1MTYuMjM3NjUsNzQwLjg5Mzc0MSBaIiBpZD0icyI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+)!important;
}
body.pop-open {
  overflow: hidden;
}
.jquery-modal .field > label {
  display: none;
}
.jquery-modal form{
  padding:0;
  border:0;

}

.jquery-modal form .field {
  margin-bottom: 0px;
}
.jquery-modal form .hs-button {
  margin-top: 1rem;
  width: 100%;
  margin-bottom: 0;
}
.jquery-modal form .field .input {
  margin: 0 !important;
}
.jquery-modal form .hs_firstname.hs-firstname.field .input {
  margin-right: 8px !important;
}

.blog-comments {
  margin-bottom: 75px;
  background-color: #fff;
  padding: 20px;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  padding-bottom: 10px;
  overflow: auto hidden;
}
.sidebar .entry-footer.mt-auto {
  margin-top: 1.5rem;
}
.entry-social .uppercase.mb-2 {
  text-transform: uppercase;
  margin-bottom: .5rem;
}


/*==================================================== 
====================Media Query======================
====================================================*/
@media (min-width: 768px){
  .r-filter{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .post-item{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; 
  }
  .post-item-inner{
    padding: 2rem;
    margin-bottom: 0;
  }
  .entry-footer .share {
    margin-left: auto;    
  }
  .form-newsletter form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form-newsletter form .hs_submit.hs-submit .hs-button{
    margin-top: 0;
    padding: 1rem 1.5rem;
    max-height: 47px;
    display: inline-block;
    width: auto;
  }
  .form-newsletter form .hs_email.hs-email,
  .form-newsletter form .hs_submit.hs-submit {
    display: inline-block;
    width: auto;
  }
  .blog-post{
    padding: 2rem;
    margin-left: 0;
    margin-right: 0;
  }

  .post-topic-social{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .post-topic-social .share{
    margin-left: auto;

  }
  .blog-post > div:first-child h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
  .newsletter-post.newsletter{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .newsletter-bg{
    width: 14rem;
    padding: 0;
  }
  .newsletter-content{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    padding: 2.5rem;
    position: relative;
  }
  .entry-social {
    margin-left: -2rem;
    margin-right: -2rem;
    margin-bottom: -2rem;
  }
  .newsletter-post.newsletter h2{
    font-size: 1.875rem;
  }
  .lets-talk {
    padding-top: 6rem;
    padding-bottom: 6rem;
    margin-left: auto;
    margin-right: auto;
  }
  .lets-talk h3{
    font-size: 5rem;
    line-height: 1.18;
  }
  .lets-talk p {
    font-size: 1.125rem;
  }
  .jquery-modal .modal{
    padding: 1.5rem;
  }
  .form-newsletter form .hs_email.hs-email input {
    padding-left: 1.25rem;
  }
  .newsletter-post.newsletter .newsletter-title img {
    width: 3rem;
  }

}


@media (min-width: 1024px){
  .r-filter__nav ul li{
    margin-right: .5rem;
  }
  .post-item{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333333333336%;
    flex: 0 0 33.333333333333336%;
    max-width: 33.333333333333336%;
  }
  .entry-footer .addtoany_list a,
  .post-topic-social .addtoany_list a{
    display: none;
  }
  .entry-footer .addtoany_list a:last-child, 
  .post-topic-social .addtoany_list a:last-child{
    display: inline-block;
  }
  .entry-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sidebar-inner{
    max-height: 612px;
    overflow-y: hidden; 
  }
  .blog-post > div:first-child h1{
    margin-top: .5rem;
  }
  .banner-area.post-banner .mb-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin: 0;
  }
}


@media (min-width: 1360px){
  .widget-mobile {
    display: none;
  }
  .blog-post-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sidebar{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
    width: 49%;
  }

}


@media (max-width: 767px){
  .newsletter-post.newsletter .aspect-ratio-newsletter {
    padding: 0;
  }
  .newsletter-content {
    padding: 1rem;
  }

  .entry-excerpt {
    margin-bottom: 1rem;
  }

  .entry-footer.mt-auto {
    margin-top: 1.5rem;
  }

  .form-newsletter form .hs_submit.hs-submit .hs-button {
    display: block;
    margin-top: 1rem;
    width: 100%;
  }
  .post-topic-social .entry-category{
    margin-bottom: .5rem;  
  }
  .banner-area.post-banner .mb-8 {
    padding-top: 1.5rem;
  }
  .form-newsletter form .hs_error_rollup{
    position: static;
  }
}


@media (max-width: 660px){
  .r-filter__nav,
  .s-tag,
  .blog-content .content-wrapper{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .post-item{
    padding-right: .25rem;
    padding-left: .25rem; 
  }

  .blog-content .row{
    margin-left: -.25rem;
    margin-right: -.25rem;
  }
}

@media (max-width: 542px){

  .jquery-modal:before{
    height: 29%;
  }
}

@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px){
  .jquery-modal form .hs_firstname.hs-firstname.field .input {
    margin: 0 !important;
  }

  .jquery-modal form .field  input {
    width: 100% !important;
  }
  .jquery-modal .hs-input,.jquery-modal select {
    text-overflow: ellipsis;
  }

  .jquery-modal select {
    padding-right: 19px;
  }
  .jquery-modal:before {
    height: 25.6%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 1rem;
  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 .hs-input,
.systems-page .hs-input[type=password],
.systems-page .hs-input[type=text], 
.systems-page .hs-search-field__input[type=text],
.systems-page input[type=password]{
  max-width:720px;
  display:block;
  width:100% !important;
}
.systems-page input[type=password]{
  height:auto !important;
  margin-top:0 !important;
}
.systems-page .hs-input[type=checkbox],
.systems-page .hs-input[type=radio] {
  width: auto!important;
  display: inline-block;
}

@media (max-width: 767px) {

  .systems-page .hs-input,
  .systems-page .hs-input[type=password],
  .systems-page .hs-input[type=text], 
  .systems-page .hs-search-field__input[type=text],
  .systems-page input[type=password]{
    max-width:100%;
  }
  .error-page {
    margin-bottom: 40px;
  }
}


@media (max-width: 767px) and (min-width: 480px) {
  .error-page:before {
    font-size: 28vw;
  }
}

@media (max-width: 479px){
  .systems-page h1 {
    font-size: 38px;
  }

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

}