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











































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

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

main.body-container-wrapper .dnd-section > .row-fluid {
 	max-width: 1366px;
  margin-left: auto;
  margin-right: auto;

}
main.body-container-wrapper{
padding: 0 40px 0 40px;
}
.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;
  }
  main.body-container-wrapper{
padding: 0 20px 0 20px;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "Font Awesome 5 Brands"; 
  src: url("https://lavazza.bluepod.com.au/hubfs/Lavazza_December2020/fonts/fa-brands-400.eot") format("embedded-opentype"),
    url(//8836981.fs1.hubspotusercontent-na1.net/hubfs/8836981/raw_assets/public/Lavazza_December2020/fonts/fa-brands-400.woff2) format("woff2"),
    url(//8836981.fs1.hubspotusercontent-na1.net/hubfs/8836981/raw_assets/public/Lavazza_December2020/fonts/fa-brands-400.woff) format("woff"),
    url(//8836981.fs1.hubspotusercontent-na1.net/hubfs/8836981/raw_assets/public/Lavazza_December2020/fonts/fa-brands-400.ttf) format("truetype"),
    url("https://lavazza.bluepod.com.au/hubfs/Lavazza_December2020/fonts/fa-brands-400.eot") format("svg");
 font-style: normal; font-weight: normal; font-display: auto;
}
@font-face {
font-family: "Font Awesome 5 Free";
  src: url("https://lavazza.bluepod.com.au/hubfs/Lavazza_December2020/fonts/fa-solid-900.eot") format("embedded-opentype"),
    url(//8836981.fs1.hubspotusercontent-na1.net/hubfs/8836981/raw_assets/public/Lavazza_December2020/fonts/fa-solid-900.woff2) format("woff2"),
    url(//8836981.fs1.hubspotusercontent-na1.net/hubfs/8836981/raw_assets/public/Lavazza_December2020/fonts/fa-solid-900.woff) format("woff"),
    url(//8836981.fs1.hubspotusercontent-na1.net/hubfs/8836981/raw_assets/public/Lavazza_December2020/fonts/fa-solid-900.ttf) format("truetype");
    font-style: normal; font-weight: 900; font-display: auto;
}



@font-face {
    font-family: 'Graphik';
    src: url('https://coffee.lavazzabusinesssolutions.com.au/hubfs/Lavazza_December2020/fonts/Graphik-Black.eot');
    src: url('https://coffee.lavazzabusinesssolutions.com.au/hubfs/Lavazza_December2020/fonts/Graphik-Black.eot?#iefix') format('embedded-opentype'),
        url('https://coffee.lavazzabusinesssolutions.com.au/hubfs/Lavazza_December2020/fonts/Graphik-Black.woff2') format('woff2'),
        url('https://coffee.lavazzabusinesssolutions.com.au/hubfs/Lavazza_December2020/fonts/Graphik-Black.woff') format('woff'),
        url('https://coffee.lavazzabusinesssolutions.com.au/hubfs/Lavazza_December2020/fonts/Graphik-Black.ttf') format('truetype'),
        url('https://coffee.lavazzabusinesssolutions.com.au/hubfs/Lavazza_December2020/fonts/Graphik-Black.svg#Graphik-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('https://coffee.lavazzabusinesssolutions.com.au/hubfs/Lavazza_December2020/fonts/Graphik-Bold.eot');
    src: url('https://coffee.lavazzabusinesssolutions.com.au/hubfs/Lavazza_December2020/fonts/Graphik-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://coffee.lavazzabusinesssolutions.com.au/hubfs/Lavazza_December2020/fonts/Graphik-Bold.woff2') format('woff2'),
        url('https://coffee.lavazzabusinesssolutions.com.au/hubfs/Lavazza_December2020/fonts/Graphik-Bold.woff') format('woff'),
        url('https://coffee.lavazzabusinesssolutions.com.au/hubfs/Lavazza_December2020/fonts/Graphik-Bold.ttf') format('truetype'),
        url('https://coffee.lavazzabusinesssolutions.com.au/hubfs/Lavazza_December2020/fonts/Graphik-Bold.svg#Graphik-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('https://coffee.lavazzabusinesssolutions.com.au/hubfs/Lavazza_December2020/fonts/Graphik-Regular.eot');
    src: url('https://coffee.lavazzabusinesssolutions.com.au/hubfs/Lavazza_December2020/fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://coffee.lavazzabusinesssolutions.com.au/hubfs/Lavazza_December2020/fonts/Graphik-Regular.woff2') format('woff2'),
        url('https://coffee.lavazzabusinesssolutions.com.au/hubfs/Lavazza_December2020/fonts/Graphik-Regular.woff') format('woff'),
        url('https://coffee.lavazzabusinesssolutions.com.au/hubfs/Lavazza_December2020/fonts/Graphik-Regular.ttf') format('truetype'),
        url('https://coffee.lavazzabusinesssolutions.com.au/hubfs/Lavazza_December2020/fonts/Graphik-Regular.svg#Graphik-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('https://coffee.lavazzabusinesssolutions.com.au/hubfs/Lavazza_December2020/fonts/Graphik-Semibold.eot');
    src: url('https://coffee.lavazzabusinesssolutions.com.au/hubfs/Lavazza_December2020/fonts/Graphik-Semibold.eot?#iefix') format('embedded-opentype'),
        url('https://coffee.lavazzabusinesssolutions.com.au/hubfs/Lavazza_December2020/fonts/Graphik-Semibold.woff2') format('woff2'),
        url('https://coffee.lavazzabusinesssolutions.com.au/hubfs/Lavazza_December2020/fonts/Graphik-Semibold.woff') format('woff'),
        url('https://coffee.lavazzabusinesssolutions.com.au/hubfs/Lavazza_December2020/fonts/Graphik-Semibold.ttf') format('truetype'),
        url('https://coffee.lavazzabusinesssolutions.com.au/hubfs/Lavazza_December2020/fonts/Graphik-Semibold.svg#Graphik-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('https://coffee.lavazzabusinesssolutions.com.au/hubfs/Lavazza_December2020/fonts/Graphik-Medium.eot');
    src: url('https://coffee.lavazzabusinesssolutions.com.au/hubfs/Lavazza_December2020/fonts/Graphik-Medium.eot?#iefix') format('embedded-opentype'),
        url('https://coffee.lavazzabusinesssolutions.com.au/hubfs/Lavazza_December2020/fonts/Graphik-Medium.woff2') format('woff2'),
        url('https://coffee.lavazzabusinesssolutions.com.au/hubfs/Lavazza_December2020/fonts/Graphik-Medium.woff') format('woff'),
        url('https://coffee.lavazzabusinesssolutions.com.au/hubfs/Lavazza_December2020/fonts/Graphik-Medium.ttf') format('truetype'),
        url('https://coffee.lavazzabusinesssolutions.com.au/hubfs/Lavazza_December2020/fonts/Graphik-Medium.svg#Graphik-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



@font-face {
font-family: eicons;
  src: url("https://lavazza.bluepod.com.au/hubfs/Lavazza_December2020/fonts/eicons.eot") format("embedded-opentype"),
    url(//8836981.fs1.hubspotusercontent-na1.net/hubfs/8836981/raw_assets/public/Lavazza_December2020/fonts/eicons.woff2) format("woff2"),
    url(//8836981.fs1.hubspotusercontent-na1.net/hubfs/8836981/raw_assets/public/Lavazza_December2020/fonts/eicons.woff) format("woff"),
    url(//8836981.fs1.hubspotusercontent-na1.net/hubfs/8836981/raw_assets/public/Lavazza_December2020/fonts/eicons.ttf) format("truetype"),
    url("https://lavazza.bluepod.com.au/hubfs/Lavazza_December2020/fonts/eicons.eot") format("svg");
    font-style: normal; font-weight: 400;
}

html {
  font-size: 24px;
}

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
 

}

/* Anchor Links */
a {
  color: #0270E0;
    /*text-decoration: none; */
}
a:hover, a:focus {
   text-decoration: none;
}
.menu-link a {
  color: #0270E0;
    text-decoration: none;
}
.hs-menu-item a {
  color: #0270E0;
    text-decoration: none;
}
ul.submenu.level-1 li a {
  text-decoration: none !important;
}

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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
 padding-left: 1rem;
}

ul li,
ol li {
    line-height: 1.7em;
}

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

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



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

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  padding: 15px 10px;
  line-height: 24px;
  border: 1px solid #fff;
  border-radius: 3px;
  background: transparent;
  text-transform: uppercase;
  margin: 0 !important;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  
  text-decoration: none;
}

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

}
a.hs-button.primary{
  margin-top: 20px!important;
}
main.body-container-wrapper form.hs-form.stacked, main.body-container-wrapper form.hs-form{
  box-shadow: 0px 10px 30px 0px rgba(10.000000000000007, 44.999999999999986, 75, 0.4);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: -85px 0px 10px 0px;
  padding: 30px 50px 50px 50px;
  background: #0a2d4b;
      margin-top: 0px;

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


.hs-form label {
  display: inline-block;
  line-height: 1.3;
  clear: both;
  color: #fff;
  font-weight: 500;
  font-size:16px;
}

.hs-form label a {
  color: #ffffff;
  text-decoration: underline;
}

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

.hs-input {
  padding: 10px 15px !important;
  margin: 0;
  border-radius: 3px;
  line-height: 32px;
  width: 100% !important;
  font-size: 16px;
  font-family: Graphik, sans-serif;
  letter-spacing: normal;
  display:block;
  height:52px!important;
  border: 0px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0px 5px 3px 0px !important;
  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;
}
.gform_body .hs-input:-moz-placeholder {
color:#999999

}
/*.hs-input {
	border: 0;
}*/
.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.gform_body .hs-input::-webkit-input-placeholder{
color: #999999

}
input.mobileSearchInput:-moz-placeholder {
color:#999999

}
input.mobileSearchInput::-webkit-input-placeholder{
color: #999999
}
.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}
.hs-button:focus {
  outline: none;
}
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;
}

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

.hs-form-required {
  color: #ffffff;
}

.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;
}
.legal-consent-container p {
  color: #a9a9a9;
    font-size: 16px;
}
.legal-consent-container a {
  color: #ffffff;
  font-size: 0.6rem;
  text-decoration: underline; 
}
.hs_stay_updated label {
  font-weight: 400;
}
.hs_personalised_experience label {
  font-weight: 400;
}


@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;
}
@media (max-width: 1024px){
  main.body-container-wrapper form.hs-form.stacked, main.body-container-wrapper form.hs-form{
  padding: 30px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
 .form form_wrapper .input {
    margin: 0 0 10px;
    padding: 0 10px;
}
	.gform_body .hs-input {
	margin-left: 0;
	}
  .form.form_wrapper .field {
    margin-bottom: 18px;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */



.header_top{
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #EAEAEA;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 3px 40px 3px 40px;
  background-color: #fff;
  /*   position: relative; */
}
.header_top_container{
  max-width: 1366px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  /*   position: relative; */
}
.header_top_row{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_top_left, .header_top_right{
  /*   position: relative; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}
nav.header-nav-menu--layout-horizontal{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_bottom_right ul>li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:after{
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  width: 100%;
  height: 38px;
}
nav.header-nav-menu--layout-horizontal ul li{
  border-width: 0;
  position: relative;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  line-height:20px;
}
.jet-ajax-search__field-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.jet-ajax-search__field:placeholder{
  font-size: 14px;
  line-height: 1.3;
  font-weight:400;
}
.jet-ajax-search__field
{
  font-size: 14px;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  outline-offset: -2px;
  width: 100%;
  font-weight:400;
  font-size:14px;
  color:rgb(153, 153, 153);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 10px 10px 50px;
  border-radius: 0px 0px 0px 0px;
  font-family: Graphik, sans-serif;
}
.header_bottom_right ul.hs-menu-children-wrapper >li:not(:last-child){
  border-width: 0;
  position: relative;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border-style: solid;
  border-color: #244f75;
  border-bottom-width: 1px;
}
.jet-ajax-search__field-icon {
  position: absolute;
  top: 50%;
  color:rgb(153, 153, 153);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1em;
  text-align: center;
  display: inline-block;
  line-height: 1;
  text-align: center;
  left: 15px;
}
.jet-ajax-search__fields-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header_bottom{
  box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.07);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 21.5px 40px 21.5px 40px;
  z-index: 9999;
  position: relative;
  background:#fff;
}
.header_bottom_container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1366px;

}
.header_bottom_row{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jet-ajax-search__form {
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: var( --e-global-color-de6f6bd );
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
ul.submenu.level-1 > li.has-submenu:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  width: 100%;
  height: 38px;
}
.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.fa-search:before {
  content: "\f002";
}
nav.header-nav-menu--layout-horizontal {
  justify-content: flex-end;
}
nav.header-nav-menu--layout-horizontal ul li a
{
  font-size: 16px;
  white-space: nowrap;
  padding: 13px 20px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-weight: 400;
  color: rgb(153, 153, 153);
  font-style: normal;
}

nav.header-nav-menu--layout-horizontal ul
{
  margin-right: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  /*   position: relative; */
  z-index: 2;
  -webkit-tap-highlight-color: rgba(0,0,0,0);

}
.header_top_widget-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.header_top_widget-wrap{
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
}
.header_top_padding{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 0px 0px 0px;
}
.header_bottom_padding{
  padding: 10px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_bottom-widget-wrap{
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
}
.logo_wrapper{
  text-align: left;
  width: 100%;
  position: relative;
}
.logo_wrapper img
{
  vertical-align: middle;
  display: inline-block;
  height: auto;
  max-width: 100%;
  border: none;
  box-shadow: none;
  border-radius: 0;

}
.header_bottom_left, .header_bottom_middle{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}
.header_bottom_widget-container
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  position: relative;

}
ul.submenu.level-1 li{
  border-width: 0;
  position: relative;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  line-height: 20px;
}
.header_bottom.fix {
  position: fixed;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  top: 0px;

}
ul.submenu.level-1 li a{
  font-size: 16px;
  white-space: nowrap;
  padding: 13px 20px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-weight: 400;
  font-style: normal;
}
body .custom-menu-primary .submenu.level-1>li:hover span.sub-arrow {
  color: #999;
}
.custom-menu-primary{
  width:100%;
}
ul.submenu.level-2{
  width: auto;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  top: auto;
  background-color:rgb(10, 45, 75);
  left: 0px;
  margin-top: 39px !important;
  margin-left: 0px;
  min-width: 10em;
  max-width: 1000px;
  position: absolute;
  border-width: 0;
  border-style: solid;
  padding: 0;
  display:none;
}
.jet-ajax-search__field::-webkit-input-placeholder{
  font-size:16px;
  font-weight:400;
  color:#999;
}
.jet-ajax-search__field:-moz-placeholder {
  font-size:16px;
  font-weight:400;
  color:#999;
}
.header_bottom_right .hs-menu-wrapper>ul li:hover >ul.hs-menu-children-wrapper{
  display:block;
}
.header_bottom_right ul.hs-menu-children-wrapper{
  width: auto;
  /* display: none; */
  top: auto;
  position: absolute;
  min-width: 10em;
  max-width: 1000px;
  margin-top: 38px !important;
  border-width: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  right: 0;
  list-style: none;
  margin: 0;
  left: auto !important;
  margin-left: 0 !important;
  border-style: solid;
  padding: 0;
  font-size: 13px;
  background-color:#0a2d4b;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  display:none;
}
ul.submenu.level-1 >li:hover > ul.submenu.level-2{
  display:block;
}
ul.submenu.level-2 >li a{
  font-size: 16px;
  padding-top: 18px;
  white-space: nowrap;
  padding-bottom: 15px;
  padding: 13px 20px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #fff;
  font-weight: 400;
  font-style: normal;
}
ul.submenu.level-2 >li:not(:last-child){
  border-width: 0;
  position: relative;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border-style: solid;
  border-color: #244F75;
  border-bottom-width: 1px;
}
ul.submenu.level-1
{
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  position: relative;
  z-index: 2;
}
nav.header-bottom_nav-menu--layout-horizontal{
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sub-arrow i:before {
  content: "";
}
span.sub-arrow{
  font-size: 10px;
  line-height: 1;
  padding: 10px 0 10px 10px;
  margin-top: -10px;
  margin-bottom: -10px;
  white-space: nowrap;
  font-weight: 400;
  font-style: normal;
  color: #244f75;
}
.header_bottom_right ul.hs-menu-children-wrapper li a {
  background: #0A2D4B;
  border-radius: 3px;
  overflow: hidden;
  padding: 13px 20px;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  white-space: nowrap;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  line-height: 1.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color:rgb(255, 255, 255);
  font-style: normal;
}
.header_bottom_right ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a {
  background: #0A2D4B;
  border-radius: 3px;
  overflow: hidden;
  padding: 13px 20px;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  white-space: nowrap;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color:rgb(255, 255, 255);
  font-style: normal;
}
.header_bottom_right .hs-menu-wrapper>ul
{
  margin-left: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  position: relative;
  z-index: 2;
}
.header_bottom_right ul>li.hs-menu-item.hs-menu-depth-1.hs-item-has-children{
  border-width: 0;
  position: relative;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.header_bottom_right{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}
.header_bottom_right span.sub-arrow{
  color:#fff;
}
nav.header-bottom_nav-menu--layout-horizontal {
  justify-content: flex-end;
}
.mobile_view{
  display:none;
}
.child-trigger {
  display: none;
}

.jet-ajax-search__field:focus {
  border-color: #EAEAEA;
  box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.1);
  outline: none;
}

@media (min-width: 768px){
  .header_top_left{
    width: 73.75%; 
  }
  .header_top_right{
    width: 25.527%;
  }
  .header_bottom_left{
    width: 23%;
  }
  .header_bottom_middle{
    width: 57%;
  }
  .header_bottom_right
  {
    width: 20%;
  }
}

@media(min-width: 1025px){
  .mobileSearch {
    display: none;
  }
  .header-bottom-wrap {
    position: relative;
  }
  .fixed-header .body-wrapper {
    padding-top: 148px;
  }
}

@media (min-width: 1220px) {
  .fixed-header .body-wrapper {
    padding-top: 123px;
  }
}

@media (max-width: 1370px) and (min-width: 1300px) {
  .fixed-header .body-wrapper{
    padding-top: 118px;
  }
}

@media (max-width: 1300px) and (min-width: 1250px) {
  .fixed-header .body-wrapper{
    padding-top: 115px;
  }
}

@media (max-width: 1250px) and (min-width: 1220px) {
  .fixed-header .body-wrapper{
    padding-top: 114px;
  }
}

@media (max-width: 1024px){
  .mobile_view_wrap {
    height: 96px;
  }
  .mobile_view{
    display: block;
    z-index: 9999;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.18);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    position: relative;
    width: 100%;
    padding: 0 30px;
  }
  .child-trigger {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    background: transparent;
    height: 54px;
    z-index: 99;
    cursor: pointer;
  }
  .child-trigger.clicked{
    z-index:-1;
  } 
  .header_top, .header_bottom{
    display:none;
  }
  span.sub-arrow:hover{
    color:#fff;
  }
  .mobile-nav-menu--dropdown .hs-menu-wrapper > ul li.hs-item-has-children {
    position: relative;
  }
  section.mobile_view{
    position: fixed;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    top: 0px;
    background:#fff;
    padding: 0 30px;
  }
  .mobile-container{
    max-width: 1025px;
  }
  .mobile-row{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-column-wrap{
    padding: 20px 0px 20px 0px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .mobile_menu-container{
    margin: 25px 20px -4px 0px;
    -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;

  }
  .mobile-icon-wrapper{
    text-align: center;
  }
  a.mobile-icon i{
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
    transform: rotate(0deg);
  }
  .mobile-element{
    width: auto;
    max-width: 100%;

  }
  .mobiler-widget-container
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;

  }
  [class*=" eicon-"], [class^=eicon] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .mobile-colum-wrap{
    padding: 0px 0px 0px 0px;
    width: 100%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-screen-only
  {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
  }
  .eicon-menu-bar:before {
    content: '\e816';
  }
  .mobile-menu-toggle
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    padding: .25em;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    color: #999999;
    font-size: 30px;
  }
  a.mobile-icon i:before{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  a.mobile-icon{
    font-size: 25px;
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: center;
    box-shadow: none;
    text-decoration: none;
    color: #999999;
    border-color: #999999;
  }
  .mobile-column-wrap{
    padding: 20px 0px 20px 0px;
  }
  .mobile-widget-icon{
    width: auto;
    max-width: 100%;
    margin-bottom: 20px;
    position: relative;
  }
  .mobile_logo{
    text-align: left;
    width: 100%;
    position: relative;
  }
  .mobile-widget-wrap{
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
  }
  nav.mobile-nav-menu--dropdown .hs-menu-wrapper>ul{
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: relative;
    z-index: 2;
  }
  nav.mobile-nav-menu--dropdown  .hs-menu-wrapper>ul li:not(:last-child){
    border-bottom: 1px solid #244F75;
  }
  nav.mobile-nav-menu--dropdown  .hs-menu-wrapper>ul li{
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: relative;
    /* border-style: solid; */
    /* border-color: #3DA1DE; */


  }
  nav.mobile-nav-menu--dropdown  ul li a
  {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-weight: 400;

  }
  .mobile_logo img{
    height: 56px;
    width: auto !important;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  span.sub-arrow{
    color:#fff;
  }
  nav.mobile-nav-menu--dropdown {
    top: 45px;
    width: 100%;
    left: 0;
    margin-top: 50px !important;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    background-color: #0A2D4B;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
    position: absolute;
    z-index: 9997;
    transition: max-height .3s,transform .3s,-webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    font-size: 13px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
  }
  nav.mobile-nav-menu--dropdown.mobile-active {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 85vh;
    overflow-y: auto;
  }

  .mobile-menu-toggle.mobile-active i:before {
    content: "\e87f";
  }
  .mobile-menu-toggle.mobile-active i:before{
    content: "\e87f";
  }
  nav.mobile-nav-menu--dropdown ul.hs-menu-children-wrapper
  {
    width: auto;
    display: none;
    border-width: 0px 0px 0px 0px;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }



  /****************************** MobileSearch ***********************************/
  .mobileSearch {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 9999;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    pointer-events: all;
    background-color: rgba(0,0,0,.8);
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition: all 0.4s ease;
    transform: translateX(100%);
  }
  .searchOpen .mobileSearch {
    transform: translateX(0);
  }

  .mobileSearchInner {
    background-color: #fff;
    position: absolute;
    margin: auto;
    pointer-events: all;
    width: 100%;
    overflow: visible;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
    animation-duration: 0.3s;

    height: 100%;
  }
  .dialog-close-button {
    cursor: pointer;
    position: absolute;
    margin-top: 15px;
    right: 15px;
    font-size: 15px;
    line-height: 1;
  }
  .dialog-close-button {
    display: none;
    top: 20px;
    margin-top: 0;
    right: 20px;
    opacity: 1;
    z-index: 9999;
    pointer-events: all;
  }
  .dialog-close-button {
    display: block;
  }
  .dialog-close-button {
    font-size: 30px;
  }

  .dialog-close-button i {
    color: #000;
  }
  .eicon-close:before {
    content: '\e87f';
  }
  .mobileSearchBox {
    font-size: 12px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 50px;
    max-width: 100vw;
    max-height: 100vh;
    padding: 0;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    align-items: flex-start;
    width: 100vw;
  }
  .mobileSearchPadding {
    width: 100%;
    height: 100vh;
    position: relative;
    padding: 60px 40px 040px 40px;
  }
  .mobileSearchForm {
    padding: 10px;
  }
  .mobileSearchForm form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
  }
  .mobileSearchholder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .mobileSearchFieldWrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  span.mobileSearchField-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1em;
    display: inline-block;
    line-height: 1;
    text-align: center;
    left: 16px;
    font-size: 22px;
    color: rgb(153, 153, 153);
  }
  input.mobileSearchInput {
    margin: 0;
    font-family: inherit;
    line-height: 1.3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #E1E5EB;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: rgb(153, 153, 153);
    border-color: #fff;
    padding: 10px 10px 10px 50px;
    border-radius: 0px 0px 0px 0px;
    font-size: 20px;
    padding: 20px 20px 20px 50px;
  }
  a.mobile-icon:hover{
    color:#0A2D4B;
  }
  .mobile-menu-toggle:hover{
    color:#0A2D4B;
  }
  input.mobileSearchInput:focus{
    outline:none;
  }

}
@media (max-width: 767px){
  .mobileSearchPadding{
    padding: 59px 20px 20px 20px;
  }
  .mobile_view_wrap {
    height: 75px;
  }
  section.mobile_view{
    padding: 0 20px;
  }
}

@media (max-width: 1024px) and (min-width: 768px){
  .mobile-column{
    width: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 1px;
  }
  .mobile_menu{
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px){
  .mobile_view{
    padding: 0 20px;
  }
  .mobile-column{
    width: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 1px;
  }
  .mobile_menu{
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile_logo img{
    height: 50px;
  }
  .mobile-column-wrap{
    padding: 12px 0px 12px 0px;
  }
  nav.mobile-nav-menu--dropdown{
    margin-top: 29px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1250px){
  ul.submenu.level-1 li a {
    font-size: 14px;
  }
}

/* below added by Bc to display child menu items in top nav */

.header_top_left .hs-menu-wrapper>ul li:hover >ul.hs-menu-children-wrapper {
  opacity:1;
  visibility:visible;
}

.header_top_left ul.hs-menu-children-wrapper{
  width: auto;
  top: 107%;
  position: absolute;
  min-width: 10em;
  max-width: 1000px;
  margin-top:0 !important;
  border-width: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  /*   right: 0; */
  list-style: none;
  margin: 0;
  left: 0 !important;
  margin-left: 0 !important;
  border-style: solid;
  padding: 0;
  font-size: 13px;
  background-color:#0a2d4b;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  opacity:0;
  visibility:hidden;
  z-index: 99999;
}
.header_top_left nav.header-nav-menu--layout-horizontal li > ul.hs-menu-children-wrapper > li{
  width:100%;
}
.header_top_left nav.header-nav-menu--layout-horizontal li > ul.hs-menu-children-wrapper > li > a{
  color: #fff;       
}  
.header_top_left nav.header-nav-menu--layout-horizontal li>ul.hs-menu-children-wrapper>li>a:hover{
  background-color:#244F75;
}
.header_top_left nav.header-nav-menu--layout-horizontal li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:after{
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  position: static;
  font-size: 13px;
  padding-left: 10px;
}
nav.header-nav-menu--layout-horizontal div.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child > a{
  padding-right:0;
}
nav.header-nav-menu--layout-horizontal div.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a{
  font-size:14px;
  padding:13px 16px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer_section {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 3% 5% 3% 5%;
  position: relative;
  background: #041c31;
}
.footer_container{
  max-width: 1366px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.footer-row{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_image{
  text-align: left;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
.number_content ul li a:hover span.number-icon-list-text{
  color:#EAEAEA;
}
.social-grid-item{
  display: inline-block;
  margin-bottom: var(--grid-row-gap);
  word-break: break-word;
  min-width: 0;
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.social-icon i:before, .social-icon svg:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.fa-linkedin:before {
  content:"\f0e1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.gform_body .submitted-message{
  color:#fff;
  background: #041c31;!important;
}
.column_fourth .footer_column_padding{
  padding-top: 7px;
}
.column_fourth .footer_heading{
  margin-bottom: 14px;
}
.social-grid-item i{
  font-size: 24px;
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  color:#fff;
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
span.social-screen-only
{
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
a.social-icon.social-social-icon{

  --icon-padding: 0em;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-weight:400;
  font-style: normal;
  box-shadow: none;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #041c31;
  font-size: 16px;
  line-height: 46px;
  width: 45.9961px;
  height: 45.9961px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.number_content{
  width: 100%;
  position: relative;
  text-align: left;
}
.number_content ul
{
  padding: 0;
  list-style-type: none;
  margin: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.number_content ul li{
  font-family: "Roboto", Sans-serif;
  font-size: 25px;
  font-weight: 400;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  position: relative;
  line-height:27.2px;
}

.footer_bottom_content{
  width: 100%;
  position: relative;
}
.footer_bottom_content ul li a
{
  color:#fff;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  font-family:Graphik, sans-serif;
}
.footer_bottom_content ul li{
  border-width: 0;
  position: relative;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.footer_bottom_content ul{
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  position: relative;
  z-index: 2;
}
.footer_heading{
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
.footer_heading h4{
  color: #fff;
  font-size: 19.2px;
  font-family: Graphik, sans-serif;
  font-weight: 500;
  line-height: 1.7em;
  padding: 0;
  margin: 0;
}
span.number-icon-list-icon{
  text-align: center;
  flex-shrink: 0;
}
span.number-icon-list-text{
  color: #fff;
  padding-left: 11px;
  display: inline-block;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 25px;
  line-height: 25.2px;
  line-height: 25.2px;
  font-family: "Roboto", Sans-serif;
  font-size: 25px;
  font-weight: 400;
}
.number_content ul li a{
  font-family: "Roboto", Sans-serif;
  font-size: 25px;
  font-weight: 400;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}
.footer_social_icon_wrapper{
  margin: 4px 0px 0px 0px;
  text-align: left;
  line-height: 1;
  font-size: 0;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  grid-column-gap: var(--grid-column-gap,5px);
  grid-row-gap: var(--grid-row-gap,5px);
  grid-template-columns: var(--grid-template-columns);
  -webkit-box-pack: var(--justify-content,center);
  -ms-flex-pack: var(--justify-content,center);
  justify-content: var(--justify-content,center);
  justify-items: var(--justify-content,center);
  display: inline-block;
  width: 100%;
  word-spacing: var(--grid-column-gap);
  margin-bottom: calc(-1*var(--grid-row-gap));
}
.footer_social{
  --grid-template-columns: repeat(0, auto);
  --icon-size: 46px;
  --grid-column-gap: 7px;
  --grid-row-gap: 0px;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
.gform_body input.hs-button.primary.large:hover {
box-shadow: 0px 10px 15px 0px rgba(3.9999999999999822, 27.99999999999997, 48.99999999999993, 0.29);
}
.form.form_wrapper{
  position: relative;
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box!important;
}
span.number-icon-list-icon svg{
  fill: var( --e-global-color-d3cb0a2 );
  width: 25px;
}
.footer_image img{
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  vertical-align: middle;
  display: inline-block;
  cursor:default;
}
.footer_column-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.footer_column
{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}
.footer_column_padding{
  padding: 10px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_coyrights{
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #EAEAEA5C;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 1.1% 5% 1.1% 5%;
  background: #041c31;
  position: relative;

}
.copyright_container{
  max-width: 1366px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.copyright_row{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.copyright_column_left,  .copyright_column_right{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}
.copyright{
  font-size: 14px;
  padding: 0;
  margin: 0;
  line-height: 1;
  color: rgb(153, 153, 153);
}
a.social-icon.social-social-icon:hover i{
  color:#041c31
}
a.social-icon.social-social-icon:hover{
  background-color:#fff;
  opacity: .9;
}
.copyright_wrap ul li span:hover{
  color:rgb(153, 153, 153);
}
.copyright_padding{
  width: 100%;
  padding: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.copyright_wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;

}
.copyright_wrap ul li span
{
  display: inline-block;
  color: #EAEAEA;
}
.footer_link{
  width: 100%;
  position: relative;
  text-align: right;
}
.copyright_wrap ul li.privacy
{
  margin-right: 10px;
}
.copyright_wrap ul li.services {
  margin-right:0px;
}
.copyright_wrap ul li
{

  margin-left: calc(26px/2);
  font-size: 14px;
  word-break: break-word;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0;
  position: relative;
}
.copyright_wrap ul
{
  margin-right: calc(-26px/2);
  margin-left: calc(-26px/2);
  padding: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* .gform_body .actions:before {
  content: "\f1d8";
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  position: relative;
  top: 0;
  color: #041c31;
  line-height: 52px;
  pointer-events: none;
} */

/*.gform_body input.hs-button.primary.large
{
  font-size: 0;
  background: transparent;
  color: #041c31;
  border: 0;
  padding: 15px 10px;
  line-height: 24px;
  border-radius: 3px;
  width: 58px;
  height: 52px;
  text-transform: uppercase;
  margin: 0 !important;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  position: absolute;
  left: 0;
} */
.gform_body input.hs-button.primary.large {
    background-color: rgba(4,28,49,1.0);
    border-color: rgba(255,255,255,1.0);
    border-radius: 3px;
    border-width: 1px;
    color: rgba(255,255,255,1.0);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.gform_body input.hs-button.primary.large:hover {
    background-color: rgba(255,255,255,1.0);
    border-color: rgba(4,28,49,1.0);
    border-radius: 3px;
    border-width: 1px;
    color: rgba(4,28,49,1.0);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.gform_body .hs-input
{
  padding: 10px 15px !important;
  border: none !important;
  border-radius: 3px;
  line-height: 32px;
  width: 100% !important;
  margin: 0;
  font-size: 16px;
  font-family: Graphik, sans-serif;
  letter-spacing: normal;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  height:51.25px;
  max-width:321px;
  margin-left: 0;

}
.gform_body ul .hs-form label{
  display:none;
}
.gform_body ul li.text
{
  margin: 0 0 10px;
  padding: 0 10px;
  clear: both;
  max-width: 100%;
  line-height: 27.2px;
  color: #fff;
  font-weight: 400;
  font-family: Graphik, sans-serif;
}
.gform_body ul li.text + li {
  margin: 0 0 10px;
  padding: 0 10px;
}
.gform_body ul
{
  margin: 0 -10px !important;
  padding: 0;
  overflow: visible;
  list-style-type: none;
  display: block;
  text-indent: 0;
}
.gform_body .hs_submit.hs-submit{
  position: relative;
  bottom: 0;
/*  right: 11px; */
  width: 58px;
  height: 52px;
  margin: 0;
  padding: 0;
  text-align: center;
  clear: both;
}
@media only screen and (min-width: 641px){
  .gform_body {
    width: 100%;
  }

}
@media (min-width: 768px){
  .footer_column{ width: 25%;}
  .copyright_column_left{
    width: 50%;
  }
  .copyright_column_right{
    width: 50%;
  }
}
@media (max-width: 1024px){
  .footer_container{
    max-width: 1025px;
  }
  .footer-row{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .copyright_container{
    max-width: 1025px;
  }
  .copyright_row{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .copyright{
    text-align: center;
    width: 100%;
  }
  .copyright_wrap ul{
    justify-content: center;
  }
  .gform_body .hs-input{

    max-width: 100%;
  }
  .copyright_column_right{
    width:100%;
  }
}
@media (max-width: 1024px) and (min-width: 768px){
  .footer_column.column_first{
    width: 100%;
  }
  .footer_column.column_second{
    width: 33.33%;
  }
  .copyright_column_right{
    width: 100%;
  }
  .copyright_column_left {
    width: 100%;
  }
  .footer_column.column_third{
    width: 33.33%;
  }
  .footer_column.column_fourth{
    width: 100%;
  }

}
@media (max-width: 767px){
  footer.footer_section{
    padding: 30px 30px 30px 30px;
  }
  .copyright_wrap ul li.privacy{
    margin-right: 21px;
  }
  .copyright_wrap ul li{
    margin-left: 0px;
  }
  .footer_column {
    width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;

  margin: 0 auto;
}
.comment-date {
    display: block !important;
}
.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}
.blog-sidebar ul li a{
color:#333;
}
.blog-sidebar ul li a:hover{
color:#999;
}
.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 20px;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

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

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

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

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

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

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

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

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

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
 background-color: rgba(10,45,75,1.0);
    border-color: rgba(255,255,255,1.0);
  color:#fff;
}

.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;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

.subscription-form {
	display: block;
	margin: 0 auto;
	padding: 0px 0px 60px 0px;
	width: 40%;
	text-align: center;
}
.blog__subscription-block .hs-form label {
    color: #000 !important;
}


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

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

/*             Blog Post Layout          */

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

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

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

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

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

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

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

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

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

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

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

/* Subscribe form */

.blog__subscription-block .hs-input {
  border: 2px solid #333333;
  color: #000000;
  text-align: center;
}
.blog__subscription-block h3.form-title {
  display: none;
  background-color: #ffffff;
}
.blog_subscription_copy {
  text-align: center;
}
@media (max-width: 767px) {
 .blog_subscription_copy {
   margin: 0 auto;
   max-width: 85%;
   text-align: center;
  } 
}
/* ******************************************************************************
*********************************************************************************
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;
}
.systems-page form{
 box-shadow: 0px 10px 30px 0px rgba(10.000000000000007, 44.999999999999986, 75, 0.4);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
padding: 40px 40px 40px 40px;
    background: #0a2d4b;
  width:70%;
  background: #0a2d4b;
}
.systems-page a.hs-register-widget-show-password {
    color: #fff;
}
.systems-page a.hs-reset-widget-show-password {
    color: #fff;
}
input#hs-pwd-widget-password{
padding: 10px 15px !important;
  margin: 0;
  border-radius: 3px;
  line-height: 32px;
  width: 100% !important;
  font-size: 16px;
  font-family: Graphik, sans-serif;
  letter-spacing: normal;
  display:block;
  height:52px!important;
    max-width:750px;
}
div#content h3{
    color: #fff;
}
.systems-page .hs-input{
  max-width:750px;
  width:100%;
}
.email_page .page-header h1{
color: #0a2d4b;
}
.hs-input[type=checkbox], .hs-input[type=radio] {
    cursor: pointer;
    width: auto !important;
    height: auto!important;
    padding: 0 !important;
    margin: 3px 5px 3px 0px;
    line-height: normal;
    border: 0;
    display: inline-block;
    min-height: 0 !important;
  margin-bottom:0px!important;
}
.systems-page .email-prefs p{
color:#fff;
}
@media (max-width: 767px){
.page-header h1, .page-header h2 {
    color: #fff;
    font-size: 30px;
}
}
.systems-page .page-header{
color:#fff;
}
.subsription .page-header{
color:#0a2d4b
}
.subsription .page-header h1, .subsription .page-header h2 {
    color: #0a2d4b;
}
.systems-page .email-prefs span{
color:#fff;
}
.page-header h1, .page-header h2{
color:#fff;
}
ul.no-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.systems-page  .hs-button{
margin-top: 20px!important;
}
.systems-page .hs-input{
margin-bottom:20px;
}
.systems-page label{
color:#fff;
}
a#hs_login_reset{
color:#fff;
}

.systems-page input#submitbutton {
    margin-top: 20px!important;
}
.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;
  max-width: 750px;
  width:100%;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

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

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}