/* ******************************************************************************
*********************************************************************************
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;
  padding-left:3%;
  padding-right:3%;
}

.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;
  }
  .dnd-section {
    padding-bottom: 40px!important;
    padding-top: 40px!important;
  }
}
/* ******************************************************************************
*********************************************************************************
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://1689179.fs1.hubspotusercontent-na1.net/hubfs/1689179/The_Vomela_Companies_July2020/Fonts/fa-brands-400.eot") format("embedded-opentype"), 
  url("https://1689179.fs1.hubspotusercontent-na1.net/hubfs/1689179/The_Vomela_Companies_July2020/Fonts/fa-brands-400.woff2") format("woff2"),
   url("https://1689179.fs1.hubspotusercontent-na1.net/hubfs/1689179/The_Vomela_Companies_July2020/Fonts/fa-brands-400.woff") format("woff"),
    url("https://1689179.fs1.hubspotusercontent-na1.net/hubfs/1689179/The_Vomela_Companies_July2020/Fonts/fa-brands-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url("https://1689179.fs1.hubspotusercontent-na1.net/hubfs/1689179/The_Vomela_Companies_July2020/Fonts/fa-regular-400.eot") format("embedded-opentype"),
   url("https://1689179.fs1.hubspotusercontent-na1.net/hubfs/1689179/The_Vomela_Companies_July2020/Fonts/fa-regular-400.woff2") format("woff2"),
    url("https://1689179.fs1.hubspotusercontent-na1.net/hubfs/1689179/The_Vomela_Companies_July2020/Fonts/fa-regular-400.woff") format("woff"), 
    url("https://1689179.fs1.hubspotusercontent-na1.net/hubfs/1689179/The_Vomela_Companies_July2020/Fonts/fa-regular-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url("https://1689179.fs1.hubspotusercontent-na1.net/hubfs/1689179/The_Vomela_Companies_July2020/Fonts/fa-solid-900.eot") format("embedded-opentype"), 
  url("https://1689179.fs1.hubspotusercontent-na1.net/hubfs/1689179/The_Vomela_Companies_July2020/Fonts/fa-solid-900.woff") format("woff2"),
   url("https://1689179.fs1.hubspotusercontent-na1.net/hubfs/1689179/The_Vomela_Companies_July2020/Fonts/fa-solid-900.woff") format("woff"), 
   url("https://1689179.fs1.hubspotusercontent-na1.net/hubfs/1689179/The_Vomela_Companies_July2020/Fonts/fa-solid-900.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: block;
}
html {
  line-height: 1.15;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 100%;
}
@media (min-width: 768px){
  html {
      font-size: 125%;
  }
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  transition: color .3s;  
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {

}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  margin: 1.5rem 0;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 767px;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  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;
  padding: 15px 53px;

  text-decoration: none;
  font-weight: 700;
  line-height: 12px;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  white-space:normal;
  margin:10px 0;
}

.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-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-weight: 500;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b!important;
}
h3.form-title {
  padding: 10px;
}
.hs-input {
  display: inline-block;
  width: 100%!important;
  height: auto!important;
  padding: 8px 10px;
  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;
  margin-bottom: 8px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}

form input{
  display: inline-block;
  height: auto!important;
  padding: 8px 10px;
  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;
  margin-bottom: 8px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}

input#hs-pwd-widget-password {
  width: 100%;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto!important;
  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 > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
  padding-left:0;
}

.field {
  margin-bottom: 10px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.hs_cos_wrapper_type_rich_text img {
  max-width: 100%;
}
/* ******************************************************************************
*********************************************************************************
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.header {
  background-color: #F8FAFC;
}
header.header {
  position: relative;
  width: 100%;
  z-index: 99;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3%;
}


/* Styles for the Logo */


.header__logo img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.no-banner header.header {
  background: #415464;
}
.site-header__group {
  float: right;
  clear: right;
}
.header-utility {
  display: none;
  padding-top: 17px;
  font-size: .7rem;
}
.header-utility ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-utility ul li{
  display: inline-block;
}
.header-utility ul li a {
  font-weight: 600;
  color: #fff;
  line-height: 21px;
  font-size: 14px;
}
.header-utility ul li:last-child{
  margin-left: 1.35em;
}
.header-searchform {
  display: none;
  padding-top: 10px;
  margin-left: 1.5rem;
}
.header-searchform .searchform {
  font-size: .7rem;
}
.header-searchform .searchform__group {
  position: relative;
  border: 1px solid #b2b2b2;
  border-width: 0 0 1px 0;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.searchform input.searchform__field {
  display: block;
  border: none;
  padding-right: 3em;
  margin: 0;
  font-family:"Source Sans Pro", Arial, sans-serif;
  line-height:21px;
  font-size:14px;
  padding: .5em .5em .4em;
  outline: none;
  border-radius: 0;
  background: transparent;
  color:#fff;
}

.searchform .searchform__btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding-right: .75em;
  padding-left: .75em;
  border: none;
  border-radius: 0;
  background: transparent;
  font-size: 1em;
  line-height: 1.15;
  font-family:"Source Sans Pro", Arial, sans-serif;
  color: #8093a3;
}
.far {
  font-weight: 400;
}

.fal, .far {
  font-family: "Font Awesome 5 Pro";
}
.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;
}
.fa-search:before {
  content: "\f002";
}
.custom-menu-primary.desktop .submenu.level-1>li {
  font-size: 1rem;
}
.custom-menu-primary.desktop .submenu.level-1>li.has-submenu:hover>a:after{
  opacity: 1;
}
.custom-menu-primary.desktop .submenu.level-1>li>a {
  text-decoration: none;
  display: inline-block;
  padding: .5rem .6rem;
  border-bottom: 2px solid transparent;
  transition: border-color .3s;
  line-height: 27px;
}
.custom-menu-primary.desktop .submenu.level-1>li.has-submenu>a:after {
  content: "";
  margin-left: .4em;
  font: normal normal 900 .8em/1 "Font Awesome 5 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  opacity: .7;
  transition: opacity .3s;
}
.custom-menu-primary.desktop .submenu.level-1>li:not(:last-child) {
  margin-right: -4px;
}

.custom-menu-primary.desktop .submenu.level-1>li ul.submenu.level-2 {
  position: absolute;
  left: 0;
  display: block;
  min-width: 10rem;
  height: 0;
  box-shadow: 0 20px 40px -20px rgba(65,84,100,.7);
  overflow: hidden;
  opacity: 0;
  transition: opacity .5s;
}
.custom-menu-primary.desktop .submenu.level-1>li.clicked ul.submenu.level-2{
  height: auto;
  opacity: 1;
  visibility: visible;
}
.custom-menu-primary.desktop .submenu.level-1>li:first-child,
.custom-menu-primary.desktop .submenu.level-1>li:nth-child(2){
  position:static;
}
.custom-menu-primary ul.submenu.level-1>li.has-submenu:first-child ul.submenu.level-2 ,
.custom-menu-primary ul.submenu.level-1>li.has-submenu:nth-child(2) ul.submenu.level-2{
  width: 100%;
}
.custom-menu-primary ul.submenu.level-1>li.has-submenu:nth-child(2) ul.submenu.level-2 .mega-menu-wrapper .page-center,
.custom-menu-primary ul.submenu.level-1>li.has-submenu:first-child ul.submenu.level-2 .mega-menu-wrapper .page-center{
  display: flex;
  padding: 2rem 3%;
}

.custom-menu-primary ul.submenu.level-1>li.has-submenu:first-child ul.submenu.level-2 .mega-menu-wrapper .page-center>li,
.custom-menu-primary ul.submenu.level-1>li.has-submenu:nth-child(2) ul.submenu.level-2 .mega-menu-wrapper .page-center>li{
  flex: 1 1 25%;
  min-width: 25%;
  padding: 0 1rem;
}
.custom-menu-primary ul.submenu.level-1>li.has-submenu:first-child ul.submenu.level-2 .mega-menu-wrapper .page-center>li>a,
.custom-menu-primary ul.submenu.level-1>li.has-submenu:nth-child(2) ul.submenu.level-2 .mega-menu-wrapper .page-center>li>a{
  display: none;
}

.custom-menu-primary ul.submenu.level-1>li.has-submenu:first-child ul.submenu.level-2 ul.submenu.level-3>li a,
.custom-menu-primary ul.submenu.level-1>li.has-submenu:nth-child(2) ul.submenu.level-2 ul.submenu.level-3>li a{
  display: inline-block;
  padding: 4px 7px;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: .5rem;
}

.custom-menu-primary ul.submenu.level-1>li.has-submenu:first-child ul.submenu.level-2 ul.submenu.level-4>li>a{
  display: inline-block;
  padding: 4px 7px;
  font-size: 0.7rem;
  line-height: 1.3;
  font-weight: 400;
  margin: 0;
}

.custom-menu-primary ul.submenu.level-1>li.has-submenu:first-child ul.submenu.level-2 ul.submenu.level-3>li:first-of-type>a::after,
.custom-menu-primary ul.submenu.level-1>li.has-submenu:first-child ul.submenu.level-2 ul.submenu.level-3>li .megamenu__content>a::after,
.custom-menu-primary ul.submenu.level-1>li.has-submenu:nth-child(2) ul.submenu.level-2 ul.submenu.level-3>li .megamenu__content>a::after {
  content: "";
  display: inline-block;
  padding-left: 0.6rem;
  font: 700 0.7em "Font Awesome 5 Pro";
}
.custom-menu-primary ul.submenu.level-1>li.has-submenu:first-child ul.submenu.level-2 .mega-menu-wrapper .page-center>li:nth-child(2),
.custom-menu-primary ul.submenu.level-1>li.has-submenu:first-child ul.submenu.level-2 .mega-menu-wrapper .page-center>li:nth-child(3) {
  flex-basis: 50%;
}
.megamenu__image {
  float: left;
  margin-right: 1.4rem;
  width: 160px;
}

.megamenu__image img {
  max-width: 100%;
  height: auto;
}

.megamenu__description {
  margin-bottom: 0.5rem;
  padding: 0 7px;
  font-size: 0.7rem;
  line-height: 1.43;
  font-weight: 400;
}

.megamenu__content {
  overflow: hidden;
}

nav.megamenu__links a {
  display: inline-block !important;
  padding: 4px 7px !important;
  font-size: 0.7rem !important;
  line-height: 1.3 !important;
  font-weight: 400 !important;
  margin: 0 !important;
}

nav.megamenu__links {
  line-height: 30px;
}


/* Mobile Styles */
@media (min-width: 480px){
  .header__logo{
    max-width: 25%;
  }
}
@media (min-width: 1099px){
  .header__logo{
    padding: 1rem 0;
    width: 270px;
    max-width: none;
    position: relative;
    float: left;
    margin: 0;
    line-height: 1;
  }
  .header-utility {
    display: block;
    float: left;
  }
  .header-searchform {
    display: block;
    float: left;
    width: 12em;
    font-size: .8rem;
  }
  .header__column {
    position: static;
    float: right;
    clear: right;
    padding: 1rem 0 0;
    width: auto;
    background: transparent;
    overflow-x: visible;
  }
  .header__navigation.header--element {
    display: none !important;
  }
  .custom-menu-primary.desktop .submenu.level-1>li.has-submenu>a:after {
    font-size: .8em;
  }
  .custom-menu-primary.desktop .submenu.level-1>li ul.submenu.level-2>li>a{
    display: block;
    font-size: .8em;
    line-height: 1.3;
    padding: .5rem;
  }
  .custom-menu-primary.desktop .submenu.level-1>li>a {
    font-size: .8rem;
  }
}


@media (min-width: 1199px){
  .custom-menu-primary.desktop .submenu.level-1>li>a {
    font-size: .9rem;
  }
}
@media (max-width: 1120px) and (min-width:1098px) {
  .custom-menu-primary.desktop .submenu.level-1>li>a {
    padding: .5rem 0.5rem;
  }
}
@media (max-width: 1098px) {
  .header__navigation {
    display: none;
    width: 100%;
  }
  .custom-menu-primary.desktop {
    display: none;
  } 

  .header__navigation--toggle{
    position: relative;
    cursor: pointer;
  }

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

  .header__navigation--toggle.open {
    display: block;
    margin-right: auto;
    margin-left: 0;
  }
  .header__logo{
    position: relative;
    float: left;
    margin: 0;
    padding: 1.25rem 0;
    line-height: 1;
  }
  .header__navigation--toggle {
    float: left;
    z-index: 9999;
    padding-top: 1.25rem;
    cursor: pointer;
    margin-left: 1rem;
  }
  .toggle-nav-main__wrap {
    position: relative;
    width: 24px;
    height: 20px;
    transition: transform .5s ease-out;
  } 
  .toggle-nav-main__bar {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 1000px;
    transition: all .5s ease-out;
  }
  .toggle-nav-main__bar:nth-child(1) {
    top: 0;
  }
  .toggle-nav-main__bar {
    background: #004b98;
  }
  .toggle-nav-main__bar:nth-child(2) {
    top: 50%;
    margin-top: -2px;
    opacity: 1;
  }
  .toggle-nav-main__bar:nth-child(3) {
    bottom: 1px;
  }

  .mobile-open .toggle-nav-main__bar:nth-child(3) {
    bottom: 50%;
    margin-bottom: -1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .mobile-open .toggle-nav-main__bar:nth-child(2) {
    opacity: 0;
  }
  .mobile-open .toggle-nav-main__bar:nth-child(1) {
    top: 50%;
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mobile-open .toggle-nav-main__wrap {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .header__navigation {
    position: fixed;
    right: -270px;
    top: 0;
    z-index: 101;
    display: block;
    margin: 0;
    padding: .7rem;
    width: 270px;
    overflow-x: hidden;
    background: #003872;
    height: 100%;
  }
  div#site-wrapper {
    position: relative;
    transition: transform .25s cubic-bezier(0.54, 0.12, 0.2, 1) 0s;
  }

  .mobile-open div#site-wrapper {
    transform: translateX(-270px);
  }
  .mobile-menu-primary ul.submenu.level-1>li {
    position: relative;
    display: block;
    margin: 0;
    font-size: 1rem;
    border-bottom: 1px solid #bfbfbf;
  }

  .mobile-menu-primary ul.submenu.level-1>li>a {
    display: block;
    padding: 10px 0;
    color: #fff;
    line-height: 30px;
  }

  .mobile-menu-primary ul.submenu.level-1 li.has-submenu>a:after {
    content: "";
    margin-left: .4em;
    font: normal normal 900 .8em/1 "Font Awesome 5 Pro";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    opacity: .7;
    transition: opacity .3s;
  }
  
#hs_cos_wrapper_navigation-primary-mobile ul.submenu.level-1 {
  padding-left: 0;
} 
  #hs_cos_wrapper_navigation-primary-mobile ul.submenu.level-2 {
  list-style-type: none;
  padding-left: 0;
} 

  #hs_cos_wrapper_navigation-primary-mobile ul.submenu.level-3 {
  padding-left: 10px;
}
  
  #hs_cos_wrapper_navigation-primary-mobile ul.submenu.level-3 li a {
  font-size: .7em;
}
  
  .nav-main__searchform form.searchform__form {
    margin: 1.5rem 0 0;
  }

  .searchform__group {
    position: relative;
    border: 1px solid #b2b2b2;
  }

  .searchform input.searchform__field {
    border-radius: 0;
    padding: .5em .5em .4em;
    width: 100%;
    display: block;
    border: 0;
    padding-right: 3em;
    background: #fff;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 20px;
    line-height: 30px;
  }
  .searchform .searchform__btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding-right: .75em;
    padding-left: .75em;
    border: none;
    border-left: 1px solid #b2b2b2;
    border-radius: 0;
    background: transparent;
    color: #8093a3;
    font-size: 1em;
    cursor: pointer;
  }
  .nav-main__social {
    margin-top: 1.5rem;
    text-align: center;
    font-size: 1.2rem;
  }
  .nav-main__social ul{
    list-style: none;
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
  .nav-main__social ul li{
    display: inline-block;
    margin-top: unset;
    margin-bottom: unset;
  }
  .nav-main__social ul li + li {
    margin-left: .25em;
  }
  .nav-main__social ul li a{
    display: inline-block;
    color:#ffffff;
    margin: 0 .1rem;
    line-height: 36px;
  }
  .fa-facebook-square:before {
    content: "\f082";
  }
  .fa-twitter:before {
    content: "\f099";
  }
  .fa-linkedin-in:before {
    content: "\f0e1";
  }
  .fa-youtube:before {
    content: "\f167";
  }
  .fa-instagram:before {
    content: "\f16d";
  }
  .fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
  }
  .mobile-menu-primary ul.submenu.level-1>li:hover a:after {
    opacity: 1;
  }
  .child-trigger {
    position: absolute;
    height: 50px;
    width: 100%;
    top: 0;
    cursor: pointer;
  }
  .mobile-menu-primary ul.submenu.level-1>li ul>li>a {
    display: block;
    padding: .4rem .4em .4em .8em;
    color: #ffffff;
    font-size: .9em;
    text-decoration: none;
    line-height: 27px;
  }
  .mobile-menu-primary ul.submenu.level-1>li.clicked a:after {
    opacity: 1;
  }
  .searchform input.searchform__field {
    color: rgb(0, 0, 0);
  }
}

@media (max-width:767px) {
  .mobile-menu-primary ul.submenu.level-1>li>a {
    line-height: 24px;
  }

  .mobile-menu-primary ul.submenu.level-1>li ul>li>a {
    line-height: 21.6px;
  }

  .searchform input.searchform__field {
    line-height: 24px;
    font-size: 16px;
  }

  .searchform .searchform__btn {
    font-size: 16px;
  }

  .nav-main__social ul li a {
    line-height: 28.8px;
  }
}

@media (max-width:479px) {
  .header__logo {
    max-width: 30%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
}
.footer__container {
  margin: 0 auto;
  padding: 0 3%;
}
.footer-secondary {
  border-top: 1px solid #51697d;
  padding: 2rem 0 5rem;
}
.footer-secondary__columns{
  display: flex;
  flex-flow: row wrap;
  margin-left: -22px;
  margin-right: -22px;
  overflow: hidden;
}
.footer-secondary__columns > *, .footer-columns > * {
  padding-left: calc(2vw / 2);
  padding-right: calc(2vw / 2);
}
.copyright {
  opacity: 0.8;
  line-height: 24px;
}
nav.nav-legal ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-social {
  text-align: center;
  font-size: 1.8rem;
}
.footer-social ul{
  list-style: none;
  padding-right: 0;
  padding-left: 0;
  margin: 0;
  display: inline;
}
.footer-social ul li{
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  display: inline-block;
}
.footer-social ul li a{
  opacity: 0.8;
  color: #fff;
  line-height: 39px;
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.back-to-top {
  font-weight: 600;
  text-align: center;
  margin-top: 1rem;
}
.nav-footer ul.submenu.level-1 li a:hover {
  text-decoration: underline;
}
.footer-secondary__group.footer-secondary__group-right {
  text-align: right;
  padding-top:6px;
}
.back-to-top a {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color:#fff;
  opacity: .8;
}
.footer__main {
  padding: 2rem 0;
}
.footer-address {
  width: calc(100% * (1));
  text-align: center;
}
.nav-footer {
  width: calc(100% * (1));
  text-align: center;
  font-weight: 700;
}
.footer-cert {
  width: calc(100% * (1));
  text-align: center;
}
.footer-address img {
  margin: 1rem 0 1.1rem;
  width: 208px !important;
  max-width: 85%;
  text-align: center;
}
.footer-address p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 24px;
}
.footer-address p strong{
  font-weight: bolder;
}
.footer-address p a{
  color:rgb(255, 255, 255);
  line-height: 24px;
}
.footer-primary a:hover{
  text-decoration: underline;
}
.footer-address p:last-child a{
  text-transform: uppercase;
  transition: all .3s;
  line-height: 1.1;
  font-weight: 700;
  display: inline-block;
  border: 2px solid #004b98;
  border-radius: 100em;
  padding: .7em 2.3em;
  border-color: #ffffff;
  background-color: #415464;
  color: #ffffff;
}
.footer-address p:last-child a:hover{
  border-color: #ffffff;
  background-color: #ffffff;
  color: #415464;
  text-decoration: none;
}
.footer-cert p {
  margin: 1.5rem 0;
  font-size: 20px;
  line-height: 30px;
}

.footer-cert img {
  max-width: 100%;
  height: auto;
}
.footer-img>div {
  display: inline-block;
}

.footer-img>div + div {
  margin-left: 1rem;
}
div#hs_cos_wrapper_footer_logo a {
  line-height: 24px;
}
.nav-footer ul.submenu.level-1 {
  margin: 1.5rem 0;
  padding: 0;
  display: block;
}
.nav-footer ul.submenu.level-1 li{
  margin: .5rem 0;
  display: block;
}
.nav-footer ul.submenu.level-1 li:first-child{
  margin-top: 0;
}
.nav-footer ul.submenu.level-1 li a{
  line-height:24px;
  color:#fff;
  font-size:16px;
  font-weight:700;
}
.footer-cta {
  display: flex;
  flex-flow: row wrap;
}
.footer-cta__item {
  position: relative;
  flex: 1 1 auto;
  order: 2;
  padding: 2.5rem 1.5rem;
  width: 100%;
}

.footer-cta__item + .footer-cta__item {
  flex-grow: 0;
}
.footer-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.footer-cta__content {
  position: relative;
}
.footer-cta__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}
.footer-cta__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
} 
.footer-cta__content p:first-child {
  margin: 0;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  font-family:"Source Sans Pro", Arial, sans-serif;
}
.footer-cta__content p:first-child a{
  color: inherit;
  text-decoration: inherit;
}
.footer-cta__item--0 .footer-cta__overlay {
  background-color: #004b98;
}
.footer-cta__item--1 .footer-cta__overlay {
  background-color: #035d67;
}
.footer-cta__content p:nth-child(2) {
  margin-top: 1em;
  margin-bottom: 0;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.2;
}

.footer-cta__content a:nth-child(3) {
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  transition: all .3s;
  display: inline-block;
  border: 2px solid #004b98;
  border-radius: 100em;
  padding: .7em 2.3em;
  margin-top: 2rem;
}
.footer-cta__content a:nth-child(3){
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
nav.nav-legal a{
  opacity: 0.8;
  color:#fff;
  line-height: 24px;
}
.footer-address p a:hover {
  text-decoration: underline;
}
nav.nav-legal a:hover {
  opacity: 1;
}

.footer-social ul li a:hover,
.back-to-top {
  opacity: 1;
}
.back-to-top a:hover{
  opacity: 1;
}


@media (min-width:480px){
  .footer-address {
    width: calc(100% * (0.5));
    font-size: 0.8rem;
    text-align: left;
  }
  .nav-footer {
    width: calc(100% * (0.5));
    text-align: left;
  }
  .footer-address img {
    text-align: left;
  }
}

@media (min-width: 768px){
  .footer-secondary {
    padding-bottom: 2rem;
  }
  .footer-address img {
    width: 100% !important;
    max-width: 208px;
  }
  .footer-secondary__columns > *, .footer-columns > * {
    padding-left: calc(3vw / 2);
    padding-right: calc(3vw / 2);
  }
}
@media (min-width: 991px){
  .footer-secondary__group {
    width: calc(100% * (0.5));
    text-align: left;
  }
  .footer-secondary__group--pull-right {
    text-align: right;
  }
  .copyright {
    font-size: 0.8rem;
  }
  .nav-legal {
    margin-top: 0.5rem;
  }
  nav.nav-legal ul {
    margin: 0;
    font-size: 0.8rem;
  }
  nav.nav-legal li {
    display: inline-block;
    margin: 0;
  }

  .footer-social {
    display: inline-block;
    font-size: 1.3rem;
    text-align: right;
  }
  .footer-social ul{
    display: inline;
  }
  nav.nav-legal ul li:nth-child(n+2)::before {
    content: "|";
    margin-right: 0.3em;
    margin-left: 0.2em;
  }
  .back-to-top {
    display: inline-block;
    margin-top: 0;
    margin-left: 40px;
    font-size: 0.8rem;
  }
  .footer-secondary__group--pull-right {
    text-align: right;
  }
  .back-to-top a span {
    font-size: 2em;
    font-weight: 300;
  }
  .footer-columns {
    display: flex;
    flex-flow: row wrap;
    margin-left: -18px;
    margin-right: -18px;
    overflow: hidden;
  }
  .footer-address {
    width: calc(100% * (0.3333333333));
  }
  .footer-columns > * {
    padding-left: calc(36px / 2);
    padding-right: calc(36px / 2);
  }
  .nav-footer {
    width: calc(100% * (0.3333333333));
    font-size: 0.8rem;
    text-align: center;
  }
  .footer-cert {
    width: calc(100% * (0.3333333333));
    text-align: right;
  }
  .footer-address p:last-child a{
    font-size: .65rem;
    font-weight: 900;
    letter-spacing: 2px;
  }
  .footer-cta {
    flex-flow: row nowrap;
  }
  .footer-cta__item {
    width: 66.67%;
    padding: 60px;
  }
  .footer-cta__content a:nth-child(3) {
    font-size: .65rem;
    font-weight: 900;
    letter-spacing: 2px;
  }
  .footer-cta__item + .footer-cta__item {
    order: 1;
    width: 40%;
  }
  .footer-secondary__columns>*, .footer-columns>* {
    padding-left: calc(36px / 2);
    padding-right: calc(36px / 2);
  }
  .footer-social ul li:last-child {
    padding-right: 5px;
  }
}

@media (min-width: 1199px){
  .footer-columns > * {
    padding-left: calc(44px / 2);
    padding-right: calc(44px / 2);
  }
  .footer-cta__item + .footer-cta__item {
    order: 1;
    width: 33.33%;
  } 
  .footer-columns {
    display: flex;
    flex-flow: row wrap;
    margin-left: -22px;
    margin-right: -22px;
    overflow: hidden;
  }
  .footer-secondary__columns > *, .footer-columns > * {
    padding-left: calc(44px / 2);
    padding-right: calc(44px / 2);
  }
}
@media (max-width:1198px){
  .footer-secondary__columns{
    display: flex;
    flex-flow: row wrap;
    margin-left: -18px;
    margin-right: -18px;
    overflow: hidden;
  }

}
@media (max-width:990px){
  .footer-secondary__columns{
    display: flex;
    flex-flow: row wrap;
    margin-left: -1.5vw;
    margin-right: -1.5vw;
    overflow: hidden;
  }
  .footer-secondary__group {
    width: calc(100% * (1));
    text-align: center;
  }
  .back-to-top a {
    font-size:20px;
    line-height: 30px;
  }
  .back-to-top a span {
    font-size: 1.5em;
    font-weight: 300;
  }
  .back-to-top {
    padding-top: 7px;
    padding-bottom: 4px;
  }

  nav.nav-legal li {
    margin: .5rem 0;
  }

  nav.nav-legal li a {
    line-height: 30px;
    font-size: 20px;
  }

  nav.nav-legal li a:after {
    position: relative;
    left: 0.5em;
    content: "";
    font: normal normal 900 0.9em/1 "Font Awesome 5 Pro";
  }

  nav.nav-legal ul {
    margin: 1.5rem 0;
  }

  .footer-secondary__group.footer-secondary__group-right {
    padding-top: 0;
  }

  .copyright {
    line-height: 30px;
  }

  .footer-img {
    margin: 1.5rem 0;
  }

  .footer-columns {
    display: flex;
    flex-flow: row wrap;
    margin-left: -1.5vw;
    margin-right: -1.5vw;
    overflow: hidden;
  }
  .nav-footer ul.submenu.level-1 li a {
    font-size: 20px;
    line-height: 30px;
  }

}

@media (max-width:767px){
  .footer-secondary__columns{
    display: flex;
    flex-flow: row wrap;
    margin-left: -1vw;
    margin-right: -1vw;
    overflow: hidden;
  }
  .back-to-top a{
    font-size: 16px;
    line-height: 24px;
  }
  .back-to-top {
    padding-top: 6px;
  }
  nav.nav-legal li a {
    line-height: 24px;
    font-size: 16px;
  }
  .copyright {
    line-height: 24px;
  }
  .footer-cert p {
    font-size: 16px;
    line-height: 24px;
  }
  .nav-footer ul.submenu.level-1 li a {
    line-height: 24px;
    font-size: 16px;
  }
  .footer-columns {
    display: flex;
    flex-flow: row wrap;
    margin-left: -1vw;
    margin-right: -1vw;
    overflow: hidden;
  }
  .footer-address p, .footer-address p a {
    line-height: 19px;
  }

  div#hs_cos_wrapper_footer_logo a {
    line-height: 19px;
  }

}

@media (max-width:480px){
  .footer-address p, .footer-address p a {
    line-height: 24px;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
  padding-left: 3%;
  padding-right: 3%;
  margin: 0 auto;
}
.hs-blog-listing .content-wrapper,
.hs-blog-post .content-wrapper{
  padding: 40px 0 50px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px!important;
}
.post-item {
  margin-bottom: 25px;
}
.post-banner-image {
  max-height: 390px !important;
  overflow: hidden;
}
.post-banner-image img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  float: none;
  margin: 0;
  width: 100%;
}
.post-header h2 {
  margin: 10px 0 25px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.1;
  text-align: center;
  color: #154695;
  font-weight: 700;
  font-size: 32px;
}
.post-header h2 a {
  font-family: "Open Sans",Arial,Helvetica,sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #415464;
  text-transform: none;
  text-decoration: none;
  line-height: 40px;
}
.post-body p {
  color: #415464;
  font-family: Open Sans,Arial, Sans-Serif;
  font-size: 16px;
  line-height: 24px;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.post-header h2 a:hover {
  color: #00aeef;
}
.custom-bottom-wrapper {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  overflow: hidden;
}
.custom-bottom-wrapper > p {
  display: inline-block;
  float: left;
  margin: 15px 0 20px 0;
  font-family: "Open Sans",Arial,Helvetica,sans-serif;
  font-size: 12.4px;
  font-weight: 400;
  color: #848484;
  line-height: 24px;
  width: calc(100% - 160px);
}
.fusion-inline-sep {
  padding: 0 5px;
}
.topic-link {
  color: #415464;
}
.topic-link:hover {
  color: #00aeef;
}
.more-link {
  display: inline-block;
  float: right;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 3px solid #004b98;
  outline: medium none;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.2s ease;
  color: #004b98;
  font-family: "Open Sans",Arial,Helvetica,sans-serif;
  font-size: 15.5px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0px;
  line-height: 20.15px;
  border-radius: 100em;
  padding: 9px 20px;
  margin: 20px 0;
  text-align: center;
}
.more-link:hover {
  color: #ffffff;
  background: #00aeef none repeat scroll 0 0;
  border-color: #00aeef;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.blog-pagination {
  clear: both;
  float: right;
}
.blog-pagination a {
  border-radius: 5px;
  line-height: 18px;
  margin-left: 5px;
  color: #747474;
  border: 1px solid #e0dede;
  display: inline-block;
  padding: 8px 15px 10px;
  text-decoration: none;
  font-family: "Open Sans",Arial,Helvetica,sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.blog-pagination a:hover {
  border-color: #00aeef;
}
.subscribe-box h3.form-title {
  font-family: "Open Sans",Arial,Helvetica,sans-serif;
  font-size: 20.8px;
  font-weight: 700;
  color: #004a97;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 36px;
  text-align: center;
  margin: 0 0 20px 0;
  text-transform: none;
  padding: 0;
}

.section.post-footer .comment-date {
  display: block;
}

.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-sidebar {
  padding: 0 0 0 40px;
}

.post-description h2 a {
  color: inherit;
}

.blog-post h1 {
  font-family: "Open Sans",Arial,Helvetica,sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #415464;
  text-transform: none;
  line-height: 40px;
  margin: 0 0 28px;
  text-align: center;
}
.custom-post-date {
  margin: 0 0 30px;
  color: #c1c8c8;
  font-family: "Open Sans",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.custom-post-date .topic-link {
  color: #00aeef;
}
.custom-post-date .topic-link:hover {
  color: #004a97;
}
img.hs-post-featured-image {
  width: 100%;
  max-width: 100%;
  padding-top: 10px;
  margin-bottom: 30px;
}

.blog-post__body {
  color: #415464;
  font-family: Open Sans,Arial, Sans-Serif;
  font-size: 16px;
  line-height: 24px;
}

.blog-post__body p {
  margin-block-start: 1em;
  margin-block-end: 1em;
  color: #415464;
  font-family: Open Sans,Arial, Sans-Serif;
}

.hs-blog-post .custom-bottom-wrapper {
  margin: 50px 0 60px;
}
.hs-blog-post .custom-bottom-wrapper .topic-link {
  color: #00aeef;
}
.hs-blog-post .custom-bottom-wrapper .topic-link:hover {
  color: #004a97;
}
.custom-blog-post-social {
  background-color: #f6f6f6;
  padding-bottom: 25px;
  padding-top: 25px;
  text-align: center;
}
.custom-blog-social-heading {
  display: block;
  text-align: center;
  font-family: "Open Sans",Arial,Helvetica,sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #415464;
  line-height: 27.5px;
}
.hs-blog-social-share {
  border-bottom: medium none;
  border-top: medium none;
  height: auto!important;
  padding: 10px 0 0;
}
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  display: inline-block;
  float: none;
  margin-right: 5px;
  vertical-align: middle;
}

li.hs-blog-social-share-item.hs-blog-social-share-item-twitter {
  margin-bottom: -15px;
}



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

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

.subscribe-box form .hs-form-field>label {
  display: none;
}

.subscribe-box form .hs-form-field input[type=email] {
  border: 1px solid #d2d2d2 !important;
  outline: none;
  background-color: #fafafa;
  border-radius: 3px;
  color: #a1a1a1;
  border-color: #d2d2d2;
  font-family: Arial,Helvetica,sans-serif;
  letter-spacing: normal;
  font-weight: 400;
  line-height: 16px;
  display: block !important;
  max-width: 100%;
  margin-bottom: 15px;
  margin-top: 6px;
  padding: 14px 120px 14px 7px;
  font-size: 15px;
  font-style: italic;
}

.subscribe-box form .hs-form-field input[type=email]:focus{
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(104, 104, 104, 0.19);
}
.subscribe-box form .hs-error-msgs.inputs-list {
  font-family: "Open Sans",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #790000;
  letter-spacing: normal;
  margin: 0 0 15px 0;
  padding: 0;
}
.subscribe-box form .hs-error-msgs.inputs-list label{
  font-family: "Open Sans",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #790000!important;
  letter-spacing: normal;
}
.subscribe-box form ul li {
  list-style: disc;
  margin: 0 0 13px 0;
}

.subscribe-box form .hs-form-field input[type=email]::placeholder {
  color: rgb(117, 117, 117);
}


.subscribe-box .hs-form {
  position: relative;
}

.subscribe-box form input.hs-button.primary {
  text-decoration: none !important;
  width: auto;
  display: block;
  float: left;
  background: rgba(256, 256, 256, 1) none repeat scroll 0 0;
  border: 3px solid #004b98;
  outline: medium none;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.2s ease;
  color: #004b98;
  font-family: "Open Sans",Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0px;
  line-height: 20.15px;
  border-radius: 100em;
  padding: 4px 10px;
  margin: 0;
  text-align: center;
  position: absolute;
  right: 5px;
  top: 5px;
}

.subscribe-box form input.hs-button.primary:hover {
  color: #ffffff;
  font-size: 13px;
  background: #00aeef none repeat scroll 0 0;
  border-color: #00aeef;
  padding: 4px 10px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}

.blog-sidebar h3 {
  margin: 0 0 20px 0;
  color: #004a97;
  font-family: "Open Sans",Arial,Helvetica,sans-serif;
  font-size: 20.8px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 36px;
  text-transform: none;
  text-align: center;
}

.blog-sidebar ul {
  padding: 0 0 0 16px;
  margin: 0 0 15px 0;
}

.blog-sidebar ul li {
  list-style: disc;
  margin: 0 0 13px 0;
  font-family: Open Sans,Arial, Sans-Serif;
  font-size: 16px;
  line-height: 24px;
}

.blog-sidebar ul li a {
  color: #415464;
  font-family: Open Sans,Arial, Sans-Serif;
  font-size: 16px;
  line-height: 24px;
}

.blog-sidebar ul li a span {
  display: none;
}

.blog-sidebar ul li a:hover {
  color: #00aeef;
}
img.hs-post-featured-image {
  width: 100%;
  max-width: 100%;
  padding-top: 10px;
  margin-bottom: 30px;
}

.custom-related-post-wrapper {
  margin-top: 55px;
}
.custom-related-post-wrapper .custom-related-post {
  margin: 0;
  line-height: 40px;
  font-size: 26px;
  color: #415464;
  font-weight: 400;
  font-family: "Open Sans",Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #b3bac1;
  padding-right: 8px;
  text-align: center;
}
.custom-related-post-wrapper .item {
  margin: 16px 0;
}
.related-title a {
  text-decoration: none;
  color: #00aeef;
  font-family: Open Sans,Arial, Sans-Serif;
  font-size: 16px;
  line-height: 24px;
}
.related-title a:hover{
  color: #004a97;
}
.blog-comments {
  margin-top: 30px;
  margin-bottom: 20px;
}
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

@media (min-width: 1280px){
  .blog-index {
    width: 65.81196581200001%;
    float: left;
  }
  .blog-sidebar {
    width: 31.623931624%;
    float: left;
    margin-left: 2.564102564%;
  }
}
@media (max-width: 1139px) and (min-width: 768px){
  .blog-index {
    width: 65.74585634900001%;
    float: left;
  }
  .blog-sidebar {
    width: 31.491712705%;
    float: left;
    margin-left: 2.762430939%;
  }
}


@media(max-width:767px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field { 
    padding: 5px; 
    overflow: hidden;
    overflow-x: auto;
  }
  .more-link, .more-link:visited {
    float: left;
    margin: 0 0 20px 0;
  }
  .blog-sidebar {
    padding: 0;
  }
  .custom-bottom-wrapper > p {
    width: 100%;
  }
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important;
  }
  li.hs-blog-social-share-item.hs-blog-social-share-item-twitter{
    margin-bottom: -8px;
  }
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item{
    margin-right: 5.1px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #4F7D24;
  padding: 8px 10px;
}

.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;
}