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











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

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


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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

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

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

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

.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.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "Astra";
  src: url("https://7289690.fs1.hubspotusercontent-na1.net/hubfs/7289690/SiteSpect_April2020/Fonts/astra.woff") format("woff"),
    url("https://7289690.fs1.hubspotusercontent-na1.net/hubfs/7289690/SiteSpect_April2020/Fonts/astra.ttf") format("truetype"), 
    url("https://7289690.fs1.hubspotusercontent-na1.net/hubfs/7289690/SiteSpect_April2020/Fonts/astra.svg") format("svg");
  font-style: normal;
  font-weight: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("https://7289690.fs1.hubspotusercontent-na1.net/hubfs/7289690/SiteSpect_April2020/Fonts/fa-brands-400.eot") format("embedded-opentype"),
    url("https://7289690.fs1.hubspotusercontent-na1.net/hubfs/7289690/SiteSpect_April2020/Fonts/fa-brands-400.woff2") format("woff2"), 
    url("https://7289690.fs1.hubspotusercontent-na1.net/hubfs/7289690/SiteSpect_April2020/Fonts/fa-brands-400.woff") format("woff"),
    url("https://7289690.fs1.hubspotusercontent-na1.net/hubfs/7289690/SiteSpect_April2020/Fonts/fa-brands-400.ttf") format("truetype"), 
    url("https://7289690.fs1.hubspotusercontent-na1.net/hubfs/7289690/SiteSpect_April2020/Fonts/fa-brands-400.svg") format("svg");
  font-style: normal;
  font-weight: 400;
  font-display: auto;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("https://7289690.fs1.hubspotusercontent-na1.net/hubfs/7289690/SiteSpect_April2020/Fonts/fa-solid-900.eot") format("embedded-opentype"), 
    url("https://7289690.fs1.hubspotusercontent-na1.net/hubfs/7289690/SiteSpect_April2020/Fonts/fa-solid-900.woff2") format("woff2"),
    url("https://7289690.fs1.hubspotusercontent-na1.net/hubfs/7289690/SiteSpect_April2020/Fonts/fa-solid-900.woff") format("woff"),
    url("https://7289690.fs1.hubspotusercontent-na1.net/hubfs/7289690/SiteSpect_April2020/Fonts/fa-solid-900.ttf") format("truetype"), 
    url("https://7289690.fs1.hubspotusercontent-na1.net/hubfs/7289690/SiteSpect_April2020/Fonts/fa-solid-900.svg") format("svg");
  font-style: normal;
  font-weight: 900;
  font-display: auto;
}

html {
  font-size: 24px;

  font-size: 106.25%;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.75;


  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  line-height: 1.41;
}

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


::-moz-selection {

    background-color: #3272ad;
    color: #ffffff;
}

::selection {

    background-color: #3272ad;
    color: #ffffff;
}


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

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

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

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

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

h6 {
  font-size: .9rem;

    line-height: 1.2;
}

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

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

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}
blockquote {
    font-style: italic;
    border-left: 5px solid rgba(0,0,0,.05) !important;
    margin: 1.5em 1em 1.5em 3em;
    padding: 1.2em;
    font-size: 1.1em;
    line-height: inherit;
    position: relative;
    color: #000000;
}
/* 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;
}

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

@media (max-width: 768px) {
  html {
    font-size: 96.9%;
}
}

@media (max-width: 768px){
.body-container-wrapper {
    font-size: 16px;
    line-height: 22px;
}

}


@media (max-width: 544px) {
  html {

    font-size: 96.9%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 500px;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: .92rem;
  padding: 15px 53px;

  
    text-decoration: none !important;
    font-family: Arial;
    font-size: 15px;
    letter-spacing: normal;
    line-height: normal;
    font-weight: 600;

    white-space: normal;
    margin: 10px 0px;
  
    text-transform: uppercase;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
   padding: 5px;
   overflow: hidden;
   overflow-x: auto;
}
.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;
  
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 700;
}
form {
    margin-bottom: 20px;
}


.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}
div#hs-search-module form input#hs-search-4772 {
    margin-bottom: 18px;
}
.hs-input {
  display: inline-block;
  width: 100%;
  padding: 9px 10px;
  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;
  
  
  
    font-size: 16px;
    color: #333333;
    padding: 8px 5px;
    font-family: Arial;
    letter-spacing: normal;
    line-height: normal;
    font-weight: 400;
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

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

ul.no-list.hs-error-msgs.inputs-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg {
       font-weight: 400;
    color: #D73032;
    font-family: "Source Sans Pro", sans-serif;
   
    font-size: 14px;
}

ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
    font-weight: 400;
    color: #D73032;
    font-family: "Source Sans Pro", sans-serif;
    
    font-size: 14px;
}

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

form {
    background-color: #f9f9f9;
    padding: 30px;
}

div#hs-search-module form input#hs-search-5875 {
    margin-bottom: 18px;
}


@media (max-width: 767px){
  form {
    max-width:100%;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}



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

.custom-menu-primary > div > nav {}

.custom-menu-primary > div > nav {}

.custom-menu-primary > div > nav > ul.submenu.level-1 {
    margin: 0;
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    color: #cfcfcf;
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: relative;
    white-space: normal;

    left: 0px;
}

.custom-menu-primary > div > nav {
    -js-display: inline-flex;
    display: inline-flex;
    height: 100%;
    padding-left: 15px;
    vertical-align: top;
}

.custom-menu-primary > div > nav > ul.submenu.level-1 > .triangle-container.level-1 {
    display: none;
}

.custom-menu-primary > div > nav > ul.submenu.level-1 > li {
    padding: 0;
    text-transform: unset;
    position: relative;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.custom-menu-primary > div > nav > ul.submenu.level-1 > li > a {
    padding: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -js-display: flex;
    display: flex;
    transition: all .2s linear;
    text-decoration: none;
    padding: 0 1em;
    color: #cfcfcf;
    font-weight: 700;
    line-height: 22.56px;
    font-family: "Source Sans Pro", sans-serif;
    font-size:16px;
    font-style:normal;
    font-weight:700;
}

.custom-menu-primary>div>nav>ul.submenu.level-1>li>ul.submenu.level-2>li>a{
  
    background-color: transparent;
}

.custom-menu-primary > div > nav > ul.submenu.level-1 > li:last-child {
    display: none;
}

.custom-menu-primary>div>nav>ul.submenu.level-1>li>a > span {
    border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.custom-menu-primary>div>nav>ul.submenu.level-1>li>a > span:hover {
    border-bottom: 4px solid #ffffff;
}

.custom-menu-primary>div>nav>ul.submenu.level-1>li > ul.submenu.level-2 {
    top: 100%;
    left: 0;
    transform: none;
    border: none;
    border-radius: unset;
    box-shadow: unset;
    font-weight: unset;
    background-color: #fff;
    color: #000000;
    width: 150px;
    right: auto;
    left: 0;
    text-align: left;
    line-height: 1.45;
    -webkit-box-shadow: 0 2px 10px 0px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, .2);
    margin-top: 0px;
    font-weight: 400;
    border-color: #f9f9f9;
    border-top-width: 10px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 10px;
    border-style: solid;
  
    z-index: 99;
}

.custom-menu-primary>div>nav>ul.submenu.level-1>li > label.menu-arrow {
    display: none;
}

.custom-menu-primary>div>nav>ul.submenu.level-1>li > ul.submenu.level-2 > .triangle-container.level-2 {
    display: none;
}

.custom-menu-primary>div>nav>ul.submenu.level-1>li > ul.submenu.level-2 > li {
    border: none;
    border-radius: unset;
    position: relative;
}

.custom-menu-primary>div>nav>ul.submenu.level-1>li > ul.submenu.level-2 > li > a {
    transition: all .2s linear;
    padding: 0;
    width: 100%;
    text-decoration: none;
    padding: .9em 1em;
    display: block;
    word-wrap: break-word;
    border-width: 0 0 1px;
    font-weight: 400!important;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    color: #000;
    border-bottom-width: 0px;
    border-style: solid;
    border-color: #eaeaea;
    font-family: "Source Sans Pro", sans-serif;
    font-size:16px;
    line-height: 23.2px;
}

.custom-menu-primary>div>nav>ul.submenu.level-1>li > ul.submenu.level-2 > li > a:hover {
    background-color: #3372ad;
    color: #ffffff;
}

.custom-menu-primary>div>nav>ul.submenu.level-1>li > ul.submenu.level-2 > li > a > span {
    border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.custom-menu-primary>div>nav>ul.submenu.level-1>li > ul.submenu.level-2 > li > a > span:hover {
    border-bottom: 4px solid rgba(0, 0, 0, 0)!important;
}

.custom-menu-primary>div>nav>ul.submenu.level-1>li>a:hover {
    color: #ffffff;
}


/* 1st mega menu */


.custom-menu-primary>div>nav>ul.submenu.level-1 > li:nth-child(2) >ul.submenu.level-2,
.custom-menu-primary>div>nav>ul.submenu.level-1 > li:nth-child(3) >ul.submenu.level-2{
    left: auto !important;
    width: auto !important;
    color: #000000;
    right: auto;
    margin-top: 0px;
    visibility: visible;
    -js-display: flex;
    display: flex;
    padding: 15px;
  
    pointer-events: none;
}
.custom-menu-primary>div>nav>ul.submenu.level-1>li:hover > ul.submenu.level-2 {
    pointer-events: all;
}
.custom-menu-primary>div>nav>ul.submenu.level-1 > li:nth-child(2) >ul.submenu.level-2 > .triangle-container.level-2,
.custom-menu-primary>div>nav>ul.submenu.level-1 > li:nth-child(3) >ul.submenu.level-2 > .triangle-container.level-2{
    display: none;
}

.custom-menu-primary>div>nav>ul.submenu.level-1 > li:nth-child(2) >ul.submenu.level-2 > li,
.custom-menu-primary>div>nav>ul.submenu.level-1 > li:nth-child(3) >ul.submenu.level-2 > li{
    position: relative;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 215px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    flex: 1;
    opacity: 1;
}

.custom-menu-primary>div>nav>ul.submenu.level-1 > li:nth-child(2) >ul.submenu.level-2 > li:nth-child(2),
.custom-menu-primary>div>nav>ul.submenu.level-1 > li:nth-child(3) >ul.submenu.level-2 > li:nth-child(2){
    padding-left: 0;
}

.custom-menu-primary>div>nav>ul.submenu.level-1 > li:nth-child(2) >ul.submenu.level-2 > li:nth-child(3),
.custom-menu-primary>div>nav>ul.submenu.level-1 > li:nth-child(3) >ul.submenu.level-2 > li:nth-child(3){
    padding-right: 0;
    border-right: none;
}

.custom-menu-primary>div>nav>ul.submenu.level-1 > li:nth-child(2) >ul.submenu.level-2 > li > a,
.custom-menu-primary>div>nav>ul.submenu.level-1 > li:nth-child(3) >ul.submenu.level-2 > li > a{
    padding: .9em 1em;
    display: block;
    word-wrap: break-word;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #CCCCCC !important;
    color: #fff;
    font-weight: 700 !important;
    margin-left: 15px;
    padding-left: 0;
    pointer-events: none;
    text-transform: uppercase;
    color: #860C8A;
    border: none;
}

.custom-menu-primary>div>nav>ul.submenu.level-1 > li:nth-child(2) >ul.submenu.level-2 > li > a > span,
.custom-menu-primary>div>nav>ul.submenu.level-1 > li:nth-child(3) >ul.submenu.level-2 > li > a > span{
    border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.custom-menu-primary>div>nav>ul.submenu.level-1 > li:nth-child(2) >ul.submenu.level-2 > li > label.menu-arrow,
.custom-menu-primary>div>nav>ul.submenu.level-1 > li:nth-child(3) >ul.submenu.level-2 > li > label.menu-arrow{
    display: none;
}

.custom-menu-primary>div>nav>ul.submenu.level-1 > li:nth-child(2) >ul.submenu.level-2 > li > ul.submenu.level-3,
.custom-menu-primary>div>nav>ul.submenu.level-1 > li:nth-child(3) >ul.submenu.level-2 > li > ul.submenu.level-3{
    position: static;
    width: 100%;
    margin: auto;
}

ul.submenu.level-3 {}

.custom-menu-primary>div>nav>ul.submenu.level-1 > li:nth-child(2) >ul.submenu.level-2 > li > ul.submenu.level-3 > .triangle-container.level-3 {}

.custom-menu-primary>div>nav>ul.submenu.level-1 > li:nth-child(2) >ul.submenu.level-2 > li > ul.submenu.level-3 > li,
.custom-menu-primary>div>nav>ul.submenu.level-1 > li:nth-child(3) >ul.submenu.level-2 > li > ul.submenu.level-3 > li{
    -js-display: flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.custom-menu-primary>div>nav>ul.submenu.level-1 > li:nth-child(2) >ul.submenu.level-2 > li > ul.submenu.level-3 > li > a,
.custom-menu-primary>div>nav>ul.submenu.level-1 > li:nth-child(3) >ul.submenu.level-2 > li > ul.submenu.level-3 > li > a{
    padding: 0;
    width: 100%;
    transition: all .2s linear;
    text-decoration: none;
    padding: .9em 1em;
    display: block;
    word-wrap: break-word;
    font-weight: 400!important;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    color: #000;
    border: none;
    line-height: 23.2px;
    font-family: "Source Sans Pro", sans-serif;
    font-size:16px;
}

.custom-menu-primary>div>nav>ul.submenu.level-1 > li:nth-child(2) >ul.submenu.level-2 > li > ul.submenu.level-3 > li > a:hover,
.custom-menu-primary>div>nav>ul.submenu.level-1 > li:nth-child(3) >ul.submenu.level-2 > li > ul.submenu.level-3 > li > a:hover{
    background-color: #3372ad;
    color: #ffffff;
}




@media (min-width: 1001px){
    .custom-menu-primary {

    left: -8.55%;
    margin: 0 auto 0 10%;
    position: relative;
    }
    
}

@media (min-width: 1161px){
.ast-mobile-menu-buttons {
    display: none;
}
  
  .custom-menu-primary-mobile{
    display: none;
  }
  
}


@media (max-width: 1160px){
 .custom-menu-primary-mobile {
    text-align: left;
    padding-top: 1em;
    line-height: 3;
    width: 100%;
    top: 0;
    position: fixed;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: 100000;
    visibility: hidden;
    opacity: 0;
    transition: .25s ease-in-out;
    display: block!important;
    margin: 0;
    z-index: 5;
    left: 0;
}

.custom-menu-primary-mobile > div {
    position: absolute;
    background: #fff;
    height: 100%;
    top: 0;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.4);
    overflow-y: auto;
    transition: .3s ease-in-out;
    padding: 40px 0;
    margin: 0;
    background-color: #000000;
    background-image: none;
    left: -100%;
/*     display: none; */
    width: 325px;
}

.custom-menu-primary-mobile > div > nav {
    height: 100%;
    font-size: 0.94117647058824rem;
    font-weight: 700;
    font-family: 'Source Sans Pro',sans-serif;
    vertical-align: top;
    display: block;
    width: 100%;
    padding-left: 0;
}
  
  .mobile-open .custom-menu-primary-mobile {
    visibility: visible;
    opacity: 1;
    z-index: 5;
}

.mobile-open .custom-menu-primary-mobile>div {
    left: 0;
    display: block;
}
  .mobile-open .nav-button-group {
    display: none;
}
  
  span.close-toggle {
    position: absolute;
    right: 9px;
    top: 6px;
    line-height: 1;
    cursor: pointer;
    z-index: 1;
    opacity: .8;
    color: #cfcfcf;
}

span.close-toggle:before {
    content: "\e5cd";
    display: inline-block;
    font-family: Astra;
    font-size: 28px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: normal;
}
  
  
  
/*   menu-style */
  .custom-menu-primary-mobile>div>nav > ul.submenu.level-1 {
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: relative;
    color: #cfcfcf;
    border: none;
    border-top-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    background: 0 0;
    border: none;
    border-top: 1px solid #eaeaea;
}

.custom-menu-primary-mobile>div>nav > ul.submenu.level-1 > .triangle-container.level-1 {
    display: none;
}

.custom-menu-primary-mobile>div>nav > ul.submenu.level-1 > li {
    margin: 0;
    width: 100%;
    border: none;
    text-transform: unset;
    position: relative;
}

.custom-menu-primary-mobile>div>nav > ul.submenu.level-1 > li > a {
    border-bottom: 1px solid #eaeaea;
    transition: all .2s linear;
    padding: 0;
    width: 100%;
    font-weight: 700;
    color: #cfcfcf;
    padding: 0 20px;
    display: inline-block;
    width: 100%;
    line-height: 48px;
    font-family: "Source Sans Pro", sans-serif;
    font-size:16px;
    font-style:normal;
}

.custom-menu-primary-mobile>div>nav > ul.submenu.level-1 > li > a > span {
    border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.custom-menu-primary-mobile>div>nav > ul.submenu.level-1 > li > a > span:hover {
    border-bottom: 4px solid #ffffff;
}

.custom-menu-primary-mobile>div>nav > ul.submenu.level-1 > li:hover > a {
    color: #fff;
}
  
  label.menu-arrow {}

.custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li > label.menu-arrow {
    background: 0 0;
    margin: 0;
    height: auto;
    width: auto;
    border-color: inherit;
    color: #ffffff;
    display: inline-block;
    position: absolute;
    font-size: inherit;
    top: 0px;
    right: 22px;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 .907em;
    font-weight: 400;
    line-height: inherit;
    transition: all .2s;
    color: rgb(207, 207, 207);
}
.custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li>ul.submenu.level-2>li.child-open>label.menu-arrow:before {
    transform: rotateX(180deg);
}
.custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li > label.menu-arrow > span.menu-arrow-bg {
    display: none;
}

.custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li > label.menu-arrow:before {
    font-weight: 700;
    content: "\e900";
    font-family: Astra;
    text-decoration: inherit;
    display: inline-block;
}

.custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li:last-child {
    display: none;
}

span.close-toggle:hover {
    opacity: 1;
}

.custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li > label.menu-arrow:hover {
    color: #fff;
}
  
  .custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li.child-open {}

.custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li.child-open > label.menu-arrow:before {
    transform: rotateX(180deg);
}

.custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li > ul.submenu.level-2 {
    border-radius: unset;
    background-color: #ffffff;
}

.custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li > ul.submenu.level-2 > li {
    border: none;
    background-color: transparent;
    border-radius: unset;
}

.custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li > ul.submenu.level-2 > li > a {
    padding: 0;
    transition: all .2s linear;
    background-color: transparent;
    border-bottom: 1px solid #eaeaea;
    padding: 0 20px;
    display: inline-block;
    padding-left: 30px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    color: #000;
    font-family: "Source Sans Pro", sans-serif;
    font-size:16px;
    font-style:normal;
    font-weight:400;
    line-height: 48px;
    padding-bottom: 6px;
}

.custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li > ul.submenu.level-2 > li > a:before {
    content: "\e900";
    font-family: Astra;
    font-size: .65em;
    text-decoration: inherit;
    display: inline-block;
    transform: translate(0,-2px) rotateZ(270deg);
    margin-right: 5px;
    position: relative;
    top: -1px;
    left: 1px;
}

.custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li > ul.submenu.level-2 > li > a > span {
    border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li > ul.submenu.level-2 > li > a:hover {
    background-color: #3372ad;
    color: #000;
}
  
  
/*   mega-1 */
  
  .custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li>ul.submenu.level-2>li > label.menu-arrow {
    background: 0 0;
    margin: 0;
    height: auto;
    width: auto;
    border-color: inherit;
    color: #ffffff;
    display: inline-block;
    position: absolute;
    font-size: inherit;
    top: 0px;
    right: 21px;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 .907em;
    font-weight: 400;
    line-height: inherit;
    transition: all .2s;
    color: rgb(207, 207, 207);
    top: 0.5em;
    color: rgb(0, 0, 0);
    top: 9px;
}

.custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li>ul.submenu.level-2>li > label.menu-arrow span.menu-arrow-bg {
    display: none;
}

.custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li>ul.submenu.level-2>li > label.menu-arrow:before {
    font-weight: 700;
    content: "\e900";
    font-family: Astra;
    text-decoration: inherit;
    display: inline-block;
}

.custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li>ul.submenu.level-2>li>a {
    width: 100%;
}



.custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li:nth-child(2) > ul.submenu.level-2 > li > a,
  .custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li:nth-child(3) > ul.submenu.level-2 > li > a{
    border-bottom: 1px solid #CCCCCC !important;
    color: #fff;
    font-weight: 700 !important;
    margin-left: 15px;
    padding-left: 0 !important;
    pointer-events: none;
    text-transform: uppercase;
    color: #860C8A !important;
}

.custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li:nth-child(2) > ul.submenu.level-2 > li:hover > a,
  .custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li:nth-child(3) > ul.submenu.level-2 > li:hover > a {
    background-color: #3372ad;
}

.custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li>ul.submenu.level-2>li:hover > label.menu-arrow,
  .custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li>ul.submenu.level-2>li:hover > label.menu-arrow{
    color: #fff;
}
  
  
/*   mega-2 */
  
  .custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li>ul.submenu.level-2>li > ul.submenu.level-3 {
    background-color: #ffffff;
}

.custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li>ul.submenu.level-2>li > ul.submenu.level-3 > li {
    background-color: transparent;
    position: relative;
    border: none;
}

.custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li>ul.submenu.level-2>li > ul.submenu.level-3 .triangle-container.level-3 {
    display: none;
}

.custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li>ul.submenu.level-2>li > ul.submenu.level-3 > li > a {
    padding: 0;
    width: 100%;
    background-color: transparent;
    transition: all .2s linear;
    font-weight: 400!important;
    border-bottom: 1px solid #eaeaea;
    padding: 0 20px;
    /* display: inline-block; */
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    color: #000;
    padding-left: 40px;
    font-family: "Source Sans Pro", sans-serif;
    font-size:16px;
    font-style:normal;
    line-height: 48px;
    padding-bottom: 6px;
}

.custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li>ul.submenu.level-2>li > ul.submenu.level-3 > li > a:before {
    content: "\e900";
    font-family: Astra;
    font-size: .65em;
    text-decoration: inherit;
    display: inline-block;
    transform: translate(0,-2px) rotateZ(270deg);
    margin-right: 5px;
}

.custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li>ul.submenu.level-2>li > ul.submenu.level-3 > li > a:before {
    content: "\e900";
    font-family: Astra;
    font-size: .65em;
    text-decoration: inherit;
    display: inline-block;
    transform: translate(0,-2px) rotateZ(270deg);
    margin-right: 5px;
}

.custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li>ul.submenu.level-2>li > ul.submenu.level-3 > li > a::before {content: "\e900";font-family: Astra;font-size: .65em;text-decoration: inherit;display: inline-block;transform: translate(0,-2px) rotateZ(270deg);margin-right: 5px;position: relative;left: 1px;}

.custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li>ul.submenu.level-2>li > ul.submenu.level-3 > li:hover > a {
    background-color: #3372ad;
}
  .custom-menu-primary-mobile>div{
    
    overflow-x: hidden;
  }
  
  
  
  
  
}

@media (max-width: 1095px){
  .custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li:last-child{
    display:block;
  }
  
  .custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li:nth-child(2)>ul.submenu.level-2>li>a, 
  .custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li:nth-child(3)>ul.submenu.level-2>li>a{
    
    color: #000 !important;
  }
  
  
  }


@media (max-width: 768px){

.custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li>a {
    font-size: 14.592px;
    line-height: 43.776px;
}

.custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li>label.menu-arrow {
    right: calc( 21px - 0.907em );
    top: 1px;
}

  .custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li>ul.submenu.level-2>li>a {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 30px;
    font-size: 14.592px;
    line-height: 42.776px;
}

.custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li>ul.submenu.level-2>li>a:before {
    top: 0px;
    left: 0px;
}
  .custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li>ul.submenu.level-2>li>label.menu-arrow {
    right: calc( 20px - 0.907em );
    top: 0;
}

.custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li>ul.submenu.level-2>li>ul.submenu.level-3>li>a {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: calc( 30px + 10px );
    font-size: 14.592px;
    line-height: 42.776px;
}
  .custom-menu-primary-mobile>div>nav>ul.submenu.level-1>li>ul.submenu.level-2>li>ul.submenu.level-3>li>a::before {
    left: 0;
}
}

@media (max-width: 460px){
.nav-button-group {
    display: none;
}
}

@media (max-width: 360px){
.custom-menu-primary-mobile>div {
    width: 280px;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

.lp .cm-top-footer {
    display: none;
}

.lp .cm-mid-footer {
    display: none;
}

.lp .nav-button-group {
    display: none;
}

.lp .ast-mobile-menu-buttons {
    display: none;
}

.lp .custom-menu-primary-mobile {
    display: none;
}

.lp .custom-menu-primary {
    display: none;
}
/* ******************************************************************************
*********************************************************************************
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;
}

.header__container {

  max-width: 1200px;
  margin: 0 auto;
  
}



#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {

 
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}


/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Lato, serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 42;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Lato, serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

.header__language-switcher:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

.header__language-switcher .lang_list_class:after {
  top: -22px;
  left: 70%;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  border-radius: 6px 6px 0 0;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  font-family: Lato, serif;
  color: #494a52;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494a52;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}

/* Tablet Styles */



/* Mobile Styles */

@media (max-width: 1160px) {




  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    height: calc(100vh - 115px);
    background-color: #F8FAFC;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

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

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

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

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

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 30px;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 30px;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }
}








/* header */
.custom-header-outer {
    position: relative;
}

.header {
    position: relative;
    line-height: 1.41;
}

.header .header__container {
    max-width: 100% !important;
    padding-left: 35px;
    padding-right: 35px;
}

.header .header__container .header__container-inner {
    position: relative;
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__logo {
    line-height: 1;
    align-self: center;
}

.header__logo > div {
    padding: 1em 0;
}

.header__logo > div a {
    transition: all .2s linear;
}

.header__logo > div a img {
    vertical-align: middle;
    width: 144px;
    transition: all .2s linear;
    max-width: 144px;
}



.nav-button-group {
    position: absolute;
    right: 30px;
    top: 12px;
    z-index: 999;
}

.astra-search-shortcode {
    position: relative;
    display: inline-block;
    padding: 0 1em;
}

.nav-button-group .astra-search-shortcode {
    top: 4px;
}

.ast-search-menu-icon {
    position: relative;
}

.ast-search-icon {
    z-index: 4;
    position: relative;
    line-height: normal;
}

.ast-search-menu-icon .astra-search-icon {
    color: #CCCCCC;
    font-size: 1.3em;
    -js-display: flex;
    display: flex;
    line-height: normal;
}

.astra-search-icon::before {
    content: "\e8b6";
    font-family: Astra;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important;
}

.ast-search-menu-icon.slide-search .search-form {
    margin: 0;
    border: 1px solid #e7e7e7;
    line-height: normal;
    padding: 0 3em 0 0;
    border-radius: 2px;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    color: inherit;
    background-color: #fff;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    visibility: hidden;
    opacity: 0;
    transition: all .2s;
    position: absolute;
    z-index: 3;
    right: -1em;
    top: 50%;
    transform: translateY(-50%);
}

.ast-search-menu-icon .search-field {
    margin: 0;
    vertical-align: baseline;
    line-height: 1.41;
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 400;
    -webkit-appearance: none;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    padding: .75em;
    height: auto;
    outline: 0;
    font-size: inherit;
    width: 0;
    color: #757575;
    border: none;
    background-color: transparent;
    transition: width .2s;
    border-radius: inherit;
    font-family: "Source Sans Pro", sans-serif;
    font-size:17px;
    letter-spacing: normal;
    line-height:23.97px;
}

.ast-search-menu-icon .search-submit {
    display: none;
    background: 0 0;
    border: none;
    font-size: 1.3em;
    color: #757575;
}
.ast-search-menu-icon .search-field::placeholder {
    color: #757575;
    opacity: 1;
}
.nav-button {
  
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    padding: 7px 15px;
    width: 70px;
    line-height: 21.15px;
  
    text-decoration: none !important;
}

.nav-button-demo{
    background: #faa635;
    border: 2px solid #faa635;
    color: #fff;
}

.nav-button-alt {
    background: transparent;
    border: 2px solid #CCCCCC;
    color: #CCCCCC;
    margin-right: 15px;
}

.nav-button-trial {
    background: #dddddd;
    border: 2px solid #dddddd;
    color: #111111;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    padding: 7px 10px;
    margin-left: 15px;
    width: 90px;
}


.nav-button-demo:hover {
    background: #f99712;
    border-color: #f99712;
    color: #fff;
}
.nav-button-trial:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #111111;
}
.nav-button-alt:hover {
    background: #F6F6F6;
    border-color: #F6F6F6;
    color: #111111;
}

.ast-search-menu-icon .astra-search-icon:hover {
    text-decoration: none;
    color: #ffffff;
}

.tab-open .ast-search-menu-icon {
    visibility: visible;
    opacity: 1;
    position: relative;
}

.tab-open .ast-search-menu-icon.slide-search .search-form {
    visibility: visible;
    opacity: 1;
    max-width: unset;
    width: unset;
}

.tab-open .ast-search-menu-icon .search-field {
    width: 730px;
}

.ast-search-menu-icon .astra-search-icon:hover {
    text-decoration: none !important;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}

@media (max-width: 1160px){

 .dekstop-menu-wrapper {
    display: none;
}
  
  .custom-menu-primary.dekstop-menu-wrapper {}

.dekstop-menu-wrapper {
    display: none;
}

.header .header__container {
    padding-left: 20px;
    padding-right: 20px;
}

.nav-button-group {
    right: 85px;
}

.nav-button-group .astra-search-shortcode {
    display: none;
}

.nav-button-alt {
    display: none;
}

.header--toggle.header__navigation--toggle {
    display: none;
}

.ast-mobile-menu-buttons {
    align-self: center;
    text-align: right;
    -js-display: flex;
    display: flex;
    justify-content: flex-end;
}

.header__logo {
    padding-right: 1em;
    text-align: left;
    padding-bottom: 0;
    -js-display: flex;
    display: flex;
    flex: 1;
    align-self: center;
}

.ast-mobile-menu-buttons .ast-button-wrap {
    display: inline-block;
}

.menu-toggle {
    margin: 0;
    box-shadow: none;
    border: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 2px;
    vertical-align: middle;
    line-height: 1.85714285714286;
    font-weight: 400;
    padding: 0 .5em;
    width: auto;
    text-align: center;
    background: transparent;
    color: #ffffff;
    font-size: 1.7em;
  
    cursor: pointer;
}

.ast-button-wrap .menu-toggle .menu-toggle-icon {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    line-height: 2.05;
}

.ast-button-wrap .menu-toggle .menu-toggle-icon:before {
    content: "\e5d2";
    font-family: Astra;
    text-decoration: inherit;
}
}


@media (max-width: 768px){
.header__logo>div {
    padding-bottom: 15px;
}
.custom-header-outer {
    font-size: 16px;
    line-height: 22px;
}
  
  
  .menu-toggle {
    font-size: 26.3568px;
    position: relative;
    top: 1px;
}


}
  



.IE .header__logo > div a img{
  max-width:100%;
}


.IE .cm-top-footer{
  display:block;
}


.IE .cm-mid-footer{
  display:block;
}

.IE .cm-bottom-footer{
  padding-bottom:40px;
}
.IE .ast-small-footer-section img{
  width:auto;
}
/* ******************************************************************************
*********************************************************************************
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;
  
    overflow: hidden;

}
.footer__container {
  padding: 1rem;
  margin: 0 auto;
}
.footer__copyright {
  font-family: Lato, sans-serif;
  font-size: .7rem;
  margin: .5rem 0;
}


.cm-bottom-footer {
  color: #fff;
}

.footer__copyright-inner {
  position: relative;
  border-top-style: solid;
  border-top-width: 0;
  font-size: 0.76470588235294rem;
  line-height: 1.54;
}

.footer-copyright-page-center {
  padding-top: 20px;
  padding-bottom: 20px;
}



.footer-copyright-page-center-inner {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto;
}



.footer-copyright-page-center-inner-row-ineer {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0px;
  margin-right: 0px;
}


.ast-small-footer-section {
  position: relative;
  min-height: 1px;
  float: left;
  text-align: center;
  
    padding-left: 20px;
    padding-right: 20px;
}

.ast-small-footer-section img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  width: 140px;
}

.footer_copyright_text {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  float: left;
  text-align: center;
  
    padding-left: 20px;
    padding-right: 20px;
}




/* footer-mid */
.cm-mid-footer {
  margin: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.cm-mid-footer-inner {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 922px;
}

.cm-mid-footer-inner-row {
  border-bottom: 1px solid #666666;
  border-top: 1px solid #666666;
}

.footer-mid-col-1 {
  float: left;
  min-height: 1px;
  width: 18.5%;
}

.footer-mid-col-2 {
  float: left;
  min-height: 1px;
  width: 29.68%;
}

.footer-mid-col-3 {
  width: 31.52%;
  float: left;
}

.footer-mid-col-4 {
  width: 20.3%;
  float: left;
}

.fl-module-content {
  margin: 20px;
}

.fl-module-content > h3.fl-heading {
  font-family: 'Source Sans Pro',sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  font-style: normal;
  color: #afc4e0f7;
  font-size: 16px;
  line-height: 36px;
  text-align: left;
  margin: 0;
}

.fl-rich-text {
  color: #ffffff;
  font-size: 14px;
}

.fl-rich-text p {
  font-weight: normal;
  color: #fff;
}

.fl-rich-text p a {
  color: #fff;
}

.fl-node-5be0d0f66ee1a > .fl-module-content {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.fl-node-5be0b3971af82 > .fl-module-content {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.fl-node-5be0b35e67675 > .fl-col-content {
  padding-top: 56px;
}

.footer-mid-col-2 > .fl-col-content {
  padding-top: 56px;
}

.fl-node-5be0d244797e3 > .fl-module-content {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.fl-node-5be0b3c6b4618 > .fl-module-content {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.fl-node-5be0d4d2023f2 > .fl-module-content {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.adv-icon-left {
  text-align: left;
}

.adv-icon-left a {
  text-decoration: none;
  vertical-align: top;
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 10px;
}

.adv-icon-left a .uabb-module-content {
  text-align: left;
}

.uabb-imgicon-wrap .uabb-image {
  line-height: 0;
  position: relative;
}

.uabb-imgicon-wrap .uabb-image-content {
  display: inline-block;
  border-radius: 0;
  line-height: 0;
  position: relative;
  max-width: 100%;
}

.uabb-imgicon-wrap .uabb-image-content img {
  display: inline;
  height: auto !important;
  max-width: 100%;
  width: auto;
  border-radius: inherit;
  box-shadow: none;
  box-sizing: content-box;
}

.fl-node-5be0d4d2023f2 .adv-icon-1 .uabb-image .uabb-photo-img {
  width: 40px;
}

.fl-node-5be0d4d2023f2 .adv-icon-2 .uabb-image .uabb-photo-img {
  width: 40px;
}

.fl-node-5be0d4d2023f2 .adv-icon-3 .uabb-image .uabb-photo-img {
  width: 40px;
}

.fl-node-5be0d4d2023f2 .adv-icon-4 .uabb-image .uabb-photo-img {
  width: 40px;
}

.footer-mid-col-4 > .fl-col-content {}

.fl-node-5be0b3c4b1260 > .fl-module-content {
  margin-bottom: 0px;
  margin-left: 0px;
}

.fl-node-5be0d58fa56ea > .fl-module-content {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.adv-icon-left {}

.fl-node-5be0d58fa56ea .adv-icon-horizontal .adv-icon-link {
  vertical-align: top;
  margin-bottom: 7px;
  display: inline-block;

  float: left;
  margin-right: 7px;
}

.fl-node-5be0d58fa56ea .adv-icon-1 .uabb-imgicon-wrap {
  text-align: left;
}

.uabb-icon-wrap {
  display: inline-block;
}

.uabb-imgicon-wrap .uabb-icon {
  display: block;
}

.uabb-icon i {}

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.fab, .far {
  font-weight: 400;
}

.uabb-icon i {
  display: block;
}

.uabb-imgicon-wrap .uabb-icon i {
  float: none;
}

.fl-node-5be0d58fa56ea .adv-icon-1 .uabb-icon-wrap .uabb-icon i, .fl-node-5be0d58fa56ea .adv-icon-1 .uabb-icon-wrap .uabb-icon i:before {
  color: #F6F6F6;
  font-size: 30px;
  height: auto;
  width: auto;
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fl-node-5be0d58fa56ea .adv-icon-2 .uabb-icon-wrap .uabb-icon i, .fl-node-5be0d58fa56ea .adv-icon-2 .uabb-icon-wrap .uabb-icon i:before {
  color: #F6F6F6;
  font-size: 30px;
  height: auto;
  width: auto;
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
}

.fl-node-5be0d58fa56ea .adv-icon-3 .uabb-image .uabb-photo-img {
  width: 30px;
}

.fa-facebook-square:before {
  content: "\f082";
}

.fl-node-5be0d58fa56ea .adv-icon-4 .uabb-icon-wrap .uabb-icon i, .fl-node-5be0d58fa56ea .adv-icon-4 .uabb-icon-wrap .uabb-icon i:before {
  color: #F6F6F6;
  font-size: 30px;
  height: auto;
  width: auto;
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
}

.fa-rss-square:before {
  content: "\f143";
}

.fl-node-5be0d58fa56ea .adv-icon-5 .uabb-icon-wrap .uabb-icon i, .fl-node-5be0d58fa56ea .adv-icon-5 .uabb-icon-wrap .uabb-icon i:before {
  color: #F6F6F6;
  font-size: 30px;
  height: auto;
  width: auto;
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
}

.uabb-icon i:before {
  border: none !important;
  background: none !important;
}

.fa, .fas {
  font-weight: 900;
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}


.fl-rich-text p {
  margin-bottom: 1.75em;
}
.fl-node-5be0d58fa56ea>.fl-module-content:before,.fl-node-5be0d58fa56ea>.fl-module-content:after {
  display: table;
  content: " ";
}
.footer-mid-col-3 .adv-icon-left a {
  margin-right: 7px;
}

.cm-mid-footer-inner-row {
  padding-bottom: 1px;
}

.cm-top-footer {
  position: relative;
  display: -webkit-box;
  /* display: -webkit-flex; */
  display: -ms-flexbox;
  display: flex;
  /* -webkit-align-items: center; */
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.cm-top-footer-inner {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 922px;
  padding-bottom: 12px;
}

.footer-menu-nav > div > nav {
  display: block;
}

.footer-menu-nav > div > nav > ul.submenu.level-1 {
  white-space: normal;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-align-items: center; */
  /* -webkit-box-align: center; */
  /* -webkit-box-pack: center; */
  /* -webkit-justify-content: center; */
  -ms-flex-align: center;
  -ms-flex-pack: center;
  /* max-width: 922px; */
  /* margin-left: auto; */
  /* margin-right: auto; */
}

.footer-menu-nav > div > nav > ul.submenu.level-1 > .triangle-container.level-1 {
  display: none;
}

.footer-menu-nav > div > nav > ul.submenu.level-1 > li {
  padding: 0;
  font-weight: unset;
  float: left;
  min-height: 1px;
  margin: 20px;
  margin-right: 0px;
  margin-left: 0px;
  margin-right: 1%;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  /* -webkit-flex: 1 1 auto; */
  -ms-flex: 1 1 auto;
  /* flex: 1 1 auto; */
}

.footer-menu-nav > div > nav > ul.submenu.level-1 > li:nth-child(2) {
  width: 18.5%;
}

.footer-menu-nav > div > nav > ul.submenu.level-1 > li:nth-child(3) {
  width: 21.66%;
}

.footer-menu-nav > div > nav > ul.submenu.level-1 > li:nth-child(4) {
  width: 18.49%;
}

.footer-menu-nav > div > nav > ul.submenu.level-1 > li:nth-child(5) {
  width: 16.4%;
}

.footer-menu-nav > div > nav > ul.submenu.level-1 > li:nth-child(6) {
  width: 13.59%;
}

.footer-menu-nav > div > nav > ul.submenu.level-1 > li:nth-child(7) {
  width: 11.36%;
}

.footer-menu-nav > div > nav > ul.submenu.level-1 > li label.menu-arrow {
  display: none;
}

.footer-menu-nav > div > nav > ul.submenu.level-1 > li > a {
  font-family: 'Source Sans Pro',sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  font-style: normal;
  color: #afc4e0f7;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  display: block;
  cursor: text;
}

.footer-menu-nav > div > nav > ul.submenu.level-1 > li > ul.submenu.level-2 {
  position: static;
  top: 0;
  left: 0;
  transform: unset;
  width: auto;
  border: none;
  border-radius: unset;
  box-shadow: unset;
  opacity: 1;
  visibility: visible;
  font-weight: unset;
  padding-top: 3px;
}

li.has-submenu.menu-item {}

.footer-menu-nav > div > nav > ul.submenu.level-1 > li:nth-child(7) {
  margin-right: 0;
}

.footer-menu-nav > div > nav > ul.submenu.level-1 > li > ul.submenu.level-2 > .triangle-container.level-2 {
  display: none;
}

.footer-menu-nav > div > nav > ul.submenu.level-1 > li > ul.submenu.level-2 > li {
  margin: 0;
  border-radius: unset;
  border: none;
}

.footer-menu-nav > div > nav > ul.submenu.level-1 > li > ul.submenu.level-2 > li > a {
  padding: 0;
  font-weight: 600;
  transition: all .2s linear;
  font-size: 14px;
  color: #fff;
  background-color: transparent;
  font-family: "Source Sans Pro", sans-serif;
  font-size:14px;
  font-style:normal;
  line-height: 19.74px;
  height: 23px;
  display: table;
}


.footer-menu-nav > div > nav > ul.submenu.level-1 > li > ul.submenu.level-2 > li > a:hover {
  text-decoration: underline;
}

.footer-menu-nav>div>nav>ul.submenu.level-1>li:nth-child(6) {
    position: relative;
    left: -2px;
}

.footer-menu-nav>div>nav>ul.submenu.level-1>li:nth-child(7) {
    position: relative;
    left: -5px;
}


.footer-menu-nav>div>nav>ul.submenu.level-1>li{
  
    border: none;
}

.footer-menu-nav>div>nav>ul.submenu.level-1>li>a{
  
    padding: 0;
    width: 100%
}

.footer-menu-nav>div>nav>ul.submenu.level-1>li>ul.submenu.level-2{
  
    display: block;
}

.footer-menu-nav>div>nav>ul.submenu.level-1>li>ul.submenu.level-2>li{
  
    background-color: transparent;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-color-index: 0){
  .footer-copyright-page-center-inner-row-ineer:before {
    display: block;
  }
}



@media (min-width: 768px){
  .ast-small-footer-section {

    width: 50%;
  }

  .footer_copyright_text {

    width: 50%;
  }

}

@media (min-width: 769px){
  .ast-small-footer-section {
    text-align: left;
  }

  .footer_copyright_text {
    text-align: right;
  }

}




@media screen and (min-width: 960px){
  .footer-copyright-page-center {

    height: 60px;
  }  

  .footer-copyright-page-center-inner-row {
    width: 922px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-copyright-page-center-inner-row-ineer {
    justify-content: space-between;
    align-items: center;
    margin-left: -33px;
    margin-right: -22px;
  }

  .ast-small-footer-section {
    max-width: 25%;
    padding-left: 0;
  }

  .footer_copyright_text {
    padding-right: 0;
    min-width: 65%;
    margin-right: 0px;
  }


}

@media (min-width: 1201px){

  .footer-copyright-page-center-inner {

    max-width: 1240px;
  }
}








@media (max-width: 1000px){
.cm-mid-footer {
    padding-right: 10px;
    padding-left: 10px;
}
  
  .cm-top-footer{
        padding-right: 10px;
    padding-left: 10px;
  }

.fl-rich-text p {
    margin-bottom: 24px;
}
}

@media (max-width: 959px){
.footer-copyright-page-center-inner-row {
    margin-left: 5px;
    margin-right: 5px;
}
  
  .footer-copyright-page-center {
    padding-top: 19px;
}
}



@media (max-width: 768px){
.footer-copyright-page-center {
    padding-top: 2em;
    padding-bottom: 2em;
}
  .footer_copyright_text {
    margin-top: 1em;
}
  
  .footer-menu-nav>div>nav>ul.submenu.level-1>li>ul.submenu.level-2>li>a {
    height: 21px;
}

.footer-menu-nav>div>nav>ul.submenu.level-1>li>ul.submenu.level-2 {
    padding-top: 2px;
}
  
}



@media (max-width: 767px){
.footer-menu-nav>div>nav>ul.submenu.level-1>li>a {
    padding: 0;
    width: 100%;
}

.footer-menu-nav>div>nav>ul.submenu.level-1>li>ul.submenu.level-2 {
    display: block;
}

.footer-menu-nav>div>nav>ul.submenu.level-1>li>ul.submenu.level-2>li {
    background-color: transparent;
}

.footer-menu-nav>div>nav>ul.submenu.level-1>li {
    border: none;
}

.footer-copyright-page-center-inner-row-ineer {
    display: block;
}

.ast-small-footer-section {
    width: 100%;
}

.footer_copyright_text {
    width: 100%;
}

.ast-small-footer-section img {
    position: relative;
    top: 1px;
}

.cm-mid-footer-inner-row {
    padding-bottom: 0;
}

.cm-top-footer-inner {
    padding-bottom: 13px;
}
  .fl-node-5be0d58fa56ea .adv-icon-horizontal .adv-icon-link {
    float: none;
}
  .footer-mid-col-4 a.adv-icon-link {
    margin-right: 4px !important;
}
  
  .footer-menu-nav>div>nav>ul.submenu.level-1>li {
    width: 100 !important;
}

.footer-menu-nav>div>nav>ul.submenu.level-1 {
    display: block;
}

.cm-top-footer {
    /* display: block; */
}

.footer-menu-nav>div>nav>ul.submenu.level-1>li:nth-child(2) {
    width: 100%;
}

.footer-menu-nav>div>nav>ul.submenu.level-1>li:nth-child(3) {
    width: 100%;
}

.footer-menu-nav>div>nav>ul.submenu.level-1>li:nth-child(4) {
    width: 100%;
}

.footer-menu-nav>div>nav>ul.submenu.level-1>li:nth-child(5) {
    width: 100%;
}

.footer-menu-nav>div>nav>ul.submenu.level-1>li:nth-child(6) {
    width: 100%;
}

.footer-menu-nav>div>nav>ul.submenu.level-1>li:nth-child(7) {
    width: 100%;
}
  
  .footer-mid-col-2>.fl-col-content {padding-top: 38px;}

.footer-mid-col-1 {
    width: 100%;
}

.footer-mid-col-2 {
    width: 100%;
}

.footer-mid-col-3 {
    width: 100%;
}

.footer-mid-col-4 {
    width: 100%;
}
  
}





@media (max-width: 500px){
.cm-top-footer {
    display: none;
}

.footer-mid-col-1 {
    max-width: 400px;
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
}

.fl-module-content>h3.fl-heading {
    text-align: center;
}

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

.fl-rich-text p {
    margin: 0;
}

.adv-icon-left {
    text-align: center;
}

.ast-small-footer-section img {
    top: 0px;
}

.fl-node-5be0d58fa56ea>.fl-module-content {
    margin-bottom: 19px;
}

.footer-mid-col-4 a.adv-icon-link {
    margin-right: 4px !important;
    position: relative;
    left: -1px;
}

.fl-node-5be0d4d2023f2>.fl-module-content {
    margin-bottom: 0px;
}

.footer-mid-col-2>.fl-col-content {
    padding-bottom: 5px;
    padding-top: 0px;
}

.footer-mid-col-1 {
    position: relative;
    top: 1px;
}

.fl-node-5be0b3971af82>.fl-module-content {
    margin-top: 19px;
}
  .footer-copyright-page-center-inner {
    padding-left: 5px;
    padding-right: 5px;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

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

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
  
    margin-bottom: 10px;
}

.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 {

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


.blog-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 {
}
.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 {

}
.blog-comments form {
 
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {

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


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

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}




/* blog-listing */
.banner {
    position: relative;
    margin: 0px;
    padding: 20px;
    background-image: linear-gradient(135deg, #3372ad 0%, #712693 100%);
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
}

.banner .page-center {
    margin-left: auto;
    margin-right: auto;
}

.banner-title-wrap {
    margin: 20px;
    text-align: center;
}

.banner-title-wrap h1 {
    line-height: 1.2;
    font-size: 2.3529411764706rem;
    font-weight: 700;
    font-family: 'Source Sans Pro',sans-serif;
    text-transform: capitalize;
    color: #ffffff;
    text-align: center;
    margin: 0;
}

.blog-wrap {
    position: relative;
    padding: 20px;
    background-color: #f8f8f8;
    clear: both;
}

.blog-content-left-bar {
    float: left;
    min-height: 1px;
    width: 66.67%;
}

.blog-content-sidebar {
    float: left;
    min-height: 1px;
    width: 33.33%;
}

.blog-content-left-bar-pad {
    padding-left: 4vw;
}

.blog-content-left-bar-mar {
    margin: 20px;
}

.post-item {
    width: 100%;
    border-top: 0px solid #e5e5e5;
    border-radius: 0px;
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    /* float: left; */
    outline: none;
    margin-bottom: 50px;
}

.uabb-blog-posts-shadow {
    background: #ffffff;
    transition: all 0.3s linear;
    width: 100%;
}

.uabb-blog-post-inner-wrap {
    overflow: hidden;
    border: 1px solid #ddd;
}

.uabb-blog-post-content {
    opacity: 1;
    position: relative;
    z-index: 10;
    overflow: hidden;
    text-align: left;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    float: left;
}

.post-container-post {
    display: inline-flex;
}

.archive-featured-post {}

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

.post-item-content-text {
    padding-left: 25px;
}

.post-item-content-text h3.archive-title {
    color: #111111;
    line-height: 1.4;
    text-transform: capitalize;
    font-family: 'source sans pro';
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 1.1em;
    margin: 0;
    clear: both;
}

.post-item-content-text h3.archive-title a {
    color: #222;
    text-decoration: none;
}

.post-item-content-text h3.archive-title a:hover {
    color: #FAA635;
    text-decoration: underline;
}

.post-item-content-text h5.post-item-author {
    line-height: 1.6;
    font-weight: 700;
    color: #111111;
    text-transform: capitalize;
    font-size: 18px;
    font-family: 'source sans pro';
    padding-bottom: 1.1em;
    margin: 0;
    clear: both;
}

.post-item-content-text h5.post-item-author img.post-auth-img {
    vertical-align: middle;
    height: auto;
    height: auto;
    max-width: 100%;
    width: 35px;
    border-radius: 100px;
}

.post-item-content-text h5.post-item-author a {
    color: #222;
  
    font-weight: 600;
}
.post-item-content-text h5.post-item-author span {
    display: inline-block;
}

.post-item-content-text .post-itme-text p {
    margin: 0;
    margin-bottom: 1.75em;
}

.post-item-content-text p.ctalink {
    margin: 0;
    margin-bottom: 1.75em;
}

.post-item-content-text p.ctalink a {
    border-bottom: 4px solid #FAA635;
    font-weight: bold;
    color: #132238;
    padding-left: 0!important;
    padding-right: 0!important;
}

.post-item-content-text p.ctalink a:hover {
    color: #FAA635;
    text-decoration: none!important;
}

.uabb-blog-post-inner-wrap:hover {
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.post-item.no_featured_image .post-item-content-text {
    padding-left: 0;
}
.blog-pagination {
    padding: 40px 0;
    padding-top: 0;
    text-align: center;
}

.blog-pagination a {
    font-weight: 600;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 0 5px;
    text-decoration: none;
    outline: none;
    color: #2c4469;
    background: #ffffff;
}

.blog-pagination a:hover {
    background: #375480;
    color: #ffffff;
}

.blog-pagination a.active {
    background: #375480;
    color: #ffffff;
    cursor: text;
}

.blog-content-sidebar-margin {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    margin-left: 25px;
}

.blog-content-sidebar-padd {
    padding: 0 4vw;
}

.blog-content-sidebar-inner {
    margin: 20px;
    margin-right: 0px;
    margin-left: 0px;
}

.blog-sidebar-sitesearch {
    margin: 0 0 2.8em 0;
}

.blog-sidebar-sitesearch form {
    max-width: 100%;
    margin: 0;
    background-color: transparent;
    padding: 0;
    position: relative;
    padding: 0;
    background: initial;
    color: inherit;
}

.blog-sidebar-sitesearch form input.hs-search-field__input {
    font-size: 1rem;
    line-height: 1.41;
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 400;
    border: 1px solid #ccc;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    width: 100%;
    padding: 16px 45px 16px 15px;
    background: #fafafa;
    border-width: 1px;
    border-color: #eaeaea;
    border-radius: 2px;
}

.blog-sidebar-sitesearch form:after {
    font-family: Astra;
    font-size: 1.2em;
    font-weight: 400;
    content: "\e8b6";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0,-50%);
}
.blog-sidebar-Subscribe-form {
    margin: 0 0 2.8em 0;
}

.blog-sidebar-Subscribe-form h2.widget-title {
    margin: 0;
    font-family: 'Source Sans Pro',sans-serif;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 1em;
    line-height: 1.5;
    font-size: 1.4117647058824rem;
    color: #111111;
}

.blog-form-area {}

.blog-form-area h3.form-title {
    display: none;
}

.blog-form-area  form {
    margin: 0;
    padding: 0;
    background-color: transparent;
  max-width: 100%;
}

.blog-form-area form .hs_email {
    margin-right: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    
    max-width: 300px;
    height: 82px;
}

.blog-form-area form .hs-form label {}

.blog-form-area .hs-form label {
    margin: 0;
    font-weight: 700;
    padding-top: 0px;
    padding-bottom: 4px;
    display: block;
    color: #000000;
    font-size: 16px;
    font-family: "Source Sans Pro", sans-serif;
}

.blog-form-area span.hs-form-required {
    color: #D73032;
}
.blog-form-area form .hs-input:focus {
    outline: -webkit-focus-ring-color auto 1px;
    outline-offset: -2px;
}
.blog-form-area input.hs-button.primary.large {
    margin-block-start: 1em;
    margin-block-end: 1em;
    background-color: #FAA635;
    text-transform: uppercase;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 600;
    padding: 14px 25px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px;
    cursor: pointer;
}
.sidebar-banner {
    margin-bottom: 40px;
}

.post-item .page-center .span8 {
    padding-left: 11px;
}
.blog-form-area input.hs-button.primary.large:hover {
    background-color: #F99712;
}

.post-item-inner-wrap a.releted-over-link {
    font-weight: 600;
}
.blog-sidebar-sitesearch form input.hs-search-field__input{
  
    outline: none;
}
.hs-search-field--open .hs-search-field__suggestions{
      padding: 10px;
}

.categories-sidebar {
    margin: 0 0 2.8em 0;
}

.categories-sidebar h3 {
    margin: 0;
    font-family: 'Source Sans Pro',sans-serif;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 1em;
    line-height: 1.5;
    font-size: 1.4117647058824rem;
    color: #111111;
}

.categories-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.categories-sidebar ul li a {
    color: #222;
    font-weight: 600;
}

.categories-sidebar ul li a:hover {
    color: #FAA635;
    text-decoration: underline;
}

.categories-sidebar ul li a span.filter-link-count {
    display: none;
}

.recent-sidebar {}

.recent-sidebar h3 {
    margin: 0;
    font-family: 'Source Sans Pro',sans-serif;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 1em;
    line-height: 1.5;
    font-size: 1.4117647058824rem;
    color: #111111;
}

.recent-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.recent-sidebar ul li a {
    font-weight: 600!important;
    color: #222;
}

.recent-sidebar ul li a:hover {
    color: #FAA635;
}


@media screen and (max-width: 1100px){
    .post-container-post {

    display: flex!important;
    flex-direction: column!important;
        
    }

.post-item {
    padding-left: 25px;
    padding-right: 25px;
}
    
}


@media (max-width: 830px){
.blog-form-area input.hs-button.primary.large {
    font-size: 13px;
    padding: 14px 12px;
}

}


@media (max-width: 768px){
.banner-title-wrap h1 {
    font-size: 30px;
}
  
  .post-item-content-text .post-itme-text p {
    font-size: 16px;
    line-height: 22px;
}

.post-item-content-text p.ctalink {
    font-size: 16px;
    line-height: 22px;
}

.blog-sidebar-sitesearch form input.hs-search-field__input {
    font-size: 16px;
    line-height: 22px;
    font-family: "Source Sans Pro", sans-serif;
    font-size:15.504px;
}

.blog-sidebar-sitesearch form:after {
    font-size: 18.6048px;
    font-weight:400;
}

.blog-sidebar-sitesearch form input.hs-search-field__input {
    width: 100%;
    padding: 16px 45px 15px 15px;
}

.blog-sidebar-Subscribe-form h2.widget-title {
    font-weight: 400;
    margin-bottom: 1em;
    line-height: 1.5;
    font-family: "Source Sans Pro", sans-serif;
    font-size:21.888px;
    line-height: 32.832px;
    margin-block-end:21.888px;
}

.blog-sidebar-sitesearch {
    margin-bottom: 43px;
}
  .blog-pagination a {
    font-family: "Source Sans Pro", sans-serif;
    font-size:15.504px;
    line-height: 21.8606px;
}
  
}




@media (max-width: 991px){
.blog-wrap {
    padding-left: 0;
    padding-right: 0;
}

.blog-content-left-bar {
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
}

.blog-content-sidebar {
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
/*     max-width: 400px; */
}
  
  .blog-content-sidebar-margin{
        margin-left: 0px;
  }
  
  .hs-blog-post .blog-content-left-bar-pad {
    padding-right: 4vw;
}
  
}

@media (max-width: 767px){
.blog-form-area form .hs_email {
    max-width: 100%;
    margin: 0;
}
  
  .hs-blog-post .blog-content-left-bar-pad {
    padding-left: 0;
    padding-right: 0;
}
  
}
@media (max-width: 500px){
.uabb-blog-post-content {
    padding-top: 25px;
    padding-bottom: 25px;

    padding-left: 10px;
    padding-right: 10px;
}

.blog-content-sidebar-margin {
    margin: 0;
}

}






/* blog-post */

.post-banner-title {
    margin: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.post-banner-title h4 {
    text-align: center;
    line-height: 1.5;
    font-size: 1.1764705882353rem;
    font-weight: 700;
    font-family: 'Source Sans Pro',sans-serif;
    text-transform: none;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
}

.post-banner-title h4 a {
    /* text-decoration: none !important; */
    color: #ffffff;
    font-weight: 600;
}


.blog-wrap.hs-blog-post {
    background-color: #fff;
}

.hs-blog-post .blog-content-sidebar-margin {
    margin-left: 0;
}


/* top-social */

.hs-blog-post .blog-content-left-bar-mar {
    margin: 0;
}

.pos-top-social-author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.top-author-post {
    float: left;
    min-height: 1px;
    width: 58.63%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.top-share-title {
    float: left;
    width: 20.41%;
    min-height: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.post-top-social-link {
    float: left;
    width: 20.96%;
    min-height: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.top-author-post > .fl-col-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.top-author-post > .fl-col-content > .fl-module {
    width: 100%;
}

.top-author-post > .fl-col-content > .fl-module > .fl-module-content {
    margin: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-shrink: 1;
}

.top-author-post > .fl-col-content > .fl-module > .fl-module-content > .uabb-module-content {
    text-align: left;
}

.top-author-post .uabb-infobox-left-right-wrap {
    display: inline-block;
    width: 100%;
}

.top-author-post .uabb-infobox-left-right-wrap .uabb-module-content {
    display: inline-block;
    
    margin-right: 17px;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 0px;
}

.top-author-post .uabb-infobox-left-right-wrap .uabb-module-content .uabb-image {
    line-height: 0;
    position: relative;
}

.top-author-post .uabb-infobox-left-right-wrap .uabb-image-content {
    border-style: solid;
    background: #ffffff;
    border-width: 2px;
    border-color: #375480;
    border-radius: 100px;
}

.top-author-post .uabb-infobox-left-right-wrap .uabb-image-content img {
    width: 100px;
    padding: 5px;
}

.top-author-post .uabb-infobox-content {
    display: inline-block;
    vertical-align: middle;
    /* width: calc(100% - 134px); */
}

.top-author-post .uabb-infobox-content h3.uabb-infobox-title {
    line-height: 1.4;
    font-size: 1.2941176470588rem;
    color: #111111;
    font-weight: 700;
    font-family: 'Source Sans Pro',sans-serif;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.top-author-post .uabb-infobox-content .uabb-infobox-text-wrap {}

.top-author-post .uabb-infobox-content .uabb-infobox-text-wrap .uabb-infobox-text {
    color: #111111;
    margin-top: 0px;
    margin-bottom: 0px;
}

.top-author-post .uabb-infobox-content .uabb-infobox-text-wrap .uabb-infobox-text p {
    color: inherit;
    font-family: inherit;
    padding: 0 0 10px 0;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

.top-share-title > .fl-col-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.top-share-title > .fl-col-content > .fl-module {
    width: 100%;
}

.top-share-title > .fl-col-content > .fl-module > .fl-module-content {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.top-share-title > .fl-col-content > .fl-module > .fl-module-content > .fl-rich-textt {}

.top-share-title > .fl-col-content > .fl-module > .fl-module-content > .fl-rich-textt p {
    margin-bottom: 1.75em;
    text-align: right;
}

.post-top-social-link {}

.post-top-social-link > .fl-col-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
    width: 100%;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.post-top-social-link > .fl-col-content {}

.post-top-social-link > .fl-col-content > .fl-module {
    width: 100%;
}

.post-top-social-link > .fl-col-content > .fl-module > .fl-module-content {
    margin-right: 0px;
    margin-left: 0px;
}

.post-top-social-link > .fl-col-content > .fl-module > .fl-module-content .uabb-social-share-wrap {
    text-align: left;
}

.post-top-social-link .uabb-social-share-link-wrap {
    vertical-align: top;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
  
    margin-right: 7px;
}

.post-top-social-link .uabb-social-share-link-wrap a {
    font-weight: 600;
    text-decoration: none;
    outline: none;
}

.post-top-social-link .uabb-social-share-link-wrap a > div {
    text-align: left;
}

.post-top-social-link .uabb-social-share-link-wrap a > div i {
    display: block;
    background: #e6e6e6;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #828282;
    font-size: 15px;
}

.post-top-social-link .uabb-social-share-link-wrap a > div i:before {
    border: none !important;
    background: none !important;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #828282;
    font-size: 15px;
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-envelope:before {
    content: "\f0e0";
}


.blog-post__body {}

.blog-post__body .blog-post__body-inner {
    margin: 20px;
}

.blog-post__body .blog-post__body-inner p {
    margin-bottom: 1.75em;
    max-width: 800px;
}

.post-content-cat {}

.post-content-cat .fl-module-content {
    margin-top: 0px;
}

.post-content-cat .fl-module-content a {
    color: #3272ad;
    font-weight: 600;
}

.post-content-cat .fl-module-content a:hover {
    color: #f09724;
    text-decoration: underline;
}

.ppost-bottom-socail-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.ppost-bottom-socail-share .ppost-bottom-socail-share-title {
    float: left;
    min-height: 1px;
    width: 8.61%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.ppost-bottom-socail-share .ppost-bottom-socail-share-title .fl-col-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
    width: 100%;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.ppost-bottom-socail-share .ppost-bottom-socail-share-title .fl-col-content .fl-module {
    width: 100%;
}

.ppost-bottom-socail-share .ppost-bottom-socail-share-title .fl-col-content .fl-module .fl-module-content {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.ppost-bottom-socail-share .ppost-bottom-socail-share-title .fl-col-content .fl-module .fl-module-content p {
    margin-bottom: 1.75em;
}

.ppost-bottom-socail-share-inner {
    float: left;
    min-height: 1px;
    width: 91.39%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.ppost-bottom-socail-share-inner .fl-col-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
    width: 100%;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.ppost-bottom-socail-share-inner .fl-col-content .fl-module {
    width: 100%;
}

.ppost-bottom-socail-share-inner .fl-col-content .fl-module .fl-module-content {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.uabb-social-share-wrap {}

.ppost-bottom-socail-share-inner .fl-col-content .fl-module .fl-module-content .uabb-social-share-wrap {
    text-align: left;
}

.ppost-bottom-socail-share-inner .uabb-social-share-link-wrap {
    vertical-align: top;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-right: 7px;
}

.ppost-bottom-socail-share-inner .uabb-social-share-link-wrap a {
    text-decoration: none;
    outline: none;
}

.ppost-bottom-socail-share-inner .uabb-social-share-link-wrap a > div {
    text-align: left;
}

.ppost-bottom-socail-share-inner .uabb-social-share-link-wrap a > div i {
    float: none;
    background: #e6e6e6;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #828282;
    font-size: 15px;
}

.ppost-bottom-socail-share-inner .uabb-social-share-link-wrap a > div i:hover {
    background: #3372ad;
    color: #ffffff;
}


.post-bottom-line {}

.post-bottom-line > .fl-module-content {
    margin-bottom: 0px;
}

.post-bottom-line > .fl-module-content .fl-separator {
    border-top: 2px solid #375480;
    max-width: 100%;
    margin: auto;
}

.post-bottom-author-wrap {}

.post-bottom-author-wrap > .fl-module-content {}

.post-bottom-author-wrap > .fl-module-content > .pp-infobox {}

.post-bottom-author-wrap > .fl-module-content .pp-infobox {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    background: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    border-style: none;
    border-width: 0;
    background-clip: border-box;
    border-color: #d8d8d8;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.post-bottom-author-wrap > .fl-module-content .pp-infobox .layout-3-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: auto;
    margin-bottom: auto;
    flex-shrink: 1;
    align-items: center;
}

.post-bottom-author-wrap > .fl-module-content .pp-infobox .layout-3-wrapper .pp-icon-wrapper {
    margin-right: 20px;
}

.post-bottom-author-wrap .pp-infobox-image {
    margin: 0 auto 10px;
    text-align: center;
    margin-bottom: 0;
}

.post-bottom-author-wrap .pp-infobox-image img {
    height: auto;
    padding: 5px;
    width: 125px;
    max-width: 100%;
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #375480;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.post-bottom-author-wrap  .pp-heading-wrapper {
    flex: 1;
}

.post-bottom-author-wrap .pp-heading-wrapper .pp-infobox-title-wrapper {}

.post-bottom-author-wrap .pp-heading-wrapper h4.pp-infobox-title {
    line-height: 1.5;
    font-size: 1.1764705882353rem;
    color: #111111;
    font-weight: 700;
    font-family: 'Source Sans Pro',sans-serif;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.post-bottom-author-wrap .pp-heading-wrapper .pp-infobox-description {
    margin-top: 0px;
    margin-bottom: 0px;
}

.post-bottom-author-wrap .pp-heading-wrapper .pp-infobox-description p {
    margin-bottom: 15px;
}

.post-bottom-author-wrap .pp-heading-wrapper .pp-infobox-description p:last-of-type {
    margin: 0;
}

.post-bottom-author-wrap .pp-heading-wrapper .pp-infobox-description p:last-of-type a {
    font-weight: 600;
    color: #222;
}

.post-bottom-author-wrap .pp-heading-wrapper .pp-infobox-description p:last-of-type a:hover {
    color: #FAA635;
}

.custom-post-pagination-outer {}

.custom-post-pagination-outer nav.navigation {
    margin: 0;
    padding: 0;
    border-top: none;
}


@media (min-width: 545px){
    .custom-post-pagination-outer nav.navigation {
        max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    }
}

.custom-post-pagination-outer nav.navigation .nav-links {
    -js-display: flex;
    display: flex;
}

.custom-post-pagination-outer nav.navigation .nav-links .nav-previous {
    width: 50%;
    display: inline-block;
    flex: auto;
    color: #3272ad;
    width: 100%;
}

.custom-post-pagination-outer nav.navigation .nav-links .nav-next {
    width: 50%;
    display: inline-block;
    flex: auto;
    color: #3272ad;
    text-align: right;
    width: 100%;
}

.custom-post-pagination-outer nav.navigation .nav-links .nav-previous a,.custom-post-pagination-outer nav.navigation .nav-links .nav-next a {
    font-weight: 600;
    padding: 0 1.5em;
    height: 2.33333em;
    line-height: calc(2.33333em - 3px);
    background: 0 0;
    font-size: 16px;
    font-size: 1.06666rem;
    margin: 2px;
    display: inline-block;
    text-align: center;
    color: #3272ad;
}

.custom-post-pagination-outer nav.navigation .nav-links .nav-previous a:hover,.custom-post-pagination-outer nav.navigation .nav-links .nav-next a:hover {
    color: #f09724;
}

.releted0heading-wrap {}

.releted0heading-wrap > .fl-module-content {
    margin-bottom: 0px;
}

.releted0heading-wrap > .fl-module-content h2 {
    line-height: 1.3;
    font-size: 1.5294117647059rem;
    color: #111111;
    font-weight: 700;
    font-family: 'Source Sans Pro',sans-serif;
    text-transform: capitalize;
    margin: 0;
}

.related-post-wrapperr {}

.related-post-wrapperr .related-post-inner-wrapp {
    margin: 20px;
}

.related-post-inner {
    position: relative;
}

.post-item-inner-wrap {
    overflow: hidden;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    opacity: 1;
    text-align: left;
    float: left;
    margin-bottom: 3%;
    width: 31.333333333333%;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    position: relative;
      
}
.post-item-inner-wrap.no_featured_image {
    height: 90px;
}
.related-post-inner {
    display: flex;
    justify-content: space-between;
}

.post-item-inner-wrap:last-child {
    margin-right: 0;
}
.post-item-inner-wrap a.releted-over-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.post-item-inner-wrap .releted-hs-featured-image-wrapper {
    position: relative;
}
.blog-sidebar-sitesearch form:after{
  
    cursor: pointer;
}
.post-item-inner-wrap .releted-hs-featured-image-wrapper img {
    float: none;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.post-item-inner-wrap .post-header-releted {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.post-item-inner-wrap .post-header-releted p.rele-title {
    margin-top: 5px;
    margin-bottom: 5px;
}

.post-item-inner-wrap .post-header-releted .rele-date {
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
    color: #828282;
    font-size: 16px;
}

.post-item-inner-wrap:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    color: #FAA635;
}

.blog-comments {}

.blog-comments .blog-comments-inner {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 2em;
    margin-bottom: 2em;
}


@media (min-width: 545px){
    .blog-comments .blog-comments-inner {
        max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    }
}

.blog-comments .blog-comments-inner h3 {
    color: #111111;
    font-family: 'Source Sans Pro',sans-serif;
    text-transform: capitalize;
    padding-top: 1em;
    font-weight: 400;
    line-height: 1.65;
    font-size: 1.6470588235294rem;
    margin: 0;
}

.blog-comments .section.post-footer {}

.blog-comments .section.post-footer form {
    background-color: transparent;
    max-width: 100%;
}

.blog-comments .section.post-footer form .hs-input {
    border: 1px solid #ccc;
    color: #666;
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    line-height: 23.97px;
    font-family: "Source Sans Pro", sans-serif;
    font-size:17px;
}

.blog-comments .section.post-footer form .hs-input:focus {
    border-color: #3272ad;
    outline: -webkit-focus-ring-color auto 1px;
    outline-offset: -2px;
}

.blog-comments .section.post-footer form input.hs-button.primary {
    font-size: 0.70588235294118rem;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 2px;
    line-height: 1.85714285714286;
    font-family: "Source Sans Pro", sans-serif;
    font-size:12px;
    border: 0;
}

.blog-comments .section.post-footer form {
    background-color: transparent;
    max-width: 100%;
    padding: 0;
    margin-top: 20px;
}


.post-top-social-link .uabb-social-share-link-wrap a>div i:hover {
    background: #3372ad;
    color: #ffffff !important;
}

.post-top-social-link .uabb-social-share-link-wrap a >div i:hover:before{
   color: #ffffff !important;
}

.releted0heading-wrap {
    margin-top: 35px;
}

.top-author-post .uabb-infobox-content h3.uabb-infobox-title a {
    font-weight: 600;
}





.post-bottom-author-wrap .pp-heading-wrapper h4.pp-infobox-title a {
    font-weight: 600;
}






@media (min-width: 768px){
.blog-wrap.hs-blog-post .blog-content-left-bar {
    width: 66.66%;
}

.blog-wrap.hs-blog-post .blog-content-sidebar {
    width: 33.34%;
}
}



@media (max-width: 1265px){
.ppost-bottom-socail-share .ppost-bottom-socail-share-title {
    display: block;
    width: 100%;
}

.ppost-bottom-socail-share-inner .fl-col-content .fl-module .fl-module-content {
    margin-left: 20px;
}

}

@media (max-width: 768px){
  .blog-post__body .blog-post__body-inner p {
    font-size: 16px;
    line-height: 22px;
}
  
  .blog-post__body .blog-post__body-inner p {
    font-size: 16px;
    line-height: 22px;
}

.top-share-title>.fl-col-content>.fl-module>.fl-module-content>.fl-rich-textt p {
    font-size: 16px;
    line-height: 22px;
}

.releted0heading-wrap>.fl-module-content h2 {
    font-size: 25px;
    line-height: 33px;
}

.post-item-inner-wrap .post-header-releted p.rele-title {
    font-size: 16px;
    line-height: 22px;
}

.post-item-inner-wrap .post-header-releted .rele-date {
    line-height: 22px;
}
  
  
}








@media (max-width: 767px){
.pos-top-social-author {
    display: block;
}

.top-author-post {
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
}

.top-share-title {
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
    display: none;
}

.post-top-social-link {
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
    max-width: 400px;
}

.post-content-cat {
    font-size: 16px;
    line-height: 22px;
}

.ppost-bottom-socail-share {
    display: block;
}

.ppost-bottom-socail-share .ppost-bottom-socail-share-title {
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
}

.ppost-bottom-socail-share-inner {
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
}

.post-bottom-author-wrap>.fl-module-content .pp-infobox {}

.post-bottom-author-wrap>.fl-module-content .pp-infobox .layout-3-wrapper {
    flex-direction: column;
    margin-top: auto;
    margin-bottom: auto;
    align-items: normal;
}

.post-bottom-author-wrap .pp-heading-wrapper .pp-infobox-description p {
    font-size: 16px;
    line-height: 22px;
}

.custom-post-pagination-outer nav.navigation .nav-links {
    display: block;
}

.custom-post-pagination-outer nav.navigation .nav-links .nav-previous {
    margin-bottom: 15px;
    width: 100%;
}

.custom-post-pagination-outer nav.navigation .nav-links .nav-previous a, .custom-post-pagination-outer nav.navigation .nav-links .nav-next a {
    width: 100%;
}

.related-post-inner {
    display: block;
}

.post-item-inner-wrap {
    width: 100%;
}
  
  .post-top-social-link>.fl-col-content>.fl-module>.fl-module-content {
    margin-left: 20px;
    margin-right: 20px;
}

.post-top-social-link {
    max-width: 100%;
}

.blog-content-sidebar {
    max-width: 100%;
}
  
}
/* ******************************************************************************
*********************************************************************************
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 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;

    line-height: 30px;
  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;
}


.subscription form input.email-edit.hs-input {
    width: 100% !important;
    padding: 8px 5px !important;
    font-size: 16px !important;
}

.email_subscriptions form#email-prefs-form {
    background-color: transparent;
      max-width: 100%;
      padding: 0;
}

.email_subscriptions form#email-prefs-form .header {
    background-color: transparent;
  
}
.password_prompt form input#hs-pwd-widget-password {
    background-color: #fff;
    border: 1px solid #d1d6dc;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    color: #333;
    padding: 8px 5px;
    font-family: Arial;
    letter-spacing: normal;
    line-height: normal;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    border-color: rgba(204,204,204,1.0);
    color:;
    border-radius: 0px;
    height: 36px !important;
}


@media (max-width: 767px){}
.content-wrapper.sp .systems-page {
    padding-right: 0;
    padding-left: 0;
}
}